@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap");

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

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

body {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background-color: var(--bs-body-bg);
    color: var(--bs-body-color);
    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);
    margin: 0;
    text-align: var(--bs-body-text-align)
}

hr {
    border: 0;
    border-top: 1px solid;
    color: inherit;
    margin: 1rem 0;
    opacity: .25
}

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

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

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

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

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

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

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

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

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

h5 {
    font-size: 1.25rem
}

h6 {
    font-size: 1rem
}

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

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

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

ol,
ul {
    padding-left: 2rem
}

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

ol ol,
ol ul,
ul ol,
ul ul {
    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 {
    font-size: .875em
}

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

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: var(--bs-link-color);
    text-decoration: underline
}

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

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

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

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

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

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

a>code {
    color: inherit
}

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

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

figure {
    margin: 0 0 1rem
}

img,
svg {
    vertical-align: middle
}

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

caption {
    color: #6c757d;
    padding-bottom: .5rem;
    padding-top: .5rem;
    text-align: left
}

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

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

label {
    display: inline-block
}

button {
    border-radius: 0
}

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

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

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
}

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

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

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

textarea {
    resize: vertical
}

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

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

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

legend+* {
    clear: left
}

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

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

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

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

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

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

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

output {
    display: inline-block
}

iframe {
    border: 0
}

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

progress {
    vertical-align: baseline
}

[hidden] {
    display: none !important
}

:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13, 110, 253;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg-rgb: 255, 255, 255;
    --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, hsla(0, 0%, 100%, .15), hsla(0, 0%, 100%, 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-bg: #fff;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0, 0, 0, .175);
    --bs-border-radius: 0.375rem;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 0.5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-2xl: 2rem;
    --bs-border-radius-pill: 50rem;
    --bs-link-color: #0d6efd;
    --bs-link-hover-color: #0a58ca;
    --bs-code-color: #d63384;
    --bs-highlight-bg: #fff3cd
}

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

@media (min-width:576px) {

    .container,
    .container-sm {
        max-width: 540px
    }
}

@media (min-width:768px) {

    .container,
    .container-md,
    .container-sm {
        max-width: 720px
    }
}

@media (min-width:992px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px
    }
}

@media (min-width:1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px
    }
}

.row {
    --bs-gutter-x: 20px;
    --bs-gutter-y: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: calc(var(--bs-gutter-x)*-.5);
    margin-right: calc(var(--bs-gutter-x)*-.5);
    margin-top: calc(var(--bs-gutter-y)*-1)
}

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

.col {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%
}

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

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

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

.row-cols-3>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%
}

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

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

.row-cols-6>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%
}

.col-auto {
    width: auto
}

.col-1,
.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.col-1 {
    width: 8.33333333%
}

.col-2 {
    width: 16.66666667%
}

.col-2,
.col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.col-3 {
    width: 25%
}

.col-4 {
    width: 33.33333333%
}

.col-4,
.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.col-5 {
    width: 41.66666667%
}

.col-6 {
    width: 50%
}

.col-6,
.col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.col-7 {
    width: 58.33333333%
}

.col-8 {
    width: 66.66666667%
}

.col-8,
.col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.col-9 {
    width: 75%
}

.col-10 {
    width: 83.33333333%
}

.col-10,
.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.col-11 {
    width: 91.66666667%
}

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    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: 0.25rem
}

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

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

.g-2,
.gy-2 {
    --bs-gutter-y: 0.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 {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }

    .row-cols-sm-auto>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

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

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

    .row-cols-sm-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.3333333333%
    }

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

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

    .row-cols-sm-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-sm-auto {
        width: auto
    }

    .col-sm-1,
    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-2,
    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-4,
    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-6,
    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-8,
    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-10,
    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        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: 0.25rem
    }

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

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

    .g-sm-2,
    .gy-sm-2 {
        --bs-gutter-y: 0.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 {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }

    .row-cols-md-auto>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

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

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

    .row-cols-md-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.3333333333%
    }

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

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

    .row-cols-md-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-md-auto {
        width: auto
    }

    .col-md-1,
    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-2,
    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-4,
    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-6,
    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-8,
    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-10,
    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        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: 0.25rem
    }

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

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

    .g-md-2,
    .gy-md-2 {
        --bs-gutter-y: 0.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 {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }

    .row-cols-lg-auto>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

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

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

    .row-cols-lg-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.3333333333%
    }

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

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

    .row-cols-lg-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-lg-auto {
        width: auto
    }

    .col-lg-1,
    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-2,
    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-4,
    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-6,
    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-8,
    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-10,
    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        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: 0.25rem
    }

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

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

    .g-lg-2,
    .gy-lg-2 {
        --bs-gutter-y: 0.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:1200px) {
    .col-xl {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }

    .row-cols-xl-auto>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

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

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

    .row-cols-xl-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.3333333333%
    }

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

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

    .row-cols-xl-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-xl-auto {
        width: auto
    }

    .col-xl-1,
    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-xl-1 {
        width: 8.33333333%
    }

    .col-xl-2 {
        width: 16.66666667%
    }

    .col-xl-2,
    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-xl-3 {
        width: 25%
    }

    .col-xl-4 {
        width: 33.33333333%
    }

    .col-xl-4,
    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-xl-5 {
        width: 41.66666667%
    }

    .col-xl-6 {
        width: 50%
    }

    .col-xl-6,
    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-xl-7 {
        width: 58.33333333%
    }

    .col-xl-8 {
        width: 66.66666667%
    }

    .col-xl-8,
    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-xl-9 {
        width: 75%
    }

    .col-xl-10 {
        width: 83.33333333%
    }

    .col-xl-10,
    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-xl-11 {
        width: 91.66666667%
    }

    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        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: 0.25rem
    }

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

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

    .g-xl-2,
    .gy-xl-2 {
        --bs-gutter-y: 0.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
    }
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-grid {
    display: -ms-grid !important;
    display: grid !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

.d-none {
    display: none !important
}

.flex-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
}

.flex-row {
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column,
.flex-row {
    -webkit-box-direction: normal !important
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse,
.flex-row-reverse {
    -webkit-box-direction: reverse !important
}

.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

.flex-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
}

.flex-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

.justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.justify-content-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important
}

.align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.align-self-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important
}

.order-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important
}

.order-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important
}

.order-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important
}

.order-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important
}

.order-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important
}

.order-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important
}

.order-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important
}

.order-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important
}

.m-0 {
    margin: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.m-auto {
    margin: auto !important
}

.mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important
}

.mx-1 {
    margin-left: .25rem !important;
    margin-right: .25rem !important
}

.mx-2 {
    margin-left: .5rem !important;
    margin-right: .5rem !important
}

.mx-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important
}

.mx-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important
}

.mx-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important
}

.mx-auto {
    margin-left: auto !important;
    margin-right: auto !important
}

.my-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important
}

.my-1 {
    margin-bottom: .25rem !important;
    margin-top: .25rem !important
}

.my-2 {
    margin-bottom: .5rem !important;
    margin-top: .5rem !important
}

.my-3 {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important
}

.my-4 {
    margin-bottom: 1.5rem !important;
    margin-top: 1.5rem !important
}

.my-5 {
    margin-bottom: 3rem !important;
    margin-top: 3rem !important
}

.my-auto {
    margin-bottom: auto !important;
    margin-top: auto !important
}

.mt-0 {
    margin-top: 0 !important
}

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

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

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

.mt-4 {
    margin-top: 1.5rem !important
}

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

.mt-auto {
    margin-top: auto !important
}

.me-0 {
    margin-right: 0 !important
}

.me-1 {
    margin-right: .25rem !important
}

.me-2 {
    margin-right: .5rem !important
}

.me-3 {
    margin-right: 1rem !important
}

.me-4 {
    margin-right: 1.5rem !important
}

.me-5 {
    margin-right: 3rem !important
}

.me-auto {
    margin-right: auto !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-1 {
    margin-bottom: .25rem !important
}

.mb-2 {
    margin-bottom: .5rem !important
}

.mb-3 {
    margin-bottom: 1rem !important
}

.mb-4 {
    margin-bottom: 1.5rem !important
}

.mb-5 {
    margin-bottom: 3rem !important
}

.mb-auto {
    margin-bottom: auto !important
}

.ms-0 {
    margin-left: 0 !important
}

.ms-1 {
    margin-left: .25rem !important
}

.ms-2 {
    margin-left: .5rem !important
}

.ms-3 {
    margin-left: 1rem !important
}

.ms-4 {
    margin-left: 1.5rem !important
}

.ms-5 {
    margin-left: 3rem !important
}

.ms-auto {
    margin-left: auto !important
}

.p-0 {
    padding: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.px-1 {
    padding-left: .25rem !important;
    padding-right: .25rem !important
}

.px-2 {
    padding-left: .5rem !important;
    padding-right: .5rem !important
}

.px-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important
}

.px-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important
}

.px-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important
}

.py-0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important
}

.py-1 {
    padding-bottom: .25rem !important;
    padding-top: .25rem !important
}

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

.py-3 {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important
}

.py-4 {
    padding-bottom: 1.5rem !important;
    padding-top: 1.5rem !important
}

.py-5 {
    padding-bottom: 3rem !important;
    padding-top: 3rem !important
}

.pt-0 {
    padding-top: 0 !important
}

.pt-1 {
    padding-top: .25rem !important
}

.pt-2 {
    padding-top: .5rem !important
}

.pt-3 {
    padding-top: 1rem !important
}

.pt-4 {
    padding-top: 1.5rem !important
}

.pt-5 {
    padding-top: 3rem !important
}

.pe-0 {
    padding-right: 0 !important
}

.pe-1 {
    padding-right: .25rem !important
}

.pe-2 {
    padding-right: .5rem !important
}

.pe-3 {
    padding-right: 1rem !important
}

.pe-4 {
    padding-right: 1.5rem !important
}

