:root, [data-bs-theme=light] {
    --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: rgb(5.2, 44, 101.2);
    --bs-secondary-text-emphasis: rgb(43.2, 46.8, 50);
    --bs-success-text-emphasis: rgb(10, 54, 33.6);
    --bs-info-text-emphasis: rgb(5.2, 80.8, 96);
    --bs-warning-text-emphasis: rgb(102, 77.2, 2.8);
    --bs-danger-text-emphasis: rgb(88, 21.2, 27.6);
    --bs-light-text-emphasis: #495057;
    --bs-dark-text-emphasis: #495057;
    --bs-primary-bg-subtle: rgb(206.6, 226, 254.6);
    --bs-secondary-bg-subtle: rgb(225.6, 227.4, 229);
    --bs-success-bg-subtle: rgb(209, 231, 220.8);
    --bs-info-bg-subtle: rgb(206.6, 244.4, 252);
    --bs-warning-bg-subtle: rgb(255, 242.6, 205.4);
    --bs-danger-bg-subtle: rgb(248, 214.6, 217.8);
    --bs-light-bg-subtle: rgb(251.5, 252, 252.5);
    --bs-dark-bg-subtle: #ced4da;
    --bs-primary-border-subtle: rgb(158.2, 197, 254.2);
    --bs-secondary-border-subtle: rgb(196.2, 199.8, 203);
    --bs-success-border-subtle: rgb(163, 207, 186.6);
    --bs-info-border-subtle: rgb(158.2, 233.8, 249);
    --bs-warning-border-subtle: rgb(255, 230.2, 155.8);
    --bs-danger-border-subtle: rgb(241, 174.2, 180.6);
    --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, rgba(255, 255, 255, .15), rgba(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: rgba(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: rgba(33, 37, 41, .5);
    --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: rgb(10.4, 88, 202.4);
    --bs-link-hover-color-rgb: 10, 88, 202;
    --bs-code-color: #d63384;
    --bs-highlight-color: #212529;
    --bs-highlight-bg: rgb(255, 242.6, 205.4);
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0, 0, 0, .175);
    --bs-border-radius: .375rem;
    --bs-border-radius-sm: .25rem;
    --bs-border-radius-lg: .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 .5rem 1rem rgba(0, 0, 0, .15);
    --bs-box-shadow-sm: 0 .125rem .25rem rgba(0, 0, 0, .075);
    --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, .175);
    --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, .075);
    --bs-focus-ring-width: .25rem;
    --bs-focus-ring-opacity: .25;
    --bs-focus-ring-color: rgba(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
}

[data-bs-theme=dark] {
    color-scheme: dark;
    --bs-body-color: #dee2e6;
    --bs-body-color-rgb: 222, 226, 230;
    --bs-body-bg: #212529;
    --bs-body-bg-rgb: 33, 37, 41;
    --bs-emphasis-color: #fff;
    --bs-emphasis-color-rgb: 255, 255, 255;
    --bs-secondary-color: rgba(222, 226, 230, .75);
    --bs-secondary-color-rgb: 222, 226, 230;
    --bs-secondary-bg: #343a40;
    --bs-secondary-bg-rgb: 52, 58, 64;
    --bs-tertiary-color: rgba(222, 226, 230, .5);
    --bs-tertiary-color-rgb: 222, 226, 230;
    --bs-tertiary-bg: rgb(42.5, 47.5, 52.5);
    --bs-tertiary-bg-rgb: 43, 48, 53;
    --bs-primary-text-emphasis: rgb(109.8, 168, 253.8);
    --bs-secondary-text-emphasis: rgb(166.8, 172.2, 177);
    --bs-success-text-emphasis: rgb(117, 183, 152.4);
    --bs-info-text-emphasis: rgb(109.8, 223.2, 246);
    --bs-warning-text-emphasis: rgb(255, 217.8, 106.2);
    --bs-danger-text-emphasis: rgb(234, 133.8, 143.4);
    --bs-light-text-emphasis: #f8f9fa;
    --bs-dark-text-emphasis: #dee2e6;
    --bs-primary-bg-subtle: rgb(2.6, 22, 50.6);
    --bs-secondary-bg-subtle: rgb(21.6, 23.4, 25);
    --bs-success-bg-subtle: rgb(5, 27, 16.8);
    --bs-info-bg-subtle: rgb(2.6, 40.4, 48);
    --bs-warning-bg-subtle: rgb(51, 38.6, 1.4);
    --bs-danger-bg-subtle: rgb(44, 10.6, 13.8);
    --bs-light-bg-subtle: #343a40;
    --bs-dark-bg-subtle: #1a1d20;
    --bs-primary-border-subtle: rgb(7.8, 66, 151.8);
    --bs-secondary-border-subtle: rgb(64.8, 70.2, 75);
    --bs-success-border-subtle: rgb(15, 81, 50.4);
    --bs-info-border-subtle: rgb(7.8, 121.2, 144);
    --bs-warning-border-subtle: rgb(153, 115.8, 4.2);
    --bs-danger-border-subtle: rgb(132, 31.8, 41.4);
    --bs-light-border-subtle: #495057;
    --bs-dark-border-subtle: #343a40;
    --bs-heading-color: inherit;
    --bs-link-color: rgb(109.8, 168, 253.8);
    --bs-link-hover-color: rgb(138.84, 185.4, 254.04);
    --bs-link-color-rgb: 110, 168, 254;
    --bs-link-hover-color-rgb: 139, 185, 254;
    --bs-code-color: rgb(230.4, 132.6, 181.2);
    --bs-highlight-color: #dee2e6;
    --bs-highlight-bg: rgb(102, 77.2, 2.8);
    --bs-border-color: #495057;
    --bs-border-color-translucent: rgba(255, 255, 255, .15);
    --bs-form-valid-color: rgb(117, 183, 152.4);
    --bs-form-valid-border-color: rgb(117, 183, 152.4);
    --bs-form-invalid-color: rgb(234, 133.8, 143.4);
    --bs-form-invalid-border-color: rgb(234, 133.8, 143.4)
}

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

@media (prefers-reduced-motion: no-preference) {
    :root {
        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);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

hr {
    margin: 1rem 0;
    color: inherit;
    border: 0;
    border-top: var(--bs-border-width) solid;
    opacity: .25
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
    color: var(--bs-heading-color)
}

h1, .h1 {
    font-size: calc(1.375rem + 1.5vw)
}

@media (min-width: 1200px) {
    h1, .h1 {
        font-size: 2.5rem
    }
}

h2, .h2 {
    font-size: calc(1.325rem + .9vw)
}

@media (min-width: 1200px) {
    h2, .h2 {
        font-size: 2rem
    }
}

h3, .h3 {
    font-size: calc(1.3rem + .6vw)
}

@media (min-width: 1200px) {
    h3, .h3 {
        font-size: 1.75rem
    }
}

h4, .h4 {
    font-size: calc(1.275rem + .3vw)
}

@media (min-width: 1200px) {
    h4, .h4 {
        font-size: 1.5rem
    }
}

h5, .h5 {
    font-size: 1.25rem
}

h6, .h6 {
    font-size: 1rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[title] {
    text-decoration: underline dotted;
    cursor: help;
    text-decoration-skip-ink: none
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

ol, ul {
    padding-left: 2rem
}

ol, ul, dl {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol, ul ul, ol ul, ul ol {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b, strong {
    font-weight: bolder
}

small, .small {
    font-size: .875em
}

mark, .mark {
    padding: .1875em;
    color: var(--bs-highlight-color);
    background-color: var(--bs-highlight-bg)
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
    text-decoration: underline
}

a:hover {
    --bs-link-color-rgb: var(--bs-link-hover-color-rgb)
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

pre, code, kbd, samp {
    font-family: var(--bs-font-monospace);
    font-size: 1em
}

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    font-size: .875em
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}

code {
    font-size: .875em;
    color: var(--bs-code-color);
    word-wrap: break-word
}

a > code {
    color: inherit
}

kbd {
    padding: .1875rem .375rem;
    font-size: .875em;
    color: var(--bs-body-bg);
    background-color: var(--bs-body-color);
    border-radius: .25rem
}

kbd kbd {
    padding: 0;
    font-size: 1em
}

figure {
    margin: 0 0 1rem
}

img, svg {
    vertical-align: middle
}

table {
    caption-side: bottom;
    border-collapse: collapse
}

caption {
    padding-top: .5rem;
    padding-bottom: .5rem;
    color: var(--bs-secondary-color);
    text-align: left
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent
}

thead, tbody, tfoot, tr, td, th {
    border-color: inherit;
    border-style: solid;
    border-width: 0
}

label {
    display: inline-block
}

button {
    border-radius: 0
}

button:focus:not(:focus-visible) {
    outline: 0
}

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

button, select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

select:disabled {
    opacity: 1
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
    display: none !important
}

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

button:not(:disabled), [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled) {
    cursor: pointer
}

::-moz-focus-inner {
    padding: 0;
    border-style: none
}

textarea {
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    line-height: inherit;
    font-size: calc(1.275rem + .3vw)
}

@media (min-width: 1200px) {
    legend {
        font-size: 1.5rem
    }
}

legend + * {
    clear: left
}

::-webkit-datetime-edit-fields-wrapper, ::-webkit-datetime-edit-text, ::-webkit-datetime-edit-minute, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-year-field {
    padding: 0
}

::-webkit-inner-spin-button {
    height: auto
}

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

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-color-swatch-wrapper {
    padding: 0
}

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

output {
    display: inline-block
}

iframe {
    border: 0
}

summary {
    display: list-item;
    cursor: pointer
}

progress {
    vertical-align: baseline
}

[hidden] {
    display: none !important
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-weight: 300;
    line-height: 1.2;
    font-size: calc(1.625rem + 4.5vw)
}

@media (min-width: 1200px) {
    .display-1 {
        font-size: 5rem
    }
}

.display-2 {
    font-weight: 300;
    line-height: 1.2;
    font-size: calc(1.575rem + 3.9vw)
}

@media (min-width: 1200px) {
    .display-2 {
        font-size: 4.5rem
    }
}

.display-3 {
    font-weight: 300;
    line-height: 1.2;
    font-size: calc(1.525rem + 3.3vw)
}

@media (min-width: 1200px) {
    .display-3 {
        font-size: 4rem
    }
}

.display-4 {
    font-weight: 300;
    line-height: 1.2;
    font-size: calc(1.475rem + 2.7vw)
}

@media (min-width: 1200px) {
    .display-4 {
        font-size: 3.5rem
    }
}

.display-5 {
    font-weight: 300;
    line-height: 1.2;
    font-size: calc(1.425rem + 2.1vw)
}

@media (min-width: 1200px) {
    .display-5 {
        font-size: 3rem
    }
}

.display-6 {
    font-weight: 300;
    line-height: 1.2;
    font-size: calc(1.375rem + 1.5vw)
}

@media (min-width: 1200px) {
    .display-6 {
        font-size: 2.5rem
    }
}

.list-unstyled, .list-inline {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.initialism {
    font-size: .875em;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.blockquote > :last-child {
    margin-bottom: 0
}

.blockquote-footer {
    margin-top: -1rem;
    margin-bottom: 1rem;
    font-size: .875em;
    color: #6c757d
}

.blockquote-footer:before {
    content: "— "
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: var(--bs-body-bg);
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: .875em;
    color: var(--bs-secondary-color)
}

.container, .container-fluid, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {
    .container-sm, .container {
        max-width: 100%
    }
}

@media (min-width: 768px) {
    .container-md, .container-sm, .container {
        max-width: 90%
    }
}

@media (min-width: 992px) {
    .container-lg, .container-md, .container-sm, .container {
        max-width: 90%
    }
}

@media (min-width: 1280px) {
    .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 93%
    }
}

@media (min-width: 1800px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1700px
    }
}

:root {
    --bs-breakpoint-xs: 0;
    --bs-breakpoint-sm: 576px;
    --bs-breakpoint-md: 768px;
    --bs-breakpoint-lg: 992px;
    --bs-breakpoint-xl: 1280px;
    --bs-breakpoint-xxl: 1800px
}

.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(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x))
}

.row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y)
}

.col {
    flex: 1 0 0
}

.row-cols-auto > * {
    flex: 0 0 auto;
    width: auto
}

.row-cols-1 > * {
    flex: 0 0 auto;
    width: 100%
}

.row-cols-2 > * {
    flex: 0 0 auto;
    width: 50%
}

.row-cols-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%
}

