@charset "UTF-8";
.noUi-target,
.noUi-target * {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    touch-action: none;
    user-select: none;
    box-sizing: border-box;
}
.noUi-target {
    position: relative;
    background: #fafafa;
    border-radius: 4px;
    border: 1px solid #d3d3d3;
    box-shadow:
        inset 0 1px 1px #f0f0f0,
        0 3px 6px -5px #bbb;
}
.noUi-base,
.noUi-connects {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}
.noUi-connects {
    overflow: hidden;
    z-index: 0;
    border-radius: 3px;
}
.noUi-connect,
.noUi-origin {
    will-change: transform;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    transform-origin: 0 0;
    transform-style: flat;
}
.noUi-horizontal .noUi-origin {
    height: 0;
}
.noUi-handle {
    backface-visibility: hidden;
    position: absolute;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    background: #fff;
    cursor: default;
    box-shadow:
        inset 0 0 1px #fff,
        inset 0 1px 7px #ebebeb,
        0 3px 6px -3px #bbb;
}
.noUi-horizontal {
    border: none;
    background: #f8f9fb;
    box-shadow: inset 1px 1px 4px 0 #e0e1e7;
    height: 8px;
}
.noUi-horizontal .noUi-handle {
    right: -17px;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    top: -6px;
    border: 3px solid #fff;
    background: #ae1b3e;
    cursor: pointer;
    box-shadow: 3px 2px 6px 0 rgb(34 49 118 / 25%);
    outline: 1px solid #eee;
}
.noUi-connect {
    background: #3fb8af;
    background-color: #ae1b3e;
}
.noUi-handle::after,
.noUi-handle::before {
    content: "";
    display: block;
    position: absolute;
    height: 14px;
    width: 1px;
    background: #e8e7e6;
    left: 14px;
    top: 6px;
}
.noUi-handle::after {
    left: 17px;
}
[disabled] .noUi-connect {
    background: #b8b8b8;
}
[disabled] .noUi-handle,
[disabled].noUi-handle,
[disabled].noUi-target {
    cursor: not-allowed;
}
html {
    line-height: 1.15;
    text-size-adjust: 100%;
    scroll-behavior: smooth;
}
body {
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}
main {
    display: block;
    margin-top: 69px;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    margin: 1rem 0;
    color: inherit;
    border: 0;
    border-top: var(--bs-border-width) solid;
    opacity: 0.25;
}
pre {
    font-family: monospace;
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    font-size: 0.875em;
}
a {
    background-color: transparent;
    color: rgb(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
    text-decoration: underline;
}
b,
strong {
    font-weight: bolder;
}
code {
    font-family: monospace;
    font-size: 1em;
}
small {
    font-size: 80%;
}
sub,
sup {
    position: relative;
    font-size: 0.75em;
    line-height: 0;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
img {
    border-style: none;
}
button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
    appearance: auto;
}
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 {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal;
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: calc(1.275rem + 0.3vw);
    line-height: inherit;
}
progress {
    vertical-align: baseline;
}
textarea {
    overflow: auto;
    resize: vertical;
}
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    appearance: textfield;
    outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
    appearance: none;
}
::-webkit-file-upload-button {
    font: inherit;
    appearance: auto;
}
details {
    display: block;
}
summary {
    display: list-item;
    cursor: pointer;
}
template {
    display: none;
}
[hidden] {
    display: none !important;
}
:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13, 110, 253;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-primary-text-emphasis: #052c65;
    --bs-secondary-text-emphasis: #2b2f32;
    --bs-success-text-emphasis: #0a3622;
    --bs-info-text-emphasis: #055160;
    --bs-warning-text-emphasis: #664d03;
    --bs-danger-text-emphasis: #58151c;
    --bs-light-text-emphasis: #495057;
    --bs-dark-text-emphasis: #495057;
    --bs-primary-bg-subtle: #cfe2ff;
    --bs-secondary-bg-subtle: #e2e3e5;
    --bs-success-bg-subtle: #d1e7dd;
    --bs-info-bg-subtle: #cff4fc;
    --bs-warning-bg-subtle: #fff3cd;
    --bs-danger-bg-subtle: #f8d7da;
    --bs-light-bg-subtle: #fcfcfd;
    --bs-dark-bg-subtle: #ced4da;
    --bs-primary-border-subtle: #9ec5fe;
    --bs-secondary-border-subtle: #c4c8cb;
    --bs-success-border-subtle: #a3cfbb;
    --bs-info-border-subtle: #9eeaf9;
    --bs-warning-border-subtle: #ffe69c;
    --bs-danger-border-subtle: #f1aeb5;
    --bs-light-border-subtle: #e9ecef;
    --bs-dark-border-subtle: #adb5bd;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-font-sans-serif:
        system-ui, -apple-system, "Segoe UI", roboto, "Helvetica Neue",
        "Noto Sans", "Liberation Sans", arial, sans-serif, "Apple Color Emoji",
        "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace:
        sfmono-regular, menlo, monaco, consolas, "Liberation Mono",
        "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg,
            rgb(255 255 255 / 15%),
            rgb(255 255 255 / 0%));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg: #fff;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-emphasis-color: #000;
    --bs-emphasis-color-rgb: 0, 0, 0;
    --bs-secondary-color: rgb(33 37 41 / 75%);
    --bs-secondary-color-rgb: 33, 37, 41;
    --bs-secondary-bg: #e9ecef;
    --bs-secondary-bg-rgb: 233, 236, 239;
    --bs-tertiary-color: rgb(33 37 41 / 50%);
    --bs-tertiary-color-rgb: 33, 37, 41;
    --bs-tertiary-bg: #f8f9fa;
    --bs-tertiary-bg-rgb: 248, 249, 250;
    --bs-heading-color: inherit;
    --bs-link-color: #0d6efd;
    --bs-link-color-rgb: 13, 110, 253;
    --bs-link-decoration: underline;
    --bs-link-hover-color: #0a58ca;
    --bs-link-hover-color-rgb: 10, 88, 202;
    --bs-code-color: #d63384;
    --bs-highlight-bg: #fff3cd;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgb(0 0 0 / 17.5%);
    --bs-border-radius: 0.375rem;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 0.5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-xxl: 2rem;
    --bs-border-radius-2xl: var(--bs-border-radius-xxl);
    --bs-border-radius-pill: 50rem;
    --bs-box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
    --bs-box-shadow-sm: 0 0.125rem 0.25rem rgb(0 0 0 / 7.5%);
    --bs-box-shadow-lg: 0 1rem 3rem rgb(0 0 0 / 17.5%);
    --bs-box-shadow-inset: inset 0 1px 2px rgb(0 0 0 / 7.5%);
    --bs-focus-ring-width: 0.25rem;
    --bs-focus-ring-opacity: 0.25;
    --bs-focus-ring-color: rgb(13 110 253 / 25%);
    --bs-form-valid-color: #198754;
    --bs-form-valid-border-color: #198754;
    --bs-form-invalid-color: #dc3545;
    --bs-form-invalid-border-color: #dc3545;
}
*,
::after,
::before {
    box-sizing: border-box;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
    color: var(--bs-heading-color);
}
.h1,
h1 {
  font: 700 36px/1.05 var(--font-bold);
    vertical-align: middle;
    color: rgb(22 33 54 / 100%);
    margin: 0 0 22px;
}
.h2,
h2 {
    font-family: var(--font-semibold);
    font-weight: 600;
    font-size: 40px;
    color: var(--font-dark);
    margin: 0 0 16px;
}
.h3,
h3 {
    font-size: calc(1.3rem + 0.6vw);
}
.h4,
h4 {
    font-size: calc(1.275rem + 0.3vw);
}
.h5,
h5 {
    font-size: 1.25rem;
}
.h6,
h6 {
    font-size: 1rem;
}
p {
    color: var(--font-color);
    font-family: var(--font-family);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 1rem;
}
address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}
ol,
ul {
    padding-left: 2rem;
}
dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem;
}
ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0;
}
dt {
    font-weight: 700;
}
dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}
.small,
small {
    font-size: 0.875em;
}
.mark,
mark {
    padding: 0.1875em;
    background-color: var(--bs-highlight-bg);
}
a:hover {
    --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}
a:not([href], [class]),
a:not([href], [class]):hover {
    color: inherit;
    text-decoration: none;
}
code,
pre {
    font-family: var(--bs-font-monospace);
    font-size: 1em;
}
pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal;
}
code {
    font-size: 0.875em;
    color: var(--bs-code-color);
    overflow-wrap: break-word;
}
a>code {
    color: inherit;
}
img,
svg {
    vertical-align: middle;
}
table {
    caption-side: bottom;
    border-collapse: collapse;
}
caption {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    color: var(--bs-secondary-color);
    text-align: left;
}
th {
    text-align: inherit;
}
tbody,
td,
tfoot,
th,
thead,
tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
}
label {
    display: inline-block;
}
button {
    border-radius: 0;
}
button:focus:not(:focus-visible) {
    outline: 0;
}
[role="button"] {
    cursor: pointer;
}
select {
    overflow-wrap: normal;
}
select:disabled {
    opacity: 1;
}
[list]:not([type="date"],
    [type="datetime-local"],
    [type="month"],
    [type="week"],
    [type="time"])::-webkit-calendar-picker-indicator {
    display: none !important;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
    cursor: pointer;
}
::-moz-focus-inner {
    padding: 0;
    border-style: none;
}
legend+* {
    clear: left;
}
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
    padding: 0;
}
::-webkit-inner-spin-button {
    height: auto;
}
::-webkit-search-decoration {
    appearance: none;
}
::-webkit-color-swatch-wrapper {
    padding: 0;
}
::file-selector-button {
    font: inherit;
    appearance: auto;
}
output {
    display: inline-block;
}
iframe {
    border: 0;
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;

    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
}
:root {
    --bs-breakpoint-xs: 0;
    --bs-breakpoint-sm: 576px;
    --bs-breakpoint-md: 768px;
    --bs-breakpoint-lg: 992px;
    --bs-breakpoint-xl: 1200px;
    --bs-breakpoint-xxl: 1400px;
    --swiper-theme-color: #007aff;
    --swiper-navigation-size: 44px;
    --font-family: "Inter", sans-serif;
    --font-italic: "Inter", sans-serif;
    --font-accent: "Inter", sans-serif;
    --font-bold: "InterBold", sans-serif;
    --font-medium: "InterMedium", sans-serif;
    --font-semibold: "InterSEmibold", sans-serif;
    --font-light: "InterLight", sans-serif;
    --color-accent: #f00;
    --font-color: #162136;
    --font-dark: #162136;
    --bg-light: #f4f5f8;
    --font: rgb(17 17 17 / 75%);
    --font-50: rgb(17 17 17 / 50%);
    --case-bg: #f9f2f6;
    --border: #e6e6e6;
    --bg-color: #eff2f5;
    --bullets: #dedede;
    --color-border: #e5e7e9;
    --color-white: #fff;
    --btn-bg: #f00;
    --btn-bg-hover: #e21818;
    --btn-bg-focus: #ff5353;
    --btn2-bg: #2168de;
    --btn2-bg-hover: #205dc1;
    --btn2-bg-focus: #5e94ed;
    --color-link: #07f;
}
.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;

    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-0.5 * var(--bs-gutter-x));
    margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
}
.col {
    flex: 1 0 0%;
}
.row-cols-auto>* {
    flex: 0 0 auto;
    width: auto;
}
.col-auto {
    flex: 0 0 auto;
    width: auto;
}
.col-1 {
    flex: 0 0 auto;
    width: 8.3333%;
}
.col-2 {
    flex: 0 0 auto;
    width: 16.6667%;
}
.col-3 {
    flex: 0 0 auto;
    width: 25%;
}
.col-4 {
    flex: 0 0 auto;
    width: 33.3333%;
}
.col-5 {
    flex: 0 0 auto;
    width: 41.6667%;
}
.col-6 {
    flex: 0 0 auto;
    width: 50%;
}
.col-7 {
    flex: 0 0 auto;
    width: 58.3333%;
}
.col-8 {
    flex: 0 0 auto;
    width: 66.6667%;
}
.col-9 {
    flex: 0 0 auto;
    width: 75%;
}
.col-10 {
    flex: 0 0 auto;
    width: 83.3333%;
}
.col-11 {
    flex: 0 0 auto;
    width: 91.6667%;
}
.col-12 {
    flex: 0 0 auto;
    width: 100%;
}
.table {
    --bs-table-color-type: initial;
    --bs-table-bg-type: initial;
    --bs-table-color-state: initial;
    --bs-table-bg-state: initial;
    --bs-table-color: var(--bs-body-color);
    --bs-table-bg: var(--bs-body-bg);
    --bs-table-border-color: var(--bs-border-color);
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: var(--bs-body-color);
    --bs-table-striped-bg: rgb(0 0 0 / 5%);
    --bs-table-active-color: var(--bs-body-color);
    --bs-table-active-bg: rgb(0 0 0 / 10%);
    --bs-table-hover-color: var(--bs-body-color);
    --bs-table-hover-bg: rgb(0 0 0 / 7.5%);

    width: 100%;
    margin-bottom: 1rem;
    vertical-align: top;
    border-color: var(--bs-table-border-color);
}
.table> :not(caption)>*>* {
    padding: 0.5rem;
    color: var(--bs-table-color-state,
            var(--bs-table-color-type, var(--bs-table-color)));
    background-color: var(--bs-table-bg);
    border-bottom-width: var(--bs-border-width);
    box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state,
            var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}
.table>tbody {
    vertical-align: inherit;
}
.table>thead {
    vertical-align: bottom;
}
.form-label {
    margin-bottom: 0.5rem;
}
.col-form-label {
    padding-top: calc(0.375rem + var(--bs-border-width));
    padding-bottom: calc(0.375rem + var(--bs-border-width));
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}
.col-form-label-lg {
    padding-top: calc(0.5rem + var(--bs-border-width));
    padding-bottom: calc(0.5rem + var(--bs-border-width));
    font-size: 1.25rem;
}
.col-form-label-sm {
    padding-top: calc(0.25rem + var(--bs-border-width));
    padding-bottom: calc(0.25rem + var(--bs-border-width));
    font-size: 0.875rem;
}
.btn-check {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}
.btn-check:disabled+.btn,
.btn-check[disabled]+.btn {
    pointer-events: none;
    filter: none;
    opacity: 0.65;
}
.btn {
    --bs-btn-padding-x: 0.75rem;
    --bs-btn-padding-y: 0.375rem;
    --bs-btn-font-family: ;
    --bs-btn-font-size: 1rem;
    --bs-btn-font-weight: 400;
    --bs-btn-line-height: 1.5;
    --bs-btn-color: var(--bs-body-color);
    --bs-btn-bg: transparent;
    --bs-btn-border-width: var(--bs-border-width);
    --bs-btn-border-color: transparent;
    --bs-btn-border-radius: var(--bs-border-radius);
    --bs-btn-hover-border-color: transparent;
    --bs-btn-box-shadow:
        inset 0 1px 0 rgb(255 255 255 / 15%), 0 1px 1px rgb(0 0 0 / 7.5%);
    --bs-btn-disabled-opacity: 0.65;
    --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgb(var(--bs-btn-focus-shadow-rgb), 0.5);

    display: inline-block;
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    font-family: var(--bs-btn-font-family);
    font-size: var(--bs-btn-font-size);
    font-weight: var(--bs-btn-font-weight);
    line-height: var(--bs-btn-line-height);
    color: var(--bs-btn-color);
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);
    background-color: var(--bs-btn-bg);
    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;
}
.btn:hover {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
}
.btn-check+.btn:hover {
    color: var(--bs-btn-color);
    background-color: var(--bs-btn-bg);
    border-color: var(--bs-btn-border-color);
}
.btn:focus-visible {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
    outline: 0;
    box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:focus-visible+.btn {
    border-color: var(--bs-btn-hover-border-color);
    outline: 0;
    box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    color: var(--bs-btn-active-color);
    background-color: var(--bs-btn-active-bg);
    border-color: var(--bs-btn-active-border-color);
}
.btn-check:checked+.btn:focus-visible,
.btn.active:focus-visible,
.btn.show:focus-visible,
.btn:first-child:active:focus-visible,
:not(.btn-check)+.btn:active:focus-visible {
    box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
    color: var(--bs-btn-disabled-color);
    pointer-events: none;
    background-color: var(--bs-btn-disabled-bg);
    border-color: var(--bs-btn-disabled-border-color);
    opacity: var(--bs-btn-disabled-opacity);
}
.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #0d6efd;
    --bs-btn-border-color: #0d6efd;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0b5ed7;
    --bs-btn-hover-border-color: #0a58ca;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0a58ca;
    --bs-btn-active-border-color: #0a53be;
    --bs-btn-active-shadow: inset 0 3px 5px rgb(0 0 0 / 12.5%);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #0d6efd;
    --bs-btn-disabled-border-color: #0d6efd;
}
.btn-secondary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #6c757d;
    --bs-btn-border-color: #6c757d;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #5c636a;
    --bs-btn-hover-border-color: #565e64;
    --bs-btn-focus-shadow-rgb: 130, 138, 145;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #565e64;
    --bs-btn-active-border-color: #51585e;
    --bs-btn-active-shadow: inset 0 3px 5px rgb(0 0 0 / 12.5%);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #6c757d;
    --bs-btn-disabled-border-color: #6c757d;
}
.btn-success {
    --bs-btn-color: #fff;
    --bs-btn-bg: #198754;
    --bs-btn-border-color: #198754;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #157347;
    --bs-btn-hover-border-color: #146c43;
    --bs-btn-focus-shadow-rgb: 60, 153, 110;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #146c43;
    --bs-btn-active-border-color: #13653f;
    --bs-btn-active-shadow: inset 0 3px 5px rgb(0 0 0 / 12.5%);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #198754;
    --bs-btn-disabled-border-color: #198754;
}
.btn-info {
    --bs-btn-color: #000;
    --bs-btn-bg: #0dcaf0;
    --bs-btn-border-color: #0dcaf0;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #31d2f2;
    --bs-btn-hover-border-color: #25cff2;
    --bs-btn-focus-shadow-rgb: 11, 172, 204;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #3dd5f3;
    --bs-btn-active-border-color: #25cff2;
    --bs-btn-active-shadow: inset 0 3px 5px rgb(0 0 0 / 12.5%);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #0dcaf0;
    --bs-btn-disabled-border-color: #0dcaf0;
}
.btn-warning {
    --bs-btn-color: #000;
    --bs-btn-bg: #ffc107;
    --bs-btn-border-color: #ffc107;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #ffca2c;
    --bs-btn-hover-border-color: #ffc720;
    --bs-btn-focus-shadow-rgb: 217, 164, 6;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #ffcd39;
    --bs-btn-active-border-color: #ffc720;
    --bs-btn-active-shadow: inset 0 3px 5px rgb(0 0 0 / 12.5%);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #ffc107;
    --bs-btn-disabled-border-color: #ffc107;
}
.btn-danger {
    --bs-btn-color: #fff;
    --bs-btn-bg: #dc3545;
    --bs-btn-border-color: #dc3545;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #bb2d3b;
    --bs-btn-hover-border-color: #b02a37;
    --bs-btn-focus-shadow-rgb: 225, 83, 97;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #b02a37;
    --bs-btn-active-border-color: #a52834;
    --bs-btn-active-shadow: inset 0 3px 5px rgb(0 0 0 / 12.5%);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #dc3545;
    --bs-btn-disabled-border-color: #dc3545;
}
.btn-light {
    --bs-btn-color: #000;
    --bs-btn-bg: #f8f9fa;
    --bs-btn-border-color: #f8f9fa;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #d3d4d5;
    --bs-btn-hover-border-color: #c6c7c8;
    --bs-btn-focus-shadow-rgb: 211, 212, 213;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #c6c7c8;
    --bs-btn-active-border-color: #babbbc;
    --bs-btn-active-shadow: inset 0 3px 5px rgb(0 0 0 / 12.5%);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #f8f9fa;
    --bs-btn-disabled-border-color: #f8f9fa;
}
.btn-dark {
    --bs-btn-color: #fff;
    --bs-btn-bg: #212529;
    --bs-btn-border-color: #212529;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #424649;
    --bs-btn-hover-border-color: #373b3e;
    --bs-btn-focus-shadow-rgb: 66, 70, 73;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #4d5154;
    --bs-btn-active-border-color: #373b3e;
    --bs-btn-active-shadow: inset 0 3px 5px rgb(0 0 0 / 12.5%);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #212529;
    --bs-btn-disabled-border-color: #212529;
}
.btn-outline-primary {
    --bs-btn-color: #0d6efd;
    --bs-btn-border-color: #0d6efd;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0d6efd;
    --bs-btn-hover-border-color: #0d6efd;
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0d6efd;
    --bs-btn-active-border-color: #0d6efd;
    --bs-btn-active-shadow: inset 0 3px 5px rgb(0 0 0 / 12.5%);
    --bs-btn-disabled-color: #0d6efd;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #0d6efd;
    --bs-gradient: none;
}
.btn-outline-secondary {
    --bs-btn-color: #6c757d;
    --bs-btn-border-color: #6c757d;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #6c757d;
    --bs-btn-hover-border-color: #6c757d;
    --bs-btn-focus-shadow-rgb: 108, 117, 125;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #6c757d;
    --bs-btn-active-border-color: #6c757d;
    --bs-btn-active-shadow: inset 0 3px 5px rgb(0 0 0 / 12.5%);
    --bs-btn-disabled-color: #6c757d;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #6c757d;
    --bs-gradient: none;
}
.btn-outline-success {
    --bs-btn-color: #198754;
    --bs-btn-border-color: #198754;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #198754;
    --bs-btn-hover-border-color: #198754;
    --bs-btn-focus-shadow-rgb: 25, 135, 84;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #198754;
    --bs-btn-active-border-color: #198754;
    --bs-btn-active-shadow: inset 0 3px 5px rgb(0 0 0 / 12.5%);
    --bs-btn-disabled-color: #198754;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #198754;
    --bs-gradient: none;
}
.btn-outline-info {
    --bs-btn-color: #0dcaf0;
    --bs-btn-border-color: #0dcaf0;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #0dcaf0;
    --bs-btn-hover-border-color: #0dcaf0;
    --bs-btn-focus-shadow-rgb: 13, 202, 240;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #0dcaf0;
    --bs-btn-active-border-color: #0dcaf0;
    --bs-btn-active-shadow: inset 0 3px 5px rgb(0 0 0 / 12.5%);
    --bs-btn-disabled-color: #0dcaf0;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #0dcaf0;
    --bs-gradient: none;
}
.btn-outline-warning {
    --bs-btn-color: #ffc107;
    --bs-btn-border-color: #ffc107;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #ffc107;
    --bs-btn-hover-border-color: #ffc107;
    --bs-btn-focus-shadow-rgb: 255, 193, 7;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #ffc107;
    --bs-btn-active-border-color: #ffc107;
    --bs-btn-active-shadow: inset 0 3px 5px rgb(0 0 0 / 12.5%);
    --bs-btn-disabled-color: #ffc107;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #ffc107;
    --bs-gradient: none;
}
.btn-outline-danger {
    --bs-btn-color: #dc3545;
    --bs-btn-border-color: #dc3545;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #dc3545;
    --bs-btn-hover-border-color: #dc3545;
    --bs-btn-focus-shadow-rgb: 220, 53, 69;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #dc3545;
    --bs-btn-active-border-color: #dc3545;
    --bs-btn-active-shadow: inset 0 3px 5px rgb(0 0 0 / 12.5%);
    --bs-btn-disabled-color: #dc3545;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #dc3545;
    --bs-gradient: none;
}
.btn-outline-light {
    --bs-btn-color: #f8f9fa;
    --bs-btn-border-color: #f8f9fa;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #f8f9fa;
    --bs-btn-hover-border-color: #f8f9fa;
    --bs-btn-focus-shadow-rgb: 248, 249, 250;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #f8f9fa;
    --bs-btn-active-border-color: #f8f9fa;
    --bs-btn-active-shadow: inset 0 3px 5px rgb(0 0 0 / 12.5%);
    --bs-btn-disabled-color: #f8f9fa;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #f8f9fa;
    --bs-gradient: none;
}
.btn-outline-dark {
    --bs-btn-color: #212529;
    --bs-btn-border-color: #212529;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #212529;
    --bs-btn-hover-border-color: #212529;
    --bs-btn-focus-shadow-rgb: 33, 37, 41;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #212529;
    --bs-btn-active-border-color: #212529;
    --bs-btn-active-shadow: inset 0 3px 5px rgb(0 0 0 / 12.5%);
    --bs-btn-disabled-color: #212529;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #212529;
    --bs-gradient: none;
}
.btn-link {
    --bs-btn-font-weight: 400;
    --bs-btn-color: var(--bs-link-color);
    --bs-btn-bg: transparent;
    --bs-btn-border-color: transparent;
    --bs-btn-hover-color: var(--bs-link-hover-color);
    --bs-btn-hover-border-color: transparent;
    --bs-btn-active-color: var(--bs-link-hover-color);
    --bs-btn-active-border-color: transparent;
    --bs-btn-disabled-color: #6c757d;
    --bs-btn-disabled-border-color: transparent;
    --bs-btn-box-shadow: 0 0 0 #000;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;

    text-decoration: underline;
}
.btn-link:focus-visible {
    color: var(--bs-btn-color);
}
.btn-link:hover {
    color: var(--bs-btn-hover-color);
}
.btn-group-lg>.btn,
.btn-lg {
    --bs-btn-padding-y: 0.5rem;
    --bs-btn-padding-x: 1rem;
    --bs-btn-font-size: 1.25rem;
    --bs-btn-border-radius: var(--bs-border-radius-lg);
}
.btn-group-sm>.btn,
.btn-sm {
    --bs-btn-padding-y: 0.25rem;
    --bs-btn-padding-x: 0.5rem;
    --bs-btn-font-size: 0.875rem;
    --bs-btn-border-radius: var(--bs-border-radius-sm);
}
.fade {
    transition: opacity 0.15s linear;
}
.fade:not(.show) {
    opacity: 0;
}
.collapse:not(.show) {
    display: none;
}
.collapsing {
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
}
.collapsing.collapse-horizontal {
    width: 0;
    height: auto;
    transition: width 0.35s ease;
}
.dropdown,
.dropdown-center,
.dropend,
.dropstart,
.dropup,
.dropup-center {
    position: relative;
}
.dropdown-toggle {
    white-space: nowrap;
}
.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
    margin-left: 0;
}
.dropdown-menu {
    --bs-dropdown-zindex: 1000;
    --bs-dropdown-min-width: 10rem;
    --bs-dropdown-padding-x: 0;
    --bs-dropdown-padding-y: 0.5rem;
    --bs-dropdown-spacer: 0.125rem;
    --bs-dropdown-font-size: 1rem;
    --bs-dropdown-color: var(--bs-body-color);
    --bs-dropdown-bg: var(--bs-body-bg);
    --bs-dropdown-border-color: var(--bs-border-color-translucent);
    --bs-dropdown-border-radius: var(--bs-border-radius);
    --bs-dropdown-border-width: var(--bs-border-width);
    --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
    --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
    --bs-dropdown-divider-margin-y: 0.5rem;
    --bs-dropdown-box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
    --bs-dropdown-link-color: var(--bs-body-color);
    --bs-dropdown-link-hover-color: var(--bs-body-color);
    --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
    --bs-dropdown-link-active-color: #fff;
    --bs-dropdown-link-active-bg: #0d6efd;
    --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
    --bs-dropdown-item-padding-x: 1rem;
    --bs-dropdown-item-padding-y: 0.25rem;
    --bs-dropdown-header-color: #6c757d;
    --bs-dropdown-header-padding-x: 1rem;
    --bs-dropdown-header-padding-y: 0.5rem;

    position: absolute;
    z-index: var(--bs-dropdown-zindex);
    display: none;
    min-width: var(--bs-dropdown-min-width);
    padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
    margin: 0;
    font-size: var(--bs-dropdown-font-size);
    color: var(--bs-dropdown-color);
    text-align: left;
    list-style: none;
    background-color: var(--bs-dropdown-bg);
    background-clip: padding-box;
    border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
    border-radius: var(--bs-dropdown-border-radius);
}
.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid;
    border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
    margin-left: 0;
}
.dropend .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
    vertical-align: 0;
}
.dropend .dropdown-toggle:empty::after {
    margin-left: 0;
}
.dropstart .dropdown-toggle::after {
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    display: none;
}
.dropstart .dropdown-toggle::before {
    display: inline-block;
    margin-right: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0.3em solid;
    border-bottom: 0.3em solid transparent;
    vertical-align: 0;
}
.dropstart .dropdown-toggle:empty::after {
    margin-left: 0;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    clear: both;
    font-weight: 400;
    color: var(--bs-dropdown-link-color);
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    border-radius: var(--bs-dropdown-item-border-radius, 0);
}
.dropdown-item:focus,
.dropdown-item:hover {
    color: var(--bs-dropdown-link-hover-color);
    background-color: var(--bs-dropdown-link-hover-bg);
}
.dropdown-item.active,
.dropdown-item:active {
    color: var(--bs-dropdown-link-active-color);
    text-decoration: none;
    background-color: var(--bs-dropdown-link-active-bg);
}
.dropdown-item.disabled,
.dropdown-item:disabled {
    color: var(--bs-dropdown-link-disabled-color);
    pointer-events: none;
    background-color: transparent;
}
.dropdown-menu.show {
    display: block;
}
.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
}
.btn-group-vertical>.btn,
.btn-group>.btn {
    position: relative;
    flex: 1 1 auto;
}
.btn-group-vertical>.btn-check:checked+.btn,
.btn-group-vertical>.btn-check:focus+.btn,
.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group>.btn-check:checked+.btn,
.btn-group>.btn-check:focus+.btn,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
    z-index: 1;
}
.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.btn-group {
    border-radius: var(--bs-border-radius);
}
.btn-group>.btn-group:not(:first-child),
.btn-group> :not(.btn-check:first-child)+.btn {
    margin-left: calc(var(--bs-border-width) * -1);
}
.btn-group>.btn-group:not(:last-child)>.btn,
.btn-group>.btn:not(:last-child, .dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.btn-group>.btn-group:not(:first-child)>.btn,
.btn-group>.btn:nth-child(n + 3),
.btn-group> :not(.btn-check)+.btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group {
    width: 100%;
}
.btn-group-vertical>.btn-group:not(:first-child),
.btn-group-vertical>.btn:not(:first-child) {
    margin-top: calc(var(--bs-border-width) * -1);
}
.btn-group-vertical>.btn-group:not(:last-child)>.btn,
.btn-group-vertical>.btn:not(:last-child, .dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical>.btn-group:not(:first-child)>.btn,
.btn-group-vertical>.btn~.btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.nav {
    --bs-nav-link-padding-x: 1rem;
    --bs-nav-link-padding-y: 0.5rem;
    --bs-nav-link-font-weight: ;
    --bs-nav-link-color: var(--bs-link-color);
    --bs-nav-link-hover-color: var(--bs-link-hover-color);
    --bs-nav-link-disabled-color: var(--bs-secondary-color);

    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav-link {
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: var(--bs-nav-link-font-size);
    font-weight: var(--bs-nav-link-font-weight);
    color: var(--bs-nav-link-color);
    text-decoration: none;
    background: 0 0;
    border: 0;
    transition:
        color 0.15s ease-in-out,
        background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out;
}
.nav-link:focus,
.nav-link:hover {
    color: var(--bs-nav-link-hover-color);
}
.nav-link:focus-visible {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%);
}
.nav-link.disabled,
.nav-link:disabled {
    color: var(--bs-nav-link-disabled-color);
    pointer-events: none;
    cursor: default;
}
.nav-tabs {
    --bs-nav-tabs-border-width: var(--bs-border-width);
    --bs-nav-tabs-border-color: var(--bs-border-color);
    --bs-nav-tabs-border-radius: var(--bs-border-radius);
    --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
    --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
    --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
    --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);

    border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}
.nav-tabs .nav-link {
    margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
    border: var(--bs-nav-tabs-border-width) solid transparent;
    border-top-left-radius: var(--bs-nav-tabs-border-radius);
    border-top-right-radius: var(--bs-nav-tabs-border-radius);
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    isolation: isolate;
    border-color: var(--bs-nav-tabs-link-hover-border-color);
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: var(--bs-nav-tabs-link-active-color);
    background-color: var(--bs-nav-tabs-link-active-bg);
    border-color: var(--bs-nav-tabs-link-active-border-color);
}
.nav-tabs .dropdown-menu {
    margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.tab-content>.tab-pane {
    display: none;
}
.tab-content>.active {
    display: block;
}
.navbar {
    --bs-navbar-padding-x: 0;
    --bs-navbar-padding-y: 0.5rem;
    --bs-navbar-color: rgb(var(--bs-emphasis-color-rgb), 0.65);
    --bs-navbar-hover-color: rgb(var(--bs-emphasis-color-rgb), 0.8);
    --bs-navbar-disabled-color: rgb(var(--bs-emphasis-color-rgb), 0.3);
    --bs-navbar-active-color: rgb(var(--bs-emphasis-color-rgb), 1);
    --bs-navbar-brand-padding-y: 0.3125rem;
    --bs-navbar-brand-margin-end: 1rem;
    --bs-navbar-brand-font-size: 1.25rem;
    --bs-navbar-brand-color: rgb(var(--bs-emphasis-color-rgb), 1);
    --bs-navbar-brand-hover-color: rgb(var(--bs-emphasis-color-rgb), 1);
    --bs-navbar-nav-link-padding-x: 0.5rem;
    --bs-navbar-toggler-padding-y: 0.25rem;
    --bs-navbar-toggler-padding-x: 0.75rem;
    --bs-navbar-toggler-font-size: 1.25rem;
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    --bs-navbar-toggler-border-color: rgb(var(--bs-emphasis-color-rgb), 0.15);
    --bs-navbar-toggler-border-radius: var(--bs-border-radius);
    --bs-navbar-toggler-focus-width: 0.25rem;
    --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;

    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.navbar>.container,
.navbar>.container-fluid,
.navbar>.container-lg,
.navbar>.container-md,
.navbar>.container-sm,
.navbar>.container-xl,
.navbar>.container-xxl {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
}
.navbar-brand {
    padding-top: var(--bs-navbar-brand-padding-y);
    padding-bottom: var(--bs-navbar-brand-padding-y);
    margin-right: var(--bs-navbar-brand-margin-end);
    font-size: var(--bs-navbar-brand-font-size);
    color: var(--bs-navbar-brand-color);
    text-decoration: none;
    white-space: nowrap;
}
.navbar-brand:focus,
.navbar-brand:hover {
    color: var(--bs-navbar-brand-hover-color);
}
.navbar-nav {
    --bs-nav-link-padding-x: 0;
    --bs-nav-link-padding-y: 0.5rem;
    --bs-nav-link-font-weight: ;
    --bs-nav-link-color: var(--bs-navbar-color);
    --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
    --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);

    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: var(--bs-navbar-active-color);
}
.navbar-nav .dropdown-menu {
    position: static;
}
.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
}
.navbar-toggler {
    padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
    font-size: var(--bs-navbar-toggler-font-size);
    line-height: 1;
    color: var(--bs-navbar-color);
    background-color: transparent;
    border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
    border-radius: var(--bs-navbar-toggler-border-radius);
    transition: var(--bs-navbar-toggler-transition);
}
.navbar-toggler:hover {
    text-decoration: none;
}
.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}
.pagination {
    --bs-pagination-padding-x: 0.75rem;
    --bs-pagination-padding-y: 0.375rem;
    --bs-pagination-font-size: 1rem;
    --bs-pagination-color: var(--bs-link-color);
    --bs-pagination-bg: var(--bs-body-bg);
    --bs-pagination-border-width: var(--bs-border-width);
    --bs-pagination-border-color: var(--bs-border-color);
    --bs-pagination-border-radius: var(--bs-border-radius);
    --bs-pagination-hover-color: var(--bs-link-hover-color);
    --bs-pagination-hover-bg: var(--bs-tertiary-bg);
    --bs-pagination-hover-border-color: var(--bs-border-color);
    --bs-pagination-focus-color: var(--bs-link-hover-color);
    --bs-pagination-focus-bg: var(--bs-secondary-bg);
    --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%);
    --bs-pagination-active-color: #fff;
    --bs-pagination-active-bg: #0d6efd;
    --bs-pagination-active-border-color: #0d6efd;
    --bs-pagination-disabled-color: var(--bs-secondary-color);
    --bs-pagination-disabled-bg: var(--bs-secondary-bg);
    --bs-pagination-disabled-border-color: var(--bs-border-color);

    display: flex;
    padding-left: 0;
    list-style: none;
}
.alert {
    --bs-alert-bg: transparent;
    --bs-alert-padding-x: 1rem;
    --bs-alert-padding-y: 1rem;
    --bs-alert-margin-bottom: 1rem;
    --bs-alert-color: inherit;
    --bs-alert-border-color: transparent;
    --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
    --bs-alert-border-radius: var(--bs-border-radius);
    --bs-alert-link-color: inherit;

    position: relative;
    padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
    margin-bottom: var(--bs-alert-margin-bottom);
    color: var(--bs-alert-color);
    background-color: var(--bs-alert-bg);
    border: var(--bs-alert-border);
    border-radius: var(--bs-alert-border-radius);
}