.pe-5 {
    padding-right: 3rem !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.pb-1 {
    padding-bottom: .25rem !important
}

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

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

.pb-4 {
    padding-bottom: 1.5rem !important
}

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

.ps-0 {
    padding-left: 0 !important
}

.ps-1 {
    padding-left: .25rem !important
}

.ps-2 {
    padding-left: .5rem !important
}

.ps-3 {
    padding-left: 1rem !important
}

.ps-4 {
    padding-left: 1.5rem !important
}

.ps-5 {
    padding-left: 3rem !important
}

@media (min-width:576px) {
    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-grid {
        display: -ms-grid !important;
        display: grid !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .d-sm-none {
        display: none !important
    }

    .flex-sm-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-sm-column,
    .flex-sm-row {
        -webkit-box-direction: normal !important
    }

    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-sm-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .justify-content-sm-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .justify-content-sm-evenly {
        -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important
    }

    .align-items-sm-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-sm-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-sm-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }

    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }

    .order-sm-first {
        -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
        order: -1 !important
    }

    .order-sm-0 {
        -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important
    }

    .order-sm-1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important
    }

    .order-sm-2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important
    }

    .order-sm-3 {
        -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important
    }

    .order-sm-4 {
        -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important
    }

    .order-sm-5 {
        -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important
    }

    .order-sm-last {
        -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
        order: 6 !important
    }

    .m-sm-0 {
        margin: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mx-sm-0 {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .mx-sm-1 {
        margin-left: .25rem !important;
        margin-right: .25rem !important
    }

    .mx-sm-2 {
        margin-left: .5rem !important;
        margin-right: .5rem !important
    }

    .mx-sm-3 {
        margin-left: 1rem !important;
        margin-right: 1rem !important
    }

    .mx-sm-4 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important
    }

    .mx-sm-5 {
        margin-left: 3rem !important;
        margin-right: 3rem !important
    }

    .mx-sm-auto {
        margin-left: auto !important;
        margin-right: auto !important
    }

    .my-sm-0 {
        margin-bottom: 0 !important;
        margin-top: 0 !important
    }

    .my-sm-1 {
        margin-bottom: .25rem !important;
        margin-top: .25rem !important
    }

    .my-sm-2 {
        margin-bottom: .5rem !important;
        margin-top: .5rem !important
    }

    .my-sm-3 {
        margin-bottom: 1rem !important;
        margin-top: 1rem !important
    }

    .my-sm-4 {
        margin-bottom: 1.5rem !important;
        margin-top: 1.5rem !important
    }

    .my-sm-5 {
        margin-bottom: 3rem !important;
        margin-top: 3rem !important
    }

    .my-sm-auto {
        margin-bottom: auto !important;
        margin-top: auto !important
    }

    .mt-sm-0 {
        margin-top: 0 !important
    }

    .mt-sm-1 {
        margin-top: .25rem !important
    }

    .mt-sm-2 {
        margin-top: .5rem !important
    }

    .mt-sm-3 {
        margin-top: 1rem !important
    }

    .mt-sm-4 {
        margin-top: 1.5rem !important
    }

    .mt-sm-5 {
        margin-top: 3rem !important
    }

    .mt-sm-auto {
        margin-top: auto !important
    }

    .me-sm-0 {
        margin-right: 0 !important
    }

    .me-sm-1 {
        margin-right: .25rem !important
    }

    .me-sm-2 {
        margin-right: .5rem !important
    }

    .me-sm-3 {
        margin-right: 1rem !important
    }

    .me-sm-4 {
        margin-right: 1.5rem !important
    }

    .me-sm-5 {
        margin-right: 3rem !important
    }

    .me-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-0 {
        margin-bottom: 0 !important
    }

    .mb-sm-1 {
        margin-bottom: .25rem !important
    }

    .mb-sm-2 {
        margin-bottom: .5rem !important
    }

    .mb-sm-3 {
        margin-bottom: 1rem !important
    }

    .mb-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-sm-5 {
        margin-bottom: 3rem !important
    }

    .mb-sm-auto {
        margin-bottom: auto !important
    }

    .ms-sm-0 {
        margin-left: 0 !important
    }

    .ms-sm-1 {
        margin-left: .25rem !important
    }

    .ms-sm-2 {
        margin-left: .5rem !important
    }

    .ms-sm-3 {
        margin-left: 1rem !important
    }

    .ms-sm-4 {
        margin-left: 1.5rem !important
    }

    .ms-sm-5 {
        margin-left: 3rem !important
    }

    .ms-sm-auto {
        margin-left: auto !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .px-sm-0 {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .px-sm-1 {
        padding-left: .25rem !important;
        padding-right: .25rem !important
    }

    .px-sm-2 {
        padding-left: .5rem !important;
        padding-right: .5rem !important
    }

    .px-sm-3 {
        padding-left: 1rem !important;
        padding-right: 1rem !important
    }

    .px-sm-4 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important
    }

    .px-sm-5 {
        padding-left: 3rem !important;
        padding-right: 3rem !important
    }

    .py-sm-0 {
        padding-bottom: 0 !important;
        padding-top: 0 !important
    }

    .py-sm-1 {
        padding-bottom: .25rem !important;
        padding-top: .25rem !important
    }

    .py-sm-2 {
        padding-bottom: .5rem !important;
        padding-top: .5rem !important
    }

    .py-sm-3 {
        padding-bottom: 1rem !important;
        padding-top: 1rem !important
    }

    .py-sm-4 {
        padding-bottom: 1.5rem !important;
        padding-top: 1.5rem !important
    }

    .py-sm-5 {
        padding-bottom: 3rem !important;
        padding-top: 3rem !important
    }

    .pt-sm-0 {
        padding-top: 0 !important
    }

    .pt-sm-1 {
        padding-top: .25rem !important
    }

    .pt-sm-2 {
        padding-top: .5rem !important
    }

    .pt-sm-3 {
        padding-top: 1rem !important
    }

    .pt-sm-4 {
        padding-top: 1.5rem !important
    }

    .pt-sm-5 {
        padding-top: 3rem !important
    }

    .pe-sm-0 {
        padding-right: 0 !important
    }

    .pe-sm-1 {
        padding-right: .25rem !important
    }

    .pe-sm-2 {
        padding-right: .5rem !important
    }

    .pe-sm-3 {
        padding-right: 1rem !important
    }

    .pe-sm-4 {
        padding-right: 1.5rem !important
    }

    .pe-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-0 {
        padding-bottom: 0 !important
    }

    .pb-sm-1 {
        padding-bottom: .25rem !important
    }

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

    .pb-sm-3 {
        padding-bottom: 1rem !important
    }

    .pb-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-sm-5 {
        padding-bottom: 3rem !important
    }

    .ps-sm-0 {
        padding-left: 0 !important
    }

    .ps-sm-1 {
        padding-left: .25rem !important
    }

    .ps-sm-2 {
        padding-left: .5rem !important
    }

    .ps-sm-3 {
        padding-left: 1rem !important
    }

    .ps-sm-4 {
        padding-left: 1.5rem !important
    }

    .ps-sm-5 {
        padding-left: 3rem !important
    }
}

@media (min-width:768px) {
    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-grid {
        display: -ms-grid !important;
        display: grid !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .d-md-none {
        display: none !important
    }

    .flex-md-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-md-column,
    .flex-md-row {
        -webkit-box-direction: normal !important
    }

    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-md-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .justify-content-md-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .justify-content-md-evenly {
        -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important
    }

    .align-items-md-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-md-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-md-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }

    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }

    .order-md-first {
        -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
        order: -1 !important
    }

    .order-md-0 {
        -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important
    }

    .order-md-1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important
    }

    .order-md-2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important
    }

    .order-md-3 {
        -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important
    }

    .order-md-4 {
        -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important
    }

    .order-md-5 {
        -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important
    }

    .order-md-last {
        -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
        order: 6 !important
    }

    .m-md-0 {
        margin: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mx-md-0 {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .mx-md-1 {
        margin-left: .25rem !important;
        margin-right: .25rem !important
    }

    .mx-md-2 {
        margin-left: .5rem !important;
        margin-right: .5rem !important
    }

    .mx-md-3 {
        margin-left: 1rem !important;
        margin-right: 1rem !important
    }

    .mx-md-4 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important
    }

    .mx-md-5 {
        margin-left: 3rem !important;
        margin-right: 3rem !important
    }

    .mx-md-auto {
        margin-left: auto !important;
        margin-right: auto !important
    }

    .my-md-0 {
        margin-bottom: 0 !important;
        margin-top: 0 !important
    }

    .my-md-1 {
        margin-bottom: .25rem !important;
        margin-top: .25rem !important
    }

    .my-md-2 {
        margin-bottom: .5rem !important;
        margin-top: .5rem !important
    }

    .my-md-3 {
        margin-bottom: 1rem !important;
        margin-top: 1rem !important
    }

    .my-md-4 {
        margin-bottom: 1.5rem !important;
        margin-top: 1.5rem !important
    }

    .my-md-5 {
        margin-bottom: 3rem !important;
        margin-top: 3rem !important
    }

    .my-md-auto {
        margin-bottom: auto !important;
        margin-top: auto !important
    }

    .mt-md-0 {
        margin-top: 0 !important
    }

    .mt-md-1 {
        margin-top: .25rem !important
    }

    .mt-md-2 {
        margin-top: .5rem !important
    }

    .mt-md-3 {
        margin-top: 1rem !important
    }

    .mt-md-4 {
        margin-top: 1.5rem !important
    }

    .mt-md-5 {
        margin-top: 3rem !important
    }

    .mt-md-auto {
        margin-top: auto !important
    }

    .me-md-0 {
        margin-right: 0 !important
    }

    .me-md-1 {
        margin-right: .25rem !important
    }

    .me-md-2 {
        margin-right: .5rem !important
    }

    .me-md-3 {
        margin-right: 1rem !important
    }

    .me-md-4 {
        margin-right: 1.5rem !important
    }

    .me-md-5 {
        margin-right: 3rem !important
    }

    .me-md-auto {
        margin-right: auto !important
    }

    .mb-md-0 {
        margin-bottom: 0 !important
    }

    .mb-md-1 {
        margin-bottom: .25rem !important
    }

    .mb-md-2 {
        margin-bottom: .5rem !important
    }

    .mb-md-3 {
        margin-bottom: 1rem !important
    }

    .mb-md-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-md-5 {
        margin-bottom: 3rem !important
    }

    .mb-md-auto {
        margin-bottom: auto !important
    }

    .ms-md-0 {
        margin-left: 0 !important
    }

    .ms-md-1 {
        margin-left: .25rem !important
    }

    .ms-md-2 {
        margin-left: .5rem !important
    }

    .ms-md-3 {
        margin-left: 1rem !important
    }

    .ms-md-4 {
        margin-left: 1.5rem !important
    }

    .ms-md-5 {
        margin-left: 3rem !important
    }

    .ms-md-auto {
        margin-left: auto !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .px-md-0 {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .px-md-1 {
        padding-left: .25rem !important;
        padding-right: .25rem !important
    }

    .px-md-2 {
        padding-left: .5rem !important;
        padding-right: .5rem !important
    }

    .px-md-3 {
        padding-left: 1rem !important;
        padding-right: 1rem !important
    }

    .px-md-4 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important
    }

    .px-md-5 {
        padding-left: 3rem !important;
        padding-right: 3rem !important
    }

    .py-md-0 {
        padding-bottom: 0 !important;
        padding-top: 0 !important
    }

    .py-md-1 {
        padding-bottom: .25rem !important;
        padding-top: .25rem !important
    }

    .py-md-2 {
        padding-bottom: .5rem !important;
        padding-top: .5rem !important
    }

    .py-md-3 {
        padding-bottom: 1rem !important;
        padding-top: 1rem !important
    }

    .py-md-4 {
        padding-bottom: 1.5rem !important;
        padding-top: 1.5rem !important
    }

    .py-md-5 {
        padding-bottom: 3rem !important;
        padding-top: 3rem !important
    }

    .pt-md-0 {
        padding-top: 0 !important
    }

    .pt-md-1 {
        padding-top: .25rem !important
    }

    .pt-md-2 {
        padding-top: .5rem !important
    }

    .pt-md-3 {
        padding-top: 1rem !important
    }

    .pt-md-4 {
        padding-top: 1.5rem !important
    }

    .pt-md-5 {
        padding-top: 3rem !important
    }

    .pe-md-0 {
        padding-right: 0 !important
    }

    .pe-md-1 {
        padding-right: .25rem !important
    }

    .pe-md-2 {
        padding-right: .5rem !important
    }

    .pe-md-3 {
        padding-right: 1rem !important
    }

    .pe-md-4 {
        padding-right: 1.5rem !important
    }

    .pe-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-0 {
        padding-bottom: 0 !important
    }

    .pb-md-1 {
        padding-bottom: .25rem !important
    }

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

    .pb-md-3 {
        padding-bottom: 1rem !important
    }

    .pb-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-md-5 {
        padding-bottom: 3rem !important
    }

    .ps-md-0 {
        padding-left: 0 !important
    }

    .ps-md-1 {
        padding-left: .25rem !important
    }

    .ps-md-2 {
        padding-left: .5rem !important
    }

    .ps-md-3 {
        padding-left: 1rem !important
    }

    .ps-md-4 {
        padding-left: 1.5rem !important
    }

    .ps-md-5 {
        padding-left: 3rem !important
    }
}

@media (min-width:992px) {
    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-grid {
        display: -ms-grid !important;
        display: grid !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .d-lg-none {
        display: none !important
    }

    .flex-lg-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-lg-column,
    .flex-lg-row {
        -webkit-box-direction: normal !important
    }

    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-lg-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .justify-content-lg-evenly {
        -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important
    }

    .align-items-lg-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-lg-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-lg-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }

    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }

    .order-lg-first {
        -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
        order: -1 !important
    }

    .order-lg-0 {
        -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important
    }

    .order-lg-1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important
    }

    .order-lg-2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important
    }

    .order-lg-3 {
        -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important
    }

    .order-lg-4 {
        -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important
    }

    .order-lg-5 {
        -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important
    }

    .order-lg-last {
        -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
        order: 6 !important
    }

    .m-lg-0 {
        margin: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mx-lg-0 {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .mx-lg-1 {
        margin-left: .25rem !important;
        margin-right: .25rem !important
    }

    .mx-lg-2 {
        margin-left: .5rem !important;
        margin-right: .5rem !important
    }

    .mx-lg-3 {
        margin-left: 1rem !important;
        margin-right: 1rem !important
    }

    .mx-lg-4 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important
    }

    .mx-lg-5 {
        margin-left: 3rem !important;
        margin-right: 3rem !important
    }

    .mx-lg-auto {
        margin-left: auto !important;
        margin-right: auto !important
    }

    .my-lg-0 {
        margin-bottom: 0 !important;
        margin-top: 0 !important
    }

    .my-lg-1 {
        margin-bottom: .25rem !important;
        margin-top: .25rem !important
    }

    .my-lg-2 {
        margin-bottom: .5rem !important;
        margin-top: .5rem !important
    }

    .my-lg-3 {
        margin-bottom: 1rem !important;
        margin-top: 1rem !important
    }

    .my-lg-4 {
        margin-bottom: 1.5rem !important;
        margin-top: 1.5rem !important
    }

    .my-lg-5 {
        margin-bottom: 3rem !important;
        margin-top: 3rem !important
    }

    .my-lg-auto {
        margin-bottom: auto !important;
        margin-top: auto !important
    }

    .mt-lg-0 {
        margin-top: 0 !important
    }

    .mt-lg-1 {
        margin-top: .25rem !important
    }

    .mt-lg-2 {
        margin-top: .5rem !important
    }

    .mt-lg-3 {
        margin-top: 1rem !important
    }

    .mt-lg-4 {
        margin-top: 1.5rem !important
    }

    .mt-lg-5 {
        margin-top: 3rem !important
    }

    .mt-lg-auto {
        margin-top: auto !important
    }

    .me-lg-0 {
        margin-right: 0 !important
    }

    .me-lg-1 {
        margin-right: .25rem !important
    }

    .me-lg-2 {
        margin-right: .5rem !important
    }

    .me-lg-3 {
        margin-right: 1rem !important
    }

    .me-lg-4 {
        margin-right: 1.5rem !important
    }

    .me-lg-5 {
        margin-right: 3rem !important
    }

    .me-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-0 {
        margin-bottom: 0 !important
    }

    .mb-lg-1 {
        margin-bottom: .25rem !important
    }

    .mb-lg-2 {
        margin-bottom: .5rem !important
    }

    .mb-lg-3 {
        margin-bottom: 1rem !important
    }

    .mb-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-lg-5 {
        margin-bottom: 3rem !important
    }

    .mb-lg-auto {
        margin-bottom: auto !important
    }

    .ms-lg-0 {
        margin-left: 0 !important
    }

    .ms-lg-1 {
        margin-left: .25rem !important
    }

    .ms-lg-2 {
        margin-left: .5rem !important
    }

    .ms-lg-3 {
        margin-left: 1rem !important
    }

    .ms-lg-4 {
        margin-left: 1.5rem !important
    }

    .ms-lg-5 {
        margin-left: 3rem !important
    }

    .ms-lg-auto {
        margin-left: auto !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .px-lg-0 {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .px-lg-1 {
        padding-left: .25rem !important;
        padding-right: .25rem !important
    }

    .px-lg-2 {
        padding-left: .5rem !important;
        padding-right: .5rem !important
    }

    .px-lg-3 {
        padding-left: 1rem !important;
        padding-right: 1rem !important
    }

    .px-lg-4 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important
    }

    .px-lg-5 {
        padding-left: 3rem !important;
        padding-right: 3rem !important
    }

    .py-lg-0 {
        padding-bottom: 0 !important;
        padding-top: 0 !important
    }

    .py-lg-1 {
        padding-bottom: .25rem !important;
        padding-top: .25rem !important
    }

    .py-lg-2 {
        padding-bottom: .5rem !important;
        padding-top: .5rem !important
    }

    .py-lg-3 {
        padding-bottom: 1rem !important;
        padding-top: 1rem !important
    }

    .py-lg-4 {
        padding-bottom: 1.5rem !important;
        padding-top: 1.5rem !important
    }

    .py-lg-5 {
        padding-bottom: 3rem !important;
        padding-top: 3rem !important
    }

    .pt-lg-0 {
        padding-top: 0 !important
    }

    .pt-lg-1 {
        padding-top: .25rem !important
    }

    .pt-lg-2 {
        padding-top: .5rem !important
    }

    .pt-lg-3 {
        padding-top: 1rem !important
    }

    .pt-lg-4 {
        padding-top: 1.5rem !important
    }

    .pt-lg-5 {
        padding-top: 3rem !important
    }

    .pe-lg-0 {
        padding-right: 0 !important
    }

    .pe-lg-1 {
        padding-right: .25rem !important
    }

    .pe-lg-2 {
        padding-right: .5rem !important
    }

    .pe-lg-3 {
        padding-right: 1rem !important
    }

    .pe-lg-4 {
        padding-right: 1.5rem !important
    }

    .pe-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-0 {
        padding-bottom: 0 !important
    }

    .pb-lg-1 {
        padding-bottom: .25rem !important
    }

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

    .pb-lg-3 {
        padding-bottom: 1rem !important
    }

    .pb-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-lg-5 {
        padding-bottom: 3rem !important
    }

    .ps-lg-0 {
        padding-left: 0 !important
    }

    .ps-lg-1 {
        padding-left: .25rem !important
    }

    .ps-lg-2 {
        padding-left: .5rem !important
    }

    .ps-lg-3 {
        padding-left: 1rem !important
    }

    .ps-lg-4 {
        padding-left: 1.5rem !important
    }

    .ps-lg-5 {
        padding-left: 3rem !important
    }
}

@media (min-width:1200px) {
    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-grid {
        display: -ms-grid !important;
        display: grid !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .d-xl-none {
        display: none !important
    }

    .flex-xl-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-xl-column,
    .flex-xl-row {
        -webkit-box-direction: normal !important
    }

    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-xl-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .justify-content-xl-evenly {
        -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important
    }

    .align-items-xl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-xl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-xl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }

    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }

    .order-xl-first {
        -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
        order: -1 !important
    }

    .order-xl-0 {
        -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important
    }

    .order-xl-1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important
    }

    .order-xl-2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important
    }

    .order-xl-3 {
        -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important
    }

    .order-xl-4 {
        -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important
    }

    .order-xl-5 {
        -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important
    }

    .order-xl-last {
        -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
        order: 6 !important
    }

    .m-xl-0 {
        margin: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mx-xl-0 {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .mx-xl-1 {
        margin-left: .25rem !important;
        margin-right: .25rem !important
    }

    .mx-xl-2 {
        margin-left: .5rem !important;
        margin-right: .5rem !important
    }

    .mx-xl-3 {
        margin-left: 1rem !important;
        margin-right: 1rem !important
    }

    .mx-xl-4 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important
    }

    .mx-xl-5 {
        margin-left: 3rem !important;
        margin-right: 3rem !important
    }

    .mx-xl-auto {
        margin-left: auto !important;
        margin-right: auto !important
    }

    .my-xl-0 {
        margin-bottom: 0 !important;
        margin-top: 0 !important
    }

    .my-xl-1 {
        margin-bottom: .25rem !important;
        margin-top: .25rem !important
    }

    .my-xl-2 {
        margin-bottom: .5rem !important;
        margin-top: .5rem !important
    }

    .my-xl-3 {
        margin-bottom: 1rem !important;
        margin-top: 1rem !important
    }

    .my-xl-4 {
        margin-bottom: 1.5rem !important;
        margin-top: 1.5rem !important
    }

    .my-xl-5 {
        margin-bottom: 3rem !important;
        margin-top: 3rem !important
    }

    .my-xl-auto {
        margin-bottom: auto !important;
        margin-top: auto !important
    }

    .mt-xl-0 {
        margin-top: 0 !important
    }

    .mt-xl-1 {
        margin-top: .25rem !important
    }

    .mt-xl-2 {
        margin-top: .5rem !important
    }

    .mt-xl-3 {
        margin-top: 1rem !important
    }

    .mt-xl-4 {
        margin-top: 1.5rem !important
    }

    .mt-xl-5 {
        margin-top: 3rem !important
    }

    .mt-xl-auto {
        margin-top: auto !important
    }

    .me-xl-0 {
        margin-right: 0 !important
    }

    .me-xl-1 {
        margin-right: .25rem !important
    }

    .me-xl-2 {
        margin-right: .5rem !important
    }

    .me-xl-3 {
        margin-right: 1rem !important
    }

    .me-xl-4 {
        margin-right: 1.5rem !important
    }

    .me-xl-5 {
        margin-right: 3rem !important
    }

    .me-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-0 {
        margin-bottom: 0 !important
    }

    .mb-xl-1 {
        margin-bottom: .25rem !important
    }

    .mb-xl-2 {
        margin-bottom: .5rem !important
    }

    .mb-xl-3 {
        margin-bottom: 1rem !important
    }

    .mb-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-xl-5 {
        margin-bottom: 3rem !important
    }

    .mb-xl-auto {
        margin-bottom: auto !important
    }

    .ms-xl-0 {
        margin-left: 0 !important
    }

    .ms-xl-1 {
        margin-left: .25rem !important
    }

    .ms-xl-2 {
        margin-left: .5rem !important
    }

    .ms-xl-3 {
        margin-left: 1rem !important
    }

    .ms-xl-4 {
        margin-left: 1.5rem !important
    }

    .ms-xl-5 {
        margin-left: 3rem !important
    }

    .ms-xl-auto {
        margin-left: auto !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .px-xl-0 {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .px-xl-1 {
        padding-left: .25rem !important;
        padding-right: .25rem !important
    }

    .px-xl-2 {
        padding-left: .5rem !important;
        padding-right: .5rem !important
    }

    .px-xl-3 {
        padding-left: 1rem !important;
        padding-right: 1rem !important
    }

    .px-xl-4 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important
    }

    .px-xl-5 {
        padding-left: 3rem !important;
        padding-right: 3rem !important
    }

    .py-xl-0 {
        padding-bottom: 0 !important;
        padding-top: 0 !important
    }

    .py-xl-1 {
        padding-bottom: .25rem !important;
        padding-top: .25rem !important
    }

    .py-xl-2 {
        padding-bottom: .5rem !important;
        padding-top: .5rem !important
    }

    .py-xl-3 {
        padding-bottom: 1rem !important;
        padding-top: 1rem !important
    }

    .py-xl-4 {
        padding-bottom: 1.5rem !important;
        padding-top: 1.5rem !important
    }

    .py-xl-5 {
        padding-bottom: 3rem !important;
        padding-top: 3rem !important
    }

    .pt-xl-0 {
        padding-top: 0 !important
    }

    .pt-xl-1 {
        padding-top: .25rem !important
    }

    .pt-xl-2 {
        padding-top: .5rem !important
    }

    .pt-xl-3 {
        padding-top: 1rem !important
    }

    .pt-xl-4 {
        padding-top: 1.5rem !important
    }

    .pt-xl-5 {
        padding-top: 3rem !important
    }

    .pe-xl-0 {
        padding-right: 0 !important
    }

    .pe-xl-1 {
        padding-right: .25rem !important
    }

    .pe-xl-2 {
        padding-right: .5rem !important
    }

    .pe-xl-3 {
        padding-right: 1rem !important
    }

    .pe-xl-4 {
        padding-right: 1.5rem !important
    }

    .pe-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-0 {
        padding-bottom: 0 !important
    }

    .pb-xl-1 {
        padding-bottom: .25rem !important
    }

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

    .pb-xl-3 {
        padding-bottom: 1rem !important
    }

    .pb-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-xl-5 {
        padding-bottom: 3rem !important
    }

    .ps-xl-0 {
        padding-left: 0 !important
    }

    .ps-xl-1 {
        padding-left: .25rem !important
    }

    .ps-xl-2 {
        padding-left: .5rem !important
    }

    .ps-xl-3 {
        padding-left: 1rem !important
    }

    .ps-xl-4 {
        padding-left: 1.5rem !important
    }

    .ps-xl-5 {
        padding-left: 3rem !important
    }
}

@media print {
    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-grid {
        display: -ms-grid !important;
        display: grid !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-print-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .d-print-none {
        display: none !important
    }
}

@font-face {
    font-family: swiper-icons;
    font-style: normal;
    font-weight: 400;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")
}

:root {
    --swiper-theme-color: #007aff
}

.swiper {
    list-style: none;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding: 0;
    position: relative;
    z-index: 1
}

.swiper-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    width: 100%;
    z-index: 1
}

.swiper-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.swiper-pointer-events {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-pointer-events.swiper-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    width: 100%
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.swiper-backface-hidden .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-css-mode>.swiper-wrapper {
    -ms-overflow-style: none;
    overflow: auto;
    scrollbar-width: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory
}

.swiper-centered>.swiper-wrapper:before {
    -ms-flex-negative: 0;
    -webkit-box-ordinal-group: 10000;
    -ms-flex-order: 9999;
    content: "";
    flex-shrink: 0;
    order: 9999
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    -webkit-margin-start: var(--swiper-centered-offset-before);
    margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-horizontal>.swiper-wrapper:before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    -webkit-margin-before: var(--swiper-centered-offset-before);
    margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-vertical>.swiper-wrapper:before {
    height: var(--swiper-centered-offset-after);
    min-width: 1px;
    width: 100%
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center
}

.swiper-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper:after {
    content: "";
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after {
    height: 1px;
    width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after {
    height: var(--swiper-virtual-size);
    width: 1px
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: var(--swiper-navigation-size);
    justify-content: center;
    margin-top: calc(0px - var(--swiper-navigation-size)/2);
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/44*27);
    z-index: 10
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    cursor: auto;
    opacity: .35;
    pointer-events: none
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
    cursor: auto;
    opacity: 0;
    pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
    display: none !important
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    font-variant: normal;
    letter-spacing: 0;
    line-height: 1;
    text-transform: none !important
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: "prev"
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    left: auto;
    right: 10px
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: "next"
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
    display: none !important
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    font-size: 0;
    overflow: hidden
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    position: relative;
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullet {
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    border-radius: 50%;
    display: inline-block;
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px))
}

button.swiper-pagination-bullet {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
    padding: 0
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none !important
}

.swiper-pagination-bullet-active {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    opacity: var(--swiper-pagination-bullet-opacity, 1)
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    display: block;
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: top .2s, -webkit-transform .2s;
    transition: top .2s, -webkit-transform .2s;
    -o-transition: transform .2s, top .2s;
    transition: transform .2s, top .2s;
    transition: transform .2s, top .2s, -webkit-transform .2s
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: left .2s, -webkit-transform .2s;
    transition: left .2s, -webkit-transform .2s;
    -o-transition: transform .2s, left .2s;
    transition: transform .2s, left .2s;
    transition: transform .2s, left .2s, -webkit-transform .2s
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: right .2s, -webkit-transform .2s;
    transition: right .2s, -webkit-transform .2s;
    -o-transition: transform .2s, right .2s;
    transition: transform .2s, right .2s;
    transition: transform .2s, right .2s, -webkit-transform .2s
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    width: 100%
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    height: 4px;
    left: 0;
    top: 0;
    width: 100%
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
    height: 100%;
    left: 0;
    top: 0;
    width: 4px
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    background: rgba(0, 0, 0, .1);
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none
}

.swiper-scrollbar-disabled>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
    display: none !important
}

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
    bottom: 3px;
    height: 5px;
    left: 1%;
    position: absolute;
    width: 98%;
    z-index: 50
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical>.swiper-scrollbar {
    height: 98%;
    position: absolute;
    right: 3px;
    top: 1%;
    width: 5px;
    z-index: 50
}

.swiper-scrollbar-drag {
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    height: 100%;
    left: 0;
    position: relative;
    top: 0;
    width: 100%
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    justify-content: center;
    text-align: center;
    width: 100%
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-height: 100%;
    max-width: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top: 4px solid transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 42px;
    left: 50%;
    margin-left: -21px;
    margin-top: -21px;
    position: absolute;
    top: 50%;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    width: 42px;
    z-index: 10
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
    -webkit-animation: swiper-preloader-spin 1s linear infinite;
    animation: swiper-preloader-spin 1s linear infinite
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@-webkit-keyframes swiper-preloader-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes swiper-preloader-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.swiper .swiper-notification {
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
    margin: 0 auto;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-grid>.swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-fade.swiper-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube {
    overflow: visible
}

.swiper-cube .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    height: 100%;
    pointer-events: none;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    visibility: hidden;
    width: 100%;
    z-index: 1
}

.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next+.swiper-slide,
.swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 0
}

.swiper-cube .swiper-cube-shadow {
    bottom: 0;
    height: 100%;
    left: 0;
    opacity: .6;
    position: absolute;
    width: 100%;
    z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
    background: #000;
    bottom: 0;
    content: "";
    -webkit-filter: blur(50px);
    filter: blur(50px);
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.swiper-flip {
    overflow: visible
}

.swiper-flip .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    pointer-events: none;
    z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 0
}

.swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    -webkit-transition-property: opacity, height, -webkit-transform;
    transition-property: opacity, height, -webkit-transform;
    -o-transition-property: transform, opacity, height;
    transition-property: transform, opacity, height;
    transition-property: transform, opacity, height, -webkit-transform
}

.swiper-cards {
    overflow: visible
}

.swiper-cards .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom
}