.row-cols-4 > * {
    flex: 0 0 auto;
    width: 25%
}

.row-cols-5 > * {
    flex: 0 0 auto;
    width: 20%
}

.row-cols-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%
}

.col-auto {
    flex: 0 0 auto;
    width: auto
}

.col-1 {
    flex: 0 0 auto;
    width: 8.33333333%
}

.col-2 {
    flex: 0 0 auto;
    width: 16.66666667%
}

.col-3 {
    flex: 0 0 auto;
    width: 25%
}

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

.col-5 {
    flex: 0 0 auto;
    width: 41.66666667%
}

.col-6 {
    flex: 0 0 auto;
    width: 50%
}

.col-7 {
    flex: 0 0 auto;
    width: 58.33333333%
}

.col-8 {
    flex: 0 0 auto;
    width: 66.66666667%
}

.col-9 {
    flex: 0 0 auto;
    width: 75%
}

.col-10 {
    flex: 0 0 auto;
    width: 83.33333333%
}

.col-11 {
    flex: 0 0 auto;
    width: 91.66666667%
}

.col-12 {
    flex: 0 0 auto;
    width: 100%
}

.offset-1 {
    margin-left: 8.33333333%
}

.offset-2 {
    margin-left: 16.66666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333333%
}

.offset-5 {
    margin-left: 41.66666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333333%
}

.offset-8 {
    margin-left: 66.66666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333333%
}

.offset-11 {
    margin-left: 91.66666667%
}

.g-0, .gx-0 {
    --bs-gutter-x: 0
}

.g-0, .gy-0 {
    --bs-gutter-y: 0
}

.g-1, .gx-1 {
    --bs-gutter-x: .25rem
}

.g-1, .gy-1 {
    --bs-gutter-y: .25rem
}

.g-2, .gx-2 {
    --bs-gutter-x: .5rem
}

.g-2, .gy-2 {
    --bs-gutter-y: .5rem
}

.g-3, .gx-3 {
    --bs-gutter-x: 1rem
}

.g-3, .gy-3 {
    --bs-gutter-y: 1rem
}

.g-4, .gx-4 {
    --bs-gutter-x: 1.5rem
}

.g-4, .gy-4 {
    --bs-gutter-y: 1.5rem
}

.g-5, .gx-5 {
    --bs-gutter-x: 3rem
}

.g-5, .gy-5 {
    --bs-gutter-y: 3rem
}

@media (min-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.33333333%
    }

    .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.66666667%
    }

    .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%
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33333333%
    }

    .offset-sm-2 {
        margin-left: 16.66666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.33333333%
    }

    .offset-sm-5 {
        margin-left: 41.66666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.33333333%
    }

    .offset-sm-8 {
        margin-left: 66.66666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.33333333%
    }

    .offset-sm-11 {
        margin-left: 91.66666667%
    }

    .g-sm-0, .gx-sm-0 {
        --bs-gutter-x: 0
    }

    .g-sm-0, .gy-sm-0 {
        --bs-gutter-y: 0
    }

    .g-sm-1, .gx-sm-1 {
        --bs-gutter-x: .25rem
    }

    .g-sm-1, .gy-sm-1 {
        --bs-gutter-y: .25rem
    }

    .g-sm-2, .gx-sm-2 {
        --bs-gutter-x: .5rem
    }

    .g-sm-2, .gy-sm-2 {
        --bs-gutter-y: .5rem
    }

    .g-sm-3, .gx-sm-3 {
        --bs-gutter-x: 1rem
    }

    .g-sm-3, .gy-sm-3 {
        --bs-gutter-y: 1rem
    }

    .g-sm-4, .gx-sm-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-sm-4, .gy-sm-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-sm-5, .gx-sm-5 {
        --bs-gutter-x: 3rem
    }

    .g-sm-5, .gy-sm-5 {
        --bs-gutter-y: 3rem
    }
}

@media (min-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.33333333%
    }

    .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.66666667%
    }

    .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%
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333333%
    }

    .offset-md-2 {
        margin-left: 16.66666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.33333333%
    }

    .offset-md-5 {
        margin-left: 41.66666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33333333%
    }

    .offset-md-8 {
        margin-left: 66.66666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333333%
    }

    .offset-md-11 {
        margin-left: 91.66666667%
    }

    .g-md-0, .gx-md-0 {
        --bs-gutter-x: 0
    }

    .g-md-0, .gy-md-0 {
        --bs-gutter-y: 0
    }

    .g-md-1, .gx-md-1 {
        --bs-gutter-x: .25rem
    }

    .g-md-1, .gy-md-1 {
        --bs-gutter-y: .25rem
    }

    .g-md-2, .gx-md-2 {
        --bs-gutter-x: .5rem
    }

    .g-md-2, .gy-md-2 {
        --bs-gutter-y: .5rem
    }

    .g-md-3, .gx-md-3 {
        --bs-gutter-x: 1rem
    }

    .g-md-3, .gy-md-3 {
        --bs-gutter-y: 1rem
    }

    .g-md-4, .gx-md-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-md-4, .gy-md-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-md-5, .gx-md-5 {
        --bs-gutter-x: 3rem
    }

    .g-md-5, .gy-md-5 {
        --bs-gutter-y: 3rem
    }
}

@media (min-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.33333333%
    }

    .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.66666667%
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333333%
    }

    .offset-lg-2 {
        margin-left: 16.66666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.33333333%
    }

    .offset-lg-5 {
        margin-left: 41.66666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.33333333%
    }

    .offset-lg-8 {
        margin-left: 66.66666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33333333%
    }

    .offset-lg-11 {
        margin-left: 91.66666667%
    }

    .g-lg-0, .gx-lg-0 {
        --bs-gutter-x: 0
    }

    .g-lg-0, .gy-lg-0 {
        --bs-gutter-y: 0
    }

    .g-lg-1, .gx-lg-1 {
        --bs-gutter-x: .25rem
    }

    .g-lg-1, .gy-lg-1 {
        --bs-gutter-y: .25rem
    }

    .g-lg-2, .gx-lg-2 {
        --bs-gutter-x: .5rem
    }

    .g-lg-2, .gy-lg-2 {
        --bs-gutter-y: .5rem
    }

    .g-lg-3, .gx-lg-3 {
        --bs-gutter-x: 1rem
    }

    .g-lg-3, .gy-lg-3 {
        --bs-gutter-y: 1rem
    }

    .g-lg-4, .gx-lg-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-lg-4, .gy-lg-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-lg-5, .gx-lg-5 {
        --bs-gutter-x: 3rem
    }

    .g-lg-5, .gy-lg-5 {
        --bs-gutter-y: 3rem
    }
}

@media (min-width: 1280px) {
    .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.33333333%
    }

    .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.66666667%
    }

    .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%
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333333%
    }

    .offset-xl-2 {
        margin-left: 16.66666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.33333333%
    }

    .offset-xl-5 {
        margin-left: 41.66666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.33333333%
    }

    .offset-xl-8 {
        margin-left: 66.66666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333333%
    }

    .offset-xl-11 {
        margin-left: 91.66666667%
    }

    .g-xl-0, .gx-xl-0 {
        --bs-gutter-x: 0
    }

    .g-xl-0, .gy-xl-0 {
        --bs-gutter-y: 0
    }

    .g-xl-1, .gx-xl-1 {
        --bs-gutter-x: .25rem
    }

    .g-xl-1, .gy-xl-1 {
        --bs-gutter-y: .25rem
    }

    .g-xl-2, .gx-xl-2 {
        --bs-gutter-x: .5rem
    }

    .g-xl-2, .gy-xl-2 {
        --bs-gutter-y: .5rem
    }

    .g-xl-3, .gx-xl-3 {
        --bs-gutter-x: 1rem
    }

    .g-xl-3, .gy-xl-3 {
        --bs-gutter-y: 1rem
    }

    .g-xl-4, .gx-xl-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-xl-4, .gy-xl-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-xl-5, .gx-xl-5 {
        --bs-gutter-x: 3rem
    }

    .g-xl-5, .gy-xl-5 {
        --bs-gutter-y: 3rem
    }
}