@keyframes progress-bar-stripes {
    0% {
        background-position-x: 1rem;
    }
}
.progress {
    --bs-progress-height: 1rem;
    --bs-progress-font-size: 0.75rem;
    --bs-progress-bg: var(--bs-secondary-bg);
    --bs-progress-border-radius: var(--bs-border-radius);
    --bs-progress-box-shadow: var(--bs-box-shadow-inset);
    --bs-progress-bar-color: #fff;
    --bs-progress-bar-bg: #0d6efd;
    --bs-progress-bar-transition: width 0.6s ease;

    display: flex;
    height: var(--bs-progress-height);
    overflow: hidden;
    font-size: var(--bs-progress-font-size);
    background-color: var(--bs-progress-bg);
    border-radius: var(--bs-progress-border-radius);
}
.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: var(--bs-progress-bar-color);
    text-align: center;
    white-space: nowrap;
    background-color: var(--bs-progress-bar-bg);
    transition: var(--bs-progress-bar-transition);
}
.list-group {
    --bs-list-group-color: var(--bs-body-color);
    --bs-list-group-bg: var(--bs-body-bg);
    --bs-list-group-border-color: var(--bs-border-color);
    --bs-list-group-border-width: var(--bs-border-width);
    --bs-list-group-border-radius: var(--bs-border-radius);
    --bs-list-group-item-padding-x: 1rem;
    --bs-list-group-item-padding-y: 0.5rem;
    --bs-list-group-action-color: var(--bs-secondary-color);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-tertiary-bg);
    --bs-list-group-action-active-color: var(--bs-body-color);
    --bs-list-group-action-active-bg: var(--bs-secondary-bg);
    --bs-list-group-disabled-color: var(--bs-secondary-color);
    --bs-list-group-disabled-bg: var(--bs-body-bg);
    --bs-list-group-active-color: #fff;
    --bs-list-group-active-bg: #0d6efd;
    --bs-list-group-active-border-color: #0d6efd;

    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: var(--bs-list-group-border-radius);
}
.list-group-item {
    position: relative;
    display: block;
    padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
    color: var(--bs-list-group-color);
    text-decoration: none;
    background-color: var(--bs-list-group-bg);
    border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
}
.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}
.list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit;
}
.list-group-item.disabled,
.list-group-item:disabled {
    color: var(--bs-list-group-disabled-color);
    pointer-events: none;
    background-color: var(--bs-list-group-disabled-bg);
}
.list-group-item.active {
    z-index: 2;
    color: var(--bs-list-group-active-color);
    background-color: var(--bs-list-group-active-bg);
    border-color: var(--bs-list-group-active-border-color);
}
.list-group-item+.list-group-item {
    border-top-width: 0;
}
.list-group-item+.list-group-item.active {
    margin-top: calc(-1 * var(--bs-list-group-border-width));
    border-top-width: var(--bs-list-group-border-width);
}
.btn-close {
    --bs-btn-close-color: #000;
    --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
    --bs-btn-close-opacity: 0.5;
    --bs-btn-close-hover-opacity: 0.75;
    --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%);
    --bs-btn-close-focus-opacity: 1;
    --bs-btn-close-disabled-opacity: 0.25;
    --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);

    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em;
    color: var(--bs-btn-close-color);
    background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
    border: 0;
    border-radius: 0.375rem;
    opacity: var(--bs-btn-close-opacity);
}
.btn-close:hover {
    color: var(--bs-btn-close-color);
    text-decoration: none;
    opacity: var(--bs-btn-close-hover-opacity);
}
.btn-close:focus {
    outline: 0;
    box-shadow: var(--bs-btn-close-focus-shadow);
    opacity: var(--bs-btn-close-focus-opacity);
}
.btn-close.disabled,
.btn-close:disabled {
    pointer-events: none;
    user-select: none;
    opacity: var(--bs-btn-close-disabled-opacity);
}
.btn-close-white {
    filter: var(--bs-btn-close-white-filter);
}
.toast {
    --bs-toast-zindex: 1090;
    --bs-toast-padding-x: 0.75rem;
    --bs-toast-padding-y: 0.5rem;
    --bs-toast-spacing: 1.5rem;
    --bs-toast-max-width: 350px;
    --bs-toast-font-size: 0.875rem;
    --bs-toast-color: ;
    --bs-toast-bg: rgb(var(--bs-body-bg-rgb), 0.85);
    --bs-toast-border-width: var(--bs-border-width);
    --bs-toast-border-color: var(--bs-border-color-translucent);
    --bs-toast-border-radius: var(--bs-border-radius);
    --bs-toast-box-shadow: var(--bs-box-shadow);
    --bs-toast-header-color: var(--bs-secondary-color);
    --bs-toast-header-bg: rgb(var(--bs-body-bg-rgb), 0.85);
    --bs-toast-header-border-color: var(--bs-border-color-translucent);

    width: var(--bs-toast-max-width);
    max-width: 100%;
    font-size: var(--bs-toast-font-size);
    color: var(--bs-toast-color);
    pointer-events: auto;
    background-color: var(--bs-toast-bg);
    background-clip: padding-box;
    border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
    box-shadow: var(--bs-toast-box-shadow);
    border-radius: var(--bs-toast-border-radius);
}
.toast.showing {
    opacity: 0;
}
.toast:not(.show) {
    display: none;
}
.modal {
    --bs-modal-zindex: 1055;
    --bs-modal-width: 500px;
    --bs-modal-padding: 1rem;
    --bs-modal-margin: 0.5rem;
    --bs-modal-color: ;
    --bs-modal-bg: var(--bs-body-bg);
    --bs-modal-border-color: var(--bs-border-color-translucent);
    --bs-modal-border-width: var(--bs-border-width);
    --bs-modal-border-radius: var(--bs-border-radius-lg);
    --bs-modal-box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 7.5%);
    --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
    --bs-modal-header-padding-x: 1rem;
    --bs-modal-header-padding-y: 1rem;
    --bs-modal-header-padding: 1rem 1rem;
    --bs-modal-header-border-color: var(--bs-border-color);
    --bs-modal-header-border-width: var(--bs-border-width);
    --bs-modal-title-line-height: 1.5;
    --bs-modal-footer-gap: 0.5rem;
    --bs-modal-footer-bg: ;
    --bs-modal-footer-border-color: var(--bs-border-color);
    --bs-modal-footer-border-width: var(--bs-border-width);

    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--bs-modal-zindex);
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden auto;
    outline: 0;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: var(--bs-modal-margin);
    pointer-events: none;
    max-width: 410px;
    margin-right: auto;
    margin-left: auto;
}
.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px);
}
.modal.show .modal-dialog {
    transform: none;
}
.modal.modal-static .modal-dialog {
    transform: scale(1.02);
}
.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    color: var(--bs-modal-color);
    pointer-events: auto;
    background-color: var(--bs-modal-bg);
    background-clip: padding-box;
    border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
    border-radius: var(--bs-modal-border-radius);
    outline: 0;
}
.modal-backdrop {
    --bs-backdrop-zindex: 1050;
    --bs-backdrop-bg: #000;
    --bs-backdrop-opacity: 0.5;

    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100vw;
    height: 100vh;
    background-color: var(--bs-backdrop-bg);
}
.modal-backdrop.fade {
    opacity: 0;
}
.modal-backdrop.show {
    opacity: var(--bs-backdrop-opacity);
}
.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    border-top-left-radius: var(--bs-modal-inner-border-radius);
    border-top-right-radius: var(--bs-modal-inner-border-radius);
    border-bottom: 1px solid transparent;
    padding: 7px;
}
.modal-header .btn-close {
    margin: calc(-0.5 * var(--bs-modal-header-padding-y)) calc(-0.5 * var(--bs-modal-header-padding-x)) calc(-0.5 * var(--bs-modal-header-padding-y)) auto;
    padding: 12px;
    width: 12px;
    height: 12px;
    outline: none;
}
.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 0 25px 40px;
}
.tooltip {
    --bs-tooltip-zindex: 1080;
    --bs-tooltip-max-width: 200px;
    --bs-tooltip-padding-x: 0.5rem;
    --bs-tooltip-padding-y: 0.25rem;
    --bs-tooltip-margin: ;
    --bs-tooltip-font-size: 0.875rem;
    --bs-tooltip-color: var(--bs-body-bg);
    --bs-tooltip-bg: var(--bs-emphasis-color);
    --bs-tooltip-border-radius: var(--bs-border-radius);
    --bs-tooltip-opacity: 0.9;
    --bs-tooltip-arrow-width: 0.8rem;
    --bs-tooltip-arrow-height: 0.4rem;

    z-index: var(--bs-tooltip-zindex);
    display: block;
    margin: var(--bs-tooltip-margin);
    font-family: var(--bs-font-sans-serif);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    white-space: normal;
    word-spacing: normal;
    line-break: auto;
    font-size: var(--bs-tooltip-font-size);
    overflow-wrap: break-word;
    opacity: 0;
    box-shadow: 2px 2px 12px 0 rgb(0 0 0 / 12%);
}
.tooltip.show {
    opacity: var(--bs-tooltip-opacity);
    opacity: 1 !important;
}
.tooltip .tooltip-arrow {
    display: block;
    width: var(--bs-tooltip-arrow-width);
    height: var(--bs-tooltip-arrow-height);
    border: none !important;
}
.tooltip .tooltip-arrow::before {
    position: absolute;
    content: "";
    border-style: solid;
    left: -10px !important;
    border-color: #eee transparent transparent !important;
}
.tooltip-inner {
    max-width: var(--bs-tooltip-max-width);
    padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
    text-align: center;
    background-color: var(--bs-tooltip-bg);
    border-radius: var(--bs-tooltip-border-radius);
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 13px;
    color: #162136;
    margin: 0;
}
.popover {
    --bs-popover-zindex: 1070;
    --bs-popover-max-width: 276px;
    --bs-popover-font-size: 0.875rem;
    --bs-popover-bg: var(--bs-body-bg);
    --bs-popover-border-width: var(--bs-border-width);
    --bs-popover-border-color: var(--bs-border-color-translucent);
    --bs-popover-border-radius: var(--bs-border-radius-lg);
    --bs-popover-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));
    --bs-popover-box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
    --bs-popover-header-padding-x: 1rem;
    --bs-popover-header-padding-y: 0.5rem;
    --bs-popover-header-font-size: 1rem;
    --bs-popover-header-color: inherit;
    --bs-popover-header-bg: var(--bs-secondary-bg);
    --bs-popover-body-padding-x: 1rem;
    --bs-popover-body-padding-y: 1rem;
    --bs-popover-body-color: var(--bs-body-color);
    --bs-popover-arrow-width: 1rem;
    --bs-popover-arrow-height: 0.5rem;
    --bs-popover-arrow-border: var(--bs-popover-border-color);

    z-index: var(--bs-popover-zindex);
    display: block;
    max-width: var(--bs-popover-max-width);
    font-family: var(--bs-font-sans-serif);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    white-space: normal;
    word-spacing: normal;
    line-break: auto;
    font-size: var(--bs-popover-font-size);
    overflow-wrap: break-word;
    background-color: var(--bs-popover-bg);
    background-clip: padding-box;
    border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
    border-radius: var(--bs-popover-border-radius);
}
.popover .popover-arrow {
    display: block;
    width: var(--bs-popover-arrow-width);
    height: var(--bs-popover-arrow-height);
}
.popover .popover-arrow::after,
.popover .popover-arrow::before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid;
    border-width: 0;
}
.popover-header {
    padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
    margin-bottom: 0;
    font-size: var(--bs-popover-header-font-size);
    color: var(--bs-popover-header-color);
    background-color: var(--bs-popover-header-bg);
    border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
    border-top-left-radius: var(--bs-popover-inner-border-radius);
    border-top-right-radius: var(--bs-popover-inner-border-radius);
}
.popover-header:empty {
    display: none;
}
.popover-body {
    padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
    color: var(--bs-popover-body-color);
}
.carousel {
    position: relative;
}
.carousel.pointer-event {
    touch-action: pan-y;
}
.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    backface-visibility: hidden;
    transition: transform 0.6s ease-in-out;
}
.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block;
}
.active.carousel-item-end,
.carousel-item-next:not(.carousel-item-start) {
    transform: translateX(100%);
}
.active.carousel-item-start,
.carousel-item-prev:not(.carousel-item-end) {
    transform: translateX(-100%);
}
.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
}
.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 0.5;
    transition: opacity 0.6s ease;
}
.carousel-indicators .active {
    opacity: 1;
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg);
    }
}

@keyframes spinner-grow {
    0% {
        transform: scale(0);
    }
    50% {
        opacity: 1;
        transform: none;
    }
}
.offcanvas {
    --bs-offcanvas-zindex: 1045;
    --bs-offcanvas-width: 400px;
    --bs-offcanvas-height: 30vh;
    --bs-offcanvas-padding-x: 1rem;
    --bs-offcanvas-padding-y: 1rem;
    --bs-offcanvas-color: var(--bs-body-color);
    --bs-offcanvas-bg: var(--bs-body-bg);
    --bs-offcanvas-border-width: var(--bs-border-width);
    --bs-offcanvas-border-color: var(--bs-border-color-translucent);
    --bs-offcanvas-box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 7.5%);
    --bs-offcanvas-transition: transform 0.3s ease-in-out;
    --bs-offcanvas-title-line-height: 1.5;
}
.offcanvas {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
}
.offcanvas.show:not(.hiding),
.offcanvas.showing {
    transform: none;
}
.offcanvas.hiding,
.offcanvas.show,
.offcanvas.showing {
    visibility: visible;
}
.offcanvas-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}
.offcanvas-backdrop.fade {
    opacity: 0;
}
.offcanvas-backdrop.show {
    opacity: 0.5;
}
.placeholder {
    display: inline-block;
    min-height: 1em;
    vertical-align: middle;
    cursor: wait;
    background-color: currentcolor;
    opacity: 0.5;
}
.placeholder.btn::before {
    display: inline-block;
    content: "";
}

@keyframes placeholder-glow {
    50% {
        opacity: 0.2;
    }
}

@keyframes placeholder-wave {
    100% {
        mask-position: -200% 0%;
    }
}
.text-bg-primary {
    color: #fff !important;
    background-color: rgb(var(--bs-primary-rgb),
            var(--bs-bg-opacity, 1)) !important;
}
.text-bg-secondary {
    color: #fff !important;
    background-color: rgb(var(--bs-secondary-rgb),
            var(--bs-bg-opacity, 1)) !important;
}
.text-bg-success {
    color: #fff !important;
    background-color: rgb(var(--bs-success-rgb),
            var(--bs-bg-opacity, 1)) !important;
}
.text-bg-info {
    color: #000 !important;
    background-color: rgb(var(--bs-info-rgb),
            var(--bs-bg-opacity, 1)) !important;
}
.text-bg-warning {
    color: #000 !important;
    background-color: rgb(var(--bs-warning-rgb),
            var(--bs-bg-opacity, 1)) !important;
}
.text-bg-danger {
    color: #fff !important;
    background-color: rgb(var(--bs-danger-rgb),
            var(--bs-bg-opacity, 1)) !important;
}
.text-bg-light {
    color: #000 !important;
    background-color: rgb(var(--bs-light-rgb),
            var(--bs-bg-opacity, 1)) !important;
}
.text-bg-dark {
    color: #fff !important;
    background-color: rgb(var(--bs-dark-rgb),
            var(--bs-bg-opacity, 1)) !important;
}
.ratio {
    position: relative;
    width: 100%;
}
.ratio::before {
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: "";
}
.ratio>* {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}
.sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
}
.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.d-inline {
    display: inline !important;
}
.d-inline-block {
    display: inline-block !important;
}
.d-block {
    display: block !important;
}
.d-grid {
    display: grid !important;
}
.d-inline-grid {
    display: inline-grid !important;
}
.d-table {
    display: table !important;
}
.d-table-row {
    display: table-row !important;
}
.d-table-cell {
    display: table-cell !important;
}
.d-flex {
    display: flex !important;
}
.d-inline-flex {
    display: inline-flex !important;
}
.d-none {
    display: none !important;
}
.shadow {
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%) !important;
}
.border {
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.flex-column {
    flex-direction: column !important;
}
.flex-wrap {
    flex-wrap: wrap !important;
}
.align-items-center {
    align-items: center !important;
}
.mt-0 {
    margin-top: 0 !important;
}
.mt-1 {
    margin-top: 0.25rem !important;
}
.mt-2 {
    margin-top: 0.5rem !important;
}
.mt-3 {
    margin-top: 1rem !important;
}
.mt-4 {
    margin-top: 1.5rem !important;
}
.mt-5 {
    margin-top: 3rem !important;
}
.mt-auto {
    margin-top: auto !important;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.mb-1 {
    margin-bottom: 0.25rem !important;
}
.mb-2 {
    margin-bottom: 0.5rem !important;
}
.mb-3 {
    margin-bottom: 1rem !important;
}
.mb-4 {
    margin-bottom: 1.5rem !important;
}
.mb-5 {
    margin-bottom: 3rem !important;
}
.mb-auto {
    margin-bottom: auto !important;
}
.p-0 {
    padding: 0 !important;
}
.p-1 {
    padding: 0.25rem !important;
}
.p-2 {
    padding: 0.5rem !important;
}
.p-3 {
    padding: 1rem !important;
}
.p-4 {
    padding: 1.5rem !important;
}
.p-5 {
    padding: 3rem !important;
}
.gap-1 {
    gap: 0.25rem !important;
}
.gap-2 {
    gap: 0.5rem !important;
}
.row-gap-0 {
    row-gap: 0 !important;
}
.row-gap-1 {
    row-gap: 0.25rem !important;
}
.row-gap-2 {
    row-gap: 0.5rem !important;
}
.row-gap-3 {
    row-gap: 1rem !important;
}
.row-gap-4 {
    row-gap: 1.5rem !important;
}
.row-gap-5 {
    row-gap: 3rem !important;
}
.text-start {
    text-align: left !important;
}
.text-end {
    text-align: right !important;
}
.text-center {
    text-align: center !important;
}
.text-decoration-none {
    text-decoration: none !important;
}
.text-decoration-underline {
    text-decoration: underline !important;
}
.text-decoration-line-through {
    text-decoration: line-through !important;
}
.text-lowercase {
    text-transform: lowercase !important;
}
.text-uppercase {
    text-transform: uppercase !important;
}
.text-capitalize {
    text-transform: capitalize !important;
}
.text-wrap {
    white-space: normal !important;
}
.text-nowrap {
    white-space: nowrap !important;
}
.text-break {
    overflow-wrap: break-word !important;
    word-break: break-word !important;
}
.text-primary {
    --bs-text-opacity: 1;

    color: rgb(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}
.text-secondary {
    --bs-text-opacity: 1;

    color: rgb(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}
.text-success {
    --bs-text-opacity: 1;

    color: rgb(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}
.text-info {
    --bs-text-opacity: 1;

    color: rgb(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}
.text-warning {
    --bs-text-opacity: 1;

    color: rgb(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}
.text-danger {
    --bs-text-opacity: 1;

    color: rgb(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}
.text-light {
    --bs-text-opacity: 1;

    color: rgb(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}
.text-dark {
    --bs-text-opacity: 1;

    color: rgb(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}
.text-black {
    --bs-text-opacity: 1;

    color: rgb(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}
.text-white {
    --bs-text-opacity: 1;

    color: rgb(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}
.text-body {
    --bs-text-opacity: 1;

    color: rgb(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}
.text-muted {
    --bs-text-opacity: 1;

    color: var(--bs-secondary-color) !important;
}
.text-black-50 {
    --bs-text-opacity: 1;

    color: rgb(0 0 0 / 50%) !important;
}
.text-white-50 {
    --bs-text-opacity: 1;

    color: rgb(255 255 255 / 50%) !important;
}
.text-body-secondary {
    --bs-text-opacity: 1;

    color: var(--bs-secondary-color) !important;
}
.text-body-tertiary {
    --bs-text-opacity: 1;

    color: var(--bs-tertiary-color) !important;
}
.text-body-emphasis {
    --bs-text-opacity: 1;

    color: var(--bs-emphasis-color) !important;
}
.text-reset {
    --bs-text-opacity: 1;

    color: inherit !important;
}
.text-opacity-25 {
    --bs-text-opacity: 0.25;
}
.text-opacity-50 {
    --bs-text-opacity: 0.5;
}
.text-opacity-75 {
    --bs-text-opacity: 0.75;
}
.text-opacity-100 {
    --bs-text-opacity: 1;
}
.text-primary-emphasis {
    color: var(--bs-primary-text-emphasis) !important;
}
.text-secondary-emphasis {
    color: var(--bs-secondary-text-emphasis) !important;
}
.text-success-emphasis {
    color: var(--bs-success-text-emphasis) !important;
}
.text-info-emphasis {
    color: var(--bs-info-text-emphasis) !important;
}
.text-warning-emphasis {
    color: var(--bs-warning-text-emphasis) !important;
}
.text-danger-emphasis {
    color: var(--bs-danger-text-emphasis) !important;
}
.text-light-emphasis {
    color: var(--bs-light-text-emphasis) !important;
}
.text-dark-emphasis {
    color: var(--bs-dark-text-emphasis) !important;
}
.bg-primary {
    --bs-bg-opacity: 1;

    background-color: rgb(var(--bs-primary-rgb),
            var(--bs-bg-opacity)) !important;
}
.bg-secondary {
    --bs-bg-opacity: 1;

    background-color: rgb(var(--bs-secondary-rgb),
            var(--bs-bg-opacity)) !important;
}
.bg-success {
    --bs-bg-opacity: 1;

    background-color: rgb(var(--bs-success-rgb),
            var(--bs-bg-opacity)) !important;
}
.bg-info {
    --bs-bg-opacity: 1;

    background-color: rgb(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}
.bg-warning {
    --bs-bg-opacity: 1;

    background-color: rgb(var(--bs-warning-rgb),
            var(--bs-bg-opacity)) !important;
}
.bg-danger {
    --bs-bg-opacity: 1;

    background-color: rgb(var(--bs-danger-rgb),
            var(--bs-bg-opacity)) !important;
}
.bg-light {
    --bs-bg-opacity: 1;

    background-color: rgb(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}
.bg-dark {
    --bs-bg-opacity: 1;

    background-color: rgb(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}
.bg-black {
    --bs-bg-opacity: 1;

    background-color: rgb(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}
.bg-white {
    --bs-bg-opacity: 1;

    background-color: rgb(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}
.bg-body {
    --bs-bg-opacity: 1;

    background-color: rgb(var(--bs-body-bg-rgb),
            var(--bs-bg-opacity)) !important;
}
.bg-transparent {
    --bs-bg-opacity: 1;

    background-color: transparent !important;
}
.bg-body-secondary {
    --bs-bg-opacity: 1;

    background-color: rgb(var(--bs-secondary-bg-rgb),
            var(--bs-bg-opacity)) !important;
}
.bg-body-tertiary {
    --bs-bg-opacity: 1;

    background-color: rgb(var(--bs-tertiary-bg-rgb),
            var(--bs-bg-opacity)) !important;
}
.bg-opacity-10 {
    --bs-bg-opacity: 0.1;
}
.bg-opacity-25 {
    --bs-bg-opacity: 0.25;
}
.bg-opacity-50 {
    --bs-bg-opacity: 0.5;
}
.bg-opacity-75 {
    --bs-bg-opacity: 0.75;
}
.bg-opacity-100 {
    --bs-bg-opacity: 1;
}
.bg-primary-subtle {
    background-color: var(--bs-primary-bg-subtle) !important;
}
.bg-secondary-subtle {
    background-color: var(--bs-secondary-bg-subtle) !important;
}
.bg-success-subtle {
    background-color: var(--bs-success-bg-subtle) !important;
}
.bg-info-subtle {
    background-color: var(--bs-info-bg-subtle) !important;
}
.bg-warning-subtle {
    background-color: var(--bs-warning-bg-subtle) !important;
}
.bg-danger-subtle {
    background-color: var(--bs-danger-bg-subtle) !important;
}
.bg-light-subtle {
    background-color: var(--bs-light-bg-subtle) !important;
}
.bg-dark-subtle {
    background-color: var(--bs-dark-bg-subtle) !important;
}
.bg-gradient {
    background-image: var(--bs-gradient) !important;
}
.visible {
    visibility: visible !important;
}

@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
    font-weight: 400;
    font-style: normal;
}
.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}

.swiper-wrapper {
    transform: translate3d(0, 0, 0);
}
.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}
.swiper-3d {
    perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
    background: rgb(0 0 0 / 15%);
}
.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left,
            rgb(0 0 0 / 50%),
            rgb(0 0 0 / 0%));
}
.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right,
            rgb(0 0 0 / 50%),
            rgb(0 0 0 / 0%));
}
.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top,
            rgb(0 0 0 / 50%),
            rgb(0 0 0 / 0%));
}
.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom,
            rgb(0 0 0 / 50%),
            rgb(0 0 0 / 0%));
}
.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    margin-top: calc(0px - var(--swiper-navigation-size) / 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
    width: 26px;
    height: 45px;
    border-radius: 3px;
    background-color: #ffffffb2;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}
.swiper-button-next::after,
.swiper-button-prev::after {
    font-family: swiper-icons;
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
    color: #ae1b3e;
    font-weight: 900;
    font-size: 16px;
}
.swiper-button-prev {
    left: 10px;
    right: auto;
}
.swiper-button-prev::after {
    content: "prev";
}
.swiper-button-next {
    right: 10px;
    left: auto;
}
.swiper-button-next::after {
    content: "next";
}
.swiper-button-lock {
    display: none;
}
.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: 0.3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
    bottom: 10px;
}
.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 10px;
    left: 0;
    width: 100%;
}
.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width,
            var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height,
            var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: 50%;
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}
.swiper-pagination-bullet:only-child {
    display: none !important;
}
.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-pagination-lock {
    display: none;
}
.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    touch-action: none;
    background: rgb(0 0 0 / 10%);
}
.swiper-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}
.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgb(0 0 0 / 50%);
    border-radius: 10px;
    left: 0;
    top: 0;
}
.swiper-scrollbar-lock {
    display: none;
}
.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.swiper-slide-zoomed {
    cursor: move;
}
.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    animation: swiper-preloader-spin 1s infinite linear;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent;
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg);
    }
}
.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}
.swiper-cards {
    overflow: visible;
}
.swiper-cards .swiper-slide {
    transform-origin: center bottom;
    backface-visibility: hidden;
    overflow: hidden;
}
body.compensate-for-scrollbar {
    overflow: hidden;
}
.fancybox-active {
    height: auto;
}
.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}
.fancybox-container {
    backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}
.fancybox-container * {
    box-sizing: border-box;
}
.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
    inset: 0;
    position: absolute;
}
.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}
.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
    opacity: 0.9;
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition:
        opacity 0.25s ease,
        visibility 0s ease 0.25s;
    visibility: hidden;
    z-index: 99997;
}
.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    transition:
        opacity 0.25s ease 0s,
        visibility 0s ease 0s;
    visibility: visible;
}
.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    user-select: none;
}
.fancybox-toolbar {
    right: 0;
    top: 0;
}
.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994;
}
.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}
.fancybox-slide {
    backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}
.fancybox-slide::before {
    content: "";
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
    display: block;
}
.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0;
}
.fancybox-slide--image::before {
    display: none;
}
.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}
.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
    backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    transform-origin: top left;
    transition-property: transform, opacity;
    user-select: none;
    z-index: 99995;
}
.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in;
}
.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
    cursor: grab;
}
.fancybox-is-grabbing .fancybox-content {
    cursor: grabbing;
}
.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    user-select: none;
    width: 100%;
}
.fancybox-spaceball {
    z-index: 1;
}
.fancybox-iframe,
.fancybox-video {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}
.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}
.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}
.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}
.fancybox-button {
    background: rgb(30 30 30 / 60%);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color 0.2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}