.carousel {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative
}

.carousel *,
.carousel :after,
.carousel :before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

.carousel.is-draggable {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.carousel.is-dragging {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.carousel__viewport {
    max-height: 100%;
    max-width: 100%;
    overflow: hidden;
    position: relative
}

.carousel__track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.carousel__slide {
    -webkit-box-flex: 0;
    -ms-scroll-chaining: none;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    padding: 1rem;
    position: relative;
    width: var(--carousel-slide-width, 60%)
}

.has-dots {
    margin-bottom: calc(.5rem + 22px)
}

.carousel__dots {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    left: 0;
    list-style: none;
    margin: 0 auto;
    padding: 0;
    position: absolute;
    right: 0;
    top: calc(100% + .5rem);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.carousel__dots .carousel__dot {
    cursor: pointer;
    display: block;
    height: 22px;
    margin: 0;
    padding: 0;
    position: relative;
    width: 22px
}

.carousel__dots .carousel__dot:after {
    background-color: currentColor;
    border-radius: 50%;
    content: "";
    height: 8px;
    left: 50%;
    opacity: .25;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: opacity .15s ease-in-out;
    -o-transition: opacity .15s ease-in-out;
    transition: opacity .15s ease-in-out;
    width: 8px
}

.carousel__dots .carousel__dot.is-selected:after {
    opacity: 1
}

.carousel__button {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: var(--carousel-button-bg, transparent);
    border: 0;
    border-radius: var(--carousel-button-border-radius, 50%);
    -webkit-box-shadow: var(--carousel-button-shadow, none);
    box-shadow: var(--carousel-button-shadow, none);
    color: var(--carousel-button-color, currentColor);
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: var(--carousel-button-height, 48px);
    justify-content: center;
    padding: 0;
    pointer-events: all;
    -webkit-transition: opacity .15s ease;
    -o-transition: opacity .15s ease;
    transition: opacity .15s ease;
    width: var(--carousel-button-width, 48px)
}

.carousel__button.is-next,
.carousel__button.is-prev {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.carousel__button.is-prev {
    left: 10px
}

.carousel__button.is-next {
    right: 10px
}

.carousel__button[disabled] {
    cursor: default;
    opacity: .3
}

.carousel__button svg {
    fill: none;
    stroke: currentColor;
    stroke-width: var(--carousel-button-svg-stroke-width, 1.5);
    stroke-linejoin: bevel;
    stroke-linecap: round;
    -webkit-filter: var(--carousel-button-svg-filter, none);
    filter: var(--carousel-button-svg-filter, none);
    height: var(--carousel-button-svg-height, 50%);
    pointer-events: none;
    width: var(--carousel-button-svg-width, 50%)
}

html.with-fancybox {
    scroll-behavior: auto
}

body.compensate-for-scrollbar {
    overflow: hidden !important;
    -ms-touch-action: none;
    touch-action: none
}

.fancybox__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-tap-highlight-color: transparent;
    --carousel-button-width: 48px;
    --carousel-button-height: 48px;
    --carousel-button-svg-width: 24px;
    --carousel-button-svg-height: 24px;
    --carousel-button-svg-stroke-width: 2.5;
    --carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, .4));
    bottom: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: var(--fancybox-color, #fff);
    direction: ltr;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    left: 0;
    margin: 0;
    outline: none;
    overflow: hidden;
    padding: env(safe-area-inset-top, 0) env(safe-area-inset-right, 0) env(safe-area-inset-bottom, 0) env(safe-area-inset-left, 0);
    position: fixed;
    right: 0;
    top: 0;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    z-index: 1050
}

.fancybox__container *,
.fancybox__container :after,
.fancybox__container :before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

.fancybox__container :focus {
    outline: none
}

body:not(.is-using-mouse) .fancybox__container :focus {
    -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, .94));
    box-shadow: 0 0 0 1px #fff, 0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, .94))
}

@media (min-width:1024px) {
    .fancybox__container {
        --carousel-button-width: 48px;
        --carousel-button-height: 48px;
        --carousel-button-svg-width: 27px;
        --carousel-button-svg-height: 27px
    }
}

.fancybox__backdrop {
    background: var(--fancybox-bg, rgba(24, 24, 27, .92));
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1
}

.fancybox__carousel {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    height: 100%;
    min-height: 0;
    position: relative;
    z-index: 10
}

.fancybox__carousel.has-dots {
    margin-bottom: calc(.5rem + 22px)
}

.fancybox__viewport {
    cursor: default;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%
}

.fancybox__track {
    height: 100%
}

.fancybox__slide,
.fancybox__track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.fancybox__slide {
    -webkit-box-flex: 0;
    -ms-scroll-chaining: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    --carousel-button-width: 36px;
    --carousel-button-height: 36px;
    --carousel-button-svg-width: 22px;
    --carousel-button-svg-height: 22px;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
    max-width: 100%;
    outline: 0;
    overflow: auto;
    overscroll-behavior: contain;
    padding: 48px 8px 8px;
    position: relative;
    width: 100%
}

.fancybox__slide:after,
.fancybox__slide:before {
    -webkit-box-flex: 0;
    content: "";
    -ms-flex: 0 0 0px;
    flex: 0 0 0;
    margin: auto
}

@media (min-width:1024px) {
    .fancybox__slide {
        padding: 64px 100px
    }
}

.fancybox__content {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    align-self: center;
    background: var(--fancybox-content-bg, #fff);
    color: var(--fancybox-content-color, #374151);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 env(safe-area-inset-right, 0) 0 env(safe-area-inset-left, 0);
    padding: 36px;
    position: relative;
    z-index: 20
}

.fancybox__content :focus:not(.carousel__button.is-close) {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: thin dotted
}

.fancybox__caption {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    -ms-flex-negative: 0;
    align-self: center;
    color: var(--fancybox-color, currentColor);
    cursor: auto;
    flex-shrink: 0;
    line-height: 1.375;
    margin: 0;
    max-width: 100%;
    overflow-wrap: anywhere;
    padding: 1rem 0 0;
    visibility: visible
}

.is-loading .fancybox__caption {
    visibility: hidden
}

.fancybox__container>.carousel__dots {
    color: var(--fancybox-color, #fff);
    top: 100%
}

.fancybox__nav .carousel__button {
    z-index: 40
}

.fancybox__nav .carousel__button.is-next {
    right: 8px
}

@media (min-width:1024px) {
    .fancybox__nav .carousel__button.is-next {
        right: 40px
    }
}

.fancybox__nav .carousel__button.is-prev {
    left: 8px
}

@media (min-width:1024px) {
    .fancybox__nav .carousel__button.is-prev {
        left: 40px
    }
}

.carousel__button.is-close {
    position: absolute;
    right: 8px;
    right: calc(env(safe-area-inset-right, 0px) + 8px);
    top: 8px;
    top: calc(env(safe-area-inset-top, 0px) + 8px);
    z-index: 40
}

@media (min-width:1024px) {
    .carousel__button.is-close {
        right: 40px
    }
}

.fancybox__content>.carousel__button.is-close {
    color: var(--fancybox-color, #fff);
    position: absolute;
    right: 0;
    top: -40px
}

.fancybox__no-click,
.fancybox__no-click button {
    pointer-events: none
}

.fancybox__spinner {
    color: var(--fancybox-color, currentColor);
    height: 50px;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 50px
}

.fancybox__slide .fancybox__spinner {
    cursor: pointer;
    z-index: 1053
}

.fancybox__spinner svg {
    -webkit-animation: fancybox-rotate 2s linear infinite;
    animation: fancybox-rotate 2s linear infinite;
    bottom: 0;
    height: 100%;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    width: 100%
}

.fancybox__spinner svg circle {
    fill: none;
    stroke-width: 2.75;
    stroke-miterlimit: 10;
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    stroke-linecap: round;
    stroke: currentColor;
    -webkit-animation: fancybox-dash 1.5s ease-in-out infinite;
    animation: fancybox-dash 1.5s ease-in-out infinite
}

@-webkit-keyframes fancybox-rotate {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes fancybox-rotate {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@-webkit-keyframes fancybox-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0
    }

    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px
    }

    to {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px
    }
}

@keyframes fancybox-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0
    }

    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px
    }

    to {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px
    }
}

.carousel__button.is-close,
.carousel__dots,
.fancybox__backdrop,
.fancybox__caption,
.fancybox__nav {
    opacity: var(--fancybox-opacity, 1)
}

.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close,
.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,
.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop,
.fancybox__container.is-animated[aria-hidden=false] .fancybox__caption,
.fancybox__container.is-animated[aria-hidden=false] .fancybox__nav {
    -webkit-animation: fancybox-fadeIn .15s ease backwards;
    animation: fancybox-fadeIn .15s ease backwards
}

.fancybox__container.is-animated.is-closing .carousel__button.is-close,
.fancybox__container.is-animated.is-closing .carousel__dots,
.fancybox__container.is-animated.is-closing .fancybox__backdrop,
.fancybox__container.is-animated.is-closing .fancybox__caption,
.fancybox__container.is-animated.is-closing .fancybox__nav {
    -webkit-animation: fancybox-fadeOut .15s ease both;
    animation: fancybox-fadeOut .15s ease both
}

.fancybox-fadeIn {
    -webkit-animation: fancybox-fadeIn .15s ease both;
    animation: fancybox-fadeIn .15s ease both
}

.fancybox-fadeOut {
    -webkit-animation: fancybox-fadeOut .1s ease both;
    animation: fancybox-fadeOut .1s ease both
}

.fancybox-zoomInUp {
    -webkit-animation: fancybox-zoomInUp .2s ease both;
    animation: fancybox-zoomInUp .2s ease both
}

.fancybox-zoomOutDown {
    -webkit-animation: fancybox-zoomOutDown .15s ease both;
    animation: fancybox-zoomOutDown .15s ease both
}

.fancybox-throwOutUp {
    -webkit-animation: fancybox-throwOutUp .15s ease both;
    animation: fancybox-throwOutUp .15s ease both
}

.fancybox-throwOutDown {
    -webkit-animation: fancybox-throwOutDown .15s ease both;
    animation: fancybox-throwOutDown .15s ease both
}

@-webkit-keyframes fancybox-fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fancybox-fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes fancybox-fadeOut {
    to {
        opacity: 0
    }
}

@keyframes fancybox-fadeOut {
    to {
        opacity: 0
    }
}

@-webkit-keyframes fancybox-zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale(.97) translate3d(0, 16px, 0);
        transform: scale(.97) translate3d(0, 16px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1) translateZ(0);
        transform: scale(1) translateZ(0)
    }
}

@keyframes fancybox-zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale(.97) translate3d(0, 16px, 0);
        transform: scale(.97) translate3d(0, 16px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1) translateZ(0);
        transform: scale(1) translateZ(0)
    }
}

@-webkit-keyframes fancybox-zoomOutDown {
    to {
        opacity: 0;
        -webkit-transform: scale(.97) translate3d(0, 16px, 0);
        transform: scale(.97) translate3d(0, 16px, 0)
    }
}

@keyframes fancybox-zoomOutDown {
    to {
        opacity: 0;
        -webkit-transform: scale(.97) translate3d(0, 16px, 0);
        transform: scale(.97) translate3d(0, 16px, 0)
    }
}

@-webkit-keyframes fancybox-throwOutUp {
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -30%, 0);
        transform: translate3d(0, -30%, 0)
    }
}

@keyframes fancybox-throwOutUp {
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -30%, 0);
        transform: translate3d(0, -30%, 0)
    }
}

@-webkit-keyframes fancybox-throwOutDown {
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 30%, 0);
        transform: translate3d(0, 30%, 0)
    }
}

@keyframes fancybox-throwOutDown {
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 30%, 0);
        transform: translate3d(0, 30%, 0)
    }
}