@media (min-width: 1800px) {
    .col-xxl {
        flex: 1 0 0
    }

    .row-cols-xxl-auto > * {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-xxl-1 > * {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-xxl-2 > * {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-xxl-3 > * {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .row-cols-xxl-4 > * {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-xxl-5 > * {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-xxl-6 > * {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-xxl-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-xxl-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-xxl-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-xxl-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-xxl-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-xxl-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-xxl-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-xxl-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-xxl-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-xxl-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-xxl-0 {
        margin-left: 0
    }

    .offset-xxl-1 {
        margin-left: 8.33333333%
    }

    .offset-xxl-2 {
        margin-left: 16.66666667%
    }

    .offset-xxl-3 {
        margin-left: 25%
    }

    .offset-xxl-4 {
        margin-left: 33.33333333%
    }

    .offset-xxl-5 {
        margin-left: 41.66666667%
    }

    .offset-xxl-6 {
        margin-left: 50%
    }

    .offset-xxl-7 {
        margin-left: 58.33333333%
    }

    .offset-xxl-8 {
        margin-left: 66.66666667%
    }

    .offset-xxl-9 {
        margin-left: 75%
    }

    .offset-xxl-10 {
        margin-left: 83.33333333%
    }

    .offset-xxl-11 {
        margin-left: 91.66666667%
    }

    .g-xxl-0, .gx-xxl-0 {
        --bs-gutter-x: 0
    }

    .g-xxl-0, .gy-xxl-0 {
        --bs-gutter-y: 0
    }

    .g-xxl-1, .gx-xxl-1 {
        --bs-gutter-x: .25rem
    }

    .g-xxl-1, .gy-xxl-1 {
        --bs-gutter-y: .25rem
    }

    .g-xxl-2, .gx-xxl-2 {
        --bs-gutter-x: .5rem
    }

    .g-xxl-2, .gy-xxl-2 {
        --bs-gutter-y: .5rem
    }

    .g-xxl-3, .gx-xxl-3 {
        --bs-gutter-x: 1rem
    }

    .g-xxl-3, .gy-xxl-3 {
        --bs-gutter-y: 1rem
    }

    .g-xxl-4, .gx-xxl-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-xxl-4, .gy-xxl-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-xxl-5, .gx-xxl-5 {
        --bs-gutter-x: 3rem
    }

    .g-xxl-5, .gy-xxl-5 {
        --bs-gutter-y: 3rem
    }
}

@font-face {
    font-family: Blinker-f;
    src: url(../fonts/Blinker-Regular-DGomyb3a.woff2);
    font-weight: 400;
    font-display: swap
}

@font-face {
    font-family: Blinker-f;
    src: url(../fonts/Blinker-SemiBold-BNqYWk9k.woff2);
    font-weight: 600;
    font-display: swap
}

* {
    outline: 0 !important
}

*, *:before, *:after {
    padding: 0;
    margin: 0;
    border: 0;
    box-sizing: border-box
}

a, a:link, a:visited, a:hover {
    text-decoration: none
}

ul, li, p {
    list-style: none;
    margin: 0;
    padding: 0
}

img, svg {
    height: auto;
    max-width: 100%
}

input, textarea, button, select {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    background-color: transparent
}

input::-ms-clear {
    display: none
}

button, input[type=submit] {
    display: inline-block;
    box-shadow: none;
    background-color: transparent;
    background: none;
    cursor: pointer
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

label {
    cursor: pointer
}

input, textarea, select, button:focus-visible {
    outline: 0
}

input, textarea {
    border-radius: 0
}

.header__burger {
    cursor: pointer
}

.all_pages {
    position: fixed;
    top: 20%;
    right: 0;
    z-index: 999999
}

.all_pages:hover ul {
    right: 0
}

.all_pages .page_point {
    padding: 10px 15px;
    background: #00d2ff;
    cursor: pointer
}

.all_pages ul {
    background: #00d2ff;
    padding: 15px 20px;
    position: absolute;
    top: 100%;
    width: 200px;
    right: -200px;
    transition: .4s;
    max-height: 500px;
    overflow-y: auto
}

.all_pages ul li {
    list-style: none;
    margin-bottom: 15px;
    font-size: 16px
}

.all_pages ul li a {
    color: #fff
}

html, body {
    font-family: Blinker-f, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    color: #333;
    box-sizing: border-box
}

body {
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
    background-color: #fff;
    min-height: 100vh
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000080;
    z-index: 9;
    display: none;
    transition: opacity .35s ease
}

body.open {
    overflow: hidden
}

body.open .overlay {
    display: block;
    opacity: 1
}

.wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex: 1
}

h1, .h1 {
    font-family: Blinker-f, sans-serif;
    margin-bottom: 0;
    color: #333;
    line-height: 1;
    font-weight: 600;
    font-size: calc(34px + .04125 * (100vw - 320px))
}

@media screen and (min-width: 1921px) {
    h1, .h1 {
        font-size: 100px
    }
}

h1.page-main-title, .page-main-title.h1 {
    font-size: calc(30px + .01875 * (100vw - 320px));
    line-height: 1.17
}

@media screen and (min-width: 1921px) {
    h1.page-main-title, .page-main-title.h1 {
        font-size: 60px
    }
}

h2, .h2 {
    font-family: Blinker-f, sans-serif;
    color: #333;
    margin-bottom: 20px;
    line-height: 1.25;
    font-weight: 600;
    font-size: calc(24px + .015 * (100vw - 320px))
}

@media screen and (min-width: 1921px) {
    h2, .h2 {
        font-size: 48px
    }
}

p {
    font-family: Blinker-f, sans-serif;
    color: #333;
    line-height: 1.6;
    font-weight: 400;
    font-size: 16px
}

@media screen and (min-width: 768px) {
    p {
        font-size: 18px
    }
}

.main-btn {
    padding: 9px 29px;
    border-radius: 5px;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.5;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    max-width: 100%;
    text-align: center;
    border: 1px solid #27A102;
    transition: color ease .3s;
    position: relative;
    z-index: 2
}

.main-btn:before {
    background: #27a102;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    width: 100%;
    height: 100%;
    transition: height ease .3s;
    z-index: -1
}

.main-btn:hover {
    color: #27a102
}

.main-btn:hover:before {
    height: 0
}

@media (min-width: 1280px) {
    .main-btn {
        padding: 14px 49px;
        font-size: 20px
    }
}

.header-btn__wrap .main-btn {
    padding: 4px 9px;
    font-size: 16px
}

@media (min-width: 576px) {
    .header-btn__wrap .main-btn {
        padding: 4px 19px
    }
}

@media (min-width: 1280px) {
    .header-btn__wrap .main-btn {
        padding: 7px 29px;
        font-size: 18px
    }
}

.header-btn__wrap {
    margin-right: 20px
}

@media (min-width: 576px) {
    .header-btn__wrap {
        margin-right: 30px
    }
}

@media (min-width: 992px) {
    .header-btn__wrap {
        margin-right: 0
    }
}

.fw-600 {
    font-weight: 600
}

header {
    position: fixed;
    top: 20px;
    left: 0;
    width: 100%;
    z-index: 99;
    transition: top ease .3s
}

header.header_scroll {
    top: 0
}

.header__wrapper {
    display: flex;
    justify-content: space-between;
    transition: all ease .5s;
    background: #fff;
    border-radius: 10px;
    padding: 5px 10px
}

@media (min-width: 576px) {
    .header__wrapper {
        padding: 10px 20px
    }
}

.header.header_scroll .header__wrapper {
    box-shadow: 0 5px 30px #0000001a
}

.header.header_scroll .header__wrapper .header__logo img {
    width: 160px
}

.header__logo {
    cursor: pointer;
    max-width: 50%;
    display: flex;
    align-items: center
}

@media (min-width: 768px) {
    .header__logo {
        max-width: 30%
    }
}

.header__logo img {
    width: 200px;
    height: auto;
    object-fit: contain;
    transition: all ease .5s
}

@media (min-width: 1280px) {
    .header__logo img {
        width: 262px
    }
}

.header__item-menu {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    margin-right: 0
}

@media (min-width: 992px) {
    .header__item-menu {
        flex-direction: row;
        align-items: center;
        margin-right: 40px
    }
}

@media (min-width: 1279px) {
    .header__item-menu {
        gap: 25px;
        margin-right: 25px
    }
}

.header__item-menu .menu-item {
    color: #333;
    font-weight: 600;
    line-height: 2;
    font-size: 18px
}

@media (min-width: 992px) and (max-width: 1279px) {
    .header__item-menu .menu-item {
        font-size: 16px
    }
}

.header__item-menu .menu-item a {
    color: #333;
    font-size: 18px;
    transition: color ease .3s
}

@media (min-width: 992px) and (max-width: 1279px) {
    .header__item-menu .menu-item a {
        font-size: 16px
    }
}

.header__item-menu .menu-item a:hover, .header__item-menu .menu-item:hover {
    color: #27a102
}

.header__item-menu .menu-item .sub-menu {
    opacity: 1;
    position: relative;
    background: transparent;
    box-shadow: none;
    padding: 0 0 10px;
    transform: translateY(0);
    display: none
}

.header__item-menu .menu-item .sub-menu li {
    padding-left: 10px;
    line-height: 1.3;
    margin-bottom: 15px;
    margin-top: 10px
}

@media (min-width: 992px) {
    .header__item-menu .menu-item .sub-menu li {
        margin-top: 0
    }
}

@media (min-width: 992px) {
    .header__item-menu .menu-item .sub-menu {
        opacity: 0;
        pointer-events: none;
        position: absolute;
        background: #fff;
        box-shadow: 0 4px 10px #0000001a;
        border-radius: 5px;
        padding: 20px;
        min-width: 220px;
        top: 90%;
        left: -3px;
        z-index: -1;
        transform: translateY(-4px);
        transition: all .1s ease-in
    }

    .header__item-menu .menu-item .sub-menu a {
        font-size: 16px;
        font-weight: 600;
        transition: color ease 333ms
    }

    .header__item-menu .menu-item .sub-menu a:hover {
        color: #27a102
    }
}

.header__item-menu .menu-item .sub-menu.open {
    display: contents
}

.menu-item-has-children {
    position: relative;
    max-width: 200px
}

@media (min-width: 576px) {
    .menu-item-has-children {
        text-align: left
    }
}

@media (min-width: 992px) {
    .menu-item-has-children {
        max-width: none
    }
}

.menu-item-has-children:after {
    content: "";
    width: 8px;
    height: 8px;
    background: url("data:image/svg+xml,%3csvg%20width='8'%20height='8'%20viewBox='0%200%208%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M6.90106%202.45312L4%205.35419L1.09894%202.45312L0%203.55206L4%207.55206L8%203.55206L6.90106%202.45312Z'%20fill='%23333333'/%3e%3c/svg%3e") no-repeat;
    background-size: contain;
    display: inline-block;
    margin-left: 5px;
    transform-origin: center;
    position: absolute;
    top: 15px;
    right: -24px
}

@media (min-width: 992px) {
    .menu-item-has-children:after {
        position: relative;
        top: -1px;
        right: 0;
        transform: rotate(0)
    }
}

@media (min-width: 992px) {
    .menu-item-has-children:hover:after {
        transform: rotate(180deg)
    }
}

.menu-item-has-children.active {
    color: #27a102
}

@media (min-width: 992px) {
    .menu-item-has-children.open:after {
        transform: rotate(180deg)
    }
}

@media (min-width: 992px) {
    .menu-item-has-children:hover .sub-menu {
        opacity: 1;
        pointer-events: auto;
        z-index: 5000;
        transform: translateY(0);
        display: block
    }
}

.header__burger {
    display: block;
    position: relative;
    width: 26px;
    height: 19px;
    z-index: 101
}

.header__burger:before, .header__burger:after {
    content: "";
    position: absolute;
    height: 3px;
    right: 0;
    border-radius: 5px;
    background-color: #333;
    transition: all ease .3s
}

.header__burger:before {
    top: 0;
    width: 100%
}

.header__burger:after {
    bottom: 0;
    width: 100%
}

.header__burger span {
    position: absolute;
    width: 100%;
    height: 3px;
    right: 0;
    top: 8px;
    border-radius: 5px;
    background-color: #333;
    transition: all ease .3s
}

.header__burger.active {
    margin-right: 0;
    margin-top: 0
}

.header__burger.active:before {
    transform: rotate(45deg);
    top: 9px;
    width: 80%
}

.header__burger.active:after {
    transform: rotate(-45deg);
    top: 9px;
    width: 80%
}

.header__burger.active span {
    transform: scale(0)
}

@media (min-width: 992px) {
    .header__burger {
        display: none
    }
}

.container__header-menu, .header-menu__wrapper {
    display: flex;
    justify-content: flex-end;
    align-items: center
}

@media (max-width: 991px) {
    .header-menu__wrapper {
        position: fixed;
        transition: all 555ms ease;
        top: 0;
        right: 0;
        width: 60%;
        height: 100%;
        z-index: 11;
        overflow: auto;
        padding: 100px 20px 40px 60px;
        box-shadow: 0 4px 10px #0000001a;
        background: #fff;
        display: block
    }
}

@media (max-width: 575px) {
    .header-menu__wrapper {
        padding: 100px 40px 40px;
        width: 80%
    }
}

@media screen and (max-width: 991px) {
    .header_mobile .header-menu__wrapper {
        display: block;
        transform: translate(100%);
        transition: all .35s ease
    }
}

.hero-section {
    position: relative;
    height: 100%;
    min-height: 100vh;
    min-height: 100svh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 120px 0 100px;
    overflow: hidden
}

.hero-section:before {
    content: "";
    opacity: .1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    background: linear-gradient(180deg, #27a102, #27a10200);
    z-index: -1
}

.hero-section__wrap {
    display: flex;
    flex-direction: column-reverse;
    row-gap: 40px;
    align-items: center
}

@media screen and (min-width: 768px) {
    .hero-section__wrap {
        flex-direction: row;
        align-items: center
    }
}

.main-section__content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center
}

@media screen and (min-width: 768px) {
    .main-section__content {
        width: 42%;
        align-items: flex-start
    }
}

.main-section__content h1, .main-section__content .h1 {
    margin-bottom: 20px;
    text-align: center
}

@media screen and (min-width: 768px) {
    .main-section__content h1, .main-section__content .h1 {
        text-align: left
    }
}

.main-section__content p {
    font-size: calc(18px + .0075 * (100vw - 320px));
    margin-bottom: 30px;
    text-align: center
}

@media screen and (min-width: 768px) {
    .main-section__content p {
        text-align: left
    }
}

@media screen and (min-width: 1921px) {
    .main-section__content p {
        font-size: 30px
    }
}

.main-section__image {
    padding-left: 0;
    width: 100%
}

@media screen and (min-width: 768px) {
    .main-section__image {
        width: 58%;
        padding-left: 5%
    }
}

.main-section__image img {
    width: 80%;
    height: auto;
    object-fit: contain;
    margin-inline: auto;
    display: flex
}

@media screen and (min-width: 768px) {
    .main-section__image img {
        width: 100%
    }
}

.green-title {
    color: #27a102
}

.management_wrap h2, .management_wrap .h2, .management_wrap > p {
    text-align: center
}

.management-items__wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin: 50px 0 10px
}

.management-item {
    padding: 20px 20px 90px;
    border: 1px solid #DDDDDD;
    border-radius: 10px;
    width: 100%;
    position: relative;
    transition: all ease .3s;
    display: flex;
    align-items: center;
    flex-direction: column
}

@media screen and (min-width: 576px) {
    .management-item {
        width: calc(50% - 15px);
        align-items: flex-start
    }
}

@media screen and (min-width: 992px) {
    .management-item {
        padding: 40px 50px 120px 40px
    }
}

@media screen and (min-width: 1280px) {
    .management-item {
        width: calc(33.3333333333% - 20px)
    }
}

.management-item:hover {
    box-shadow: 0 4px 10px #0000001a
}

.management-item:hover .management-item__title-wrap img {
    transform: scale(.9);
    transition: all ease .5s
}

.management-item p {
    font-size: 16px
}

@media screen and (min-width: 768px) {
    .management-item p {
        font-size: 18px
    }
}

.management-item__title-wrap {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px
}

.management-item__title-wrap img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    min-width: 60px;
    transition: all ease .5s
}

@media screen and (min-width: 768px) {
    .management-item__title-wrap img {
        width: 80px;
        height: 80px;
        min-width: 80px
    }
}

.management-item__title-wrap h3, .management-item__title-wrap .h3 {
    color: #333;
    line-height: 1.33;
    font-weight: 600;
    font-size: calc(18px + .0075 * (100vw - 320px))
}

@media screen and (min-width: 1921px) {
    .management-item__title-wrap h3, .management-item__title-wrap .h3 {
        font-size: 30px
    }
}

.main-btn.brn-read-more {
    position: absolute;
    bottom: 30px;
    padding: 4px 29px;
    align-items: center;
    font-size: 16px
}

@media screen and (min-width: 992px) {
    .main-btn.brn-read-more {
        bottom: 50px
    }
}

@media screen and (min-width: 768px) {
    .main-btn.brn-read-more {
        font-size: 18px
    }
}

.main-btn.brn-read-more:after {
    content: "";
    width: 16px;
    height: 16px;
    background: url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M9.6%201.59998L8.48%202.71998L12.96%207.19998H0V8.79998H12.96L8.48%2013.28L9.6%2014.4L16%207.99998L9.6%201.59998Z'%20fill='white'/%3e%3c/svg%3e") no-repeat;
    background-size: contain;
    display: inline-block;
    transform-origin: center;
    margin-left: 10px;
    transition: transform ease .3s
}

.main-btn.brn-read-more:hover:after {
    filter: invert(51%) sepia(60%) saturate(4189%) hue-rotate(74deg) brightness(93%) contrast(98%);
    transform: translate(4px)
}

.template-image-section__wrap .template-image-block__wrap:nth-child(2n) {
    flex-direction: column
}

@media screen and (min-width: 768px) {
    .template-image-section__wrap .template-image-block__wrap:nth-child(2n) {
        flex-direction: row-reverse
    }
}

.template-image-section__wrap:not(.services-template) .template-image-block__wrap:last-child {
    margin-bottom: 80px
}

@media screen and (min-width: 992px) {
    .template-image-section__wrap:not(.services-template) .template-image-block__wrap:last-child {
        margin-bottom: 100px
    }
}

@media screen and (min-width: 1279px) {
    .template-image-section__wrap:not(.services-template) .template-image-block__wrap:last-child {
        margin-bottom: 148px
    }
}

.template-image-section__wrap.reverse .template-image-block__wrap:nth-child(2n) {
    flex-direction: column
}

@media screen and (min-width: 768px) {
    .template-image-section__wrap.reverse .template-image-block__wrap:nth-child(2n) {
        flex-direction: row
    }
}

.template-image-section__wrap.reverse .template-image-block__wrap:nth-child(odd) {
    flex-direction: column
}

@media screen and (min-width: 768px) {
    .template-image-section__wrap.reverse .template-image-block__wrap:nth-child(odd) {
        flex-direction: row-reverse
    }
}

.template-image-section__wrap:not(.services-template) .template-image-block__wrap:first-child .template-content__col {
    width: 100%
}

@media screen and (min-width: 768px) {
    .template-image-section__wrap:not(.services-template) .template-image-block__wrap:first-child .template-content__col {
        width: 49%
    }
}

@media screen and (min-width: 992px) {
    .template-image-section__wrap:not(.services-template) .template-image-block__wrap:first-child .template-content__col {
        width: 32%
    }
}

.template-image-block__wrap {
    margin-top: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 8%;
    flex-direction: column;
    row-gap: 30px
}

@media screen and (min-width: 768px) {
    .template-image-block__wrap {
        margin-top: 100px;
        flex-direction: row
    }
}

@media screen and (min-width: 1279px) {
    .template-image-block__wrap {
        margin-top: 140px
    }
}

.template-image-section__wrap.services-template .template-image-block__wrap {
    margin-top: 0
}

.template-image-section__wrap.services-template.long-right-block .template-image-block__wrap:first-child {
    flex-direction: column
}

@media screen and (min-width: 992px) {
    .template-image-section__wrap.services-template.long-right-block .template-image-block__wrap:first-child {
        flex-direction: row-reverse
    }
}

.template-image-section__wrap.services-template.long-right-block .template-image-block__wrap:nth-child(2) {
    flex-direction: column
}

@media screen and (min-width: 992px) {
    .template-image-section__wrap.services-template.long-right-block .template-image-block__wrap:nth-child(2) {
        flex-direction: row
    }
}

.template-image-section__wrap.services-template.long-right-block .template-image-block__wrap:nth-child(2) .template-image-block {
    width: 550px;
    max-width: 100%;
    margin-inline: auto;
    display: flex;
    align-items: center;
    justify-content: center
}

@media screen and (min-width: 992px) {
    .template-image-section__wrap.services-template.long-right-block .template-image-block__wrap:nth-child(2) .template-image-block {
        width: 42%
    }
}

.template-image-section__wrap.services-template.long-right-block .template-content-block {
    width: 100%
}

.template-image-section__wrap.services-template.long-right-block .template-content-block h1, .template-image-section__wrap.services-template.long-right-block .template-content-block .h1, .template-image-section__wrap.services-template.long-right-block .template-content-block h2, .template-image-section__wrap.services-template.long-right-block .template-content-block .h2 {
    text-align: center
}

@media screen and (min-width: 992px) {
    .template-image-section__wrap.services-template.long-right-block .template-content-block h1, .template-image-section__wrap.services-template.long-right-block .template-content-block .h1, .template-image-section__wrap.services-template.long-right-block .template-content-block h2, .template-image-section__wrap.services-template.long-right-block .template-content-block .h2 {
        text-align: left
    }
}

@media screen and (min-width: 992px) {
    .template-image-section__wrap.services-template.long-right-block .template-content-block {
        width: 50%
    }
}

.template-image-section__wrap.services-template {
    display: flex;
    flex-direction: column;
    row-gap: 80px
}

@media screen and (min-width: 768px) {
    .template-image-section__wrap.services-template {
        row-gap: 100px
    }
}

@media screen and (min-width: 1279px) {
    .template-image-section__wrap.services-template {
        row-gap: 150px
    }
}

.template-image-section__wrap.services-template h1, .template-image-section__wrap.services-template .h1 {
    margin-bottom: 20px;
    text-align: center;
    font-size: calc(30px + .01875 * (100vw - 320px));
    line-height: 1.1
}

@media screen and (min-width: 768px) {
    .template-image-section__wrap.services-template h1, .template-image-section__wrap.services-template .h1 {
        text-align: left;
        margin-bottom: 40px
    }
}

@media screen and (min-width: 1921px) {
    .template-image-section__wrap.services-template h1, .template-image-section__wrap.services-template .h1 {
        font-size: 60px
    }
}

.template-image-section__wrap.services-template h2, .template-image-section__wrap.services-template .h2 {
    text-align: center
}

@media screen and (min-width: 768px) {
    .template-image-section__wrap.services-template h2, .template-image-section__wrap.services-template .h2 {
        text-align: left
    }
}

.template-image-section__wrap.services-template p {
    text-align: left;
    padding-bottom: 10px
}

@media screen and (min-width: 1280px) {
    .template-image-section__wrap.services-template p {
        padding-bottom: 20px
    }
}

.template-image-section__wrap.services-template h5, .template-image-section__wrap.services-template .h5 {
    font-weight: 600;
    line-height: 1.5;
    color: #333;
    margin-bottom: 10px;
    font-size: calc(18px + .00375 * (100vw - 320px))
}

@media screen and (min-width: 1921px) {
    .template-image-section__wrap.services-template h5, .template-image-section__wrap.services-template .h5 {
        font-size: 24px
    }
}

.template-image-section__wrap.services-template h6, .template-image-section__wrap.services-template .h6 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 0;
    line-height: 1.5
}

@media screen and (min-width: 576px) {
    .template-image-section__wrap.services-template h6, .template-image-section__wrap.services-template .h6 {
        font-size: 16px
    }
}

@media screen and (min-width: 768px) {
    .template-image-section__wrap.services-template h6, .template-image-section__wrap.services-template .h6 {
        font-size: 18px
    }
}

.template-image-block {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden
}

.template-image-block img {
    width: 400px;
    max-width: 100%;
    height: auto;
    object-fit: contain
}

@media screen and (min-width: 768px) {
    .template-image-block img {
        width: 100%
    }
}

@media screen and (min-width: 768px) {
    .template-image-block {
        width: 42%
    }
}

.template2-image-block {
    width: 550px;
    max-width: 100%;
    margin-inline: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 0;
    overflow: hidden
}

@media screen and (min-width: 576px) {
    .template2-image-block {
        padding-left: 100px
    }
}

@media screen and (min-width: 992px) {
    .template2-image-block {
        width: 42%;
        padding-left: 10%
    }
}

.template2-image {
    background: #27a102;
    padding: 30px;
    border-radius: 10px
}

.template2-image img {
    width: 100%;
    height: auto;
    object-fit: contain;
    margin-left: 0
}

@media screen and (min-width: 576px) {
    .template2-image img {
        margin-left: -100px
    }
}

@media screen and (min-width: 992px) {
    .template2-image {
        padding: 50px
    }
}

.template-content-block {
    width: 100%
}

.template-content-block h2, .template-content-block .h2 {
    text-align: center
}

@media screen and (min-width: 768px) {
    .template-content-block h2, .template-content-block .h2 {
        text-align: left
    }
}

.template-content-block p {
    padding-bottom: 20px
}

.template-content-block .main-btn {
    margin-top: 30px;
    margin-inline: auto
}

@media screen and (min-width: 768px) {
    .template-content-block .main-btn {
        margin-left: 0;
        margin-top: 40px
    }
}

@media screen and (min-width: 768px) {
    .template-content-block {
        width: 50%
    }
}

.template-content__cols {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    column-gap: 2%;
    row-gap: 0
}

@media screen and (min-width: 768px) {
    .template-content__cols {
        row-gap: 20px
    }
}

.template-content__col {
    width: 100%
}

.template-content__col h5, .template-content__col .h5 {
    margin-top: 10px
}

@media screen and (min-width: 576px) {
    .template-content__col h5, .template-content__col .h5 {
        margin-top: 0
    }
}

.template-content__col.width-50 {
    width: 100%
}

@media screen and (min-width: 576px) {
    .template-content__col.width-50 {
        width: 49%
    }
}

.check-list li {
    display: flex;
    align-items: flex-start;
    font-size: 16px
}

@media screen and (min-width: 768px) {
    .check-list li {
        font-size: 18px
    }
}

.check-list li:before {
    content: "";
    width: 11px;
    height: 11px;
    min-width: 11px;
    margin-top: 9px;
    display: inline-block;
    background: url("data:image/svg+xml,%3csvg%20width='11'%20height='11'%20viewBox='0%200%2011%2011'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M8.09057%200H2.92095C1.30979%200%200%201.3098%200%202.92097V8.07903C0%209.6902%201.30979%2011%202.92095%2011H8.07898C9.69013%2011%2010.9999%209.6902%2010.9999%208.07903V2.92097C11.0115%201.3098%209.70173%200%208.09057%200ZM8.63535%204.27713L4.9378%207.97471C4.7987%208.1138%204.57847%208.1138%204.43938%207.97471L2.37617%205.91149C2.23708%205.77239%202.23708%205.55216%202.37617%205.41307L3.118%204.67123C3.25709%204.53214%203.47732%204.53214%203.61641%204.67123L4.61325%205.66807C4.65961%205.71444%204.72916%205.71444%204.77552%205.66807L7.40669%203.03688C7.54579%202.89779%207.76602%202.89779%207.90511%203.03688L8.64694%203.77871C8.77444%203.91781%208.77444%204.13804%208.63535%204.27713Z'%20fill='%2327A102'/%3e%3c/svg%3e");
    background-size: 100% 100%;
    margin-right: 10px
}

.check-list.white-marker li {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600
}

.check-list.white-marker li:before {
    background: url("data:image/svg+xml,%3csvg%20width='11'%20height='11'%20viewBox='0%200%2011%2011'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M8.09057%200H2.92095C1.30979%200%200%201.3098%200%202.92097V8.07903C0%209.6902%201.30979%2011%202.92095%2011H8.07898C9.69013%2011%2010.9999%209.6902%2010.9999%208.07903V2.92097C11.0115%201.3098%209.70173%200%208.09057%200ZM8.63535%204.27713L4.9378%207.97471C4.7987%208.1138%204.57847%208.1138%204.43938%207.97471L2.37617%205.91149C2.23708%205.77239%202.23708%205.55216%202.37617%205.41307L3.118%204.67123C3.25709%204.53214%203.47732%204.53214%203.61641%204.67123L4.61325%205.66807C4.65961%205.71444%204.72916%205.71444%204.77552%205.66807L7.40669%203.03688C7.54579%202.89779%207.76602%202.89779%207.90511%203.03688L8.64694%203.77871C8.77444%203.91781%208.77444%204.13804%208.63535%204.27713Z'%20fill='white'/%3e%3c/svg%3e");
    background-size: 100% 100%
}

.template-image-section__wrap.services-template .template2-image h5, .template-image-section__wrap.services-template .template2-image .h5 {
    color: #fff;
    margin: 40px 0 10px
}

.template-image-section__wrap.services-template .template2-image h2, .template-image-section__wrap.services-template .template2-image .h2 {
    color: #fff;
    margin-top: 80px
}

.template-content__green-text {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 600
}

@media screen and (min-width: 768px) {
    .template-content__green-text {
        font-size: 20px
    }
}

.pages-hero-section {
    padding: 110px 0 80px;
    position: relative
}

.pages-hero-section:before {
    content: "";
    opacity: .1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 120%;
    max-height: 100vh;
    display: inline-block;
    background: linear-gradient(180deg, #27a102, #27a10200);
    z-index: -1
}

@media screen and (min-width: 768px) {
    .pages-hero-section {
        padding: 140px 0 100px
    }
}

@media screen and (min-width: 1280px) {
    .pages-hero-section {
        padding: 140px 0 130px
    }
}

.breadcrumbs {
    font-size: 16px;
    line-height: 1.5
}

@media screen and (min-width: 768px) {
    .breadcrumbs {
        font-size: 18px
    }
}

.pb-40, .pb-60 {
    padding-bottom: 40px
}

@media screen and (min-width: 768px) {
    .pb-60 {
        padding-bottom: 60px
    }
}

.breadcrumbs__link, .breadcrumbs__current, .breadcrumbs__separator {
    color: #999;
    line-height: 1.5;
    font-weight: 400;
    font-size: 16px
}

@media screen and (min-width: 768px) {
    .breadcrumbs__link, .breadcrumbs__current, .breadcrumbs__separator {
        font-size: 18px
    }
}

.breadcrumbs__link {
    transition: color ease 333ms
}

.breadcrumbs__link:hover {
    text-decoration: none;
    color: #27a102
}

.breadcrumbs__separator {
    padding: 0 10px
}

@media screen and (min-width: 768px) {
    .breadcrumbs__separator {
        padding: 0 20px
    }
}

.pages-hero-section__wrap, .about-image-block__wrap {
    display: flex;
    flex-direction: column;
    row-gap: 40px;
    align-items: center
}

@media screen and (min-width: 768px) {
    .pages-hero-section__wrap, .about-image-block__wrap {
        flex-direction: row;
        align-items: center;
        column-gap: 8%
    }
}

.pages-main-section__content {
    width: 100%;
    display: flex;
    flex-direction: column
}

@media screen and (min-width: 768px) {
    .pages-main-section__content {
        width: 53%;
        align-items: flex-start
    }
}

.pages-main-section__content h1, .pages-main-section__content .h1 {
    margin-bottom: 20px;
    text-align: center;
    font-size: calc(30px + .01875 * (100vw - 320px));
    line-height: 1.1
}

@media screen and (min-width: 768px) {
    .pages-main-section__content h1, .pages-main-section__content .h1 {
        text-align: left;
        margin-bottom: 40px
    }
}

@media screen and (min-width: 1921px) {
    .pages-main-section__content h1, .pages-main-section__content .h1 {
        font-size: 60px
    }
}

.pages-main-section__content h2, .pages-main-section__content .h2 {
    text-align: center
}

@media screen and (min-width: 768px) {
    .pages-main-section__content h2, .pages-main-section__content .h2 {
        text-align: left
    }
}

.pages-main-section__content p {
    text-align: left;
    margin-bottom: 10px
}

@media screen and (min-width: 1280px) {
    .pages-main-section__content p {
        margin-bottom: 20px
    }
}

.pages-main-section__image {
    width: 100%
}

@media screen and (min-width: 768px) {
    .pages-main-section__image {
        width: 39%
    }
}

.pages-main-section__image img {
    width: 80%;
    height: auto;
    object-fit: contain;
    margin-inline: auto;
    display: flex
}

@media screen and (min-width: 768px) {
    .pages-main-section__image img {
        width: 100%
    }
}

.pb-150 {
    padding-bottom: 80px
}

@media screen and (min-width: 768px) {
    .pb-150 {
        padding-bottom: 100px
    }
}

@media screen and (min-width: 1280px) {
    .pb-150 {
        padding-bottom: 150px
    }
}

.about-image-block {
    width: 400px;
    max-width: 100%;
    position: relative;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    padding: 20px 0 20px 30px
}

.about-image-block:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 80%;
    height: 100%;
    display: inline-block;
    background: linear-gradient(90deg, #27a102, #27a10200), linear-gradient(270deg, #fff, #fff0);
    opacity: .1;
    border-radius: 10px;
    z-index: -1
}

@media (min-width: 768px) and (max-width: 1279px) {
    .about-image-block {
        padding: 20px 0 20px 30px
    }
}

@media screen and (min-width: 768px) {
    .about-image-block {
        width: 42%
    }
}

@media screen and (min-width: 1280px) {
    .about-image-block {
        padding: 40px 0 40px 60px
    }
}

.about-image-block .about-image__wrap {
    box-shadow: 0 4px 10px #27a1021a;
    border-radius: 10px
}

.about-image-block .about-image__wrap img {
    width: 100%;
    height: auto;
    object-fit: contain
}

.about-image-block .about-image__wrap:first-child {
    width: calc(45% - 5px)
}

.about-image-block .about-image__wrap:nth-child(2) {
    width: calc(55% - 5px)
}

.about-image-block .about-image__wrap:last-child {
    width: 60%;
    margin-right: 15%;
    margin-left: auto
}

.about-content-block {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center
}

.about-content-block a {
    color: #333;
    transition: color ease .3s;
    text-decoration: underline
}

.about-content-block a:hover {
    color: #27a102
}

.about-content-block p {
    margin-bottom: 20px
}

@media screen and (min-width: 1280px) {
    .about-content-block p {
        margin-bottom: 40px
    }
}

.about-content-block h2, .about-content-block .h2 {
    margin-bottom: 10px
}

@media screen and (min-width: 1280px) {
    .about-content-block h2, .about-content-block .h2 {
        margin-bottom: 20px
    }
}

@media screen and (min-width: 768px) {
    .about-content-block {
        width: 50%;
        align-items: flex-start
    }
}

.about-image-block__wrap {
    flex-direction: column-reverse
}

@media screen and (min-width: 768px) {
    .about-image-block__wrap {
        flex-direction: row
    }
}

.swiper-logo .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center
}

.swiper-logo .swiper-slide:hover img {
    transform: scale(1.1)
}

.swiper-logo .swiper-slide img {
    width: 260px;
    height: auto;
    object-fit: contain;
    max-width: 100%;
    aspect-ratio: 2.6;
    transition: transform 555ms ease
}

.logo-slider__section {
    position: relative
}

.swiper-logo {
    padding-bottom: 30px
}

@media screen and (min-width: 768px) {
    .swiper-logo {
        padding-bottom: 0
    }
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
    display: flex
}

.swiper-pagination-bullet {
    opacity: 1;
    width: 15px;
    height: 5px;
    background: #d7dadf;
    border-radius: 2px
}

.swiper-pagination-bullet:not(:last-child) {
    margin-right: 10px
}

.pagination__styles.swiper-horizontal > .swiper-pagination-bullets, .pagination__styles.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 50px;
    justify-content: center;
    z-index: 0
}

.swiper-pagination-bullet-active {
    width: 30px;
    border: none;
    background: #27a102
}

.pricing-section_wrap {
    width: 1270px;
    max-width: 100%;
    margin-inline: auto
}

.pricing-section_wrap > h2, .pricing-section_wrap > .h2, .pricing-section_wrap > p {
    text-align: center
}

.pricing-section_wrap.full-width {
    width: 100%
}

.pricing-table__scroll-wrap {
    overflow-x: auto
}

.pricing-table__wrap {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
    min-width: 450px
}

.pricing-table__wrap .pricing-table__row .pricing-table__col:first-child {
    width: calc(24% - 1.5px);
    font-weight: 600
}

.pricing-table__wrap .pricing-table__row .pricing-table__col:nth-child(2) {
    width: calc(46% - 1.5px)
}

@media screen and (min-width: 992px) {
    .pricing-table__wrap .pricing-table__row .pricing-table__col:nth-child(2) {
        width: calc(52% - 1.5px)
    }
}

.pricing-table__wrap .pricing-table__row .pricing-table__col:nth-child(3), .pricing-table__wrap .pricing-table__row .pricing-table__col:nth-child(4) {
    width: calc(15% - 1.5px)
}

@media screen and (min-width: 992px) {
    .pricing-table__wrap .pricing-table__row .pricing-table__col:nth-child(3), .pricing-table__wrap .pricing-table__row .pricing-table__col:nth-child(4) {
        width: calc(12% - 1.5px)
    }
}

.pricing-table__wrap .pricing-table__row .pricing-table__col:nth-child(4) {
    word-break: break-all
}

.pricing-table__wrap .pricing-table__row .pricing-table__col:nth-child(4).not-break-word {
    word-break: normal
}

.pricing-table__wrap .pricing-table__row:nth-child(odd) .pricing-table__col {
    background: #f1f6f1
}

.pricing-table__wrap .pricing-table__row:first-child .pricing-table__col {
    background: #27a102;
    color: #fff;
    font-weight: 600
}

.pricing__all-tables .pricing-table__wrap .pricing-table__row:not(:first-child) .pricing-table__col:first-child {
    word-break: break-all
}

.pricing-table__row {
    display: flex;
    column-gap: 2px
}

.pricing-table__col {
    padding: 10px;
    color: #333;
    border-radius: 5px;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400
}

@media screen and (min-width: 576px) {
    .pricing-table__col {
        font-size: 16px
    }
}

@media screen and (min-width: 768px) {
    .pricing-table__col {
        padding: 10px 20px
    }
}

@media screen and (min-width: 992px) {
    .pricing-table__col {
        font-size: 18px
    }
}

.template-image-section__wrap.services-template .template-content__cols p {
    padding-bottom: 10px
}

.form__input-style label {
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase
}

.form__input-style label, .form__input-style input, .form__input-style textarea {
    color: #333
}

.form__input-style input, .form__input-style textarea {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6
}

@media (min-width: 1280px) {
    .form__input-style input, .form__input-style textarea {
        font-size: 18px
    }
}

.form__input-style input::placeholder, .form__input-style textarea::placeholder {
    color: #333c;
    opacity: 1
}

.form__input-style .form__input {
    background: #fff;
    border: 1px solid #DDDDDD;
    border-radius: 5px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    width: 100%;
    transition: border ease .5s
}

.form__input-style .form__input.form__input-full-width {
    width: 100%
}

.form__input-style .form__input.focused {
    border-color: #27a102
}

@media (min-width: 1280px) {
    .form__input-style .form__input {
        width: calc(50% - 15px)
    }
}

.contacts__input-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 15px
}

.template-content-block button.main-btn {
    margin-top: 10px
}

.contact-block .template-content-block > p {
    text-align: center
}

@media (min-width: 768px) {
    .contact-block .template-content-block > p {
        text-align: left
    }
}

.form__error {
    display: none;
    border: 1px solid #FF4343;
    width: 100%;
    text-align: center;
    padding: 5px 8px;
    margin-top: 20px;
    border-radius: 5px;
    font-size: 18px
}

.form__success {
    display: none;
    border: 1px solid #42904F;
    width: 100%;
    text-align: center;
    padding: 5px 8px;
    margin-top: 20px;
    border-radius: 5px;
    font-size: 18px
}

.form-control.is-invalid, .was-validated .form-control:invalid {
    color: red
}

.form-control.is-invalid, .was-validated .form-control:invalid, .form-control.is-valid, .was-validated .form-control:valid {
    background: transparent
}

.recaptcha-block {
    display: block;
    width: 100%
}

.hero-section.login .main-section__content {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 30px #1559001a;
    padding: 50px 30px 40px
}

.hero-section.login .hero-section__wrap .main-section__image {
    display: none
}

@media (min-width: 992px) {
    .hero-section.login .hero-section__wrap .main-section__image {
        display: flex
    }
}

@media (max-width: 992px) {
    .hero-section.login .main-section__content {
        width: 500px;
        margin-inline: auto;
        max-width: 100%
    }
}

.login-form__wrap {
    width: 100%
}

.login-form__wrap h1, .login-form__wrap .h1 {
    font-size: 24px;
    line-height: 1.5;
    margin: 30px 0 10px;
    text-align: center
}

.login-form__wrap h2, .login-form__wrap .h2 {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 30px;
    text-align: center
}

.login_logo {
    display: flex;
    justify-content: center
}

.login_logo img {
    width: 261px;
    height: auto;
    object-fit: contain;
    max-width: 80%
}

.checkbox__row-wrap {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    justify-content: space-between;
    margin: 0 0 20px
}

@media screen and (max-width: 350px) {
    .checkbox__row-wrap {
        flex-direction: column;
        align-items: flex-start
    }
}

.custom-checkbox {
    display: inline-block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    line-height: 1
}

.custom-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.custom-checkbox input[type=checkbox]:checked + label:after {
    display: block
}

.custom-checkbox label {
    display: inline-block;
    position: relative;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    user-select: none;
    padding-left: 22px;
    line-height: 1.25;
    font-weight: 400;
    margin-bottom: 0;
    color: #333;
    text-transform: unset
}

.custom-checkbox label:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    background: transparent;
    border: 1px solid #DDDDDD;
    border-radius: 2px
}

.custom-checkbox label:after {
    content: "";
    display: none;
    position: absolute;
    left: 4px;
    top: 4px;
    width: 8px;
    height: 8px;
    background-color: #27a102;
    border-radius: 1px
}

.form__link {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.25;
    color: #27a102;
    transition: all ease .5s
}

.form__link:hover {
    text-decoration: underline
}

.password-input {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative
}

.show-password-input:after {
    content: "";
    background: url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M10.0002%206.53357C8.08887%206.53357%206.53418%208.08865%206.53418%209.99998C6.53418%2011.9113%208.08926%2013.466%2010.0002%2013.466C11.9111%2013.466%2013.4662%2011.9109%2013.4662%209.99998C13.4662%208.08904%2011.9111%206.53357%2010.0002%206.53357ZM10.0002%2011.9816C8.90723%2011.9816%208.01816%2011.0926%208.01816%209.99959C8.01816%208.90662%208.90723%208.01755%2010.0002%208.01755C11.0932%208.01755%2011.9822%208.90662%2011.9822%209.99959C11.9822%2011.0926%2011.0932%2011.9816%2010.0002%2011.9816Z'%20fill='%23999999'/%3e%3cpath%20d='M19.659%208.89065C18.5359%207.22776%2017.0492%205.85159%2015.359%204.91096C13.6949%203.9844%2011.866%203.49573%2010.0641%203.49573C10.0426%203.49573%2010.0215%203.49573%2010%203.49573C9.97852%203.49573%209.95742%203.49573%209.93594%203.49573C8.13437%203.49573%206.30469%203.9844%204.64102%204.91096C2.95117%205.85198%201.46406%207.22815%200.341016%208.89104C-0.113672%209.56487%20-0.113672%2010.4356%200.341016%2011.1098C1.46406%2012.7727%202.95078%2014.1489%204.64102%2015.0895C6.30508%2016.016%208.13398%2016.5047%209.93594%2016.5047H10C11.823%2016.5172%2013.6754%2016.0274%2015.359%2015.0899C17.0488%2014.1489%2018.5359%2012.7727%2019.659%2011.1098C20.1137%2010.436%2020.1137%209.56526%2019.659%208.89143V8.89065ZM18.4289%2010.2789C17.4355%2011.7496%2016.1246%2012.9645%2014.6371%2013.7926C13.1938%2014.5965%2011.6141%2015.0203%2010.0645%2015.0203C10.0449%2015.0203%2010.025%2015.0203%2010.0055%2015.0203H9.99531C9.97578%2015.0203%209.95586%2015.0203%209.93633%2015.0203C8.38711%2015.0203%206.80703%2014.5965%205.36367%2013.7926C3.87617%2012.9645%202.56484%2011.7492%201.57187%2010.2789C1.45742%2010.1094%201.45742%209.89065%201.57187%209.72151C2.56523%208.25081%203.87617%207.03596%205.36367%206.20784C6.80703%205.40393%208.38672%204.9801%209.93633%204.9801H9.99531H10.0055C11.5742%204.96838%2013.1754%205.39377%2014.6371%206.20745C16.1246%207.03557%2017.4355%208.25041%2018.4289%209.72112C18.5434%209.89065%2018.5434%2010.1094%2018.4289%2010.2785V10.2789Z'%20fill='%23999999'/%3e%3c/svg%3e") no-repeat, url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20xmlns='http://www.w3.org/2000/svg'%3e%3cline%20x1='3'%20y1='3'%20x2='17'%20y2='17'%20stroke='%23999999'%20stroke-width='1.5'/%3e%3c/svg%3e") no-repeat;
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: 20px;
    background-repeat: no-repeat
}

.show-password-input.display-password:after {
    background: url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M10.0002%206.53357C8.08887%206.53357%206.53418%208.08865%206.53418%209.99998C6.53418%2011.9113%208.08926%2013.466%2010.0002%2013.466C11.9111%2013.466%2013.4662%2011.9109%2013.4662%209.99998C13.4662%208.08904%2011.9111%206.53357%2010.0002%206.53357ZM10.0002%2011.9816C8.90723%2011.9816%208.01816%2011.0926%208.01816%209.99959C8.01816%208.90662%208.90723%208.01755%2010.0002%208.01755C11.0932%208.01755%2011.9822%208.90662%2011.9822%209.99959C11.9822%2011.0926%2011.0932%2011.9816%2010.0002%2011.9816Z'%20fill='%23999999'/%3e%3cpath%20d='M19.659%208.89065C18.5359%207.22776%2017.0492%205.85159%2015.359%204.91096C13.6949%203.9844%2011.866%203.49573%2010.0641%203.49573C10.0426%203.49573%2010.0215%203.49573%2010%203.49573C9.97852%203.49573%209.95742%203.49573%209.93594%203.49573C8.13437%203.49573%206.30469%203.9844%204.64102%204.91096C2.95117%205.85198%201.46406%207.22815%200.341016%208.89104C-0.113672%209.56487%20-0.113672%2010.4356%200.341016%2011.1098C1.46406%2012.7727%202.95078%2014.1489%204.64102%2015.0895C6.30508%2016.016%208.13398%2016.5047%209.93594%2016.5047H10C11.823%2016.5172%2013.6754%2016.0274%2015.359%2015.0899C17.0488%2014.1489%2018.5359%2012.7727%2019.659%2011.1098C20.1137%2010.436%2020.1137%209.56526%2019.659%208.89143V8.89065ZM18.4289%2010.2789C17.4355%2011.7496%2016.1246%2012.9645%2014.6371%2013.7926C13.1938%2014.5965%2011.6141%2015.0203%2010.0645%2015.0203C10.0449%2015.0203%2010.025%2015.0203%2010.0055%2015.0203H9.99531C9.97578%2015.0203%209.95586%2015.0203%209.93633%2015.0203C8.38711%2015.0203%206.80703%2014.5965%205.36367%2013.7926C3.87617%2012.9645%202.56484%2011.7492%201.57187%2010.2789C1.45742%2010.1094%201.45742%209.89065%201.57187%209.72151C2.56523%208.25081%203.87617%207.03596%205.36367%206.20784C6.80703%205.40393%208.38672%204.9801%209.93633%204.9801H9.99531H10.0055C11.5742%204.96838%2013.1754%205.39377%2014.6371%206.20745C16.1246%207.03557%2017.4355%208.25041%2018.4289%209.72112C18.5434%209.89065%2018.5434%2010.1094%2018.4289%2010.2785V10.2789Z'%20fill='%23999999'/%3e%3c/svg%3e") no-repeat;
    background-size: 20px
}

.show-password-input {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer
}

.password-input input[type=password] {
    padding: 0 25px 0 0
}

.log__acc-wrap {
    display: flex;
    justify-content: center;
    text-align: center;
    margin-top: 30px
}

.log__acc-wrap p {
    font-size: 14px
}

.log__acc-wrap a {
    font-size: 14px;
    color: #27a102;
    transition: all ease .5s
}

.log__acc-wrap a:hover {
    text-decoration: underline
}

.login__form .main-btn {
    width: 100%
}

.login__form .form__input {
    margin-bottom: 15px
}

.page404__section {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 100%;
    min-height: 100vh
}

.page404__section:before {
    content: "";
    opacity: .1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    background: linear-gradient(180deg, #27a102, #27a10200);
    z-index: -1
}

.page404__wrap {
    padding: 80px 0;
    width: 676px;
    max-width: 100%;
    margin-inline: auto;
    text-align: center
}

@media screen and (min-width: 992px) {
    .page404__wrap {
        padding-block: 110px
    }
}

.page404__wrap h1, .page404__wrap .h1 {
    margin-bottom: 10px;
    line-height: 1.25;
    font-size: calc(24px + .015 * (100vw - 320px))
}

@media screen and (min-width: 1921px) {
    .page404__wrap h1, .page404__wrap .h1 {
        font-size: 48px
    }
}

.page404__wrap .main-btn {
    margin-top: 30px;
    margin-inline: auto;
    justify-content: center;
    max-width: 100%
}

.page404__wrap img {
    width: 490px;
    max-width: 80%;
    height: auto;
    object-fit: contain;
    margin-bottom: 30px
}

@media screen and (min-width: 768px) {
    .page404__wrap img {
        max-width: 90%
    }
}

.terms__wrap {
    padding-bottom: 0
}

@media screen and (min-width: 1280px) {
    .terms__wrap {
        padding-bottom: 50px
    }
}

.terms__wrap h1, .terms__wrap .h1 {
    margin-bottom: 20px;
    font-size: calc(30px + .01875 * (100vw - 320px));
    line-height: 1.1
}

@media screen and (min-width: 768px) {
    .terms__wrap h1, .terms__wrap .h1 {
        margin-bottom: 40px
    }
}

@media screen and (min-width: 1921px) {
    .terms__wrap h1, .terms__wrap .h1 {
        font-size: 60px
    }
}

.terms__wrap h2, .terms__wrap .h2 {
    font-size: calc(20px + .01 * (100vw - 320px));
    margin-top: 10px
}

@media screen and (min-width: 1921px) {
    .terms__wrap h2, .terms__wrap .h2 {
        font-size: 36px
    }
}

.terms__wrap h3, .terms__wrap .h3 {
    font-size: calc(18px + .00375 * (100vw - 320px))
}

@media screen and (min-width: 1921px) {
    .terms__wrap h3, .terms__wrap .h3 {
        font-size: 24px
    }
}

.terms__wrap h4, .terms__wrap .h4 {
    font-size: calc(17px + 5 * (100vw - 320px) / 1600)
}

@media screen and (min-width: 1921px) {
    .terms__wrap h4, .terms__wrap .h4 {
        font-size: 22px
    }
}

.terms__wrap h2, .terms__wrap .h2, .terms__wrap h3, .terms__wrap .h3, .terms__wrap h4, .terms__wrap .h4, .terms__wrap h5, .terms__wrap .h5 {
    margin-bottom: 10px;
    font-weight: 600;
    line-height: 1.5
}

.terms__wrap li h5, .terms__wrap li .h5 {
    margin-bottom: 0;
    font-weight: 600
}

.terms__wrap p, .terms__wrap ul, .terms__wrap ol {
    margin-bottom: 20px
}

.terms__wrap p, .terms__wrap h5, .terms__wrap .h5, .terms__wrap li, .terms__wrap a, .terms__wrap span {
    color: #333;
    line-height: 1.6;
    font-weight: 400;
    font-size: 16px
}

@media screen and (min-width: 768px) {
    .terms__wrap p, .terms__wrap h5, .terms__wrap .h5, .terms__wrap li, .terms__wrap a, .terms__wrap span {
        font-size: 18px
    }
}

.terms__wrap span {
    display: inline-block;
    margin-bottom: 5px
}

.terms__wrap ul {
    padding-left: 30px
}

.terms__wrap ul li {
    list-style-type: square;
    margin-bottom: 5px
}

.terms__wrap ol {
    padding-left: 30px
}

.terms__wrap ol li {
    list-style: auto;
    margin-bottom: 5px
}

.terms__wrap a {
    transition: color ease .3s
}

.terms__wrap a.text-dec-und {
    text-decoration: underline
}

.terms__wrap a:hover {
    color: #27a102
}

.title-red {
    color: #c00
}

.tr-upper {
    text-transform: uppercase
}

.text-page__wrap {
    padding-bottom: 0
}

@media screen and (min-width: 1280px) {
    .text-page__wrap {
        padding-bottom: 50px
    }
}

.text-page__wrap h1, .text-page__wrap .h1 {
    margin-bottom: 30px;
    text-align: center
}

@media screen and (min-width: 992px) {
    .text-page__wrap h1, .text-page__wrap .h1 {
        text-align: left
    }
}

.text-page__wrap h2, .text-page__wrap .h2 {
    font-size: calc(20px + .01 * (100vw - 320px));
    margin-bottom: 10px;
    text-align: center
}

@media screen and (min-width: 992px) {
    .text-page__wrap h2, .text-page__wrap .h2 {
        text-align: left
    }
}

@media screen and (min-width: 1921px) {
    .text-page__wrap h2, .text-page__wrap .h2 {
        font-size: 36px
    }
}

.text-page__wrap p {
    margin-bottom: 30px
}

.text-page__image-block__wrap {
    margin: 40px 0;
    display: flex;
    flex-direction: column;
    row-gap: 60px
}

.text-page__image-block__wrap .text-page__image-block:nth-child(2n) {
    flex-direction: column-reverse
}

@media screen and (min-width: 992px) {
    .text-page__image-block__wrap .text-page__image-block:nth-child(2n) {
        flex-direction: row-reverse
    }
}

.text-page__image-block__wrap .text-page__image-block:nth-child(2n) .text-page__image {
    padding: 0 0 20px 20px
}

.text-page__image-block__wrap .text-page__image-block:nth-child(2n) .text-page__image:after {
    right: auto;
    left: 0
}

@media screen and (min-width: 1280px) {
    .text-page__image-block__wrap .text-page__image-block:nth-child(2n) .text-page__image {
        padding: 0 0 40px 40px
    }
}

@media screen and (min-width: 1280px) {
    .text-page__image-block__wrap {
        margin: 60px 0
    }
}

.text-page__image-block {
    display: flex;
    justify-content: space-between;
    column-gap: 3%;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    row-gap: 40px
}

@media screen and (min-width: 992px) {
    .text-page__image-block {
        flex-direction: row
    }
}

.text-page__content {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.text-page__content strong {
    font-weight: 600
}

.text-page__content ul {
    padding-left: 30px
}

.text-page__content ul li {
    list-style-type: square;
    margin-bottom: 5px
}

.text-page__content span {
    padding-bottom: 5px
}

@media screen and (min-width: 992px) {
    .text-page__content {
        width: 64%
    }
}

.text-page__image {
    width: 500px;
    max-width: 100%;
    margin-inline: auto;
    padding-right: 20px;
    padding-bottom: 20px;
    position: relative;
    height: fit-content
}

.text-page__image:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    display: inline-block;
    background: #27a102;
    border-radius: 10px;
    z-index: -1
}

@media screen and (min-width: 1280px) {
    .text-page__image:after {
        width: calc(100% - 40px);
        height: calc(100% - 40px)
    }
}

.text-page__image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 1;
    border-radius: 10px
}

@media screen and (min-width: 992px) {
    .text-page__image {
        width: 33%;
        margin-left: 0
    }
}

@media screen and (min-width: 1280px) {
    .text-page__image {
        padding-right: 40px;
        padding-bottom: 40px
    }
}

.footer {
    position: relative;
    padding: 20px 0
}

@media screen and (min-width: 768px) {
    .footer {
        padding: 60px 0 30px
    }
}

.footer:before {
    content: "";
    opacity: .1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    background: linear-gradient(0deg, #27a102, #27a10200);
    z-index: -1
}

.footer-wrap {
    box-shadow: 0 5px 30px #1559001a;
    background: #fff;
    border-radius: 10px;
    padding: 30px 15px 18px
}

@media screen and (min-width: 576px) {
    .footer-wrap {
        padding: 30px 30px 18px
    }
}

.footer__copyright {
    padding-top: 18px;
    border-top: 1px solid #DDDDDD
}

.footer__copyright p {
    font-size: 13px;
    line-height: 1.4;
    color: #333;
    text-align: center
}

@media screen and (min-width: 992px) {
    .footer__copyright p {
        font-size: 15px
    }
}

@media screen and (min-width: 575px) {
    .footer__copyright p {
        text-align: left
    }
}

.footer__copyright li {
    line-height: 1
}

.footer__copyright a {
    font-size: 13px;
    line-height: 1.4;
    color: #333;
    transition: color ease 333ms
}

@media screen and (min-width: 992px) {
    .footer__copyright a {
        font-size: 15px
    }
}

.footer__copyright a:hover {
    color: #27a102;
    text-decoration: none
}

.footer-links__terms {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px
}

.terms__block {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 30px;
    row-gap: 5px;
    justify-content: center;
    flex-direction: column
}

@media screen and (min-width: 1280px) {
    .terms__block {
        justify-content: space-between;
        flex-direction: row
    }
}

.footer__logo-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    column-gap: 30px;
    row-gap: 20px
}

@media screen and (min-width: 1280px) {
    .footer__logo-block {
        flex-direction: row
    }
}

.footer__logo-block a img {
    width: 128px;
    height: auto;
    object-fit: contain
}

.footer-main-content {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 18px;
    row-gap: 20px
}

@media screen and (min-width: 576px) {
    .footer-main-content {
        row-gap: 40px;
        padding-bottom: 30px
    }
}

.footer-col {
    font-size: 15px;
    line-height: 1.5;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding-right: 15px;
    align-items: center
}

@media screen and (min-width: 576px) {
    .footer-col {
        align-items: flex-start
    }
}

.footer-col h4, .footer-col .h4 {
    color: #27a102;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 10px;
    text-align: center
}

@media screen and (min-width: 576px) {
    .footer-col h4, .footer-col .h4 {
        text-align: left;
        margin-bottom: 20px
    }
}

@media screen and (min-width: 768px) {
    .footer-col h4, .footer-col .h4 {
        font-size: 18px
    }
}

.footer-col a {
    color: #333;
    transition: color ease .3s
}

.footer-col a:hover {
    color: #27a102
}

.footer-col:not(:last-child) {
    padding-right: 15px
}

.footer-col:nth-child(1), .footer-col:nth-child(2) {
    width: 100%
}

@media screen and (min-width: 768px) {
    .footer-col:nth-child(1), .footer-col:nth-child(2) {
        width: 50%
    }
}

@media screen and (min-width: 1280px) {
    .footer-col:nth-child(1), .footer-col:nth-child(2) {
        width: 25%
    }
}

.footer-col:nth-child(1) {
    order: 3
}

@media (min-width: 576px) and (max-width: 767px) {
    .footer-col:nth-child(1) {
        width: 38%;
        order: 2
    }
}

@media screen and (min-width: 1280px) {
    .footer-col:nth-child(1) {
        order: 1
    }
}

.footer-col:nth-child(2) {
    order: 4
}

@media (min-width: 576px) and (max-width: 767px) {
    .footer-col:nth-child(2) {
        width: 38%;
        order: 3
    }
}

@media screen and (min-width: 1280px) {
    .footer-col:nth-child(2) {
        order: 2
    }
}

.footer-col:nth-child(3) {
    width: 100%;
    order: 2
}

@media (min-width: 576px) and (max-width: 767px) {
    .footer-col:nth-child(3) {
        width: 24%;
        order: 4
    }
}

@media screen and (min-width: 768px) {
    .footer-col:nth-child(3) {
        width: 24%
    }
}

@media screen and (min-width: 1280px) {
    .footer-col:nth-child(3) {
        width: 17%;
        order: 2
    }
}

.footer-col:nth-child(4) {
    width: 100%;
    order: 1
}

@media (min-width: 576px) and (max-width: 767px) {
    .footer-col:nth-child(4) {
        width: 100%
    }
}

@media screen and (min-width: 768px) {
    .footer-col:nth-child(4) {
        width: 75%
    }
}

@media screen and (min-width: 1280px) {
    .footer-col:nth-child(4) {
        width: 33%;
        order: 4
    }
}

.footer-contact__wrap {
    display: flex;
    column-gap: 15px;
    flex-direction: column;
    row-gap: 10px
}

@media screen and (min-width: 576px) {
    .footer-contact__wrap {
        flex-direction: row
    }
}

.footer-contact__wrap > div {
    flex: 1
}

.footer-contact__row {
    display: flex;
    column-gap: 10px;
    align-items: flex-start
}

.footer-contact__row img {
    width: 18px;
    height: 18px;
    min-width: 18px;
    object-fit: contain
}

@media screen and (min-width: 576px) {
    .footer-contact__row img {
        width: 20px;
        height: 20px;
        min-width: 20px
    }
}

.footer-contact__info {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    row-gap: 10px
}

.certifications-col-image__wrap img {
    width: 109px;
    height: auto;
    object-fit: contain;
    max-width: 70%;
    display: flex;
    margin-inline: auto
}

@media (min-width: 576px) {
    .certifications-col-image__wrap img {
        margin-left: 0
    }
}

@media (min-width: 768px) {
    .certifications-col-image__wrap img {
        max-width: 100%
    }
}

.associations-col-logo__wrap {
    display: flex;
    column-gap: 10px;
    flex-grow: 0
}

@media screen and (min-width: 768px) {
    .associations-col-logo__wrap {
        flex-grow: 1
    }
}

.associations-col-logo__wrap .footer-logo-item {
    min-height: 100%;
    padding: 5px;
    aspect-ratio: 1.2
}

@media screen and (min-width: 576px) {
    .associations-col-logo__wrap .footer-logo-item {
        aspect-ratio: auto
    }
}

@media screen and (min-width: 768px) {
    .associations-col-logo__wrap .footer-logo-item {
        padding: 10px
    }
}

.footer-logo-item {
    border: 1px solid #DDDDDD;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center
}

.footer-logo-item img {
    width: 100%;
    height: auto;
    object-fit: contain
}

.accepted-col-logo__wrap {
    width: 260px;
    max-width: 100%
}

.accepted-col-logo__wrap .footer-logo-item {
    width: calc(33.3333333333% - 7px);
    aspect-ratio: 1.33;
    padding: 5px 10px
}

@media screen and (min-width: 768px) {
    .accepted-col-logo__wrap .footer-logo-item {
        padding: 10px 15px
    }
}

.accepted-col-logo__wrap .footer-logo-item:first-child {
    width: 100%;
    aspect-ratio: 4.33;
    padding: 10px 40px
}

@media screen and (min-width: 576px) {
    .accepted-col-logo__wrap .footer-logo-item:first-child {
        padding: 5px 15px
    }
}

@media screen and (min-width: 768px) {
    .accepted-col-logo__wrap .footer-logo-item:first-child {
        padding: 15px 55px
    }
}

.accepted-logo-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px
}

.footer-email {
    word-break: break-all
}