.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
    color: #ccc;
}
.fancybox-button:hover {
    color: #fff;
}
.fancybox-button:focus {
    outline: none;
}
.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none;
}
.fancybox-button div {
    height: 100%;
}
.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}
.fancybox-button svg path {
    fill: currentcolor;
    stroke-width: 0;
}
.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
    display: none;
}
.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998;
}
.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: 0.8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}
.fancybox-close-small:hover {
    color: #fff;
    opacity: 1;
}
.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
}
.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
}
.fancybox-navigation .fancybox-button div {
    padding: 7px;
}
.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right);
}
.fancybox-caption {
    background: linear-gradient(0deg,
            rgb(0 0 0 / 85%) 0,
            rgb(0 0 0 / 30%) 50%,
            rgb(0 0 0 / 15%) 65%,
            rgb(0 0 0 / 7.5%) 75.5%,
            rgb(0 0 0 / 3.7%) 82.85%,
            rgb(0 0 0 / 1.9%) 88%,
            transparent);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
}

@supports (padding: max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right));
    }
}
.fancybox-caption--separate {
    margin-top: -50px;
}
.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all;
}
.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}
.fancybox-caption a:hover {
    color: #fff;
}
.fancybox-loading {
    animation: a 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: 0.7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}

@keyframes a {
    to {
        transform: rotate(1turn);
    }
}
.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}
.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px;
}
.fancybox-share p {
    margin: 0;
    padding: 0;
}
.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all 0.2s;
    user-select: none;
    white-space: nowrap;
}
.fancybox-share__button:link,
.fancybox-share__button:visited {
    color: #fff;
}
.fancybox-share__button:hover {
    text-decoration: none;
}
.fancybox-share__button--fb {
    background: #3b5998;
}
.fancybox-share__button--fb:hover {
    background: #344e86;
}
.fancybox-share__button--pt {
    background: #bd081d;
}
.fancybox-share__button--pt:hover {
    background: #aa0719;
}
.fancybox-share__button--tw {
    background: #1da1f2;
}
.fancybox-share__button--tw:hover {
    background: #0d95e8;
}
.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}
.fancybox-share__button svg path {
    fill: #fff;
}
.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}
.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgb(0 0 0 / 0%);
    top: 0;
    width: 212px;
    z-index: 99995;
}
.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}
.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}

@font-face {
    font-family: Inter;
    font-display: swap;
    src:
        url("../fonts/Inter/Inter-Regular.woff2") format("woff2"),
        url("../fonts/Inter/Inter-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: InterMedium;
    font-display: swap;
    src:
        url("../fonts/Inter/Inter-Medium.woff2") format("woff2"),
        url("../fonts/Inter/Inter-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: InterLight;
    font-display: swap;
    src:
        url("../fonts/Inter/Inter-Light.woff2") format("woff2"),
        url("../fonts/Inter/Inter-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: InterBold;
    font-display: swap;
    src:
        url("../fonts/Inter/Inter-Bold.woff2") format("woff2"),
        url("../fonts/Inter/Inter-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: InterSemibold;
    font-display: swap;
    src:
        url("../fonts/Inter/Inter-SemiBold.woff2") format("woff2"),
        url("../fonts/Inter/Inter-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
}
*,
*::before,
*::after {
    box-sizing: border-box;
}
body,
main {
    overflow-x: hidden;
    font-family: var(--font-family);
    color: var(--font-color);
    font-size: 16px;
    font-style: normal;
    line-height: 1.2;
}
h3 {
    font-family: var(--font-bold);
    font-weight: 700;
    font-size: 23px;
    color: #000;
    padding: 0;
    margin: 0 0 18px;
}
h4 {
    color: var(--prymary-black);
    font-family: var(--font-family);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.6;
}
h5 {
    color: var(--prymary-black);
    font-family: var(--font-family);
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4;
}
h6 {
    color: var(--prymary-black, #1a1a1a);
    font-family: var(--font-family);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4;
}
.section,
section {
    padding: 50px 0;
}
ul {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    padding-left: 20px;
    margin: 15px 0;
}
ul li {
    margin-bottom: 15px;
}
ul li::marker {
    color: var(--color-accent);
}
.container {
    max-width: 1150px;
    padding-left: 15px;
    padding-right: 15px;
}
.btn__container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 34px 0 0;
}
.btn-accent {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 0;
    font-family: var(--font-medium);
    font-size: 18px;
    line-height: 1.0585;
    color: var(--color-white);
    text-align: center;
    border: 1px solid #ae1b3e;
    outline: none;
    background: #ae1b3e;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.3s ease;
    height: 50px;
    padding: 0 5px;
    max-width: 533px;
}
.btn-accent.btn-accent--sm {
    font-size: 17px;
    padding: 10px 35px;
}
.btn-accent:hover {
    opacity: 0.8;
    text-decoration: none;
}
.btn-accent:focus {
    opacity: 0.8;
}
.btn-accent-border {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 0;
    height: 50px;
    font: 500 15px/1.1 var(--font-medium);
    color: #ae1b3e;
    text-align: center;
    border: 1px solid #ae1b3e;
    border-radius: 5px;
    outline: none;
    background: transparent;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.3s ease;
    max-width: 288px;
}
.btn-accent-border.btn-accent-border--sm {
    padding: 12px 24px;
}
.btn-accent-border.btn-accent-border--md {
    font-size: 22px;
    line-height: 1;
    font-family: var(--font-bold);
    font-weight: 900;
    padding: 20px 60px;
}
.btn-accent-border.btn-accent-border--lg {
    font-size: 24px;
    font-weight: 700;
    font-family: var(--font-bold);
    padding: 21.5px 56px;
}
.btn-accent-border:hover {
    text-decoration: none;
    color: #fff;
    background-color: #ae1b3e;
}
.btn-accent-border:focus {
    background: #d7486a;
    border-color: #d7486a;
    color: #fff;
    text-decoration: none;
}
.btn-accent-border:focus svg path {
    fill: #fff;
}
.btn-border {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 0;
    height: 50px;
    font-family: var(--font-medium);
    font-size: 15px;
    color: rgb(22 33 54 / 89.8%);
    text-align: center;
    border: 1px solid rgb(22 33 54 / 50.2%);
    border-radius: 5px;
    outline: none;
    background: transparent;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.3s ease;
    max-width: 288px;
}
.btn-border.btn-accent-border--sm {
    padding: 12px 24px;
}
.btn-border.btn-accent-border--md {
    font-size: 22px;
    line-height: 1;
    font-family: var(--font-bold);
    font-weight: 900;
    padding: 20px 60px;
}
.btn-border.btn-accent-border--lg {
    font-size: 24px;
    font-weight: 700;
    font-family: var(--font-bold);
    padding: 21.5px 56px;
}
.btn-border:hover {
    background: #162136;
    border-color: #162136;
    color: #fff;
}
.btn-border:focus {
    background: #434b5c;
    border-color: #434b5c;
    color: #fff;
}
.btn-border:focus svg path {
    fill: #fff;
}
.btn-border:hover svg path {
    fill: #fff;
}
.btn-grey {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-medium);
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.15;
    color: #ae1b3e;
    text-align: center;
    outline: none;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.3s ease;
    background: transparent;
    border: 1px solid #ae1b3e;
    padding: 15px 19px;
}
.btn-grey:hover {
    color: #fff;
    background: #ae1b3e;
}
.btn-grey:focus {
    color: #fff;
    background: #ae1b3e;
}
.btn-m {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-medium);
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.215;
    color: #586684;
    text-align: center;
    border: none;
    outline: none;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.3s ease;
    background: rgb(22 33 54 / 5.1%);
    padding: 14px 40px;
}
a,
.link {
    color: inherit;
    font-family: var(--font-family);
    font-size: inherit;
    font-style: normal;
    font-weight: inherit;
    line-height: inherit;
    text-decoration: underline;
    border: none;
    background: transparent;
    padding: 0;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
a:hover,
a:focus,
a.link:hover,
a.link:focus {
    text-decoration: none !important;
}
a.link:hover {
    color: #ae1b3e;
    border-color: #ae1b3e;
}
a.link:hover span {
    border-color: #ae1b3e;
}
a.link:hover svg path {
    fill: #ae1b3e;
}
a.link:focus {
    color: #d7486a;
    border-color: #d7486a;
}
a.link:focus span {
    border-color: #d7486a;
}
a.link:focus svg path {
    fill: #636;
}
a.link:visited {
    color: #636;
    border-color: #636;
}
a.link:visited span {
    border-color: #636;
}
.swiper-button-next {
    right: 10px;
}
.swiper-button-prev {
    left: 15px;

    /* left: 10px; */
}
.swiper-button-disabled::after {
    color: #fff;
}
.swiper-pagination .swiper-pagination-bullet {
    position: relative;
    background-color: #fff;
    opacity: 1;
    transition: width 0.5s ease;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 1.5px solid #b8bbc1;
}
.swiper-pagination .swiper-pagination-bullet-active {
    border: none;
    background-image: url('data:image/svg+xml,<svg width="14" height="15" viewBox="0 0 14 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7 2.5C10.0376 2.5 12.5 4.96243 12.5 8C12.5 11.0376 10.0376 13.5 7 13.5C3.96243 13.5 1.5 11.0376 1.5 8C1.5 4.96243 3.96243 2.5 7 2.5Z" fill="%23AE1B3E" stroke="white" stroke-width="3"/><path d="M6.95215 1.75C10.3776 1.75 13.1551 4.52677 13.1553 7.95215C13.1553 11.3777 10.3777 14.1553 6.95215 14.1553C3.52677 14.1551 0.75 11.3776 0.75 7.95215C0.750176 4.52687 3.52687 1.75018 6.95215 1.75Z" stroke="%23AE1B3E" stroke-width="1.5"/></svg>');
    background-size: 14px 14px;
    background-repeat: no-repeat;
    background-position: center;
    transform: scale(1.15) translateY(-1px);
}
.input {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 17px;
    color: #162136;
    background: #fff;
    padding: 15px;
    border: 1px solid rgb(22 33 54 / 20%);
    outline: none;
    width: 100%;
    margin: 0 0 15px;
    border-radius: 5px;
    height: 50px;
}
video {
    border-radius: 8px;
}
header {
    position: fixed;
    z-index: 50;
    left: 0;
    right: 0;
    top: 0;
    max-height: max-content;
    padding: 8px 0 7px;
    border-bottom: 1px solid #ededed;
    border: 1px solid #ededed;
    background: #fff;
    box-shadow: 1px 1px 10.1px 0 rgb(93 93 93 / 8%);
}
header .navbar {
    padding: 0;
}
.header-contacts {
    display: flex;
    justify-content: flex-end;
}
.header-contacts .item2 {
    min-width: 155px;
}
.header-contacts .item2 button {
    width: 100%;
    height: 44px;
    padding: 0 15px;
}
.header-contacts .item1 {
    margin-right: 17px;
    padding-top: 5px;
}
.header-contacts .time {
    font-size: 14px;
    color: rgb(22 33 54 / 70%);
    text-align: right;
}
.header-contacts .time span {
    color: #0cb013;
}
header .logo {
    padding: 0;
}
.phone-with-icon {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 5px;
}
.phone-with-icon a {
    font: 700 18px/1.2 var(--font-bold);
    color: rgb(22 33 54 / 90%);
    display: flex;
    width: max-content;
    text-decoration: none;
    border-bottom: 1px solid rgb(22 33 54 / 90%);
}
.phone-with-icon:hover {
    text-decoration: none;
}
.header__bottom .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.metro {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    padding-left: 20px;
}
.metro p {
    position: relative;
    font: 500 14px/1 var(--font-medium);
    color: #162136;
    margin: 0;
    letter-spacing: -0.308px;

    /* padding-left: 10px; */
}
.location-wrp::before {
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: -1px;
    background-image: url("../img/3.8/metro.svg");
}
.metro p::after {
    /* content: '';
    position: absolute;
    display: flex;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(117, 121, 126, 1); */
}
.metro span {
    letter-spacing: -0.308px;
    font: 400 14px/1.2 var(--font-family);
    color: rgb(22 33 54 / 50%);
}
.metro img {
    margin-top: -2px;
}
.header-menu {
    display: flex;
    gap: 20px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.header__bottom .header-menu {
    gap: 24px;
}
.header-menu li {
    margin: 0;
}
.header-menu a {
    font: 400 14px/1.2 var(--font-family);
    text-decoration: none;
}
.icon-mobile-phone {
    display: flex;
    height: 45px;
    width: 45px;
    background: transparent;
    border-radius: 5px;
    border: 1px solid #ae1b3e;
    align-items: center;
    justify-content: center;
}
.works {
    background: #f6f7f8;
    padding: 50px 0 30px;
    margin: 0;
}
.works h2 {
    margin-bottom: 10px;
}
p.works__subtitle {
    font-size: 18px;
}
.works__subtitle .red {
    font-family: var(--font-medium);
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    color: #ae1b3e;
}
.works__subtitle>span {
    padding-right: 20px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOSAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkuNDk1ODQgMTIuOTUzM0wxMi42MDgzIDE0LjgzNThDMTMuMTc4MyAxNS4xODA4IDEzLjg3NTggMTQuNjcwOCAxMy43MjU4IDE0LjAyNThMMTIuOTAwOCAxMC40ODU4TDE1LjY1MzMgOC4xMDA4QzE2LjE1NTggNy42NjU4IDE1Ljg4NTggNi44NDA4IDE1LjIyNTggNi43ODgzTDExLjYwMzMgNi40ODA4TDEwLjE4NTggMy4xMzU4QzkuOTMwODQgMi41MjgzIDkuMDYwODQgMi41MjgzIDguODA1ODQgMy4xMzU4TDcuMzg4MzQgNi40NzMzTDMuNzY1ODQgNi43ODA4QzMuMTA1ODQgNi44MzMzIDIuODM1ODQgNy42NTgzIDMuMzM4MzQgOC4wOTMzTDYuMDkwODQgMTAuNDc4M0w1LjI2NTg0IDE0LjAxODNDNS4xMTU4NCAxNC42NjMzIDUuODEzMzQgMTUuMTczMyA2LjM4MzM0IDE0LjgyODNMOS40OTU4NCAxMi45NTMzWiIgZmlsbD0iI0ZGQzcwMCIvPgo8L3N2Zz4K");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 18px 18px;
    max-width: max-content;
}
.works__list {
    margin: 30px 0 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(2, minmax(200px, 1fr));
    gap: 20px;
}
.works__item {
    display: none;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 0 44.4px 0 rgb(54 54 54 / 5%);
    margin: 0;
}
.works__item:nth-child(1),
.works__item:nth-child(2),
.works__item:nth-child(3),
.works__item:nth-child(4) {
    display: block;
}
.works__desc {
    display: flex;
    flex-flow: column;
    padding: 25px;
}
.works__desc h3 {
    font-family: var(--font-medium);
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    margin: 0;
    padding: 0;
}
.works__desc .btn-accent-border {
    width: 100%;
    max-width: 100%;
    margin: auto 0 0;
}
.icon-descrs {
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 0;
}
.icon-descr {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    line-height: 1;
    color: #162136;
    margin: 0;
    padding: 0;
}
.works__desc .icon-descr::before {
    content: "";
    display: inline-flex;
    width: 15px;
    height: 15px;
    background-size: contain;
    background-repeat: no-repeat;
}
.works__desc .icon-descr.metr::before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='13' height='16' viewBox='0 0 13 16' fill='none'%3e%3cpath d='M4.33854 8.08366V9.70866M7.58854 9.70866V8.08366H9.21354M7.58854 4.83366H9.21354M11.9219 1.90866V12.092C11.9219 12.1782 11.8876 12.2609 11.8267 12.3218C11.7657 12.3828 11.6831 12.417 11.5969 12.417H1.41354C1.32735 12.417 1.24468 12.3828 1.18373 12.3218C1.12278 12.2609 1.08854 12.1782 1.08854 12.092V8.40866C1.08854 8.32246 1.12278 8.2398 1.18373 8.17885C1.24468 8.1179 1.32735 8.08366 1.41354 8.08366H7.26354C7.34974 8.08366 7.4324 8.04942 7.49335 7.98847C7.5543 7.92752 7.58854 7.84485 7.58854 7.75866V1.90866C7.58854 1.86598 7.59695 1.82372 7.61328 1.78429C7.62961 1.74486 7.65355 1.70903 7.68373 1.67885C7.71391 1.64867 7.74974 1.62473 7.78917 1.6084C7.8286 1.59207 7.87086 1.58366 7.91354 1.58366H11.5969C11.6396 1.58366 11.6818 1.59207 11.7212 1.6084C11.7607 1.62473 11.7965 1.64867 11.8267 1.67885C11.8569 1.70903 11.8808 1.74486 11.8971 1.78429C11.9135 1.82372 11.9219 1.86598 11.9219 1.90866Z' stroke='%23AE1B3E' stroke-opacity='0.5' stroke-width='1.0625' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
}
.works__desc .icon-descr.time::before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 15 15' fill='none'%3e%3cpath d='M7.5 1.25C10.9519 1.25 13.75 4.04812 13.75 7.5C13.75 10.9519 10.9519 13.75 7.5 13.75C4.04812 13.75 1.25 10.9519 1.25 7.5C1.25 4.04812 4.04812 1.25 7.5 1.25ZM7.5 2.5C6.17392 2.5 4.90215 3.02678 3.96447 3.96447C3.02678 4.90215 2.5 6.17392 2.5 7.5C2.5 8.82608 3.02678 10.0979 3.96447 11.0355C4.90215 11.9732 6.17392 12.5 7.5 12.5C8.82608 12.5 10.0979 11.9732 11.0355 11.0355C11.9732 10.0979 12.5 8.82608 12.5 7.5C12.5 6.17392 11.9732 4.90215 11.0355 3.96447C10.0979 3.02678 8.82608 2.5 7.5 2.5ZM7.5 3.75C7.65308 3.75002 7.80084 3.80622 7.91523 3.90795C8.02963 4.00967 8.10271 4.14984 8.12062 4.30187L8.125 4.375V7.24125L9.81687 8.93312C9.92897 9.0456 9.99405 9.19652 9.99889 9.35524C10.0037 9.51396 9.94799 9.66857 9.84297 9.78767C9.73795 9.90678 9.59153 9.98144 9.43345 9.9965C9.27538 10.0116 9.11749 9.96588 8.99187 9.86875L8.93312 9.81687L7.05812 7.94187C6.96099 7.84465 6.8986 7.71813 6.88062 7.58187L6.875 7.5V4.375C6.875 4.20924 6.94085 4.05027 7.05806 3.93306C7.17527 3.81585 7.33424 3.75 7.5 3.75Z' fill='%23AE1B3E' fill-opacity='0.5'/%3e%3c/svg%3e");
}
.works__desc_columns {
    display: grid;
    grid-template-columns: auto 157px;
    gap: 20px;
    margin: 0 0 20px;
}
.works__desc_col2 img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}
.works__desc_col2 {
    height: 110px;
}
.works__desc-ttl {
    font: 500 20px/1.2 var(--font-medium);
    min-height: 50px;
}
.works__desc_subttl {
    text-transform: uppercase;
    font: 500 14px/1.2 var(--font-medium);
}
.works__desc_col1 {
    display: flex;
    flex-flow: column;
    gap: 12px;
}
.portfolio-slider-main.swiper,
.portfolio-slider-thumbs.swiper {
    width: 100%;
    height: 100%;
}
.portfolio-slider-main.swiper {
    height: 394px;
}
.portfolio-slider-thumbs.swiper {
    height: 54px;
    width: calc(100% + 2px);
    margin-left: -1px;
    margin-right: -1px;
}
.portfolio-slider-main a {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.portfolio-slider-main .swiper-slide,
.portfolio-slider-thumbs .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-position: center;
    cursor: pointer;
}
.portfolio-slider-main .swiper-slide {
    border-radius: 8px 8px 0 0;
    overflow: hidden;
}
.portfolio-slider-thumbs .swiper-slide {
    border-radius: 8px;
    overflow: hidden;
    width: 25%;
    height: 100%;
    opacity: 0.4;
}
.portfolio-slider-main .swiper-slide img,
.portfolio-slider-thumbs .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.portfolio-slider-main .swiper-slide img {
    border-radius: 8px 8px 0 0;
}
.portfolio-slider-thumbs .swiper-slide img {
    border-radius: 8px;
}
.portfolio-slider-main {
    height: 80%;
    width: 100%;
}
.portfolio-slider-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 0;
    margin: 5px 0 0;
}
.portfolio-slider-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}
.worksobj__list {
    margin: 30px 0 0;
    padding-bottom: 30px;
}
.worksobject {
    background: linear-gradient(180deg, #fff 0%, #f6f7f8 100%);
    padding: 50px 0 57px;
}
.worksobject__list {
    margin: 30px -15px 0;
    padding: 0 15px 30px;
}
.worksobject__item {
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    gap: 10px;
    border: 1px solid rgb(22 33 54 / 5.1%);
    background: #F6F7F8;
    border-radius: 8px;
    overflow: hidden;
    height: auto;
    margin: 0;
    padding: 0 20px 20px;
}
.worksobject__item img {
    height: 249px;
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
    object-fit: cover;
}
.worksobject__tag {
    display: inline-block;
    font-family: var(--font-medium);
    font-weight: 500;
    font-size: 13px;
    line-height: 1;
    vertical-align: middle;
    color: #ae1b3e;
    background: #ae1b3e1a;
    padding: 3px 5px;
    border-radius: 5px;
    margin-left: 7px;
}
.worksobject__item p {
    min-height: 67.2px;
    font-size: 14px;
    margin: 0;
}
.worksobject__divider-btn {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin: auto 0 0;
    padding: 12px 0 0;

    /* border-top: 1px solid #1621361f; */
}
.worksobject__item .worksobject__ttl {
    font-family: var(--font-medium);
    font-size: 28px;
    font-weight: 500;
    line-height: 1;
    margin: 0 0 10px;
    padding: 0;
}
.worksobject__item .btn-accent-border,
.worksobject__item .btn-border {
    max-width: 100%;
    width: 100%;
}
.worksobject__item .btn-accent {
    margin-top: auto;
}
.worksobject .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 0;
}
.worksobject .swiper-button-next {
    right: 0;
}
.worksobject .swiper-button-prev {
    left: 0;
}
.list_ttl_descr {
    font: 500 14px/1.2 var(--font-family);
    color: rgb(22 33 54 / 60%);
}
.worksobj__desc_top {
    display: flex;
    justify-content: space-between;
    margin: 13px 0 15px;
}
.worksobj__desc_top .time {
    display: flex;
    gap: 5px;
    font: 500 14px/1.2 var(--font-medium);
    color: rgb(22 33 54 / 60%);
}
.worksobject__item ul {
    font: 500 14px/1.2 var(--font-family-medium);
    padding: 0;
    margin: 0;
    list-style: none;
}
.worksobject__item ul li::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    background-size: cover;
    left: 0;
    top: 3px;
    bottom: 0;

    /* margin: auto; */
    background: transparent;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M14.0465 3.48582C14.1828 3.63065 14.256 3.82367 14.25 4.02245C14.244 4.22123 14.1593 4.40948 14.0145 4.54582L6.08455 12.0198C5.92289 12.1721 5.70808 12.255 5.48606 12.2509C5.26405 12.2468 5.05245 12.1559 4.89655 11.9978L2.21655 9.27782C2.14558 9.20809 2.08919 9.12494 2.05067 9.0332C2.01216 8.94147 1.99227 8.84299 1.99219 8.74349C1.9921 8.644 2.01181 8.54548 2.05017 8.45368C2.08853 8.36188 2.14477 8.27863 2.21562 8.20878C2.28647 8.13892 2.37051 8.08387 2.46284 8.04681C2.55518 8.00975 2.65396 7.99144 2.75344 7.99293C2.85293 7.99442 2.95112 8.0157 3.0423 8.05551C3.13348 8.09532 3.21583 8.15288 3.28455 8.22482L5.51855 10.4918L12.9865 3.45382C13.1314 3.31753 13.3244 3.24434 13.5232 3.25034C13.722 3.25634 13.9102 3.34105 14.0465 3.48582Z' fill='%23AE1B3E'/%3E%3C/svg%3E");
}
.worksobject__item ul li {
    position: relative;
    padding-left: 21px;
    color: #162136;
}
.uslugi h2 {
    margin: 0 0 10px;
}
.uslugi__subtitle {
    font-family: var(--font-family);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    color: #162136;
    padding: 0;
    margin: 0;
}
.uslugi__list {
    margin: 30px -15px 0;
    padding: 0 15px 30px;
}
.uslugi .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 0;
}
.uslugi .swiper-button-next,
.uslugi .swiper-button-prev {
    background-color: #e0e0e0b2;
}
.uslugi .swiper-button-next {
    right: 0;
}
.uslugi .swiper-button-prev {
    left: 0;
}
.tasks__list {
    margin: 30px 0 0;
    padding: 0 0 30px;
}
.tasks__list .swiper-wrapper {
    align-items: stretch;
}
.rating {
    background: #fff;
}
.rating__list {
    margin: 26px 0 0;
    padding: 0 10px 10px;
}
.rating__item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0;
    padding: 0;
    height: 210px;
    overflow: hidden;
    border-radius: 8px;
    border: 1px solid rgb(22 33 54 / 10%);
    background: #fff;
    box-shadow: 0 0 44.4px 0 rgb(54 54 54 / 5%);
}
.rating__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.rating .swiper-button-next {
    right: 0;
}
.rating .swiper-button-prev {
    left: 0;
}
.rating .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 0;
}
.design .swiper-button-next {
    right: 0;
}
.design .swiper-button-prev {
    left: 0;
}
.reviews {
    padding: 40px 0 50px;
}
.reviews-columns-wrp {
    position: relative;
    margin-top: 29px;
}
.reviews-columns-wrp .swiper-wrapper.column-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(200px, 1fr));
    gap: 30px 22px;
}
.reviews-columns-wrp .review-item {
    display: flex;
    flex-direction: column;
    background: #F6F7F8;
    border-radius: 8px;
    border: 1px solid rgb(22 33 54 / 5%);
    overflow: hidden;
    height: auto;
}
.reviews-columns-wrp .item-image-wrp {
    /* height: 395px; */
    position: relative;
}
.reviews-columns-wrp .item-image-slider {
    height: 329px;
    overflow: hidden;
    position: relative;
}
.reviews-columns-wrp .item-image-slider .swiper-slide {
    height: 370px;
}
.reviews-columns-wrp img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}
.reviews-columns-wrp .item-text-container {
    padding-bottom: 20px;
    flex-grow: 1;
}
.reviews-columns-wrp .item-text-container .title {
    min-height: 44px;
    font: 600 18px/1.2 var(--font-semibold);
    margin: 20px 0 12px;
    opacity: 0.9;
}
.reviews-columns-wrp .item-text-container .text {
    margin: 0 0 9px;
}
.reviews-columns-wrp .item-text-wrp {
    padding: 0 20px;
    display: flex;
    flex-flow: column;
    height: 100%;
}
.reviews-columns-wrp .item-text-wrp a {
    margin: 20px 0 0;
    max-width: 100%;
}
.reviews-columns-wrp .author-wrp {
    gap: 10px;
    display: grid;
    grid-template-columns: 38px auto;
    height: 38px;
    margin: auto 0 0;
}
.reviews-columns-wrp .author-wrp .author-img {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    overflow: hidden;
}
.reviews-columns-wrp .author-wrp .author-img img {
    max-width: 100%;
}
.reviews-columns-wrp .author-wrp .author-descr .name {
    font: 500 16px/1.2 var(--font-medium);
}
.reviews-columns-wrp .author-wrp .author-descr .date {
    font-size: 12px;
    color: rgb(22 33 54 / 70%);
}