.fancybox__carousel .carousel__slide {
    scrollbar-color: #ccc hsla(0, 0%, 100%, .1);
    scrollbar-width: thin
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar {
    height: 8px;
    width: 8px
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-track {
    background-color: hsla(0, 0%, 100%, .1)
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, .2);
    box-shadow: inset 0 0 4px rgba(0, 0, 0, .2)
}

.fancybox__carousel.is-draggable .fancybox__slide,
.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.fancybox__carousel.is-dragging .fancybox__slide,
.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.fancybox__carousel .fancybox__slide .fancybox__content {
    cursor: auto
}

.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content {
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}

.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content {
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.fancybox__image {
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.has-image .fancybox__content {
    background: transparent;
    min-height: 1px;
    padding: 0
}

.is-closing .has-image .fancybox__content {
    overflow: visible
}

.has-image[data-image-fit=contain] {
    overflow: visible;
    -ms-touch-action: none;
    touch-action: none
}

.has-image[data-image-fit=contain] .fancybox__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.has-image[data-image-fit=contain] .fancybox__image {
    max-height: 100%;
    max-width: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.has-image[data-image-fit=contain-w] {
    overflow-x: hidden;
    overflow-y: auto
}

.has-image[data-image-fit=contain-w] .fancybox__content {
    min-height: auto
}

.has-image[data-image-fit=contain-w] .fancybox__image {
    height: auto;
    max-width: 100%
}

.has-image[data-image-fit=cover] {
    overflow: visible;
    -ms-touch-action: none;
    touch-action: none
}

.has-image[data-image-fit=cover] .fancybox__content {
    height: 100%;
    width: 100%
}

.has-image[data-image-fit=cover] .fancybox__image {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content {
    -ms-flex-negative: 1;
    flex-shrink: 1;
    max-width: 100%;
    min-height: 1px;
    overflow: visible
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content {
    height: 80%;
    width: 100%
}

.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content {
    height: 540px;
    max-height: 100%;
    max-width: 100%;
    width: 960px
}

.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content {
    background: rgba(24, 24, 27, .9);
    color: #fff;
    padding: 0
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content {
    background: #e5e3df
}

.fancybox__html5video,
.fancybox__iframe {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    width: 100%
}

.fancybox-placeholder {
    clip: rect(0, 0, 0, 0);
    border-width: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px
}

.fancybox__thumbs {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    opacity: var(--fancybox-opacity, 1);
    padding: 0 3px;
    position: relative
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs {
    -webkit-animation: fancybox-fadeIn .15s ease-in backwards;
    animation: fancybox-fadeIn .15s ease-in backwards
}

.fancybox__container.is-animated.is-closing .fancybox__thumbs {
    opacity: 0
}

.fancybox__thumbs .carousel__slide {
    -webkit-box-flex: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    justify-content: center;
    margin: 0;
    overflow: visible;
    padding: 8px 3px;
    width: var(--fancybox-thumbs-width, 96px)
}

.fancybox__thumbs .carousel__slide .fancybox__thumb:after {
    border-color: var(--fancybox-accent-color, rgba(34, 213, 233, .96));
    border-radius: var(--fancybox-thumbs-border-radius, 4px);
    border-style: solid;
    border-width: 5px;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: opacity .15s ease;
    -o-transition: opacity .15s ease;
    transition: opacity .15s ease
}

.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb:after {
    opacity: .92
}

.fancybox__thumbs .carousel__slide>* {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox__thumb {
    background-color: hsla(0, 0%, 100%, .1);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: var(--fancybox-thumbs-border-radius, 4px);
    padding-top: calc(100%/(var(--fancybox-thumbs-ratio, 1.5)));
    position: relative;
    width: 100%
}

.fancybox__toolbar {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    --carousel-button-svg-width: 20px;
    --carousel-button-svg-height: 20px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(8.1%, rgba(0, 0, 0, .006)), color-stop(15.5%, rgba(0, 0, 0, .021)), color-stop(22.5%, rgba(0, 0, 0, .046)), color-stop(29%, rgba(0, 0, 0, .077)), color-stop(35.3%, rgba(0, 0, 0, .114)), color-stop(41.2%, rgba(0, 0, 0, .155)), color-stop(47.1%, rgba(0, 0, 0, .198)), color-stop(52.9%, rgba(0, 0, 0, .242)), color-stop(58.8%, rgba(0, 0, 0, .285)), color-stop(64.7%, rgba(0, 0, 0, .326)), color-stop(71%, rgba(0, 0, 0, .363)), color-stop(77.5%, rgba(0, 0, 0, .394)), color-stop(84.5%, rgba(0, 0, 0, .419)), color-stop(91.9%, rgba(0, 0, 0, .434)), to(rgba(0, 0, 0, .44)));
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .006) 8.1%, rgba(0, 0, 0, .021) 15.5%, rgba(0, 0, 0, .046) 22.5%, rgba(0, 0, 0, .077) 29%, rgba(0, 0, 0, .114) 35.3%, rgba(0, 0, 0, .155) 41.2%, rgba(0, 0, 0, .198) 47.1%, rgba(0, 0, 0, .242) 52.9%, rgba(0, 0, 0, .285) 58.8%, rgba(0, 0, 0, .326) 64.7%, rgba(0, 0, 0, .363) 71%, rgba(0, 0, 0, .394) 77.5%, rgba(0, 0, 0, .419) 84.5%, rgba(0, 0, 0, .434) 91.9%, rgba(0, 0, 0, .44) 100%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .006) 8.1%, rgba(0, 0, 0, .021) 15.5%, rgba(0, 0, 0, .046) 22.5%, rgba(0, 0, 0, .077) 29%, rgba(0, 0, 0, .114) 35.3%, rgba(0, 0, 0, .155) 41.2%, rgba(0, 0, 0, .198) 47.1%, rgba(0, 0, 0, .242) 52.9%, rgba(0, 0, 0, .285) 58.8%, rgba(0, 0, 0, .326) 64.7%, rgba(0, 0, 0, .363) 71%, rgba(0, 0, 0, .394) 77.5%, rgba(0, 0, 0, .419) 84.5%, rgba(0, 0, 0, .434) 91.9%, rgba(0, 0, 0, .44));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    left: 0;
    opacity: var(--fancybox-opacity, 1);
    padding: 0;
    position: absolute;
    right: 0;
    text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, .4));
    top: 0;
    -ms-touch-action: none;
    touch-action: none;
    z-index: 20
}

@media (min-width:1024px) {
    .fancybox__toolbar {
        padding: 8px
    }
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar {
    -webkit-animation: fancybox-fadeIn .15s ease-in backwards;
    animation: fancybox-fadeIn .15s ease-in backwards
}

.fancybox__container.is-animated.is-closing .fancybox__toolbar {
    opacity: 0
}

.fancybox__toolbar__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.fancybox__toolbar__items--left {
    margin-right: auto
}

.fancybox__toolbar__items--center {
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.fancybox__toolbar__items--right {
    margin-left: auto
}

@media (max-width:640px) {
    .fancybox__toolbar__items--center:not(:last-child) {
        display: none
    }
}

.fancybox__counter {
    -webkit-font-smoothing: subpixel-antialiased;
    font-size: 17px;
    font-variant-numeric: tabular-nums;
    line-height: var(--carousel-button-height, 48px);
    min-width: 72px;
    padding: 0 10px;
    text-align: center
}

.fancybox__progress {
    background: var(--fancybox-accent-color, rgba(34, 213, 233, .96));
    height: 3px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 30
}

.fancybox__container:-webkit-full-screen::backdrop {
    opacity: 0
}

.fancybox__container:-ms-fullscreen::backdrop {
    opacity: 0
}

.fancybox__container:fullscreen::-webkit-backdrop {
    opacity: 0
}

.fancybox__container:fullscreen::backdrop {
    opacity: 0
}

.fancybox__button--fullscreen g:nth-child(2) {
    display: none
}

.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:first-child {
    display: none
}

.fancybox__container:-ms-fullscreen .fancybox__button--fullscreen g:first-child {
    display: none
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:first-child {
    display: none
}

.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(2) {
    display: block
}

.fancybox__container:-ms-fullscreen .fancybox__button--fullscreen g:nth-child(2) {
    display: block
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2) {
    display: block
}

.fancybox__button--slideshow g:nth-child(2) {
    display: none
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:first-child {
    display: none
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2) {
    display: block
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    padding-left: 20px;
    padding-right: 20px
}

::-webkit-input-placeholder {
    color: rgba(79, 76, 77, .5)
}

::-moz-placeholder {
    color: rgba(79, 76, 77, .5)
}

:-ms-input-placeholder {
    color: rgba(79, 76, 77, .5)
}

::-ms-input-placeholder {
    color: rgba(79, 76, 77, .5)
}

::placeholder {
    color: rgba(79, 76, 77, .5)
}

::-moz-selection {
    background-color: #f14624;
    color: #fff
}

::selection {
    background-color: #f14624;
    color: #fff
}

input,
textarea {
    outline: none
}

input:focus:required:invalid,
textarea:focus:required:invalid {
    border-color: red
}

input:required:valid,
textarea:required:valid {
    border-color: green
}

body {
    color: #4f4c4d;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    line-height: 1.6;
    min-width: 320px;
    overflow-x: hidden;
    position: relative
}

input[type=date]::-webkit-calendar-picker-indicator,
input[type=date]::-webkit-inner-spin-button {
    opacity: 0
}

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

.wrap {
    margin: 0 auto;
    max-width: 1920px;
    width: 100%
}

.text-accent {
    color: #f14624 !important
}

.bg-grey {
    background-color: #fcf6f4
}

.bg-grey-2 {
    background-color: #f7f7f7
}

.btn,
.text-center {
    text-align: center
}

.btn {
    background: #f14624;
    border: 0;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    padding: 16px 20px;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.btn_w-100p {
    width: 100%
}

.btn:not([disabled]):hover {
    background-color: #db2e0b;
    color: #fff
}

.btn:not([disabled]):active {
    background-color: #f55c3d;
    color: #fff
}

.btn_light {
    background-color: transparent;
    border: 1px solid #fff
}

.btn_light:hover {
    background-color: #db2e0b !important;
    border-color: #db2e0b !important;
    color: #fff !important
}

.btn_light:active {
    background-color: #f55c3d !important;
    border-color: #f55c3d !important;
    color: #fff !important
}

.btn_sm {
    padding: 10px 37px
}

.btn_light-2 {
    background-color: #fff;
    border: 1px solid #4f4c4d;
    color: #4f4c4d
}

.btn_light-2:not([disabled]):hover {
    background-color: #db2e0b !important;
    border-color: #db2e0b !important;
    color: #fff !important
}

.btn_light-2:not([disabled]):active {
    background-color: #f55c3d !important;
    border-color: #f55c3d !important;
    color: #fff !important
}

.btn_light-3 {
    background-color: transparent;
    border: 1px solid #f14624;
    color: #f14624
}

.btn_light-3:not([disabled]):hover {
    background-color: #db2e0b !important;
    border-color: #db2e0b !important;
    color: #fff !important
}

.btn_light-3:not([disabled]):active {
    background-color: #f55c3d !important;
    border-color: #f55c3d !important;
    color: #fff !important
}

.btn_light-4 {
    background-color: transparent !important;
    border: 1px solid #fff !important;
    color: #fff !important
}

.btn_light-4:active,
.btn_light-4:hover {
    background-color: transparent !important;
    border: 1px solid #fff !important
}

.btn[disabled] {
    cursor: default;
    opacity: .7
}

.btn[disabled]:hover {
    border-color: inherit
}

.btn-text {
    background-color: transparent;
    border: 3px solid #f04623;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 40px;
    padding-right: 40px
}

.btn-text__icon {
    margin-right: 7px
}

.btn-text__icon,
.btn-text__icon img,
.btn-text__text {
    margin-bottom: auto;
    margin-top: auto
}

.btn-text__text {
    color: #fff;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.53
}

.more-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none
}

.more-link__text {
    color: #f14624;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.more-link__icon,
.more-link__text {
    margin-bottom: auto;
    margin-top: auto
}

.more-link__icon {
    height: 15px;
    margin-left: 20px;
    position: relative;
    width: 16px
}

.more-link__icon svg {
    left: 0;
    position: absolute;
    top: 0
}

.more-link__icon svg path {
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.more-link:hover .more-link__text {
    color: #ff7a00
}

.more-link:hover .more-link__icon svg path {
    stroke: #ff7a00
}

.overlay-dark {
    position: relative
}

.overlay-dark:after {
    background-color: rgba(29, 23, 22, .6);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.btn_icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.btn_icon .btn__icon {
    height: 25px;
    margin: auto 10px auto auto;
    width: 25px
}

.btn_icon .btn__icon svg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: auto;
    margin-top: auto
}

.btn_icon .btn__icon svg path {
    -webkit-transition: .3 ease;
    -o-transition: .3 ease;
    transition: .3 ease
}

.btn_icon .btn__text {
    margin-right: auto
}

.btn_icon_insta:hover .btn__icon svg path {
    fill: #fff
}

.btn_icon_tg:hover .btn__icon svg path {
    stroke: #fff
}

.btn_icon_vk:hover .btn__icon svg path.stroke {
    stroke: #fff
}

.btn_icon_vk:hover .btn__icon svg path.fill {
    fill: #fff
}

a.btn {
    text-decoration: none !important
}

.inverted * {
    color: #fff
}

p {
    margin: 0
}

.heading {
    font-style: normal;
    line-height: 130%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.heading_lg {
    font-size: 50px;
    font-weight: 700
}

.heading_md {
    font-size: 36px;
    font-weight: 700
}

.heading_xmd {
    font-size: 34px;
    font-weight: 700
}

.heading_sm {
    font-size: 24px;
    font-weight: 700
}

.form__input,
.heading_sm {
    color: #4f4c4d;
    font-style: normal
}

.form__input {
    border: 1px solid transparent;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 400;
    height: 57px;
    line-height: 25px;
    margin-bottom: 30px;
    padding-left: 25px;
    padding-right: 25px;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    width: 100%
}

.form__input:hover {
    border-color: #f14624
}

.form__policy {
    color: #fff;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    margin-top: 30px
}

.form__policy a {
    color: #fff !important;
    text-decoration: underline
}

.form__policy a:hover {
    color: #fff !important;
    text-decoration: none
}

.ball {
    margin-bottom: 40px
}

.ball__icon {
    height: 61px
}

.ball__icon svg {
    max-height: 61px
}

.ball__title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 20px
}

.ball__text {
    font-size: 16px
}

.iconned-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.388
}

.iconned-text svg {
    height: 31px;
    margin-right: 20px;
    max-width: 30px;
    min-width: 30px;
    position: relative;
    top: -4px;
    width: 30px
}

.list li {
    font-size: 20px;
    padding-left: 20px;
    position: relative
}

.list li:before {
    background-color: #4f4c4d;
    border-radius: 50%;
    content: "";
    display: block;
    height: 8px;
    left: 0;
    position: absolute;
    top: 12px;
    width: 8px
}

.breadcrumbs {
    -ms-overflow-style: none;
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px;
    overflow-x: auto;
    scrollbar-width: none;
    white-space: nowrap
}

.breadcrumbs a {
    color: #fff;
    text-decoration: none;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.breadcrumbs a:hover {
    color: #f14624
}

.breadcrumbs::-webkit-scrollbar {
    display: none
}

.contact-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.contact-item * {
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.contact-item__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 24px;
    margin-right: 8px;
    width: 24px
}

.contact-item__content,
.contact-item__icon,
.contact-item__icon svg {
    margin-bottom: auto;
    margin-top: auto
}

.contact-item__content {
    color: #4f4c4d;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px;
    text-align: right;
    white-space: nowrap
}

.contact-item__content a {
    text-decoration: none !important
}

.capture-block {
    position: relative
}

.capture-block:before {
    border: 1px solid #f14624;
    content: "";
    display: block;
    height: calc(100% + 130px);
    left: -40px;
    position: absolute;
    top: -50px;
    width: calc(100% + 120px)
}

.capture-block:after {
    border: 1px solid #fff;
    content: "";
    display: block;
    height: calc(100% + 130px);
    left: -95px;
    position: absolute;
    top: -80px;
    width: calc(100% + 120px)
}

.capture-block .form {
    position: relative;
    z-index: 2
}

.quote-block {
    background-color: #f14624;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 40px
}

.quote-block__img {
    margin-bottom: auto;
    margin-right: 20px;
    margin-top: auto;
    max-width: 100px;
    min-width: 100px;
    width: 100px
}

.quote-block__img img {
    border-radius: 50%;
    margin-bottom: 0
}

.quote-block__content {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: auto;
    margin-top: auto
}

.quote-block__content,
.quote-block__title {
    color: #fff;
    font-style: normal;
    line-height: 130%
}

.quote-block__title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px
}

.quote-block__author {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    margin-top: 10px
}

.quote-block__author_mob {
    display: none
}

.quote-block_mob .quote-block {
    padding: 30px 20px !important
}

.quote-block_mob .quote-block__author {
    margin-bottom: auto;
    margin-top: auto
}

.quote-block_mob .quote-block__img {
    width: 100%
}

.quote-block_mob .quote-block__img img {
    margin-right: 10px;
    max-width: 60px;
    min-width: 60px
}

ul.check-list li {
    color: #4f4c4d;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    list-style-type: none;
    margin-bottom: 10px;
    padding-left: 26px;
    position: relative
}

ul.check-list li:last-child {
    margin-bottom: 0
}

ul.check-list li:before {
    background-image: url(../images/dist/check-icon.svg);
    background-position: 0 0;
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 16px;
    left: 0;
    position: absolute;
    top: 3px;
    width: 16px
}

.old-list li {
    color: #fff;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 39px;
    padding-left: 37px;
    position: relative
}

.old-list li strong {
    font-weight: 700
}

.old-list li:before {
    background-image: url(../images/dist/ch.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    height: 25px;
    left: 0;
    margin-top: -12.5px;
    position: absolute;
    top: 50%;
    width: 25px
}

.text-block {
    background-color: #f7f7f7;
    color: #4f4c4d;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    padding-left: 20px;
    padding-right: 20px;
    text-decoration: none !important;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.text-block__inner {
    margin-bottom: auto;
    margin-top: auto
}

.text-block__title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px
}

.text-block__more,
.text-block__title {
    color: #4f4c4d;
    font-style: normal;
    line-height: 130%;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.text-block__more {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    font-weight: 400;
    justify-content: space-between;
    margin-top: 30px
}

.text-block__more-icon,
.text-block__more-text {
    margin-bottom: auto;
    margin-top: auto
}

.text-block__more svg path {
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.text-block_size-1 {
    height: 201px
}

.text-block_size-2 {
    height: 246px
}

.text-block_size-3 {
    height: 271px
}

.text-block_size-mob {
    font-weight: 400;
    height: auto;
    padding: 20px !important
}

.text-block_size-mob,
.text-block_size-mob .text-block__title {
    color: #4f4c4d;
    font-size: 16px;
    font-style: normal;
    line-height: 130%
}

.text-block_size-mob .text-block__title {
    font-weight: 600
}

.text-block_link:hover {
    background-color: #f14624;
    color: #fff
}

.text-block_link:hover .text-block__title {
    color: #fff
}

.text-block_link:hover .text-block__more {
    color: #fff
}

.text-block_link:hover .text-block__more svg path {
    fill: #fff
}

.menu-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-bottom: 20px;
    overflow-x: auto;
    padding-bottom: 20px;
    scrollbar-color: rgba(79, 76, 77, .5) rgba(79, 76, 77, .1)
}

.menu-line__item {
    color: #4f4c4d;
    cursor: pointer;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    text-decoration: none;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    white-space: nowrap
}

.menu-line__item:after {
    background-color: rgba(79, 76, 77, .5);
    content: "";
    display: block;
    height: 32px;
    margin-top: -16px;
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px
}

.menu-line__item:last-child:after {
    display: none
}

.menu-line__item:hover {
    color: #f14624
}

.menu-line__item.active {
    color: #f14624
}

.menu-line::-webkit-scrollbar {
    height: 4px;
    width: 4px
}

.menu-line::-webkit-scrollbar-track {
    background: rgba(79, 76, 77, .1)
}

.menu-line::-webkit-scrollbar-thumb {
    background: rgba(79, 76, 77, .5)
}

.menu-line::-webkit-scrollbar-thumb:hover {
    background: #4f4c4d
}

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

.typo {
    color: #4f4c4d;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.55
}

.typo,
.typo h3 {
    font-style: normal
}

.typo h3 {
    font-weight: 700;
    line-height: 1.8;
    margin-top: 1em
}

.typo h3:first-of-type {
    margin-top: 0
}

.typo p {
    color: #4f4c4d;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.55;
    margin: .5em 0
}

.typo ol,
.typo ul {
    list-style-position: inside
}

.typo ul {
    margin: 1em 0
}

.typo ul li {
    list-style-position: inside;
    list-style-type: disc
}

.typo ol {
    list-style-type: decimal
}

.typo h1,
.typo h2,
.typo h3,
.typo h4,
.typo h5,
.typo h6 {
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    margin: 1em 0
}

.typo h1:first-of-type,
.typo h2:first-of-type,
.typo h3:first-of-type,
.typo h4:first-of-type,
.typo h5:first-of-type,
.typo h6:first-of-type {
    margin-top: 0
}

.typo h1 {
    font-size: 40px;
    font-size: 36px
}

.typo h3 {
    font-size: 30px
}

.typo a {
    color: #0678e2;
    text-decoration: none
}

.typo a:hover {
    text-decoration: underline
}

.typo .table-responsive {
    overflow-x: auto;
    width: 100%
}

.typo table {
    margin: 1em 0;
    width: 100%
}

.typo table th {
    border-bottom: 1px solid #191919;
    font-weight: 550
}

.typo table td,
.typo table th {
    font-size: 18px;
    font-style: normal;
    line-height: 140%;
    padding: 20px 5px
}

.typo table td {
    border-bottom: 1px solid rgba(25, 25, 25, .5);
    font-weight: 400
}

.typo .list-2 li {
    color: #191919;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    list-style: none;
    margin: .5em 0;
    padding-left: 30px;
    position: relative
}

.typo .list-2 li:before {
    background-image: url(../images/dist/list-2.svg);
    background-position: 0 0;
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 20px;
    left: 0;
    position: absolute;
    top: 3px;
    width: 20px
}

.typo .img,
.typo .video {
    margin: 1em 0
}

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

.typo .img__caption {
    font-size: 14px;
    line-height: 160%;
    margin-top: 10px
}

.quote,
.typo .img__caption {
    font-style: normal;
    font-weight: 400
}

.quote {
    background-color: #f14624;
    color: #fff;
    font-size: 30px;
    line-height: 120%;
    margin: 2em 0;
    padding: 36px 180px 55px 60px;
    position: relative
}

.quote:after {
    background-image: url(../images/dist/q.svg);
    background-position: 0 0;
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 50px;
    position: absolute;
    right: 60px;
    top: 36px;
    width: 64px
}

.quote__author {
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 138%;
    margin-top: 60px
}

.callblock {
    background-color: #f14624;
    border: 1px solid rgba(25, 25, 25, .3);
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 3em 0;
    padding: 39px 77px
}

.callblock .btn {
    width: 240px
}

.callblock__text {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    color: #fff;
    flex-grow: 1;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    margin-right: 40px
}

.callblock * {
    margin-bottom: auto;
    margin-top: auto
}

.card {
    margin-bottom: 30px
}

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

.card__title {
    font-size: 24px;
    font-weight: 600;
    line-height: 130%;
    margin-bottom: 8px;
    margin-top: 20px
}

.card__content,
.card__title {
    color: #4f4c4d;
    font-style: normal
}

.card__content {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.card__author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px
}

.card__author-img img {
    border-radius: 50%;
    width: 56px
}

.card__author-content {
    color: #919191;
    font-size: 14px;
    padding-left: 20px
}

.card__author-content,
.card__author-content div {
    font-style: normal;
    font-weight: 400;
    line-height: 160%
}

.card__author-content div {
    color: #4f4c4d;
    font-size: 16px;
    margin-bottom: 8px
}

.sidebar {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.gallery-slider img,
.thumb-slider img {
    height: auto;
    max-width: 100%
}

.gallery-slider {
    margin-bottom: 10px
}

.gallery-slider .swiper-button-next,
.gallery-slider .swiper-button-prev {
    height: 50px;
    left: 50%;
    margin-top: -25px;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 2
}

.gallery-slider .swiper-button-next svg path,
.gallery-slider .swiper-button-next svg rect,
.gallery-slider .swiper-button-prev svg path,
.gallery-slider .swiper-button-prev svg rect {
    stroke: #f14624;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.gallery-slider .swiper-button-next:after,
.gallery-slider .swiper-button-prev:after {
    display: none
}

.gallery-slider .swiper-button-next:hover svg path,
.gallery-slider .swiper-button-next:hover svg rect,
.gallery-slider .swiper-button-prev:hover svg path,
.gallery-slider .swiper-button-prev:hover svg rect {
    stroke: #ff7a00
}

.gallery-slider .swiper-button-prev {
    left: 10px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.gallery-slider .swiper-button-next {
    left: auto;
    right: 10px
}

.thumb-slider .swiper-slide {
    cursor: pointer;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.thumb-slider .swiper-slide-thumb-active {
    border: 2px solid #f14624;
    border-radius: 5px
}

.img-checkbox,
.img-radio {
    background-color: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .2);
    cursor: pointer;
    height: 200px;
    position: relative;
    width: 200px
}

.img-checkbox input[type=checkbox],
.img-radio input[type=radio] {
    -webkit-appearance: none;
    cursor: pointer;
    position: relative;
    width: 100%
}

.img-checkbox input[type=checkbox]:after,
.img-radio input[type=radio]:after {
    background-color: #000;
    background-image: url(../images/dist/check.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 1px 8px 0 rgba(0, 0, 0, .4);
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, .4);
    content: "";
    display: none;
    height: 30px;
    left: -7px;
    position: absolute;
    top: -27px;
    width: 30px;
    z-index: 2
}

.img-checkbox input[type=checkbox]:checked:after,
.img-radio input[type=radio]:checked:after {
    display: block
}

.img-checkbox img,
.img-radio img {
    bottom: 0;
    cursor: pointer;
    height: auto;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.checks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.checks .check {
    margin-bottom: 10px
}

.check__name {
    font-size: 15px;
    margin-top: 5px
}

.styled-radio {
    margin-top: -1em;
    position: relative
}

.styled-radio input[type=radio] {
    -webkit-appearance: none;
    cursor: pointer;
    position: relative;
    width: 100%
}

.styled-radio input[type=radio]:before {
    border: 2px solid #4f4c4d;
    border-radius: 50%;
    content: "";
    display: block;
    height: 20px;
    left: 0;
    position: absolute;
    top: 12px;
    width: 20px
}

.styled-radio input[type=radio]:after {
    background-color: #4f4c4d;
    border-radius: 50%;
    content: "";
    display: block;
    height: 8px;
    left: 6px;
    opacity: 0;
    position: absolute;
    top: 18px;
    width: 8px
}

.styled-radio label {
    cursor: pointer;
    padding-left: 30px;
    position: relative;
    z-index: 1
}

.styled-radio input[type=radio]:checked:after {
    opacity: 1
}

.quiz__top {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    background-color: #fcf6f4;
    justify-content: space-between;
    padding: 35px 45px 40px
}

.quiz__top,
.quiz__top-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.quiz__top-title {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: auto;
    margin-top: auto;
    padding-right: 20px
}

.quiz__top-title:before {
    background-image: url(../images/dist/doc.svg);
    background-position: 0 0;
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 20px;
    margin-bottom: auto;
    margin-right: 10px;
    margin-top: auto;
    width: 23px
}

.quiz__top-num {
    font-size: 14px;
    margin-bottom: auto;
    margin-top: auto
}

.quiz__content {
    background-color: #fff;
    padding: 35px 45px 55px
}

.quiz__content .heading_sm {
    margin-bottom: 20px
}

.quiz__content .check {
    margin-left: 5px;
    margin-right: 5px
}

.quiz__progress {
    background-color: #cbcbcb;
    height: 5px;
    width: 100%
}

.quiz__progress span {
    background-color: #f14624;
    display: block;
    height: 5px;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.quiz .form__input {
    border-color: #ccc
}

.quiz-btns {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin-top: 80px
}

.quiz-btns .btn {
    padding-left: 0;
    padding-right: 0;
    width: 140px
}

.quiz-btns .btn-prev:before {
    content: "← ";
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 1;
    position: relative;
    top: -2px
}

.quiz-btns .btn-next:after {
    content: " →";
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 1;
    position: relative;
    top: -2px
}

.quiz-content-5 .row {
    margin-top: 40px
}

.tabs-content__item {
    display: none
}

.tabs-content__item.active {
    display: block
}

.video {
    cursor: pointer;
    position: relative
}

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

.video:after {
    background-color: rgba(29, 23, 22, .5);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.video__btn {
    cursor: pointer;
    height: 90px;
    left: 50%;
    margin-left: -45px;
    margin-top: -45px;
    position: absolute;
    top: 50%;
    width: 90px;
    z-index: 2
}

.color-block {
    background-color: #f7f7f7;
    display: block;
    height: 220px;
    margin-top: 20px;
    overflow: hidden;
    position: relative;
    text-decoration: none !important;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.color-block img {
    max-height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: auto
}

.color-block__title {
    color: #4f4c4d;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    left: 30px;
    line-height: 130%;
    position: absolute;
    top: 40px;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    z-index: 2
}

.color-block_wide img {
    right: 65px
}

.color-block:hover {
    background-color: #f14624
}

.color-block:hover .color-block__title {
    color: #fff
}

.palette {
    color: #4f4c4d;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    height: 130px;
    line-height: 18px;
    padding: 20px
}

.palette__title {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 23px
}

.row-palette {
    padding-top: 80px
}

.row-palette .palette {
    margin-top: 20px
}

.blog {
    margin-top: 30px
}

.blog__img {
    margin-bottom: 20px
}

.blog__img img {
    height: auto;
    max-width: 100%;
    min-height: 239px;
    -o-object-fit: cover;
    object-fit: cover
}

.blog__title {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #4f4c4d;
    display: -webkit-box;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.23;
    min-height: 3.69em;
    overflow: hidden;
    padding-right: 40px;
    position: relative;
    text-decoration: none !important;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.blog__title:after {
    background-image: url(../images/dist/arr-blog.svg);
    background-position: 0 0;
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 28px;
    position: absolute;
    right: 0;
    top: 0;
    width: 24px
}

.blog__title:hover {
    color: #f14624
}

.blog__content {
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    color: #4f4c4d;
    display: -webkit-box;
    font-size: 18px;
    line-height: 1.3333;
    margin-top: 12px;
    min-height: 5.333333em;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.blog__content,
.blog__date {
    font-style: normal;
    font-weight: 400
}

.blog__date {
    color: rgba(79, 76, 77, .5);
    font-size: 14px;
    line-height: 20px;
    margin-top: 30px
}

.loc {
    background-color: #f7f7f7;
    color: #4f4c4d;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    text-decoration: none;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.loc__content {
    margin-bottom: auto;
    margin-top: auto;
    padding-left: 30px;
    padding-right: 20px
}

.loc__content .heading {
    margin-bottom: 10px
}

.loc__content * {
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.loc__img {
    max-width: 250px;
    min-width: 250px;
    width: 250px
}

.loc__more {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin-top: 30px
}

.loc__more-text {
    color: #f14624;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%
}

.loc__more-icon svg path,
.loc__more-text {
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.loc ul {
    list-style-position: inside;
    list-style-type: disc
}

.loc .img-battery-red,
.loc img {
    max-height: 100%;
    width: auto
}

.loc .img-battery-red {
    position: absolute;
    right: -20px;
    top: 0
}

a.loc:hover {
    background-color: #f14624
}

a.loc:hover * {
    color: #fff
}

a.loc:hover .loc__more-text {
    color: #fff
}

a.loc:hover .loc__more-icon svg path {
    fill: #fff
}

.cat-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 60px;
    margin-left: -10px;
    margin-right: -10px
}

.cat-btns__item {
    background-color: #fff;
    border: 1px solid #4f4c4d;
    border-radius: 5px;
    color: #4f4c4d;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
    max-width: 260px;
    min-width: 260px;
    padding-bottom: 19px;
    padding-top: 19px;
    text-align: center;
    text-decoration: none !important;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.cat-btns__item:hover {
    border-color: #db2e0b;
    color: #db2e0b
}

.cat-btns__item.active {
    background-color: #db2e0b;
    border-color: #db2e0b;
    color: #fff
}

.pagination {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin-top: 55px
}

.pagination a {
    display: block;
    text-decoration: none !important
}

.pagination * {
    line-height: 160%;
    margin-left: 10px;
    margin-right: 10px;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.pagination *,
.pagination__el {
    color: #191919;
    font-size: 16px;
    font-style: normal;
    font-weight: 400
}

.pagination__el {
    border: 1px solid rgba(79, 76, 77, .5);
    border-radius: 50%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px
}

.pagination__el:hover {
    background-color: #f14624;
    border-color: #f14624;
    color: #fff
}

.pagination__el.current {
    background-color: #f14624;
    border-color: #f14624;
    color: #fff
}

.pagination__el_more {
    background-color: #fff !important;
    border: 1px solid rgba(79, 76, 77, .5) !important;
    color: #191919 !important
}

.pagination__prev {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.pagination__next,
.pagination__prev {
    border: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    opacity: .5;
    position: relative;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    width: 40px
}

.pagination__next svg,
.pagination__prev svg {
    left: 50%;
    margin-left: -8px;
    margin-top: -7px;
    position: absolute;
    top: 50%
}

.pagination__next:hover,
.pagination__prev:hover {
    opacity: 1
}

@media only screen and (max-width:1600px) {
    .heading_lg {
        font-size: 40px
    }
}

@media (max-width:1199.98px) {
    .heading_md {
        font-size: 32px
    }

    .heading_xmd {
        font-size: 30px
    }

    .heading_sm {
        font-size: 24px
    }

    .list li {
        font-size: 18px
    }

    .list li:before {
        top: 10px
    }

    .btn {
        font-size: 16px;
        padding: 12px 20px
    }

    .btn_sm {
        padding: 8px 37px
    }

    .ball__title,
    .btn-text__text,
    .loc {
        font-size: 16px
    }

    .loc__img {
        max-width: 180px;
        min-width: 180px;
        width: 180px
    }

    .loc .heading_sm {
        font-size: 20px
    }

    .loc__more {
        margin-top: 10px
    }

    .cat-btns__item {
        font-size: 14px;
        max-width: 215px;
        min-width: 215px;
        padding-bottom: 16px;
        padding-top: 16px
    }

    .old-list li {
        font-size: 22px;
        line-height: 33px
    }
}

@media (max-width:991.98px) {
    .heading_md {
        font-size: 28px
    }

    .heading_xmd {
        font-size: 26px
    }

    .heading_sm {
        font-size: 20px
    }

    .showroom {
        margin-bottom: 30px
    }

    .typo h3 {
        font-size: 28px
    }

    .row-scroll {
        -ms-overflow-style: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        margin-bottom: 40px;
        overflow-x: auto;
        scrollbar-width: none
    }

    .row-scroll .col-item {
        width: 280px
    }

    .row-scroll::-webkit-scrollbar {
        display: none
    }

    .blog__title {
        font-size: 20px;
        min-height: auto
    }

    .blog__content {
        font-size: 16px;
        min-height: auto
    }

    .quote-block,
    .text-block {
        height: auto !important;
        padding: 30px 20px
    }

    .quote-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .quote-block__img {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 0;
        margin-top: 20px;
        max-width: none;
        min-width: auto;
        width: auto
    }

    .quote-block__img img {
        height: 60px;
        width: 60px
    }

    .quote-block__title {
        margin-bottom: 20px
    }

    .quote-block .quote-block__author_mob {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        display: block;
        flex-grow: 1;
        margin-bottom: auto;
        margin-top: auto;
        padding-left: 10px
    }

    .quote-block .quote-block__author_desktop {
        display: none
    }

    .quiz-btns .btn-prev:before {
        top: 0
    }

    .quiz-btns .btn-next:after {
        top: 0
    }

    .color-block__title {
        font-size: 20px
    }

    .color-block img {
        right: -70px
    }

    .loc__content {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        padding: 30px !important
    }

    a.loc .loc__content {
        padding: 20px !important
    }

    .iconned-text {
        font-size: 16px
    }

    .old-list li {
        font-size: 18px;
        line-height: 27px;
        margin-bottom: 5px
    }

    .cat-btns {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (max-width:767.98px) {
    .typo h1 {
        font-size: 36px;
        font-size: 32px
    }

    .typo h3 {
        font-size: 26px
    }

    .img-checkbox,
    .img-radio {
        height: 160px;
        width: 160px
    }

    .quiz__content {
        padding-left: 20px;
        padding-right: 20px
    }

    .quiz__top {
        padding: 20px
    }

    .quote {
        font-size: 18px;
        padding: 16px 80px 25px 20px
    }

    .quote:after {
        right: 10px
    }

    .quote__author {
        font-size: 16px;
        margin-top: 30px
    }

    .callblock {
        padding: 15px 30px
    }

    .callblock__text {
        font-size: 18px
    }

    .capture-block {
        padding: 20px
    }

    .capture-block .btn {
        width: 100%
    }

    .capture-block:before {
        border: 1px solid #f14624;
        height: calc(100% + 5px);
        left: 8px;
        top: 8px;
        width: 100%
    }

    .capture-block:after {
        border: 1px solid #fff;
        height: calc(100% + 5px);
        left: -8px;
        top: -11px;
        width: 100%
    }

    .capture-block .form,
    .capture-block .heading,
    .capture-block .text {
        padding-left: 10px;
        padding-right: 10px
    }

    .capture-block .form {
        padding-bottom: 8px
    }

    .capture-block .heading_md {
        font-size: 26px;
        margin-top: 10px
    }

    .btn-text {
        margin-top: 20px;
        min-height: 50px;
        padding-left: 20px;
        padding-right: 20px
    }

    .color-block img {
        left: 200px;
        right: auto
    }

    .row-palette {
        padding-top: 20px
    }

    .quiz__top-title:before {
        display: none
    }

    .img-checkbox,
    .img-radio {
        height: 94px;
        margin-left: 0;
        margin-right: 0;
        width: 94px
    }

    .check__name {
        font-size: 10px
    }

    .quiz__content {
        padding: 20px 15px 40px
    }

    .quiz__content .check {
        margin-left: 4px;
        margin-right: 4px
    }

    .styled-radio label {
        font-size: 16px
    }

    .quiz__content .heading_sm {
        font-size: 18px
    }

    .loc {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .loc__img {
        max-width: 100%;
        min-width: 100%;
        width: 100%
    }

    .loc__img img {
        height: auto;
        width: 100%
    }

    .cat-btns {
        -ms-overflow-style: none;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        margin-bottom: 40px;
        margin-left: 0;
        margin-right: 0;
        overflow-x: auto;
        scrollbar-width: none
    }

    .cat-btns__item {
        margin-left: 0;
        margin-right: 20px;
        padding-bottom: 14px;
        padding-top: 14px
    }

    .cat-btns__item:last-child {
        margin-right: 0
    }

    .cat-btns::-webkit-scrollbar {
        display: none
    }

    .cat-btns.cat-btns_straight {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: -10px;
        margin-right: -10px
    }

    .cat-btns.cat-btns_straight .cat-btns__item {
        margin-left: 10px;
        margin-right: 10px;
        max-width: calc(50% - 20px);
        min-width: calc(50% - 20px)
    }

    a.loc .loc__more {
        margin-top: 30px
    }
}

@media (max-width:575.98px) {
    .heading_lg {
        font-size: 28px
    }

    .callblock {
        padding: 10px 20px
    }

    .callblock__text {
        font-size: 16px;
        margin-right: 20px
    }

    .typo h1 {
        font-size: 32px;
        font-size: 28px
    }

    .typo h3 {
        font-size: 22px
    }

    .col-xs-6 {
        width: 50%
    }

    .cat-btns.cat-btns_straight .cat-btns__item {
        font-size: 13px
    }

    .text-block_size-mob {
        font-size: 15px;
        height: auto;
        padding: 10px !important
    }

    .text-block_size-mob .text-block__title {
        font-size: 15px
    }

    .text-block_size-mob .text-block__inner {
        margin-bottom: 0 !important;
        margin-top: 0 !important
    }

    .text-block_1 {
        padding-left: 20px !important;
        padding-right: 20px !important
    }
}

.footer {
    background-color: #423634;
    padding-bottom: 60px;
    padding-top: 60px
}

.footer .logo,
.footer .logo svg {
    width: 260px
}

.footer .footer-text-mob {
    display: none
}

.footer .foot-text,
.footer .policy {
    color: #fcf6f4;
    font-size: 12px;
    margin-top: 30px;
    opacity: .5
}

.footer .policy {
    display: inline-block;
    text-decoration: none;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.footer .policy:hover {
    color: #f14624
}

.footer .callback {
    color: #f14624;
    letter-spacing: 2.5px;
    text-transform: uppercase
}

.footer .callback,
.footer .mail {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-decoration: none
}

.footer .mail {
    color: #d6d1d3;
    font-family: Montserrat, Arial, sans-serif;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.footer .mail:hover {
    color: #f14624
}

.footer .phone {
    padding-left: 40px;
    position: relative
}

.footer .phone:before {
    background-image: url(../images/dist/phone-call.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 24px;
    left: 10px;
    position: absolute;
    top: 6px;
    width: 24px
}

.footer .phone a {
    color: #d6d1d3;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.55;
    text-decoration: none;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.footer .phone a:hover {
    color: #f14624
}

.footer .soc {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
    margin-top: 20px
}

.footer .soc li {
    margin-left: 20px
}

.footer .soc li a {
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.footer .soc li a:hover {
    opacity: .9
}

.footer .payments {
    margin-top: 30px
}

.footer .payments img {
    margin-left: 10px
}

.footer .menu {
    margin-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px
}

.footer .menu__heading {
    border-bottom: 1px solid #f14624;
    color: #d6d1d3;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 2px;
    margin-bottom: 10px;
    opacity: .65;
    padding-bottom: 10px
}

.footer .menu nav ul li {
    margin-bottom: 5px
}

.footer .menu nav ul li a {
    color: #d6d1d3;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.55;
    text-decoration: none;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.footer .menu nav ul li a:hover {
    color: #f14624
}

.footer .col-right {
    text-align: right
}

@media (max-width:1199.98px) {
    .footer .logo {
        width: 100%
    }

    .footer .logo svg {
        height: auto;
        width: 100%
    }

    .footer .menu__heading {
        font-size: 14px
    }

    .footer .menu nav ul li {
        margin-bottom: 5px
    }

    .footer .menu nav ul li a {
        font-size: 14px
    }

    .footer .phone a {
        font-size: 20px
    }

    .footer .payments img {
        margin-left: 5px
    }

    .footer .payments img:first-child {
        margin-left: 0
    }
}

@media (max-width:991.98px) {
    .footer {
        padding-bottom: 105px
    }

    .footer .footer-text-mob {
        display: block
    }

    .footer .footer-text-desktop {
        display: none
    }

    .footer .logo svg {
        width: 260px
    }

    .footer .menu {
        margin-bottom: 30px;
        padding-left: 0;
        padding-right: 0
    }

    .footer .foot-text,
    .footer .policy {
        margin-top: 20px
    }

    .footer .col-right {
        margin-top: 30px;
        text-align: left
    }

    .footer .payments {
        margin-bottom: 40px
    }

    .footer .soc {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .footer .soc li {
        margin-left: 0;
        margin-right: 20px
    }

    .footer .phone:before {
        left: 0
    }

    .footer .soc {
        margin-top: 30px
    }
}

.header {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 11
}

.header * {
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.header-wrap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    height: 98px;
    justify-content: space-between
}

.header .logo-container,
.header-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

.header .logo-container {
    margin: auto 0
}

.header .logo-container .logo {
    height: 64px;
    margin-right: 31px;
    position: relative;
    width: 227px
}

.header .logo-container .logo:after {
    background-color: #fff;
    content: "";
    display: block;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    right: -16px;
    top: 50%;
    width: 1px
}

.header .logo-container .logo svg path {
    fill: #fff;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.header .logo-container .logo-text {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: auto;
    margin-top: auto
}

.header .logo-container .logo-text div {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 12.5px;
    line-height: 25px;
    text-transform: uppercase
}

.header .logo-desc {
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3px;
    margin: auto 0;
    padding-left: 15px;
    padding-right: 15px;
    white-space: nowrap
}

.header .contacts {
    margin: auto 0
}

.header .contacts,
.header .contacts__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.header .contacts__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.header .contacts__item .order-btn {
    color: #fff;
    display: inline-block;
    font-size: 14px;
    margin-left: auto;
    margin-top: 5px;
    text-decoration: none;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.header .contacts__item .order-btn:hover {
    color: #f14624
}

.header .contacts__item_mail .order-btn {
    margin-right: 15px
}

.header .contacts .contact-item_mail {
    margin-bottom: 0;
    margin-right: 15px
}

.header .btn-connect {
    margin-bottom: 19px;
    margin-top: 19px
}

.header .contact-item__icon svg path {
    stroke: #fff
}

.header .contact-item__content,
.header .contact-item__content a {
    color: #fff
}

.header .contact-item:hover .contact-item__icon svg path {
    stroke: #f14624
}

.header .contact-item:hover .contact-item__content {
    color: #f14624
}

.header .contact-item:hover .contact-item__content a {
    color: #f14624
}

.header .menu-toggler {
    display: none;
    right: -12px;
    top: 11.5px
}

.header .menu-toggler svg {
    left: 0;
    position: absolute;
    top: 0
}

.header .menu-toggler svg path {
    stroke: #fff
}

.header .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.header .menu>ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    width: 100%
}

.header .menu>ul>li>a {
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px;
    padding-bottom: 15px;
    padding-top: 15px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.header .menu>ul>li>a:hover {
    color: #f14624;
    text-decoration: underline
}

.header .menu>ul>li.has-sub {
    position: relative
}

.header .menu>ul>li.has-sub>a {
    padding-right: 28px;
    position: relative
}

.header .menu>ul>li.has-sub>a:after {
    background-image: url(../images/dist/arr-menu.svg);
    background-position: 0 0;
    background-repeat: no-repeat;
    content: "";
    height: 18px;
    margin-top: -11px;
    position: absolute;
    right: 0;
    top: 50%;
    width: 18px
}

.header .menu>ul>li.has-sub .sub {
    display: none;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    padding-top: 16px;
    position: absolute;
    right: -20px;
    text-transform: uppercase;
    top: 47px
}

.header .menu>ul>li.has-sub .sub:before {
    background-image: url(../images/dist/arr.svg);
    background-position: 0 0;
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 11px;
    position: absolute;
    right: 20px;
    top: 6px;
    width: 18px
}

.header .menu>ul>li.has-sub .sub ul {
    background-color: #f14624;
    padding: 20px;
    width: 100%
}

.header .menu>ul>li.has-sub .sub ul li {
    margin-bottom: 20px;
    white-space: nowrap;
    width: 100%
}

.header .menu>ul>li.has-sub .sub ul li:last-child {
    margin-bottom: 0
}

.header .menu>ul>li.has-sub .sub a {
    color: #fff;
    text-decoration: none;
    white-space: nowrap
}

.header .menu>ul>li.has-sub .sub a:hover {
    text-decoration: underline
}

.header .menu>ul>li.has-sub:hover>a:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.header .menu>ul>li.has-sub:hover .sub {
    display: block
}

.header .menu>ul>li.has-sub.has-sub_left .sub {
    left: -20px;
    min-width: 325px;
    top: 47px
}

.header .menu>ul>li.has-sub.has-sub_left .sub:before {
    left: 20px;
    top: 6px
}

.menu-toggler {
    cursor: pointer;
    height: 50px;
    position: absolute;
    width: 50px;
    z-index: 103
}

.menu-toggler svg path {
    stroke: #fff
}

.header-fixed .header {
    position: fixed;
    -webkit-transform: translateY(-98px);
    -ms-transform: translateY(-98px);
    transform: translateY(-98px);
    z-index: 100
}

.header-fixed .header-wrap {
    border-color: transparent
}

.header-fixed .header-top {
    background-color: #fff
}

.header-fixed .header .logo-container .logo:after {
    background-color: #4f4c4d
}

.header-fixed .header .logo-container .logo svg .red {
    fill: #e94e1b
}

.header-fixed .header .logo-container .logo svg .grey {
    fill: #575756
}

.header-fixed .header .logo-container .logo-text {
    color: #f14624
}

.header-fixed .header .logo-container .logo-text div {
    color: #4f4c4d
}

.header-fixed .header .logo-desc {
    color: #000
}

.header-fixed .header .contacts a {
    color: #4f4c4d
}

.header-fixed .menu ul li a {
    color: #fff !important
}

.header-fixed .header-menu {
    background-color: #f14624
}

.header-fixed .contact-item__icon svg path,
.header-fixed .menu-toggler svg path {
    stroke: #f14624
}

.header-fixed .contact-item__content {
    color: #4f4c4d
}

.header-colored .header-wrap {
    border-color: transparent
}

.header-colored .header-top {
    background-color: #fff
}

.header-colored .header .logo-container .logo:after {
    background-color: #4f4c4d
}

.header-colored .header .logo-container .logo svg .red {
    fill: #e94e1b
}

.header-colored .header .logo-container .logo svg .grey {
    fill: #575756
}

.header-colored .header .logo-container .logo-text {
    color: #f14624
}

.header-colored .header .logo-container .logo-text div {
    color: #4f4c4d
}

.header-colored .header .logo-desc {
    color: #000
}

.header-colored .header .contacts a {
    color: #4f4c4d
}

.header-colored .header .contacts .order-btn {
    color: #f14624 !important
}

.header-colored .header .btn-connect {
    border-color: #f14624 !important;
    color: #f14624 !important
}

.header-colored .menu ul li a {
    color: #fff !important
}

.header-colored .header-menu {
    background-color: #f14624
}

.header-colored .contact-item__icon svg path,
.header-colored .menu-toggler svg path {
    stroke: #f14624
}

.header-colored .contact-item__content {
    color: #4f4c4d
}

.menu-openned {
    height: 100%;
    overflow: hidden;
    width: 100%
}

.menu-openned .menu-toggler {
    background-image: url(../images/dist/menu-close.svg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover
}

.menu-openned .menu-toggler svg {
    display: none
}

.menu-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    background-color: #f14624;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100vh;
    overflow-y: auto;
    position: fixed;
    -webkit-transform: translateX(calc(100% + 55px));
    -ms-transform: translateX(calc(100% + 55px));
    transform: translateX(calc(100% + 55px));
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
    translate: .3s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: calc(100% - 55px);
    z-index: 105
}

.menu-wrapper__top {
    height: 50px;
    left: 16px;
    position: absolute;
    top: 10px;
    width: calc(100% - 26px)
}

.menu-wrapper .logo-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 9px 0;
    position: relative
}

.menu-wrapper .logo-container .logo {
    height: 32px;
    margin-right: 23px;
    position: relative;
    width: 112px
}

.menu-wrapper .logo-container .logo:after {
    background-color: #fff;
    content: "";
    display: block;
    height: 33px;
    margin-top: -17px;
    position: absolute;
    right: -11px;
    top: 50%;
    width: 1px
}

.menu-wrapper .logo-container .logo svg path {
    fill: #fff;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.menu-wrapper .logo-container .logo-text {
    color: #fff;
    font-size: 10.2656px;
    font-style: normal;
    font-weight: 400;
    line-height: 13px;
    margin-bottom: auto;
    margin-top: auto
}

.menu-wrapper .logo-container .logo-text div {
    color: #fff;
    font-size: 11.7321px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 9.5px;
    line-height: 18px;
    text-transform: uppercase
}

.menu-wrapper .btn {
    max-width: 100%
}

.menu-wrapper .menu-toggler {
    position: fixed !important;
    right: 8px;
    top: 10px
}

.menu-wrapper .menu-toggler svg {
    left: 0;
    position: absolute;
    top: 1px
}

.menu-wrapper .btn-call {
    margin-bottom: 92px
}

.menu-wrapper nav {
    margin-bottom: 5px
}

.menu-wrapper nav ul li {
    margin-bottom: 15px
}

.menu-wrapper nav ul li a {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    text-decoration: none
}

.menu-wrapper nav ul li>.sub {
    display: none;
    padding-left: 20px;
    padding-top: 20px
}

.menu-wrapper nav ul li>.sub ul li {
    margin-bottom: 20px
}

.menu-wrapper nav ul li>.sub ul li:last-child {
    margin-bottom: 0
}

.menu-wrapper nav ul li.has-sub {
    position: relative
}

.menu-wrapper nav ul li.has-sub>a {
    padding-right: 28px;
    position: relative
}

.menu-wrapper nav ul li.has-sub>a:after {
    background-image: url(../images/dist/arr-menu.svg);
    background-position: 0 0;
    background-repeat: no-repeat;
    content: "";
    height: 18px;
    margin-top: -9px;
    position: absolute;
    right: 0;
    top: 50%;
    width: 18px
}

.menu-wrapper nav ul li.active>a:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.menu-wrapper nav ul li.active>.sub {
    display: block
}

.menu-wrapper .delivery {
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    margin-bottom: 20px;
    margin-top: auto
}

.menu-wrapper .btn-tel {
    margin-bottom: 20px
}

.menu-wrapper .phone-links {
    margin-top: 170px
}

.menu-wrapper .link-icon a {
    color: #4f4c4d
}

.menu-wrapper .soc {
    margin-bottom: 60px;
    margin-top: 30px
}

.menu-wrapper .soc li {
    margin-left: 0;
    margin-right: 20px
}

.menu-wrapper .container,
.menu-wrapper .row {
    height: 100%
}

.menu-wrapper__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: calc(100% - 70px);
    margin-top: 70px;
    min-height: calc(100vh - 70px)
}

.menu-openned:after {
    background-color: rgba(29, 23, 22, .6);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 104
}

.menu-openned .menu-wrapper {
    -webkit-transform: translateX(55px);
    -ms-transform: translateX(55px);
    transform: translateX(55px)
}

.soc-bar {
    -ms-flex-pack: distribute;
    background-color: #fff;
    border-top: 1px solid #f14624;
    bottom: 0;
    display: none;
    height: 55px;
    justify-content: space-around;
    left: 0;
    padding-top: 6px;
    position: fixed;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    width: 100%;
    z-index: 100
}

.soc-bar__item {
    text-align: center;
    text-decoration: none;
    width: 80px
}

.soc-bar__item-icon {
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 21px;
    width: 23px;
    opacity: 0.7;
}

.soc-bar__item-icon svg {
    margin: auto
}

.soc-bar__item-text {
    color: #000;
    font-size: 11px;
    line-height: 1.2;
    font-weight: 400;
    text-align: center;
    font-family: 'Roboto', Arial, sans-serif;
    margin-top: -8px;
}

@media (max-width:1199.98px) {
    .header .logo-desc {
        display: none
    }
}

@media (max-width:991.98px) {
    .header {
        left: 0;
        position: fixed;
        top: 0;
        -webkit-transform: translateY(0) !important;
        -ms-transform: translateY(0) !important;
        transform: translateY(0) !important
    }

    .header-wrap {
        border-color: transparent
    }

    .header-top {
        background-color: #fff
    }

    .header-wrap {
        height: 73px
    }

    .header .header-wrap {
        border-bottom: 0
    }

    .header .contacts,
    .header .logo-desc,
    .header .menu,
    .header .phone {
        display: none
    }

    .header .logo-container .logo:after {
        background-color: #4f4c4d
    }

    .header .logo-container .logo svg .red {
        fill: #e94e1b
    }

    .header .logo-container .logo svg .grey {
        fill: #575756
    }

    .header .logo-container .logo-text {
        color: #f14624
    }

    .header .logo-container .logo-text div {
        color: #4f4c4d
    }

    .header .logo-desc {
        color: #000
    }

    .header .contacts a {
        color: #4f4c4d
    }

    .header .btn-connect {
        display: none
    }

    .header .logo-container .logo {
        height: 32px;
        margin-right: 23px;
        width: 113.5px
    }

    .header .logo-container .logo:after {
        height: 30px;
        margin-top: -15px
    }

    .header .logo-container .logo svg {
        height: 32px;
        width: 113.5px
    }

    .header .logo-container .logo-text {
        font-size: 10.2656px;
        line-height: 13px
    }

    .header .logo-container .logo-text div {
        font-size: 11.7321px;
        letter-spacing: 8.96593px;
        line-height: 18px
    }

    .header .menu-toggler {
        display: block
    }

    .header .menu-toggler svg path {
        stroke: #f14624
    }

    .soc-bar {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%)
    }

    .soc-bar-shown .soc-bar {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    .header {
        z-index: 103 !important
    }
}

.main-wprapper {
    overflow-x: hidden;
    position: relative;
    width: 100%
}

.section-showroom-intro {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 969px;
    position: relative
}

.section-showroom-intro header {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 3
}

.section-showroom-intro header .header-cont {
    position: relative
}

.section-showroom-intro header .header-cont .logo {
    height: 98px;
    left: 0;
    position: absolute;
    top: 26px;
    width: 420px
}

.section-showroom-intro header .header-cont .logo svg {
    height: 98px;
    width: 420px
}

.section-showroom-intro header .header-cont .header-contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: 0;
    top: 42px
}

.section-showroom-intro header .header-cont .header-contacts .wa {
    margin-bottom: auto;
    margin-right: 20px;
    margin-top: auto
}

.section-showroom-intro header .header-cont .header-contacts .c_mail {
    margin-left: 30px
}

.section-showroom-intro header .header-cont .header-contacts .c {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.section-showroom-intro header .header-cont .header-contacts .c__icon {
    height: 30px;
    margin-bottom: auto;
    margin-right: 10px;
    margin-top: auto;
    width: 30px
}

.section-showroom-intro header .header-cont .header-contacts .c__cont {
    margin-bottom: auto;
    margin-top: auto
}

.section-showroom-intro header .header-cont .header-contacts .c__cont a {
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 31px;
    text-decoration: none
}

.section-showroom-intro header .header-cont .header-contacts .c__cont div {
    color: #fafafa;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    opacity: .7
}

.section-showroom-intro .head {
    color: #fff;
    text-shadow: 0 0 20px rgba(0, 0, 0, .5)
}

.section-showroom-intro .head mark {
    background-color: #f14624;
    color: #fff;
    padding: 0 8px 2px
}

.section-showroom-intro .head_1 {
    font-size: 62px;
    font-style: normal;
    font-weight: 600;
    line-height: 68px;
    margin-bottom: 21px;
    margin-top: 290px
}

.section-showroom-intro .head_2 {
    font-size: 54px;
    font-style: normal;
    font-weight: 600;
    line-height: 59px;
    margin-bottom: 18px
}

.section-showroom-intro .head_3 {
    font-size: 63px;
    font-style: normal;
    font-weight: 600;
    line-height: 69px;
    margin-bottom: 11px
}

.section-showroom-intro .head_4 {
    font-size: 70px;
    font-style: normal;
    font-weight: 600;
    line-height: 77px
}

.section-showroom-intro button {
    background: #f04623;
    border: 0;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 50px 5px #000;
    box-shadow: 0 0 50px 5px #000;
    color: #fff;
    font-size: 42px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: .5px;
    padding: 25.95px 43.42px 27.05px 44.58px;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.section-showroom-intro button:hover {
    background-color: #db2e0b
}

.section-showroom-intro .more {
    color: hsla(0, 0%, 100%, .5);
    display: inline-block;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    margin-left: 20px;
    position: relative;
    top: 10px
}

.section-showroom-intro .more-arr {
    bottom: -93px;
    height: 98px;
    position: absolute;
    right: -106px;
    width: 101px
}

.section-showroom-intro .btns {
    margin-top: 46px
}

.old-bg-slider {
    height: 770px
}

.old-bg-slider__item {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 770px
}

.old-el-slider {
    overflow: hidden
}

.old-el-slider__item img {
    height: auto;
    max-width: 100%
}

.old-el-slider__item div {
    bottom: 39px;
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    left: 0;
    line-height: 22px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    width: 100%
}

.section-intro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 1112px;
    position: relative;
    width: 100%
}

.section-intro .breadcrumbs {
    margin-bottom: 40px;
    margin-top: 60px
}

.section-intro .wrapper {
    color: #fff;
    margin: auto 0;
    position: relative;
    width: 100%;
    z-index: 1
}

.section-intro .wrapper .btn {
    width: 449px
}

.section-intro .wrapper .btn_calc {
    margin-bottom: 20px
}

.section-intro .main-slider {
    height: 1112px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.section-intro .main-slider__item {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 1112px
}

.section-intro .main-slider .swiper-button-next,
.section-intro .main-slider .swiper-button-prev {
    bottom: 90px;
    height: 50px;
    left: 50%;
    margin-top: -25px;
    position: absolute;
    top: auto;
    width: 50px
}

.section-intro .main-slider .swiper-button-next svg path,
.section-intro .main-slider .swiper-button-next svg rect,
.section-intro .main-slider .swiper-button-prev svg path,
.section-intro .main-slider .swiper-button-prev svg rect {
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.section-intro .main-slider .swiper-button-next:after,
.section-intro .main-slider .swiper-button-prev:after {
    display: none
}

.section-intro .main-slider .swiper-button-next:hover svg path,
.section-intro .main-slider .swiper-button-next:hover svg rect,
.section-intro .main-slider .swiper-button-prev:hover svg path,
.section-intro .main-slider .swiper-button-prev:hover svg rect {
    stroke: #f14624
}

.section-intro .main-slider .swiper-button-prev {
    margin-left: -560px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.section-intro .main-slider .swiper-button-next {
    margin-left: -160px
}

.section-intro .main-slider_one .swiper-button-next,
.section-intro .main-slider_one .swiper-button-prev {
    display: none
}

.section-intro .main-slider .swiper-pagination {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    bottom: 114px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    left: 50%;
    margin-left: -560px;
    position: absolute;
    width: 449px
}

.section-intro .main-slider .swiper-pagination .swiper-pagination-bullet {
    background-color: hsla(0, 0%, 100%, .5) !important;
    border-radius: 0;
    height: 2px;
    opacity: 1 !important;
    width: 65px
}

.section-intro .main-slider .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #fff !important
}

.section-intro .heading-price {
    margin-bottom: 30px
}

.section-intro .features {
    background-color: hsla(0, 0%, 100%, .15);
    border-radius: 5px;
    margin-bottom: 40px;
    margin-top: 40px;
    padding: 15px 20px;
    width: 449px
}

.section-intro .features__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px
}

.section-intro .features__item:last-child {
    margin-bottom: 0
}

.section-intro .features__item-icon {
    height: 40px;
    margin-bottom: auto;
    margin-right: 10px;
    margin-top: auto;
    width: 40px
}

.section-intro .features__item-text {
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.333;
    margin-bottom: auto;
    margin-top: auto
}

.section-intro .features_wide {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 820px;
    padding-bottom: 5px;
    width: 100%
}

.section-intro .features_wide .features__item {
    height: 40px;
    max-width: 50%;
    min-width: 50%
}

.section-intro .btn-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.section-intro .btn-block .btn {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    width: 275px
}

.section-intro .chars {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    max-width: 621px
}

.section-intro .chars__item {
    max-width: 167.4px;
    min-width: 167.4px;
    width: 167.4px
}

.section-intro .chars__item-val {
    color: #f04623;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px
}

.section-intro .chars__item-key {
    color: #b5b5b5;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px
}

.section-intro .chars__item_g {
    position: relative
}

.section-intro .chars__item_g:after {
    background: #000;
    border-radius: 50px;
    content: "";
    display: block;
    -webkit-filter: blur(20.5px);
    filter: blur(20.5px);
    height: 91px;
    left: 50%;
    margin-left: -90px;
    position: absolute;
    top: 3px;
    width: 179px
}

.section-intro .chars__item_g .chars__item-val {
    position: relative;
    z-index: 2
}

.section-intro_old {
    height: 865px
}

.section-intro_old .intro-mob {
    display: none;
    height: auto;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.section-intro_old .container {
    position: relative;
    z-index: 5
}

.section-intro_old .breadcrumbs {
    color: #9c9c9c;
    margin-bottom: 57px;
    margin-top: 27px
}

.section-intro_old .breadcrumbs a {
    color: #9c9c9c
}

.section-intro_old .breadcrumbs a:hover {
    color: #fff
}

.section-intro_old .cont {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 145px;
    position: relative;
    width: 100%
}

.section-intro_old .heading-1 {
    color: #fff;
    font-size: 56px;
    line-height: 64px
}

.section-intro_old .heading-1,
.section-intro_old .heading-2 {
    font-style: normal;
    font-weight: 700;
    text-shadow: 0 0 20px rgba(0, 0, 0, .5);
    white-space: nowrap
}

.section-intro_old .heading-2 {
    color: #f14624;
    font-size: 55.5px;
    line-height: 71px
}

.section-intro_old .heading-3 {
    font-size: 47px;
    font-weight: 700;
    line-height: 73px;
    white-space: nowrap
}

.section-intro_old .heading-3,
.section-intro_old .heading-price {
    color: #fff;
    font-style: normal;
    text-shadow: 0 0 20px rgba(0, 0, 0, .5)
}

.section-intro_old .heading-price {
    font-size: 30px;
    font-weight: 600;
    line-height: 47px;
    margin-bottom: 20px;
    margin-top: 65px
}

.section-intro_old .chars {
    margin-top: 50px
}

.section-intro_old-main {
    height: 915px;
    overflow-x: hidden
}

.section-intro_old-main .wrap {
    left: 0;
    max-width: 100% !important;
    padding-top: 80px;
    position: absolute;
    top: 0;
    z-index: 2
}

.section-intro_old-main .title {
    color: #fff;
    font-size: 39px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    margin-bottom: 35px;
    margin-top: 47px;
    text-shadow: 0 4px 4px rgba(0, 0, 0, .25)
}

.section-intro_old-main .btn-1 {
    background: #f14624;
    border: 0;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    height: 56px;
    line-height: 23px;
    line-height: 56px;
    margin-top: 35px;
    max-width: 320px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    width: 100%
}

.section-intro_old-main .btn-1:hover {
    background-color: #db2e0b
}

.section-intro_old-main .btn-2 {
    background: #fff;
    border: 2px solid #f14624 !important;
    color: #f14624;
    display: inline-block;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    height: 56px;
    line-height: 56px;
    margin-top: 15px;
    max-width: 320px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    width: 100%
}

.section-intro_old-main .btn-2:hover {
    background-color: #db2e0b;
    border-color: #f14624 !important;
    color: #fff
}

.section-intro_short {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    height: 828px;
    min-height: auto;
    padding-top: 145px
}

.section-intro_short .breadcrumbs {
    margin-top: 0 !important
}

.section-gallery .cat img {
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.section-gallery .cat:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.section-catalog {
    padding-bottom: 60px;
    padding-top: 60px
}

.section-catalog .heading {
    color: #4f4c4d;
    margin-bottom: 40px
}

.section-about {
    padding-top: 60px
}

.section-about .about {
    border-bottom: 1px solid rgba(79, 76, 77, .5);
    padding-bottom: 40px
}

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

.section-about .about .heading-name {
    color: #f14624;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 74px;
    text-transform: uppercase
}

.section-about .about .heading-name span {
    color: #4f4c4d
}

.section-about .about .heading {
    margin-bottom: 13px
}

.section-about .about .heading_sm {
    margin-top: 1em
}

.section-about .about p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    margin: 1em 0
}

.section-about .about .btn {
    margin-top: 27px
}

.section-about .about .video {
    margin: 2em 0
}

.section-about_inside {
    padding-bottom: 100px;
    padding-top: 0
}

.section-about_inside .about {
    border: 0;
    padding-bottom: 0
}

.section-about_delivery {
    padding-bottom: 60px
}

.section-blog {
    padding-bottom: 80px;
    padding-top: 80px
}

.section-furnitura {
    padding-bottom: 60px;
    padding-top: 60px
}

.section-furnitura .heading {
    margin-bottom: 40px
}

.section-arch {
    padding-bottom: 30px;
    padding-top: 60px
}

.section-arch .heading_md {
    margin-bottom: 40px
}

.contact {
    margin-top: 30px;
    padding-left: 40px;
    position: relative
}

.contact__icon {
    height: 30px;
    left: 0;
    position: absolute;
    top: 0;
    width: 30px
}

.contact__title {
    color: #4f4c4d;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    margin-bottom: 20px
}

.contact__title a {
    color: #4f4c4d;
    text-decoration: none;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.contact__title a:hover {
    color: #f14624
}

.contact__content {
    color: #4f4c4d;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%
}

.contact__content a {
    color: #4f4c4d;
    text-decoration: none;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.contact__content a:hover {
    color: #f14624
}

.section-contacts {
    padding-bottom: 80px;
    padding-top: 80px
}

.section-contacts .heading_sm {
    margin-top: 260px
}

.section-contacts .heading-sm {
    margin-top: 0
}

.section-contacts .tab-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
    position: relative
}

.section-contacts .tab-head__item {
    border-bottom: 1px solid transparent;
    color: rgba(241, 70, 36, .5);
    cursor: pointer;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    height: 60px;
    line-height: 160%;
    padding: 15px 0;
    text-align: center;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    width: 50%
}

.section-contacts .tab-head__item:hover {
    color: #f14624
}

.section-contacts .tab-head__item.active {
    border-bottom: 1px solid #f14624;
    color: #f14624
}

.section-contacts .tabs-content__item {
    display: none
}

.section-contacts .tabs-content__item.active {
    display: block
}

.section-contacts .soc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 40px;
    margin-top: 10px
}

.section-contacts .soc li {
    margin-right: 20px
}

.section-contacts .row-tabs {
    margin-top: -200px;
    position: relative;
    top: 230px
}

.section-contacts .row-tabs .heading_sm {
    margin-bottom: 10px
}

.section-contacts .row-tabs p {
    font-size: 14px
}

.section-contacts_inside {
    padding-top: 0
}

.section-balls {
    padding-bottom: 20px;
    padding-top: 60px
}

.section-balls .heading {
    margin-bottom: 40px
}

.section-capture {
    background-image: url(../images/dist/capture.jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 160px;
    padding-top: 160px
}

.section-capture .heading {
    margin-bottom: 20px
}

.section-capture .form {
    margin-top: 30px
}

.section-capture .contact__content,
.section-capture .contact__content a,
.section-capture .contact__title,
.section-capture .contact__title a {
    color: #fff
}

.section-capture .soc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 40px;
    margin-top: 20px
}

.section-capture .soc li {
    margin-right: 20px
}

.section-hits {
    padding-bottom: 20px;
    padding-top: 60px
}

.section-hits .heading {
    margin-bottom: 40px
}

.section-social {
    padding-bottom: 60px;
    padding-top: 53px;
    position: relative
}

.section-social .col-content {
    padding-top: 27px
}

.section-social .col-content,
.section-social .heading {
    position: relative;
    z-index: 2
}

.section-social img.iphone {
    height: auto;
    margin-left: 19px;
    margin-right: 19px;
    max-width: 100%
}

.section-social .heading {
    margin-bottom: 30px
}

.section-social .btns {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    max-width: 569px
}

.section-social .btns .btn {
    width: calc(50% - 10px)
}

.section-social .soc-slider {
    margin-top: 66px;
    overflow: hidden
}

.sidebar {
    background-color: #f7f7f7;
    border-radius: 5px;
    padding: 24px
}

.sidebar_mob {
    display: none
}

.cat,
.sidebar_desktop {
    display: block
}

.cat {
    margin-bottom: 40px;
    position: relative;
    text-align: center;
    text-decoration: none !important
}

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

.cat__img {
    overflow: hidden;
    position: relative
}

.cat__badge {
    background-color: #f14624;
    border-radius: 5px;
    left: 10px;
    padding: 10px;
    position: absolute;
    top: 10px;
    z-index: 3
}

.cat__badge,
.cat__badge-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.cat__badge-icon {
    height: 24px;
    margin-right: 10px;
    width: 24px
}

.cat__badge-icon,
.cat__badge-icon svg,
.cat__badge-text {
    margin-bottom: auto;
    margin-top: auto
}

.cat__badge-text {
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.222
}

.cat__title {
    color: #4f4c4d;
    font-size: 20px;
    font-weight: 500;
    line-height: 130%;
    margin-top: 19px;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.cat__price,
.cat__title {
    font-style: normal;
    text-align: center
}

.cat__price {
    color: #f14624;
    font-size: 18px;
    font-weight: 700
}

.cat__note,
.cat__price {
    line-height: 1.55;
    margin-top: 10px
}

.cat__note {
    color: #000;
    font-size: 14px;
    font-weight: 400
}

.cat__more,
.cat__note {
    font-style: normal;
    text-align: center
}

.cat__more {
    background-color: #f14624;
    bottom: -60px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    height: 60px;
    left: 0;
    line-height: 160%;
    line-height: 21px;
    position: absolute;
    text-decoration: none;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    width: 100%;
    z-index: 2;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}

.cat:hover .cat__title {
    color: #f14624
}

.cat:hover .cat__more {
    bottom: 0
}

.cat_sm .cat__title {
    font-size: 18px;
    font-weight: 400
}

.section-gallery {
    padding-bottom: 40px;
    padding-top: 60px
}

.section-gallery .cat {
    margin-bottom: 20px
}

.section-gallery .heading {
    margin-bottom: 40px
}

.section-creds {
    padding-bottom: 80px;
    padding-top: 80px
}

.cert-slider {
    overflow: hidden;
    position: relative
}

.cert-slider__item .frame {
    background-image: url(../images/dist/frame.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    height: 315px;
    left: -5px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 51px;
    padding-top: 52px;
    position: relative;
    width: 255.5px
}

.cert-slider__item .frame img {
    height: auto;
    width: 162px
}

.cert-slider .swiper-button-next,
.cert-slider .swiper-button-prev {
    background-color: transparent;
    height: 50px;
    margin-top: -25px !important;
    position: absolute;
    top: 50% !important;
    width: 50px;
    z-index: 2
}

.cert-slider .swiper-button-next svg,
.cert-slider .swiper-button-prev svg {
    height: 50px;
    width: 50px
}

.cert-slider .swiper-button-next svg path,
.cert-slider .swiper-button-next svg rect,
.cert-slider .swiper-button-prev svg path,
.cert-slider .swiper-button-prev svg rect {
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.cert-slider .swiper-button-next:after,
.cert-slider .swiper-button-prev:after {
    display: none
}

.cert-slider .swiper-button-next:hover svg path,
.cert-slider .swiper-button-prev:hover svg path {
    stroke: #f14624
}

.cert-slider .swiper-button-prev {
    left: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.cert-slider .swiper-button-next {
    left: auto;
    right: 0
}

.section-certs {
    padding: 80px 0
}

.section-certs .certs-bg {
    padding-top: 300px;
    position: relative
}

.section-certs .certs-bg:after {
    background-image: url(../images/dist/cert-bg.jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    display: block;
    height: 437px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.section-certs .heading_md {
    color: #fff;
    margin-bottom: 10px;
    padding-left: 80px;
    position: relative;
    z-index: 2
}

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

.showroom .heading_sm {
    margin-bottom: 10px;
    margin-top: 10px
}

.section-showroom {
    padding-bottom: 80px;
    padding-top: 80px
}

.section-showroom .heading_md {
    margin-bottom: 20px
}

.section-showroom .row-content {
    margin-top: 20px
}

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

.soc-block {
    z-index: 10
}

.soc-block,
.soc-slider {
    position: relative
}

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

.soc-slider .swiper-button-next,
.soc-slider .swiper-button-prev {
    height: 50px;
    left: 20px;
    margin-top: -25px;
    position: absolute;
    top: 50% !important;
    width: 50px
}

.soc-slider .swiper-button-next svg path,
.soc-slider .swiper-button-next svg rect,
.soc-slider .swiper-button-prev svg path,
.soc-slider .swiper-button-prev svg rect {
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.soc-slider .swiper-button-next:after,
.soc-slider .swiper-button-prev:after {
    display: none
}

.soc-slider .swiper-button-next:hover svg path,
.soc-slider .swiper-button-next:hover svg rect,
.soc-slider .swiper-button-prev:hover svg path,
.soc-slider .swiper-button-prev:hover svg rect {
    stroke: #f14624
}

.soc-slider .swiper-button-prev {
    left: 20px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.soc-slider .swiper-button-next {
    left: auto;
    right: 20px
}

.main {
    padding-top: 145px
}

.main .breadcrumbs {
    color: #919191;
    padding-bottom: 30px;
    padding-top: 30px
}

.main .breadcrumbs a {
    color: #4f4c4d
}

.main .breadcrumbs a:hover {
    color: #f14624
}

.main .tabs .tabs-content__item {
    display: none
}

.main .tabs .tabs-content__item.active {
    display: block
}

.main .tab-head {
    -ms-overflow-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    margin-top: 40px;
    overflow-x: auto;
    scrollbar-width: none
}

.main .tab-head::-webkit-scrollbar {
    display: none
}

.main .tab-head__item {
    border-bottom: 1px solid transparent;
    color: rgba(241, 70, 36, .5);
    cursor: pointer;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    height: 60px;
    line-height: 160%;
    padding: 15px;
    text-align: center;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    white-space: nowrap;
    width: 50%
}

.main .tab-head__item:hover {
    color: #f14624
}

.main .tab-head__item.active {
    border-bottom: 1px solid #f14624;
    color: #f14624
}

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

.product-title {
    color: #4f4c4d;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    margin-bottom: 16px
}

.product-title div {
    font-size: 30px
}

.product-desc {
    border-bottom: 1px solid #d5d1d3;
    color: #4f4c4d;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 16px;
    padding-bottom: 16px;
    padding-top: 0
}

.product-desc p {
    margin: .5em 0
}

.product-desc p b {
    font-weight: 700
}

.product-desc p:last-child {
    margin-bottom: 0
}

.product-desc ul {
    font-size: 15px;
    list-style-position: inside;
    list-style-type: disc
}

.product-content {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.product-content .heading {
    margin-bottom: 1em;
    margin-top: 2em
}

.product-content .carts {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between
}

.product-content .carts img {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
    height: auto;
    max-width: calc(33.333% - 13.3333px)
}

.product-colors {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 16px;
    margin-left: -9px;
    margin-right: -9px;
    padding-bottom: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.product-colors__item {
    color: #4f4c4d;
    cursor: pointer;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.7;
    margin-left: 9px;
    margin-right: 9px;
    max-width: calc(20% - 13.333px)
}

.product-colors__item div {
    white-space: nowrap
}

.product-colors__item img {
    border: 2px solid transparent;
    border-radius: 5px;
    margin-bottom: 10px;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.product-colors__item.active img {
    border: 2px solid #f14624
}

.color-images {
    display: none;
    margin-bottom: 10px;
    overflow: hidden
}

.color-images__item {
    display: none
}

.color-images__item.active {
    display: block
}

.color-images img {
    height: auto;
    width: 100%
}

.product-paint {
    border-bottom: 1px solid #d5d1d3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 16px
}

.product-paint svg {
    height: 20px;
    margin-bottom: auto;
    margin-right: 10px;
    margin-top: auto;
    width: 38px
}

.product-paint span {
    color: #4f4c4d;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    margin-bottom: auto;
    margin-top: auto
}

.product-price {
    margin-bottom: 16px;
    margin-top: 16px
}

.product-colors-title {
    color: #4f4c4d;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    margin-bottom: 10px;
    margin-top: 16px
}

.product-list {
    border-bottom: 1px solid #d5d1d3;
    padding-bottom: 16px;
    padding-top: 16px
}

.main .btn_conulst {
    margin-top: 10px
}

.main_blog {
    padding-bottom: 85px
}

.main_blog .heading-main {
    margin-top: 30px !important
}

.section-delivery {
    padding-bottom: 80px
}

.section-delivery .heading_md {
    margin-bottom: 40px
}

.section-delivery .container {
    position: relative
}

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

.section-delivery .car {
    left: -80px;
    position: absolute;
    top: 100px;
    width: 476px;
    z-index: 2
}

.section-delivery .map {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: 50px;
    margin-left: auto;
    position: relative;
    width: 860px
}

.section-delivery .map-img {
    position: relative
}

.section-calc {
    padding-bottom: 100px;
    padding-top: 80px
}

.section-calc .heading_md {
    margin-bottom: 40px
}

.reason {
    color: #4f4c4d;
    font-size: 16px;
    font-weight: 400
}

.reason,
.reason__title {
    font-style: normal;
    line-height: 25px
}

.reason__title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px
}

.section-why {
    padding-bottom: 80px;
    padding-top: 80px
}

.section-why .heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px
}

.section-why .heading svg {
    margin-left: 20px
}

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

.section-why .row-elements {
    margin-bottom: 20px
}

.section-why .quote-block {
    height: 294px
}

.section-why .row-elements_1 .text-block,
.section-why .row-elements_3 .text-block_1 {
    margin-bottom: 20px
}

.section-why_2 {
    padding-top: 0
}

.section-why_mob {
    display: none
}

.section-why_mob .img {
    margin-bottom: 0 !important
}

.section-why_mob img {
    height: 100%;
    width: auto
}

.section-why_mob .text-block {
    min-height: 100%
}

.section-why_mob .col-item {
    margin-bottom: 20px
}

.section-reasons {
    padding: 80px 0
}

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

.section-reasons .heading_md {
    margin-bottom: 50px
}

.section-reasons .reason {
    margin-bottom: 30px
}

.section-videos {
    padding: 80px 0
}

.section-videos .row-top {
    margin-bottom: 50px
}

.section-videos .video {
    margin-bottom: 20px
}

.section-videos p {
    font-size: 20px
}

.section-more-colors {
    padding-bottom: 80px;
    padding-top: 80px
}

.section-more-colors .heading_md {
    margin-bottom: 30px
}

.mob-main-slider__item img {
    height: auto;
    width: 100%
}

.mob-main-slider .swiper-pagination {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin: 20px 0 0;
    padding-bottom: 20px;
    padding-top: 20px;
    position: static;
    width: 100%
}

.mob-main-slider .swiper-pagination-bullet {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    background-color: #f14624 !important;
    border-radius: 0;
    flex-grow: 1;
    height: 2px;
    margin-left: 5px;
    margin-right: 5px;
    opacity: .5 !important
}

.mob-main-slider .swiper-pagination-bullet-active {
    opacity: 1 !important
}

.mob-main-slider.no-pagination .swiper-pagination {
    display: none !important
}

.section-intro-mob {
    display: none;
    padding-bottom: 0;
    padding-top: 93px
}

.section-intro-mob .heading {
    color: #4f4c4d;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%
}

.section-intro-mob .btn,
.section-intro-mob .mob-main-slider {
    margin-top: 20px
}

.section-intro-mob .features {
    margin-top: 60px
}

.section-intro-mob .features__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px
}

.section-intro-mob .features__item:last-child {
    margin-bottom: 0
}

.section-intro-mob .features__item-icon {
    height: 40px;
    margin-right: 10px;
    width: 40px
}

.section-intro-mob .features__item-text {
    color: #4f4c4d;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.333;
    margin-bottom: auto;
    margin-top: auto
}

.section-subcat {
    padding-bottom: 40px;
    padding-top: 80px
}

.section-subcat .heading-block {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px
}

.section-subcat .heading-block .heading,
.section-subcat .heading-block .more-link {
    margin-bottom: auto;
    margin-top: auto
}

.section-delivery-text {
    padding-bottom: 80px
}

.section-delivery-text img {
    height: auto;
    max-width: 100%
}

.section-delivery-text .heading_sm,
.section-delivery-text .iconned-text {
    margin-bottom: 30px
}

.section-delivery-text .row-2 .iconned-text {
    margin-bottom: 20px
}

.section-delivery-text .heading_2 {
    margin-top: 40px
}

.section-showcase .row-1 {
    padding-top: 80px
}

.section-showcase .row-2 {
    padding-bottom: 60px
}

.section-showcase .img {
    background-color: #f14624
}

.section-showcase .logo {
    margin-bottom: 50px
}

.section-showcase .logo svg {
    height: auto;
    max-width: 100%
}

.section-showcase .col-block .heading_sm {
    margin-bottom: 20px
}

.section-showcase .col-block .btn {
    margin-top: 50px
}

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

.section-showcase ul li {
    color: #4f4c4d;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    margin-bottom: 10px
}

.section-showcase ul li:last-child {
    margin-bottom: 0
}

.section-showcase .row-2 {
    margin-top: 20px
}

.section-showcase .loc {
    margin-bottom: 20px;
    overflow: hidden
}

.section-showcase .loc_1,
.section-showcase .loc_5 {
    height: 100%
}

.section-showcase .loc_5 .loc__content {
    margin-top: 0;
    max-width: 320px;
    padding-top: 40px
}

.section-showcase .col-addr .loc:last-child {
    margin-bottom: 0
}

.faq {
    margin-bottom: 40px;
    min-height: 156px
}

.faq:last-child {
    margin-bottom: 0
}

.faq__title {
    color: #4f4c4d;
    font-family: Montserrat;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%
}

.faq__cont,
.faq__title {
    border-top: 1px solid #f14624;
    padding-top: 20px
}

.section-faq {
    padding-bottom: 80px;
    padding-top: 80px
}

.section-faq .heading_md {
    margin-bottom: 50px
}

@media only screen and (max-width:1600px) {
    .section-intro {
        height: 100vh;
        min-height: 865px
    }

    .section-intro .features {
        margin-bottom: 30px;
        margin-top: 30px
    }

    .section-intro .main-slider,
    .section-intro .main-slider__item {
        height: 100vh;
        min-height: 865px
    }

    .section-intro .main-slider .swiper-button-next,
    .section-intro .main-slider .swiper-button-prev {
        bottom: 40px
    }

    .section-intro .main-slider .swiper-pagination {
        bottom: 64px
    }

    .section-intro .wrapper {
        padding-top: 103px
    }

    .section-intro .wrapper .breadcrumbs {
        margin-top: 40px
    }

    .section-intro .features__item {
        margin-bottom: 15px
    }

    .section-intro .features__item-text {
        font-size: 18px
    }

    .section-intro_old {
        height: 865px;
        min-height: 865px
    }

    .section-intro_old-main {
        height: 915px;
        min-height: 915px
    }

    .section-intro_short {
        height: 683px;
        min-height: auto
    }

    .section-intro_short .wrapper {
        padding-top: 0
    }
}

@media (max-width:1199.98px) {
    .section-intro .main-slider .swiper-button-prev {
        margin-left: -470px
    }

    .section-intro .main-slider .swiper-button-next {
        margin-left: -70px
    }

    .section-intro .main-slider .swiper-pagination {
        margin-left: -470px
    }

    .section-intro_old {
        height: 815px;
        min-height: 815px
    }

    .section-intro_old .headings {
        -webkit-transform: scale(.72);
        -ms-transform: scale(.72);
        transform: scale(.72);
        -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0
    }

    .section-intro_old .heading-price {
        margin-top: 0
    }

    .section-intro_old-main {
        height: 915px;
        min-height: 915px
    }

    .section-intro_old-main .title {
        font-size: 27px;
        line-height: 32px;
        margin-bottom: 25px;
        margin-top: 50px
    }

    .section-intro_old-main .btn-1 {
        margin-top: 25px
    }

    .section-about .about .heading-name {
        font-size: 40px
    }

    .cat__title {
        font-size: 18px
    }

    .cat__price,
    .cat_sm .cat__title {
        font-size: 16px
    }

    .soc-slider .swiper-button-next {
        margin-left: 475px
    }

    .section-delivery .map {
        height: auto;
        margin-right: auto;
        max-width: 100%
    }

    .section-delivery .car {
        bottom: 100px;
        left: auto;
        right: 300px;
        top: auto;
        width: 200px
    }

    .contact__title {
        font-size: 18px;
        margin-bottom: 10px
    }

    .contact__content {
        font-size: 16px
    }

    .section-why .heading svg {
        height: 30px;
        width: 177px
    }

    .section-why .row-elements_1 .img_2,
    .section-why .row-elements_2 .img,
    .section-why .row-elements_3 .img,
    .section-why .row-elements_4 .img {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        width: auto
    }

    .section-showcase .logo {
        margin-bottom: 30px
    }

    .section-showcase .col-block .btn {
        margin-top: 30px
    }

    .section-showcase ul li {
        font-size: 16px
    }

    .section-delivery .map {
        left: 0
    }

    .section-showroom-intro {
        height: 969px
    }

    .section-showroom-intro .main-part {
        -webkit-transform: scale(.9);
        -ms-transform: scale(.9);
        transform: scale(.9);
        -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0
    }

    .section-showroom-intro header .logo {
        -webkit-transform: scale(.85);
        -ms-transform: scale(.85);
        transform: scale(.85);
        -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0
    }

    .section-showroom-intro header .header-cont .header-contacts {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 330px
    }

    .section-showroom-intro header .header-cont .header-contacts .wa {
        margin-right: 20px
    }

    .section-showroom-intro header .header-cont .header-contacts .c_mail {
        margin-left: 52px
    }
}

@media (max-width:991.98px) {
    .section-intro .main-slider .swiper-button-prev {
        margin-left: -350px
    }

    .section-intro .main-slider .swiper-button-next {
        margin-left: 50px
    }

    .section-intro .main-slider .swiper-pagination {
        margin-left: -350px
    }

    .section-intro_old {
        display: block !important;
        height: auto;
        min-height: auto !important;
        padding-top: 73px
    }

    .section-intro_old .breadcrumbs {
        display: block !important;
        font-size: 12px;
        left: 10px;
        position: absolute;
        top: -221px
    }

    .section-intro_old .cont {
        background: #000 !important;
        margin-top: 0;
        padding-bottom: 25px;
        padding-top: 221px
    }

    .section-intro_old .headings {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

    .section-intro_old .heading-1 {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 0
    }

    .section-intro_old .heading-1,
    .section-intro_old .heading-2 {
        display: inline;
        font-style: normal;
        font-weight: 700;
        white-space: normal
    }

    .section-intro_old .heading-2 {
        font-size: 21px;
        line-height: 27px
    }

    .section-intro_old .heading-3 {
        display: inline;
        font-size: 22px;
        font-style: normal;
        font-weight: 700;
        line-height: 29px;
        white-space: normal
    }

    .section-intro_old .intro-mob {
        display: block
    }

    .section-intro_old .heading-price {
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: 31px;
        margin-bottom: 19px;
        margin-top: 36px
    }

    .section-intro_old .chars {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 21px
    }

    .section-intro_old .chars__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 14px !important;
        text-align: left !important
    }

    .section-intro_old .chars__item-val {
        font-size: 18px;
        margin-bottom: auto;
        margin-right: 6px;
        margin-top: auto;
        white-space: nowrap
    }

    .section-intro_old .chars__item-key {
        font-size: 16px;
        margin-bottom: auto;
        margin-top: auto;
        white-space: nowrap
    }

    .section-intro_old .chars__item_g:after {
        display: none
    }

    .section-intro_old .chars__item_g br {
        display: none
    }

    .section-intro_old .btn-text {
        border: 0;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 22px;
        margin-top: 17px;
        padding-left: 0;
        padding-right: 0
    }

    .section-intro_old .btn-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .section-intro_old .btn {
        border-radius: 5px !important;
        width: 100% !important
    }

    .section-intro_old-main {
        height: auto !important;
        min-height: auto !important;
        padding-bottom: 0 !important;
        padding-top: 0
    }

    .section-intro_old-main .cont {
        height: auto;
        height: 100%;
        overflow: hidden;
        padding-bottom: 40px;
        padding-top: 73px
    }

    .section-intro_old-main .title {
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 16px;
        margin-top: 40px
    }

    .section-intro_old-main .wrap {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 40px;
        position: static
    }

    .section-intro_old-main .btn-1 {
        margin-top: 15px;
        max-width: 100%
    }

    .section-intro_old-main .btn-2 {
        max-width: 100%
    }

    .old-bg-slider {
        height: 100%;
        left: 0;
        position: absolute;
        top: 73px;
        width: 100%
    }

    .old-bg-slider__item {
        height: 100%
    }

    .section-contacts .col-map {
        margin-top: 40px
    }

    .section-showroom {
        padding-bottom: 60px;
        padding-top: 40px
    }

    .section-showroom .loc {
        margin-bottom: 20px
    }

    .section-intro .features_wide .features__item {
        min-width: 100%;
        width: 100%
    }

    .main {
        padding-top: 93px
    }

    .main .sidebar {
        margin-top: 30px
    }

    .section-delivery .car {
        bottom: 70px;
        right: 300px;
        width: 120px
    }

    .sidebar {
        background-color: #fff
    }

    .sidebar_mob {
        display: block
    }

    .sidebar_desktop {
        display: none
    }

    .section-about_inside {
        padding-bottom: 60px
    }

    .section-about_inside .video {
        margin-bottom: 30px
    }

    .section-reasons img {
        display: inline-block;
        margin-bottom: 40px
    }

    .section-intro_short {
        padding-top: 73px
    }

    .section-intro_short .wrapper {
        padding-bottom: 80px !important;
        padding-top: 80px !important
    }

    .section-social .iphone {
        display: none
    }

    .section-intro {
        height: auto;
        padding-bottom: 60px
    }

    .section-intro_old {
        padding-bottom: 0
    }

    .section-intro .main-slider,
    .section-intro .main-slider__item {
        height: 100% !important
    }

    .section-intro .chars {
        -ms-flex-pack: distribute;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: space-around
    }

    .section-intro .chars__item {
        margin-bottom: 20px
    }

    .section-why {
        padding-bottom: 40px;
        padding-top: 60px
    }

    .section-why .heading {
        margin-bottom: 30px
    }

    .section-why .heading svg {
        height: 28px;
        margin-left: 10px;
        width: 165px
    }

    .section-why .row-elements {
        margin-bottom: 0
    }

    .section-why .img,
    .section-why .quote-block,
    .section-why .text-block {
        margin-bottom: 20px
    }

    .section-why .row-elements_3,
    .section-why .row-elements_3 .text-block_1 {
        margin-top: 20px
    }

    .section-why .row-elements_1 .img_2 {
        height: auto;
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%
    }

    .section-why .row-elements_2 .img,
    .section-why .row-elements_3 .img,
    .section-why .row-elements_4 .img {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        width: auto
    }

    .section-why_2 {
        padding-top: 0
    }

    .section-why_desktop {
        display: none
    }

    .section-why_mob {
        display: block
    }

    .section-more-colors {
        padding-bottom: 60px;
        padding-top: 60px
    }

    .sidebar {
        padding: 0
    }

    .section-showcase .loc {
        margin-bottom: 20px !important
    }

    .section-showcase .col-block,
    .section-showcase .row-2,
    .section-subcat {
        padding-bottom: 20px
    }

    .section-subcat {
        padding-top: 60px
    }

    .section-delivery-text {
        padding-bottom: 60px
    }

    .section-delivery-text .col-calc {
        margin-top: 30px
    }

    .section-intro-mob {
        display: block
    }

    .section-intro {
        display: none
    }

    .section-showroom-intro {
        height: auto;
        padding-bottom: 68px
    }

    .section-showroom-intro header .header-cont .logo {
        top: 34px
    }

    .section-showroom-intro header .header-cont .logo svg {
        height: 64px;
        width: 275px
    }

    .section-showroom-intro .main-part,
    .section-showroom-intro header .logo {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

    .section-showroom-intro header .header-cont .header-contacts {
        display: none
    }

    .section-showroom-intro .head_1 {
        font-size: 21px;
        line-height: 23px;
        margin-bottom: 12px;
        margin-top: 172px
    }

    .section-showroom-intro .head_2 {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 12px
    }

    .section-showroom-intro .head_3 {
        font-size: 21px;
        line-height: 23px;
        margin-bottom: 10px
    }

    .section-showroom-intro .head_4 {
        font-size: 23px;
        line-height: 25px
    }

    .section-showroom-intro button {
        font-size: 22px;
        height: 67px;
        line-height: 34px;
        padding: 0;
        width: 301px
    }

    .section-showroom-intro .more {
        display: inline-block;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        height: 85px;
        line-height: 22px;
        margin-left: 0;
        margin-top: 22px;
        text-align: right;
        top: 0;
        width: 130px
    }

    .section-showroom-intro .more-arr {
        bottom: auto;
        height: 63px;
        right: -77px;
        top: 22px;
        width: 65px
    }

    .section-showroom-intro .more-arr svg {
        height: 63px;
        width: 65px
    }

    .section-showroom-intro .btns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 25px
    }

    .section-faq {
        padding-bottom: 60px;
        padding-top: 60px
    }

    .faq {
        min-height: auto
    }

    .faq__title {
        font-size: 20px
    }

    .section-certs .certs-bg {
        padding-top: 200px;
        position: relative
    }

    .section-certs .certs-bg:after {
        content: "";
        display: block;
        height: 337px;
        left: 0;
        position: absolute;
        top: 0
    }

    .main .breadcrumbs {
        padding-top: 10px
    }

    .old-el-slider__item img {
        max-height: 300px;
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%
    }
}

@media (max-width:767.98px) {

    .section-intro,
    .section-intro .main-slider,
    .section-intro .main-slider__item {
        height: auto
    }

    .section-intro .main-slider .swiper-button-prev {
        left: 10px;
        margin-left: 0
    }

    .section-intro .main-slider .swiper-button-next {
        left: auto;
        margin-left: 0;
        right: 10px
    }

    .section-intro .main-slider .swiper-pagination {
        left: auto;
        margin-left: 0;
        padding: 0 70px;
        width: 100%
    }

    .section-intro .main-slider .swiper-pagination .swiper-pagination-bullet {
        width: 60px
    }

    .section-intro .features {
        width: 100%
    }

    .section-intro .features__item-text {
        font-size: 16px
    }

    .section-intro .wrapper {
        margin: 0;
        padding-top: 113px
    }

    .section-intro .wrapper .btn {
        width: 100%
    }

    .section-intro_short {
        height: auto;
        min-height: auto
    }

    .section-delivery .car {
        bottom: 70px;
        right: 200px;
        width: 120px
    }

    .main .tab-head__item {
        font-size: 14px;
        height: auto;
        padding-bottom: 10px;
        padding-top: 10px
    }

    .section-videos {
        padding-bottom: 40px;
        padding-top: 0
    }

    .section-videos .btn {
        margin-top: 30px
    }

    .section-videos .col-video {
        margin-bottom: 40px
    }

    .section-videos p {
        font-size: 18px
    }

    .section-intro .btn-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .section-intro .btn-block .btn {
        border-radius: 5px
    }

    .product-colors__item {
        font-size: 12px;
        margin-left: 5px;
        margin-right: 5px
    }

    .section-capture {
        padding-bottom: 100px;
        padding-top: 100px
    }

    .section-subcat .heading-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .faq,
    .section-subcat .heading-block .heading {
        margin-bottom: 20px
    }

    .faq {
        min-height: auto
    }

    .faq__title {
        font-size: 20px
    }

    .faq__cont {
        border: 0
    }
}

@media (max-width:575.98px) {
    .section-delivery .car {
        bottom: 40px;
        right: 100px;
        width: 80px
    }

    .main .tab-head__item {
        font-size: 13px
    }

    .cat__title {
        font-size: 15px
    }

    .cat__badge {
        padding: 5px
    }

    .cat__badge-icon {
        margin-right: 5px
    }

    .cat__badge-icon,
    .cat__badge-icon svg {
        height: 18px;
        width: 18px
    }

    .cat__badge-text {
        font-size: 13px;
        font-weight: 400
    }

    .section-social .col-content {
        padding-top: 0
    }

    .section-catalog,
    .section-gallery {
        padding-bottom: 20px
    }

    .section-contacts {
        padding-top: 40px
    }

    .section-arch {
        padding-top: 30px
    }

    .section-furnitura {
        padding-bottom: 30px
    }

    .section-calc {
        padding-top: 60px
    }

    .section-calc,
    .section-contacts {
        padding-bottom: 60px
    }

    .section-contacts .tab-head {
        top: 20px
    }

    .section-contacts .heading_sm {
        margin-top: 60px
    }

    .section-blog {
        padding-bottom: 60px;
        padding-top: 60px
    }

    .section-showcase .loc_5 {
        margin-bottom: 0 !important
    }

    .section-showcase .loc_5 .loc__content {
        padding-right: 80px !important
    }

    .section-contacts .heading_sm {
        margin-top: 30px
    }

    .section-contacts .row-tabs {
        margin-top: 0;
        top: 0
    }

    .section-contacts .tab-head {
        top: 0
    }

    .section-certs .certs-bg {
        padding-top: 100px;
        position: relative
    }

    .section-certs .certs-bg:after {
        content: "";
        display: block;
        height: 237px;
        left: 0;
        position: absolute;
        top: 0
    }

    .section-contacts .tab-head__item {
        font-size: 14px;
        height: auto;
        padding-left: 5px;
        padding-right: 5px
    }
}