/* .item-image-slider .swiper-button-next,
.item-image-slider .swiper-button-prev */
.item-image-slider .swiper-button-next::after,
.item-image-slider .swiper-button-prev::after {
    font-size: 14px;
}
.swiper-button-next-main,
.swiper-button-prev-main {
    width: 26px;
    height: 45px;

    /* border-radius: 50%; */
    color: #ae1b3e;
    bottom: 10px;
    top: 50%;
    border-radius: 3px;
    background: rgb(224 224 224 / 70%);
}
.swiper-button-next-main::after {
    content: "next";
    font-weight: 900;
    font-size: 16px;
}
.swiper-button-prev-main {
    left: 10px;
}
.swiper-button-next-main {
    right: 10px;
}
.review-item .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 0;
}
.swiper-pagination.swiper-pagination-bullets.swiper-pagination-main {
    bottom: 0;
    justify-content: center;
}
.item-hidden {
    display: none;
    border-radius: 8px;
    background: #F6F7F8;
    padding: 20px 40px 0 25px;
    width: 100%;
    max-width: 700px;
}
.item-hidden__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 14.5px;
}
.item-hidden__text {
    max-width: 346px;
}
.item-hidden__text h3 {
    font-family: var(--font-medium);
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    margin: 0 0 10px;
}
.item-hidden__text .author-wrp {
    display: flex;
    align-items: center;
    gap: 10px;
}
.item-hidden__text .name {
    font-family: var(--font-medium);
    font-weight: 500;
    color: rgb(22 33 54 / 89.8%);
    margin: 0 0 3px;
}
.item-hidden__text .date {
    font-family: var(--font-family);
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2;
    color: rgb(22 33 54 / 50.2%);
}
.item-hidden__service {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 15px;
}
.item-hidden__bottom {
    margin: 0 -40px 0 -25px;
    width: calc(100% + 65px);
    background: #fff;
}
.item-hidden__bottom img {
    width: 100%;
    height: auto;
    object-fit: contain;
}
.item-hidden__icons {
    display: flex;
    gap: 16px;
    margin: 15px 0;
}
.modal-body h3 {
    /* text-align: center; */
    margin-bottom: 15px;
    font: 600 26px/1.2 var(--font-semibold);
    text-align: left;
}
.modal-body p {
    text-align: left;
    margin-bottom: 30px;
}
.modal-body label {
    font: 500 14px/1.2 var(--font-medium);
    margin-bottom: 3px;
    color: rgb(22 33 54 / 50%);
}
.modal-body .btn-accent {
    width: 100%;
}
.modal-header .btn-close:focus {
    box-shadow: none;
}
.noUi-horizontal .noUi-handle::after,
.noUi-horizontal .noUi-handle::before {
    display: none;
}
html:not([dir="rtl"]) .noUi-horizontal .noUi-handle {
    right: -8px;
    left: auto;
}
.calc {
    padding: 35px 0 72px;
    background: #F6F7F8;
    position: relative;
}
.calc_bg-img {
    position: absolute;
    width: 100%;
    height: calc(100% - 306px);
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background-color: rgb(184, 184, 184);
    background-image: url("../img/3.8/bg.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 110%;
}
.calc .container {
    position: relative;
    z-index: 2;
}
.section-first__calc {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 20px;
}
.calc-img {
    display: flex;
    flex-direction: column;
    width: calc(100% - 557px);
    padding-top: 11px;
}
.calc_fs {
    position: relative;
    width: 521px;
    padding: 25px 25px 20px;
    background: #fff;
    border-radius: 8px;
    border: 1px solid rgb(22 33 54 / 8%);
    box-shadow: 4px 4px 77px 0 rgb(22 33 54 / 20%);
}
.calc_fs::before {
    position: absolute;
    content: url('data:image/svg+xml,<svg width="83" height="39" viewBox="0 0 83 39" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.4341 0.510457C1.72106 1.23294 2.0542 1.93359 2.43125 2.60765C2.80839 3.23991 3.11231 3.90825 3.44898 4.57231C4.14631 5.9392 4.86387 7.29017 5.64111 8.60896C7.16123 11.1934 8.89018 13.6332 10.809 15.9018C14.644 20.4677 19.1783 24.3239 24.2282 27.314C29.4321 30.3892 35.1299 32.4486 41.0508 33.3945C47.2761 34.3668 53.6311 34.1541 59.8144 32.7663C66.0416 31.3676 72.0047 28.8426 77.4374 25.3041C77.9865 24.9451 78.5333 24.5765 79.0721 24.1951C78.7303 24.1134 78.3771 24.0316 78.0127 23.9497C76.883 23.6736 75.7609 23.3498 74.6487 22.9878C73.4631 22.6177 72.2976 22.1819 71.157 21.6822C70.0746 21.2053 69.0337 20.681 68.0027 20.1185C67.4434 19.8066 66.895 19.4207 66.3593 19.0667C66.2855 19.0218 66.2151 18.971 66.1459 18.9248C66.053 18.8679 65.9731 18.7904 65.9116 18.6977L65.9185 18.7261L65.8582 18.6572L65.8275 18.6305L65.866 18.6499C65.8072 18.6052 65.7528 18.5546 65.7034 18.4986C65.6786 18.4807 65.6558 18.4601 65.6352 18.437C65.592 18.3986 65.5875 18.3999 65.6352 18.437L65.5273 18.3512C65.4033 18.2396 65.2873 18.1206 65.1634 18.009C65.044 17.8844 64.9412 17.7433 64.8577 17.5894C64.839 17.5524 64.8298 17.5107 64.8309 17.4685C64.8321 17.4263 64.8435 17.385 64.8642 17.3485C64.8848 17.3121 64.914 17.2817 64.9489 17.2604C64.9838 17.2391 65.0231 17.2276 65.0632 17.2269C65.2197 17.2178 65.3763 17.2329 65.528 17.2718L65.9855 17.405C66.1292 17.44 66.2719 17.4906 66.4202 17.5243L66.5311 17.5434C66.4281 17.517 66.4733 17.5244 66.669 17.5548L66.8323 17.6299L66.7518 17.5971L66.8798 17.6467C67.5111 17.9178 68.168 18.136 68.796 18.4131L68.584 18.3164C69.4167 18.6805 70.2582 19.0217 71.1087 19.3401C71.964 19.6588 72.8182 19.9728 73.678 20.27C75.4091 20.872 77.1721 21.3711 78.9588 21.765C79.8876 21.9699 80.8222 22.1462 81.7627 22.2937L81.8259 22.2757C82.0027 22.2727 82.1772 22.3144 82.3345 22.3975C82.4918 22.4805 82.6273 22.6024 82.7297 22.7529C82.841 22.9014 82.9172 23.076 82.952 23.2624C82.9868 23.4487 82.9793 23.6417 82.9301 23.8256C82.8684 24.0661 82.7886 24.2915 82.711 24.5264C82.6442 24.7238 82.5638 24.916 82.4707 25.1015C82.4116 25.2146 82.3536 25.3325 82.29 25.4468L81.6014 26.7526C81.1416 27.6334 80.6693 28.5025 80.1824 29.3708L78.7371 31.9408C78.249 32.8044 77.7382 33.6541 77.2331 34.5073C76.9537 34.9821 76.6538 35.4323 76.3506 35.8885C76.0474 36.3447 75.6492 36.9648 75.2898 37.4675L75.4499 37.2546C75.3493 37.426 75.2359 37.5888 75.1108 37.7414C75.0258 37.8324 74.9328 37.9148 74.8333 37.9876C74.7233 38.0938 74.5931 38.1741 74.4517 38.2229C74.2722 38.2712 74.0832 38.2555 73.9146 38.1783C73.7805 38.1238 73.664 38.0307 73.5783 37.9094C73.4596 37.7574 73.397 37.565 73.4018 37.3669C73.4187 37.1716 73.4468 36.9775 73.4861 36.7856C73.5484 36.5886 73.6258 36.3972 73.7173 36.213C73.902 35.7653 74.1081 35.3266 74.2996 34.887C74.491 34.4474 74.6822 33.9673 74.9031 33.5295C75.3503 32.6371 75.7908 31.7567 76.2471 30.8617C77.1453 29.1315 78.0526 27.3987 79.0064 25.6982C73.986 29.4733 68.3633 32.2564 62.4167 33.9097C56.1026 35.7022 49.5457 36.2685 43.069 35.5808C36.818 34.9036 30.7524 33.0255 25.1719 30.0395C19.8349 27.1742 14.9991 23.3878 10.8625 18.8353C8.78746 16.563 6.89493 14.113 5.20385 11.51C4.37259 10.2268 3.59172 8.87357 2.86384 7.50018C2.09198 6.12993 1.45891 4.6768 0.974842 3.16436C0.797116 2.43982 0.482727 1.7289 0.248534 1.01031C0.0143408 0.291722 1.14022 -0.175929 1.4341 0.510457Z" fill="%23AE1B3E"/></svg>');
    top: 204px;
    left: -114px;
}
.calc_fs .h2,
.calc_fs h2 {
    font-family: var(--font-medium);
    font-weight: 600;
    font-size: 24px;
    color: #162136;
    margin: 0 0 12px;
    line-height: 1.4;
}
.calc_tag {
    display: inline-block;
    color: #ae1b3ed9;
    font-size: 23px;
    line-height: 1;
    padding: 7px 4px;
    background: #ae1b3e1a;
    border-radius: 6px;
}
.spam {
    display: inline-block;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    color: rgb(22 33 54 / 70%);
    margin-top: 6px;
}
.clc_obj {
    margin-bottom: 22px;
}
.calc_fs--grid {
    display: grid;
    grid-template-columns: 208px auto;
    gap: 11px 44px;
}
.clc_area__ttl {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    color: rgb(22 33 54 / 70%);
    margin: 0 0 15px;
}
.calc_fs .clc_area__text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    font-size: 12px;
    color: rgb(22 33 54 / 50%);
}
.calc_fs p {
    margin: 0;
    font-family: var(--font-medium);
    font-weight: 500;
    font-size: 14px;
    color: rgb(22 33 54 / 50%);
}
.input_rng_value {
    text-align: center;
    font-size: 14px;
    border-radius: 5px;
    max-width: 57px;
    border: transparent;
    background: transparent;
    width: 36px;
    padding: 0;
}
.clc_type__container {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 5px 0 0;
}
.custom-control-label {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 16px;
    line-height: 1;
}
.custom-control-label span {
    margin: 0;
    display: flex;
    gap: 4px;
    align-items: center;
    font: 400 14px/1.1 var(--font-family);
    color: rgb(22 33 54 / 100%);
}
.custom-control-input {
    position: relative;
    appearance: none;
    display: block;
    width: 22px;
    height: 22px;
    flex-basis: 22px;
    flex-shrink: 0;
    margin-right: 5px;
    padding: 0;
    outline: none;
    cursor: pointer;
    transition: all 0.2s ease;
}
.custom-control-label--small .custom-control-input {
    width: 20px;
    height: 20px;
    flex-basis: 20px;
}

.custom-control-input:checked~span {}
.custom-control-input:checked::before {
    border: 3px solid #ae1b3e;
    box-shadow: 2px 2px 4px 0 rgb(0 0 0 / 25%);
}
.custom-control-input:checked::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 11px;
    height: 11px;
    background-color: #ae1b3e;
    border-radius: 50%;
}
.custom-control-label--small .custom-control-input:checked::after {
    width: 10px;
    height: 10px;
}
.custom-control-input:hover:not(:checked)::before {
    outline: 4px solid rgb(174 27 62 / 30%);
}
.custom-control-input::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 22px;
    height: 22px;
    border: 1px solid rgb(174 27 62 / 30%);
    border-radius: 50%;
    transition: all 0.2s ease;
    background-color: transparent;
    outline: 4px solid transparent;
}
.custom-control-label--small .custom-control-input::before {
    width: 20px;
    height: 20px;
}
.clc_vid__container {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin: 10px 0 0;
}
.clc_type {
    padding-left: 17px;
}
.clc__tabs {
    position: relative;
    background: #F6F7F8;
    border-radius: 5px;
    padding: 9px 10px;
    min-height: 192px;
    box-shadow: 1px 4px 9px 0 rgb(0 0 0 / 10%);
}
.clc__tab ul {
    margin: 5px 0 0;
}
.clc__tab {
    display: none;
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 13px;
    color: #162136;
    margin: 0;
}
.clc__tabs h3 {
    font-family: var(--font-medium);
    font-weight: 500;
    font-size: 16px;
    color: #162136;
    margin: 0 0 7px;
    padding: 0 0 0 20px;
}
.clc__tabs::before {
    content: "";
    position: absolute;
    border: 8px solid transparent;
    border-right: 20px solid #F6F7F8;
    top: 20px;
    left: -19px;
}
.clc__tab li {
    margin: 0 0 2px;
    font: 300 12px/1.2 var(--font-light);
    color: #162136;
}
.clc__tab li::marker {
    font-size: 10px;
    color: rgb(22 33 54 / 30%);
}
.calc_btns {
    background: #F6F7F8;
    margin: 18px -25px -20px;
    padding: 13px 25px 20px;
}
.calc_btns_ttl {
    font: 500 14px/1.2 var(--font-medium);
    color: rgb(22 33 54 / 50%);
}
.btn_wts {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    flex-grow: 1;
    background: #24a1de;
    padding: 18px 27px;
    border-radius: 5px;
    font-family: var(--font-medium);
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    overflow: hidden;
}
.btn-ac,
.btn_ph {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    flex-grow: 1;
    background: #ae1a3e;
    padding: 18px 27px;
    border-radius: 5px;
    font-family: var(--font-medium);
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    overflow: hidden;
    border: none;
    outline: none;
}
.calc_btns__container {
    margin: 6px 0 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
}
.calc_btns__container a {
    flex: 1 1 calc(50% - 4px);
    text-decoration: none;
}
.btn-ac .flare,
.btn_wts .flare,
.btn_ph .flare {
    position: absolute;
    top: 0;
    height: 100%;
    width: 45px;
    transform: skewX(-45deg);
    left: -150%;
    background: linear-gradient(90deg,
            rgb(255 255 255 / 10%),
            rgb(255 255 255 / 40%));
    animation: flareAnimation 3s infinite linear;
}

@keyframes flareAnimation {
    0% {
        left: -150%;
    }
    100% {
        left: 150%;
    }
}
.video-reviews__item {
    display: none;
}
.video-reviews__item:nth-child(1),
.video-reviews__item:nth-child(2),
.video-reviews__item:nth-child(3),
.video-reviews__item:nth-child(4) {
    display: block;
}
.tg-section {
    padding: 0;
    margin: 14px auto 15px;
}
.tg-section__first-img {
    position: absolute;
    border-radius: 8px;
    box-shadow: 0 4px 41px 0 rgb(0 0 0 / 25%);
    bottom: 0;
    left: -10%;
}
.tg-section__first-img img {
    width: auto;
    height: 285px;
}
.tg-section__flex {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    background-image: url("../img/block-soc/tg.webp");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    width: 100%;
    height: 348px;
}
.tg-section__text {
    max-width: 687px;
    padding: 45px 0 0 45px;
}
.tg-section__text .h2 {
    font: 700 36px/1.2 var(--font-bold);
    color: #fff;
    margin-bottom: 33px;
}
.tg-section__text p {
    max-width: 500px;
    font-size: 18px;
    color: #2c3136;
    margin: 0 0 30px;
}
.tg-section__author {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 0 0 10px;
}
.tg-section__author img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.tg-section__author-ttl {
    font: 500 20px/1.2 var(--font-medium);
    color: #fff;
    text-decoration: none;
}
.tg-section__author p {
    font-size: 14px;
    color: #2c3136;
    margin: 0;
    padding: 0;
    max-width: 285px;
}
.tg-section__img {
    width: calc(40% - 20px);
    position: relative;
}
.btn-tg {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin: 0;
    font: 700 18px/1.2 var(--font-bold);
    font-family: var(--font-medium);
    font-size: 17px;
    color: rgb(42 171 238 / 100%);
    height: 56px;
    padding: 0 20px;
    outline: none;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.3s ease;
    max-width: 350px;
    border-radius: 60px;
    background: #fff;
    box-shadow: 0 4px 39.9px 0 rgb(27 120 168 / 39%);
}
.btn-tg:hover {
    background-color: rgb(255 255 255 / 50%);
    border-color: rgb(255 255 255 / 50%);
    color: #fff;
}
.btn-tg svg path {
    transition: all 0.3s ease;
}
.btn-tg:hover svg path {
    fill: #fff;
}
.tg-section__second-img img {
    position: absolute;
    width: 85%;
    max-width: 395px;
    height: auto;
    object-fit: contain;
    left: 0;
    right: 0;
    bottom: -40px;
    margin: 0 auto;
}
.tg-section__author.tg-section__author-block {
    display: flex;
    flex-direction: row;
    align-items: center;
    text-decoration: none;
}
label.error {
    display: none !important;
}
input.error,
select.error {
    border: 1px solid #f00;
}
.quiz-modal .modal-dialog {
    margin: 1.2rem auto !important;
}
body.modal-open {
    padding-right: 0 !important;
}
.portfolio-slider-thumbs .swiper-wrapper,
.portfolio-slider-thumbs .swiper-slide {
    user-select: none;
}
.calc-img div {
    position: relative;
    margin-top: auto;
}
.switch {
    margin-top: 30px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.switch input {
    display: none;
}
.slider {
    position: relative;
    width: 42px;
    height: 24px;
    cursor: pointer;
    border-radius: 100px;
    background: #ecf0f9;
    transition: 0.4s;
}
.slider::before {
    position: absolute;
    content: "";
    height: 19px;
    width: 19px;
    left: 2px;
    bottom: 50%;
    transform: translateY(9.5px);
    border-radius: 50%;
    background-color: #fff;
    box-shadow: -2px 2px 4px 0 #3f0e0e4d;
    transition: 0.4s;
}
input:checked+.slider::before {
    transform: translate(18px, 9.5px);
}
input:checked~.slider {
    background: linear-gradient(359deg, #ffdf6d 0%, #e6c038 100%);
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
    opacity: 0.8;
    transition: all 0.3s ease-in-out;
}
.modal-body .form-attantion {
    font-size: 14px;
    color: rgb(22 33 54 / 70%);
    text-align: left;
    margin-bottom: 20px;
}
.btn-flex {
    display: flex;
    align-items: center;
    gap: 5px;
}
.footer {
    background: #F6F7F8;
    padding: 35px 0 30px;
}
.footer__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    padding-bottom: 20px;
}
.footer__bottom {
    border-top: 1px solid #1621361a;
    padding: 20px 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.footer__nav {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.footer__nav a {
    color: #162136;
    font-family: var(--font-medium);
    font-weight: 500;
    font-size: 13px;
    line-height: 1;
    transition: all 0.3s ease-in-out;
}
.footer__nav a:hover {
    opacity: 0.8;
}
.footer__contacts {
    display: flex;
    flex-wrap: wrap;
    gap: 28px;
}
.footer__contacts-el {
    display: flex;
    flex-direction: column;
    gap: 7px;
}
.footer__contacts-el h4 {
    font-family: var(--font-medium);
    font-weight: 500;
    font-size: 12px;
    line-height: 1;
    color: #16213680;
    margin: 0;
    padding: 0;
}
.footer__contacts-el p {
    font-size: 13px;
    padding: 0;
    margin: 0;
}
.footer__contacts-el p.ttu,
.footer__contacts-el a {
    font-size: 13px;
    color: #162136;

    /* border-bottom: 1px solid rgba(22, 33, 54, 0.47); */
    text-decoration: underline;
    text-decoration-color: rgb(22 33 54 / 47%);
    max-width: 237px;
}
.footer__top-right {
    flex-shrink: 0;
    max-width: 287px;
    width: 40%;
}
.footer__tg-ttl {
    display: flex;
    align-items: center;
    gap: 0;
    text-transform: uppercase;
    font-family: var(--font-medium);
    font-weight: 500;
    font-size: 13px;
    line-height: 1;
    vertical-align: middle;
    color: #162136;
    margin: 0 0 10px;
    position: relative;
}
.footer__tg-ttl svg {
    position: absolute;
    right: -14px;
    top: 0;
}
.tg-section__author.tg-section__author--footer {
    margin-bottom: 10px;
}
.tg-section__author--footer img {
    width: 41px;
    height: 41px;
}
.tg-section__author--footer.tg-section__author h4 {
    font-size: 16px;
    margin-bottom: 3px;
}
.tg-section__author--footer.tg-section__author p {
    font-size: 12px;
}
.btn-accent.footer-btn-tg {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    height: 45px;
}
.footer__bottom-right .column__simtu {
    display: flex;
    align-items: center;
    gap: 10px;
}
.footer__simtu-text {
    display: flex;
    flex-direction: column;
    gap: 3px;
    width: 176px;
}
.footer__simtu-text span {
    font-family: var(--font-medium);
    font-weight: 500;
    font-size: 15px;
    line-height: 1;
    vertical-align: middle;
    text-transform: uppercase;
    color: #162136bf;
}
.footer__simtu-text a {
    font-family: var(--font-medium);
    font-weight: 600;
    font-size: 11px;
    line-height: 1;
    color: #2c313699;
    border-bottom: 1px solid #2c313699;
}
.footer__policy {
    display: flex;
    gap: 15px;

    /* max-width: 50%; */
}
.footer__policy span {
    font-size: 12px;
    text-transform: uppercase;
    color: #162136;
}
.footer__policy a {
    font-size: 12px;
    color: #162136;
    border-bottom: 1px solid #16213680;
    max-width: max-content;
}
.footer__bottom-left {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 10px 25px;
    width: 77%;
}
.footer__org {
    display: flex;
    flex-direction: column;
    gap: 7px;
    font-size: 12px;
}
.footer__copy {
    font-size: 12px;
    color: #2c313699;
}
.footer__top-left {
    display: flex;
    flex-direction: column;
    gap: 22px;
}
.footer__contacts-el-ttl {
    font: 500 12px/1.2 var(--font-medium);
    color: rgb(22 33 54 / 50%);
    text-transform: uppercase;
}
.master-slider__img {
    position: relative;
    height: 280px;
}
.master-slider__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}
.js-slider-330 {
    position: relative;
    padding-left: 55px;
    padding-right: 55px;
    margin-left: -55px;
    margin-right: -55px;
}
.master-slider .swiper-wrapper {
    margin-bottom: 38px;
}
.master-slider .swiper-pagination {
    bottom: 0;
}
.master-slider__slide {
    display: flex;
    flex-direction: column;
    border: 1px solid rgb(22 33 54 / 5%);
    border-radius: 8px;
    background: #F6F7F8;
    overflow: hidden;
    transition: all 0.3s ease;
}
.master-slider__slide.swiper-slide {
    height: auto;
}
.master-slider__slide .master-slider__text {
    font-family: var(--font-light);
    font-weight: 300;
    font-size: 15px;
    color: #162136;
}
.master-slider__slide .master-slider__list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    list-style: none;
    margin: auto 20px 20px;
    padding: 0;
    gap: 5px;
}
.master-slider__slide .master-slider__list li {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 10.9px;
    color: rgb(22 33 54 / 70%);
    border: 1px solid rgb(22 33 54 / 16%);
    border-radius: 5px;
    padding: 4px 8px;
}
.master-slider__slide .master-slider__list li span:last-of-type {
    font-size: 11.5px;
    color: #162136;
}
.master-slider__slide .master-slider__list li .rating-star {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTYuNjM1MDIgMTAuNDE5NUw4Ljg4MjkzIDExLjc3OTFDOS4yOTQ2IDEyLjAyODIgOS43OTgzNSAxMS42NTk5IDkuNjkwMDIgMTEuMTk0MUw5LjA5NDE5IDguNjM3MzlMMTEuMDgyMSA2LjkxNDlDMTEuNDQ1IDYuNjAwNzMgMTEuMjUgNi4wMDQ5IDEwLjc3MzQgNS45NjY5OEw4LjE1NzEgNS43NDQ5TDcuMTMzMzUgMy4zMjkwNkM2Ljk0OTE4IDIuODkwMzEgNi4zMjA4NSAyLjg5MDMxIDYuMTM2NjggMy4zMjkwNkw1LjExMjkzIDUuNzM5NDhMMi40OTY2OSA1Ljk2MTU2QzIuMDIwMDIgNS45OTk0OCAxLjgyNTAyIDYuNTk1MzEgMi4xODc5NCA2LjkwOTQ4TDQuMTc1ODUgOC42MzE5OEwzLjU4MDAyIDExLjE4ODZDMy40NzE2OSAxMS42NTQ1IDMuOTc1NDQgMTIuMDIyOCA0LjM4NzEgMTEuNzczNkw2LjYzNTAyIDEwLjQxOTVaIiBmaWxsPSIjRkZDNzAwIi8+Cjwvc3ZnPgo=");
    background-size: 13px 13px;
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 15px;
}
.master-slider__slide h4,
.master-slider__slide-ttl {
    font: 500 24px/1.2 var(--font-medium);
    color: #162136;
    margin: 20px 25px 10px;
}
.master-slider__slide p {
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 14px;
    color: #162136;
    margin: 0 25px 20px;
}
.master-slider__slide ul {
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 16px;
    color: #162136;
    margin: 0 15px 30px 8px;
}
.master-slider__slide li {
    margin: 0;
}
.master-slider__slide li::marker {
    font-size: 10px;
    color: #162136;
}
.portfolio-nav--min.portfolio-nav.nav-tabs {
    gap: 5px;
}
.portfolio-nav--min.portfolio-nav .nav-link {
    padding: 10px 14px;
    min-width: 150px;
}
.portfolio-nav.nav-tabs {
    border: none;
    gap: 20px;
    margin: 30px 0 25px;
    padding: 0 !important;
}
.portfolio-nav .nav-item {
    flex-shrink: 0;
    margin: 0;
    padding: 0;
}
.portfolio-nav .nav-link {
    border-radius: 5px;
    background: transparent;
    padding: 10.5px 40px;
    font-family: var(--font-medium);
    font-weight: 500;
    font-size: 16px;
    color: rgb(22 33 54 / 85%);
}
.portfolio-nav .nav-link span {
    border-bottom: 2px dotted rgb(22 33 54 / 85%);
}
.portfolio-nav .nav-link:focus,
.portfolio-nav .nav-link:hover {
    border-color: transparent;
    color: #000;
}
.portfolio-nav .nav-link:focus span,
.portfolio-nav .nav-link:hover span {
    border-color: #000;
}
.portfolio-nav .nav-link.active {
    /* background: #f5f5f5; */
    background: #F6F7F8;
    border-color: transparent;
}
.portfolio-nav .nav-link.active span {
    border-bottom: none;
}
.tooltip-container {
    display: flex;
    align-items: center;
    gap: 10px;
}
.custom-tooltip {
    display: none;
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwLjAwMDcgNy4yOTE1QzkuNDI1NjUgNy4yOTE1IDguOTU4OTggNy43NTgxNyA4Ljk1ODk4IDguMzMzMTdWOC40MjIzNEM4Ljk1ODk4IDguNTg4MSA4Ljg5MzE0IDguNzQ3MDcgOC43NzU5MyA4Ljg2NDI4QzguNjU4NzIgOC45ODE0OSA4LjQ5OTc0IDkuMDQ3MzQgOC4zMzM5OCA5LjA0NzM0QzguMTY4MjIgOS4wNDczNCA4LjAwOTI1IDguOTgxNDkgNy44OTIwNCA4Ljg2NDI4QzcuNzc0ODMgOC43NDcwNyA3LjcwODk4IDguNTg4MSA3LjcwODk4IDguNDIyMzRWOC4zMzMxN0M3LjcwODk4IDcuNzI1MzggNy45NTA0MyA3LjE0MjQ5IDguMzgwMiA2LjcxMjcyQzguODA5OTcgNi4yODI5NSA5LjM5Mjg2IDYuMDQxNSAxMC4wMDA3IDYuMDQxNUgxMC4wOTczQzEwLjU0NTYgNi4wNDE3MSAxMC45ODMxIDYuMTc5MTggMTEuMzUxIDYuNDM1NDRDMTEuNzE4OCA2LjY5MTY5IDExLjk5OTQgNy4wNTQ0NCAxMi4xNTQ5IDcuNDc0OUMxMi4zMTA1IDcuODk1MzYgMTIuMzMzNiA4LjM1MzM3IDEyLjIyMTEgOC43ODczM0MxMi4xMDg2IDkuMjIxMyAxMS44NjU5IDkuNjEwNDEgMTEuNTI1NyA5LjkwMjM0TDEwLjg4NCAxMC40NTIzQzEwLjgwMzUgMTAuNTIyMiAxMC43Mzg4IDEwLjYwODUgMTAuNjk0MyAxMC43MDUzQzEwLjY0OTcgMTAuODAyMiAxMC42MjYzIDEwLjkwNzQgMTAuNjI1NyAxMS4wMTRWMTEuNDU4MkMxMC42MjU3IDExLjYyMzkgMTAuNTU5OCAxMS43ODI5IDEwLjQ0MjYgMTEuOTAwMUMxMC4zMjU0IDEyLjAxNzMgMTAuMTY2NCAxMi4wODMyIDEwLjAwMDcgMTIuMDgzMkM5LjgzNDg5IDEyLjA4MzIgOS42NzU5MiAxMi4wMTczIDkuNTU4NzEgMTEuOTAwMUM5LjQ0MTUgMTEuNzgyOSA5LjM3NTY1IDExLjYyMzkgOS4zNzU2NSAxMS40NTgyVjExLjAxNEM5LjM3NTY1IDEwLjQzMzIgOS42Mjg5OCA5Ljg4MTUgMTAuMDY5OCA5LjUwNEwxMC43MTIzIDguOTU0QzEwLjg1ODkgOC44MjgzNCAxMC45NjM1IDguNjYwNzkgMTEuMDEyIDguNDczOUMxMS4wNjA1IDguMjg3IDExLjA1MDYgOC4wODk3MyAxMC45ODM2IDcuOTA4NjRDMTAuOTE2NiA3LjcyNzU1IDEwLjc5NTggNy41NzEzMiAxMC42MzczIDcuNDYwOThDMTAuNDc4OSA3LjM1MDY1IDEwLjI5MDQgNy4yOTE1IDEwLjA5NzMgNy4yOTE1SDEwLjAwMDdaTTEwLjAwMDcgMTQuMTY2NUMxMC4yMjE3IDE0LjE2NjUgMTAuNDMzNiAxNC4wNzg3IDEwLjU4OTkgMTMuOTIyNEMxMC43NDYyIDEzLjc2NjEgMTAuODM0IDEzLjU1NDIgMTAuODM0IDEzLjMzMzJDMTAuODM0IDEzLjExMjIgMTAuNzQ2MiAxMi45MDAyIDEwLjU4OTkgMTIuNzQzOUMxMC40MzM2IDEyLjU4NzYgMTAuMjIxNyAxMi40OTk4IDEwLjAwMDcgMTIuNDk5OEM5Ljc3OTY0IDEyLjQ5OTggOS41Njc2OCAxMi41ODc2IDkuNDExNCAxMi43NDM5QzkuMjU1MTIgMTIuOTAwMiA5LjE2NzMyIDEzLjExMjIgOS4xNjczMiAxMy4zMzMyQzkuMTY3MzIgMTMuNTU0MiA5LjI1NTEyIDEzLjc2NjEgOS40MTE0IDEzLjkyMjRDOS41Njc2OCAxNC4wNzg3IDkuNzc5NjQgMTQuMTY2NSAxMC4wMDA3IDE0LjE2NjVaIiBmaWxsPSIjOEI5MDlCIi8+CjxwYXRoIGQ9Ik0yLjcwODk4IDEwLjAwMDJDMi43MDg5OCA4LjA2NjI5IDMuNDc3MjEgNi4yMTE2MyA0Ljg0NDY2IDQuODQ0MThDNi4yMTIxMiAzLjQ3NjcyIDguMDY2NzggMi43MDg1IDEwLjAwMDcgMi43MDg1QzExLjkzNDUgMi43MDg1IDEzLjc4OTIgMy40NzY3MiAxNS4xNTY2IDQuODQ0MThDMTYuNTI0MSA2LjIxMTYzIDE3LjI5MjMgOC4wNjYyOSAxNy4yOTIzIDEwLjAwMDJDMTcuMjkyMyAxMS45MzQgMTYuNTI0MSAxMy43ODg3IDE1LjE1NjYgMTUuMTU2MUMxMy43ODkyIDE2LjUyMzYgMTEuOTM0NSAxNy4yOTE4IDEwLjAwMDcgMTcuMjkxOEM4LjA2Njc4IDE3LjI5MTggNi4yMTIxMiAxNi41MjM2IDQuODQ0NjYgMTUuMTU2MUMzLjQ3NzIxIDEzLjc4ODcgMi43MDg5OCAxMS45MzQgMi43MDg5OCAxMC4wMDAyWk0xMC4wMDA3IDMuOTU4NUM5LjIwNzI1IDMuOTU4NSA4LjQyMTYxIDQuMTE0NzcgNy42ODg2IDQuNDE4MzlDNi45NTU2IDQuNzIyMDEgNi4yODk1NyA1LjE2NzA0IDUuNzI4NTUgNS43MjgwNkM1LjE2NzUzIDYuMjg5MDggNC43MjI1IDYuOTU1MTEgNC40MTg4OCA3LjY4ODEyQzQuMTE1MjYgOC40MjExMyAzLjk1ODk4IDkuMjA2NzYgMy45NTg5OCAxMC4wMDAyQzMuOTU4OTggMTAuNzkzNiA0LjExNTI2IDExLjU3OTIgNC40MTg4OCAxMi4zMTIyQzQuNzIyNSAxMy4wNDUyIDUuMTY3NTMgMTMuNzExMiA1LjcyODU1IDE0LjI3MjNDNi4yODk1NyAxNC44MzMzIDYuOTU1NiAxNS4yNzgzIDcuNjg4NiAxNS41ODE5QzguNDIxNjEgMTUuODg1NiA5LjIwNzI1IDE2LjA0MTggMTAuMDAwNyAxNi4wNDE4QzExLjYwMyAxNi4wNDE4IDEzLjEzOTcgMTUuNDA1MyAxNC4yNzI4IDE0LjI3MjNDMTUuNDA1OCAxMy4xMzkyIDE2LjA0MjMgMTEuNjAyNSAxNi4wNDIzIDEwLjAwMDJDMTYuMDQyMyA4LjM5NzgxIDE1LjQwNTggNi44NjEwOSAxNC4yNzI4IDUuNzI4MDZDMTMuMTM5NyA0LjU5NTAzIDExLjYwMyAzLjk1ODUgMTAuMDAwNyAzLjk1ODVaIiBmaWxsPSIjOEI5MDlCIi8+Cjwvc3ZnPgo=");
    background-size: 20px 20px;
    background-repeat: no-repeat;
}
.tooltip-inner ul {
    margin: 5px 0 0;
    padding-left: 0;
}
.tooltip-inner h3 {
    font-family: var(--font-medium);
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    margin: 0 0 7px;
    padding: 0;
}
.tooltip-inner li {
    margin: 0 0 2px;
    font-size: 12px;
}
.tooltip-inner li::marker {
    font-size: 10px;
    color: #162136;
}
.__select {
    position: relative;
    height: 37px;
    margin: 5px auto 0;
}
.__select[data-state="active"] .__select__title::after {
    transform: translateY(10px) rotate(180deg);
}
.__select[data-state="active"] .__select__content {
    opacity: 1;
    z-index: 8;
}
.__select[data-state="active"] .__select__label+.__select__input+.__select__label {
    max-height: 50px;
    border-top-width: 1px;
}
.__select__title {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 13px 12px;
    border-radius: 7px;
    border: 1px solid #16213633;
    /* background: #f5f5f5; */
    background: #F6F7F8;
    cursor: pointer;
    font-size: 14px;
}
.__select__title::after {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="13" height="7" viewBox="0 0 13 7" fill="none"><path d="M12.7138 0.267679C12.5306 0.0962844 12.282 0 12.0229 0C11.7637 0 11.5152 0.0962844 11.3319 0.267679L6.4941 4.7932L1.6563 0.267679C1.47197 0.101142 1.22509 0.00899124 0.96884 0.0110741C0.712586 0.0131569 0.467459 0.109307 0.286253 0.278816C0.105048 0.448325 0.00226307 0.67763 3.71933e-05 0.917343C-0.00218964 1.15706 0.0963192 1.388 0.274349 1.56042L5.80312 6.73232C5.9864 6.90372 6.23495 7 6.4941 7C6.75325 7 7.0018 6.90372 7.18507 6.73232L12.7138 1.56042C12.8971 1.38898 13 1.15648 13 0.914052C13 0.671627 12.8971 0.439126 12.7138 0.267679Z" fill="%23B8BED6"/></svg>');
    position: absolute;
    top: 11px;
    right: 12px;
    display: block;
    width: 13px;
    height: 7px;
    transition: all 0.3s ease-out;
    transform: translate(0, -50%);
}
.__select__content {
    gap: 3px;
    padding: 3px 5px 5px;
    position: absolute;
    top: 37px;
    left: 3px;
    display: flex;
    flex-direction: column;
    width: calc(100% - 6px);
    background-color: #fff;
    border: 1px solid #c7ccd1;
    border-top: none;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    transition: all 0.3s ease-out;
    opacity: 0;
    z-index: -1;
}
.__select__input {
    display: none;
}
.__select__input:checked+label {
    /* background-color: #f5f5f5; */
    background-color: #F6F7F8;
    font-weight: 500;
    font-family: var(--font-accent-semibold);
}
.__select__input:disabled+label {
    opacity: 0.6;
    pointer-events: none;
}
.__select__label {
    font-size: 14px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 30px;
    padding: 0 12px;
    transition: all 0.2s ease-out;
    cursor: pointer;
    overflow: hidden;
}
.__select__label+input+& {
    border-top: 0 solid #c7ccd160;
}
.__select__label:hover {
    /* background: #f5f5f5; */
    background: #F6F7F8;
}
.__select__title svg,
.__select__label svg {
    margin-right: 10px;
}
.__select__title svg path,
.__select__label svg path {
    stroke: rgb(184 190 214);
}
.obj {
    padding: 80px 0 52px;
}
.obj__flex {
    gap: 40px;
    display: grid;
    grid-template-columns: 500px auto;
}
.obj__slider .swiper {
    max-width: 433px;
    margin: 0;
    padding: 19px 0 41px;
}

.obj__slider {}
.obj__slider .swiper-slide {
    box-shadow: -7px 9px 25.3px 0 rgb(0 0 0 / 25%);
    border-radius: 8px;

    /* overflow: hidden; */
}
.obj__slider .swiper-slide.swiper-slide-active {
    transition: all 0.4s ease-in-out;

    /* transform: scaleX(2);
    height: 380px;
    box-shadow: 3px 4px 5px 0 rgb(64 64 64 / 15%);
    border-radius: 8px;
    overflow: hidden; */}
.obj__slider .swiper-slide img {
    height: 462px;
    width: 100%;
    object-fit: cover;
    overflow: hidden;
}
.obj__slider .swiper-button-next {
    right: 10px;
}
.obj__slider .swiper-button-prev {
    left: 10px;
}
.obj h2 {
    font-family: var(--font-bold);
    font-weight: 600;
    font-size: 40px;
    color: #162136;
    margin: 0 0 15px;
}
.obj__content {
    padding-left: 38px;
}
.obj__content .h2 {
    font-size: 36px;
}
.obj__content>p {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    color: #162136;
    margin: 0 0 25px;
    max-width: 450px;
}
.obj__content ul {
    list-style: none;
    padding: 0;
    margin: 0;
    max-width: 500px;
}
.obj__content ul span {
    display: block;
    font: 500 20px/1.2 var(--font-medium);
    color: #162136;
    margin: 0 0 5px;
}
.obj__content ul p {
    font: 300 16px/1.2 var(--font-light);
    color: rgb(22 33 54 / 100%);
    margin: 0;
}
.obj__content li {
    padding-left: 30px;
    margin-left: -30px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='22' viewBox='0 0 21 22' fill='none'%3E%3Cg clip-path='url(%23clip0_823_4122)'%3E%3Cpath d='M9.35716 21.0439C10.4645 22.213 11.4928 22.204 12.6005 21.0439L13.9539 19.6347C14.0945 19.4968 14.2175 19.4414 14.402 19.4414H16.3007C17.8738 19.4414 18.6032 18.6863 18.6032 17.0293V15.0402C18.6032 14.8469 18.656 14.7181 18.7877 14.5708L20.1238 13.1525C21.2488 11.9924 21.2398 10.9152 20.1238 9.75512L18.7877 8.33691C18.656 8.19941 18.6032 8.06112 18.6032 7.87687V5.8788C18.6032 4.2398 17.8824 3.46666 16.3007 3.46666H14.402C14.2175 3.46666 14.0945 3.4203 13.9539 3.28201L12.6002 1.87362C11.4928 0.704084 10.4645 0.713512 9.35716 1.87362L8.00341 3.28241C7.87216 3.4203 7.74016 3.46626 7.56429 3.46626H5.65704C4.08391 3.46626 3.35454 4.22133 3.35454 5.87841V7.87687C3.35454 8.06112 3.31028 8.19901 3.17828 8.3373L1.83391 9.75551C0.717535 10.9152 0.726535 11.9924 1.83391 13.1529L3.17866 14.5708C3.31029 14.7181 3.35416 14.8469 3.35416 15.0402V17.0293C3.35416 18.6773 4.08391 19.4414 5.65666 19.4414H7.56429C7.74016 19.4414 7.87179 19.4968 8.00379 19.6347L9.35716 21.0439ZM9.49779 16.0899C9.22554 16.0899 9.04966 15.998 8.91766 15.8413L5.98216 12.4254C5.85907 12.2808 5.79042 12.0942 5.78904 11.9005C5.78904 11.4676 6.10516 11.1454 6.55366 11.1454C6.79066 11.1454 6.96654 11.2283 7.12479 11.4032L9.45354 14.1013L13.9802 7.42548C14.156 7.15833 14.3319 7.04833 14.6394 7.04833C15.0699 7.04833 15.3778 7.37951 15.3778 7.81244C15.3778 7.9688 15.3163 8.15305 15.2195 8.30037L10.0955 15.8047C9.96354 15.9795 9.76179 16.0899 9.49779 16.0899Z' fill='%23C6A635'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_823_4122'%3E%3Crect width='21' height='22' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");

    /* background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAyMSAyMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTguODcyNzkgMjAuNTg0OUM5Ljk4MDE2IDIxLjc1NCAxMS4wMDg0IDIxLjc0NSAxMi4xMTYyIDIwLjU4NDlMMTMuNDY5NSAxOS4xNzU3QzEzLjYxMDIgMTkuMDM3OCAxMy43MzMyIDE4Ljk4MjQgMTMuOTE3NyAxOC45ODI0SDE1LjgxNjNDMTcuMzg5NCAxOC45ODI0IDE4LjExODggMTguMjI3MyAxOC4xMTg4IDE2LjU3MDNWMTQuNTgxMkMxOC4xMTg4IDE0LjM4OCAxOC4xNzE3IDE0LjI1OTEgMTguMzAzMyAxNC4xMTE4TDE5LjYzOTQgMTIuNjkzNkMyMC43NjQ0IDExLjUzMzUgMjAuNzU1NCAxMC40NTYyIDE5LjYzOTQgOS4yOTYxM0wxOC4zMDMzIDcuODc3OTJDMTguMTcxNyA3Ljc0MDQyIDE4LjExODggNy42MDIxNCAxOC4xMTg4IDcuNDE3ODlWNS40MTk4MUMxOC4xMTg4IDMuNzgwODEgMTcuMzk4IDMuMDA3NjcgMTUuODE2MyAzLjAwNzY3SDEzLjkxNzdDMTMuNzMzMiAzLjAwNzY3IDEzLjYxMDIgMi45NjEzMSAxMy40Njk1IDIuODIzMDNMMTIuMTE1OCAxLjQxNDY0QzExLjAwODQgMC4yNDUxIDkuOTgwMTYgMC4yNTQ1MjggOC44NzI3OSAxLjQxNDY0TDcuNTE5MDQgMi44MjM0MkM3LjM4Nzc5IDIuOTYxMzEgNy4yNTU3OSAzLjAwNzI4IDcuMDc5OTEgMy4wMDcyOEg1LjE3MjY2QzMuNTk5NTQgMy4wMDcyOCAyLjg3MDE2IDMuNzYyMzUgMi44NzAxNiA1LjQxOTQyVjcuNDE3ODlDMi44NzAxNiA3LjYwMjE0IDIuODI1OTEgNy43NDAwMyAyLjY5MzkxIDcuODc4MzFMMS4zNDk1MyA5LjI5NjUzQzAuMjMzMTYgMTAuNDU2MiAwLjI0MjE2IDExLjUzMzUgMS4zNDk1MyAxMi42OTRMMi42OTQyOCAxNC4xMTE4QzIuODI1OTEgMTQuMjU5MSAyLjg2OTc5IDE0LjM4OCAyLjg2OTc5IDE0LjU4MTJWMTYuNTcwM0MyLjg2OTc5IDE4LjIxODMgMy41OTk1NCAxOC45ODI0IDUuMTcyMjkgMTguOTgyNEg3LjA3OTkxQzcuMjU1NzkgMTguOTgyNCA3LjM4NzQxIDE5LjAzNzggNy41MTk0MSAxOS4xNzU3TDguODcyNzkgMjAuNTg0OVpNOS4wMTM0MSAxNS42MzFDOC43NDExNiAxNS42MzEgOC41NjUyOSAxNS41MzkgOC40MzMyOSAxNS4zODIzTDUuNDk3NzkgMTEuOTY2NEM1LjM3NDcgMTEuODIxOCA1LjMwNjA1IDExLjYzNTIgNS4zMDQ2NiAxMS40NDE1QzUuMzA0NjYgMTEuMDA4NiA1LjYyMDc5IDEwLjY4NjUgNi4wNjkyOSAxMC42ODY1QzYuMzA2MjkgMTAuNjg2NSA2LjQ4MjE2IDEwLjc2OTMgNi42NDA0MSAxMC45NDQyTDguOTY5MTYgMTMuNjQyM0wxMy40OTU4IDYuOTY2NDlDMTMuNjcxNyA2LjY5OTM1IDEzLjg0NzUgNi41ODkzNSAxNC4xNTUgNi41ODkzNUMxNC41ODU1IDYuNTg5MzUgMTQuODkzNCA2LjkyMDUzIDE0Ljg5MzQgNy4zNTM0NkMxNC44OTM0IDcuNTA5ODEgMTQuODMxOSA3LjY5NDA2IDE0LjczNTIgNy44NDEzOUw5LjYxMTE2IDE1LjM0NTdDOS40NzkxNiAxNS41MjA2IDkuMjc3NDEgMTUuNjMxIDkuMDEzNDEgMTUuNjMxWiIgZmlsbD0iI0ZGQzcwMCIvPgo8L3N2Zz4K'); */
    background-repeat: no-repeat;
    background-size: 21px 22px;
}
.obj__content>span {
    display: block;
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 14px;
    color: rgb(22 33 54 / 70%);
    margin: 25px 0 18px;
    padding-left: 16px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNSAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yLjA5ODQ0IDEuNTQ1N0gxMi44OTg0VjEyLjM0NTdIMi4wOTg0NFYxLjU0NTdaTTAuODk4NDM4IDEuNTQ1N0MwLjg5ODQzOCAxLjIyNzQ0IDEuMDI0ODcgMC45MjIyMTkgMS4yNDk5MSAwLjY5NzE3NUMxLjQ3NDk1IDAuNDcyMTMxIDEuNzgwMTggMC4zNDU3MDMgMi4wOTg0NCAwLjM0NTcwM0gxMi44OTg0QzEzLjIxNjcgMC4zNDU3MDMgMTMuNTIxOSAwLjQ3MjEzMSAxMy43NDcgMC42OTcxNzVDMTMuOTcyIDAuOTIyMjE5IDE0LjA5ODQgMS4yMjc0NCAxNC4wOTg0IDEuNTQ1N1YxMi4zNDU3QzE0LjA5ODQgMTIuNjY0IDEzLjk3MiAxMi45NjkyIDEzLjc0NyAxMy4xOTQyQzEzLjUyMTkgMTMuNDE5MyAxMy4yMTY3IDEzLjU0NTcgMTIuODk4NCAxMy41NDU3SDIuMDk4NDRDMS43ODAxOCAxMy41NDU3IDEuNDc0OTUgMTMuNDE5MyAxLjI0OTkxIDEzLjE5NDJDMS4wMjQ4NyAxMi45NjkyIDAuODk4NDM4IDEyLjY2NCAwLjg5ODQzOCAxMi4zNDU3VjEuNTQ1N1pNMTAuOTE4NCA0LjU1ODlDMTEuMDA4NSA0LjQyNzYyIDExLjA0MjcgNC4yNjU5NCAxMS4wMTM2IDQuMTA5NDJDMTAuOTg0NCAzLjk1MjkgMTAuODk0MyAzLjgxNDM3IDEwLjc2MyAzLjcyNDNDMTAuNjMxOCAzLjYzNDI0IDEwLjQ3MDEgMy42MDAwMSAxMC4zMTM2IDMuNjI5MTVDMTAuMTU3IDMuNjU4MjkgMTAuMDE4NSAzLjc0ODQyIDkuOTI4NDQgMy44Nzk3TDYuNDY2NDQgOC45MjU3TDQuNzM0ODQgNi44Mzc3QzQuNjMyOSA2LjcxNjUzIDQuNDg3MTkgNi42NDA1NiA0LjMyOTQ3IDYuNjI2MzdDNC4xNzE3NiA2LjYxMjE4IDQuMDE0ODMgNi42NjA5MiAzLjg5Mjg5IDYuNzYxOTVDMy43NzA5NiA2Ljg2Mjk4IDMuNjkzOTEgNy4wMDgxMiAzLjY3ODU0IDcuMTY1NzJDMy42NjMxNiA3LjMyMzMzIDMuNzEwNzIgNy40ODA2MiAzLjgxMDg0IDcuNjAzM0w2LjA1MDA0IDEwLjMwMzNDNi4xMDkzNSAxMC4zNzQ3IDYuMTg0NCAxMC40MzEzIDYuMjY5MjkgMTAuNDY4N0M2LjM1NDE4IDEwLjUwNjIgNi40NDY2IDEwLjUyMzQgNi41MzkyOSAxMC41MTkxQzYuNjMxOTcgMTAuNTE0OCA2LjcyMjQgMTAuNDg5MSA2LjgwMzQ2IDEwLjQ0MzlDNi44ODQ1MSAxMC4zOTg4IDYuOTU0IDEwLjMzNTQgNy4wMDY0NCAxMC4yNTg5TDEwLjkxODQgNC41NTg5WiIgZmlsbD0iIzE2MjEzNiIgZmlsbC1vcGFjaXR5PSIwLjUiLz4KPC9zdmc+Cg==");
    background-repeat: no-repeat;
    background-size: 13px 13px;
    background-position: center left;
}
.obj__content .btn-accent-border {
    width: 94%;
    max-width: 100%;
    position: relative;
    z-index: 10;
}
.obj__slider .swiper-slide.swiper-slide-active img {
    transition: all 0.4 ease-in-out;

    /* transform: scaleY(2) translateY(25%);
    height: 50%; */
}
.worksobject__list .btn-accent {
    font-size: 15px;
}
.worksobject__list ul {
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 14px;
    color: rgb(22 33 54 / 90%);
    margin: 0;
    padding: 0;
}
.worksobject__list li {
    margin: 0 0 5px;
}
.worksobject__list li::marker {
    color: rgb(166 161 153 / 51%);
    font-size: 10px;
}
.h2-tag {
    transform: rotate(-1.5deg) translateY(-5px);
    display: none;
    font-family: var(--font-medium);
    font-weight: 500;
    font-size: 12px;
    color: #ae1b3e;
    padding: 2px 4px;
    border: 1px solid rgb(174 27 62 / 30%);
    border-radius: 5px;
    position: absolute;
    right: -8px;
}
.h2-rating {
    font: 600 32px/1 var(--font-semibold);
    color: #00a80e;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3e%3cpath d='M16 23.9492L23.2748 28.2461C24.607 29.0336 26.2373 27.8695 25.8867 26.3972L23.9584 18.3169L30.3918 12.873C31.5663 11.8801 30.9352 9.99693 29.3926 9.87709L20.9258 9.1752L17.6127 1.54C17.0167 0.153334 14.9833 0.153334 14.3873 1.54L11.0742 9.15808L2.60739 9.85997C1.06479 9.97981 0.433719 11.8629 1.6082 12.8559L8.04156 18.2998L6.11331 26.3801C5.76272 27.8524 7.39297 29.0165 8.72522 28.229L16 23.9492Z' fill='%23FFC700'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 30px 28px;
    background-position: left center;
    padding-left: 30px;
}
.btn-input {
    width: 16px;
    height: 16px;
    border: none;
    border-radius: 3px;
    background-color: #fff;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: contain;
    background-repeat: no-repeat;
    overflow: hidden;
}
.btn-input.plus {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><rect x="0.5" y="0.5" width="15" height="15" rx="4.5" stroke="%23AE1B3E" stroke-opacity="0.15"/><path d="M5 8H8M8 8H11M8 8V5M8 8V11" stroke="%23AE1B3E" stroke-opacity="0.3" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.btn-input.minus {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><rect x="0.5" y="0.5" width="15" height="15" rx="4.5" stroke="%23AE1B3E" stroke-opacity="0.15"/><path d="M5 8H8H11" stroke="%23AE1B3E" stroke-opacity="0.3" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.input-wrapper {
    display: flex;
    align-items: center;
    gap: 4px;
    height: 33px;
}
.input-box {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    border-radius: 7px;
    border: 1px solid #ae1b3e4d;
    background: #fff;
    padding: 0 10px 0 2px;
    height: 33px;
    gap: 4px;
}
.calc_bottom-flex {
    margin-top: 20px;
}
.type-checkbox input {
    position: relative;
    appearance: none;
    display: block;
    width: 28px;
    height: 28px;
    flex-basis: 28px;
    flex-shrink: 0;
    margin-right: 5px;
    padding: 0;
    outline: none;
    cursor: pointer;
    transition: all 0.2s ease;
    transition: backgraund 0.5s ease;
    border-radius: 5px;
    background: transparent;
}
.type-checkbox {
    display: flex;
    align-items: center;
    cursor: pointer;
    font: 400 15px / 1 var(--font-family);
    height: 28px;
}
.type-checkbox input[type="checkbox"]::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    margin: 4px;
    transition: all 0.3s ease;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="M3.33301 0.75H16.667C18.0935 0.750175 19.2498 1.90653 19.25 3.33301V16.667C19.2498 18.0935 18.0935 19.2498 16.667 19.25H3.33301C1.90653 19.2498 0.750175 18.0935 0.75 16.667V3.33301C0.750176 1.90653 1.90653 0.750176 3.33301 0.75Z" stroke="%23AE1A3E" stroke-opacity="0.2" stroke-width="1.5"/></svg>');
}
.type-checkbox input[type="checkbox"]:hover::after {
    background-image: url('data:image/svg+xml,<svg width="20" height="21" viewBox="0 0 20 21" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3.33301 1.25H16.667C18.0935 1.25018 19.2498 2.40653 19.25 3.83301V17.167C19.2498 18.5935 18.0935 19.7498 16.667 19.75H3.33301C1.90653 19.7498 0.750175 18.5935 0.75 17.167V3.83301C0.750176 2.40653 1.90653 1.25018 3.33301 1.25Z" stroke="%23AE1A3E" stroke-opacity="0.2" stroke-width="1.5"/><path d="M14.8052 6.63678C14.7347 6.56343 14.6507 6.5052 14.5583 6.46546C14.4657 6.42573 14.3665 6.40527 14.2664 6.40527C14.1662 6.40527 14.0669 6.42573 13.9744 6.46546C13.882 6.5052 13.7981 6.56343 13.7275 6.63678L8.07295 12.4754L5.69732 10.0178C5.62406 9.94489 5.53758 9.8876 5.44283 9.84909C5.34806 9.81058 5.24687 9.79164 5.14503 9.79337C5.04319 9.79524 4.94268 9.81779 4.84927 9.85958C4.75585 9.90153 4.67134 9.96195 4.60058 10.0374C4.52982 10.113 4.47417 10.2022 4.43683 10.2999C4.39947 10.3976 4.38117 10.502 4.38293 10.607C4.38469 10.7121 4.40649 10.8157 4.44709 10.9119C4.4877 11.0082 4.54629 11.0954 4.61955 11.1683L7.53407 14.1738C7.60464 14.2472 7.68859 14.3054 7.78108 14.3452C7.87357 14.3849 7.97277 14.4053 8.07295 14.4053C8.17316 14.4053 8.27231 14.3849 8.36491 14.3452C8.45735 14.3054 8.5413 14.2472 8.61188 14.1738L14.8052 7.78725C14.8822 7.71399 14.9437 7.62508 14.9857 7.526C15.0278 7.42707 15.0495 7.32016 15.0495 7.21204C15.0495 7.10395 15.0278 6.99704 14.9857 6.89804C14.9437 6.79903 14.8822 6.71007 14.8052 6.63678Z" fill="%23AE1A3E" fill-opacity="0.5"/></svg>');
}
.type-checkbox input[type="checkbox"]:checked::after {
    border-radius: 4px;
    box-shadow: 2px 2px 6px rgb(132 19 46 / 75%);
    background-color: rgb(174 26 62 / 100%);
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="21" viewBox="0 0 20 21" fill="none"><path d="M3.33301 1.25H16.667C18.0935 1.25018 19.2498 2.40653 19.25 3.83301V17.167C19.2498 18.5935 18.0935 19.7498 16.667 19.75H3.33301C1.90653 19.7498 0.750175 18.5935 0.75 17.167V3.83301C0.750176 2.40653 1.90653 1.25018 3.33301 1.25Z" stroke="%23AE1A3E" stroke-opacity="0.2" stroke-width="1.5"/><path d="M14.8038 6.63654C14.7332 6.56319 14.6492 6.50496 14.5568 6.46521C14.4642 6.42549 14.3651 6.40503 14.2649 6.40503C14.1647 6.40503 14.0654 6.42549 13.973 6.46521C13.8805 6.50496 13.7966 6.56319 13.726 6.63654L8.07149 12.4751L5.69585 10.0176C5.62259 9.94464 5.53611 9.88735 5.44136 9.84885C5.34659 9.81034 5.24541 9.7914 5.14357 9.79312C5.04172 9.795 4.94122 9.81754 4.8478 9.85933C4.75439 9.90129 4.66988 9.96171 4.59911 10.0372C4.52836 10.1128 4.47271 10.202 4.43537 10.2997C4.39801 10.3973 4.3797 10.5017 4.38146 10.6068C4.38322 10.7118 4.40502 10.8154 4.44563 10.9117C4.48623 11.008 4.54483 11.0952 4.61809 11.1681L7.53261 14.1735C7.60318 14.2469 7.68712 14.3052 7.77961 14.3449C7.8721 14.3847 7.9713 14.405 8.07149 14.405C8.17169 14.405 8.27085 14.3847 8.36344 14.3449C8.45589 14.3052 8.53983 14.2469 8.61042 14.1735L14.8038 7.787C14.8807 7.71375 14.9422 7.62484 14.9843 7.52575C15.0263 7.42682 15.048 7.31991 15.048 7.2118C15.048 7.10371 15.0263 6.9968 14.9843 6.89779C14.9422 6.79878 14.8807 6.70983 14.8038 6.63654Z" fill="%23FFFFFF" fill-opacity="1"/></svg>');
}
.type-checkbox input[type="checkbox"]:checked:hover {
    background: rgb(174 27 62 / 16%);
}
.type-checkbox input[type="checkbox"]:checked~span {
    /* font-family: var(--font-medium);
    font-weight: 500; */
}
.clc_dop__container {
    margin-top: 5px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 10px;
}
.clc {
    background-color: #fff;
    padding: 0;
}
.calc-section-bg {
    padding: 50px 0;
    max-width: 1276px;
    margin: 0 auto;
    border-radius: 12px;
    background: #f6f7f8;
    overflow: hidden;
}
.clc .custom-control-label {
    font-size: 14px;
}
.clc .container>h2 {
    margin-bottom: 25px;
}
.clc-h2 {
    font-size: 26px;
}
.clc-h2::after {
    width: 230px;
}
.clc-container {
    box-shadow: 2px 2px 76px 0 rgb(0 0 0 / 15%);
    border-radius: 8px;
    background: var(--color-white);
    overflow: hidden;
}
.clc_right {
    background-color: #F6F7F8;
    border: 1px solid #ecedef;
    width: 40%;
    max-width: 450px;
    padding: 30px;
}
.clc_hero {
    display: flex;
    align-items: center;
    gap: 10px;
}
.clc_hero-img {
    position: relative;
}
.clc_hero-img::after {
    position: absolute;
    right: 5px;
    bottom: 5px;
    content: "";
    width: 13px;
    height: 13px;
    background-color: #00cf08;
    border-radius: 50%;
    border: 3px solid var(--color-white);
}
.clc_hero-img img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}
.clc_hero-text h5 {
    font-family: var(--font-medium);
    font-weight: 500;
    font-size: 20px;
    color: #162136;
    padding: 0;
    margin: 0 0 5px;
}
.clc_hero-text span {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    color: #162136;
}
.clc-divider {
    margin: auto 0 15px;
    height: 1px;
    width: 100%;
    background-color: rgb(22 33 54 / 8%);
}
.clc_right-btn {
    margin: 0 0 7px;
}
.clc_subtext {
    font-family: var(--font-family-light);
    font-weight: 300;
    font-size: 10px;
    color: #16213680;
}
.clc-btns {
    display: flex;
    gap: 20px;
    width: 100%;
}
.clc-btns-area {
    width: 100%;
    display: flex;
    gap: 10px;
}
.wrp_input_rng {
    width: 73%;
    max-width: 283px;
    margin-top: 9px;
}
.calc_item {
    display: flex;
    align-items: flex-start;
    gap: 36px;
    margin: 0;
}
.calc_item.calc_wide_time .flex-gap {
    gap: 10px 20px;
}
.calc_item .header {
    font-family: var(--font-medium);
    font-weight: 500;
    font-size: 14px;
    color: rgb(22 33 54 / 70%);
    width: 197px;
    flex-grow: 0;
    flex-shrink: 0;
}
.clc_podskazka {
    font-family: var(--font-italic);
    font-style: italic;
    font-weight: 400;
    font-size: 9px;
    color: #16213699;
    background: #F6F7F8;
    padding: 2px 7px;
    border-radius: 100px;
    max-width: max-content;
}
.clc-checkbox input {
    display: none;
}
.clc-checkbox__warp {
    display: flex;
    align-items: center;
    gap: 7px;
    border: 1px solid transparent;
    border-radius: 5px;
    padding: 0 6px;
    background: #fff;
    cursor: pointer;
    height: 30px;
}
.clc-checkbox__label {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    color: #162136;
}
.clc-checkbox__checkbox {
    position: relative;
    border: 1px solid #d4d8e5;
    background: #fff;
    border-radius: 3px;
    width: 20px;
    height: 20px;
}
.clc-checkbox input:checked~.clc-checkbox__warp {
    border-color: rgb(174 27 62 / 50%);
    background-color: #fff2f5;
}
.clc-checkbox input:checked~.clc-checkbox__warp .clc-checkbox__checkbox {
    background: #ae1b3e;
    border-color: #ae1b3e;
}
.clc-checkbox input:checked:hover {
    background: rgb(174 27 62 / 16%);
}
.clc-checkbox input:checked:active {
    background: rgb(174 27 62 / 2%);
}
.clc-checkbox input~.clc-checkbox__warp .clc-checkbox__checkbox::after {
    position: absolute;
    inset: 0;
    content: "";
    width: 18px;
    height: 18px;
    background-size: 8px 6px;
    background-position: center;
    background-repeat: no-repeat;
}
.clc-checkbox input:checked~.clc-checkbox__warp .clc-checkbox__checkbox::after {
    position: absolute;
    inset: 0;
    content: "";
    width: 18px;
    height: 18px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSI2IiB2aWV3Qm94PSIwIDAgOCA2IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNNy44MTY4MiAwLjE3MzYzM0M3Ljc2Mzg4IDAuMTE4NjIgNy43MDA5MiAwLjA3NDk0NjggNy42MzE1OSAwLjA0NTEzOTFDNy41NjIxNCAwLjAxNTM0MzIgNy40ODc4IDAgNy40MTI2NiAwQzcuMzM3NTIgMCA3LjI2MzA2IDAuMDE1MzQzMiA3LjE5MzczIDAuMDQ1MTM5MUM3LjEyNDM5IDAuMDc0OTQ2OCA3LjA2MTQzIDAuMTE4NjIgNy4wMDg0OSAwLjE3MzYzM0wyLjc2NzYxIDQuNTUyNTlMMC45ODU4NzggMi43MDk0MkMwLjkzMDkzNSAyLjY1NDcxIDAuODY2MDc1IDIuNjExNzQgMC43OTUwMTEgMi41ODI4NkMwLjcyMzkzNSAyLjU1Mzk4IDAuNjQ4MDQ0IDIuNTM5NzggMC41NzE2NjMgMi41NDEwN0MwLjQ5NTI4MiAyLjU0MjQ4IDAuNDE5OTAzIDIuNTU5MzggMC4zNDk4NDEgMi41OTA3M0MwLjI3OTc3OCAyLjYyMjE5IDAuMjE2Mzk5IDIuNjY3NTEgMC4xNjMzMjMgMi43MjQwOUMwLjExMDI1OCAyLjc4MDggMC4wNjg1MjEzIDIuODQ3NzIgMC4wNDA1MTQ2IDIuOTIwOTdDMC4wMTI0OTY1IDIuOTk0MjMgLTAuMDAxMjMzNjcgMy4wNzI1NCA4LjY5NzQ3ZS0wNSAzLjE1MTMxQzAuMDAxNDA3NjIgMy4yMzAwOSAwLjAxNzc1NjUgMy4zMDc4IDAuMDQ4MjEwOSAzLjM4QzAuMDc4NjY1NCAzLjQ1MjIgMC4xMjI2MTEgMy41MTc2IDAuMTc3NTU0IDMuNTcyM0wyLjM2MzQ0IDUuODI2MzdDMi40MTYzNyA1Ljg4MTQzIDIuNDc5MzMgNS45MjUxIDIuNTQ4NyA1Ljk1NDkyQzIuNjE4MDcgNS45ODQ3NCAyLjY5MjQ3IDYgMi43Njc2MSA2QzIuODQyNzYgNiAyLjkxNzEyIDUuOTg0NzQgMi45ODY1NyA1Ljk1NDkyQzMuMDU1OSA1LjkyNTEgMy4xMTg4NiA1Ljg4MTQzIDMuMTcxOCA1LjgyNjM3TDcuODE2ODIgMS4wMzY0OEM3Ljg3NDU0IDAuOTgxNTM5IDcuOTIwNjUgMC45MTQ4NTYgNy45NTIxOCAwLjg0MDU0M0M3Ljk4MzcyIDAuNzY2MzQ3IDggMC42ODYxNjMgOCAwLjYwNTA3NUM4IDAuNTI0MDExIDcuOTgzNzIgMC40NDM4MjcgNy45NTIxOCAwLjM2OTU3MkM3LjkyMDY1IDAuMjk1MzE3IDcuODc0NTQgMC4yMjg1OTkgNy44MTY4MiAwLjE3MzYzM1oiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=");
    background-size: 8px 6px;
    background-position: center;
    background-repeat: no-repeat;
}
.clc-container h2 {
    margin-bottom: 15px;
}
.calc_item .flex-gap {
    gap: 3px;
}
.calc_wide .row {
    margin-left: 0;
    margin-right: 0;
}
.calc_wide .btn {
    max-width: 100%;
}
.calc_wide .btn2 {
    margin: 8px 15px 0 0;
    max-width: fit-content;
    padding: 11px 10px 12px;
    white-space: nowrap;
}
.calc_wide .btn2 input {
    display: none;
}
.calc_wide_left-container {
    width: calc(100% - 450px);
    padding: 30px 15px 30px 30px;
    background: var(--color-white);
}
.calc_wide_left {
    display: flex;
    flex-flow: column;
    gap: 18px;
    padding: 10px 0 0;
    height: 684px;
    overflow: hidden auto;
}
.calc_wide_left::-webkit-scrollbar {
    border-radius: 5px;
    width: 6px;
    /* background: #f5f5f5; */
    background: #F6F7F8;
}
.calc_wide_left::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #ae1b3e33;
}
.calc_wide_rem_block {
    width: 100%;
}
.calc_wide_rem_block .calc_wide_rem_item {
    display: none;
}
.calc_wide_rem_block .calc_wide_rem_item.active {
    display: block;
}
.calc_item .__select {
    max-width: 268px;
    margin: 0;
}
.calc_item_area .clc_area__ttl {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: -22px 0 0;
    gap: 5px;
}
.calc_item_area .input_rng_value {
    height: 33px;
    width: 62px;
    color: #162136;
    font: 500 14px/1.2 var(--font-medium);
    border-radius: 7px;
    border: 1px solid #ae1b3e80;
    background: #fff;
    padding: 0 12px;
}
.calc_item_area .clc_area__ttl p {
    font-family: var(--font-medium);
    font-weight: 500;
    font-size: 14.5px;
    color: rgb(22 33 54 / 50%);
    margin: 0;
}
.clc_area__text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0 0;
}
.wrp_input_rng .clc_area__text>span {
    font: 500 12px/1.2 var(--font-medium);
    color: rgb(22 33 54 / 50%);
}
.clc .columns-wrp {
    display: flex;
    flex-wrap: wrap;
}
.calc_more_toggle {
    display: none;
}
.office-showroomadress {
  margin: 1.875rem 0;
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: minmax(180px, 1.2fr) minmax(150px, 1fr);
  gap: .625rem;
}
.office-showroomadress__el {
  margin: 0;
  padding: 0;
  font-family: var(--font-semibold);
  font-weight: 600;
  font-size: .9375rem;
  line-height: 1.125rem;
  color: #162136;
}
.office-showroomadress__el span {
  display: block;
  margin: 10px 0 0;
  font-family: var(--font-family);
  font-weight: 400;
  color: #162136E5;
}
.map-page-wrp {
    margin-top: 0;
    margin-bottom: 1.25rem;
    height: 330px;
    position: relative;
    border-radius: 8px;
    border: 0.5px solid #1621360d;
    overflow: hidden;
    background: url("../img/map-l.webp");
}
#map-page {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.agree {
    margin-top: 10px;
    font-family: var(--font-italic);
    font-weight: 400;
    font-style: italic;
    font-size: 12px;
    line-height: 1.2;
    vertical-align: middle;
    color: rgb(45 47 51 / 75%);
}
.agree input {
    display: none;
}
.agree label {
    display: flex;
    align-items: flex-start;
    gap: 6px;
    font-size: 12px;
    line-height: 1.4;
}
.agree label::before {
    content: "";
    flex-shrink: 0;
    flex-basis: 18px;
    width: 18px;
    height: 18px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTMuNzUgMTUuNzVDMy4zMzc1IDE1Ljc1IDIuOTg0NSAxNS42MDMzIDIuNjkxIDE1LjMwOThDMi4zOTc1IDE1LjAxNjMgMi4yNTA1IDE0LjY2MyAyLjI1IDE0LjI1VjMuNzVDMi4yNSAzLjMzNzUgMi4zOTcgMi45ODQ1IDIuNjkxIDIuNjkxQzIuOTg1IDIuMzk3NSAzLjMzOCAyLjI1MDUgMy43NSAyLjI1SDE0LjI1QzE0LjY2MjUgMi4yNSAxNS4wMTU4IDIuMzk3IDE1LjMwOTggMi42OTFDMTUuNjAzOCAyLjk4NSAxNS43NTA1IDMuMzM4IDE1Ljc1IDMuNzVWMTQuMjVDMTUuNzUgMTQuNjYyNSAxNS42MDMzIDE1LjAxNTggMTUuMzA5OCAxNS4zMDk4QzE1LjAxNjMgMTUuNjAzOCAxNC42NjMgMTUuNzUwNSAxNC4yNSAxNS43NUgzLjc1WiIgZmlsbD0iIzJEMkYzMyIgZmlsbC1vcGFjaXR5PSIwLjQiLz4KPC9zdmc+Cg==");
    background-repeat: no-repeat;
    background-size: 18px 18px;
}
.agree input:checked~label::before {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTcuOTUgMTIuMTVMMTMuMjM3NSA2Ljg2MjVMMTIuMTg3NSA1LjgxMjVMNy45NSAxMC4wNUw1LjgxMjUgNy45MTI1TDQuNzYyNSA4Ljk2MjVMNy45NSAxMi4xNVpNMy43NSAxNS43NUMzLjMzNzUgMTUuNzUgMi45ODQ1IDE1LjYwMzMgMi42OTEgMTUuMzA5OEMyLjM5NzUgMTUuMDE2MyAyLjI1MDUgMTQuNjYzIDIuMjUgMTQuMjVWMy43NUMyLjI1IDMuMzM3NSAyLjM5NyAyLjk4NDUgMi42OTEgMi42OTFDMi45ODUgMi4zOTc1IDMuMzM4IDIuMjUwNSAzLjc1IDIuMjVIMTQuMjVDMTQuNjYyNSAyLjI1IDE1LjAxNTggMi4zOTcgMTUuMzA5OCAyLjY5MUMxNS42MDM4IDIuOTg1IDE1Ljc1MDUgMy4zMzggMTUuNzUgMy43NVYxNC4yNUMxNS43NSAxNC42NjI1IDE1LjYwMzMgMTUuMDE1OCAxNS4zMDk4IDE1LjMwOThDMTUuMDE2MyAxNS42MDM4IDE0LjY2MyAxNS43NTA1IDE0LjI1IDE1Ljc1SDMuNzVaIiBmaWxsPSIjMkQyRjMzIiBmaWxsLW9wYWNpdHk9IjAuNCIvPgo8L3N2Zz4K");
}
.agree a {
    font-style: inherit;
    color: #ae1b3e;
}
button:disabled {
    opacity: 0.5;
}
.header__nav-menu-wrp {
    margin-left: 44px;
}
.header__nav-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 15px;
}
.header__nav-menu li {
    margin: 0;
}
.header__nav-menu li a {
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}
.header__nav-menu li a:hover {
    color: #ae1b3e;
}
.calc-img__list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.calc-img__list li {
    position: relative;
    font: 500 18px/1.2 var(--font-medium);
    font-family: var(--font-medium);
    color: rgb(22 33 54 / 90%);
    margin: 0 0 10px 8px;
    padding: 0;
}
.calc-img__list li::before {
    position: absolute;
    content: "";
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: rgb(174 27 62 / 50%);
    left: -8px;
    top: 7px;
}
.calc-img__rating {
    gap: 11px;
    align-items: stretch;
    max-width: 529px;
    margin: auto 0 0;
    padding: 0;
    list-style: none;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    height: 84px;
}
.calc-img__rating li {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 18px 15px 15px;
    margin: 0;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: -3px -1px 35.1px 0 #8b8b8b14;
    color: #162136;
}
.calc-img__rating li span {
    display: flex;
    align-items: center;
    gap: 4px;
    font-family: var(--font-accent-semibold);
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
}
.calc-img__rating li a {
    display: none;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    border-bottom: 1px dashed #16213680;
}
.cookie-banner {
    position: sticky;
    bottom: 20px;
    left: 10px;
    right: 10px;
    background-color: #fff;
    border: 1px solid #f0f0f0;
    box-shadow: 1px 1px 22px 0 #0000001a;
    border-radius: 8px;
    padding: 15px 8px 15px 15px;
    width: calc(100% - 20px);
    max-width: max-content;
    z-index: 1000;
    overflow: hidden;
    display: flex;
    align-items: center;
    gap: 4px;
    margin: 0 auto;
}
.cookie-banner__progress {
    position: absolute;
    content: "";
    width: 0;
    height: 5px;
    background-color: #ae1b3e;
    bottom: -1px;
    left: 0;
    right: 0;
    z-index: 2;
}
.cookie-banner__bar {
    position: absolute;
    content: "";
    width: 100%;
    height: 5px;
    /* background-color: #f5f5f5; */
    background-color: #F6F7F8;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
}
.cookie-btn {
    font-family: var(--font-accent-semibold);
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
    padding: 4.2px 9px;
    border-radius: 4px;
    border: 1px solid #ae1b3e80;
    background-color: #fff;
    color: #ae1b3e;
}
.cookie-close {
    width: 20px;
    height: 20px;
    border: none;
    outline: none;
    background-color: transparent;
    font-size: 0;
    background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.82812 5.83301L14.1615 14.1663M5.82812 14.1663L14.1615 5.83301" stroke="%23162136" stroke-opacity="0.4" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    flex-shrink: 0;
}
.cookie-text {
    font-family: var(--font-medium);
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    color: #162136;
    margin: 0 5px 0 0;
}
.cookie-text a {
    font-family: var(--font-medium);
    color: #ae1b3e;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
}
.works__item .swiper-button-next,
.works__item .swiper-button-prev {
    background-color: #ffffffb2;
    height: 45px;
    width: 26px;
    border-radius: 3px;
}
.works__item .swiper-button-next::after,
.works__item .swiper-button-prev::after {
    font-size: 14px;
}
.works__item-photo {
    pointer-events: none;
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 6px 0 28px;
    border-radius: 3px;
    background-color: #fff;
    background-image: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.0026 11.6667C8.83594 11.6667 9.54438 11.3751 10.1279 10.792C10.7115 10.2089 11.003 9.50045 11.0026 8.66667C11.0022 7.83289 10.7106 7.12467 10.1279 6.542C9.54527 5.95933 8.83683 5.66756 8.0026 5.66667C7.16838 5.66578 6.46016 5.95756 5.87794 6.542C5.29571 7.12644 5.00394 7.83467 5.0026 8.66667C5.00127 9.49867 5.29305 10.2071 5.87794 10.792C6.46283 11.3769 7.17105 11.6684 8.0026 11.6667ZM8.0026 10.3333C7.53594 10.3333 7.14149 10.1722 6.81927 9.85C6.49705 9.52778 6.33594 9.13333 6.33594 8.66667C6.33594 8.2 6.49705 7.80556 6.81927 7.48333C7.14149 7.16111 7.53594 7 8.0026 7C8.46927 7 8.86371 7.16111 9.18594 7.48333C9.50816 7.80556 9.66927 8.2 9.66927 8.66667C9.66927 9.13333 9.50816 9.52778 9.18594 9.85C8.86371 10.1722 8.46927 10.3333 8.0026 10.3333ZM2.66927 14C2.3026 14 1.98883 13.8696 1.72794 13.6087C1.46705 13.3478 1.33638 13.0338 1.33594 12.6667V4.66667C1.33594 4.3 1.4666 3.98622 1.72794 3.72533C1.98927 3.46444 2.30305 3.33378 2.66927 3.33333H4.76927L6.0026 2H10.0026L11.2359 3.33333H13.3359C13.7026 3.33333 14.0166 3.464 14.2779 3.72533C14.5393 3.98667 14.6697 4.30044 14.6693 4.66667V12.6667C14.6693 13.0333 14.5388 13.3473 14.2779 13.6087C14.017 13.87 13.703 14.0004 13.3359 14H2.66927ZM2.66927 12.6667H13.3359V4.66667H10.6359L9.41927 3.33333H6.58594L5.36927 4.66667H2.66927V12.6667Z" fill="%23AE1B3E"/></svg>');
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-position: left 6px center;
    z-index: 5;
    cursor: pointer;
    width: max-content;
    height: 24px;
    font-family: var(--font-medium);
    font-weight: 500;
    font-size: 13px;
    line-height: 24px;
    color: #162136d9;
    text-decoration: none;
}
.menu-mob-btn {
    font-size: 0;
    width: 45px;
    height: 45px;
    background-color: #1621361a;
    background-image: url('data:image/svg+xml,<svg width="19" height="23" viewBox="0 0 19 23" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15.25 17.9685C15.1557 17.9696 15.0623 17.951 14.9756 17.9139C14.889 17.8768 14.8111 17.8219 14.7469 17.7529L3.24688 6.25285C2.95938 5.96535 2.95938 5.51973 3.24688 5.23223C3.53438 4.94473 3.98 4.94473 4.2675 5.23223L15.7531 16.7466C16.0406 17.0341 16.0406 17.4797 15.7531 17.7672C15.6094 17.911 15.4225 17.9829 15.25 17.9829V17.9685Z" fill="%23162136" fill-opacity="0.8"/><path d="M3.75 17.9688C3.65573 17.9699 3.56227 17.9513 3.47562 17.9142C3.38897 17.877 3.31105 17.8222 3.24688 17.7531C2.95938 17.4656 2.95938 17.02 3.24688 16.7325L14.7469 5.24688C15.0344 4.95938 15.48 4.95938 15.7675 5.24688C16.055 5.53438 16.055 5.98 15.7675 6.2675L4.25312 17.7531C4.10937 17.8969 3.9225 17.9688 3.75 17.9688Z" fill="%23162136" fill-opacity="0.8"/></svg>');
    background-repeat: no-repeat;
    background-size: 23px 23px;
    background-position: center;
    border-radius: 5px;
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
    transition: all 0.2s ease-in-out;
}
.menu-mob-btn.collapsed {
    background-image: url('data:image/svg+xml,<svg width="23" height="23" viewBox="0 0 23 23" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M19.1693 11.5003H9.58594M19.1693 4.79199H3.83594M19.1693 18.2087H3.83594" stroke="%23162136" stroke-opacity="0.8" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.btn-accent-border.header-btn-mob {
    height: 35px;
}
.menu-header__content {
    display: flex;
    flex-direction: column;
    min-height: calc(100vh - 115px);
    padding: 5px 0 25px;
    background: #fff;
}
.menu-header__nav {
    margin: 0;
    padding: 0 0 10px;
    list-style: none;
}
.menu-header__nav li {
    margin: 0;
    padding: 0;
}
.menu-header__nav li a {
    display: block;
    padding: 15px;
    margin: 0;
    font-family: var(--font-accent);
    font-weight: 400;
    font-size: 17px;
    line-height: 1;
    color: #162136cc;
    background-size: 16px 17px;
    background-repeat: no-repeat;
    background-position: right 15px center;
    transition: all 0.2s ease-in-out;
    text-align: center;
}
.menu-header__nav li a:hover,
.menu-header__nav li a:focus {
    background-color: #16213608;
}
.menu-header__bottom {
    flex-flow: column;
    margin-top: auto;
    margin-bottom: 100px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px 10px;
    padding: 0 15px;
}
.menu-header__bottom-el {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 1px;
    min-width: 140px;
    align-items: center;
}
.menu-header__bottom-el>span {
    font-family: var(--font-medium);
    font-weight: 500;
    font-size: 13px;
    line-height: 1;
    text-transform: uppercase;
    color: #16213680;
}
.menu-header__bottom-el>a {
    font: 500 15px/1.2 var(--font-medium);
    text-decoration: none;
    color: #162136;
    border-bottom: 1px solid rgb(22 33 54 / 100%);
    max-width: max-content;
    padding: 0;
    position: relative;
    padding-left: 20px;
}
.menu-header__bottom-el>a::before {
    content: '';
    display: flex;
    position: absolute;
    left: 0;
    top: 3px;
    width: 13px;
    height: 13px;
    background-size: cover;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3e%3cpath d='M9.73657 13.0985C10.9017 13.0985 11.672 12.7836 12.3549 12.0202C12.4086 11.9667 12.4554 11.9065 12.5091 11.8527C12.9109 11.4042 13.0983 10.9622 13.0983 10.5405C13.0983 10.0582 12.8171 9.6096 12.2211 9.19417L10.2726 7.8416C9.66972 7.42646 8.96657 7.3796 8.404 7.93532L7.88857 8.45103C7.73429 8.60503 7.60057 8.61189 7.44657 8.51789C7.09171 8.29018 6.36171 7.65418 5.866 7.15875C5.34371 6.64303 4.83486 6.06732 4.57371 5.64532C4.48 5.49103 4.49343 5.36389 4.64743 5.20989L5.15629 4.69417C5.71886 4.13189 5.672 3.42189 5.25686 2.82617L3.89743 0.877604C3.48886 0.281318 3.04029 0.00674672 2.558 0.000175294C2.13629 -0.00668185 1.69429 0.187604 1.24571 0.589318C1.18543 0.643032 1.13171 0.68989 1.07143 0.736747C0.314857 1.4196 0 2.18989 0 3.34818C0 5.2636 1.17857 7.59389 3.34171 9.75675C5.49114 11.9065 7.82829 13.0985 9.73657 13.0985ZM9.74343 12.067C8.03572 12.1005 5.84629 10.7882 4.11171 9.06046C2.364 7.31932 0.991143 5.05589 1.02457 3.34846C1.038 2.6116 1.29257 1.9756 1.82171 1.52018C1.86171 1.48018 1.90171 1.44646 1.94857 1.41303C2.14286 1.23875 2.364 1.14532 2.55143 1.14532C2.75229 1.14532 2.92629 1.21875 3.05371 1.4196L4.35286 3.36818C4.49343 3.57589 4.50686 3.81046 4.29914 4.01789L3.71 4.60732C3.24114 5.06932 3.28143 5.63189 3.61629 6.08046C3.99771 6.59618 4.66086 7.34618 5.16971 7.85503C5.68543 8.37075 6.49543 9.09389 7.01114 9.48217C7.45971 9.81703 8.02914 9.85075 8.49114 9.38846L9.08029 8.79932C9.288 8.5916 9.51572 8.60503 9.72314 8.73903L11.6717 10.0382C11.8729 10.1719 11.9531 10.3393 11.9531 10.5405C11.9531 10.7347 11.8594 10.949 11.6789 11.1496C11.6474 11.1937 11.6139 11.2362 11.5783 11.277C11.1163 11.7993 10.48 12.0536 9.74343 12.067Z' fill='%23162136'/%3e%3c/svg%3e");
}
.menu-header__bottom-el .time {
    font-size: 13px;
    color: rgb(22 33 54 / 70%);
}
.menu-header__bottom-el>p {
    color: rgb(22 33 54 / 100%);
    font-weight: 400;
    font-size: 15px;
    line-height: 1.2;
    margin: 0;
    padding: 0;
    text-decoration: underline;
    text-decoration-color: rgb(22 33 54 / 50%);
    text-align: center;
    max-width: 241px;
}
.menu-header__bottom-el .metro p {
    font-size: 13px;
    color: rgb(22 33 54 / 100%);
    margin-top: 8px;
}
.menu-header__bottom-el>p a {
    color: #ae1b3e;
    border-bottom: 1px solid #ae1b3e80;
    padding: 0;
}
.calc-img .calc-img__rating-mob {
    display: none;
    align-items: center;
    gap: 6px;
    margin: -1px 0 0;
}
.calc-img__rating-mob-el {
    display: flex;
    align-items: center;
    gap: 6px;
    border: 0.5px solid #efefef;
    box-shadow: 0 0 70.5px 0 #00000014;
    background-color: #fff;
    border-radius: 5px;
    height: 32px;
    padding: 0 7px;
}
.calc-img__rating-mob-el span {
    font: 600 15px/1 var(--font-semibold);
}
.quiz-section {
    padding: 30px 0;
}
.quiz-section h2,
.quiz-section .h2 {
    margin: 0 0 10px;
}
.quiz-section .container {
    /* padding-left: 0;
    padding-right: 0; */
}
.quiz-section .container>p {
    margin-bottom: 25px;
}
.quiz-section-bg {
    max-width: 1276px;
    padding: 54px 0 49px;
    margin: 0 auto;
    border-radius: 12px;
    background: #f6f7f8;
    overflow: hidden;
}
.clc-accent {
    border: 1px solid #ae1b3e3d;
    background-color: #f7ecef;
    border-radius: 8px;
    padding: 15px;
    margin: 15px 0 0;
}
.clc-accent__ttl {
    font: 600 20px/1.2 var(--font-semibold);
    color: #162136;
    margin: 0 0 12px;
}
.clc-accent__check-wrap {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.port .h2 {
    font-family: var(--font-accent-semibold);
    font-weight: 600;
    font-size: 28px;
    color: #162136;
    margin: 0 0 15px;
    max-width: 460px;
}
.port .h2 {
    font-family: var(--font-bold);
}
.port .h2 span {
    color: #ae1b3e;
}
.geo-tag {
    display: flex;
    align-items: center;
    gap: 5px;
    /* background-color: #f5f5f5; */
    background-color: #F6F7F8;
    padding: 7px 12px 7px 8px;
    border-radius: 100px;
}
.geo-tag__name {
    font-family: var(--font-medium);
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    color: #162136cc;
}
.geo-tag__time {
    font-family: var(--font-medium);
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    color: #16213680;
    background-image: url('data:image/svg+xml,<svg width="14" height="15" viewBox="0 0 14 15" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_534_3636)"><path d="M9.95833 0.890625C9.36372 0.890625 8.87469 1.17918 8.49125 1.75629C8.10819 2.33301 7.91667 3.01668 7.91667 3.80729C7.91667 4.2584 7.98219 4.71418 8.11325 5.17462C8.24469 5.63546 8.38275 6.02921 8.52742 6.35588L11.0783 6.97479C11.3587 6.52096 11.5823 6.03621 11.7492 5.52054C11.916 5.00488 11.9996 4.43379 12 3.80729C12 2.9704 11.8063 2.27507 11.419 1.72129C11.0317 1.16751 10.5448 0.890625 9.95833 0.890625ZM9.15625 9.64062C9.66686 9.64062 10.0733 9.43937 10.3754 9.03687C10.6768 8.63399 10.8294 8.12396 10.8333 7.50679L8.4055 6.92812C8.29039 7.12335 8.18014 7.3386 8.07475 7.57387C7.96936 7.80915 7.91667 8.04599 7.91667 8.28437C7.91667 8.67404 8.03314 8.9976 8.26608 9.25504C8.49903 9.51249 8.79575 9.64101 9.15625 9.64062ZM3.54167 3.80729C2.95522 3.80729 2.46833 4.08418 2.081 4.63796C1.69367 5.19174 1.5 5.88707 1.5 6.72396C1.5 7.37224 1.59081 7.9581 1.77242 8.48154C1.95403 9.00499 2.19261 9.50471 2.48817 9.98071L4.99533 9.22821C5.13222 8.90115 5.26444 8.51285 5.392 8.06329C5.51956 7.61412 5.58333 7.16768 5.58333 6.72396C5.58333 5.93335 5.39161 5.24968 5.00817 4.67296C4.6255 4.09585 4.13667 3.80729 3.54167 3.80729ZM4.34375 12.5573C4.70425 12.5573 5.00097 12.4286 5.23392 12.1711C5.46686 11.9137 5.58333 11.5905 5.58333 11.2016C5.58333 10.9555 5.52694 10.711 5.41417 10.4684C5.30139 10.2257 5.18725 10.0031 5.07175 9.80046L2.67017 10.5366C2.68883 11.1083 2.84847 11.5882 3.14908 11.9763C3.44969 12.3636 3.84792 12.5573 4.34375 12.5573Z" fill="%23162136" fill-opacity="0.4"/></g><defs><clipPath id="clip0_534_3636"><rect width="14" height="14" fill="white" transform="matrix(-1 0 0 1 14 0.890625)"/></clipPath></defs></svg>');
    background-size: 14px 14px;
    background-repeat: no-repeat;
    background-position: right bottom;
    padding: 0 16px 0 0;
}
.calc_bg-img__ttl {
    display: none;
    position: absolute;
    bottom: 180px;
    left: 295px;
    flex-direction: column;
    z-index: 3;
}
.calc_bg-img__ttl h5 {
    font-family: var(--font-accent-semibold);
    font-weight: 600;
    font-size: 14px;
    line-height: 1.2;
    margin: 0;
    padding: 0;
    color: #fff;
}
.calc_bg-img__ttl span {
    font-family: var(--font-medium);
    font-weight: 500;
    font-size: 12px;
    line-height: 1.2;
    color: #ffffffb2;
}
.modal-socials__header {
    font-family: var(--font-bold);
    font-weight: 600;
    font-size: 26px;
    line-height: 1;
    color: #162136;
    padding: 0;
    margin: 0 0 16px;
}
.modal-socials .modal-socials__title {
    font-family: var(--font-medium);
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    text-align: left;
    color: #162136cc;
    padding: 0;
    margin: 0 0 5px;
}
.modal-socials__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2px 20px;
    margin: 10px 0 16px;
}

/* v_3.8  */
.header__bottom {
    padding: 5px 0 7px;
    box-shadow: 1px 1px 10.1px 0 rgb(93 93 93 / 8%);
}

/* section-design-projects */
.section-design-projects {
    padding: 50px 0 30px;
    overflow: hidden;
}
.flex-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 25px;
}
.flex-title a {
    width: 280px;
}
.flex-title .h2 {
    margin-bottom: 10px;
}
.slider-viewport {
    max-width: 926px;
    margin: 0 auto;
    padding-bottom: 45px;
}
.vis-slider {
    height: 560px;
    overflow: visible;
}
.vis-slider .swiper-button-next {
    right: -26px;
    width: 20px;
    border-radius: 3px;
    background: rgb(224 224 224 / 70%);
}
.vis-slider .swiper-button-prev {
    width: 20px;
    left: -26px;
    border-radius: 3px;
    background: rgb(224 224 224 / 70%);
}
.section-design-projects .nav {
    margin: 0 0 32px;
}
.section-design-projects .swiper-pagination {
    bottom: -45px;
}
.image-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section-design-projects .swiper-slide {
    border-radius: 5px;
    overflow: hidden;
}

/* end section-design-projects */

/* calc baner  */
.calc-banner {
    margin: 0;
    background: #ae1b3e;
    padding: 42px 0 0;
    min-height: 301px;
    overflow: hidden;
    display: flex;
}
.calc-banner .container {
    height: auto;
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
}
.calc-banner__inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.calc-banner__content {
    position: relative;
    z-index: 2;
    max-width: 580px;
    text-align: center;
    color: #fff;
}
.calc-banner__title {
    font: 700 40px/1.2 var(--font-bold);
    margin: 0 0 8px;
    letter-spacing: 0.4px;
    color: #fff;
}
.calc-banner__title span {
    color: #ffc089;
}
.calc-banner__text {
    font: 500 17px/1.2 var(--font-medium);
    margin: 0 auto 32px;
    color: #fff;
    max-width: 98%;
}
.calc-banner__text_first {
    font: 500 14px/1.2 var(--font-medium);
    margin: 0 0 14px;
    color: rgb(255 179 197 / 100%);
}
.calc-banner__btn {
    display: flex;
    flex-flow: column;
    justify-content: center;
    padding: 0 12px;
    border-radius: 8px;
    border: 1.5px solid rgb(255 255 255 / 50%);
    color: #fff;
    transition: 0.2s ease;
    height: 56px;
    width: 100%;
    max-width: 245px;
    margin: 0 auto 41px;
    transition: all 0.3s ease-in-out;
}
.calc-banner__btn:hover {
  color: #ae1b3e;
  background-color: #fff;
}
.calc-banner__btn .sp1 {
    font: 700 17px/1.2 var(--font-bold);
    color: #fff;
        transition: all 0.3s ease-in-out;
}
.calc-banner__btn .sp2 {
    font: 500 14px/1.2 var(--font-medium);
    color: rgb(255 179 197 / 100%);
        transition: all 0.3s ease-in-out;
}
.calc-banner__btn:hover .sp1,
.calc-banner__btn:hover .sp2 {
  color: #ae1b3e;
}
.calc-banner__decor {
    position: absolute;
    z-index: 1;
    pointer-events: none;
}
.calc-banner__decor picture,
.calc-banner__decor img {
    display: block;
    width: 100%;
    height: auto;
}
.calc-banner__decor--left {
    left: -87px;
    bottom: 0;
    width: 330px;
}
.calc-banner__decor--right {
    right: -84px;
    bottom: 0;
    width: 345px;
}

/* end calc baner  */

/* vk section   */
.vk-section {
    padding: 0;
}
.vk-section__flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 23px 50px;
    border-radius: 12px;
    background-color: #0d7aff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='257' height='125' viewBox='0 0 257 125' fill='none'%3E%3Cpath d='M251.107 -4.77432C252.903 -10.6737 251.107 -15 242.617 -15H214.491C207.335 -15 204.064 -11.2573 202.269 -7.14678C202.269 -7.14678 187.968 27.349 167.704 49.7161C161.163 56.2245 158.175 58.2798 154.61 58.2798C152.827 58.2798 150.236 56.2245 150.236 50.3251V-4.77432C150.236 -11.8536 148.171 -15 142.207 -15H98.0113C93.5481 -15 90.8547 -11.7268 90.8547 -8.60578C90.8547 -1.90707 100.987 -0.359265 102.026 18.5189V59.4724C102.026 68.442 100.397 70.0786 96.8057 70.0786C87.2765 70.0786 64.0883 35.456 50.3267 -4.17804C47.6462 -11.879 44.94 -14.9873 37.7578 -14.9873H9.64466C1.60317 -14.9873 0 -11.2447 0 -7.13409C0 0.249711 9.52923 36.7881 44.3885 85.1127C67.6281 118.111 100.346 136 130.152 136C148.017 136 150.223 132.029 150.223 125.178V100.236C150.223 92.2935 151.929 90.6949 157.585 90.6949C161.74 90.6949 168.897 92.7756 185.583 108.672C204.641 127.525 207.796 135.987 218.505 135.987H246.619C254.647 135.987 258.662 132.016 256.353 124.176C253.826 116.373 244.72 105.018 232.639 91.583C226.072 83.9201 216.261 75.6736 213.273 71.5503C209.104 66.2345 210.31 63.8874 213.273 59.1679C213.286 59.1806 247.542 11.4523 251.107 -4.77432Z' fill='white' fill-opacity='0.08'/%3E%3C/svg%3E");
    background-repeat: repeat;
    background-size: 400px;
}
.vk-section__text {
    font: 700 32px/1.2 var(--font-bold);
    color: #fff;
    max-width: 500px;
}
.vk-section-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    height: 56px;
    max-width: 354px;
    width: 40%;
    padding: 0 20px;
    border-radius: 100px;
    background: #fff;
    box-shadow: 0 4px 39.9px 0 rgb(27 78 190 / 29%);
    color: rgb(14 122 249 / 100%);
    font: 700 18px/1 var(--font-bold);
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}
.vk-section-link:hover {
    background: rgb(255 255 255 / 50%);
    color: #fff;
}
.vk-section-link svg path {
    transition: all 0.2s ease-in-out;
}
.vk-section-link:hover svg path {
    fill: #fff;
}

/* end vk section   */

/* ofice 38  */
.office-showroom {
    padding: 101px 0 50px;
    background: #fff;
    color: #222;
}
.office-showroom__head {
    margin-bottom: 18px;
}
.office-showroom__head-top {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 21px;
}
.office-showroom__title {
    margin: 0;
    font-size: 36px;
}
.office-showroom__subtitle {
    font: 400 18px/1.2 var(--font-family);
    max-width: 705px;
    margin: 0;
}
.office-showroom__tabs {
    gap: 0;
    margin: 30px 0;
    border-bottom: 0;
}
.office-showroom__tabs .nav-item {
    margin-bottom: 0;
}
.office-showroom__tabs .nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 15px;
    border: 1px solid transparent;
    border-radius: 5px;
    background: #fff;
    color: #555;

    /* font:500 18px/1.2 var(--font-medium); */
    height: 52px;
}
.office-showroom__tabs .nav-link span {
    font: 500 18px/1.2 var(--font-medium);
    color: rgb(22 33 54 / 70%);
    border-bottom: 1px dashed rgb(22 33 54 / 70%);
}
.office-showroom__tabs .nav-link.active {
    border: 1px solid transparent;
    background: rgb(22 33 54 / 7%);
}
.office-showroom__tabs .nav-link.active span {
    color: #162136;
    border-bottom: 1px dashed transparent;
}
.office-showroom__content {
    /* border-top: 1px solid #ececec; */
    padding-top: 0;
}
.office-showroom__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 451px;
    gap: 28px;
    align-items: start;
}
.office-showroom__content-title {
    margin: 0 0 10px;
    font: 700 24px/1.2 var(--font-bold);
}
.office-showroom__lead {
    margin: 0 0 26px;
    font: 500 16px/1.2 var(--font-medium);
}
.office-showroom__text p.ttl {
    font: 600 14px/1.2 var(--font-semibold);
    margin: 0 0 10px;
    color: rgb(22 33 54 / 50%);
}
.office-showroom__text p:not(.ttl) {
    font: 400 15px/1.2 var(--font-family);
    margin: 0 0 12px;
    color: #162136;
}
.office-showroom__note {
    margin-top: 18px;
    padding: 20px 16px;
    border-radius: 5px;
    border: 1px dashed rgb(22 33 54 / 32%);
    background: #f6f7f8;
}
.office-showroom__note strong {
    font-weight: 700;
    font: 500 14px/1.2 var(--font-medium);
}
.office-showroom__note ul {
    margin: 1px 0 12px;
    padding: 0;
    list-style: none;
}
.office-showroom__note li {
    margin-bottom: 2px;
    font: 400 14px/1.2 var(--font-family);
    color: #162136;
}
.office-showroom__note p {
    margin: 0;
    font-size: 15px;
    line-height: 1.5;
    color: #162136;
}
.office-showroom__actions {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-top: 22px;
}
.office-showroom__actions a {
    width: 60%;
    max-width: 380px;
    height: 56px;
}
.office-showroom__hint {
    max-width: 188px;
    font-size: 13px;
    line-height: 1.2;
    color: rgb(174 27 62 / 83%);
}
.office-showroom__gallery {
    min-width: 0;
}
.officeGalleryMain {
    position: relative;
    margin-bottom: 5px;

    /* overflow: hidden;
  border-radius: 5px; */
}
.office-showroom__main-slide {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    background: linear-gradient(180deg,
            rgb(0 0 0 / 0%) 44.01%,
            rgb(0 0 0 / 91%) 99.76%);
}
.office-showroom__main-slide img {
    display: block;
    width: 100%;
    height: 282px;
    object-fit: cover;
}
.office-showroom__slide-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 18px 16px 16px;
    background: linear-gradient(180deg,
            rgb(0 0 0 / 0%) 0%,
            rgb(0 0 0 / 72%) 100%);
    color: #fff;
}
.office-showroom__slide-caption strong {
    font: 500 15px/1.2 var(--font-medium);
}
.office-showroom__slide-caption span {
    font: 400 14px/1.2 var(--font-family);
}
.office-showroom__nav {
    position: absolute;
    top: 50%;
    z-index: 3;
    width: 26px;
    height: 45px;
    margin-top: -18px;
    border-radius: 3px;
    background: rgb(224 224 224 / 70%);
    cursor: pointer;
}
.office-showroom__nav::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    border-top: 2px solid #c41f4a;
    border-right: 2px solid #c41f4a;
    transform: translate(-50%, -50%) rotate(45deg);
}
.office-showroom__nav--prev {
    left: 12px;
}
.office-showroom__nav--prev::before {
    transform: translate(-35%, -50%) rotate(-135deg);
}
.office-showroom__nav--next {
    right: 12px;
}
.office-gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;
    margin-top: 0;
}
.office-gallery-grid__item {
    padding: 0;
    border: 0;
    background: none;
    cursor: pointer;
    border-radius: 3px;
    overflow: hidden;
    opacity: 0.55;
    transition:
        opacity 0.2s ease,
        transform 0.2s ease;
    height: 111px;
}
.office-gallery-grid__item.is-active {
    opacity: 1;
}
.office-gallery-grid__item:hover {
    opacity: 1;
}
.office-gallery-grid__item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.office-showroom__info {
    padding-top: 5px;
}

/* end ofice 38   */

@media (prefers-reduced-motion: no-preference){
    :root {
        scroll-behavior: smooth;
    }
}

@media (width >=1200px){
    legend {
        font-size: 1.5rem;
    }
    .col-xl {
        flex: 1 0 0%;
    }
    .row-cols-xl-auto>* {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-xl-1>* {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-xl-2>* {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-xl-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .row-cols-xl-4>* {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-xl-5>* {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-xl-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-xl-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-xl-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .d-xl-inline {
        display: inline !important;
    }
    .d-xl-inline-block {
        display: inline-block !important;
    }
    .d-xl-block {
        display: block !important;
    }
    .d-xl-grid {
        display: grid !important;
    }
    .d-xl-inline-grid {
        display: inline-grid !important;
    }
    .d-xl-table {
        display: table !important;
    }
    .d-xl-table-row {
        display: table-row !important;
    }
    .d-xl-table-cell {
        display: table-cell !important;
    }
    .d-xl-flex {
        display: flex !important;
    }
    .d-xl-inline-flex {
        display: inline-flex !important;
    }
    .d-xl-none {
        display: none !important;
    }
    .mt-xl-0 {
        margin-top: 0 !important;
    }
    .mt-xl-1 {
        margin-top: 0.25rem !important;
    }
    .mt-xl-2 {
        margin-top: 0.5rem !important;
    }
    .mt-xl-3 {
        margin-top: 1rem !important;
    }
    .mt-xl-4 {
        margin-top: 1.5rem !important;
    }
    .mt-xl-5 {
        margin-top: 3rem !important;
    }
    .mt-xl-auto {
        margin-top: auto !important;
    }
    .mb-xl-0 {
        margin-bottom: 0 !important;
    }
    .mb-xl-1 {
        margin-bottom: 0.25rem !important;
    }
    .mb-xl-2 {
        margin-bottom: 0.5rem !important;
    }
    .mb-xl-3 {
        margin-bottom: 1rem !important;
    }
    .mb-xl-4 {
        margin-bottom: 1.5rem !important;
    }
    .mb-xl-5 {
        margin-bottom: 3rem !important;
    }
    .mb-xl-auto {
        margin-bottom: auto !important;
    }
    .p-xl-0 {
        padding: 0 !important;
    }
    .p-xl-1 {
        padding: 0.25rem !important;
    }
    .p-xl-2 {
        padding: 0.5rem !important;
    }
    .p-xl-3 {
        padding: 1rem !important;
    }
    .p-xl-4 {
        padding: 1.5rem !important;
    }
    .p-xl-5 {
        padding: 3rem !important;
    }
    .row-gap-xl-0 {
        row-gap: 0 !important;
    }
    .row-gap-xl-1 {
        row-gap: 0.25rem !important;
    }
    .row-gap-xl-2 {
        row-gap: 0.5rem !important;
    }
    .row-gap-xl-3 {
        row-gap: 1rem !important;
    }
    .row-gap-xl-4 {
        row-gap: 1.5rem !important;
    }
    .row-gap-xl-5 {
        row-gap: 3rem !important;
    }
    .text-xl-start {
        text-align: left !important;
    }
    .text-xl-end {
        text-align: right !important;
    }
    .text-xl-center {
        text-align: center !important;
    }
    .col-12,
    .col-3,
    .col-4,
    .col-6,
    .col-8,
    .col-9,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-md,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-9,
    .col-sm-4,
    .col-sm-8,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4 {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (width >=576px){
    .col-sm {
        flex: 1 0 0%;
    }
    .row-cols-sm-auto>* {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-sm-1>* {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-sm-2>* {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-sm-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .row-cols-sm-4>* {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-sm-5>* {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-sm-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .modal {
        --bs-modal-margin: 1.75rem;
        --bs-modal-box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
    }
    .d-sm-inline {
        display: inline !important;
    }
    .d-sm-inline-block {
        display: inline-block !important;
    }
    .d-sm-block {
        display: block !important;
    }
    .d-sm-grid {
        display: grid !important;
    }
    .d-sm-inline-grid {
        display: inline-grid !important;
    }
    .d-sm-table {
        display: table !important;
    }
    .d-sm-table-row {
        display: table-row !important;
    }
    .d-sm-table-cell {
        display: table-cell !important;
    }
    .d-sm-flex {
        display: flex !important;
    }
    .d-sm-inline-flex {
        display: inline-flex !important;
    }
    .d-sm-none {
        display: none !important;
    }
    .mt-sm-0 {
        margin-top: 0 !important;
    }
    .mt-sm-1 {
        margin-top: 0.25rem !important;
    }
    .mt-sm-2 {
        margin-top: 0.5rem !important;
    }
    .mt-sm-3 {
        margin-top: 1rem !important;
    }
    .mt-sm-4 {
        margin-top: 1.5rem !important;
    }
    .mt-sm-5 {
        margin-top: 3rem !important;
    }
    .mt-sm-auto {
        margin-top: auto !important;
    }
    .mb-sm-0 {
        margin-bottom: 0 !important;
    }
    .mb-sm-1 {
        margin-bottom: 0.25rem !important;
    }
    .mb-sm-2 {
        margin-bottom: 0.5rem !important;
    }
    .mb-sm-3 {
        margin-bottom: 1rem !important;
    }
    .mb-sm-4 {
        margin-bottom: 1.5rem !important;
    }
    .mb-sm-5 {
        margin-bottom: 3rem !important;
    }
    .mb-sm-auto {
        margin-bottom: auto !important;
    }
    .p-sm-0 {
        padding: 0 !important;
    }
    .p-sm-1 {
        padding: 0.25rem !important;
    }
    .p-sm-2 {
        padding: 0.5rem !important;
    }
    .p-sm-3 {
        padding: 1rem !important;
    }
    .p-sm-4 {
        padding: 1.5rem !important;
    }
    .p-sm-5 {
        padding: 3rem !important;
    }
    .row-gap-sm-0 {
        row-gap: 0 !important;
    }
    .row-gap-sm-1 {
        row-gap: 0.25rem !important;
    }
    .row-gap-sm-2 {
        row-gap: 0.5rem !important;
    }
    .row-gap-sm-3 {
        row-gap: 1rem !important;
    }
    .row-gap-sm-4 {
        row-gap: 1.5rem !important;
    }
    .row-gap-sm-5 {
        row-gap: 3rem !important;
    }
    .text-sm-start {
        text-align: left !important;
    }
    .text-sm-end {
        text-align: right !important;
    }
    .text-sm-center {
        text-align: center !important;
    }
}

@media (width >=768px){
    .col-md {
        flex: 1 0 0%;
    }
    .row-cols-md-auto>* {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-md-1>* {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-md-2>* {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-md-3>* {
        flex: 0 0 auto;
        width: 33.3333%;
    }
    .row-cols-md-4>* {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-md-5>* {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-md-6>* {
        flex: 0 0 auto;
        width: 16.6667%;
    }
    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-md-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-md-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-md-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-md-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .d-md-inline {
        display: inline !important;
    }
    .d-md-inline-block {
        display: inline-block !important;
    }
    .d-md-block {
        display: block !important;
    }
    .d-md-grid {
        display: grid !important;
    }
    .d-md-inline-grid {
        display: inline-grid !important;
    }
    .d-md-table {
        display: table !important;
    }
    .d-md-table-row {
        display: table-row !important;
    }
    .d-md-table-cell {
        display: table-cell !important;
    }
    .d-md-flex {
        display: flex !important;
    }
    .d-md-inline-flex {
        display: inline-flex !important;
    }
    .d-md-none {
        display: none !important;
    }
    .mt-md-0 {
        margin-top: 0 !important;
    }
    .mt-md-1 {
        margin-top: 0.25rem !important;
    }
    .mt-md-2 {
        margin-top: 0.5rem !important;
    }
    .mt-md-3 {
        margin-top: 1rem !important;
    }
    .mt-md-4 {
        margin-top: 1.5rem !important;
    }
    .mt-md-5 {
        margin-top: 3rem !important;
    }
    .mt-md-auto {
        margin-top: auto !important;
    }
    .mb-md-0 {
        margin-bottom: 0 !important;
    }
    .mb-md-1 {
        margin-bottom: 0.25rem !important;
    }
    .mb-md-2 {
        margin-bottom: 0.5rem !important;
    }
    .mb-md-3 {
        margin-bottom: 1rem !important;
    }
    .mb-md-4 {
        margin-bottom: 1.5rem !important;
    }
    .mb-md-5 {
        margin-bottom: 3rem !important;
    }
    .mb-md-auto {
        margin-bottom: auto !important;
    }
    .p-md-0 {
        padding: 0 !important;
    }
    .p-md-1 {
        padding: 0.25rem !important;
    }
    .p-md-2 {
        padding: 0.5rem !important;
    }
    .p-md-3 {
        padding: 1rem !important;
    }
    .p-md-4 {
        padding: 1.5rem !important;
    }
    .p-md-5 {
        padding: 3rem !important;
    }
    .row-gap-md-0 {
        row-gap: 0 !important;
    }
    .row-gap-md-1 {
        row-gap: 0.25rem !important;
    }
    .row-gap-md-2 {
        row-gap: 0.5rem !important;
    }
    .row-gap-md-3 {
        row-gap: 1rem !important;
    }
    .row-gap-md-4 {
        row-gap: 1.5rem !important;
    }
    .row-gap-md-5 {
        row-gap: 3rem !important;
    }
    .text-md-start {
        text-align: left !important;
    }
    .text-md-end {
        text-align: right !important;
    }
    .text-md-center {
        text-align: center !important;
    }
    .item-hidden__icons {
        display: none;
    }
    .clc .container>h2 {
        margin: 0 0 15px;
    }
    .clc-checkbox input:hover~.clc-checkbox__warp {
        border: 1px solid rgb(174 27 62 / 30%);
    }
    .clc-checkbox input:hover~.clc-checkbox__warp .clc-checkbox__checkbox {
        border: transparent;
    }
    .clc-checkbox input:hover~.clc-checkbox__warp .clc-checkbox__checkbox::after {
        background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="M3.33301 0.75H16.667C18.0935 0.750175 19.2498 1.90653 19.25 3.33301V16.667C19.2498 18.0935 18.0935 19.2498 16.667 19.25H3.33301C1.90653 19.2498 0.750175 18.0935 0.75 16.667V3.33301C0.750176 1.90653 1.90653 0.750176 3.33301 0.75Z" stroke="%23AE1A3E" stroke-opacity="0.2" stroke-width="1.5"/><path d="M14.8038 6.13654C14.7332 6.06319 14.6492 6.00496 14.5568 5.96521C14.4642 5.92549 14.3651 5.90503 14.2649 5.90503C14.1647 5.90503 14.0654 5.92549 13.973 5.96521C13.8805 6.00496 13.7966 6.06319 13.726 6.13654L8.07149 11.9751L5.69585 9.51759C5.62259 9.44464 5.53611 9.38735 5.44136 9.34885C5.34659 9.31034 5.24541 9.2914 5.14357 9.29312C5.04172 9.295 4.94122 9.31754 4.8478 9.35933C4.75439 9.40129 4.66988 9.46171 4.59911 9.53716C4.52836 9.61276 4.47271 9.70198 4.43537 9.79966C4.39801 9.89734 4.3797 10.0017 4.38146 10.1068C4.38322 10.2118 4.40502 10.3154 4.44563 10.4117C4.48623 10.508 4.54483 10.5952 4.61809 10.6681L7.53261 13.6735C7.60318 13.7469 7.68712 13.8052 7.77961 13.8449C7.8721 13.8847 7.9713 13.905 8.07149 13.905C8.17169 13.905 8.27085 13.8847 8.36344 13.8449C8.45589 13.8052 8.53983 13.7469 8.61042 13.6735L14.8038 7.287C14.8807 7.21375 14.9422 7.12484 14.9843 7.02575C15.0263 6.92682 15.048 6.81991 15.048 6.7118C15.048 6.60371 15.0263 6.4968 14.9843 6.39779C14.9422 6.29878 14.8807 6.20983 14.8038 6.13654Z" fill="%23AE1A3E" fill-opacity="0.5"/></svg>');
        width: 20px;
        height: 20px;
        background-size: contain;
    }
    .clc-checkbox input:checked:hover~.clc-checkbox__warp .clc-checkbox__checkbox::after {
        background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSI2IiB2aWV3Qm94PSIwIDAgOCA2IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNNy44MTY4MiAwLjE3MzYzM0M3Ljc2Mzg4IDAuMTE4NjIgNy43MDA5MiAwLjA3NDk0NjggNy42MzE1OSAwLjA0NTEzOTFDNy41NjIxNCAwLjAxNTM0MzIgNy40ODc4IDAgNy40MTI2NiAwQzcuMzM3NTIgMCA3LjI2MzA2IDAuMDE1MzQzMiA3LjE5MzczIDAuMDQ1MTM5MUM3LjEyNDM5IDAuMDc0OTQ2OCA3LjA2MTQzIDAuMTE4NjIgNy4wMDg0OSAwLjE3MzYzM0wyLjc2NzYxIDQuNTUyNTlMMC45ODU4NzggMi43MDk0MkMwLjkzMDkzNSAyLjY1NDcxIDAuODY2MDc1IDIuNjExNzQgMC43OTUwMTEgMi41ODI4NkMwLjcyMzkzNSAyLjU1Mzk4IDAuNjQ4MDQ0IDIuNTM5NzggMC41NzE2NjMgMi41NDEwN0MwLjQ5NTI4MiAyLjU0MjQ4IDAuNDE5OTAzIDIuNTU5MzggMC4zNDk4NDEgMi41OTA3M0MwLjI3OTc3OCAyLjYyMjE5IDAuMjE2Mzk5IDIuNjY3NTEgMC4xNjMzMjMgMi43MjQwOUMwLjExMDI1OCAyLjc4MDggMC4wNjg1MjEzIDIuODQ3NzIgMC4wNDA1MTQ2IDIuOTIwOTdDMC4wMTI0OTY1IDIuOTk0MjMgLTAuMDAxMjMzNjcgMy4wNzI1NCA4LjY5NzQ3ZS0wNSAzLjE1MTMxQzAuMDAxNDA3NjIgMy4yMzAwOSAwLjAxNzc1NjUgMy4zMDc4IDAuMDQ4MjEwOSAzLjM4QzAuMDc4NjY1NCAzLjQ1MjIgMC4xMjI2MTEgMy41MTc2IDAuMTc3NTU0IDMuNTcyM0wyLjM2MzQ0IDUuODI2MzdDMi40MTYzNyA1Ljg4MTQzIDIuNDc5MzMgNS45MjUxIDIuNTQ4NyA1Ljk1NDkyQzIuNjE4MDcgNS45ODQ3NCAyLjY5MjQ3IDYgMi43Njc2MSA2QzIuODQyNzYgNiAyLjkxNzEyIDUuOTg0NzQgMi45ODY1NyA1Ljk1NDkyQzMuMDU1OSA1LjkyNTEgMy4xMTg4NiA1Ljg4MTQzIDMuMTcxOCA1LjgyNjM3TDcuODE2ODIgMS4wMzY0OEM3Ljg3NDU0IDAuOTgxNTM5IDcuOTIwNjUgMC45MTQ4NTYgNy45NTIxOCAwLjg0MDU0M0M3Ljk4MzcyIDAuNzY2MzQ3IDggMC42ODYxNjMgOCAwLjYwNTA3NUM4IDAuNTI0MDExIDcuOTgzNzIgMC40NDM4MjcgNy45NTIxOCAwLjM2OTU3MkM3LjkyMDY1IDAuMjk1MzE3IDcuODc0NTQgMC4yMjg1OTkgNy44MTY4MiAwLjE3MzYzM1oiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=");
        width: 20px;
        height: 20px;
        background-size: 8px 6px;
    }
    .menu-header {
        display: none;
    }
}

@media (width >=992px){
    .col-lg {
        flex: 1 0 0%;
    }
    .row-cols-lg-auto>* {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-lg-1>* {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-lg-2>* {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-lg-3>* {
        flex: 0 0 auto;
        width: 33.3333%;
    }
    .row-cols-lg-4>* {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-lg-5>* {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-lg-6>* {
        flex: 0 0 auto;
        width: 16.6667%;
    }
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.3333%;
    }
    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.6667%;
    }
    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.3333%;
    }
    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.6667%;
    }
    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.3333%;
    }
    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.6667%;
    }
    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.3333%;
    }
    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.6667%;
    }
    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .d-lg-inline {
        display: inline !important;
    }
    .d-lg-inline-block {
        display: inline-block !important;
    }
    .d-lg-block {
        display: block !important;
    }
    .d-lg-grid {
        display: grid !important;
    }
    .d-lg-inline-grid {
        display: inline-grid !important;
    }
    .d-lg-table {
        display: table !important;
    }
    .d-lg-table-row {
        display: table-row !important;
    }
    .d-lg-table-cell {
        display: table-cell !important;
    }
    .d-lg-flex {
        display: flex !important;
    }
    .d-lg-inline-flex {
        display: inline-flex !important;
    }
    .d-lg-none {
        display: none !important;
    }
    .mt-lg-0 {
        margin-top: 0 !important;
    }
    .mt-lg-1 {
        margin-top: 0.25rem !important;
    }
    .mt-lg-2 {
        margin-top: 0.5rem !important;
    }
    .mt-lg-3 {
        margin-top: 1rem !important;
    }
    .mt-lg-4 {
        margin-top: 1.5rem !important;
    }
    .mt-lg-5 {
        margin-top: 3rem !important;
    }
    .mt-lg-auto {
        margin-top: auto !important;
    }
    .mb-lg-0 {
        margin-bottom: 0 !important;
    }
    .mb-lg-1 {
        margin-bottom: 0.25rem !important;
    }
    .mb-lg-2 {
        margin-bottom: 0.5rem !important;
    }
    .mb-lg-3 {
        margin-bottom: 1rem !important;
    }
    .mb-lg-4 {
        margin-bottom: 1.5rem !important;
    }
    .mb-lg-5 {
        margin-bottom: 3rem !important;
    }
    .mb-lg-auto {
        margin-bottom: auto !important;
    }
    .p-lg-0 {
        padding: 0 !important;
    }
    .p-lg-1 {
        padding: 0.25rem !important;
    }
    .p-lg-2 {
        padding: 0.5rem !important;
    }
    .p-lg-3 {
        padding: 1rem !important;
    }
    .p-lg-4 {
        padding: 1.5rem !important;
    }
    .p-lg-5 {
        padding: 3rem !important;
    }
    .row-gap-lg-0 {
        row-gap: 0 !important;
    }
    .row-gap-lg-1 {
        row-gap: 0.25rem !important;
    }
    .row-gap-lg-2 {
        row-gap: 0.5rem !important;
    }
    .row-gap-lg-3 {
        row-gap: 1rem !important;
    }
    .row-gap-lg-4 {
        row-gap: 1.5rem !important;
    }
    .row-gap-lg-5 {
        row-gap: 3rem !important;
    }
    .text-lg-start {
        text-align: left !important;
    }
    .text-lg-end {
        text-align: right !important;
    }
    .text-lg-center {
        text-align: center !important;
    }
    .worksobj__list {
        padding-bottom: 0;
    }
    .rating__pagination {
        display: none;
    }
}

@media (width >=1400px){
    .d-xxl-inline {
        display: inline !important;
    }
    .d-xxl-inline-block {
        display: inline-block !important;
    }
    .d-xxl-block {
        display: block !important;
    }
    .d-xxl-grid {
        display: grid !important;
    }
    .d-xxl-inline-grid {
        display: inline-grid !important;
    }
    .d-xxl-table {
        display: table !important;
    }
    .d-xxl-table-row {
        display: table-row !important;
    }
    .d-xxl-table-cell {
        display: table-cell !important;
    }
    .d-xxl-flex {
        display: flex !important;
    }
    .d-xxl-inline-flex {
        display: inline-flex !important;
    }
    .d-xxl-none {
        display: none !important;
    }
    .mt-xxl-0 {
        margin-top: 0 !important;
    }
    .mt-xxl-1 {
        margin-top: 0.25rem !important;
    }
    .mt-xxl-2 {
        margin-top: 0.5rem !important;
    }
    .mt-xxl-3 {
        margin-top: 1rem !important;
    }
    .mt-xxl-4 {
        margin-top: 1.5rem !important;
    }
    .mt-xxl-5 {
        margin-top: 3rem !important;
    }
    .mt-xxl-auto {
        margin-top: auto !important;
    }
    .mb-xxl-0 {
        margin-bottom: 0 !important;
    }
    .mb-xxl-1 {
        margin-bottom: 0.25rem !important;
    }
    .mb-xxl-2 {
        margin-bottom: 0.5rem !important;
    }
    .mb-xxl-3 {
        margin-bottom: 1rem !important;
    }
    .mb-xxl-4 {
        margin-bottom: 1.5rem !important;
    }
    .mb-xxl-5 {
        margin-bottom: 3rem !important;
    }
    .mb-xxl-auto {
        margin-bottom: auto !important;
    }
    .p-xxl-0 {
        padding: 0 !important;
    }
    .p-xxl-1 {
        padding: 0.25rem !important;
    }
    .p-xxl-2 {
        padding: 0.5rem !important;
    }
    .p-xxl-3 {
        padding: 1rem !important;
    }
    .p-xxl-4 {
        padding: 1.5rem !important;
    }
    .p-xxl-5 {
        padding: 3rem !important;
    }
    .row-gap-xxl-0 {
        row-gap: 0 !important;
    }
    .row-gap-xxl-1 {
        row-gap: 0.25rem !important;
    }
    .row-gap-xxl-2 {
        row-gap: 0.5rem !important;
    }
    .row-gap-xxl-3 {
        row-gap: 1rem !important;
    }
    .row-gap-xxl-4 {
        row-gap: 1.5rem !important;
    }
    .row-gap-xxl-5 {
        row-gap: 3rem !important;
    }
    .text-xxl-start {
        text-align: left !important;
    }
    .text-xxl-end {
        text-align: right !important;
    }
    .text-xxl-center {
        text-align: center !important;
    }
}

@media (width <=575.98px){
    .portfolio-nav.nav-tabs {
        width: calc(100% + 15px);
    }
}

@media (width <=767.98px){
    .portfolio-nav.nav-tabs {
        width: calc(100% + (100vw - 540px) / 2 + var(--bs-gutter-x) * 0.5);
    }
}

@media (prefers-reduced-motion: reduce){
    .btn {
        transition: none;
    }
    .fade {
        transition: none;
    }
    .collapsing {
        transition: none;
    }
    .collapsing.collapse-horizontal {
        transition: none;
    }
    .nav-link {
        transition: none;
    }
    .navbar-toggler {
        transition: none;
    }
    .progress-bar {
        transition: none;
    }
    .modal.fade .modal-dialog {
        transition: none;
    }
    .carousel-item {
        transition: none;
    }
    .carousel-indicators [data-bs-target] {
        transition: none;
    }
    .offcanvas {
        transition: none;
    }
}

@media (width >=1600px){
    .calc_bg-img__ttl {
        left: 275px;
    }
}

@media (width >=1700px){
    .calc_bg-img__ttl {
        left: 255px;
    }
}

@media (width >=1800px){
    .calc_bg-img__ttl {
        left: 235px;
    }
}

@media (width >=1900px){
    .calc_bg-img__ttl {
        left: 215px;
    }
}

@media (width >=2000px){
    .calc_bg-img__ttl {
        left: 195px;
    }
}

@media (width >=1024px){
    .reviews-columns-wrp .review-item {
        display: none;
    }
    .reviews-columns-wrp .review-item:nth-child(1),
    .reviews-columns-wrp .review-item:nth-child(2),
    .reviews-columns-wrp .review-item:nth-child(3) {
        display: flex;
    }
}

@media (width >=1100.1px){
    .calc-img div::after {
        position: absolute;
        content: "";
        background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODMiIGhlaWdodD0iMzkiIHZpZXdCb3g9IjAgMCA4MyAzOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEuNDM0MSAzNy44NTY3QzEuNzIxMDYgMzcuMTM0MiAyLjA1NDIgMzYuNDMzNiAyLjQzMTI1IDM1Ljc1OTVDMi44MDgzOSAzNS4xMjczIDMuMTEyMzEgMzQuNDU4OSAzLjQ0ODk4IDMzLjc5NDlDNC4xNDYzMSAzMi40MjggNC44NjM4NyAzMS4wNzcgNS42NDExMSAyOS43NTgyQzcuMTYxMjMgMjcuMTczOCA4Ljg5MDE4IDI0LjczNCAxMC44MDkgMjIuNDY1NEMxNC42NDQgMTcuODk5NCAxOS4xNzgzIDE0LjA0MzMgMjQuMjI4MiAxMS4wNTMyQzI5LjQzMjEgNy45NzgwMyAzNS4xMjk5IDUuOTE4NTggNDEuMDUwOCA0Ljk3MjdDNDcuMjc2MSA0LjAwMDM0IDUzLjYzMTEgNC4yMTMxIDU5LjgxNDQgNS42MDA4OEM2Ni4wNDE2IDYuOTk5NjEgNzIuMDA0NyA5LjUyNDU3IDc3LjQzNzQgMTMuMDYzQzc3Ljk4NjUgMTMuNDIyMSA3OC41MzMzIDEzLjc5MDcgNzkuMDcyMSAxNC4xNzIxQzc4LjczMDMgMTQuMjUzOCA3OC4zNzcxIDE0LjMzNTYgNzguMDEyNyAxNC40MTc1Qzc2Ljg4MyAxNC42OTM2IDc1Ljc2MDkgMTUuMDE3MyA3NC42NDg3IDE1LjM3OTRDNzMuNDYzMSAxNS43NDk1IDcyLjI5NzYgMTYuMTg1MyA3MS4xNTcgMTYuNjg1QzcwLjA3NDYgMTcuMTYxOSA2OS4wMzM3IDE3LjY4NjIgNjguMDAyNyAxOC4yNDg3QzY3LjQ0MzQgMTguNTYwNiA2Ni44OTUgMTguOTQ2NSA2Ni4zNTkzIDE5LjMwMDVDNjYuMjg1NSAxOS4zNDUzIDY2LjIxNTEgMTkuMzk2MiA2Ni4xNDU5IDE5LjQ0MjRDNjYuMDUzIDE5LjQ5OTMgNjUuOTczMSAxOS41NzY3IDY1LjkxMTYgMTkuNjY5NUw2NS45MTg1IDE5LjY0MUw2NS44NTgyIDE5LjcxTDY1LjgyNzUgMTkuNzM2N0w2NS44NjYgMTkuNzE3M0M2NS44MDcyIDE5Ljc2MiA2NS43NTI4IDE5LjgxMjYgNjUuNzAzNCAxOS44Njg2QzY1LjY3ODYgMTkuODg2NSA2NS42NTU4IDE5LjkwNzEgNjUuNjM1MiAxOS45MzAyQzY1LjU5MiAxOS45Njg2IDY1LjU4NzUgMTkuOTY3MyA2NS42MzUyIDE5LjkzMDJMNjUuNTI3MyAyMC4wMTZDNjUuNDAzMyAyMC4xMjc2IDY1LjI4NzMgMjAuMjQ2NSA2NS4xNjM0IDIwLjM1ODJDNjUuMDQ0IDIwLjQ4MjggNjQuOTQxMiAyMC42MjM5IDY0Ljg1NzcgMjAuNzc3N0M2NC44MzkgMjAuODE0OCA2NC44Mjk4IDIwLjg1NjUgNjQuODMwOSAyMC44OTg3QzY0LjgzMjEgMjAuOTQwOSA2NC44NDM1IDIwLjk4MjIgNjQuODY0MiAyMS4wMTg3QzY0Ljg4NDggMjEuMDU1MSA2NC45MTQgMjEuMDg1NSA2NC45NDg5IDIxLjEwNjhDNjQuOTgzOCAyMS4xMjgxIDY1LjAyMzEgMjEuMTM5NiA2NS4wNjMyIDIxLjE0MDNDNjUuMjE5NyAyMS4xNDk0IDY1LjM3NjMgMjEuMTM0MyA2NS41MjggMjEuMDk1M0w2NS45ODU1IDIwLjk2MjJDNjYuMTI5MiAyMC45MjcxIDY2LjI3MTkgMjAuODc2NiA2Ni40MjAyIDIwLjg0MjlMNjYuNTMxMSAyMC44MjM4QzY2LjQyODEgMjAuODUwMSA2Ni40NzMzIDIwLjg0MjggNjYuNjY5IDIwLjgxMjRMNjYuODMyMyAyMC43MzczTDY2Ljc1MTggMjAuNzcwMUw2Ni44Nzk4IDIwLjcyMDVDNjcuNTExMSAyMC40NDk0IDY4LjE2OCAyMC4yMzEyIDY4Ljc5NiAxOS45NTQxTDY4LjU4NCAyMC4wNTA4QzY5LjQxNjcgMTkuNjg2NyA3MC4yNTgyIDE5LjM0NTUgNzEuMTA4NyAxOS4wMjcxQzcxLjk2NCAxOC43MDg0IDcyLjgxODIgMTguMzk0NCA3My42NzggMTguMDk3MkM3NS40MDkxIDE3LjQ5NTIgNzcuMTcyMSAxNi45OTYxIDc4Ljk1ODggMTYuNjAyMkM3OS44ODc2IDE2LjM5NzIgODAuODIyMiAxNi4yMjEgODEuNzYyNyAxNi4wNzM0TDgxLjgyNTkgMTYuMDkxNEM4Mi4wMDI3IDE2LjA5NDUgODIuMTc3MiAxNi4wNTI3IDgyLjMzNDUgMTUuOTY5N0M4Mi40OTE4IDE1Ljg4NjcgODIuNjI3MyAxNS43NjQ4IDgyLjcyOTcgMTUuNjE0M0M4Mi44NDEgMTUuNDY1OCA4Mi45MTcyIDE1LjI5MTIgODIuOTUyIDE1LjEwNDhDODIuOTg2OCAxNC45MTg1IDgyLjk3OTMgMTQuNzI1NSA4Mi45MzAxIDE0LjU0MTZDODIuODY4NCAxNC4zMDExIDgyLjc4ODYgMTQuMDc1NyA4Mi43MTEgMTMuODQwOEM4Mi42NDQyIDEzLjY0MzQgODIuNTYzOCAxMy40NTEyIDgyLjQ3MDcgMTMuMjY1N0M4Mi40MTE2IDEzLjE1MjYgODIuMzUzNiAxMy4wMzQ3IDgyLjI5IDEyLjkyMDNMODEuNjAxNCAxMS42MTQ2QzgxLjE0MTYgMTAuNzMzOCA4MC42NjkzIDkuODY0NjcgODAuMTgyNCA4Ljk5NjM5TDc4LjczNzEgNi40MjYzOEM3OC4yNDkgNS41NjI4MyA3Ny43MzgyIDQuNzEzMDYgNzcuMjMzMSAzLjg1OTg3Qzc2Ljk1MzcgMy4zODUxIDc2LjY1MzggMi45MzQ5IDc2LjM1MDYgMi40Nzg2N0M3Ni4wNDc0IDIuMDIyNDQgNzUuNjQ5MiAxLjQwMjM2IDc1LjI4OTggMC44OTk3MjZMNzUuNDQ5OSAxLjExMjU2Qzc1LjM0OTMgMC45NDExNzcgNzUuMjM1OSAwLjc3ODM5OCA3NS4xMTA4IDAuNjI1ODE1Qzc1LjAyNTggMC41MzQ3ODEgNzQuOTMyOCAwLjQ1MjM0OSA3NC44MzMzIDAuMzc5NTg4Qzc0LjcyMzMgMC4yNzMzNDEgNzQuNTkzMSAwLjE5MzA2MSA3NC40NTE3IDAuMTQ0MjRDNzQuMjcyMiAwLjA5NTk2OCA3NC4wODMyIDAuMTExNjYxIDczLjkxNDYgMC4xODg4NDFDNzMuNzgwNSAwLjI0MzM0MyA3My42NjQgMC4zMzY1MDYgNzMuNTc4MyAwLjQ1NzgxNEM3My40NTk2IDAuNjA5Nzg2IDczLjM5NyAwLjgwMjIxOSA3My40MDE4IDEuMDAwM0M3My40MTg3IDEuMTk1NTQgNzMuNDQ2OCAxLjM4OTY5IDczLjQ4NjEgMS41ODE2M0M3My41NDg0IDEuNzc4NTQgNzMuNjI1OCAxLjk3IDczLjcxNzMgMi4xNTQxNUM3My45MDIgMi42MDE5MyA3NC4xMDgxIDMuMDQwNjIgNzQuMjk5NiAzLjQ4MDIyQzc0LjQ5MSAzLjkxOTggNzQuNjgyMiA0LjM5OTg2IDc0LjkwMzEgNC44Mzc2OUM3NS4zNTAzIDUuNzMwMTMgNzUuNzkwOCA2LjYxMDUgNzYuMjQ3MSA3LjUwNTVDNzcuMTQ1MyA5LjIzNTcxIDc4LjA1MjYgMTAuOTY4NSA3OS4wMDY0IDEyLjY2ODlDNzMuOTg2IDguODkzODkgNjguMzYzMyA2LjExMDc2IDYyLjQxNjcgNC40NTc0NUM1Ni4xMDI2IDIuNjY1MDMgNDkuNTQ1NyAyLjA5ODcxIDQzLjA2OSAyLjc4NjRDMzYuODE4IDMuNDYzNjIgMzAuNzUyNCA1LjM0MTY2IDI1LjE3MTkgOC4zMjc3M0MxOS44MzQ5IDExLjE5MyAxNC45OTkxIDE0Ljk3OTQgMTAuODYyNSAxOS41MzE5QzguNzg3NDYgMjEuODA0MiA2Ljg5NDkzIDI0LjI1NDIgNS4yMDM4NSAyNi44NTcyQzQuMzcyNTkgMjguMTQwNCAzLjU5MTcyIDI5LjQ5MzYgMi44NjM4NCAzMC44NjdDMi4wOTE5OCAzMi4yMzczIDEuNDU4OTEgMzMuNjkwNCAwLjk3NDg0MiAzNS4yMDI4QzAuNzk3MTE2IDM1LjkyNzQgMC40ODI3MjcgMzYuNjM4MyAwLjI0ODUzNCAzNy4zNTY5QzAuMDE0MzQwOCAzOC4wNzU1IDEuMTQwMjIgMzguNTQzMSAxLjQzNDEgMzcuODU2N1oiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=");
        background-size: contain;
        background-repeat: no-repeat;
        width: 70px;
        height: 70px;
        top: -60px;
        right: 0;
    }
}

@media (width >=993px){
    .contacts h2 {
        font-size: 39px;
        margin-bottom: 15px;
    }
}

@media (height <=576px){
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }
    .fancybox-slide--image {
        padding: 6px 0;
    }
    .fancybox-close-small {
        right: -6px;
    }
    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }
    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px;
    }
}

@media (width <=1400px){
    .calc_bg-img__ttl {
        left: 315px;
    }
}

@media (width <=1200px){
    .header__nav-menu-wrp {
        margin-left: 0;
    }
    .header__nav-menu {
        gap: 13px;
    }
    .calc_bg-img {
        height: calc(100% - 396px);
        margin-bottom: 15px;
    }
    .office-showroom__title {
        font-size: 40px;
    }
    .office-showroom__subtitle {
        font-size: 18px;
    }
    .office-showroom__content-title {
        font-size: 34px;
    }
    .office-showroom__grid {
        grid-template-columns: minmax(0, 1fr) 380px;
    }
    .office-showroom__main-slide img {
        height: 310px;
    }
}

@media (width <=1100px){
    .header__bottom {
        display: none;
    }
    header {
        max-height: 65px;
        padding: 10px 0;
    }
    .section-first__calc {
        flex-direction: column;
        gap: 20px;
    }
    .calc-img {
        width: 100%;
    }
    .calc_fs {
        width: 66%;
        max-width: 550px;
        align-self: end;
    }
    .calc_wide_left-container {
        width: 65%;
        padding: 30px 10px;
    }
    .clc_right {
        width: 35%;
        padding: 30px 10px;
    }
    .clc_btns_wrp {
        display: grid;
        gap: 5px;
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (width <=1024px){
    .reviews-columns-wrp {
        padding-bottom: 30px;
        position: relative;
    }
    .reviews-columns-wrp .swiper-wrapper.column-grid {
        display: flex;
        align-items: stretch;
        gap: 0;
    }
    .reviews-columns-wrp .author-wrp {
        align-items: center;
        gap: 10px;
    }
    .reviews-columns-wrp .author-wrp .author-descr .name {
        font-size: 12px;
        font-weight: 500;
    }
    .reviews-columns-wrp .author-wrp .author-descr .date {
        font-size: 10px;
    }
}

@media (width <=992px){
    main {
        margin-top: 69px;
    }
    h1,
    .h1 {
        font-size: 32px;
    }
    h2,
    .h2 {
        font-size: 32px;
        position: relative;
    }
    .section,
    section {
        padding: 40px 0;
    }
    header {
        padding: 20px 15px;
        border-bottom: 1px solid #f0f3f6;
    }
    header .container {
        padding: 0 15px;
    }
    header .container.container-subheader {
        background: #fff;
        padding: 0 15px 10px;
    }
    .worksobject {
        margin: 0;
    }
    .reviews {
        padding: 40px 0 50px;
    }
    .master-slider__slide h4,
    .master-slider__slide-ttl {
        font-size: 20px;
        margin: 20px 22px 5px;
    }
    .master-slider__slide p {
        margin: 0 22px 15px;
        font-size: 14px;
    }
    .master-slider__slide ul {
        margin: 0 18px 30px 8px;
    }
    .clc-btns {
        gap: 15px;
    }
    .container {
        padding: 0 15px;
    }
    .map-page-wrp {
        overflow: hidden;
        height: 347px;
        border-radius: 8px;
        border: 1px solid rgb(22 33 54 / 5%);
    }
    .tg-section__text .h2 {
        max-width: 90%;
    }
    .section-design-projects .swiper-pagination {
        bottom: -35px;
    }
    .vis-slider {
        height: 450px;
    }
    .flex-title {
        flex-flow: column;
    }
    .vk-section-link {
        width: 50%;
    }
    .modal-socials__grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .modal-socials__grid .empty {
        display: none;
    }
    .modal-socials__header {
        font-size: 20px;
    }
    .calc_bg-img__ttl {
        flex-direction: row;
        align-items: center;
        gap: 5px;
        padding: 5px 8px;
        bottom: -270px;
        left: calc(50% - 135px);
        background-color: #fff;
        border-radius: 8px;
    }
    .calc_bg-img__ttl::before {
        position: absolute;
        content: "";
        border: 6px solid transparent;
        border-bottom: 6px solid #fff;
        top: -11px;
        left: calc(50% - 5px);
    }
    .calc_bg-img__ttl h5 {
        position: relative;
        flex-shrink: 0;
        color: #162136;
        padding-left: 12px;
    }
    .calc_bg-img__ttl h5::before {
        position: absolute;
        left: 0;
        top: 5px;
        display: block;
        content: "";
        width: 7px;
        height: 7px;
        background-color: #58e20e;
        border-radius: 50px;
    }
    .calc_bg-img__ttl span {
        flex-shrink: 0;
        color: #162136d9;
    }
    .calc-banner__inner {
        padding: 16px 120px;
    }
    .calc-banner__title {
        font-size: 24px;
    }
    .calc-banner__decor--left {
        left: 0;
        width: 240px;
    }
    .calc-banner__decor--right {
        right: 0;
        width: 240px;
    }
    .office-showroom {
        padding: 36px 0;
    }
    .office-showroom__head-top {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    .office-showroom__title {
        font-size: 34px;
    }
    .office-showroom__subtitle {
        font-size: 16px;
    }
    .office-showroom__tabs {
        overflow-x: auto;
        flex-wrap: nowrap;
        padding-bottom: 4px;
    }
    .office-showroom__tabs .nav-link {
        white-space: nowrap;
        font-size: 14px;
        padding: 12px 16px;
    }
    .office-showroom__grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .office-showroom__gallery {
        order: 1;
    }
    .office-showroom__info {
        order: 2;
    }
    .office-showroom__content-title {
        font-size: 28px;
    }
    .office-showroom__lead {
        font-size: 16px;
    }
    .office-showroom__text p {
        font-size: 15px;
    }
    .office-showroom__actions {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
        margin-top: 11px;
    }
    .office-showroom__hint {
        max-width: none;
    }
}

@media (width <=768px){
    main {
        margin-top: 109px;
    }
    p {
        font-size: 16px;
    }
    h1,
    .h1 {
        font: 600 24px/1.2 var(--font-semibold);
        margin: 0 0 8px;
        border-radius: 0;
        padding: 0;
        color: #162136;
    }
    ul {
        margin: 20px 0;
        font-size: 16px;
    }
    ul li {
        margin-bottom: 10px;
    }
    .container {
        padding-right: 15px;
        padding-left: 15px;
    }
    .btn-accent {
        font-size: 15px;
    }
    .btn-accent.btn-accent--sm {
        font-size: 14px;
    }
    .btn-accent-border.btn-accent-border--md {
        font-size: 14px;
        padding: 20px 30px;
    }
    .btn-accent-border.btn-accent-border--lg {
        font-size: 17px;
        font-weight: 600;
        font-family: var(--font-bold);
        padding: 12px 32px;
    }
    .btn-border.btn-accent-border--md {
        font-size: 14px;
        padding: 20px 30px;
    }
    .btn-border.btn-accent-border--lg {
        font-size: 17px;
        font-weight: 600;
        font-family: var(--font-bold);
        padding: 12px 32px;
    }
    .input {
        margin: 0 0 15px;
        padding: 15px 20px;
    }
    header {
        padding: 10.6px 0;
        box-shadow: none;
        border: none;
    }
    .works__subtitle>span {
        display: block;
    }
    .works__list {
        margin: 16px 0 0;
        grid-template-columns: minmax(200px, 1fr);
    }
    .works__subtitle .red,
    .works__subtitle>span,
    p.works__subtitle {
        font-size: 14px;
    }
    .works__desc .btn-accent-border {
        width: 100%;
        max-width: 100%;
    }
    .works__desc {
        flex-wrap: wrap;
        padding: 15px;
    }
    .works__desc_col2 {
        display: none;
    }
    .works__desc_subttl {
        display: none;
    }
    .works__desc_col1 {
        gap: 8px;
    }
    .portfolio-slider-main.swiper {
        height: 204px;
    }
    .worksobject__list {
        margin: 20px -15px 0;
        padding-top: 10px;
    }
    .works__desc-ttl {
        font-size: 18px;
        min-height: auto;
    }
    .works__desc_columns {
        display: flex;
        flex-flow: column;
        margin: 0 0 15px;
    }
    .portfolio-slider-thumbs.swiper {
        height: 42px;
    }
    .worksobject__item {
        padding: 0 15px 15px;
    }
    .worksobject__divider-btn {
        padding: 0;
        border-top: none;
    }
    .worksobject .swiper-button-next,
    .worksobject .swiper-button-prev {
        display: none;
    }
    .worksobject__item .worksobject__ttl {
        font-size: 20px;
    }
    .worksobject__item.swiper-slide-active {
        box-shadow: 2px 2px 10px 0 rgb(0 0 0 / 14%);
    }
    .uslugi__list {
        margin: 20px -15px 0;
    }
    .uslugi__subtitle {
        font-size: 14px;
    }
    .uslugi .swiper-button-next,
    .uslugi .swiper-button-prev {
        display: none;
    }
    .tasks__list {
        margin: 0 -15px;
        padding-top: 20px;
        padding-bottom: 40px;
    }
    .rating__list {
        padding: 10px 10px 30px;
        margin: -10px -15px 0;
    }
    .rating__list .swiper-button-next,
    .rating__list .swiper-button-prev {
        display: none;
    }
    .rating__item {
        /* height: 128px; */
        height: 157px;
    }
    .rating__item.swiper-slide-active {
        box-shadow: 0 0 44.4px 0 rgb(54 54 54 / 5%);
    }
    .rating__item img {
        object-fit: cover;
    }
    .review-item.swiper-slide-active {
        box-shadow: 1px 1px 15px 0 rgb(0 0 0 / 10%);
    }
    .reviews-columns-wrp .item-image-wrp {
        height: 215px;
    }
    .reviews-columns-wrp .item-image-slider {
        height: 215px;
    }
    .reviews-columns-wrp .item-image-slider .swiper-slide {
        height: 215px;
    }
    .item-hidden {
        padding: 20px 40px 0 15px;
    }
    .item-hidden__service {
        display: none;
    }
    .item-hidden__bottom {
        margin: 0 -40px 0 -15px;
        width: calc(100% + 55px);
    }
    .item-hidden__bottom img {
        margin-right: 10px;
        width: calc(100% - 10px);
    }
    .calc_fs::before {
        display: none;
    }
    .calc-img ul {
        font-size: 14px;
        color: #162136;
        bottom: 40px;
        left: 20px;
        right: 20px;
        padding: 0 0 0 15px;
        background: none;
        border-radius: 0;
        margin-left: -15px;
    }
    .calc-img ul li::marker {
        color: #162136bd;
        font-size: 9px;
    }
    .calc_tag {
        font-size: 17px;
    }
    .calc_fs--grid {
        grid-template-columns: 1fr;
        row-gap: 8px;
    }
    .section-first__calc {
        flex-direction: column;
    }
    .calc_fs {
        padding: 19px 20px 20px;
        width: calc(100% + 10px);
        margin-left: -5px;
        margin-right: -5px;
    }
    .calc-img {
        width: 100%;
    }
    .calc-img h1 {
        top: 40px;
        left: 20px;
        right: 20px;
    }
    .calc_fs .h2,
    .calc_fs h2 {
        font-size: 20px;
        margin-bottom: 6px;
    }
    .clc_obj {
        margin-bottom: 14px;
    }
    .clc__tabs {
        display: none;
    }
    .calc_btns__container {
        flex-wrap: nowrap;
    }
    .calc_btns__container a svg {
        display: none;
    }
    .btn-ac,
    .btn_wts,
    .btn_ph {
        font: 700 13px/1 var(--font-bold);
        max-width: calc(50% - 2.5px);
        padding: 0 12px;
        height: 45px;
    }
    .video-reviews__item:nth-child(3),
    .video-reviews__item:nth-child(4) {
        display: none;
    }
    .tg-section__first-img {
        margin-top: 90px;
        bottom: unset;
        left: unset;
        right: 10px;
    }
    .tg-section__first-img img {
        height: 240px;
    }
    .tg-section__second-img,
    .tg-section__first-img {
        pointer-events: none;
    }
    .tg-section__author {
        display: none;
        margin: 0 0 16px;
    }
    .modal-body h3 {
        font-size: 20px;
    }
    .footer__contacts {
        row-gap: 16px;
    }
    .footer__top {
        row-gap: 30px;
        padding-bottom: 24px;
    }
    .footer {
        padding: 19px 0 30px;
    }
    .footer__top-left img {
        width: 188px;
    }
    .footer__top-left {
        gap: 27px;
    }
    .footer__nav {
        gap: 14px;
    }
    .footer__bottom-left {
        width: 100%;
    }
    .footer__top,
    .footer__bottom {
        flex-direction: column;
        align-items: flex-start;
        border-top: 1px solid transparent;
        padding-top: 0;
    }
    .calc_btns {
        margin: 10px -20px -20px;
        padding: 12px 20px 20px;
    }
    .footer__policy {
        flex-flow: column;
    }
    .footer__org {
        flex-flow: row;
    }
    .footer__top-right {
        flex-shrink: 0;
        max-width: 292px;
        width: 100%;
    }
    .footer__policy a:nth-child(3) {
        order: -1;
    }
    .footer__policy a:nth-child(4) {
        order: 0;
    }
    .footer__bottom-right {
        display: flex;
        flex-flow: column;
        gap: 5px;
    }
    .footer__bottom-right img {
        width: 70px;
        height: auto;
    }
    .footer__simtu-text {
        display: flex;
        flex-direction: column;
        gap: 2px;
    }
    .footer__simtu_ttl {
        font: 500 11px/1.2 var(--font-medium);
        color: rgb(22 33 54 / 75%);
        text-transform: uppercase;
    }
    .footer__simtu-text a {
        font-size: 12px;
        border: 1px solid transparent;
        text-decoration: underline;
        width: 200px;
    }
    .master-slider__img {
        height: 177px;
    }
    .master-slider {
        margin-left: -15px;
        margin-right: -15px;
        padding-top: 10px;
    }
    .master-slider .swiper-button-next,
    .master-slider .swiper-button-prev {
        display: none;
    }
    .master-slider__slide h4,
    .master-slider__slide-ttl {
        font-size: 20px;
        margin: 15px 18px 5px;
    }
    .master-slider__slide p {
        font-size: 12px;
        margin: 0 18px 15px;
    }
    .master-slider__slide .master-slider__list {
        margin: auto 20px 10px;
    }
    .master-slider__slide ul {
        font-size: 12px;
        margin: 0 18px 20px 10px;
    }
    .master-slider__slide.swiper-slide-active {
        box-shadow: 1px 1px 15px 0 rgb(0 0 0 / 20%);
        background: #F6F7F8;
    }
    .uslugi .portfolio-nav.nav-tabs {
        margin-bottom: 0;
    }
    .portfolio-nav.nav-tabs {
        overflow-x: scroll;
        flex-wrap: nowrap;
        gap: 10px;
        margin: 15px 0;
    }
    .portfolio-nav.nav-tabs::-webkit-scrollbar {
        width: 0;
    }
    .portfolio-nav .nav-item {
        height: 36px;
    }
    .portfolio-nav .nav-link {
        font-size: 14px;
        line-height: 1.029;
        padding: 8px;
    }
    .custom-tooltip {
        display: block;
    }
    .obj {
        padding: 40px 0;
    }
    .obj__flex {
        display: flex;
        flex-direction: column-reverse;
        gap: 30px;
    }
    .obj .h2 {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .obj__slider .swiper {
        overflow: visible;
        max-width: 100%;
    }
    .obj__content>p {
        font-size: 14px;
        margin-bottom: 15px;
    }
    .obj__content>span {
        margin: 25px 0 10px;
    }
    .obj__content ul span {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .obj__content ul p {
        font-family: var(--font-light);
        font-weight: 300;
        font-size: 14px;
    }
    .obj__content li {
        background-size: 20px 20px;
        padding-left: 28px;
        margin-left: 0;
    }
    .obj__slider {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    .obj__content {
        padding-left: 0;
    }
    .obj__content .h2-tag {
        top: -12px;
    }
    .obj__content ul {
        padding-left: 0;
    }
    .obj__slider .swiper-slide img {
        height: 270px;
    }
    .obj__slider .swiper-button-prev,
    .obj__slider .swiper-button-next {
        display: none;
    }
    .obj__slider .swiper-slide {
        height: 165px;
    }
    .obj__slider .swiper-slide.swiper-slide-active {
        height: 200px;
        transform: scaleX(0.95);
    }
    .obj__slider .swiper-slide.swiper-slide-active img {
        transform: scaleY(1);
        height: 100%;
    }
    .obj__slider .swiper-wrapper {
        min-height: 220px;
    }
    .h2-tag {
        display: inline-block;
    }
    .h2-rating {
        display: none;
    }
    .works .h2-tag,
    .section-design-projects .h2-tag,
    #comanda .h2-tag {
        position: relative;
    }
    .clc_dop__container {
        grid-template-columns: 1fr;
    }
    .type-checkbox {
        font-size: 13px;
        letter-spacing: -0.13px;
    }
    .clc-btns {
        gap: 35px;
    }
    .calc_item {
        flex-direction: column;
        gap: 5px;
        margin: 0;
        padding: 9px 0;
    }
    .clc-container h2 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .calc_wide_left {
        /* height: max-content; */
        padding: 0 5px 0 0;
        height: auto;
        overflow-y: hidden;
        gap: 0
    }
    .quiz-section .container>p {
        font-size: 14px;
    }
    .quiz-section {
        background: #f6f7f8;
        padding-left: 15px;
        padding-right: 15px;
    }
    .quiz-section-bg {
        padding: 10px 0;
    }
    .quiz-section .container {
        padding: 0;
    }
    .calc-img .calc-img__rating-mob {
        display: flex;
    }
    .calc-img__rating {
        display: none;
    }
    .calc-img__list li {
        font-size: 14px;
        margin-left: 0;
    }
    .calc-img__list li::before {
        background-color: #16213680;
    }
    .calc {
        padding-top: 20px;
        padding-bottom: 300px;
        margin: 0 7px;
        border-radius: 12px;
        overflow: hidden;
    }
    .calc .container {
        padding-left: 13px;
        padding-right: 13px;
    }
    .calc_bg-img {
        top: 0;
        height: 100%;
        background-image: url("../img/3.8/bg-m.webp");
        background-size: cover;
        background-position: bottom center;
    }
    .calc_item .__select {
        max-width: 100%;
    }
    .clc-accent {
        margin: 0 0 8px;
        padding: 15px 12px;
    }
    .clc-accent__ttl {
        font: 500 14px/1.2 var(--font-medium);
    }
    .calc_bg-img__ttl {
        display: flex;
    }
    .port .h2 {
        font-size: 26px;
        margin-bottom: 0;
        margin-top: 15px;
    }
    h2,
    .h2 {
        font-size: 24px;
        margin: 0 0 15px;
        letter-spacing: -0.24px;
    }
    .btn-accent-border {
        font-size: 14px;
    }
    .reviews-columns-wrp {
        margin-top: 0;
        margin-left: -15px;
        margin-right: -15px;
    }
    .reviews-columns-wrp .swiper-wrapper {
        padding-bottom: 20px;
    }
    .tg-section__text .h2 {
        font-size: 24px;
        max-width: 100%;
        margin-bottom: 19px;
        line-height: 1.1;
    }
    .tg-section__author-ttl {
        font-size: 13px;
    }
    .tg-section__author img {
        width: 48px;
        height: 48px;
    }
    .btn-tg {
        font-size: 16px;
        padding-left: 0;
        padding-right: 0;
        height: 46px;
    }
    .tg-section__text p {
        font-size: 12px;
        margin-bottom: 15px;
    }
    .tg-section {
        padding-bottom: 0;
        margin: 24px auto 10px;
    }
    .tg-section__flex {
        flex-direction: column;
        gap: 30px;
        height: 499px;
        border-radius: 8px;
        background-position: bottom;
        background-image: url("../img/block-soc/tg-sm.avif");
    }
    .tg-section__text,
    .tg-section__img {
        width: 100%;
    }
    .tg-section__img {
        position: static;
    }
    .tg-section__second-img img {
        position: static;
        width: 100%;
    }
    .tg-section__text {
        padding: 24px 20px 0;
    }
    .__select__title::after {
        top: 18px;
    }
    .__select[data-state="active"] .__select__title::after {
        transform: translateY(2px) rotate(180deg);
    }
    .__select__title,
    .__select__input label,
    .__select__label {
        font-size: 12px;
    }
    .__select__title {
        padding: 13px 10px;
    }
    .__select__title svg,
    .__select__label svg {
        margin-right: 4px;
    }
    .__select,
    .__select__label {
        height: 42px;
    }
    .__select__label {
        height: 30px;
    }
    .__select__content {
        top: 37px;
    }
    .calc_wide_time .calc_wide_rem_block>div {
        flex-flow: column;
        gap: 5px;
    }
    .calc_wide_time .custom-control-label {
        width: 100%;
    }
    .calc_wide_left-container {
        width: 100%;
        padding: 22px 15px 15px 19px;
    }
    .clc_right {
        width: 100%;
        padding: 15px 20px 20px;
    }
    .clc_hero,
    .clc-divider {
        display: none;
    }
    .clc_subtext {
        margin: 8px 0 0;
    }
    .clc_btns_wrp a {
        max-width: 100%;
        width: 100%;
        margin: 0;
    }
    .clc_btns_wrp {
        gap: 10px;
    }
    
    .clc-checkbox__label,
    .calc_item_area .clc_area__ttl p,
    .clc_area__text {
        font-size: 12px;
    }
    .calc_item .header {
        font-size: 12px;
        width: 100%;
    }

    /* скрываем лишние пункты */
    .calc_wide_left.is-collapsed .calc_item:nth-child(n + 6) {
        opacity: 0;
        max-height: 0;
        overflow: hidden;
        margin: 0;
        padding: 0;
        transition: all 0.35s ease;
    }

    /* раскрытые элементы */
    .calc_wide_left .calc_item {
        transition: all 0.35s ease;
    }

    /* кнопка */
    .calc_more_toggle {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 8px;
        margin: -8px 0 6px;
        cursor: pointer;
        font: 600 14px/1 var(--font-semibold);
        color: rgb(174 27 62 / 100%);
        background: #fff;
        padding: 10px 0 0;
        letter-spacing: -0.28px;
    }

    /* стрелка вверх */
    .calc_wide_left.is-open .calc_more_arrow {
        transform: rotate(-180deg);
    }
    .map-page-wrp {
      background: url("../img/map-m.webp");
        background-position: right;
    }
    header .logo img {
        width: 171px;
        height: auto;
    }
    .flex-title p {
        font-size: 14px;
    }
    .flex-title {
        margin: 0 0 12px;
    }
    .reviews-columns-wrp .item-text-container .title {
        font-size: 17px;
    }
    .reviews-columns-wrp .item-text-container .text {
        font-size: 13px;
    }
    .clc_area__ttl {
        margin: 0 0 11px;
    }
    .calc_fs p {
        font-size: 12px;
    }
    .clc_type {
        padding-left: 0;
    }
    .clc_vid {
        margin-top: 10px;
    }
    .custom-control-label span {
        font-size: 13px;
        letter-spacing: -0.13px;
    }
    .section-design-projects .portfolio-nav--min.portfolio-nav.nav-tabs {
        margin: -2px 0 4px;
    }
    .vis-slider {
        height: 360px;
    }
    .section-design-projects .swiper-button-next,
    .section-design-projects .swiper-button-prev {
        display: none;
    }
    .slider-viewport {
        max-width: 100%;
        margin: 0 auto;
        padding-bottom: 53px;
    }
    .section-design-projects {
        padding: 43px 0 41px;
    }
    .vis-slider .swiper-slide {
        border-radius: 4px;
        overflow: hidden;
    }
    .section-design-projects .btn-accent-border {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
    }
    .calc-banner__inner {
        min-height: 137px;
        padding: 0 0 142px;
        align-items: flex-start;
    }
    .calc-banner__content {
        max-width: 100%;
        margin: 0 auto;
    }
    .calc-banner__title {
        margin-bottom: 6px;
    }
    .calc-banner__text {
        margin-bottom: 20px;
        max-width: 290px;
        font-size: 13px;
        line-height: 1.4;
    }
    .calc-banner__btn {
        width: 250px;
        padding: 3px 8px;
        font-size: 6px;
    }
    .calc-banner__decor--left {
        left: auto;
        bottom: 0;
        width: 250px;
        right: -47px;
    }
    .calc-banner__decor--right {
        left: -47px;
        bottom: 0;
        width: 250px;
        right: auto;
    }
    .calc-banner {
        padding: 42px 0 0;
    }
    .calc-banner__text_first {
        font-size: 12px;
    }
    .vk-section__flex {
        padding: 27px 20px 32px;
    }
    .vk-section__text {
        font-size: 20px;
    }
    .vk-section-link {
        width: 100%;
        height: 48px;
        font-size: 14px;
    }
    .vk-section-link2 {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        gap: 5px;
        color: #fff;
        height: 48px;
        border-radius: 60px;
        border: 1px solid #fff;
        box-shadow: 0 4px 39.9px 0 rgb(27 120 168 / 39%);
        margin: 10px 0 0;
        font-size: 14px;
    }
    .vk-section__flex p {
        color: #fff;
        font: 500 14px/1.2 var(--font-medium);
        margin: 14px 0;
    }
    .office-showroom {
        padding: 62px 0 39px;
    }
    .office-showroom__head-top {
        flex-flow: column-reverse;
        gap: 15px;
        margin-bottom: 11px;
    }
    .office-showroom__tabs .nav-link span {
        font-size: 16px;
    }
    .office-showroom__grid {
        display: flex;
        flex-flow: column-reverse;
        gap: 20px;
    }
    .office-showroom__actions a {
        width: 100%;
        height: 48px;
    }
    .geo-tag__name {
        font-size: 12px;
    }
    .geo-tag__time {
        font-size: 12px;
    }
    .office-showroom__title {
        font-size: 24px;
        line-height: 1.1;
    }
    .office-showroom__subtitle {
        font-size: 14px;
        line-height: 1.2;
    }
    .office-showroom__tabs {
        margin: 24px 0 0;
    }
    .office-showroom__tabs .nav-link {
        height: 44px;
        padding: 11px 14px;
        font-size: 16px;
    }
    .office-showroom__content {
        padding-top: 14px;
    }
    .office-showroom__content-title {
        font-size: 20px;
        line-height: 1.2;
    }
    .office-showroom__text p:not(.ttl) {
        margin-bottom: 8px;
    }
    .office-showroom__lead {
        margin-bottom: 14px;
        font-size: 14px;
    }
    .office-showroom__text p {
        margin-bottom: 8px;
        font-size: 14px;
        line-height: 1.5;
    }
    .office-showroom__note {
        margin-top: 18px;
        padding: 12px 14px;
    }
    .office-showroom__note strong,
    .office-showroom__note li,
    .office-showroom__note p {
        font-size: 12px;
    }
    .office-showroom__hint {
        font-size: 12px;
    }
    .office-showroom__main-slide img {
        height: 230px;
    }
    .office-showroom__slide-caption {
        padding: 14px 12px 12px;
    }
    .office-showroom__slide-caption strong {
        font-size: 15px;
    }
    .office-showroom__slide-caption span {
        font-size: 12px;
    }
    .office-showroom__nav {
        margin-top: -15px;
    }
    .office-showroom__gallery {
        width: 100%;
    }
    .office-gallery-grid__item {
        height: 71px;
    }
    .footer__policy a:nth-of-type(1) {
        order: 2;

        /* Политика конфиденциальности */
    }
    .footer__policy span:nth-of-type(2) {
        order: 3;

        /* ИНН */
    }
    .footer__policy span:nth-of-type(1) {
        order: 4;
    }
}

@media (width <=576px){
    .fancybox-thumbs {
        width: 110px;
    }
    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }
    .container {
        padding-right: 80px;
        padding-left: 80px;
    }
    .portfolio-nav.nav-tabs {
        gap: 4px;
    }
}

@media (width <=450px){
    .container {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (width <=390px){
    .clc-btns {
        gap: 15px;
    }
}

@media (width <=350px){
    .logo img {
        width: 150px;
        height: auto;
    }
}