/*!
 * Bootstrap v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

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

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

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

abbr[data-original-title],
abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

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

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

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

dt {
    font-weight: 700
}

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

blockquote {
    margin: 0 0 1rem
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

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

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

code,
kbd,
pre,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

svg {
    overflow: hidden;
    vertical-align: middle
}

table {
    border-collapse: collapse
}

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

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

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

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

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

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

[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
}

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

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

textarea {
    overflow: auto;
    resize: vertical
}

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

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

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

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

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

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

output {
    display: inline-block
}

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

template {
    display: none
}

[hidden] {
    display: none !important
}

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

.h1,
h1 {
    font-size: 2.5rem
}

.h2,
h2 {
    font-size: 2rem
}

.h3,
h3 {
    font-size: 1.75rem
}

.h4,
h4 {
    font-size: 1.5rem
}

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

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

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

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.small,
small {
    font-size: .875em;
    font-weight: 400
}

.mark,
mark {
    padding: .2em;
    background-color: #fcf8e3
}

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

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

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

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

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

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

.blockquote-footer {
    display: block;
    font-size: .875em;
    color: #6c757d
}

.blockquote-footer::before {
    content: "\2014\00A0"
}

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

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}

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

.figure-caption {
    font-size: 90%;
    color: #6c757d
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-wrap: break-word
}

a>code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: .2rem
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700
}

pre {
    display: block;
    font-size: 87.5%;
    color: #212529
}

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

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@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 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

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

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

.row-cols-3>* {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

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

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

.row-cols-6>* {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

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

.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

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

.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

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

.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

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

.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

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

.order-first {
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -ms-flex-order: 13;
    order: 13
}

.order-0 {
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -ms-flex-order: 12;
    order: 12
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

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

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

    .row-cols-sm-3>* {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

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

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

    .row-cols-sm-6>* {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-sm-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-sm-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-sm-12 {
        -ms-flex-order: 12;
        order: 12
    }

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

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

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

    .row-cols-md-3>* {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

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

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

    .row-cols-md-6>* {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-md-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-md-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-md-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-md-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-md-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-md-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-md-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-md-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-md-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-md-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-md-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-md-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-md-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-md-12 {
        -ms-flex-order: 12;
        order: 12
    }

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

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

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

    .row-cols-lg-3>* {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

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

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

    .row-cols-lg-6>* {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

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

    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

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

    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

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

    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

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

    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

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

    .order-lg-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-lg-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-lg-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-lg-12 {
        -ms-flex-order: 12;
        order: 12
    }

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

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

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

    .row-cols-xl-3>* {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

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

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

    .row-cols-xl-6>* {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-xl-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-xl-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-xl-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-xl-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-xl-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-xl-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-xl-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-xl-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-xl-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-xl-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-xl-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-xl-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-xl-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-xl-12 {
        -ms-flex-order: 12;
        order: 12
    }

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

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

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

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

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

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

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

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

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

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

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

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

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529
}

.table td,
.table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6
}

.table tbody+tbody {
    border-top: 2px solid #dee2e6
}

.table-sm td,
.table-sm th {
    padding: .3rem
}

.table-bordered {
    border: 1px solid #dee2e6
}

.table-bordered td,
.table-bordered th {
    border: 1px solid #dee2e6
}

.table-bordered thead td,
.table-bordered thead th {
    border-bottom-width: 2px
}

.table-borderless tbody+tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
    border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05)
}

.table-hover tbody tr:hover {
    color: #212529;
    background-color: rgba(0, 0, 0, .075)
}

.table-primary,
.table-primary>td,
.table-primary>th {
    background-color: #b8daff
}

.table-primary tbody+tbody,
.table-primary td,
.table-primary th,
.table-primary thead th {
    border-color: #7abaff
}

.table-hover .table-primary:hover {
    background-color: #9fcdff
}

.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
    background-color: #9fcdff
}

.table-secondary,
.table-secondary>td,
.table-secondary>th {
    background-color: #d6d8db
}

.table-secondary tbody+tbody,
.table-secondary td,
.table-secondary th,
.table-secondary thead th {
    border-color: #b3b7bb
}

.table-hover .table-secondary:hover {
    background-color: #c8cbcf
}

.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
    background-color: #c8cbcf
}

.table-success,
.table-success>td,
.table-success>th {
    background-color: #c3e6cb
}

.table-success tbody+tbody,
.table-success td,
.table-success th,
.table-success thead th {
    border-color: #8fd19e
}

.table-hover .table-success:hover {
    background-color: #b1dfbb
}

.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
    background-color: #b1dfbb
}

.table-info,
.table-info>td,
.table-info>th {
    background-color: #bee5eb
}

.table-info tbody+tbody,
.table-info td,
.table-info th,
.table-info thead th {
    border-color: #86cfda
}

.table-hover .table-info:hover {
    background-color: #abdde5
}

.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
    background-color: #abdde5
}

.table-warning,
.table-warning>td,
.table-warning>th {
    background-color: #ffeeba
}

.table-warning tbody+tbody,
.table-warning td,
.table-warning th,
.table-warning thead th {
    border-color: #ffdf7e
}

.table-hover .table-warning:hover {
    background-color: #ffe8a1
}

.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
    background-color: #ffe8a1
}

.table-danger,
.table-danger>td,
.table-danger>th {
    background-color: #f5c6cb
}

.table-danger tbody+tbody,
.table-danger td,
.table-danger th,
.table-danger thead th {
    border-color: #ed969e
}

.table-hover .table-danger:hover {
    background-color: #f1b0b7
}

.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
    background-color: #f1b0b7
}

.table-light,
.table-light>td,
.table-light>th {
    background-color: #fdfdfe
}

.table-light tbody+tbody,
.table-light td,
.table-light th,
.table-light thead th {
    border-color: #fbfcfc
}

.table-hover .table-light:hover {
    background-color: #ececf6
}

.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
    background-color: #ececf6
}

.table-dark,
.table-dark>td,
.table-dark>th {
    background-color: #c6c8ca
}

.table-dark tbody+tbody,
.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #95999c
}

.table-hover .table-dark:hover {
    background-color: #b9bbbe
}

.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
    background-color: #b9bbbe
}

.table-active,
.table-active>td,
.table-active>th {
    background-color: rgba(0, 0, 0, .075)
}

.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, .075)
}

.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
    background-color: rgba(0, 0, 0, .075)
}

.table .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.table-dark {
    color: #fff;
    background-color: #343a40
}

.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #454d55
}

.table-dark.table-bordered {
    border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, .05)
}

.table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, .075)
}

@media (max-width:575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-sm>.table-bordered {
        border: 0
    }
}

@media (max-width:767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-md>.table-bordered {
        border: 0
    }
}

@media (max-width:991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-lg>.table-bordered {
        border: 0
    }
}

@media (max-width:1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-xl>.table-bordered {
        border: 0
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

.table-responsive>.table-bordered {
    border: 0
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-control {
        transition: none
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

input[type=date].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control,
input[type=time].form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

select.form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.form-control-file,
.form-control-range {
    display: block;
    width: 100%
}

.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5
}

.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem;
    line-height: 1.5
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding: .375rem 0;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm {
    height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

select.form-control[multiple],
select.form-control[size] {
    height: auto
}

textarea.form-control {
    height: auto
}

.form-group {
    margin-bottom: 1rem
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

.form-row>.col,
.form-row>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

.form-check-input:disabled~.form-check-label,
.form-check-input[disabled]~.form-check-label {
    color: #6c757d
}

.form-check-label {
    margin-bottom: 0
}

.form-check-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: .875em;
    color: #28a745
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(40, 167, 69, .9);
    border-radius: .25rem
}

.form-row>.col>.valid-tooltip,
.form-row>[class*=col-]>.valid-tooltip {
    left: 5px
}

.is-valid~.valid-feedback,
.is-valid~.valid-tooltip,
.was-validated :valid~.valid-feedback,
.was-validated :valid~.valid-tooltip {
    display: block
}

.form-control.is-valid,
.was-validated .form-control:valid {
    border-color: #28a745;
    padding-right: calc(1.5em + .75rem) !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.was-validated select.form-control:valid,
select.form-control.is-valid {
    padding-right: 3rem !important;
    background-position: right 1.5rem center
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.custom-select.is-valid,
.was-validated .custom-select:valid {
    border-color: #28a745;
    padding-right: calc(.75em + 2.3125rem) !important;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat
}

.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
    color: #28a745
}

.form-check-input.is-valid~.valid-feedback,
.form-check-input.is-valid~.valid-tooltip,
.was-validated .form-check-input:valid~.valid-feedback,
.was-validated .form-check-input:valid~.valid-tooltip {
    display: block
}

.custom-control-input.is-valid~.custom-control-label,
.was-validated .custom-control-input:valid~.custom-control-label {
    color: #28a745
}

.custom-control-input.is-valid~.custom-control-label::before,
.was-validated .custom-control-input:valid~.custom-control-label::before {
    border-color: #28a745
}

.custom-control-input.is-valid:checked~.custom-control-label::before,
.was-validated .custom-control-input:valid:checked~.custom-control-label::before {
    border-color: #34ce57;
    background-color: #34ce57
}

.custom-control-input.is-valid:focus~.custom-control-label::before,
.was-validated .custom-control-input:valid:focus~.custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before,
.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before {
    border-color: #28a745
}

.custom-file-input.is-valid~.custom-file-label,
.was-validated .custom-file-input:valid~.custom-file-label {
    border-color: #28a745
}

.custom-file-input.is-valid:focus~.custom-file-label,
.was-validated .custom-file-input:valid:focus~.custom-file-label {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: .875em;
    color: #dc3545
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(220, 53, 69, .9);
    border-radius: .25rem
}

.form-row>.col>.invalid-tooltip,
.form-row>[class*=col-]>.invalid-tooltip {
    left: 5px
}

.is-invalid~.invalid-feedback,
.is-invalid~.invalid-tooltip,
.was-validated :invalid~.invalid-feedback,
.was-validated :invalid~.invalid-tooltip {
    display: block
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem) !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.was-validated select.form-control:invalid,
select.form-control.is-invalid {
    padding-right: 3rem !important;
    background-position: right 1.5rem center
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.custom-select.is-invalid,
.was-validated .custom-select:invalid {
    border-color: #dc3545;
    padding-right: calc(.75em + 2.3125rem) !important;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat
}

.custom-select.is-invalid:focus,
.was-validated .custom-select:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.form-check-input.is-invalid~.form-check-label,
.was-validated .form-check-input:invalid~.form-check-label {
    color: #dc3545
}

.form-check-input.is-invalid~.invalid-feedback,
.form-check-input.is-invalid~.invalid-tooltip,
.was-validated .form-check-input:invalid~.invalid-feedback,
.was-validated .form-check-input:invalid~.invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid~.custom-control-label,
.was-validated .custom-control-input:invalid~.custom-control-label {
    color: #dc3545
}

.custom-control-input.is-invalid~.custom-control-label::before,
.was-validated .custom-control-input:invalid~.custom-control-label::before {
    border-color: #dc3545
}

.custom-control-input.is-invalid:checked~.custom-control-label::before,
.was-validated .custom-control-input:invalid:checked~.custom-control-label::before {
    border-color: #e4606d;
    background-color: #e4606d
}

.custom-control-input.is-invalid:focus~.custom-control-label::before,
.was-validated .custom-control-input:invalid:focus~.custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before,
.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before {
    border-color: #dc3545
}

.custom-file-input.is-invalid~.custom-file-label,
.was-validated .custom-file-input:invalid~.custom-file-label {
    border-color: #dc3545
}

.custom-file-input.is-invalid:focus~.custom-file-label,
.was-validated .custom-file-input:invalid:focus~.custom-file-label {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.form-inline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center
}

.form-inline .form-check {
    width: 100%
}

@media (min-width:576px) {
    .form-inline label {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0
    }

    .form-inline .form-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-plaintext {
        display: inline-block
    }

    .form-inline .custom-select,
    .form-inline .input-group {
        width: auto
    }

    .form-inline .form-check {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }

    .form-inline .form-check-input {
        position: relative;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }

    .form-inline .custom-control {
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .btn {
        transition: none
    }
}

.btn:hover {
    color: #212529;
    text-decoration: none
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.btn.disabled,
.btn:disabled {
    opacity: .65
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc
}

.btn-primary.focus,
.btn-primary:focus {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
    box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62
}

.btn-secondary.focus,
.btn-secondary:focus {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
    box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5)
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5)
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34
}

.btn-success.focus,
.btn-success:focus {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
    box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}

.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430
}

.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b
}

.btn-info.focus,
.btn-info:focus {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

.btn-info.disabled,
.btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f
}

.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00
}

.btn-warning.focus,
.btn-warning:focus {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
    box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}

.btn-warning.disabled,
.btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show>.btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500
}

.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130
}

.btn-danger.focus,
.btn-danger:focus {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
    box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}

.btn-danger.disabled,
.btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d
}

.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5
}

.btn-light.focus,
.btn-light:focus {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
    box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}

.btn-light.disabled,
.btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df
}

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124
}

.btn-dark.focus,
.btn-dark:focus {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

.btn-dark.disabled,
.btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d
}

.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

.btn-outline-primary {
    color: #007bff;
    border-color: #007bff
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show>.btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-outline-success {
    color: #28a745;
    border-color: #28a745
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success.focus,
.btn-outline-success:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent
}

.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show>.btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-info {
    color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info.focus,
.btn-outline-info:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent
}

.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show>.btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning.focus,
.btn-outline-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent
}

.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show>.btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger.focus,
.btn-outline-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent
}

.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show>.btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light.focus,
.btn-outline-light:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent
}

.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show>.btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-dark {
    color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark.focus,
.btn-outline-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent
}

.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show>.btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-link {
    font-weight: 400;
    color: #007bff;
    text-decoration: none
}

.btn-link:hover {
    color: #0056b3;
    text-decoration: underline
}

.btn-link.focus,
.btn-link:focus {
    text-decoration: underline
}

.btn-link.disabled,
.btn-link:disabled {
    color: #6c757d;
    pointer-events: none
}

.btn-group-lg>.btn,
.btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.btn-group-sm>.btn,
.btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

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

.btn-block+.btn-block {
    margin-top: .5rem
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%
}

.fade {
    transition: opacity .15s linear
}

@media (prefers-reduced-motion:reduce) {
    .fade {
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

@media (prefers-reduced-motion:reduce) {
    .collapsing {
        transition: none
    }
}

.collapsing.width {
    width: 0;
    height: auto;
    transition: width .35s ease
}

@media (prefers-reduced-motion:reduce) {
    .collapsing.width {
        transition: none
    }
}

.dropdown,
.dropleft,
.dropright,
.dropup {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.dropdown-toggle:empty::after {
    margin-left: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

@media (min-width:576px) {
    .dropdown-menu-sm-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-sm-right {
        right: 0;
        left: auto
    }
}

@media (min-width:768px) {
    .dropdown-menu-md-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-md-right {
        right: 0;
        left: auto
    }
}

@media (min-width:992px) {
    .dropdown-menu-lg-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-lg-right {
        right: 0;
        left: auto
    }
}

@media (min-width:1200px) {
    .dropdown-menu-xl-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-xl-right {
        right: 0;
        left: auto
    }
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem
}

.dropright .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid
}

.dropright .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropright .dropdown-toggle::after {
    vertical-align: 0
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem
}

.dropleft .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: ""
}

.dropleft .dropdown-toggle::after {
    display: none
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent
}

.dropleft .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropleft .dropdown-toggle::before {
    vertical-align: 0
}

.dropdown-menu[x-placement^=bottom],
.dropdown-menu[x-placement^=left],
.dropdown-menu[x-placement^=right],
.dropdown-menu[x-placement^=top] {
    right: auto;
    bottom: auto
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #e9ecef
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #adb5bd;
    pointer-events: none;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #6c757d;
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: .25rem 1.5rem;
    color: #212529
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle
}

.btn-group-vertical>.btn,
.btn-group>.btn {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.btn-group-vertical>.btn:hover,
.btn-group>.btn:hover {
    z-index: 1
}

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus {
    z-index: 1
}

.btn-toolbar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.btn-toolbar .input-group {
    width: auto
}

.btn-group>.btn-group:not(:first-child),
.btn-group>.btn:not(:first-child) {
    margin-left: -1px
}

.btn-group>.btn-group:not(:last-child)>.btn,
.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn-group:not(:first-child)>.btn,
.btn-group>.btn:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem
}

.dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after {
    margin-left: 0
}

.dropleft .dropdown-toggle-split::before {
    margin-right: 0
}

.btn-group-sm>.btn+.dropdown-toggle-split,
.btn-sm+.dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}

.btn-group-lg>.btn+.dropdown-toggle-split,
.btn-lg+.dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn-group-vertical {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group {
    width: 100%
}

.btn-group-vertical>.btn-group:not(:first-child),
.btn-group-vertical>.btn:not(:first-child) {
    margin-top: -1px
}

.btn-group-vertical>.btn-group:not(:last-child)>.btn,
.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child)>.btn,
.btn-group-vertical>.btn:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.btn-group-toggle>.btn,
.btn-group-toggle>.btn-group>.btn {
    margin-bottom: 0
}

.btn-group-toggle>.btn input[type=checkbox],
.btn-group-toggle>.btn input[type=radio],
.btn-group-toggle>.btn-group>.btn input[type=checkbox],
.btn-group-toggle>.btn-group>.btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%
}

.input-group>.custom-file,
.input-group>.custom-select,
.input-group>.form-control,
.input-group>.form-control-plaintext {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0
}

.input-group>.custom-file+.custom-file,
.input-group>.custom-file+.custom-select,
.input-group>.custom-file+.form-control,
.input-group>.custom-select+.custom-file,
.input-group>.custom-select+.custom-select,
.input-group>.custom-select+.form-control,
.input-group>.form-control+.custom-file,
.input-group>.form-control+.custom-select,
.input-group>.form-control+.form-control,
.input-group>.form-control-plaintext+.custom-file,
.input-group>.form-control-plaintext+.custom-select,
.input-group>.form-control-plaintext+.form-control {
    margin-left: -1px
}

.input-group>.custom-file .custom-file-input:focus~.custom-file-label,
.input-group>.custom-select:focus,
.input-group>.form-control:focus {
    z-index: 3
}

.input-group>.custom-file .custom-file-input:focus {
    z-index: 4
}

.input-group>.custom-select:not(:first-child),
.input-group>.form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group>.custom-file {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.input-group>.custom-file:not(:last-child) .custom-file-label,
.input-group>.custom-file:not(:last-child) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.custom-file:not(:first-child) .custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label,
.input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label::after,
.input-group:not(.has-validation)>.custom-select:not(:last-child),
.input-group:not(.has-validation)>.form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label,
.input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label::after,
.input-group.has-validation>.custom-select:nth-last-child(n+3),
.input-group.has-validation>.form-control:nth-last-child(n+3) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group-append,
.input-group-prepend {
    display: -ms-flexbox;
    display: flex
}

.input-group-append .btn,
.input-group-prepend .btn {
    position: relative;
    z-index: 2
}

.input-group-append .btn:focus,
.input-group-prepend .btn:focus {
    z-index: 3
}

.input-group-append .btn+.btn,
.input-group-append .btn+.input-group-text,
.input-group-append .input-group-text+.btn,
.input-group-append .input-group-text+.input-group-text,
.input-group-prepend .btn+.btn,
.input-group-prepend .btn+.input-group-text,
.input-group-prepend .input-group-text+.btn,
.input-group-prepend .input-group-text+.input-group-text {
    margin-left: -1px
}

.input-group-prepend {
    margin-right: -1px
}

.input-group-append {
    margin-left: -1px
}

.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.input-group-text input[type=checkbox],
.input-group-text input[type=radio] {
    margin-top: 0
}

.input-group-lg>.custom-select,
.input-group-lg>.form-control:not(textarea) {
    height: calc(1.5em + 1rem + 2px)
}

.input-group-lg>.custom-select,
.input-group-lg>.form-control,
.input-group-lg>.input-group-append>.btn,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.btn,
.input-group-lg>.input-group-prepend>.input-group-text {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.input-group-sm>.custom-select,
.input-group-sm>.form-control:not(textarea) {
    height: calc(1.5em + .5rem + 2px)
}

.input-group-sm>.custom-select,
.input-group-sm>.form-control,
.input-group-sm>.input-group-append>.btn,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-prepend>.input-group-text {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.input-group-lg>.custom-select,
.input-group-sm>.custom-select {
    padding-right: 1.75rem
}

.input-group.has-validation>.input-group-append:nth-last-child(n+3)>.btn,
.input-group.has-validation>.input-group-append:nth-last-child(n+3)>.input-group-text,
.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.btn,
.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.input-group-text,
.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),
.input-group>.input-group-prepend>.btn,
.input-group>.input-group-prepend>.input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.input-group-append>.btn,
.input-group>.input-group-append>.input-group-text,
.input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),
.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.custom-control {
    position: relative;
    z-index: 1;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    print-color-adjust: exact
}

.custom-control-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem
}

.custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff
}

.custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
    border-color: #80bdff
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff
}

.custom-control-input:disabled~.custom-control-label,
.custom-control-input[disabled]~.custom-control-label {
    color: #6c757d
}

.custom-control-input:disabled~.custom-control-label::before,
.custom-control-input[disabled]~.custom-control-label::before {
    background-color: #e9ecef
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top
}

.custom-control-label::before {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd
}

.custom-control-label::after {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50%/50% 50% no-repeat
}

.custom-checkbox .custom-control-label::before {
    border-radius: .25rem
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
    border-color: #007bff;
    background-color: #007bff
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-radio .custom-control-label::before {
    border-radius: 50%
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-switch {
    padding-left: 2.25rem
}

.custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: .5rem
}

.custom-switch .custom-control-label::after {
    top: calc(.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: .5rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out;
    transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .custom-switch .custom-control-label::after {
        transition: none
    }
}

.custom-switch .custom-control-input:checked~.custom-control-label::after {
    background-color: #fff;
    -webkit-transform: translateX(.75rem);
    transform: translateX(.75rem)
}

.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: .75rem;
    background-image: none
}

.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef
}

.custom-select::-ms-expand {
    display: none
}

.custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057
}

.custom-select-sm {
    height: calc(1.5em + .5rem + 2px);
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .875rem
}

.custom-select-lg {
    height: calc(1.5em + 1rem + 2px);
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.25rem
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin-bottom: 0
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin: 0;
    overflow: hidden;
    opacity: 0
}

.custom-file-input:focus~.custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-file-input:disabled~.custom-file-label,
.custom-file-input[disabled]~.custom-file-label {
    background-color: #e9ecef
}

.custom-file-input:lang(en)~.custom-file-label::after {
    content: "Browse"
}

.custom-file-input~.custom-file-label[data-browse]::after {
    content: attr(data-browse)
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    overflow: hidden;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + .75rem);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 .25rem .25rem 0
}

.custom-range {
    width: 100%;
    height: 1.4rem;
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-range:focus {
    outline: 0
}

.custom-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range::-moz-focus-outer {
    border: 0
}

.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    appearance: none
}

@media (prefers-reduced-motion:reduce) {
    .custom-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none
    }
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -moz-appearance: none;
    appearance: none
}

@media (prefers-reduced-motion:reduce) {
    .custom-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none
    }
}

.custom-range::-moz-range-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: .2rem;
    margin-left: .2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -ms-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    appearance: none
}

@media (prefers-reduced-motion:reduce) {
    .custom-range::-ms-thumb {
        -ms-transition: none;
        transition: none
    }
}

.custom-range::-ms-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-ms-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: .5rem
}

.custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default
}

.custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-moz-range-track {
    cursor: default
}

.custom-range:disabled::-ms-thumb {
    background-color: #adb5bd
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {

    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
        transition: none
    }
}

.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

.nav-link:focus,
.nav-link:hover {
    text-decoration: none
}

.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-link {
    margin-bottom: -1px;
    background-color: transparent;
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    isolation: isolate;
    border-color: #e9ecef #e9ecef #dee2e6
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-pills .nav-link {
    background: 0 0;
    border: 0;
    border-radius: .25rem
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #007bff
}

.nav-fill .nav-item,
.nav-fill>.nav-link {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item,
.nav-justified>.nav-link {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem
}

.navbar .container,
.navbar .container-fluid,
.navbar .container-lg,
.navbar .container-md,
.navbar .container-sm,
.navbar .container-xl {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none
}

.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none
}

.navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem
}

.navbar-toggler:focus,
.navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: 50%/100% 100% no-repeat
}

.navbar-nav-scroll {
    max-height: 75vh;
    overflow-y: auto
}

@media (max-width:575.98px) {

    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid,
    .navbar-expand-sm>.container-lg,
    .navbar-expand-sm>.container-md,
    .navbar-expand-sm>.container-sm,
    .navbar-expand-sm>.container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:576px) {
    .navbar-expand-sm {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-sm .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid,
    .navbar-expand-sm>.container-lg,
    .navbar-expand-sm>.container-md,
    .navbar-expand-sm>.container-sm,
    .navbar-expand-sm>.container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-sm .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-sm .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-sm .navbar-toggler {
        display: none
    }
}

@media (max-width:767.98px) {

    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid,
    .navbar-expand-md>.container-lg,
    .navbar-expand-md>.container-md,
    .navbar-expand-md>.container-sm,
    .navbar-expand-md>.container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:768px) {
    .navbar-expand-md {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-md .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid,
    .navbar-expand-md>.container-lg,
    .navbar-expand-md>.container-md,
    .navbar-expand-md>.container-sm,
    .navbar-expand-md>.container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-md .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-md .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-md .navbar-toggler {
        display: none
    }
}

@media (max-width:991.98px) {

    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid,
    .navbar-expand-lg>.container-lg,
    .navbar-expand-lg>.container-md,
    .navbar-expand-lg>.container-sm,
    .navbar-expand-lg>.container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:992px) {
    .navbar-expand-lg {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-lg .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid,
    .navbar-expand-lg>.container-lg,
    .navbar-expand-lg>.container-md,
    .navbar-expand-lg>.container-sm,
    .navbar-expand-lg>.container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-lg .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-lg .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }
}

@media (max-width:1199.98px) {

    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid,
    .navbar-expand-xl>.container-lg,
    .navbar-expand-xl>.container-md,
    .navbar-expand-xl>.container-sm,
    .navbar-expand-xl>.container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:1200px) {
    .navbar-expand-xl {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-xl .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid,
    .navbar-expand-xl>.container-lg,
    .navbar-expand-xl>.container-md,
    .navbar-expand-xl>.container-sm,
    .navbar-expand-xl>.container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-xl .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-xl .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-xl .navbar-toggler {
        display: none
    }
}

.navbar-expand {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.navbar-expand>.container,
.navbar-expand>.container-fluid,
.navbar-expand>.container-lg,
.navbar-expand>.container-md,
.navbar-expand>.container-sm,
.navbar-expand>.container-xl {
    padding-right: 0;
    padding-left: 0
}

.navbar-expand .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
}

.navbar-expand>.container,
.navbar-expand>.container-fluid,
.navbar-expand>.container-lg,
.navbar-expand>.container-md,
.navbar-expand>.container-sm,
.navbar-expand>.container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.navbar-expand .navbar-nav-scroll {
    overflow: visible
}

.navbar-expand .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, .7)
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, .3)
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .5);
    border-color: rgba(0, 0, 0, .1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-text a {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-dark .navbar-brand {
    color: #fff
}

.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, .5)
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, .75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, .25)
}

.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
    color: #fff
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, .5);
    border-color: rgba(255, 255, 255, .1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, .5)
}

.navbar-dark .navbar-text a {
    color: #fff
}

.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
    color: #fff
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem
}

.card>hr {
    margin-right: 0;
    margin-left: 0
}

.card>.list-group {
    border-top: inherit;
    border-bottom: inherit
}

.card>.list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card>.list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card>.card-header+.list-group,
.card>.list-group+.card-footer {
    border-top: 0
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem
}

.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -.375rem;
    margin-bottom: 0
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link+.card-link {
    margin-left: 1.25rem
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0, 0, 0, .03);
    border-top: 1px solid rgba(0, 0, 0, .125)
}

.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.card-header-tabs {
    margin-right: -.625rem;
    margin-bottom: -.75rem;
    margin-left: -.625rem;
    border-bottom: 0
}

.card-header-pills {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
    border-radius: calc(.25rem - 1px)
}

.card-img,
.card-img-bottom,
.card-img-top {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%
}

.card-img,
.card-img-top {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card-img,
.card-img-bottom {
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card-deck .card {
    margin-bottom: 15px
}

@media (min-width:576px) {
    .card-deck {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }

    .card-deck .card {
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px
    }
}

.card-group>.card {
    margin-bottom: 15px
}

@media (min-width:576px) {
    .card-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }

    .card-group>.card {
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0
    }

    .card-group>.card+.card {
        margin-left: 0;
        border-left: 0
    }

    .card-group>.card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .card-group>.card:not(:last-child) .card-header,
    .card-group>.card:not(:last-child) .card-img-top {
        border-top-right-radius: 0
    }

    .card-group>.card:not(:last-child) .card-footer,
    .card-group>.card:not(:last-child) .card-img-bottom {
        border-bottom-right-radius: 0
    }

    .card-group>.card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .card-group>.card:not(:first-child) .card-header,
    .card-group>.card:not(:first-child) .card-img-top {
        border-top-left-radius: 0
    }

    .card-group>.card:not(:first-child) .card-footer,
    .card-group>.card:not(:first-child) .card-img-bottom {
        border-bottom-left-radius: 0
    }
}

.card-columns .card {
    margin-bottom: .75rem
}

@media (min-width:576px) {
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }

    .card-columns .card {
        display: inline-block;
        width: 100%
    }
}

.accordion {
    overflow-anchor: none
}

.accordion>.card {
    overflow: hidden
}

.accordion>.card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.accordion>.card:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.accordion>.card>.card-header {
    border-radius: 0;
    margin-bottom: -1px
}

.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: .5rem
}

.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: .5rem;
    color: #6c757d;
    content: "/"
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: underline
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: none
}

.breadcrumb-item.active {
    color: #6c757d
}

.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6
}

.page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .badge {
        transition: none
    }
}

a.badge:focus,
a.badge:hover {
    text-decoration: none
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem
}

.badge-primary {
    color: #fff;
    background-color: #007bff
}

a.badge-primary:focus,
a.badge-primary:hover {
    color: #fff;
    background-color: #0062cc
}

a.badge-primary.focus,
a.badge-primary:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.badge-secondary {
    color: #fff;
    background-color: #6c757d
}

a.badge-secondary:focus,
a.badge-secondary:hover {
    color: #fff;
    background-color: #545b62
}

a.badge-secondary.focus,
a.badge-secondary:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.badge-success {
    color: #fff;
    background-color: #28a745
}

a.badge-success:focus,
a.badge-success:hover {
    color: #fff;
    background-color: #1e7e34
}

a.badge-success.focus,
a.badge-success:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.badge-info {
    color: #fff;
    background-color: #17a2b8
}

a.badge-info:focus,
a.badge-info:hover {
    color: #fff;
    background-color: #117a8b
}

a.badge-info.focus,
a.badge-info:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.badge-warning {
    color: #212529;
    background-color: #ffc107
}

a.badge-warning:focus,
a.badge-warning:hover {
    color: #212529;
    background-color: #d39e00
}

a.badge-warning.focus,
a.badge-warning:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.badge-danger {
    color: #fff;
    background-color: #dc3545
}

a.badge-danger:focus,
a.badge-danger:hover {
    color: #fff;
    background-color: #bd2130
}

a.badge-danger.focus,
a.badge-danger:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.badge-light {
    color: #212529;
    background-color: #f8f9fa
}

a.badge-light:focus,
a.badge-light:hover {
    color: #212529;
    background-color: #dae0e5
}

a.badge-light.focus,
a.badge-light:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.badge-dark {
    color: #fff;
    background-color: #343a40
}

a.badge-dark:focus,
a.badge-dark:hover {
    color: #fff;
    background-color: #1d2124
}

a.badge-dark.focus,
a.badge-dark:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: .3rem
}

@media (min-width:576px) {
    .jumbotron {
        padding: 4rem 2rem
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 4rem
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: .75rem 1.25rem;
    color: inherit
}

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff
}

.alert-primary hr {
    border-top-color: #9fcdff
}

.alert-primary .alert-link {
    color: #002752
}

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db
}

.alert-secondary hr {
    border-top-color: #c8cbcf
}

.alert-secondary .alert-link {
    color: #202326
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb
}

.alert-success hr {
    border-top-color: #b1dfbb
}

.alert-success .alert-link {
    color: #0b2e13
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb
}

.alert-info hr {
    border-top-color: #abdde5
}

.alert-info .alert-link {
    color: #062c33
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba
}

.alert-warning hr {
    border-top-color: #ffe8a1
}

.alert-warning .alert-link {
    color: #533f03
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb
}

.alert-danger hr {
    border-top-color: #f1b0b7
}

.alert-danger .alert-link {
    color: #491217
}

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe
}

.alert-light hr {
    border-top-color: #ececf6
}

.alert-light .alert-link {
    color: #686868
}

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca
}

.alert-dark hr {
    border-top-color: #b9bbbe
}

.alert-dark .alert-link {
    color: #040505
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    line-height: 0;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem
}

.progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    transition: width .6s ease
}

@media (prefers-reduced-motion:reduce) {
    .progress-bar {
        transition: none
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated {
    -webkit-animation: 1s linear infinite progress-bar-stripes;
    animation: 1s linear infinite progress-bar-stripes
}

@media (prefers-reduced-motion:reduce) {
    .progress-bar-animated {
        -webkit-animation: none;
        animation: none
    }
}

.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start
}

.media-body {
    -ms-flex: 1;
    flex: 1
}

.list-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: .25rem
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit
}

.list-group-item-action:focus,
.list-group-item-action:hover {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa
}

.list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125)
}

.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit
}

.list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit
}

.list-group-item.disabled,
.list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.list-group-item+.list-group-item {
    border-top-width: 0
}

.list-group-item+.list-group-item.active {
    margin-top: -1px;
    border-top-width: 1px
}

.list-group-horizontal {
    -ms-flex-direction: row;
    flex-direction: row
}

.list-group-horizontal>.list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0
}

.list-group-horizontal>.list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0
}

.list-group-horizontal>.list-group-item.active {
    margin-top: 0
}

.list-group-horizontal>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0
}

.list-group-horizontal>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px
}

@media (min-width:576px) {
    .list-group-horizontal-sm {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-sm>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-sm>.list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-sm>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-sm>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-sm>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width:768px) {
    .list-group-horizontal-md {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-md>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-md>.list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-md>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-md>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-md>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width:992px) {
    .list-group-horizontal-lg {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-lg>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-lg>.list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-lg>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-lg>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-lg>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width:1200px) {
    .list-group-horizontal-xl {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-xl>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-xl>.list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-xl>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-xl>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-xl>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

.list-group-flush {
    border-radius: 0
}

.list-group-flush>.list-group-item {
    border-width: 0 0 1px
}

.list-group-flush>.list-group-item:last-child {
    border-bottom-width: 0
}

.list-group-item-primary {
    color: #004085;
    background-color: #b8daff
}

.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
    color: #004085;
    background-color: #9fcdff
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #004085;
    border-color: #004085
}

.list-group-item-secondary {
    color: #383d41;
    background-color: #d6d8db
}

.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
    color: #383d41;
    background-color: #c8cbcf
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41
}

.list-group-item-success {
    color: #155724;
    background-color: #c3e6cb
}

.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
    color: #155724;
    background-color: #b1dfbb
}

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724
}

.list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb
}

.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
    color: #0c5460;
    background-color: #abdde5
}

.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460
}

.list-group-item-warning {
    color: #856404;
    background-color: #ffeeba
}

.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
    color: #856404;
    background-color: #ffe8a1
}

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404
}

.list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb
}

.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
    color: #721c24;
    background-color: #f1b0b7
}

.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24
}

.list-group-item-light {
    color: #818182;
    background-color: #fdfdfe
}

.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
    color: #818182;
    background-color: #ececf6
}

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182
}

.list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca
}

.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
    color: #1b1e21;
    background-color: #b9bbbe
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.close:hover {
    color: #000;
    text-decoration: none
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    opacity: .75
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0
}

a.close.disabled {
    pointer-events: none
}

.toast {
    -ms-flex-preferred-size: 350px;
    flex-basis: 350px;
    max-width: 350px;
    font-size: .875rem;
    background-color: rgba(255, 255, 255, .85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .1);
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .1);
    opacity: 0;
    border-radius: .25rem
}

.toast:not(:last-child) {
    margin-bottom: .75rem
}

.toast.showing {
    opacity: 1
}

.toast.show {
    display: block;
    opacity: 1
}

.toast.hide {
    display: none
}

.toast-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .25rem .75rem;
    color: #6c757d;
    background-color: rgba(255, 255, 255, .85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.toast-body {
    padding: .75rem
}

.modal-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px)
}

@media (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none
}

.modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    display: -ms-flexbox;
    display: flex;
    max-height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden
}

.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    content: ""
}

.modal-dialog-centered.modal-dialog-scrollable {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px)
}

.modal-footer>* {
    margin: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem)
    }

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem)
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem);
        height: -webkit-min-content;
        height: -moz-min-content;
        height: min-content
    }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width:992px) {

    .modal-lg,
    .modal-xl {
        max-width: 800px
    }
}

@media (min-width:1200px) {
    .modal-xl {
        max-width: 1140px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    white-space: normal;
    word-spacing: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: .9
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem
}

.tooltip .arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-tooltip-auto[x-placement^=top],
.bs-tooltip-top {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=top] .arrow,
.bs-tooltip-top .arrow {
    bottom: 0
}

.bs-tooltip-auto[x-placement^=top] .arrow::before,
.bs-tooltip-top .arrow::before {
    top: 0;
    border-width: .4rem .4rem 0;
    border-top-color: #000
}

.bs-tooltip-auto[x-placement^=right],
.bs-tooltip-right {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=right] .arrow,
.bs-tooltip-right .arrow {
    left: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=right] .arrow::before,
.bs-tooltip-right .arrow::before {
    right: 0;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #000
}

.bs-tooltip-auto[x-placement^=bottom],
.bs-tooltip-bottom {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow,
.bs-tooltip-bottom .arrow {
    top: 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.bs-tooltip-bottom .arrow::before {
    bottom: 0;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #000
}

.bs-tooltip-auto[x-placement^=left],
.bs-tooltip-left {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=left] .arrow,
.bs-tooltip-left .arrow {
    right: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=left] .arrow::before,
.bs-tooltip-left .arrow::before {
    left: 0;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #000
}

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    white-space: normal;
    word-spacing: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem
}

.popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: .5rem;
    margin: 0 .3rem
}

.popover .arrow::after,
.popover .arrow::before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-popover-auto[x-placement^=top],
.bs-popover-top {
    margin-bottom: .5rem
}

.bs-popover-auto[x-placement^=top]>.arrow,
.bs-popover-top>.arrow {
    bottom: calc(-.5rem - 1px)
}

.bs-popover-auto[x-placement^=top]>.arrow::before,
.bs-popover-top>.arrow::before {
    bottom: 0;
    border-width: .5rem .5rem 0;
    border-top-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=top]>.arrow::after,
.bs-popover-top>.arrow::after {
    bottom: 1px;
    border-width: .5rem .5rem 0;
    border-top-color: #fff
}

.bs-popover-auto[x-placement^=right],
.bs-popover-right {
    margin-left: .5rem
}

.bs-popover-auto[x-placement^=right]>.arrow,
.bs-popover-right>.arrow {
    left: calc(-.5rem - 1px);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=right]>.arrow::before,
.bs-popover-right>.arrow::before {
    left: 0;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=right]>.arrow::after,
.bs-popover-right>.arrow::after {
    left: 1px;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: #fff
}

.bs-popover-auto[x-placement^=bottom],
.bs-popover-bottom {
    margin-top: .5rem
}

.bs-popover-auto[x-placement^=bottom]>.arrow,
.bs-popover-bottom>.arrow {
    top: calc(-.5rem - 1px)
}

.bs-popover-auto[x-placement^=bottom]>.arrow::before,
.bs-popover-bottom>.arrow::before {
    top: 0;
    border-width: 0 .5rem .5rem .5rem;
    border-bottom-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=bottom]>.arrow::after,
.bs-popover-bottom>.arrow::after {
    top: 1px;
    border-width: 0 .5rem .5rem .5rem;
    border-bottom-color: #fff
}

.bs-popover-auto[x-placement^=bottom] .popover-header::before,
.bs-popover-bottom .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7
}

.bs-popover-auto[x-placement^=left],
.bs-popover-left {
    margin-right: .5rem
}

.bs-popover-auto[x-placement^=left]>.arrow,
.bs-popover-left>.arrow {
    right: calc(-.5rem - 1px);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=left]>.arrow::before,
.bs-popover-left>.arrow::before {
    right: 0;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=left]>.arrow::after,
.bs-popover-left>.arrow::after {
    right: 1px;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: #fff
}

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: .5rem .75rem;
    color: #212529
}

.carousel {
    position: relative
}

.carousel.pointer-event {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner::after {
    display: block;
    clear: both;
    content: ""
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .carousel-item {
        transition: none
    }
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block
}

.active.carousel-item-right,
.carousel-item-next:not(.carousel-item-left) {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.active.carousel-item-left,
.carousel-item-prev:not(.carousel-item-right) {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    -webkit-transform: none;
    transform: none
}

.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
    z-index: 1;
    opacity: 1
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s .6s
}

@media (prefers-reduced-motion:reduce) {

    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
        transition: none
    }
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease
}

@media (prefers-reduced-motion:reduce) {

    .carousel-control-next,
    .carousel-control-prev {
        transition: none
    }
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: 50%/100% 100% no-repeat
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease
}

@media (prefers-reduced-motion:reduce) {
    .carousel-indicators li {
        transition: none
    }
}

.carousel-indicators .active {
    opacity: 1
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

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

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

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -.125em;
    border: .25em solid currentcolor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: .75s linear infinite spinner-border;
    animation: .75s linear infinite spinner-border
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: .2em
}

@-webkit-keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -.125em;
    background-color: currentcolor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: .75s linear infinite spinner-grow;
    animation: .75s linear infinite spinner-grow
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem
}

@media (prefers-reduced-motion:reduce) {

    .spinner-border,
    .spinner-grow {
        -webkit-animation-duration: 1.5s;
        animation-duration: 1.5s
    }
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.bg-primary {
    background-color: #007bff !important
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
    background-color: #0062cc !important
}

.bg-secondary {
    background-color: #6c757d !important
}

a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
    background-color: #545b62 !important
}

.bg-success {
    background-color: #28a745 !important
}

a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
    background-color: #1e7e34 !important
}

.bg-info {
    background-color: #17a2b8 !important
}

a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
    background-color: #117a8b !important
}

.bg-warning {
    background-color: #ffc107 !important
}

a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
    background-color: #d39e00 !important
}

.bg-danger {
    background-color: #dc3545 !important
}

a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
    background-color: #bd2130 !important
}

.bg-light {
    background-color: #f8f9fa !important
}

a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
    background-color: #dae0e5 !important
}

.bg-dark {
    background-color: #343a40 !important
}

a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
    background-color: #1d2124 !important
}

.bg-white {
    background-color: #fff !important
}

.bg-transparent {
    background-color: transparent !important
}

.border {
    border: 1px solid #dee2e6 !important
}

.border-top {
    border-top: 1px solid #dee2e6 !important
}

.border-right {
    border-right: 1px solid #dee2e6 !important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important
}

.border-left {
    border-left: 1px solid #dee2e6 !important
}

.border-0 {
    border: 0 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-right-0 {
    border-right: 0 !important
}

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

.border-left-0 {
    border-left: 0 !important
}

.border-primary {
    border-color: #007bff !important
}

.border-secondary {
    border-color: #6c757d !important
}

.border-success {
    border-color: #28a745 !important
}

.border-info {
    border-color: #17a2b8 !important
}

.border-warning {
    border-color: #ffc107 !important
}

.border-danger {
    border-color: #dc3545 !important
}

.border-light {
    border-color: #f8f9fa !important
}

.border-dark {
    border-color: #343a40 !important
}

.border-white {
    border-color: #fff !important
}

.rounded-sm {
    border-radius: .2rem !important
}

.rounded {
    border-radius: .25rem !important
}

.rounded-top {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important
}

.rounded-right {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important
}

.rounded-bottom {
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-left {
    border-top-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-lg {
    border-radius: .3rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-pill {
    border-radius: 50rem !important
}

.rounded-0 {
    border-radius: 0 !important
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

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

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

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

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

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

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

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

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

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

    .d-sm-block {
        display: block !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: -ms-flexbox !important;
        display: flex !important
    }

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

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

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

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

    .d-md-block {
        display: block !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: -ms-flexbox !important;
        display: flex !important
    }

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

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

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

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

    .d-lg-block {
        display: block !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: -ms-flexbox !important;
        display: flex !important
    }

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

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

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

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

    .d-xl-block {
        display: block !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: -ms-flexbox !important;
        display: flex !important
    }

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

@media print {
    .d-print-none {
        display: none !important
    }

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

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

    .d-print-block {
        display: block !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: -ms-flexbox !important;
        display: flex !important
    }

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

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.embed-responsive::before {
    display: block;
    content: ""
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-21by9::before {
    padding-top: 42.857143%
}

.embed-responsive-16by9::before {
    padding-top: 56.25%
}

.embed-responsive-4by3::before {
    padding-top: 75%
}

.embed-responsive-1by1::before {
    padding-top: 100%
}

.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !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
}

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

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

.flex-grow-1 {
    -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
}

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

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

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

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

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

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

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

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

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

.align-items-stretch {
    -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;
    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;
    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;
    align-self: stretch !important
}

@media (min-width:576px) {
    .flex-sm-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-sm-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

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

    .flex-sm-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !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
    }

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

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

    .flex-sm-grow-1 {
        -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
    }

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

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

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

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

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

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

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

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

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

    .align-items-sm-stretch {
        -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;
        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;
        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;
        align-self: stretch !important
    }
}

@media (min-width:768px) {
    .flex-md-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-md-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

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

    .flex-md-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !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
    }

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

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

    .flex-md-grow-1 {
        -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
    }

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

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

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

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

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

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

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

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

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

    .align-items-md-stretch {
        -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;
        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;
        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;
        align-self: stretch !important
    }
}

@media (min-width:992px) {
    .flex-lg-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-lg-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

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

    .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !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
    }

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

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

    .flex-lg-grow-1 {
        -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
    }

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

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

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

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

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

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

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

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

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

    .align-items-lg-stretch {
        -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;
        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;
        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;
        align-self: stretch !important
    }
}

@media (min-width:1200px) {
    .flex-xl-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-xl-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

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

    .flex-xl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !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
    }

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

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

    .flex-xl-grow-1 {
        -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
    }

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

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

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

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

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

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

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

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

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

    .align-items-xl-stretch {
        -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;
        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;
        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;
        align-self: stretch !important
    }
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

@media (min-width:576px) {
    .float-sm-left {
        float: left !important
    }

    .float-sm-right {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }
}

@media (min-width:768px) {
    .float-md-left {
        float: left !important
    }

    .float-md-right {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }
}

@media (min-width:992px) {
    .float-lg-left {
        float: left !important
    }

    .float-lg-right {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }
}

@media (min-width:1200px) {
    .float-xl-left {
        float: left !important
    }

    .float-xl-right {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }
}

.user-select-all {
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    user-select: all !important
}

.user-select-auto {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    user-select: auto !important
}

.user-select-none {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
}

.shadow-none {
    box-shadow: none !important
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.min-vw-100 {
    min-width: 100vw !important
}

.min-vh-100 {
    min-height: 100vh !important
}

.vw-100 {
    width: 100vw !important
}

.vh-100 {
    height: 100vh !important
}

.m-0 {
    margin: 0 !important
}

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

.mr-0,
.mx-0 {
    margin-right: 0 !important
}

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

.ml-0,
.mx-0 {
    margin-left: 0 !important
}

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

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

.mr-1,
.mx-1 {
    margin-right: .25rem !important
}

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

.ml-1,
.mx-1 {
    margin-left: .25rem !important
}

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

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

.mr-2,
.mx-2 {
    margin-right: .5rem !important
}

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

.ml-2,
.mx-2 {
    margin-left: .5rem !important
}

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

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

.mr-3,
.mx-3 {
    margin-right: 1rem !important
}

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

.ml-3,
.mx-3 {
    margin-left: 1rem !important
}

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

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

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important
}

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

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important
}

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

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

.mr-5,
.mx-5 {
    margin-right: 3rem !important
}

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

.ml-5,
.mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

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

.pr-0,
.px-0 {
    padding-right: 0 !important
}

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

.pl-0,
.px-0 {
    padding-left: 0 !important
}

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

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

.pr-1,
.px-1 {
    padding-right: .25rem !important
}

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

.pl-1,
.px-1 {
    padding-left: .25rem !important
}

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

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

.pr-2,
.px-2 {
    padding-right: .5rem !important
}

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

.pl-2,
.px-2 {
    padding-left: .5rem !important
}

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

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

.pr-3,
.px-3 {
    padding-right: 1rem !important
}

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

.pl-3,
.px-3 {
    padding-left: 1rem !important
}

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

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

.pr-4,
.px-4 {
    padding-right: 1.5rem !important
}

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

.pl-4,
.px-4 {
    padding-left: 1.5rem !important
}

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

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

.pr-5,
.px-5 {
    padding-right: 3rem !important
}

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

.pl-5,
.px-5 {
    padding-left: 3rem !important
}

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

.mt-n1,
.my-n1 {
    margin-top: -.25rem !important
}

.mr-n1,
.mx-n1 {
    margin-right: -.25rem !important
}

.mb-n1,
.my-n1 {
    margin-bottom: -.25rem !important
}

.ml-n1,
.mx-n1 {
    margin-left: -.25rem !important
}

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

.mt-n2,
.my-n2 {
    margin-top: -.5rem !important
}

.mr-n2,
.mx-n2 {
    margin-right: -.5rem !important
}

.mb-n2,
.my-n2 {
    margin-bottom: -.5rem !important
}

.ml-n2,
.mx-n2 {
    margin-left: -.5rem !important
}

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

.mt-n3,
.my-n3 {
    margin-top: -1rem !important
}

.mr-n3,
.mx-n3 {
    margin-right: -1rem !important
}

.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important
}

.ml-n3,
.mx-n3 {
    margin-left: -1rem !important
}

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

.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important
}

.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important
}

.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important
}

.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important
}

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

.mt-n5,
.my-n5 {
    margin-top: -3rem !important
}

.mr-n5,
.mx-n5 {
    margin-right: -3rem !important
}

.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important
}

.ml-n5,
.mx-n5 {
    margin-left: -3rem !important
}

.m-auto {
    margin: auto !important
}

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

.mr-auto,
.mx-auto {
    margin-right: auto !important
}

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

.ml-auto,
.mx-auto {
    margin-left: auto !important
}

@media (min-width:576px) {
    .m-sm-0 {
        margin: 0 !important
    }

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

    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important
    }

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

    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important
    }

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

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

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: .25rem !important
    }

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

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: .25rem !important
    }

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

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

    .mr-sm-2,
    .mx-sm-2 {
        margin-right: .5rem !important
    }

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

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: .5rem !important
    }

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

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

    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important
    }

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

    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important
    }

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

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

    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important
    }

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

    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important
    }

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

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

    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important
    }

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

    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important
    }

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

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

    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important
    }

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

    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important
    }

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

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

    .pr-sm-1,
    .px-sm-1 {
        padding-right: .25rem !important
    }

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

    .pl-sm-1,
    .px-sm-1 {
        padding-left: .25rem !important
    }

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

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

    .pr-sm-2,
    .px-sm-2 {
        padding-right: .5rem !important
    }

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

    .pl-sm-2,
    .px-sm-2 {
        padding-left: .5rem !important
    }

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

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

    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important
    }

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

    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important
    }

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

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

    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important
    }

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

    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important
    }

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

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

    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important
    }

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

    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important
    }

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

    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -.25rem !important
    }

    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -.25rem !important
    }

    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -.25rem !important
    }

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

    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -.5rem !important
    }

    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -.5rem !important
    }

    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -.5rem !important
    }

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

    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important
    }

    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important
    }

    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important
    }

    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important
    }

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

    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important
    }

    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important
    }

    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important
    }

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

    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem !important
    }

    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem !important
    }

    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem !important
    }

    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem !important
    }

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

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

    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important
    }

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

    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width:768px) {
    .m-md-0 {
        margin: 0 !important
    }

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

    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important
    }

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

    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important
    }

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

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

    .mr-md-1,
    .mx-md-1 {
        margin-right: .25rem !important
    }

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

    .ml-md-1,
    .mx-md-1 {
        margin-left: .25rem !important
    }

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

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

    .mr-md-2,
    .mx-md-2 {
        margin-right: .5rem !important
    }

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

    .ml-md-2,
    .mx-md-2 {
        margin-left: .5rem !important
    }

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

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

    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important
    }

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

    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important
    }

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

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

    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important
    }

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

    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important
    }

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

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

    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important
    }

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

    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important
    }

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

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

    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important
    }

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

    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important
    }

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

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

    .pr-md-1,
    .px-md-1 {
        padding-right: .25rem !important
    }

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

    .pl-md-1,
    .px-md-1 {
        padding-left: .25rem !important
    }

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

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

    .pr-md-2,
    .px-md-2 {
        padding-right: .5rem !important
    }

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

    .pl-md-2,
    .px-md-2 {
        padding-left: .5rem !important
    }

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

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

    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important
    }

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

    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important
    }

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

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

    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important
    }

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

    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important
    }

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

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

    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important
    }

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

    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important
    }

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

    .mt-md-n1,
    .my-md-n1 {
        margin-top: -.25rem !important
    }

    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -.25rem !important
    }

    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -.25rem !important
    }

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

    .mt-md-n2,
    .my-md-n2 {
        margin-top: -.5rem !important
    }

    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -.5rem !important
    }

    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -.5rem !important
    }

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

    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important
    }

    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important
    }

    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important
    }

    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important
    }

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

    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important
    }

    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important
    }

    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important
    }

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

    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem !important
    }

    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem !important
    }

    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem !important
    }

    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem !important
    }

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

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

    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important
    }

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

    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width:992px) {
    .m-lg-0 {
        margin: 0 !important
    }

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

    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important
    }

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

    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important
    }

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

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

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: .25rem !important
    }

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

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: .25rem !important
    }

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

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

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: .5rem !important
    }

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

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: .5rem !important
    }

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

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

    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important
    }

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

    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important
    }

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

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

    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important
    }

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

    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important
    }

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

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

    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important
    }

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

    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important
    }

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

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

    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important
    }

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

    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important
    }

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

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

    .pr-lg-1,
    .px-lg-1 {
        padding-right: .25rem !important
    }

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

    .pl-lg-1,
    .px-lg-1 {
        padding-left: .25rem !important
    }

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

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

    .pr-lg-2,
    .px-lg-2 {
        padding-right: .5rem !important
    }

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

    .pl-lg-2,
    .px-lg-2 {
        padding-left: .5rem !important
    }

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

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

    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important
    }

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

    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important
    }

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

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

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important
    }

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

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important
    }

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

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

    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important
    }

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

    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important
    }

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

    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -.25rem !important
    }

    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -.25rem !important
    }

    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -.25rem !important
    }

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

    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -.5rem !important
    }

    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -.5rem !important
    }

    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -.5rem !important
    }

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

    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important
    }

    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important
    }

    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important
    }

    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important
    }

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

    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important
    }

    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important
    }

    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important
    }

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

    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem !important
    }

    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem !important
    }

    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important
    }

    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem !important
    }

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

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

    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important
    }

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

    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width:1200px) {
    .m-xl-0 {
        margin: 0 !important
    }

    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important
    }

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

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

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: .25rem !important
    }

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

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: .25rem !important
    }

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

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

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: .5rem !important
    }

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

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: .5rem !important
    }

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

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

    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important
    }

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

    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important
    }

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

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

    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important
    }

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

    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important
    }

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

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

    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important
    }

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

    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important
    }

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

    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important
    }

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

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

    .pr-xl-1,
    .px-xl-1 {
        padding-right: .25rem !important
    }

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

    .pl-xl-1,
    .px-xl-1 {
        padding-left: .25rem !important
    }

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

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

    .pr-xl-2,
    .px-xl-2 {
        padding-right: .5rem !important
    }

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

    .pl-xl-2,
    .px-xl-2 {
        padding-left: .5rem !important
    }

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

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

    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important
    }

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

    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important
    }

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

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

    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important
    }

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

    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important
    }

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

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

    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important
    }

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

    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important
    }

    .m-xl-n1 {
        margin: -.25rem !important
    }

    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -.25rem !important
    }

    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -.25rem !important
    }

    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -.25rem !important
    }

    .m-xl-n2 {
        margin: -.5rem !important
    }

    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -.5rem !important
    }

    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -.5rem !important
    }

    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -.5rem !important
    }

    .m-xl-n3 {
        margin: -1rem !important
    }

    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important
    }

    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important
    }

    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important
    }

    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important
    }

    .m-xl-n4 {
        margin: -1.5rem !important
    }

    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important
    }

    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important
    }

    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important
    }

    .m-xl-n5 {
        margin: -3rem !important
    }

    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem !important
    }

    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem !important
    }

    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important
    }

    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem !important
    }

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

    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important
    }

    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important
    }
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0, 0, 0, 0)
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important
}

.text-justify {
    text-align: justify !important
}

.text-wrap {
    white-space: normal !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

@media (min-width:576px) {
    .text-sm-left {
        text-align: left !important
    }

    .text-sm-right {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media (min-width:768px) {
    .text-md-left {
        text-align: left !important
    }

    .text-md-right {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media (min-width:992px) {
    .text-lg-left {
        text-align: left !important
    }

    .text-lg-right {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media (min-width:1200px) {
    .text-xl-left {
        text-align: left !important
    }

    .text-xl-right {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.font-weight-light {
    font-weight: 300 !important
}

.font-weight-lighter {
    font-weight: lighter !important
}

.font-weight-normal {
    font-weight: 400 !important
}

.font-weight-bold {
    font-weight: 700 !important
}

.font-weight-bolder {
    font-weight: bolder !important
}

.font-italic {
    font-style: italic !important
}

.text-white {
    color: #fff !important
}

.text-primary {
    color: #007bff !important
}

a.text-primary:focus,
a.text-primary:hover {
    color: #0056b3 !important
}

.text-secondary {
    color: #6c757d !important
}

a.text-secondary:focus,
a.text-secondary:hover {
    color: #494f54 !important
}

.text-success {
    color: #28a745 !important
}

a.text-success:focus,
a.text-success:hover {
    color: #19692c !important
}

.text-info {
    color: #17a2b8 !important
}

a.text-info:focus,
a.text-info:hover {
    color: #0f6674 !important
}

.text-warning {
    color: #ffc107 !important
}

a.text-warning:focus,
a.text-warning:hover {
    color: #ba8b00 !important
}

.text-danger {
    color: #dc3545 !important
}

a.text-danger:focus,
a.text-danger:hover {
    color: #a71d2a !important
}

.text-light {
    color: #f8f9fa !important
}

a.text-light:focus,
a.text-light:hover {
    color: #cbd3da !important
}

.text-dark {
    color: #343a40 !important
}

a.text-dark:focus,
a.text-dark:hover {
    color: #121416 !important
}

.text-body {
    color: #212529 !important
}

.text-muted {
    color: #6c757d !important
}

.text-black-50 {
    color: rgba(0, 0, 0, .5) !important
}

.text-white-50 {
    color: rgba(255, 255, 255, .5) !important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.text-decoration-none {
    text-decoration: none !important
}

.text-break {
    word-break: break-word !important;
    word-wrap: break-word !important
}

.text-reset {
    color: inherit !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media print {

    *,
    ::after,
    ::before {
        text-shadow: none !important;
        box-shadow: none !important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    abbr[title]::after {
        content: " (" attr(title) ")"
    }

    pre {
        white-space: pre-wrap !important
    }

    blockquote,
    pre {
        border: 1px solid #adb5bd;
        page-break-inside: avoid
    }

    img,
    tr {
        page-break-inside: avoid
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    body {
        min-width: 992px !important
    }

    .container {
        min-width: 992px !important
    }

    .navbar {
        display: none
    }

    .badge {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table td,
    .table th {
        background-color: #fff !important
    }

    .table-bordered td,
    .table-bordered th {
        border: 1px solid #dee2e6 !important
    }

    .table-dark {
        color: inherit
    }

    .table-dark tbody+tbody,
    .table-dark td,
    .table-dark th,
    .table-dark thead th {
        border-color: #dee2e6
    }

    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6
    }
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

@font-face {
    font-family: Spinnaker;
    src: url(../fonts/Spinnaker-Regular.ttf) format('truetype');
    font-style: normal;
    font-weight: 400;
    font-display: swap
}

@font-face {
    font-family: 'Futura PT';
    src: url(../fonts/FuturaPT-Heavy.eot);
    src: local('Futura PT Heavy'), local('FuturaPT-Heavy'), url(../fonts/FuturaPT-Heavy.eot#iefix) format('embedded-opentype'), url(../fonts/FuturaPT-Heavy.woff) format('woff'), url(../fonts/FuturaPT-Heavy.ttf) format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Futura PT';
    src: url(../fonts/FuturaPT-HeavyObl.eot);
    src: local('Futura PT Heavy Oblique'), local('FuturaPT-HeavyObl'), url(../fonts/FuturaPT-HeavyObl.eot#iefix) format('embedded-opentype'), url(../fonts/FuturaPT-HeavyObl.woff) format('woff'), url(../fonts/FuturaPT-HeavyObl.ttf) format('truetype');
    font-weight: 900;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: 'Futura PT';
    src: url(../fonts/FuturaPT-ExtraBold.eot);
    src: local('Futura PT Extra Bold'), local('FuturaPT-ExtraBold'), url(../fonts/FuturaPT-ExtraBold.eot#iefix) format('embedded-opentype'), url(../fonts/FuturaPT-ExtraBold.woff) format('woff'), url(../fonts/FuturaPT-ExtraBold.ttf) format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Futura PT';
    src: url(../fonts/FuturaPT-ExtraBoldObl.eot);
    src: local('Futura PT Extra Bold Oblique'), local('FuturaPT-ExtraBoldObl'), url(../fonts/FuturaPT-ExtraBoldObl.eot#iefix) format('embedded-opentype'), url(../fonts/FuturaPT-ExtraBoldObl.woff) format('woff'), url(../fonts/FuturaPT-ExtraBoldObl.ttf) format('truetype');
    font-weight: 800;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: 'Futura PT Cond';
    src: url(../fonts/FuturaPTCond-ExtraBold.eot);
    src: local('Futura PT Cond Extra Bold'), local('FuturaPTCond-ExtraBold'), url(../fonts/FuturaPTCond-ExtraBold.eot#iefix) format('embedded-opentype'), url(../fonts/FuturaPTCond-ExtraBold.woff) format('woff'), url(../fonts/FuturaPTCond-ExtraBold.ttf) format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Futura PT Cond';
    src: url(../fonts/FuturaPTCond-ExtraBoldObl.eot);
    src: local('Futura PT Cond Extra Bold Oblique'), local('FuturaPTCond-ExtraBoldObl'), url(../fonts/FuturaPTCond-ExtraBoldObl.eot#iefix) format('embedded-opentype'), url(../fonts/FuturaPTCond-ExtraBoldObl.woff) format('woff'), url(../fonts/FuturaPTCond-ExtraBoldObl.ttf) format('truetype');
    font-weight: 800;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: 'Futura PT';
    src: url(../fonts/FuturaPT-Bold.eot);
    src: local('Futura PT Bold'), local('FuturaPT-Bold'), url(../fonts/FuturaPT-Bold.eot#iefix) format('embedded-opentype'), url(../fonts/FuturaPT-Bold.woff) format('woff'), url(../fonts/FuturaPT-Bold.ttf) format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Futura PT';
    src: url(../fonts/FuturaPT-BoldObl.eot);
    src: local('Futura PT Bold Oblique'), local('FuturaPT-BoldObl'), url(../fonts/FuturaPT-BoldObl.eot#iefix) format('embedded-opentype'), url(../fonts/FuturaPT-BoldObl.woff) format('woff'), url(../fonts/FuturaPT-BoldObl.ttf) format('truetype');
    font-weight: 700;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: 'Futura PT Cond';
    src: url(../fonts/FuturaPTCond-Bold.eot);
    src: local('Futura PT Cond Bold'), local('FuturaPTCond-Bold'), url(../fonts/FuturaPTCond-Bold.eot#iefix) format('embedded-opentype'), url(../fonts/FuturaPTCond-Bold.woff) format('woff'), url(../fonts/FuturaPTCond-Bold.ttf) format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Futura PT Cond';
    src: url(../fonts/FuturaPTCond-BoldObl.eot);
    src: local('Futura PT Cond Bold Oblique'), local('FuturaPTCond-BoldObl'), url(../fonts/FuturaPTCond-BoldObl.eot#iefix) format('embedded-opentype'), url(../fonts/FuturaPTCond-BoldObl.woff) format('woff'), url(../fonts/FuturaPTCond-BoldObl.ttf) format('truetype');
    font-weight: 700;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: 'Futura PT';
    src: url(../fonts/FuturaPT-Demi.eot);
    src: local('Futura PT Demi'), local('FuturaPT-Demi'), url(../fonts/FuturaPT-Demi.eot#iefix) format('embedded-opentype'), url(../fonts/FuturaPT-Demi.woff) format('woff'), url(../fonts/FuturaPT-Demi.ttf) format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Futura PT';
    src: url(../fonts/FuturaPT-DemiObl.eot);
    src: local('Futura PT Demi Oblique'), local('FuturaPT-DemiObl'), url(../fonts/FuturaPT-DemiObl.eot#iefix) format('embedded-opentype'), url(../fonts/FuturaPT-DemiObl.woff) format('woff'), url(../fonts/FuturaPT-DemiObl.ttf) format('truetype');
    font-weight: 600;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: 'Futura PT';
    src: url(../fonts/FuturaPT-Medium.eot);
    src: local('Futura PT Medium'), local('FuturaPT-Medium'), url(../fonts/FuturaPT-Medium.eot#iefix) format('embedded-opentype'), url(../fonts/FuturaPT-Medium.woff) format('woff'), url(../fonts/FuturaPT-Medium.ttf) format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Futura PT';
    src: url(../fonts/FuturaPT-MediumObl.eot);
    src: local('Futura PT Medium Oblique'), local('FuturaPT-MediumObl'), url(../fonts/FuturaPT-MediumObl.eot#iefix) format('embedded-opentype'), url(../fonts/FuturaPT-MediumObl.woff) format('woff'), url(../fonts/FuturaPT-MediumObl.ttf) format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: 'Futura PT Cond';
    src: url(../fonts/FuturaPTCond-Medium.eot);
    src: local('Futura PT Cond Medium'), local('FuturaPTCond-Medium'), url(../fonts/FuturaPTCond-Medium.eot#iefix) format('embedded-opentype'), url(../fonts/FuturaPTCond-Medium.woff) format('woff'), url(../fonts/FuturaPTCond-Medium.ttf) format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Futura PT Cond';
    src: url(../fonts/FuturaPTCond-MediumObl.eot);
    src: local('Futura PT Cond Medium Oblique'), local('FuturaPTCond-MediumObl'), url(../fonts/FuturaPTCond-MediumObl.eot#iefix) format('embedded-opentype'), url(../fonts/FuturaPTCond-MediumObl.woff) format('woff'), url(../fonts/FuturaPTCond-MediumObl.ttf) format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: 'Futura PT';
    src: url(../fonts/FuturaPT-Book.eot);
    src: local('Futura PT Book'), local('FuturaPT-Book'), url(../fonts/FuturaPT-Book.eot#iefix) format('embedded-opentype'), url(../fonts/FuturaPT-Book.woff) format('woff'), url(../fonts/FuturaPT-Book.ttf) format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Futura PT';
    src: url(../fonts/FuturaPT-BookObl.eot);
    src: local('Futura PT Book Oblique'), local('FuturaPT-BookObl'), url(../fonts/FuturaPT-BookObl.eot#iefix) format('embedded-opentype'), url(../fonts/FuturaPT-BookObl.woff) format('woff'), url(../fonts/FuturaPT-BookObl.ttf) format('truetype');
    font-weight: 400;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: 'Futura PT Cond Book';
    src: url(../fonts/FuturaPTCond-Book.eot);
    src: local('Futura PT Cond Book'), local('FuturaPTCond-Book'), url(../fonts/FuturaPTCond-Book.eot#iefix) format('embedded-opentype'), url(../fonts/FuturaPTCond-Book.woff) format('woff'), url(../fonts/FuturaPTCond-Book.ttf) format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Futura PT Cond';
    src: url(../fonts/FuturaPTCond-BookObl.eot);
    src: local('Futura PT Cond Book Oblique'), local('FuturaPTCond-BookObl'), url(../fonts/FuturaPTCond-BookObl.eot#iefix) format('embedded-opentype'), url(../fonts/FuturaPTCond-BookObl.woff) format('woff'), url(../fonts/FuturaPTCond-BookObl.ttf) format('truetype');
    font-weight: 400;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: 'Futura PT';
    src: url(../fonts/FuturaPT-Light.eot);
    src: local('Futura PT Light'), local('FuturaPT-Light'), url(../fonts/FuturaPT-Light.eot#iefix) format('embedded-opentype'), url(../fonts/FuturaPT-Light.woff) format('woff'), url(../fonts/FuturaPT-Light.ttf) format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Futura PT';
    src: url(../fonts/FuturaPT-LightObl.eot);
    src: local('Futura PT Light Oblique'), local('FuturaPT-LightObl'), url(../fonts/FuturaPT-LightObl.eot#iefix) format('embedded-opentype'), url(../fonts/FuturaPT-LightObl.woff) format('woff'), url(../fonts/FuturaPT-LightObl.ttf) format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap
}

:root {
    color-scheme: dark
}

body,
html {
    font-family: 'Futura PT', sans-serif;
    padding-right: 0 !important;
    background-color: #141414;
    scroll-behavior: smooth
}

body.reloading {
    opacity: .25;
    pointer-events: none
}

h1,
h2,
h3 {
    font-family: "Futura PT", sans-serif;
    font-size: 36px;
    line-height: 1.05;
    font-weight: 300;
    background: -o-linear-gradient(359.84deg, #e8b98b 1.46%, #825b4d 101.44%);
    background: linear-gradient(90.16deg, #e8b98b 1.46%, #825b4d 101.44%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #d8b257;
    display: block;
    width: fit-content
}

h1 {
    font-size: 40px;
    line-height: 1.1
}

h3 {
    font-size: 28px;
    line-height: 128%
}

.text-center {
    margin-left: auto;
    margin-right: auto
}

p {
    font-size: 20px;
    line-height: 32px;
    font-weight: 300;
    color: #bbb;
    margin-bottom: 15px
}

ul {
    color: #bbb;
    padding: 0 0 0 17px;
    font-size: 20px;
    line-height: 32px;
    font-weight: 300
}

.text-ul h1,
.text-ul h2,
.text-ul h3 {
    color: #fff;
    background: 0 0;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
    margin-top: 30px;
    margin-bottom: 15px
}

.auto-info-block h1,
.auto-info-block h2,
.auto-info-block h3 {
    color: #fff !important;
    font-weight: 300 !important
}

.text-ul {
    position: relative
}

.text-ul.all {
    max-height: unset
}

.text-ul h1:first-child {
    margin-top: 0
}

.text-ul a,
.text-ul__more {
    border-bottom: 1px dashed;
    color: #fff;
    line-height: 1.1;
    display: inline-block;
    padding-bottom: 2px;
    cursor: pointer
}

.text-ul__more {
    font-size: 20px
}

.text-ul>:first-child {
    margin-top: 0;
    padding-top: 0
}

.text-ul ul {
    padding-left: 2em
}

.auto-info-block ul li,
.text-ul li {
    font-family: 'Futura PT', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: normal;
    color: #bbb;
    position: relative
}

.gold {
    background: -o-linear-gradient(359.84deg, #e8b98b 1.46%, #825b4d 101.44%);
    background: linear-gradient(90.16deg, #e8b98b 1.46%, #825b4d 101.44%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #d8b257;
    display: inline-block
}

.gold.text-center {
    position: relative
}

.white {
    color: #fff !important;
    font-weight: 300;
    display: block;
    -webkit-text-fill-color: white
}

.grey {
    color: #bbb
}

a:hover {
    color: #fff;
    text-decoration: none;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.catalog-one {
    border-bottom: 0;
    padding: 1px 7.5% 40px 7.5%
}

.main__slider {
    position: relative
}

.main__slider .slick-slide img,
.main__slider a img {
    border: none;
    text-indent: -100vw;
    outline: 0;
    -webkit-tap-highlight-color: none;
    -o-object-fit: cover;
    object-fit: cover
}

.wrapper-nav {
    background: #141414;
    padding: 24.5px 7.5% 24.5px 7.5%
}

.wrapper-nav.nav-border {
    border-bottom: 1px solid #373737
}

.wrapper-nav.nav-transparent .location__value svg {
    display: none
}

.wrapper-nav.nav-transparent {
    background: 0 0;
    position: absolute;
    inset: 0;
    bottom: unset;
    z-index: 2;
    border: none;
    transition: all .5s
}

.wrapper-nav.nav-transparent:has(.dropdown-menu.show),
.wrapper-nav.nav-transparent:hover {
    background: #141414
}

.navbar-logo {
    display: inline-block;
    margin: 0;
    padding: 0;
    margin-right: 20px
}

.navbar-logo-img {
    width: 100px;
    -o-object-fit: contain;
    object-fit: contain;
    background: #fff;
    border-radius: 20px;
}

.navbar-logo-name span {
    display: none
}

.navbar-logo-name {
    font-family: Spinnaker, sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    color: #d8b257
}

.menu {
    width: 100%;
    display: flex;
    align-items: center
}

.navbar {
    display: inline-block;
    width: auto;
    position: relative;
    padding: 0 1rem;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.navbar-phone {
    position: relative;
    width: auto;
    display: flex;
    align-items: center;
    margin-left: 15px
}

.wrapper-nav-block {
    display: flex;
    align-items: center;
    width: 100%
}

.lang {
    width: auto;
    text-align: center;
    margin-top: 2px;
    position: relative;
    margin-right: 30px
}

.nav-icons {
    padding-right: 10px
}

.nav-icons:last-child {
    padding-right: 0
}

.lang-link {
    font-size: 21px;
    line-height: 27px;
    color: #fff
}

.lang-link:hover {
    color: #d8b257
}

.lang-link:hover svg {
    fill: #D8B257;
    stroke: #D8B257
}

.lang-link img {
    margin-top: -3px
}

.lang-link.dropdown-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px
}

.lang-block {
    display: inline-block;
    padding: 3px 5px 0 8px;
    font-weight: 300;
    font-size: 21px
}

.dropdown-menu {
    top: 61px !important;
    left: auto !important;
    right: -10px !important;
    width: auto;
    display: block;
    border-radius: 1px !important;
    padding: 33px 56px 50px 56px;
    opacity: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
    z-index: -2;
    pointer-events: none
}

.navbar-phone-block-last {
    width: 562px
}

.navbar-phone-link {
    position: relative;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.navbar-phone-link:hover {
    color: #d8b257 !important
}

.dropdown-menu.show {
    position: absolute;
    transform: none !important;
    background: rgba(0, 0, 0, .9);
    box-shadow: none;
    border: none;
    left: auto;
    display: block;
    opacity: 1;
    z-index: 99;
    pointer-events: auto
}

.dropdown-toggle {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.dropdown-toggle::after {
    content: none
}

.dropdown-menu-lang {
    left: auto !important;
    display: block;
    border-radius: 1px !important;
    padding: 33px 70px 25px 59px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
    z-index: 2;
    visibility: hidden;
    right: -40px !important;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    top: 56px !important
}

.dropdown-menu-lang.show {
    position: absolute;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    background: rgba(0, 0, 0, .9);
    z-index: 20;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    left: auto;
    display: block;
    z-index: 20;
    visibility: visible
}

.dropdown-menu-lang-link {
    display: block;
    font-size: 21px;
    line-height: 27px;
    padding: 0 56px 24px 0;
    font-weight: 300;
    color: #fff;
    opacity: .5;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.dropdown-menu-lang-link:hover {
    opacity: 1;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.dropdown-menu-active {
    opacity: 1
}

.dropdown-menu-lang-link:not(:first-child) {
    margin-top: 5px
}

.dropdown-menu-lang-link img {
    margin-right: 10px
}

.navbar-phone-link {
    padding-left: 7px;
    padding-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px
}

.navbar-phone-block-item {
    display: inline-block;
    height: 70px;
    vertical-align: top
}

.dropdown-menu .navbar-phone-block-item svg {
    display: inline
}

.navbar-phone-block .nav-icons {
    margin-top: 5px
}

.navbar-phone-block-item-left {
    margin-right: 70px
}

.navbar-phone a,
.navbar-phone-block-item a,
.navbar-phone-block-item-bottom-text {
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: #fff
}

.navbar-phone-block-item-bottom {
    margin-top: 30px
}

.navbar-phone-block-item span,
.navbar-phone-block-item-bottom span {
    display: block;
    padding-bottom: 10px;
    font-size: 18px;
    line-height: 23px;
    color: #979696
}

.two a {
    outline: 0 !important;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.menu-list {
    padding-left: 0;
    flex-grow: 1;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.bs-list {
    padding-left: 20px
}

.bs-list-two {
    padding-left: 20px;
    margin-top: -15px
}

.menu-nav-item {
    display: inline-block;
    position: relative;
    z-index: 15;
    cursor: pointer
}

.menu-nav-item.active {
    color: #e8b98b
}

.menu-subnav {
    position: absolute;
    top: 100%;
    left: 0;
    list-style-type: none;
    margin: 0;
    font-size: 20px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    opacity: 0;
    pointer-events: none;
    z-index: 2;
    font-weight: 300
}

.menu-subnav-item {
    background: rgba(0, 0, 0, .9);
    padding: 15px
}

.menu-subnav-link {
    color: #bbb !important;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    line-height: inherit;
    display: block
}

.menu-subnav-link:hover {
    color: #fff !important
}

.menu-nav-item:hover .menu-subnav {
    padding-top: 27px;
    opacity: 1;
    pointer-events: auto
}

span.menu-nav-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

span.menu-nav-link:after {
    content: "❯";
    display: block;
    margin-left: 10px;
    font-size: 15px;
    transition: all .25s;
    transform: rotate(90deg)
}

.menu-nav-link {
    font-size: 21px;
    line-height: 27px;
    color: #fff;
    font-weight: 300;
    padding: 0 20px;
    transition: .5s linear color
}

.main__slider {
    width: 100%;
    height: 633px;
    overflow: hidden
}

.slick-slide {
    outline: 0 !important
}

.slick-dots {
    position: absolute;
    bottom: 26px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.slick-dots>li.slick-active>button::before {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(2);
    -ms-transform: translateX(-50%) translateY(-50%) scale(2);
    transform: translateX(-50%) translateY(-50%) scale(2);
    background: 0 0;
    border: 1px solid #fff
}

.slick-dots>li {
    display: inline-block;
    margin: 0 9px 0 6.5px
}

.slick-dots>li>button {
    position: relative;
    font-size: 1px;
    background: 0 0;
    border-radius: 10rem;
    border: none;
    color: transparent;
    width: 12px;
    height: 12px;
    outline: 0 !important
}

.slick-dots>li>button::before {
    -webkit-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 10rem;
    z-index: 0;
    border: 1px solid transparent;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    outline: 0 !important
}

.black-bg {
    background: #141414;
}

.one {
    padding: 1px 7.5% 58px 7.5%;
    border-bottom: 1px solid #373737
}

.one__block {
    margin-top: 70px
}

.one__block__item {
    padding: 0 10px;
    cursor: pointer
}

.one__block__item__img {
    height: 30px
}

.one__block__item__img img {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    height: auto;
    max-width: 175px
}

.one__block__item__img__up img {
    -webkit-transform: translateY(-55%);
    -ms-transform: translateY(-55%);
    transform: translateY(-55%)
}

.one__block__item__img__bottom img {
    -webkit-transform: translateY(-45%);
    -ms-transform: translateY(-45%);
    transform: translateY(-45%)
}

.one__block__item__text__name {
    font-size: 24px;
    line-height: 31px;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 5px;
    -webkit-transition: .5s linear color;
    -o-transition: .5s linear color;
    transition: .5s linear color
}

.one__block__item__text__desc {
    font-size: 18px;
    line-height: 23px;
    color: #979696
}

.one__block__item:hover .one__block__item__text__name {
    background: -o-linear-gradient(359.84deg, #e8b98b 1.46%, #825b4d 101.44%);
    background: linear-gradient(90.16deg, #e8b98b 1.46%, #825b4d 101.44%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #d8b257
}

.two__block {
    margin-top: 68px;
    width: 100%;
    padding: 0 10%
}

.two__blocks {
    margin-top: 66px;
    width: 100%;
    padding: 0
}

.two__block h2 {
    padding-top: 4px
}

.two__block h2,
.two__blocks h2 {
    display: inline-block
}

.two__block .btn__two,
.two__blocks .btn__two {
    float: right
}

.wrapper_btn__two {
    display: inline-block;
    float: right;
    width: auto;
    margin-right: 15px
}

.btn__two._alt {
    font-weight: 400;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    letter-spacing: .08em;
    height: 40px;
    padding: 10px 25px;
    font-size: 14px
}

.btn__two {
    height: 45px;
    padding: 9px 26px 9px 29px;
    border: 1px solid #fff;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: .15em;
    text-transform: uppercase;
    color: #fff;
    -webkit-transition: .5s linear color, .5s linear background;
    -o-transition: .5s linear color, .5s linear background;
    transition: .5s linear color, .5s linear background;
    background-color: transparent
}

.btn__two._mini {
    height: 35px;
    padding: 4px 20px 4px 20px;
    font-weight: 400;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center
}

.btn__two:hover {
    background: #fff;
    color: #141414
}

.two__slider {
    display: flex;
    max-width: 100%;
    padding: 0 5px;
    margin-top: 38px
}

.two__slider .col-lg-4,
.two__slider .col-md-6,
.two__slider .col-xl-4 {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden
}

.two__slider .col-lg-4,
.two__slider .col-md-6 a img,
.two__slider .col-xl-4 {
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease
}

.two__slider .col-md-6 a:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.wrap__our_client .col-lg-4,
.wrap__our_client .col-md-6,
.wrap__our_client .col-xl-4 {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.wrap__our_client {
    width: 100%
}

.wrap__our_client .two__slider {
    padding-left: 20px
}

.two__blocks .slick-list {
    flex-grow: 1
}

.two__blocks .slick-slide {
    --width: 30dvw;
    overflow: hidden;
    height: 20vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(var(--width) - 20px)
}

@media (max-width:1024px) {
    .two__blocks .slick-slide {
        --width: 33.33dvw
    }
}

@media (max-width:767px) {
    .two__blocks .slick-slide {
        --width: 50dvw
    }
}

@media (max-width:640px) {
    .two__blocks .slick-slide {
        --width: 89dvw;
        width: calc(var(--width) - 28.1px)
    }
}

.two__blocks img {
    width: 100%;
    min-width: 100%;
    min-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s
}

.two__slider img {
    position: relative
}

.two__block_slide__text {
    position: absolute;
    top: 0;
    left: 8px;
    width: calc(100% - 16px);
    min-height: 100%;
    z-index: 8
}

.home-slider .two__block_slide__text {
    left: 0;
    width: 100%
}

.two__block_slide__text__name {
    position: absolute;
    left: 20px;
    top: 15px;
    max-width: calc(100% - 90px);
    font-size: 18px;
    font-weight: 300;
    line-height: normal;
    color: #fff;
    z-index: 10
}

.two__block_slide__text__bottom {
    position: absolute;
    right: 25px;
    bottom: 15px;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    color: #fff
}

.g-price-auto-item {
    display: flex;
    margin-top: 7px
}

.g-price-auto-item+.g-price-auto-item {
    margin-top: 2px
}

.g-price-auto {
    display: block;
    font-size: 15px;
    font-weight: 300
}

.g-price-auto .current-price {
    display: block;
    line-height: 1;
    text-shadow: 0 2px 2px rgba(0, 0, 0, .43);
    opacity: 1;
    margin-top: 7px
}

.g-price-auto .current-price:not(:last-child) {
    font-weight: 600;
    font-size: 18px;
    color: #ca4a4a
}

.g-price-auto .old-price {
    display: block;
    padding: 0;
    line-height: normal;
    color: #bbb;
    text-shadow: 0 2px 2px rgba(0, 0, 0, .43);
    position: relative;
    opacity: 1;
    text-decoration: line-through;
    margin-top: 7px
}

.auto-gallery .two__block_slide__text:after,
.home-slider .two__block_slide__text:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 110px;
    z-index: 2;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .9)), to(rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(top, rgba(0, 0, 0, .9) 0, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, .9) 0, rgba(0, 0, 0, 0) 100%);
    pointer-events: none
}

.two__block_slide__text__bottom span {
    opacity: 0;
    -webkit-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    transition: opacity .5s ease
}

.two__block_slide__text:hover .two__block_slide__text__bottom span {
    opacity: 1
}

.g-price-auto {
    opacity: 1 !important;
    white-space: nowrap
}

.two__block_slide__label._new {
    top: 15px;
    background: 0 0;
    color: #469c5e;
    text-transform: capitalize;
    font-size: 26px
}

.two__block_slide__label._new::after {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background: #469c5e;
    position: absolute;
    right: -4px;
    top: 4px
}

.two__block_slide__label+.two__block_slide__label {
    margin-left: 12px
}

.two__block_slide__label._delivery {
    background: #8055a0
}

.two__block_slide__label-wrapper {
    display: flex;
    align-items: center;
    position: absolute;
    z-index: 10;
    top: 16px;
    right: 21px
}

.two__block_slide__label {
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
    background: #ca4a4a;
    border-radius: 6px;
    padding: 0 5px
}

.two__block_slide__text__bottom span {
    font-size: 19px;
    font-weight: 300;
    line-height: 1;
    color: #fff;
    padding-right: 43px
}

.two__block_slide__text__bottom span:last-child {
    padding-right: 0
}

.slick-next,
.slick-prev {
    background: 0 0;
    width: 46px;
    height: 46px;
    border: 1px solid #4e4e4e;
    vertical-align: middle;
    overflow: visible;
    outline: 0 !important;
    -webkit-transition: .5s linear border;
    -o-transition: .5s linear border;
    transition: .5s linear border
}

.slick-next:active,
.slick-next:hover,
.slick-prev:active,
.slick-prev:hover {
    border: 1px solid #fff
}

.slick-next {
    position: absolute;
    top: -84.5px;
    right: calc(300px + 7.5%);
    padding-top: 0
}

.slider-nav .slick-prev.slick-arrow {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}

.slider-nav .slick-next,
.slider-nav .slick-prev {
    display: none !important
}

.slick-prev {
    position: absolute;
    top: -84.5px;
    right: calc(355px + 7.5%);
    z-index: 11;
    padding-bottom: 5px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.btn__more__box .btn__two {
    margin-right: 0;
    padding: 30px 123px;
    font-size: 18px
}

.btn__more__box {
    padding: 110px 0 0 0;
    margin: auto
}

.three {
    padding: 80px 7.5% 0 7.5%
}

.footer {
    border-bottom: 1px solid #232323;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 50px auto 50px auto 50px auto;
    grid-template-columns: repeat(4, auto);
    grid-gap: 50px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 30px;
    padding-bottom: 70px;
    border-bottom: 1px solid #232323
}

.footer__last {
    padding: 35px 0
}

.footer__last p {
    line-height: 1;
    margin: 0
}

.footer__btn {
    margin-bottom: 20px
}

.footer__payment {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: hidden
}

.three__block_item {
    color: #d8b257;
    font-size: 20px;
    font-weight: 300
}

.text-info-wrap+.text-ul__more {
    margin-bottom: 50px
}

.three__block__text {
    padding: 25px 0
}

.three__right__block__el {
    padding-top: 15px;
    padding-bottom: 34px;
    display: block;
    font-weight: 300;
    font-size: 90px;
    line-height: 40px;
    text-transform: uppercase;
    background: -o-linear-gradient(359.84deg, #e8b98b 1.46%, #825b4d 101.44%);
    background: linear-gradient(90.16deg, #e8b98b 1.46%, #825b4d 101.44%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #d8b257;
    display: inline-block
}

.three__right__block__item {
    margin: 90px 0 0 0
}

.three__right__block__item:first-child {
    margin-top: 130px
}

.navbar-logo-descript {
    margin-top: 40px;
    margin-bottom: 50px;
    line-height: 22px;
    color: #888;
    font-size: 16px
}

.four {
    max-width: 100%;
    margin-bottom: 100px;
    margin-top: 20px
}

.four__text__name {
    padding-top: 33%;
    font-weight: 450;
    font-size: 28px;
    line-height: 30px;
    text-align: center;
    letter-spacing: .03em;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 0
}

.four__text {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(21, 21, 21, .5);
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: .5s linear opacity;
    -o-transition: .5s linear opacity;
    transition: .5s linear opacity
}

.four__text__link {
    text-align: center;
    font-size: 20px;
    line-height: 38px;
    color: #fff
}

.four .container-fluid {
    padding-right: 0;
    padding-left: 0
}

.four-block {
    position: relative
}

.four-block:hover .four__text {
    opacity: 1
}

.dynamic-text {
    display: none
}

a.size-link {
    display: block;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: 450;
    font-size: 17px;
    line-height: 19px;
    letter-spacing: .15em;
    margin-top: 30px;
    margin-left: 25px
}

.size-link-block {
    position: relative
}

.size-link-block svg {
    position: absolute;
    bottom: 15%
}

.dropdown-boxes .dropdown-menu,
.dropdown-boxes .dropdown-menu.show {
    margin-top: -1px;
    border-top: none;
    position: static !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    border-bottom: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}

.dropdown-boxes .dropdown-item span {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.dropdown-boxes .dropdown-item-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 60px;
    min-width: 60px;
    margin: 0 10px 0 -5px
}

.dropdown-boxes .select-menu .btn-color {
    width: 30px;
    height: 30px;
    min-width: 30px;
    min-height: 30px;
    margin: 0 10px 0 0
}

.dropdown-boxes .dropdown-item-img img {
    max-width: 100%;
    max-height: 100%;
    margin: -25px;
    -o-object-fit: contain;
    object-fit: contain
}

.dropdown-boxes .arrow-rotate-right {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.dropdown-boxes .select-menu .dropdown-item._show-more {
    text-align: center;
    padding: 15px 0
}

.dropdown-boxes .select-menu .dropdown-item {
    padding: 10px 23px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #2d2d2d;
    border-bottom: none
}

.dropdown-boxes .select-dropdown .dropdown-toggle {
    border-bottom: none
}

.dropdown-boxes {
    border-bottom: 1px solid #4e4e4e
}

.dropdown-boxes .dropdown-item.active {
    background: #2b2b2b
}

.dropdown-boxes .select-header-choose {
    color: #e8b98b
}

.dropdown-boxes .select-header-choose:before {
    content: " ("
}

.dropdown-boxes .select-header-choose:after {
    content: ")"
}

.dropdown-boxes .select-header-choose:empty:after,
.dropdown-boxes .select-header-choose:empty:before {
    content: none
}

.footer-icons-title {
    font-size: 20px;
    line-height: 38px;
    color: #888
}

.footer__block__one__name {
    margin-bottom: 20px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: .03em;
    text-transform: uppercase;
    color: #fff;
    width: 100%;
    font-size: 16px
}

.footer-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 60px
}

.footer-icons:last-child {
    margin-bottom: 0
}

.footer-nav-item {
    list-style: none
}

.footer-nav-item a {
    font-family: 'Futura PT', sans-serif;
    font-size: 20px;
    line-height: 38px;
    color: #888;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.footer-nav-item a:hover {
    color: #fff
}

.copirate {
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    cursor: pointer;
    font-size: 20px;
    line-height: 32px;
    font-weight: 300;
    color: #bbb;
    margin-bottom: 10px
}

.copirate:hover {
    color: #d8b257
}

.footer__block__one__link:last-child {
    padding-bottom: 0;
    margin-bottom: 0
}

.footer__block__one__link {
    line-height: 30px;
    letter-spacing: .03em;
    color: #fff;
    font-weight: 300;
    padding-bottom: 20px;
    font-size: 16px;
    max-width: 195px
}

.footer__block__one__link__bold {
    font-weight: 400;
    display: block
}

.footer__block__one__link__bold:hover {
    color: #d8b257
}

.footer .bs-list {
    padding-left: 0
}

.footer_block__one__bottom {
    margin-bottom: 0
}

.footer__last__el {
    display: inline-block;
    width: auto;
    opacity: .5;
    margin-right: 25px;
    max-width: 70px
}

.footer__last__el img {
    max-width: 100%
}

.footer__last__el:last-child {
    margin-right: 0
}

.modal,
.modal-open,
.show {
    padding-right: 0 !important
}

.modal {
    width: 100vw;
    height: 100vh
}

.modal-body .navbar-phone-block-item {
    display: block;
    margin-top: 44px
}

.close {
    font-family: 'Futura PT' !important;
    color: #fff;
    opacity: 1 !important;
    outline: 0 !important;
    font-weight: 300;
    font-size: 44px
}

.close:hover {
    color: #fff
}

.modal-header {
    border-bottom: none
}

.modal-dialog {
    width: 100%;
    min-width: 100%;
    height: 100%;
    margin: 0;
    padding: 0
}

.modal-content {
    height: auto;
    min-height: 100%;
    border: 0 none;
    border-radius: 0;
    background-color: #141414
}

.our-client {
    position: relative;
    max-width: 100%;
    padding: 0 15px;
    margin-top: 38px;
    margin-bottom: 20px
}

.our-client__item {
    display: block;
    color: #fff;
    text-decoration: none
}

.our-client .our-client__img {
    position: relative;
    display: block;
    width: auto;
    height: auto;
    margin-bottom: 15px
}

.our-client__img img {
    display: block;
    width: 100%;
    height: 400px;
    object-fit: cover;
    background: rgba(255, 255, 255, .1)
}

.our-client__title {
    font-weight: 400;
    font-size: 18px;
    line-height: 23px
}

.our-client__text.text-ul {
    max-height: 69px
}

.our-client__text {
    font-weight: 300;
    font-size: 18px;
    line-height: 23px
}

.our-client__more button.btn__two {
    margin-right: 0;
    padding: 30px 123px;
    font-size: 18px;
    height: auto !important
}

.our-client__more {
    position: absolute;
    top: 620px;
    left: 0;
    right: 0;
    height: 280px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    background: linear-gradient(to top, #141414 50%, rgba(20, 20, 20, 0))
}

.our-client.slick-initialized {
    position: relative
}

.our-client.slick-initialized .our-client__more {
    display: none
}

.our-client.slick-initialized .our-client__item {
    padding: 0 10px
}

@media (max-width:767px) {
    .our-client {
        padding: 0 5px;
        margin: 25px 0 20px
    }

    .our-client__more {
        display: none !important
    }
}

@media (min-width:767px) {
    .our-client:not(.slick-initialized) {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 40px 20px
    }

    .our-client.active .our-client__more {
        display: none
    }

    .our-client:not(.active):not(.slick-initialized) {
        max-height: calc(620px + 280px);
        overflow: hidden
    }

    .our-client:not(.active):not(.slick-initialized) .our-client__item:nth-child(n+5) {
        opacity: .2
    }
}

@media (max-width:1440px) {
    .our-client {
        grid-template-columns: repeat(3, 1fr)
    }

    .our-client__img img {
        height: 250px
    }
}

.our-client-next-arrow {
    right: 7.5%
}

.our-client-prev-arrow {
    right: calc(7.5% + 60px)
}

.nav-breadcrumb {
    width: 100%
}

.breadcrumb {
    width: 100%;
    background-color: transparent;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    justify-content: center;
    font-weight: 300;
    padding: 0;
    margin: 0
}

.breadcrumb-item+.breadcrumb-item::before {
    content: "-"
}

li.breadcrumb-item a {
    font-family: "Futura PT", sans-serif;
    text-transform: capitalize;
    color: #bbb;
    font-size: 18px
}

li.breadcrumb-item.active {
    color: #fff;
    font-family: "Futura PT", sans-serif
}

li.breadcrumb-item a:hover {
    color: #fff
}

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

.font-size16 {
    font-size: 20px;
    line-height: 28px
}

.nav-tabs .nav-link.active {
    border: 1px solid #626161;
    border-bottom: 1px solid #141414;
    margin-bottom: -3px;
    background-color: transparent;
    color: #fff
}

.nav-tabs .nav-link {
    border-radius: 0;
    font-size: 21px;
    color: #fff;
    padding: 8px 25px;
    font-weight: 300
}

.nav-tabs {
    border-bottom: 1px solid #626161;
    margin-top: 25px
}

.nav-tabs .nav-link:not(.active):hover {
    border: 1px solid transparent;
    color: #626161
}

.flex-auto-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 100%;
    padding: 20px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 140px;
    height: auto
}

.flex-auto-block__item:last-child {
    margin-right: 0
}

.flex-auto-block__item {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    cursor: pointer;
    margin-right: 12px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 0 10px
}

.flex-auto-block__item.active p {
    background: -o-linear-gradient(359.84deg, #e8b98b 1.46%, #825b4d 101.44%);
    background: linear-gradient(90.16deg, #e8b98b 1.46%, #825b4d 101.44%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #d8b257;
    display: inline-block
}

.price-auto__button.active {
    color: #d8b257;
    border: 1px solid #d8b257
}

.btn-color.active,
.btn-color:hover {
    border: 3px solid #d8b257
}

.flex-auto-block__item:hover .one__block__item__text p {
    background: -o-linear-gradient(359.84deg, #e8b98b 1.46%, #825b4d 101.44%);
    background: linear-gradient(90.16deg, #e8b98b 1.46%, #825b4d 101.44%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #d8b257
}

.flex-auto-block__item img {
    max-width: 120px
}

.flex-auto-block__item div {
    width: auto
}

.item-marka {
    min-width: 110px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.item-marka:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

.item-marka .one__block__item__text {
    margin-top: -7px
}

.tab-content>.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.auto-gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    padding: 0 8px
}

.auto-gallery__banner img {
    display: block;
    object-fit: cover
}

.auto-gallery__banner {
    display: block;
    padding: 0
}

.auto-gallery a,
.auto-gallery>* {
    overflow: hidden;
    height: auto;
    padding: 0 8px
}

.auto-gallery a:hover {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.auto-gallery a img {
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.pagination-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: auto;
    margin-bottom: 40px
}

.pagination-box .btn__two {
    max-width: 240px
}

.pagination {
    margin: 30px
}

.pagination .page-item.disabled .page-link {
    pointer-events: none;
    cursor: auto;
    background-color: transparent;
    opacity: 1;
    color: #fff;
    font-weight: 400
}

.pagination .page-link {
    font-weight: 400;
    font-size: 22px;
    background-color: transparent;
    border: none;
    color: #fff;
    opacity: .3;
    outline: 0
}

.page-link:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.pagination .page-link:hover {
    opacity: .8
}

.expert-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    background-color: #222;
    padding: 70px 6.38%;
    position: relative;
    background-image: url("/img/bg-decor.png");
    background-repeat: no-repeat;
    background-position: 80% 0;
    background-size: auto 100%
}

.expert-block__left {
    width: 50%;
    min-width: 500px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-right: 13%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.expert-block__left h2 {
    margin-bottom: 30px
}

.expert__contacts {
    width: 115%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 40px
}

.expert__contacts .phone {
    font-family: "Futura PT", sans-serif;
    font-style: normal;
    font-weight: 450;
    font-size: 30px;
    line-height: 38px;
    letter-spacing: .15em;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.expert__contacts .phone:hover {
    color: #d8b257
}

.expert-block__right {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.expert-photo {
    position: absolute;
    bottom: 0;
    right: 15%
}

.expert-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    font-family: "Futura PT", sans-serif;
    font-weight: 450;
    font-size: 24px;
    line-height: 31px;
    text-align: right;
    color: #fff
}

.expert-name span {
    font-size: 18px;
    font-weight: 400;
    color: #888
}

.mark-text {
    position: absolute;
    right: 10%;
    top: 10%;
    padding: 5px 11px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #18c67d;
    border: 1px solid #18c67d;
    z-index: 2;
    font-size: 19px
}

.hit {
    color: #976bde;
    border: 1px solid #976bde
}

.day-auto {
    color: #328cce;
    border: 1px solid #328cce
}

.price-auto__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    color: #8c8c8c;
    text-transform: none;
    letter-spacing: normal;
    width: auto;
    border: 1px solid #8c8c8c;
    margin-right: 22px;
    height: 59px
}

.btn-color {
    cursor: pointer
}

.btn-color,
.btn-color a {
    max-width: 40px;
    min-height: 40px;
    min-width: 40px;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    margin: 10px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.btn-color a:focus {
    outline: 0
}

.btn-color:after {
    padding: 2px 3px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #d8b257;
    color: #0c0c0c;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 150%);
    -ms-transform: translate(-50%, 150%);
    transform: translate(-50%, 150%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 4px;
    opacity: 0;
    -webkit-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    transition: opacity .5s ease;
    font-family: "Futura PT", sans-serif;
    font-weight: 300
}

.btn-color.gray {
    background-color: #979797
}

.btn-color.gray:hover:after {
    opacity: 1;
    content: "Р РЋР ВµРЎР‚РЎвЂ№Р в„–"
}

.btn-color.white {
    background-color: #fff
}

.btn-color.white:hover:after {
    opacity: 1;
    content: "Р вЂР ВµР В»РЎвЂ№Р в„–"
}

.btn-color.gold {
    background-color: #d8b257
}

.btn-color.gold:hover:after {
    opacity: 1;
    content: "Р вЂ”Р С•Р В»Р С•РЎвЂљР С•Р в„–"
}

.btn-color.black {
    background-color: #000
}

.btn-color.black:hover:after {
    opacity: 1;
    content: "Р В§Р ВµРЎР‚Р Р…РЎвЂ№Р в„–"
}

.btn-color.dark-blue {
    background-color: #2e3360
}

.btn-color.dark-blue:hover:after {
    opacity: 1;
    content: "Р В¤Р С‘Р С•Р В»Р ВµРЎвЂљР С•Р Р†РЎвЂ№Р в„–"
}

.btn-color.red {
    background-color: #8d2020
}

.btn-color.red:hover:after {
    opacity: 1;
    content: "Р С™РЎР‚Р В°РЎРѓР Р…РЎвЂ№Р в„–"
}

.btn-color.blue {
    background-color: #334dff
}

.btn-color.blue:hover:after {
    opacity: 1;
    content: "Р РЋР С‘Р Р…Р С‘Р в„–"
}

.btn-color.orange {
    background-color: #f96
}

.btn-color.orange:hover:after {
    opacity: 1;
    content: "Р С›РЎР‚Р В°Р Р…Р В¶Р ВµР Р†РЎвЂ№Р в„–"
}

.btn-color.pink {
    background-color: pink
}

.btn-color.pink:hover:after {
    opacity: 1;
    content: "Р  Р С•Р В·Р С•Р Р†РЎвЂ№Р в„–"
}

.btn-color.brown {
    background-color: #926547
}

.btn-color.brown:hover:after {
    opacity: 1;
    content: "Р С™Р С•РЎР‚Р С‘РЎвЂЎР Р…Р ВµР Р†РЎвЂ№Р в„–"
}

.btn-color.green {
    background-color: #35ba2b
}

.btn-color.green:hover:after {
    opacity: 1;
    content: "Р вЂ”Р ВµР В»Р ВµР Р…РЎвЂ№Р в„–"
}

.btn-color.light-blue {
    background-color: #36a1ff
}

.btn-color.light-blue:hover:after {
    opacity: 1;
    content: "Р вЂњР С•Р В»РЎС“Р В±Р С•Р в„–"
}

.arrow {
    display: none
}

.card-description {
    background-color: #1c1c1c;
    padding: 10px 7.5%;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.auto-specifications {
    display: flex;
    justify-content: space-between;
    min-width: 0
}

.product__parameter:first-child {
    margin-left: 50px
}

.product__parameter {
    display: flex;
    align-items: center;
    width: max-content;
    white-space: nowrap;
    font-size: 18px;
    margin-left: 30px;
    align-content: flex-start
}

.product__parameter-icon svg {
    width: 30px;
    height: auto
}

.product__parameter-value {
    margin-left: 5px;
    color: #fff
}

.auto-name {
    font-size: 28px;
    line-height: 128%;
    margin: 0
}

.auto-specifications__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    width: 100%;
    font-size: 18px;
    color: #bbb;
    margin-bottom: 5px
}

.auto-specifications__item span {
    min-width: 200px;
    font-weight: 300
}

.specifications-value {
    color: #fff
}

.button-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

.button-box .btn__two {
    margin-left: 15px
}

.auto-price {
    font-weight: 400;
    font-size: 22px;
    color: #fff;
    min-width: 200px
}

.auto-price span {
    font-size: 12px;
    display: block;
    color: #a7a7a7;
    line-height: .9
}

.explanation {
    font-size: 16px;
    line-height: 22px;
    max-width: 360px
}

.slider-for {
    width: 60%;
    height: 586px
}

.slider-nav {
    width: 100%;
    height: 12.5vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 22px 7.5%
}

.slider-nav .slick-slide {
    margin: 0 10px
}

.slider-nav .slick-list {
    margin: 0 -10px;
    margin-right: -5px
}

.slider-for__item,
.slider-nav__item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -o-object-fit: cover;
    object-fit: cover;
    overflow: hidden;
    width: 100%;
    height: 100%
}

.slider-for__item img,
.slider-nav__item img {
    min-width: 100%;
    min-height: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.slider-for .slick-list,
.slider-for .slick-track,
.slider-nav .slick-list,
.slider-nav .slick-track {
    height: 100%
}

.main__slider .slick-next,
.main__slider .slick-prev,
.slider-for .slick-next,
.slider-for .slick-prev {
    top: 0;
    left: 0;
    width: 10%;
    height: 100%;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: none;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    font-size: 22px;
    color: #fff
}

.main__slider .slick-next,
.main__slider .slick-prev {
    width: 6%
}

.main__slider .slick-next i,
.main__slider .slick-prev i {
    margin-top: 90px
}

.main__slider .slick-next.no-rotate,
.slider-for .slick-next.no-rotate {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.main__slider .slick-next,
.slider-for .slick-next {
    right: 0;
    left: auto
}

.slider-for .slick-next:hover,
.slider-for .slick-prev:hover {
    background-color: rgba(0, 0, 0, .3)
}

.main__slider .slick-next:hover,
.main__slider .slick-prev:hover {
    background-color: rgba(0, 0, 0, .3)
}

.slider-nav__item {
    opacity: .6;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.slider-nav__item:hover {
    opacity: 1
}

.slider-nav__item.slick-slide {
    max-width: 300px
}

.slider-nav__item.slick-current {
    border-bottom: 3px solid #d8b257 !important;
    opacity: 1
}

.card-description-mobile {
    display: none
}

.card-description__main {
    display: flex;
    align-items: center;
    min-height: 40px
}

.card-slider .two__block_slide__label-wrapper {
    top: 14px;
    right: 16px
}

@media (min-width:767px) {
    .card-slider .two__block_slide__label-wrapper {
        right: 32px
    }

    .card-slider .two__block_slide__label._special {
        font-size: 26px;
        line-height: 34px;
        padding: 2px 6px
    }
}

.card-description__main .two__block_slide__label {
    position: relative;
    top: unset;
    right: unset;
    margin-left: 10px
}

.auto-name-mobile {
    display: none
}

.video-container {
    padding: 20px 13%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.video-container iframe {
    aspect-ratio: 1280/720;
    height: auto;
    background: rgba(0, 0, 0, .2) url("/new-images/youtube.svg") no-repeat center;
    background-size: 60px
}

@media (max-width:767px) {
    .video-container iframe {
        aspect-ratio: 640/480
    }
}

.video-stub {
    position: relative;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    height: 40vw
}

.video-stub img {
    min-width: 100%;
    min-height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 101px;
    height: 101px;
    border: 2px solid #d8b257;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    z-index: 0;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease
}

.play-icon svg path {
    stroke: inherit;
    stroke-width: inherit;
    fill: inherit
}

.play-icon svg {
    width: 25px;
    stroke: white;
    fill: white;
    margin-left: 4px
}

.video-stub:hover .play-icon {
    background-color: #d8b257
}

.video-stub:hover .play-icon svg {
    stroke: black;
    fill: #000000;
    color: #000
}

.table-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 22px 7.5%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 40px
}

.table-rent-info__cell {
    display: flex;
    justify-content: center;
    align-items: flex-start
}

.table-rent-info__price del {
    margin-top: -3px;
    color: #bbb
}

@media (min-width:767px) {
    .table-rent-info__price {
        position: relative;
        line-height: 26px;
        text-shadow: 0 2px 2px rgba(0, 0, 0, .43)
    }
}

.table-rent-info__price.sale {
    color: #ca4a4a
}

.table-rent-info__percent {
    position: absolute;
    left: 100%;
    bottom: 100%;
    font-size: 14px;
    line-height: 18px;
    font-weight: 450;
    color: #bbb
}

.table-rent-info__percent-car {
    position: static;
    padding: 0 3px;
    margin-top: 3px;
    margin-left: 6px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 450
}

@media (max-width:1024px) and (min-width:766px) {
    .table-rent-info__percent-car {
        display: none
    }
}

@media (max-width:767px) {
    .table-rent-info__price {
        display: flex;
        align-items: center
    }

    .table-rent-info__price del {
        margin: 0 8px 0 0
    }

    .table-rent-info__percent-car {
        font-size: 11px;
        font-weight: 450;
        line-height: 15px;
        color: #bbb;
        margin-right: 8px;
        border: 1px solid #bbb;
        background: 0 0;
        border-radius: 4px
    }
}

.table-caption {
    caption-side: top;
    color: #bbb;
    text-align: center;
    font-weight: 300;
    padding-top: 18px;
    padding-bottom: 22px;
    font-size: 21px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #4e4e4e;
    border-bottom: none
}

.table-bordered td,
.table-bordered th {
    width: 12%;
    height: 100px;
    border: 1px solid #4e4e4e;
    color: #bbb;
    font-size: 21px;
    font-weight: 300;
    text-align: center;
    vertical-align: center;
    padding: 0 5px;
    padding-top: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.table-bordered th {
    width: 8%
}

.table-bordered .table-cell {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 300;
    color: #fff;
    text-align: center;
    vertical-align: center
}

.tabs-rent-mobile {
    display: none
}

.table-block a {
    color: #fff;
    border-bottom: 1px dashed;
    line-height: 1.1
}

.info-text-collapse ol,
.info-text-collapse p,
.info-text-collapse ul {
    font-family: 'Futura PT', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.6;
    color: #bbb
}

.info-text-collapse ol,
.info-text-collapse ul {
    padding-left: 2em
}

.form-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 50px auto 50px auto
}

#recaptcha-v2-container-2:not(:empty) {
    margin-top: -70px
}

@media (min-width:640px) {
    #recaptcha-v2-container-2:not(:empty) {
        grid-column: 2/3;
        margin: -25px auto 25px
    }
}

#recaptcha-v2-container:not(:empty) {
    margin-right: auto
}

#recaptcha-v2-container-2:not(:empty).is-invalid,
#recaptcha-v2-container:not(:empty).is-invalid {
    filter: drop-shadow(1px 0px 0 #ff0000) drop-shadow(0 1px 0 #ff0000) drop-shadow(-1px 0px 0 #ff0000) drop-shadow(0 -1px 0 #ff0000)
}

.Modal_theme_normal.Modal-Overlay {
    background-color: none
}

::-webkit-inner-spin-button {
    display: none
}

:not(.inputs)>::-webkit-calendar-picker-indicator {
    background: 0 0;
    color: #fff
}

.input-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.auto-gallery .stocks-link {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.form-auto-reservation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

.is-invalid {
    border-color: red !important
}

.rent-successful {
    color: #fff;
    font-size: 24px
}

.form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    max-width: 1160px
}

.select,
input {
    background-color: transparent;
    color: #fff;
    padding: 17px 29px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #4e4e4e;
    font-weight: 300;
    min-width: 335px;
    font-size: 18px
}

.select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    padding: 13px 23px;
    border-radius: 0
}

.select:focus,
.select:hover {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff
}

.select-menu {
    width: 100%;
    background-color: #141414;
    height: 0;
    padding: 0
}

.select-menu.show {
    background-color: #141414;
    width: 100%;
    color: #fff;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    border: 1px solid #4e4e4e;
    -webkit-transform: translateX(-10px) !important;
    -ms-transform: translateX(-10px) !important;
    transform: translateX(-10px) !important;
    padding: 0
}

.select-menu .dropdown-item {
    padding: 15px 30px;
    border-bottom: 1px solid #4e4e4e;
    color: #fff;
    font-size: 18px;
    font-weight: 300
}

.select-menu .dropdown-item:hover {
    background-color: #222
}

label {
    color: #fff;
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 15px;
    font-weight: 300
}

.input-date {
    padding: 16px 29px;
    min-width: 203px
}

.submit {
    width: 291px;
    height: 59px;
    font-size: 18px;
    letter-spacing: .15em;
    margin-top: 30px
}

.submit:focus {
    background-color: #fff;
    color: #141414
}

.form-group__date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 40%
}

.auto-info-block {
    margin-top: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.auto-info-block__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin-bottom: 70px
}

.auto-info-block__photo {
    width: 58%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.auto-info-block__photo img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.auto-info-block__text {
    width: 38%;
    max-width: 550px
}

.auto-info-block__caption {
    font-style: normal;
    font-weight: 300;
    font-size: 30px;
    line-height: 1.3;
    text-transform: uppercase;
    color: #fff
}

.auto-info-block__row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.footer--border-top {
    border-top: 1px solid #232323
}

.smooth-container {
    padding: 15px 7.5%
}

.indent-left {
    padding-left: 0
}

.conditions-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 50px
}

.condition-block__text {
    width: 60%;
    max-width: 860px
}

.conditions-block__box-icon {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.conditions-ol {
    font-size: 28px;
    line-height: 36px;
    color: #fff;
    font-weight: 300;
    -webkit-padding-start: 30px;
    padding-inline-start: 30px
}

.conditions-li {
    margin-bottom: 50px;
    padding-left: 45px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.conditions-li span {
    margin-bottom: 20px
}

.conditions-icon {
    width: 366px;
    height: 307px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #222;
    padding: 60px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    margin-bottom: 30px
}

.services-gallery {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.arrow-rotate {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.services-gallery__item {
    width: 24%;
    margin-right: 1%;
    margin-bottom: 20px;
    padding: 60px 40px;
    padding-top: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    height: 22vw;
    max-height: 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    cursor: pointer;
    overflow: hidden
}

.services-gallery__item img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    min-height: 100%;
    min-width: 100%
}

.services-gallery__item:hover img {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -ms-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1)
}

.services__name {
    position: relative;
    font-weight: 300;
    font-size: 38px;
    line-height: 1.1;
    color: #fff;
    width: 100%;
    max-width: 246px;
    z-index: 2
}

.services-btn {
    z-index: 2;
    position: relative;
    min-width: 214px;
    min-height: 45px;
    padding: 6px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    margin: 0 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.services-btn svg {
    margin-right: 8px;
    font-size: 12px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    opacity: 1
}

.services-btn:hover svg {
    color: #fff
}

.contacts-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-top: 50px
}

.contacts-box__item {
    width: 20%;
    min-width: 230px;
    margin-top: 50px;
    margin-right: 30px
}

.contacts-box__item:nth-child(last) {
    margin-right: 0
}

.contacts__label {
    font-weight: 300;
    font-size: 21px;
    line-height: 1.28;
    color: #bbb;
    margin-bottom: 31px
}

.contacts__value {
    font-weight: 400;
    font-size: 26px;
    line-height: 1.26;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.contacts__value span {
    font-weight: 300;
    font-size: 22px;
    line-height: 1.27;
    color: #fff;
    margin-top: 10px
}

.icon-box svg {
    margin-right: 15px
}

.contacts__form-caption {
    max-width: 460px;
    text-align: center;
    margin-top: 80px;
    margin-bottom: 50px
}

.form-contacts {
    width: 100%;
    max-width: 860px
}

.form-contacts input {
    min-width: 270px
}

textarea {
    background-color: transparent;
    border: 1px solid #4e4e4e;
    font-size: 18px;
    font-weight: 300;
    padding: 17px 30px;
    height: 137px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    color: #fff
}

textarea:focus {
    outline: 0
}

.person-text {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
    color: #868686;
    margin-top: 20px
}

.person-link {
    color: #868686;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.person-link:hover {
    color: #d8b257
}

.media-link-box {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 214px;
    margin-bottom: 100px
}

.media-link__item {
    width: 33.3%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 450;
    font-size: 21px;
    line-height: 1.2;
    letter-spacing: .15em;
    text-transform: uppercase;
    color: #fff;
    height: 100%
}

.media-link__item:hover {
    color: #d8b257
}

.instagram {
    background: -o-linear-gradient(215.97deg, #ab01ae 18.4%, #ffc700 97.49%);
    background: -o-linear-gradient(215.97deg, #ab01ae 18.4%, #ffc700 97.49%);
    background: -o-linear-gradient(215.97deg, #ab01ae 18.4%, #ffc700 97.49%);
    background: -o-linear-gradient(215.97deg, #ab01ae 18.4%, #ffc700 97.49%);
    background: -o-linear-gradient(215.97deg, #ab01ae 18.4%, #ffc700 97.49%);
    background: linear-gradient(234.03deg, #ab01ae 18.4%, #ffc700 97.49%)
}

.vkontakte {
    background-color: #436eab
}

.facebook {
    background-color: #385e94
}

.container-map {
    height: 500px
}

.stocks-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.stocks-link:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.stocks-date {
    font-weight: 300;
    font-size: 21px;
    line-height: 1.2;
    color: #d8b257;
    margin: 40px 0 33px 0
}

.stocks-name {
    font-weight: 300;
    font-size: 28px;
    line-height: 1.5;
    color: #fff;
    margin-bottom: 70px
}

.stock-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin-top: 100px
}

.stock-block__img {
    width: 100%;
    height: 575px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    margin: 50px 0
}

.stock-block__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.stock-block__date {
    font-weight: 300;
    font-size: 21px;
    line-height: 1.2;
    color: #888;
    margin: 20px 0;
    text-align: center
}

.stock-h2 {
    max-width: 540px;
    text-align: center
}

.stock-media {
    font-weight: 450;
    font-size: 19px;
    line-height: 3;
    letter-spacing: .03em;
    text-transform: uppercase;
    color: #fff;
    width: 25%
}

.stock__description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.stock-text {
    width: 75%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.stock-text p {
    width: 100%;
    max-width: 570px;
    margin-bottom: 40px
}

.btn--border-none {
    font-weight: 450;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: .15em;
    text-transform: uppercase;
    color: #fff
}

.btn--border-none svg {
    color: #d8b257;
    margin-right: 23px;
    font-size: 15px;
    margin-bottom: 1px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.btn--border-none:hover {
    color: #d8b257
}

.btn--border-none:hover svg {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px)
}

.btn--border-none:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none
}

.datepicker {
    background-color: #1c1c1c;
    color: #fff;
    border: 1px solid #333
}

.datepicker--cell:hover,
.datepicker--nav-action:hover,
.datepicker--nav-title:hover {
    background-color: #d8b257
}

.datepicker--pointer {
    background-color: #1c1c1c;
    border: 1px solid #333
}

.datepicker--nav {
    border-bottom: 1px solid #333
}

.datepicker--cell.-current- {
    color: #d8b257
}

.collapse-block {
    display: none
}

.modal-police {
    max-width: 760px;
    margin: auto
}

.modal-police .modal-title {
    color: #d8b257;
    margin: 30px 0;
    font-size: 24px
}

.modal-ok .btn__two,
.modal-police .btn__two {
    margin: auto;
    width: 200px
}

.modal-ok {
    max-width: 600px;
    height: 340px;
    min-height: 340px;
    max-height: 340px;
    margin: auto
}

.modal-ok h5 {
    color: #d8b257;
    font-size: 30px;
    font-weight: 300;
    text-align: center
}

.modal-ok .modal-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.modal-ok .modal-body p {
    text-align: center
}

.modal-footer {
    border: none
}

.catalog-back {
    font-family: "Futura PT", sans-serif;
    font-style: normal;
    font-weight: 450;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: .15em;
    text-transform: uppercase;
    color: #888;
    margin-bottom: 15px
}

.m-flex-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.m-flex-block nav {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.m-flex-block ol {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.img__box {
    width: 100%;
    overflow: hidden;
    height: 22vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.img__box img {
    min-width: 100%;
    min-height: 20vw;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.desktop-none {
    display: none
}

label.invalid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

label.invalid:after {
    content: '*';
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.auto-filter-item {
    width: 11%
}

.auto-filter-item img {
    -webkit-transform: translateY(-10%);
    -ms-transform: translateY(-10%);
    transform: translateY(-10%);
    width: 100%;
    height: auto;
    max-width: 175px
}

.new-container {
    padding: 0 7.5%
}

.new-container h2 {
    margin-left: 0
}

.btn-arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.btn-arrow:after {
    content: url("/img/arrow-left.svg");
    margin-left: 7px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.btn-arrow:hover:after {
    content: url("/img/arr-black.svg");
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px)
}

.flex-auto-block-swipper .slick-list,
.flex-auto-block-swipper .slick-track {
    width: 100%
}

.flex-auto-block-swipper.slick-initialized .slick-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.slick-track {
    min-width: 100%
}

.clone-auto__slider button.slick-prev {
    right: calc(7% + 50px)
}

.clone-auto__slider button.slick-next {
    right: 7%
}

.bg-cover {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3)
}

.text-info-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.double-info-block {
    margin-top: 50px
}

.three__right__block__item p {
    padding-right: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.auto-info-block h3 {
    font-size: 28px;
    color: #fff
}

.auto-info-block h2:first-child,
.auto-info-block h3:first-child {
    margin-top: 0
}

.swiper {
    min-width: 0;
    width: 100%
}

._product-slider {
    height: calc((100vh - 210px)* 1.5);
    max-height: min(100vh - 220px, 1628px)
}

@media (max-width:1023px) {
    ._product-slider {
        height: auto;
        aspect-ratio: 1.5/1
    }
}

._product-slider .swiper-slide>img {
    max-height: min(calc(100vh - 210px), 1628px);
    max-height: min(calc(100vh - 210px), 1628px);
    max-width: 100%;
    height: calc((100vh - 210px) * 1.5);
    margin: 0 15px;
    object-fit: contain
}

._product-slider .swiper-slide {
    opacity: .2;
    transition: all .5s;
    max-width: 100%;
    width: auto;
    height: auto
}

._product-slider .swiper-slide-active {
    opacity: 1
}

.swiper-button-next,
.swiper-button-prev {
    color: #fff
}

.product-header {
    display: flex;
    justify-content: space-between;
    padding: 20px 7.5%;
    align-items: center
}

.product-header__buttons {
    margin-left: 20px
}

.product-header .breadcrumb {
    padding: 0;
    margin: 0
}

.product-header .wrapper-nav {
    padding: 0
}

.nav-link__type-auto .select-choose {
    color: #e8b98b
}

.nav-link__type-auto .select-choose:before {
    content: " ("
}

.nav-link__type-auto .select-choose:after {
    content: ")"
}

.nav-link__type-auto .select-choose:empty:after,
.nav-link__type-auto .select-choose:empty:before {
    content: none
}

.container-fluid.auto-gallery-box h2.gold.text-center {
    display: block;
    margin-bottom: 46px !important;
    margin-top: 36px !important
}

.container-fluid.auto-gallery-box h2.gold {
    padding: 0 7.5% 0 7.5%
}

@media (max-width:1700px) {
    .expert__contacts {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .expert__contacts .icon-box {
        margin-top: 20px
    }

    .slider-for {
        width: 60%;
        height: 520px
    }

    .services__name {
        font-size: 30px
    }
}

@media (max-width:1520px) {
    .two__block_slide__text__bottom span {
        padding-right: 20px;
        font-size: 17px
    }

    .lang-link,
    .menu-nav-link,
    .navbar-phone a {
        font-size: 19px
    }

    .price-auto__button {
        min-width: 30%
    }

    .services-gallery__item {
        padding: 40px 20px
    }

    .contacts-box {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 0
    }

    .slider-nav {
        height: 14.5vw
    }
}

@media (max-width:1380px) {
    .menu-nav-link {
        padding: 0 10px
    }
}

@media (max-width:1300px) {
    .two__block_slide__text__bottom span {
        padding-right: 10px
    }

    .wrapper-nav {
        padding: 30px 5% 30px 5%
    }

    .footer,
    .footer__last,
    .one,
    .three,
    .two__block {
        padding-left: 5%;
        padding-right: 5%
    }

    .navbar {
        padding: 0
    }

    .navbar-phone {
        margin-top: 2px
    }

    .wrapper-nav .nav-icons svg {
        -webkit-transform: scale(.8);
        -ms-transform: scale(.8);
        transform: scale(.8)
    }

    .slider-for {
        width: 55%
    }

    .table-bordered td,
    .table-bordered th {
        font-size: 16px
    }

    .services-gallery__item {
        width: 49%;
        height: 45vw;
        padding: 3%
    }

    .services__name {
        font-size: 39px
    }

    .smooth-container {
        padding: 15px 5.5%
    }
}

@media (max-width:1450px) {
    .product__parameter:nth-last-child(2) {
        display: none
    }
}

@media (max-width:1200px) {
    h1 {
        font-size: 25px
    }

    .product__parameter:nth-last-child(2) {
        display: flex
    }

    .product__parameter:first-child {
        margin-left: 0
    }

    .product-header__buttons {
        margin-left: 0
    }

    .card-description {
        display: grid;
        grid-gap: 15px;
        justify-content: center
    }

    .card-description__main {
        justify-content: center;
        min-height: 60px
    }

    .product-header {
        display: grid;
        grid-gap: 40px;
        justify-content: center;
        justify-items: center;
        padding: 30px 3% 40px 3%
    }

    .catalog-one .white.mb-2 {
        font-size: 18px;
        text-align: center !important
    }

    .auto-filter-item {
        width: 160px
    }

    .wrapper-nav {
        padding: 13px 15px
    }

    .footer,
    .footer__last,
    .one,
    .three,
    .two__block {
        padding-left: 1%;
        padding-right: 1%
    }

    .smooth-container {
        padding: 15px 1.5%
    }

    .lang-block {
        padding: 3px 2px 0 2px
    }

    .navbar-phone a {
        font-size: 17px
    }

    .navbar-logo {
        padding-left: 15px
    }

    .lg-none {
        display: none
    }

    .navbar-logo {
        padding-right: 2%
    }

    .navbar-phone-link {
        padding-right: 25px
    }

    .one__block .col {
        padding-left: 6%;
        padding-right: 6%
    }

    .one__block {
        margin-top: 0
    }

    .one__block__item {
        margin-top: 60px
    }

    .two__blocks h2 {
        margin-left: 5%
    }

    .two__block_slide__text__bottom span {
        padding-right: 5px
    }

    .three__right__block {
        padding-left: 20px
    }

    .footer-icons {
        margin-top: 0;
        margin-bottom: 30px
    }

    .footer__block__one__link {
        padding-bottom: 0
    }

    .footer__block__two {
        padding-left: 0
    }

    .dropdown-menu {
        right: 5px !important;
        top: 54px !important
    }

    .navbar-phone-block-last {
        width: 400px
    }

    .one {
        padding-top: 50px
    }

    .footer .navbar-logo {
        padding: 0
    }

    .card-description-mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .slider-for {
        width: 100%;
        height: 55vw
    }

    .card-description {
        padding: 15px 3%
    }

    .slider-nav {
        padding: 22px 3%
    }

    .pad-shmad {
        padding-left: 30px
    }

    .auto-name-mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        color: #e8b98b;
        font-size: 26px;
        padding: 0 2%
    }

    .card-description {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 20px 3%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .explanation {
        text-align: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center
    }

    .table-block,
    .video-container {
        padding: 15px 3%;
        margin-top: 15px
    }

    .form-block {
        margin: 40px auto 65px auto
    }

    .auto-gallery-box,
    .catalog-one.my-section {
        padding-left: 3%;
        padding-right: 3%
    }

    .indent-left {
        padding-left: 1.5%
    }

    .select-menu.show {
        -webkit-transform: translateX(5px) !important;
        -ms-transform: translateX(5px) !important;
        transform: translateX(5px) !important;
        z-index: 10
    }

    .two__block_slide__text__bottom span {
        float: right;
        text-align: right
    }

    .two__block_slide__text__bottom span {
        display: none
    }

    .two__block_slide__text__bottom .g-price-auto {
        display: -ms-grid;
        display: grid
    }

    .g-price-auto span {
        display: block
    }

    .g-price-auto span {
        opacity: 1
    }
}

@media (max-width:1100px) {
    .two__block_slide__text__name {
        left: 10%
    }

    .two__block_slide__text__bottom span {
        font-size: 17px
    }

    .four__text__name {
        font-size: 24px
    }

    .main__slider {
        height: 570px
    }

    .expert-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        padding: 40px 6.38%;
        padding-bottom: 280px;
        overflow: hidden;
        min-width: auto;
        background-image: url("/img/bg-decor2.png");
        background-position: bottom right;
        background-size: 500px
    }

    .expert-block__left,
    .expert-block__right {
        width: 100%;
        padding-right: 0;
        min-width: auto
    }

    .expert__contacts {
        width: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 10px
    }

    .expert-photo {
        bottom: -160px;
        right: 50%;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%)
    }

    .expert-name {
        display: none
    }

    .expert__contacts .phone {
        font-size: 19px
    }

    .form-group {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 0
    }

    .input-box {
        width: 100%
    }

    .select,
    input {
        width: 100%;
        margin-bottom: 0
    }

    .form-group__date {
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .form-group__date .input-box {
        width: 48%
    }

    .auto-info-block__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .auto-info-block__photo,
    .auto-info-block__text {
        width: 100%
    }

    .auto-info-block__text {
        margin-bottom: 40px
    }
}

@media (max-width:1023px) {
    ._product-slider .swiper-slide>img {
        margin: 0;
        height: auto;
        width: 100vw
    }

    .footer__payment {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        display: -ms-grid;
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(90px, auto));
        grid-gap: 10px;
        margin: 0;
        -ms-grid-row: 1;
        grid-row: 1
    }

    .footer__last__el {
        margin: 0
    }
}

.lang._mobile {
    display: none
}

.ui-h1 {
    font-size: 40px;
    font-weight: 300;
    color: #fff;
    margin: 0
}

.ui-h2 {
    font-size: 36px;
    font-weight: 300;
    color: #fff;
    margin: 0
}

.ui-h2._gray {
    color: #858585
}

.ui-h2._gradient {
    background: linear-gradient(90.16deg, #e8b98b 1.46%, #825b4d 101.44%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #d8b257;
    display: block;
    width: fit-content
}

.ui-h3 {
    font-size: 28px;
    font-weight: 300;
    color: #fff;
    margin: 0
}

.ui-h4 {
    font-size: 24px;
    font-weight: 300;
    color: #fff;
    margin: 0
}

.ui-h4._bold {
    font-weight: 500
}

.ui-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    transition: all .5s;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-size: 14px;
    font-weight: 400;
    min-height: 35px;
    padding: 5px 30px;
    border: 1px solid;
    width: fit-content;
    color: #fff;
    gap: 10px;
    background: 0 0;
    cursor: pointer
}

.ui-btn._arrow:after {
    content: "";
    display: block;
    width: 7px;
    height: 11px;
    background: url("/new-images/car-show/arrow-right.svg") no-repeat center;
    background-size: contain
}

.ui-btn._big {
    font-size: 20px;
    min-height: 60px;
    padding: 10px 40px
}

.ui-btn._medium {
    font-size: 16px;
    min-height: 45px;
    padding: 5px 25px
}

.ui-btn._highlight,
.ui-btn._highlight2 {
    min-width: 200px;
    position: relative;
    background: #292929;
    border: none;
    min-height: 41px
}

._highlight._alt {
    background: #141414
}

.ui-btn._highlight span:after {
    content: "";
    background: linear-gradient(45deg, #825b4d 10%, #e8b98b 45%, #e8b98b 50%, #825b4d 85%);
    position: absolute;
    top: -2px;
    left: -2px;
    background-size: 400%;
    z-index: -1;
    -webkit-filter: blur(1px);
    filter: blur(1px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    -webkit-animation: glowing 20s linear infinite;
    animation: glowing 10s linear infinite;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    display: block
}

.ui-btn._highlight2 span:after {
    content: "";
    background: linear-gradient(45deg, red, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, red);
    position: absolute;
    top: -2px;
    left: -2px;
    background-size: 400%;
    z-index: -1;
    -webkit-filter: blur(1px);
    filter: blur(1px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    -webkit-animation: glowing 20s linear infinite;
    animation: glowing 10s linear infinite;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    display: block
}

@keyframes glowing {
    0% {
        background-position: 0 0
    }

    100% {
        background-position: -400% 0
    }
}

.ui-btn._tg {
    color: #60a1de;
    border-color: #60a1de;
    font-size: 20px;
    text-transform: none;
    letter-spacing: 0;
    font-weight: 400
}

.ui-btn._wa {
    color: #69a94b;
    border-color: #69a94b;
    font-size: 20px;
    text-transform: none;
    letter-spacing: 0;
    font-weight: 400
}

.ui-btn._tg img,
.ui-btn._wa img {
    transition: all .5s
}

.ui-btn._call:hover img,
.ui-btn._tg:hover img,
.ui-btn._wa:hover img {
    filter: brightness(.5)
}

.menu-list li .ui-btn:hover {
    background: #fff;
    color: #000
}

@media (max-width:992px) {
    .modal-open {
        overflow: hidden
    }

    .menu-nav-item a {
        cursor: pointer;
        display: block;
        position: relative
    }

    .lang._mobile {
        display: flex;
        flex-direction: column
    }

    .menu-subnav-link:before {
        content: "вЂў";
        margin-left: -3px;
        margin-right: 4px
    }

    .lang._mobile .dropdown-menu-lang {
        padding: 20px !important;
        min-width: unset;
        top: calc(100% + 15px) !important
    }

    .location:hover .radio-toggle {
        top: calc(100% + 15px)
    }

    .lang-block {
        padding: 0;
        border-bottom: 1px dashed #a5a5a5
    }

    .lang._mobile._lang .dropdown-toggle img+span {
        display: none
    }

    .dropdown-menu-lang-link {
        opacity: 1;
        padding: 0
    }

    .wrapper-nav {
        padding: 16px 15px
    }

    .video-stub {
        height: 65vw
    }

    .md-none {
        display: none
    }

    .navbar-logo {
        margin: auto
    }

    .button_container {
        position: absolute;
        top: 32px;
        left: 15px;
        height: 20px;
        width: 24px;
        cursor: pointer;
        z-index: 100;
        -webkit-transition: opacity .45s ease;
        -o-transition: opacity .45s ease;
        transition: opacity .45s ease
    }

    .button_phone {
        position: absolute;
        top: 29px;
        right: 15px;
        cursor: pointer;
        z-index: 10;
        -webkit-transition: opacity .45s ease;
        -o-transition: opacity .45s ease;
        transition: opacity .45s ease
    }

    .lang {
        text-align: left;
        margin: 0
    }

    .lang .dropdown-toggle {
        min-height: 28px;
        align-items: center
    }

    .lang img {
        margin-top: 0
    }

    .lang:first-child {
        margin-top: 1px
    }

    .lang+.lang {
        margin-left: 12px
    }

    .navbar .lang-link {
        z-index: 30;
        gap: 9px;
        padding-right: 6px
    }

    .navbar-phone__title {
        font-size: 18px;
        font-weight: 300;
        line-height: 28px;
        margin-top: 18px;
        margin-bottom: 12px;
        color: #fff
    }

    .navbar-apps {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: -15px 0;
        padding-top: 40px
    }

    .navbar-apps a {
        display: inline-block;
        margin: 15px 0
    }

    .navbar .navbar-phone {
        float: none;
        margin: 0;
        display: flex;
        align-items: center
    }

    .navbar .navbar-phone a {
        z-index: 300;
        margin-right: 40px;
        padding: 0
    }

    .navbar .navbar-phone img {
        margin: 0
    }

    .menu-subnav {
        position: static;
        margin: 8px 0 12px !important;
        opacity: 2;
        pointer-events: auto
    }

    .menu-nav-item:hover .menu-subnav {
        padding-top: 0
    }

    .menu-subnav-item {
        background: 0 0;
        padding: 0;
        font-size: 20px;
        font-weight: 400;
        line-height: 26px
    }

    .menu-subnav-item a {
        color: #bbb !important
    }

    .menu-subnav-link {
        color: #fff !important
    }

    .three__right__block__item,
    .three__right__block__item:first-child {
        margin-top: 30px
    }

    .button_container.active {
        z-index: 106
    }

    .button_container:hover {
        opacity: .9
    }

    .button_container.active .top {
        -webkit-transform: translateY(8px) translateX(0) rotate(45deg);
        -ms-transform: translateY(8px) translateX(0) rotate(45deg);
        transform: translateY(8px) translateX(0) rotate(45deg);
        background: #fff
    }

    .button_container.active .middle {
        opacity: 0;
        background: #fff
    }

    .button_container.active .bottom {
        -webkit-transform: translateY(-8px) translateX(0) rotate(-45deg);
        -ms-transform: translateY(-8px) translateX(0) rotate(-45deg);
        transform: translateY(-8px) translateX(0) rotate(-45deg);
        background: #fff
    }

    .button_container span {
        background: #fff;
        border: none;
        height: 2px;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-transition: all .35s ease;
        -o-transition: all .35s ease;
        transition: all .35s ease;
        cursor: pointer
    }

    .button_container span:nth-of-type(2) {
        top: 8px
    }

    .button_container span:nth-of-type(3) {
        top: 16px
    }

    .navbar {
        pointer-events: none;
        z-index: 998;
        position: fixed;
        height: 100dvh;
        width: 100%;
        top: 0;
        left: 0;
        overflow: auto;
        display: block
    }

    .navbar.open::before {
        content: '';
        position: sticky;
        top: 0;
        z-index: 99;
        display: block;
        width: 100%;
        border-top: 1px solid #3c3c3c;
        box-shadow: 0 0 6px 4px #141414
    }

    .slider-nav {
        height: 195px
    }

    .navbar nav {
        pointer-events: none;
        position: relative;
        height: auto;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 25;
        padding: 13px 0 42px;
        flex-direction: column;
        align-items: flex-start
    }

    .navbar.open nav {
        pointer-events: auto
    }

    .navbar.open {
        pointer-events: auto
    }

    .navbar:before {
        z-index: 20
    }

    .navbar.open {
        transform: translateX(0);
        opacity: 1
    }

    .navbar {
        -webkit-transition: all .5s linear;
        -o-transition: all .5s linear;
        transition: all .5s linear;
        transform: translateX(-100%);
        opacity: 0;
        z-index: 105;
        background: #141414
    }

    .navbar ul.menu-subnav {
        padding-left: 2px
    }

    .navbar ul {
        list-style: none;
        padding: 0 20px;
        margin: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        width: 100%
    }

    span.menu-nav-link:after {
        transform: none
    }

    .menu-nav-item.services .menu-subnav {
        max-height: 0;
        overflow: hidden;
        transition: all .25s
    }

    .menu-nav-item.services:not(.active) .menu-subnav {
        margin: 0 !important
    }

    .menu-nav-item.services.active .menu-subnav {
        max-height: 1000px;
        max-height: calc(var(--count) * 26px)
    }

    .menu-nav-item.services.active .menu-nav-link::after {
        transform: rotate(90deg)
    }

    .location {
        position: absolute !important;
        top: 18px;
        right: 20px
    }

    .menu-nav-item {
        border-bottom: 1px solid #3b3b3b;
        padding: 8px 0;
        width: 100%
    }

    .menu-nav-item span.menu-nav-link::after {
        content: "❯";
        color: #fff;
        font-size: 20px
    }

    .menu-nav-item .menu-nav-link {
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 22px;
        font-weight: 400;
        line-height: 28px;
        padding: 0
    }

    span.menu-nav-link:after {
        margin: 0 4px 0 0
    }

    .menu-nav-item:first-child {
        border-top: 1px solid #3b3b3b
    }

    .menu__header {
        display: flex;
        align-items: flex-start;
        margin-left: max(50px, calc(100vw - 290px));
        margin-bottom: 20px
    }

    .menu__footer {
        padding: 0 20px
    }

    .one__block .col {
        padding-left: 4.5%;
        padding-right: 4.5%
    }

    .two__block_slide__text__bottom {
        width: 80%
    }

    .btn__two {
        padding: 14px 19px 16px 20px;
        text-align: center;
        height: 50px !important
    }

    .btn__two._mini {
        height: 35px !important
    }

    .three__right__block__item,
    .three__right__block__item p {
        display: inline-block
    }

    .three__right__block__item {
        width: 33%;
        padding-bottom: 30px;
        vertical-align: top
    }

    .three__right__block__el:first-child {
        font-size: 50px;
        padding: 10px 0
    }

    .three__block {
        padding-bottom: 30px
    }

    .footer {
        padding-bottom: 50px
    }

    .footer,
    .footer__last,
    .three,
    .two__block {
        padding-left: 15px;
        padding-right: 15px
    }

    .three-mobile-full {
        padding: 0
    }

    .footer__block__one__item {
        vertical-align: top
    }

    .footer__last__el {
        padding: 0
    }

    .footer__last,
    .footer__last p {
        text-align: center !important
    }

    .conditions-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 20px
    }

    .conditions-li {
        margin-bottom: 20px
    }

    .condition-block__text {
        width: 100%
    }

    .conditions-block__box-icon {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 30px
    }

    .stock-block {
        margin-top: 0
    }

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

    .stock-media {
        width: auto;
        margin: auto;
        margin-top: 40px;
        text-align: center
    }

    .stock-media .icon-box svg:last-child {
        margin-right: 0
    }

    .stock-text {
        width: 100%
    }

    .dropdown {
        display: inline-block !important;
        margin-left: 68px
    }

    .select-dropdown {
        margin-left: 0;
        width: 100%
    }

    .wrapper-nav .nav-icons svg {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

    .dropdown-content {
        padding-top: 10px;
        display: block;
        width: auto;
        opacity: 0;
        -webkit-transition: 1s;
        -o-transition: 1s;
        transition: 1s
    }

    .dropdown:hover .dropdown-content {
        opacity: 1;
        -webkit-transition: 1s;
        -o-transition: 1s;
        transition: 1s
    }

    .is-active {
        opacity: 1;
        -webkit-transition: 1s;
        -o-transition: 1s;
        transition: 1s
    }

    .dropbtn {
        position: relative;
        cursor: pointer;
        background: url('img/rus.png') no-repeat left center;
        padding-left: 38px;
        font-size: 21px;
        color: #979696;
        width: 80px
    }

    .dropbtn::after {
        background: rgba(0, 0, 0, 0) url("img/arr.svg") no-repeat scroll center center;
        content: "";
        height: 16px;
        position: absolute;
        right: 0;
        top: 10px;
        opacity: .5;
        width: 16px
    }

    .dropdown-content a:first-child {
        background: url('img/rus.png') no-repeat left center
    }

    .dropdown-content a:last-child {
        background: url('img/eng.png') no-repeat left center
    }

    .dropdown-content a {
        color: #fff;
        padding: 6px 0 6px 38px;
        text-decoration: none;
        display: block;
        font-size: 21px;
        opacity: .5
    }

    .dropdown-content a:hover {
        opacity: 1
    }

    .dropdown-content .active {
        opacity: 1
    }

    .smooth-container {
        padding: 15px
    }

    .input-finish-date,
    .input-start-date {
        position: relative
    }

    .input-finish-date input,
    .input-start-date input {
        padding-left: 55px
    }

    .input-finish-date:after,
    .input-start-date:after {
        position: absolute;
        left: 20px;
        bottom: 18px;
        content: "РЎ:";
        font-size: 18px;
        color: #868686
    }

    .input-finish-date:after {
        content: "РџРѕ:"
    }

    .input-start-date {
        margin-bottom: 13px
    }

    .new-container {
        padding: 0
    }

    .m-text-right {
        text-align: center
    }

    .copirate {
        font-size: 15px
    }
}

@media (max-width:767px) {
    h3 {
        font-size: 20px;
        line-height: 148%
    }

    .button-box {
        flex-wrap: wrap;
        justify-content: center
    }

    .auto-price {
        width: 100%;
        margin-bottom: 20px;
        text-align: center
    }

    .g-price-auto {
        font-size: 15px
    }

    .g-price-auto .old-price {
        margin: 0
    }

    .g-price-auto .current-price {
        margin: 0
    }

    .button-box .btn__two {
        margin: 0 10px
    }

    .product__parameter {
        font-size: 16px;
        margin-left: 20px
    }

    .card-description {
        justify-content: stretch
    }

    .product__parameter {
        display: grid;
        justify-items: center;
        text-align: center
    }

    .product__parameter:nth-last-child(2) {
        display: grid
    }

    .product__parameter-value {
        margin-left: 0
    }

    .video-stub {
        height: 60vw
    }

    body {
        font-weight: 300;
        overflow-x: hidden
    }

    .one {
        padding: 40px 10px 29px 10px
    }

    .two__slider {
        margin-top: 25px
    }

    .two__block_slide__text__name {
        font-size: 21px;
        margin: 0;
        left: 20px
    }

    .two__block_slide__text__bottom {
        right: 16px;
        left: auto;
        font-size: 16px;
        padding-right: 0
    }

    .button_container {
        top: 23px
    }

    .button_phone {
        top: 18px
    }

    .price-auto__button {
        min-width: 48%
    }

    .slick-slide:focus {
        outline: 0 !important
    }

    .three {
        padding-top: 47px
    }

    .footer {
        padding-top: 40px
    }

    .four {
        margin-bottom: 0
    }

    .footer,
    .one .container-fluid {
        padding-left: 0;
        padding-right: 0
    }

    h2 {
        font-size: 24px;
        line-height: 1.08;
        letter-spacing: 1px
    }

    .one__block__item__text__name {
        font-size: 19px
    }

    .size-link svg {
        margin-right: 13px
    }

    .main__slider {
        height: 300px;
        background: #141414
    }

    .slick-dots {
        bottom: 0;
        margin-bottom: 0;
        padding-left: 0
    }

    .btn__more__box {
        padding: 10px 0
    }

    .two__block {
        border-top: 1px solid #373737;
        margin-top: 0;
        padding-top: 39px
    }

    .two__block h2,
    .two__blocks h2 {
        text-align: center;
        display: block;
        margin-left: auto;
        margin-right: auto;
        padding: 0 7.5% 0 7.5%
    }

    .btn__more__box .btn__two {
        border: none;
        padding: 0;
        height: auto;
        font-size: 15px;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .services-gallery__item {
        max-height: 320px
    }

    .one__block__item__text__name {
        margin: 0;
        line-height: 1
    }

    .three__block_item,
    p {
        margin: 15px 0;
        line-height: normal;
        font-size: 19px
    }

    .one__block__item__text__desc {
        font-size: 19px
    }

    .one__block {
        overflow: hidden;
        padding: 0 5px;
        margin-right: 0;
        margin-left: 0;
        -webkit-transition: .4s;
        -o-transition: .4s;
        transition: .4s
    }

    .one__block__item__img,
    .one__block__item__text {
        display: inline-block;
        vertical-align: middle
    }

    .one__block__item__text {
        text-align: left;
        padding-left: 40px;
        padding-bottom: 13px
    }

    .flex-auto-block__item .one__block__item__text {
        padding-left: 0;
        text-align: center
    }

    .one__block .col {
        padding: 10px 0;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .one__block__item {
        margin-top: 13px;
        padding-bottom: 20px;
        height: auto;
        border-bottom: 1px solid #2c2c2c
    }

    .one__block__item__img {
        margin-top: 15px;
        padding-left: 23px
    }

    .two__blocks {
        overflow: hidden;
        position: relative;
        margin-top: 40px
    }

    .mobile-padding {
        padding-bottom: 0
    }

    .bb {
        border-bottom: 1px solid #373737;
        width: 100%
    }

    .btn__two {
        margin: auto;
        display: block;
        font-size: 15px
    }

    .submit {
        margin-top: 30px
    }

    .hide__block {
        width: 100%;
        text-align: center !important
    }

    .hide__block svg {
        margin-top: -3px;
        margin-right: 13px
    }

    .btn-two-hide {
        display: inline-block;
        font-size: 16px;
        text-transform: uppercase;
        padding: 30px 0 0 15px;
        font-weight: 400;
        color: #fff !important;
        letter-spacing: .15em;
        cursor: pointer;
        position: relative
    }

    .btn-two-hide:before {
        content: '';
        position: absolute;
        left: -8px;
        bottom: 4px;
        width: 12px;
        height: 12px;
        background: url(img/arr.svg) no-repeat bottom;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        z-index: 10
    }

    .two__blocks .btn__two {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        float: none
    }

    .wrapper_btn__two {
        position: absolute;
        display: block;
        margin: auto;
        width: 100%;
        bottom: 46px;
        left: auto;
        text-align: center !important
    }

    .info-text-collapse {
        height: 370px;
        overflow: hidden;
        padding-bottom: 20px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease
    }

    .info-text-collapse.active {
        height: -webkit-max-content;
        height: -moz-max-content;
        height: max-content;
        padding-bottom: 0
    }

    .m-collapse-button {
        margin-top: 20px
    }

    .m-collapse-button a:after {
        content: "Р СџР С•Р С”Р В°Р В·Р В°РЎвЂљРЎРЉ Р ВµРЎвЂ°Р Вµ"
    }

    .m-collapse-button.active {
        margin-top: 0
    }

    .m-collapse-button.active a:after {
        content: "Р РЋР Р†Р ВµРЎР‚Р Р…РЎС“РЎвЂљРЎРЉ"
    }

    .double-info-block {
        margin-top: 0
    }

    a.size-link {
        margin-top: 7px
    }

    .size-link-block svg {
        bottom: 22%
    }

    .two__slider .slick-list {
        padding: 0 11% 0 0
    }

    .three__block__text {
        padding: 15px 0
    }

    .three__right__block__item {
        width: 100%;
        padding-bottom: 15px
    }

    .three__right__block__el:first-child {
        padding: 5px 0
    }

    .three__right__block {
        padding-left: 0
    }

    .four__text__name {
        font-size: 13px
    }

    .four__text__link {
        font-size: 10px
    }

    .footer-icons-title,
    .footer__block__one__name,
    .navbar-logo-descript,
    .slick-next,
    .slick-prev,
    .xs-none {
        display: none !important
    }

    .modal-body .navbar-phone-block-item {
        height: auto
    }

    .navbar-phone-block-item-top {
        padding-top: 15px
    }

    .footer .navbar-logo {
        padding: 0 0 20px 0
    }

    .footer__block__one__item {
        width: 100%;
        display: block
    }

    .footer-icons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .footer-icons-mes {
        margin: 0 4px
    }

    .footer {
        text-align: center;
        padding-bottom: 28px
    }

    .footer__block__one_contat {
        text-align: center !important
    }

    .footer__block__one__item {
        margin-top: 20px
    }

    .footer__block__one__link {
        padding-top: 3px;
        margin-bottom: 14px;
        line-height: 1.1
    }

    .navbar-logo-name {
        font-size: 22px;
        line-height: 26px
    }

    .footer-nav-item a {
        color: #fff;
        font-weight: 400
    }

    .footer__last {
        padding-bottom: 28px;
        padding-top: 28px
    }

    .footer-icons {
        margin: 0 0 25px 0
    }

    .footer_block__one__bottom {
        margin-bottom: 4px
    }

    .three__right__block__item,
    .three__right__block__item:first-child {
        margin-top: 0
    }

    .slick-slide,
    img {
        border: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

    .footer__last__el svg {
        -webkit-transform: scale(.8);
        -ms-transform: scale(.8);
        transform: scale(.8)
    }

    .icon-insta svg {
        left: 0;
        top: 11px;
        border-radius: 100%
    }

    .logo-auto-footer {
        display: none
    }

    .tab-filter {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: -15px
    }

    .nav-tabs.tabs-catalog .nav-link.active {
        border: none;
        border-bottom: 1px solid #626161
    }

    .nav-link__type-auto {
        border-bottom: 1px solid #626161;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 18px;
        line-height: 23px;
        color: #fff;
        min-height: 52px
    }

    .arrow {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 14px;
        -webkit-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease
    }

    .nav-link.active .arrow {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .mobile-none {
        display: none
    }

    .auto-specifications__item span {
        min-width: 150px
    }

    .play-icon {
        width: 46px;
        height: 46px
    }

    .play-icon img {
        width: 11px
    }

    .table-rent-info {
        display: none
    }

    .tabs-rent-mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%
    }

    .nav-tabs-rent {
        width: 100%;
        border-bottom: 1px solid #333;
        margin-top: 20px
    }

    .table-caption {
        font-size: 17px;
        padding: 0;
        border: none
    }

    .nav-tabs-rent .nav-item .nav-link {
        color: #949494;
        font-size: 17px;
        border: 1px solid #333
    }

    .nav-tabs-rent .nav-item .nav-link.active {
        color: #fff;
        border: 1px solid #333;
        border-bottom: 1px solid #1c1c1c;
        background-color: #1c1c1c
    }

    .tab-pane-rent {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%
    }

    .tab-pane-rent__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        color: #a7a7a7;
        padding: 12px 25px;
        border-bottom: 1px solid #4e4e4e
    }

    .tab-content-rent {
        width: 100%;
        border: 1px solid #333;
        border-top: none;
        background-color: #1c1c1c
    }

    .rent-value {
        color: #fff;
        font-weight: 450
    }

    .clone-auto {
        padding-bottom: 0;
        border-bottom: none;
        margin-top: 20px
    }

    .conditions-li {
        padding-left: 15px;
        font-size: 22px
    }

    .services__name {
        font-size: 30px
    }

    .contacts__label {
        margin-bottom: 15px
    }

    .desktop-none {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .media-link__item {
        height: 150px
    }

    .stock-block__img {
        height: 300px
    }

    .collapse-block {
        display: block
    }

    .nav-link__type-auto.active {
        color: #d8b257
    }

    .nav-link__type-auto.active .arrow {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .nav-tabs .nav-link:not(.active):hover {
        color: #fff;
        border: 1px solid #626161
    }

    .pagination-box {
        margin-top: 10px;
        margin-bottom: 25px
    }

    .pagination {
        display: none
    }

    .auto-info-block {
        margin-top: 50px
    }

    .wrapper_btn__two {
        top: 75%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .img__box {
        height: 225px
    }

    .auto-gallery a:hover .img__box img,
    .two__slider .col-md-6 a:hover img {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .img__box img {
        min-height: 65vw
    }

    .auto-gallery {
        padding: 0
    }
}

@media (max-width:640px) {
    .two__block_slide__text {
        left: 0;
        width: 100%
    }

    .info-text-collapse {
        height: 330px
    }

    .services-gallery__item {
        width: 100%;
        height: 90vw;
        padding: 10%
    }

    .media-link-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: -webkit-max-content;
        height: -moz-max-content;
        height: max-content;
        margin-bottom: 0
    }

    .media-link__item {
        width: 100%
    }

    .auto-gallery a,
    .auto-gallery>* {
        padding: 0
    }

    .stocks-date {
        margin: 15px 0
    }

    .stocks-name {
        margin-bottom: 25px;
        font-size: 25px
    }

    .btn--border-none {
        text-align: left;
        padding-left: 0
    }

    .btn--border-none svg {
        margin-right: 5px
    }

    .two__blocks .slick-slide {
        height: 54vw
    }

    .our-client__img img {
        height: calc(91.5vw - 30px)
    }
}

@media (max-width:480px) {
    .info-text-collapse p {
        font-size: 15px
    }

    .slick-dots {
        z-index: 5
    }

    .one__block__item__text {
        width: 55%
    }

    .one__block__item__img {
        width: 40%
    }

    .footer__last__el svg {
        -webkit-transform: scale(.7);
        -ms-transform: scale(.7);
        transform: scale(.7)
    }

    .price-auto__button {
        min-width: 90%
    }

    .flex-auto-block__item {
        width: 100%
    }

    .marka-block-center {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .item-marka {
        width: 45%
    }

    .auto-name-mobile {
        font-size: 19px;
        margin-bottom: 20px
    }

    .slider-nav {
        height: 96px;
        padding: 10px 0;
        padding-left: 3%
    }

    .slider-nav .slick-slide {
        margin: 0 4px
    }

    .slider-nav .slick-list {
        margin: 0 -4px
    }

    .slider-for .slick-next,
    .slider-for .slick-prev {
        font-size: 16px
    }

    .form-group__date {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .form-group__date .input-box {
        width: 100%
    }

    .auto-info-block__caption {
        font-size: 19px
    }

    .auto-info-block__caption p {
        font-size: 15px;
        line-height: 25px
    }

    .auto-info-block__item {
        margin-bottom: 40px
    }

    .submit {
        width: 222px;
        margin-top: 20px
    }

    .embed-responsive {
        height: 85vh
    }

    .play-icon svg {
        width: 11px;
        margin-left: 2px
    }

    .expert-block__left p {
        font-size: 18px;
        line-height: 1.6;
        text-align: center;
        color: #efefef
    }

    .expert-block__left h2 {
        margin-bottom: 10px
    }

    .three {
        padding-top: 40px
    }

    .conditions-icon {
        padding: 36px
    }

    .contacts-box__item {
        margin-top: 25px
    }

    .contacts__value span {
        margin-top: 5px
    }

    .contacts__form-caption {
        margin-top: 30px;
        margin-bottom: 10px
    }

    .contacts__description {
        padding-right: 85px;
        margin-bottom: 20px
    }

    .catalog-one.my-section {
        padding-bottom: 0
    }

    .video-container {
        padding-left: 0;
        padding-right: 0
    }

    .expert-photo {
        width: 83%;
        bottom: -100px
    }

    .text-ul ul {
        padding-left: 1em
    }

    .auto-info-block ul li,
    .text-ul li {
        font-size: 19px
    }
}

@media (max-width:1200px) {
    .slider-for {
        height: auto
    }

    .slider-for__item img {
        position: static;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    h1 {
        font-size: 25px
    }
}

.footer-icons._mobile {
    display: none
}

.footer__block__social .footer-icons-mes {
    height: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 23px 5px 15px;
    border: 1px solid;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.footer__block__social .footer-icons-mes:hover {
    color: #fff
}

.footer__block__social .footer-icons-mes:hover span {
    color: #fff
}

.footer__block__social .footer-icons-mes:hover svg {
    fill: white
}

.footer__block__social .footer-icons-mes span {
    margin-left: 8px;
    font-size: 12px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.footer__block__social .footer-icons-mes._vk {
    color: #4e7acf
}

.footer__block__social .footer-icons-mes._fb {
    color: #4556ae
}

.footer__block__social .footer-icons-mes._ig {
    color: #fcc70d;
    -o-border-image: -o-linear-gradient(75deg, #FCC70D, #CF05D3);
    border-image: linear-gradient(15deg, #FCC70D, #CF05D3);
    border-image-slice: 1
}

.footer__block__social .footer-icons-mes._yt {
    color: #d1301d
}

.footer__block__social .footer-icons-mes._wa {
    color: #69a94b
}

.footer__block__social .footer-icons-mes._vb {
    color: #8055a0
}

.footer__block__social .footer-icons-mes._tg {
    color: #60a1de
}

.footer__block__social .footer-icons-mes._vk:hover {
    background: #4e7acf
}

.footer__block__social .footer-icons-mes._fb:hover {
    background: #4556ae
}

.footer__block__social .footer-icons-mes._ig:hover {
    background: -o-linear-gradient(75deg, #fcc70d, #cf05d3);
    background: linear-gradient(15deg, #fcc70d, #cf05d3)
}

.footer__block__social .footer-icons-mes._yt:hover {
    background: #d1301d
}

.footer__block__social .footer-icons-mes._wa:hover {
    background: #69a94b
}

.footer__block__social .footer-icons-mes._vb:hover {
    background: #8055a0
}

.footer__block__social .footer-icons-mes._tg:hover {
    background: #60a1de
}

.button_container,
.button_phone {
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0
}

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

input {
    outline: 0;
    border-radius: 0
}

.inner {
    overflow: hidden;
    color: #bbb
}

.offset {
    padding-left: 30px;
    padding-right: 30px
}

.limited-offset {
    margin: auto;
    padding-left: 7.5%;
    padding-right: 7.5%;
    width: 100%
}

.row-grid._two-col {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr
}

.row-grid._no-gap {
    grid-gap: 0
}

.row-grid {
    display: -ms-grid;
    display: grid;
    grid-gap: 20px
}

.section img {
    max-width: 100%
}

.title-1 {
    color: #fff;
    background: 0 0;
    -webkit-text-fill-color: initial
}

.input._high {
    height: 60px
}

.input._mini {
    height: 40px;
    padding: 8px 20px;
    max-width: 210px
}

.input {
    background: #141414;
    border: 1px solid #4e4e4e;
    height: 50px;
    padding: 0 30px;
    width: 100%;
    max-width: 500px;
    min-width: initial;
    font-size: 20px
}

.input._textarea {
    height: 95px;
    padding: 15px 30px;
    resize: none
}

.button:hover svg {
    fill: #141414
}

.button:hover {
    background: #fff;
    border-color: #fff;
    color: #141414
}

.button._full {
    width: 100%
}

.button._high {
    height: 75px
}

.button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    font-size: 18px;
    letter-spacing: .08em;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    border: 1px solid;
    min-height: 60px;
    padding: 15px 35px;
    cursor: pointer;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background: 0 0
}

.button svg:last-child {
    margin-right: 0
}

.button svg:first-child {
    margin-left: 0
}

.button svg {
    max-width: 17px;
    max-height: 20px;
    margin: 0 25px;
    fill: white;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

ul.list._big-gap {
    grid-gap: 30px
}

ul.list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: -ms-grid;
    display: grid;
    grid-gap: 20px;
    color: inherit;
    line-height: 1.4
}

ol.list._large {
    padding-left: 55px;
    margin: 0;
    display: -ms-grid;
    display: grid;
    grid-gap: 10px;
    line-height: 1.4
}

ol.list._large li::marker {
    font-size: 60px;
    line-height: 115%;
    text-transform: uppercase;
    color: #393939
}

ul.list._thunderbolt li {
    padding-left: 27px;
    line-height: 1
}

ul.list._thunderbolt li {
    background: url("/new-images/thunderbolt.svg") no-repeat center left;
    background-size: 16px
}

ul.list._wrong li {
    padding-left: 35px
}

ul.list._wrong li {
    background: url("/new-images/wrong.svg") no-repeat top 6px left;
    background-size: 20px
}

ul.list._success li {
    padding-left: 35px
}

ul.list._success li {
    background: url("/new-images/success.svg") no-repeat top 6px left;
    background-size: 20px
}

ul.list._check li {
    padding-left: 35px
}

ul.list._check li {
    background: url("/new-images/tick.svg") no-repeat top 6px left;
    background-size: 20px
}

.list._between {
    height: 100%;
    -ms-flex-line-pack: distribute;
    align-content: space-around
}

.my-section._mb,
.section._mb {
    margin-bottom: 80px;
    padding-bottom: 0
}

.section-title._left h2 {
    margin-left: 0
}

.section-title._left {
    text-align: left;
    padding-left: 20px
}

.section-title {
    margin-bottom: 30px;
    text-align: center
}

.form a {
    color: #fff
}

.form._success>* {
    display: none
}

.form._success .form__success {
    display: block
}

.form__success {
    font-size: 20px;
    text-align: center;
    display: none
}

.form._limited {
    max-width: 450px
}

.form._grid {
    display: -ms-grid;
    display: grid;
    grid-gap: 16px
}

.form__title h3 {
    font-size: 36px;
    line-height: 1
}

.form__title {
    text-align: center
}

.form__button {
    margin-top: 20px
}

.form__consent a {
    color: inherit;
    text-decoration: dashed;
    border: 1px none;
    border-bottom-style: dashed
}

.form__consent {
    font-size: 16px;
    text-align: center;
    letter-spacing: .04em;
    font-weight: 300;
    color: grey
}

.banner {
    z-index: 2;
    min-height: 42vw;
    min-height: 630px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #fff;
    overflow: hidden
}

.banner__content:after {
    content: "";
    background: -webkit-gradient(linear, left top, right top, color-stop(30%, rgba(0, 0, 0, .4)), to(rgba(0, 0, 0, 0))), rgba(0, 0, 0, .3);
    background: -o-linear-gradient(left, rgba(0, 0, 0, .4) 30%, rgba(0, 0, 0, 0) 100%), rgba(0, 0, 0, .3);
    background: linear-gradient(90deg, rgba(0, 0, 0, .4) 30%, rgba(0, 0, 0, 0) 100%), rgba(0, 0, 0, .3);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.banner__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: -1
}

.banner__description {
    margin-top: 28px;
    font-size: 20px
}

.banner__buttons {
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.banner__buttons>:last-child {
    margin-right: 0
}

.banner__buttons>* {
    margin-right: 30px
}

.banner__title h1 {
    margin-left: 0;
    white-space: pre-wrap
}

.calculator {
    background: -webkit-gradient(linear, left top, right top, color-stop(35%, rgba(0, 0, 0, 0)), color-stop(65%, rgba(0, 0, 0, .2)), color-stop(80%, rgba(0, 0, 0, .2)), color-stop(93%, rgba(0, 0, 0, 0))), #222;
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, .2) 65%, rgba(0, 0, 0, .2) 80%, rgba(0, 0, 0, 0) 93%), #222;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, .2) 65%, rgba(0, 0, 0, .2) 80%, rgba(0, 0, 0, 0) 93%), #222;
    padding: 30px 50px 30px 80px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: -ms-grid;
    display: grid;
    grid-gap: 190px;
    -ms-grid-columns: 1fr 190px auto;
    grid-template-columns: 1fr auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.calculator__label {
    font-size: 18px;
    margin-bottom: 10px
}

.calculator__form {
    display: -ms-grid;
    display: grid;
    grid-gap: 30px;
    width: 100%
}

.calculator__bg {
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
    z-index: -1;
    max-width: 65%
}

.calculator__bg img {
    height: 100%;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.calculator__bg:after {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 0;
    background: -webkit-gradient(linear, left top, right top, from(#1f1f1f), to(rgba(31, 31, 31, .6)));
    background: -o-linear-gradient(left, #1f1f1f 0, rgba(31, 31, 31, .6) 100%);
    background: linear-gradient(90deg, #1f1f1f 0, rgba(31, 31, 31, .6) 100%)
}

.calculator__result {
    text-align: center;
    position: relative
}

.calculator__result .calculator__label {
    margin: 0;
    font-size: 20px;
    font-weight: 500
}

.calculator__result:after,
.calculator__result:before {
    content: "";
    display: block;
    width: 430px;
    height: 430px;
    border: 1px solid #c2c2c2;
    opacity: .4;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    left: 25px;
    top: 0;
    pointer-events: none;
    z-index: -1
}

.calculator__result:after {
    opacity: .1;
    -webkit-transform: rotate(45deg) scale(1.4);
    -ms-transform: rotate(45deg) scale(1.4);
    transform: rotate(45deg) scale(1.4)
}

.calculator__value._main {
    font-weight: 600
}

.calculator__value {
    font-size: 50px;
    line-height: 64px;
    font-weight: 400;
    color: #fff
}

.calculator__description {
    margin: 25px 0 35px 0;
    font-weight: 300;
    font-size: 18px;
    max-width: 480px
}

.calculator__separator {
    margin: 25px auto;
    width: 300px;
    height: 1px;
    background: url("/new-images/border.svg")
}

.advantages {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    grid-gap: 35px 20px
}

.advantages__item {
    background: #222;
    padding: 20px 55px 20px 20px;
    font-size: 18px;
    letter-spacing: .04em;
    min-height: 135px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 1;
    line-height: normal
}

.advantages__illustration {
    position: absolute;
    right: 0;
    bottom: 0;
    max-height: 100%;
    max-width: 100%;
    z-index: -1
}

.checklist._dark {
    background: #141414;
    border: 1px solid #222
}

.checklist._gray {
    background: #222
}

.checklist._clear {
    background: 0 0;
    padding: 0 20px
}

.checklist {
    background: -o-linear-gradient(5deg, rgba(0, 0, 0, .05) 20%, rgba(0, 0, 0, .2) 110%, rgba(0, 0, 0, 0) 110%), -o-linear-gradient(left, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, .2) 65%, rgba(0, 0, 0, .2) 80%, rgba(0, 0, 0, 0) 93%), #222;
    background: linear-gradient(85deg, rgba(0, 0, 0, .05) 20%, rgba(0, 0, 0, .2) 110%, rgba(0, 0, 0, 0) 110%), linear-gradient(90deg, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, .2) 65%, rgba(0, 0, 0, .2) 80%, rgba(0, 0, 0, 0) 93%), #222;
    padding: 40px 30px 40px 50px;
    position: relative;
    z-index: 1;
    font-size: 20px
}

.checklist__bg._opacity {
    opacity: .1
}

.checklist__bg._full {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.checklist__bg {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
    max-width: 100%;
    z-index: -1;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: right;
    object-position: right
}

.checklist__title._decorated {
    margin-bottom: 55px
}

.checklist__title._decorated:after {
    content: "";
    width: 60px;
    height: 1px;
    border-bottom: 1px solid #e8b98b;
    position: absolute;
    display: block;
    bottom: -15px;
    left: 0
}

.checklist__title {
    margin-bottom: 15px;
    font-size: 28px;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: #fff;
    position: relative
}

.checklist__description {
    max-width: 400px
}

.contacts {
    padding: 30px 60px 40px 60px;
    background: #1f1f1f;
    position: relative;
    z-index: 1
}

.contacts__illustration {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    z-index: -2;
    height: 100%;
    overflow: hidden
}

.contacts__bg {
    display: block;
    height: 100%;
    width: 100%;
    margin-left: auto;
    object-fit: cover
}

.contacts__img {
    position: absolute;
    top: 0;
    right: 0;
    left: 70px;
    margin: auto;
    z-index: 1
}

.contacts__header h2 {
    margin-left: 0
}

.contacts__description {
    margin: 10px 0 42px 0;
    line-height: 26px;
    font-size: 20px;
    max-width: 470px
}

.contacts__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify
}

.contacts__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.contacts__buttons a {
    font-size: 20px;
    font-weight: 300;
    padding: 10px;
    white-space: nowrap;
    margin-right: 12px
}

.contacts__buttons a.green {
    border: 1px solid #69a94b;
    color: #69a94b
}

.contacts__buttons a.blue {
    border: 1px solid #60a1de;
    color: #60a1de
}

.contacts__buttons a.purpure {
    border: 1px solid #8055a0;
    color: #8055a0
}

.contacts__icon:last-child {
    margin-right: 0
}

.contacts__icon {
    margin-right: 10px
}

.contacts__link {
    font-size: 24px;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 450;
    line-height: 30px;
    letter-spacing: .72px;
    margin-right: 30px;
    color: #bbb
}

.contacts__managers {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, auto));
    grid-gap: 50px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.person {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.person__photo {
    width: 72px;
    height: 72px;
    margin-right: 20px;
    -o-object-fit: contain;
    object-fit: contain;
    border-radius: 100%
}

.person__title {
    font-size: 20px;
    margin-bottom: 5px
}

.person__subtitle {
    font-size: 14px;
    line-height: 140%;
    color: #979696
}

.range {
    margin-top: 15px
}

.range__input {
    margin-bottom: 10px;
    position: relative;
    display: inline-block
}

.range__input-unit {
    font-size: 18px;
    position: absolute;
    right: 20px;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%
}

.irs {
    position: relative;
    display: block;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 21px
}

.irs.irs--flat {
    width: calc(100% + 16px);
    margin-left: -8px
}

.irs-line {
    position: relative;
    display: block;
    overflow: hidden;
    outline: 0 !important;
    top: 7px;
    height: 7px;
    cursor: pointer;
    width: calc(100% - 16px);
    margin-left: 8px;
    background: #4e4e4e;
    border-radius: 40px
}

.irs-bar {
    position: absolute;
    display: block;
    left: 0;
    width: 0;
    top: 7px;
    height: 7px;
    background-color: #b58659;
    cursor: pointer;
    margin-left: 8px
}

.irs-handle {
    position: absolute;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1;
    top: 0;
    width: 21px;
    height: 21px;
    border-radius: 100%;
    cursor: pointer;
    background: #e8b98b;
    -webkit-box-shadow: 0 0 0 3px rgba(232, 185, 139, .5);
    box-shadow: 0 0 0 3px rgba(232, 185, 139, .5)
}

.irs-handle.type_last {
    z-index: 2
}

.irs-from,
.irs-single,
.irs-to {
    position: absolute;
    display: block;
    left: 0;
    cursor: default;
    white-space: nowrap;
    font-size: 12px;
    line-height: 1;
    top: 25px
}

.irs-hidden-input {
    position: absolute !important;
    display: block !important;
    top: 0 !important;
    left: 0 !important;
    width: 0 !important;
    height: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden;
    outline: 0 !important;
    z-index: -9999 !important;
    background: 0 0 !important;
    border-style: solid !important;
    border-color: transparent !important
}

.irs-bar--single {
    border-radius: 40px
}

.input-range {
    position: relative;
    padding-bottom: 20px
}

.input-range__values {
    margin-bottom: 10px
}

.input-range__spacer {
    margin: 0 15px
}

.irs-single {
    display: none
}

.irs-min {
    display: none
}

.irs-max {
    right: 8px;
    position: absolute;
    bottom: calc(100% + 15px);
    visibility: visible !important;
    font-size: 18px
}

.popup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 1000
}

.popup.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.popup__close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    cursor: pointer;
    top: 24px;
    right: 24px;
    z-index: 15
}

.popup__close i.icon {
    font-size: 18px
}

.popup__content {
    width: 100%;
    max-width: 100%;
    position: relative;
    z-index: 1;
    margin: auto
}

.popup__content._bg {
    padding: 45px 60px 40px 60px;
    background: #141414;
    width: auto;
    overflow: hidden;
    color: #fff
}

.popup__scroll {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    background: rgba(1, 3, 5, .8);
    padding: 30px
}

.select-new {
    position: relative;
    width: 100%;
    z-index: 1
}

.select-new._active {
    z-index: 2
}

.select-new._active .select-new__options {
    display: block
}

.select-new._active .select-new__main:after {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.select-new__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    cursor: pointer
}

.select-new__main:after {
    content: '❯';
    font-family: icomoon;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    color: var(--color3);
    cursor: pointer;
    font-size: 15px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    margin-left: 10px
}

.select-new__input {
    display: none
}

.select-new__input._keyboard {
    display: block
}

.select-new__options {
    position: absolute;
    top: calc(100% - 2px);
    left: 0;
    min-width: 100%;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    overflow: hidden;
    display: none;
    z-index: 15;
    overflow-y: auto;
    background: #202020;
    border: 1px solid #4e4e4e
}

.select-new__option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
    padding: 10px 30px;
    border-bottom: 1px solid #4e4e4e;
    font-size: 20px
}

.select-new__option._choosed {
    pointer-events: none;
    background: #141414
}

.select-new__value {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.select-new__placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #d3d3d3;
    pointer-events: none
}

.section__illustration {
    width: 100%
}

#rent_captcha2_id:empty {
    display: none
}

@media (max-width:1400px) {
    .calculator {
        grid-gap: 50px;
        -ms-grid-columns: 400px 50px auto;
        grid-template-columns: 400px auto
    }
}

@media (max-width:1300px) {
    .advantages {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr))
    }

    .calculator {
        grid-gap: 50px
    }
}

@media (max-width:560px) {
    .popup__scroll {
        padding: 0
    }

    .popup__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        width: 100%;
        min-height: 100%;
        overflow-y: auto
    }

    .popup__content._bg {
        width: 100%
    }
}

@media (max-width:1200px) {
    .contacts__links {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

@media (max-width:1023px) {
    .range__input .input {
        min-width: 230px
    }

    .navbar-logo {
        margin: auto
    }

    .calculator {
        -ms-grid-columns: initial;
        grid-template-columns: initial;
        padding: 30px;
        -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
        justify-content: stretch
    }

    .calculator__bg {
        max-width: 100%;
        height: 50%;
        bottom: 0;
        top: initial
    }

    .calculator__bg img {
        opacity: .6
    }

    .calculator__bg:after {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #1f1f1f), color-stop(88%, rgba(31, 31, 31, 0)));
        background: -o-linear-gradient(top, #1f1f1f 30%, rgba(31, 31, 31, 0) 88%);
        background: linear-gradient(180deg, #1f1f1f 30%, rgba(31, 31, 31, 0) 88%);
        top: -50px
    }

    .advantages {
        grid-gap: 20px
    }

    .row-grid._two-col {
        -ms-grid-columns: initial;
        grid-template-columns: initial
    }

    .section__illustration {
        width: 100%
    }

    .checklist._clear {
        padding: 20px 0
    }

    .calculator__result:after,
    .calculator__result:before {
        left: 0;
        right: 0;
        margin: auto
    }

    .contacts {
        padding: 55px 15px
    }

    .contacts__img {
        margin: 0;
        right: -20px;
        left: initial
    }

    .contacts__decoration:after,
    .contacts__decoration:before {
        width: 300px;
        height: 300px
    }

    .contacts__decoration {
        left: 35%
    }

    .footer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        grid-gap: 0
    }

    .footer__block__social {
        width: 100%;
        margin-top: 30px
    }
}

@media (max-width:767px) {
    .banner__buttons {
        display: -ms-grid;
        display: grid;
        grid-gap: 15px
    }

    .banner__buttons>* {
        margin: 0
    }

    .title-1 {
        font-size: 36px
    }

    .my-section._mb,
    .section._mb {
        margin-bottom: 50px
    }

    .section-title._left {
        padding-left: 0
    }

    .mob-full .section-title._left {
        padding: 0 15px
    }

    .advantages {
        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr))
    }

    .offset {
        padding-left: 15px;
        padding-right: 15px
    }

    .limited-offset {
        padding-left: 15px;
        padding-right: 15px
    }

    .checklist {
        padding: 30px
    }

    ol.list._large li::marker {
        font-size: 40px
    }

    ol.list._large {
        padding-left: 35px;
        font-size: 18px
    }

    ul.list._big-gap {
        grid-gap: 20px
    }

    .footer {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: initial;
        grid-template-columns: initial;
        justify-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-bottom: 30px;
        padding-top: 60px
    }

    .footer-icons._mobile .footer__btn {
        display: block;
        margin-top: 30px;
        width: 100%
    }

    .footer-icons._mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .footer__block__social {
        display: none
    }

    .footer__payment {
        display: none
    }

    .footer__btn {
        display: none
    }

    .contacts {
        padding: 20px;
        background: #202020
    }

    .contacts__buttons {
        margin-top: 36px;
        align-items: flex-start;
        flex-direction: column
    }

    .contacts__buttons a {
        width: 100%;
        margin: 0 0 14px;
        text-align: center
    }

    .contacts__buttons a:last-child {
        margin: 0
    }

    .contacts__bg {
        height: 100%;
        width: auto
    }

    .contacts__img {
        top: initial;
        bottom: -50px;
        left: initial;
        right: -45px;
        width: auto;
        min-width: 100px;
        max-height: 100%;
        min-height: 50%
    }

    .contacts__decoration {
        top: 40%;
        left: 0
    }

    .contacts__link {
        font-weight: 400;
        font-size: 21px
    }

    .contacts__illustration {
        width: 100%
    }

    .container-fluid.auto-gallery-box h2.gold.text-center {
        margin-top: 25px !important;
        margin-bottom: 25px !important
    }
}

@media (max-width:530px) {
    h1 {
        font-size: 28px;
        letter-spacing: 1.1px;
        line-height: 1.14
    }

    .product-header {
        background: #1c1c1c;
        padding: 30px 15px
    }

    .card-description__main {
        padding: 10px 15px
    }

    .product__parameter:first-child {
        margin-left: 10px
    }

    .product__parameter:last-child {
        margin-right: 10px
    }

    .button-box .btn__two:nth-last-child(2) {
        display: none
    }

    .card-description {
        padding: 0;
        overflow: hidden;
        grid-gap: 0
    }

    .product__parameter {
        margin: 0 10px
    }

    .auto-specifications {
        overflow-x: auto;
        padding-bottom: 15px;
        margin-bottom: -5px;
        padding-top: 10px;
        background: #141414
    }

    .swiper-button-next:after,
    .swiper-button-prev:after {
        font-size: 25px;
        opacity: .6
    }

    .swiper-button-next {
        right: 0
    }

    .swiper-button-prev {
        left: 0
    }

    .btn__two._mini {
        height: 50px !important;
        padding: 5px 45px;
        font-size: 18px
    }

    .button {
        font-size: 15px;
        padding: 15px;
        min-height: 50px
    }

    .button svg {
        margin: 0 15px
    }

    .limited-offset .mob-full,
    .mob-full:not(.limited-offset) {
        width: calc(100% + 30px);
        margin-left: -15px
    }

    .calculator__result:after,
    .calculator__result:before {
        display: none
    }

    .calculator__separator {
        width: 100%
    }

    .irs-max {
        bottom: -15px;
        font-size: 14px
    }

    .calculator__value {
        font-size: 40px
    }

    .calculator__result .calculator__label {
        font-size: 17px
    }

    .calculator__description {
        font-size: 15px
    }

    .advantages__item {
        min-height: 100px
    }

    .checklist__title {
        font-size: 20px
    }

    .catalog-one.my-section .section._contacts {
        margin: 0 -3%
    }

    .checklist__title._decorated {
        margin-bottom: 45px
    }

    .checklist {
        font-size: 18px;
        padding-left: 20px;
        padding-right: 20px
    }

    .button._high,
    .input._high {
        height: 50px
    }

    .popup__content._bg {
        padding: 45px 30px
    }

    .form__button {
        margin-top: 0
    }

    .checklist._car {
        padding-bottom: 185px;
        background: #000
    }

    .checklist._car .checklist__bg._full {
        height: auto
    }

    .section._contacts {
        margin-bottom: 0
    }

    .contacts__links {
        display: -ms-grid;
        display: grid;
        grid-gap: 10px
    }

    .contacts__link {
        margin: 0
    }

    .text h2,
    .ui-h2,
    h2 {
        font-size: 24px
    }

    .text h3,
    .ui-h3,
    h3 {
        font-size: 24px
    }

    .ui-h1 {
        font-size: 36px
    }

    .ui-h4 {
        font-size: 20px
    }
}

@media (max-width:340px) {
    .product__parameter {
        font-size: 14px
    }
}

@media (hover:hover) and (pointer:fine) {

    .menu-list li:hover a,
    .menu-list li:hover span {
        color: #fff;
        transition: all .5s
    }

    .auto-gallery .two__block_slide__text:hover:before,
    .home-slider .two__block_slide__text:hover:before {
        opacity: .95
    }

    .auto-gallery .two__block_slide__text:before,
    .home-slider .two__block_slide__text:before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 110px;
        z-index: 2;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .9)), to(rgba(255, 255, 255, 0)));
        background: -o-linear-gradient(top, rgba(0, 0, 0, .9) 0, rgba(255, 255, 255, 0) 100%);
        background: linear-gradient(180deg, rgba(0, 0, 0, .9) 0, rgba(255, 255, 255, 0) 100%);
        pointer-events: none;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        opacity: 0;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s
    }
}

.radio-toggle {
    display: flex;
    align-items: stretch
}

.radio-toggle__item {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    border: 1px solid rgb(229 229 229);
    padding: 3px 10px;
    border-right: none;
    cursor: pointer;
    color: rgb(229 229 229);
    font-weight: 300
}

.radio-toggle__item:last-child {
    border-right: 1px solid
}

.radio-toggle__item._active {
    color: #e8b98b
}

.navbar .yandex_badge {
    display: block;
    text-decoration: none;
    margin-right: 10px;
    margin-left: 20px
}

@media (max-width:1400px) {
    .navbar .yandex_badge {
        margin-right: 0
    }
}

@media (max-width:992px) {
    .navbar .yandex_badge {
        display: none
    }
}

.navbar-yandex-badge {
    display: block;
    text-decoration: none;
    margin-top: 32px
}

.location {
    margin: 0 20px
}

.location:hover .radio-toggle {
    opacity: 1;
    pointer-events: auto;
    top: calc(100% + 31px);
    z-index: 999
}

.location {
    position: relative
}

.location .radio-toggle__item {
    border: none !important;
    justify-content: flex-start;
    margin: 5px 0;
    border-radius: 0 !important
}

.location .radio-toggle:after {
    content: "";
    display: block;
    bottom: 100%;
    width: 100%;
    height: 27px;
    left: 0;
    position: absolute
}

.location .radio-toggle {
    position: absolute;
    top: 100%;
    flex-direction: column;
    padding: 20px;
    background: rgba(0, 0, 0, .9);
    left: -20px;
    z-index: 2;
    transition: all .5s;
    opacity: 0;
    pointer-events: none
}

.location__value {
    position: relative;
    z-index: 3;
    display: flex;
    font-weight: 300;
    align-items: center;
    color: #fff;
    font-size: 19px;
    line-height: 20px;
    cursor: pointer
}

.location__value svg {
    margin-right: 10px
}

.location__value span {
    border-bottom: dashed 1px #a5a5a5
}

.location__value:after {
    content: "❯";
    display: block;
    transform: rotate(90deg);
    margin-left: 10px;
    font-size: 15px
}

@media (max-width:992px) {
    .radio-toggle__item {
        padding: 0 10px;
        font-size: 18px
    }

    .location .radio-toggle {
        left: -10px
    }

    .location {
        margin: 0
    }

    .location__value:after {
        transform: rotate(90deg) translateX(50%);
        width: 20px;
        margin-left: 4px;
        margin-right: 2px
    }
}

.card-slider {
    position: relative
}

.card-slider .card-slider__video img {
    width: 50px;
    height: auto;
    margin: 0 15px
}

.card-slider .card-slider__video {
    display: flex;
    align-items: center;
    position: absolute;
    z-index: 2;
    bottom: 20px;
    right: 40px;
    border-radius: 50%;
    aspect-ratio: 1;
    border: 2px solid #d1301d;
    backdrop-filter: blur(10px)
}

@media (max-width:1150px) {
    .card-slider .card-slider__video {
        bottom: 8px;
        right: 8px
    }

    .card-slider .card-slider__video img {
        width: 24px;
        margin: 0 8px
    }
}

.card-slider .swiper-wrapper {
    align-items: stretch
}

.card-slider .fas.fa-chevron-left:after,
.card-slider .fas.fa-chevron-right:after {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    border-bottom: 3px solid;
    border-left: 3px solid;
    transform: rotate(225deg);
    opacity: .65
}

.card-slider .fas.fa-chevron-left:after {
    transform: rotate(45deg)
}

@media (max-width:992px) {

    .card-slider .fas.fa-chevron-left:after,
    .card-slider .fas.fa-chevron-right:after {
        width: 20px;
        height: 20px
    }
}

p {
    font-weight: 300
}

.section-title._left {
    padding-left: 0
}

.page-header {
    position: relative
}

.page-header:after {
    content: "";
    display: block;
    width: 50%;
    height: 100%;
    position: absolute;
    background: linear-gradient(90deg, #050505 0, #050505 80.48%, rgba(5, 5, 5, 0) 96.84%);
    z-index: 1;
    left: 0;
    top: 0
}

.page-header__bg {
    height: 170px;
    width: 100%;
    object-fit: cover;
    max-width: 60%;
    margin-left: auto;
    display: block
}

.page-header__title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 2;
    text-transform: none;
    font-weight: 300;
    -webkit-text-fill-color: initial;
    line-height: 1.1
}

.contact-card {
    display: grid;
    grid-template-columns: 590px 1fr;
    color: #fff;
    align-content: stretch
}

.contact-card a {
    text-decoration: none;
    color: #fff
}

.contact-card__illustration {
    display: flex;
    flex-direction: column
}

.contact-card__illustration picture {
    width: 100%;
    height: 100%
}

.contact-card__illustration img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    flex-grow: 1;
    max-height: 631px
}

.contact-card__illustration iframe {
    filter: grayscale(1);
    min-height: 500px
}

.contact-card__list {
    background: rgba(55, 55, 55, .3);
    padding: 60px
}

.contact-card__item:last-child {
    margin-bottom: 0
}

.contact-card__item {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    font-size: 20px
}

.contact-card__item img {
    width: 24px;
    margin-right: 20px
}

.contact-card__block._row {
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 50px
}

.contact-card__block:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0
}

.contact-card__block {
    border-bottom: 1px solid #373737;
    padding-bottom: 35px;
    margin-bottom: 35px;
    font-weight: 300
}

.contact-card__title {
    font-size: 19px;
    margin-bottom: 20px;
    text-transform: uppercase
}

.contact-card__value {
    font-size: 20px;
    color: #bbb
}

.video-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px
}

.video-list__iframe:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, .1), rgba(0, 0, 0, .1));
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none
}

.video-list__iframe {
    height: 23vw;
    position: relative
}

.video-list__caption {
    padding: 15px 30px;
    background: rgba(55, 55, 55, .3);
    font-size: 20px;
    font-weight: 300;
    color: #fff
}

.contact-card__header {
    margin-bottom: 20px
}

.contact-form__button {
    margin-top: 20px
}

.contact-form__consent {
    margin-top: 20px;
    color: grey;
    font-size: 16px;
    font-weight: 300
}

.contact-form__consent a {
    color: inherit;
    text-decoration: none;
    border: 1px none;
    border-bottom-style: dashed
}

.input._light {
    border: none;
    border-bottom: 1px solid rgba(187, 187, 187, .5);
    background: 0 0;
    padding: 10px 15px
}

.select-new__options._alt {
    background: #222;
    border: none
}

.select-new__options._alt .select-new__option._choosed {
    background: 0 0;
    color: #fff
}

.select-new__options._alt .select-new__option {
    border: none;
    color: #bbb
}

.select-new__options._alt .select-new__option:hover {
    background: #292929
}

.img-advantages {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px
}

.img-advantages__block {
    padding: 30px;
    background: rgba(55, 55, 55, .3)
}

.img-advantages__title {
    font-size: 28px;
    margin-bottom: 20px;
    font-weight: 300;
    color: #fff;
    line-height: 1
}

.img-advantages__items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px
}

.img-advantages__items._4-col {
    grid-template-columns: 1fr 1fr 1fr 1fr
}

.img-advantage {
    position: relative
}

.img-advantage:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 50%;
    z-index: 1;
    background: linear-gradient(180deg, rgba(20, 20, 20, 0) 0, #141414 100%)
}

.img-advantage:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(25.38deg, rgba(20, 20, 20, .9) -18.31%, rgba(20, 20, 20, .665625) 12.27%, rgba(0, 0, 0, 0) 47.14%)
}

.img-advantage img {
    width: 100%;
    object-fit: cover;
    position: relative
}

.img-advantage__title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px;
    font-size: 20px;
    letter-spacing: .04em;
    color: #fff;
    z-index: 2;
    font-weight: 300;
    line-height: 1.2
}

.news-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px
}

.news-list._2-col {
    grid-template-columns: 1fr 1fr
}

.news-list._4-col {
    grid-template-columns: 1fr 1fr 1fr 1fr
}

.news {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start
}

.news__title {
    flex-grow: 1;
    font-size: 20px;
    background: rgba(55, 55, 55, .3);
    padding: 15px 30px;
    line-height: 1.25;
    display: flex;
    align-items: center;
    font-weight: 300;
    color: #fff
}

.news__illustration {
    position: relative
}

.news__illustration img {
    max-height: 370px;
    width: 100%;
    object-fit: cover
}

.news__illustration:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    z-index: 1;
    background: linear-gradient(180deg, rgba(20, 20, 20, 0) 0, #141414 100%)
}

.news__illustration:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(25.38deg, rgba(20, 20, 20, .9) -18.31%, rgba(20, 20, 20, .665625) 12.27%, rgba(0, 0, 0, 0) 47.14%)
}

.section-bg {
    padding: 60px;
    background: rgba(55, 55, 55, .25)
}

.title-2 {
    font-weight: 400;
    font-size: 30px;
    letter-spacing: .04em;
    text-transform: uppercase;
    font-weight: 300
}

.title-3 {
    font-weight: 300
}

.section-subtitle {
    margin-bottom: 45px;
    color: #fff
}

.accordion>* {
    page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    break-inside: avoid
}

.accordion {
    column-count: 2;
    column-gap: 80px
}

.accordion__item._animation>.accordion__header:after {
    transform: rotate(45deg)
}

.accordion__item._active>.accordion__content {
    display: block
}

.accordion__item._active>.accordion__header {
    background: rgba(55, 55, 55, .3);
    border-bottom: none;
    color: #fff
}

.accordion__content {
    display: none;
    transition: all .5s;
    overflow: hidden;
    background: rgba(55, 55, 55, .3)
}

.accordion__header {
    cursor: pointer;
    position: relative;
    transition: all .5s;
    padding: 25px 50px 25px 25px;
    border-bottom: 1px solid #373737;
    font-size: 22px;
    line-height: 115%;
    letter-spacing: .03em;
    color: #bbb
}

.accordion__header:after {
    content: "";
    width: 25px;
    height: 25px;
    transition: all .5s;
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url("/img/plus.svg") no-repeat center;
    background-size: contain
}

.accordion__inner {
    padding: 0 25px 25px 25px;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: .03em;
    color: rgba(187, 187, 187, .5)
}

.payment-line {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
    justify-content: center;
    justify-items: center;
    background: rgba(55, 55, 55, .25)
}

.payment-line__item:hover {
    background: rgba(55, 55, 55, .25)
}

.payment-line__item {
    display: grid;
    grid-gap: 15px;
    justify-items: center;
    text-align: center;
    transition: all .5s;
    width: 100%;
    padding: 30px;
    align-content: flex-start
}

.payment-line__img {
    width: 80px
}

.payment-line__title {
    font-weight: 300;
    font-size: 22px;
    line-height: 1;
    color: rgba(187, 187, 187, .5)
}

.standard-banner p {
    font-size: 20px;
    line-height: 140%
}

.standard-banner._silk-bg {
    background-image: url("/img/silk-bg.png");
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: contain;
    align-items: center
}

.standard-banner {
    padding: 40px 60px;
    background-color: rgba(55, 55, 55, .25)
}

.standard-banner__row {
    display: flex
}

.standard-banner__title h2 {
    margin-left: 0
}

.standard-banner__title {
    margin-bottom: 15px
}

.standard-banner__button {
    margin-top: 35px
}

.standard-banner__illustration {
    margin-left: 30px
}

.standard-banner__illustration img {
    width: 360px;
    min-width: 325px
}

.contacts__description {
    font-weight: 300
}

.catalog-list {
    margin-top: 20px;
    margin-bottom: 20px;
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(8, 1fr)
}

.catalog-list__item {
    background: #1f1f1f;
    padding: 15px;
    display: grid;
    text-align: center;
    grid-gap: 10px;
    justify-items: center;
    position: relative
}

.catalog-list__item._active {
    background: #1f1f1f
}

.catalog-list__img {
    width: 110px;
    max-width: 100%;
    max-height: 55px;
    object-fit: contain
}

.link-full {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%
}

.catalog-list__title {
    font-size: 20px;
    font-weight: 300;
    line-height: 1;
    white-space: nowrap
}

.catalog-list__item:hover .catalog-list__title {
    background: linear-gradient(90.16deg, #e8b98b 1.46%, #825b4d 101.44%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #d8b257;
    display: inline-block
}

.menu-buttons {
    display: none
}

.catalog-list__close {
    display: none
}

.catalog-list__activation {
    display: none
}

@media (max-width:1400px) {
    .img-advantages__block {
        padding: 30px
    }

    .accordion {
        column-count: initial
    }

    .payment-line {
        grid-template-columns: repeat(3, 1fr)
    }

    .contact-card {
        grid-template-columns: 1fr 1fr
    }

    .contact-card__list {
        padding: 40px
    }
}

@media (max-width:1200px) {
    .img-advantages {
        grid-template-columns: initial
    }

    .img-advantage img {
        height: 25vw
    }

    .news__title {
        font-size: 18px
    }

    .section-bg {
        padding: 40px
    }

    .standard-banner__row {
        display: grid;
        grid-gap: 45px
    }

    .standard-banner__illustration {
        margin: auto
    }

    .standard-banner__illustration img {
        width: 470px
    }

    .news__title {
        padding: 15px 20px
    }

    .video-list__caption {
        padding: 15px 20px
    }

    .section-subtitle {
        margin-bottom: 20px
    }
}

@media (max-width:1023px) {
    .contact-card {
        grid-template-columns: initial
    }

    .video-list {
        grid-template-columns: initial
    }

    .video-list__iframe {
        height: 40vw
    }

    .contact-form__items {
        max-width: 500px;
        margin: auto
    }

    .contact-form__items .input {
        max-width: 100%
    }

    .contact-card__header {
        text-align: center
    }

    .page-header__title {
        max-width: 65%
    }

    .page-header__bg {
        height: 150px;
        max-width: 50%
    }

    .page-header:after {
        width: 60%
    }

    .news__title {
        padding: 10px 15px;
        font-size: 16px
    }

    .standard-banner {
        padding: 40px
    }

    .contact-card__illustration img {
        height: auto
    }
}

@media (max-width:767px) {
    .container-fluid.auto-gallery-box h2.gold {
        padding: 0 7.5% 0 7.5%;
        margin: 0 auto
    }

    .page-header__title {
        max-width: 100%;
        position: static
    }

    .page-header:after {
        content: none
    }

    .page-header {
        padding-top: 15px;
        padding-bottom: 15px
    }

    .page-breadcrumbs._mb {
        margin-bottom: 25px
    }

    .img-advantages__block {
        padding: 20px 15px
    }

    .img-advantages__items {
        grid-template-columns: initial
    }

    .img-advantage img {
        height: 45vw
    }

    .news-list {
        grid-template-columns: initial
    }

    .section-bg {
        padding: 20px 15px
    }

    .accordion__header {
        padding: 15px 45px 15px 15px;
        font-size: 16px
    }

    .accordion__header:after {
        width: 20px;
        height: 20px;
        right: 15px
    }

    .accordion__inner {
        padding-left: 15px;
        padding-right: 15px
    }

    .accordion__inner p {
        line-height: 1.5
    }

    .payment-line__item {
        grid-gap: 5px;
        padding: 15px
    }

    .payment-line {
        grid-template-columns: repeat(auto-fit, minmax(135px, 1fr))
    }

    .payment-line__title {
        font-size: 18px
    }

    .payment-line__img {
        width: 65px
    }

    .standard-banner__illustration img {
        min-width: initial
    }

    .standard-banner {
        padding: 20px 15px
    }

    .img-advantages {
        grid-gap: 0
    }

    .contact-card__list {
        padding: 20px 15px
    }

    .video-list__caption {
        padding: 10px 15px;
        line-height: 1;
        font-size: 16px
    }

    .video-list__iframe {
        height: 50vw
    }

    .footer-icons._mobile {
        margin-top: 25px
    }

    .contact-card__item {
        margin-bottom: 15px;
        font-size: 18px
    }

    .contact-card__block {
        padding-bottom: 25px;
        margin-bottom: 25px
    }

    .title-2 {
        font-size: 22px
    }

    .img-advantages__title {
        font-size: 22px
    }
}

p {
    font-weight: 300
}

.menu-subnav {
    z-index: 10
}

.banner._alt {
    min-height: 500px
}

.banner__button {
    margin-top: 30px
}

.news {
    position: relative
}

.news__illustration {
    position: relative
}

.news__icon {
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto
}

.news._alt img {
    max-height: 235px
}

.news__illustration img.news__icon {
    width: auto;
    min-height: initial;
    object-fit: contain;
    max-height: 80%;
    pointer-events: none
}

.news._alt .news__illustration:after {
    height: 103%;
    background: linear-gradient(180deg, rgba(0, 0, 0, .2) 16.24%, rgba(0, 0, 0, .514995) 57.79%, rgba(0, 0, 0, .65) 71.4%, #000 115%)
}

.news__title._linked {
    justify-content: space-between
}

.news__title._linked:after {
    content: "РџРѕРґСЂРѕР±РЅРµРµ";
    padding-right: 18px;
    background: url("/img/arrow.svg") no-repeat right center
}

.button._small {
    min-height: 50px;
    padding: 10px 60px
}

.section._mt {
    margin-top: 40px
}

.section-title._left {
    padding-left: 0
}

.page-header {
    position: relative
}

.page-header:after {
    content: "";
    display: block;
    width: 50%;
    height: 100%;
    position: absolute;
    background: linear-gradient(90deg, #050505 0, #050505 80.48%, rgba(5, 5, 5, 0) 96.84%);
    z-index: 1;
    left: 0;
    top: 0
}

.page-header__subtitle {
    font-size: 16px;
    margin-top: 15px;
    font-weight: 300;
    color: #afafaf
}

.page-header._alt .page-header__bg {
    max-width: 100%;
    width: 100%;
    height: 170px
}

.page-header__main {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: grid;
    align-content: center;
    gap: 15px;
    align-items: center;
    justify-items: center
}

.btn-group {
    display: flex;
    align-items: stretch;
    justify-content: center;
    background: #111;
    border-radius: 8px;
    padding: 5px;
    width: fit-content;
    gap: 5px
}

.btn-group a {
    display: flex;
    white-space: nowrap;
    text-align: center;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    border-radius: 6px;
    height: 26px;
    width: 120px;
    transition: all .5s;
    padding-bottom: 2px
}

.btn-group a._active {
    background: #bbb;
    color: #000;
    position: relative
}

.btn-group a._active:first-child {
    margin-right: -6px;
    width: 126px
}

.btn-group a._active:last-child {
    margin-left: -6px;
    width: 126px
}

.btn-group a._active:not(:last-child):not(:first-child) {
    margin: 0 -6px;
    width: 132px
}

.btn-group span {
    display: block;
    height: 13px;
    width: 1px;
    background: #888;
    align-self: center
}

.page-header._alt:after {
    background: linear-gradient(75.03deg, #000 16.5%, rgba(0, 0, 0, 0) 73.21%)
}

.page-header._alt .page-header__title {
    background: linear-gradient(75.03deg, #000 16.5%, rgba(0, 0, 0, 0) 73.21%);
    padding-bottom: 50px;
    justify-content: flex-end;
    text-align: center
}

@media (max-width:1550px) {
    .catalog-list__item {
        padding: 15px 10px
    }
}

@media (max-width:1450px) {
    .catalog-list {
        grid-gap: 0
    }
}

@media (max-width:1400px) {
    .accordion {
        column-count: initial
    }

    .payment-line {
        grid-template-columns: repeat(3, 1fr)
    }

    .contact-card {
        grid-template-columns: 1fr 1fr
    }

    .contact-card__list {
        padding: 40px
    }
}

.img__box {
    height: 18vw
}

.auto-gallery {
    width: 100%
}

.param-table {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    font-size: 18px;
    background: #000;
    border: 1px solid #604f3e;
    padding: 30px
}

.param-table__td {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-right: 1px solid #898989;
    line-height: 1
}

.param-table__col._head .param-table__td {
    justify-content: flex-start;
    text-align: left;
    font-size: 20px
}

.param-table__td._head {
    text-transform: uppercase;
    height: 45px;
    border-bottom: 1px solid #888
}

.param-table__td img {
    margin-right: 10px
}

.param-table__td._total {
    height: 45px;
    box-sizing: content-box;
    border-bottom: 1px solid #888
}

.param-table__td._mb {
    border-bottom: none;
    padding-bottom: 35px
}

.param-table__td._mt {
    padding-top: 35px
}

.param-table__td._wrong {
    background: url("/img/wrong.svg") no-repeat center;
    background-size: 14px
}

.param-table__td._success {
    background: url("/img/success.svg") no-repeat center;
    background-size: 18px
}

.param-table__col:last-child .param-table__td {
    border-right: none
}

.param-table__col:first-child .param-table__td {
    border-right: none
}

.new-footer {
    color: #888;
    font-weight: 300;
    font-size: 18px
}

.new-footer a {
    color: inherit;
    transition: all .5s
}

.new-footer a:hover {
    color: #fff
}

.new-footer__copyright {
    margin-right: auto;
    min-width: 45%
}

.new-footer__row {
    display: grid;
    grid-template-columns: repeat(5, auto);
    grid-gap: 30px
}

.new-footer__contact._dashed span {
    border-bottom: 1px dashed
}

.new-footer__contacts {
    display: grid;
    grid-gap: 15px
}

.new-footer__insta-info-rus {
    font-size: 10px
}

.new-footer__menu {
    display: grid;
    grid-gap: 10px;
    color: #888
}

.new-footer__menu-item {
    transition: all .5s
}

.new-footer__menu-item:hover {
    color: #fff
}

.new-footer__contact {
    display: flex;
    align-items: center;
    line-height: 1
}

.new-footer__contact img {
    margin-right: 8px;
    width: 30px;
    object-fit: contain
}

.new-footer__slogan {
    color: #888;
    font-size: 16px;
    margin-top: 35px
}

.new-footer__apps {
    display: flex;
    margin-top: 15px
}

.new-footer__apps a:first-child {
    margin-right: 5px
}

.new-footer__logo img {
    width: 220px;
    background: #fff;
}

.new-footer__ppatrioty-logo img,
.new-footer__ppatrioty-logo-link img {
    width: 200px
}

.new-footer__title {
    color: #fff;
    margin-bottom: 10px;
    font-size: 20px
}

.new-footer__main {
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid #292929
}

.mob-logo {
    display: none;
    background: #fff;
    border-radius: 20px;
}

@media (max-width:1380px) {
    .catalog-list {
        padding-left: 15px;
        padding-right: 15px
    }

    .limited-offset._catalog {
        padding-left: 15px;
        padding-right: 15px
    }

    .img__box {
        height: 20vw
    }
}

@media (max-width:1300px) {
    .limited-offset {
        padding-left: 5%;
        padding-right: 5%
    }
}

@media (max-width:1200px) {
    .new-footer {
        font-size: 19px
    }

    .limited-offset {
        padding-left: 15px;
        padding-right: 15px
    }

    .param-table__col._head .param-table__td {
        font-size: 16px
    }

    .auto-gallery-box .row {
        margin-right: -3%;
        margin-left: -3%
    }

    .img-advantages {
        grid-template-columns: initial
    }

    .img-advantage img {
        height: 25vw
    }

    .news__title {
        font-size: 18px
    }

    .section-bg {
        padding: 40px
    }

    .standard-banner__row {
        display: grid;
        grid-gap: 45px
    }

    .standard-banner__illustration {
        margin: auto
    }

    .standard-banner__illustration img {
        width: 470px
    }

    .news__title {
        padding: 15px 20px
    }

    .video-list__caption {
        padding: 15px 20px
    }

    .section-subtitle {
        margin-bottom: 20px
    }
}

@media (min-width:1023px) {
    .new-footer__col._logo {
        position: relative
    }

    .new-footer__ppatrioty-logo {
        position: absolute;
        bottom: 0;
        left: 0
    }

    .new-footer__ppatrioty-logo-mobile {
        display: none
    }
}

@media (max-width:1023px) {
    .new-footer__row {
        grid-template-columns: repeat(3, auto)
    }

    .new-footer__col._menu {
        display: none
    }

    .new-footer__col._logo {
        grid-row: 2;
        grid-column: span 3;
        justify-self: center
    }

    .new-footer__ppatrioty-logo {
        display: none
    }

    .new-footer__ppatrioty-logo-mobile {
        display: block;
        margin-top: 24px
    }

    .new-footer__ppatrioty-logo-mobile.ppatrioty-logo-car-show {
        margin-bottom: 70px
    }

    .param-table__td._total {
        height: auto
    }

    .banner__inner {
        margin-top: 50px
    }

    .banner__title {
        max-width: 550px
    }

    .banner__title br {
        display: none
    }

    .param-table {
        grid-template-columns: initial;
        grid-gap: 16px;
        border: none;
        padding: 0;
        background: 0 0
    }

    .param-table__td._button {
        padding-bottom: 40px;
        border-bottom: 1px solid #604f3e
    }

    .param-table__td._mt {
        padding-top: 25px
    }

    .param-table__td._mb {
        padding-bottom: 25px
    }

    .param-table__td._head {
        justify-content: flex-start;
        border: 1px solid #fff;
        padding: 0 20px;
        background: url("/img/narrow-down.svg") no-repeat right 20px center;
        cursor: pointer
    }

    .param-table__td._head+.param-table__td {
        border-top: 3px solid #604f3e;
        padding-top: 20px
    }

    .param-table .btn__two {
        width: 100%
    }

    .param-table__td._success,
    .param-table__td._wrong {
        background-position: center right 15px;
        background-color: #000
    }

    .param-table__td {
        justify-content: space-between;
        border-right: none;
        text-align: right;
        background-color: #000;
        height: auto;
        padding: 10px 15px;
        display: none
    }

    .param-table__col {
        width: calc(100% + 30px);
        margin-left: -15px;
        padding: 0 15px
    }

    .param-table__col._active {
        padding: 0
    }

    .param-table__col._active .param-table__td {
        display: flex
    }

    .param-table__col._active .param-table__td._head {
        background-color: #fff;
        color: #000;
        background-image: url("/img/narrow-down_black.svg");
        font-weight: 400
    }

    .param-table__col._active .param-table__td img {
        filter: brightness(0)
    }

    .param-table__td._head {
        display: flex;
        width: 100%;
        margin-left: 0;
        border-right: 1px solid #fff !important
    }

    .param-table__td._total {
        box-sizing: border-box
    }

    .param-table__td:before {
        content: attr(data-label);
        text-align: left
    }

    .param-table__col._head {
        display: none
    }

    .img-advantages__items._4-col {
        grid-template-columns: 1fr 1fr
    }

    .limited-offset._catalog {
        padding-left: 7.5%;
        padding-right: 7.5%
    }

    .contact-card {
        grid-template-columns: initial
    }

    .video-list {
        grid-template-columns: initial
    }

    .video-list__iframe {
        height: 40vw
    }

    .contact-form__items {
        max-width: 500px;
        margin: auto
    }

    .contact-form__items .input {
        max-width: 100%
    }

    .contact-card__header {
        text-align: center
    }

    .page-header__title {
        max-width: 65%
    }

    .page-header._alt .page-header__title {
        max-width: 100%;
        padding-bottom: 25px
    }

    .page-header__bg {
        height: 150px;
        max-width: 50%
    }

    .page-header:after {
        width: 60%
    }

    .news__title {
        padding: 10px 15px;
        font-size: 16px
    }

    .standard-banner {
        padding: 40px
    }

    .contact-card__illustration img {
        height: auto
    }

    .menu-buttons {
        display: flex;
        margin-top: 30px
    }

    .menu-buttons>* {
        width: 50%
    }

    .catalog-list__activation:checked~.catalog-list {
        display: block
    }

    .catalog-list {
        grid-template-columns: initial;
        width: 100%;
        transition: all .5s;
        padding: 0 7.5%;
        margin: 0;
        display: none;
        margin-top: 5px
    }

    .catalog-list__item:after {
        content: "";
        position: absolute;
        right: 15px;
        top: 0;
        height: 100%;
        width: 10px;
        display: block;
        background: url("../../filter/img/down.svg") no-repeat center right;
        transform: rotate(-90deg)
    }

    .catalog-list__item {
        display: flex;
        background: 0 0;
        border-bottom: 1px solid #2d2d2d;
        align-items: center;
        padding: 10px 15px
    }

    .catalog-list__img {
        width: 80px
    }

    .catalog-list__close {
        display: block;
        margin: 0;
        width: 30px;
        height: 30px;
        background: url("../../filter/img/close.svg") no-repeat center;
        background-size: 18px;
        order: -1;
        margin-bottom: 30px;
        cursor: pointer;
        position: absolute;
        top: 20px;
        left: 15px;
        z-index: 3
    }

    .catalog-list__title {
        font-size: 17px
    }
}

@media (max-width:992px) {
    .img__box {
        height: 26vw
    }

    .page-header__main {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 60%, rgb(20 20 20 / 60%) 80%, #141414 100%);
        align-content: end;
        padding-bottom: 30px;
        position: relative;
        padding-top: 65px
    }

    .page-header._alt {
        margin: -64px 0 0 0
    }

    .page-header._alt .page-header__bg {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 0
    }

    .btn-group a {
        font-size: 16px;
        width: 104px
    }

    .btn-group a._active:first-child {
        width: 110px
    }

    .btn-group a._active:last-child {
        width: 110px
    }

    .btn-group a._active:not(:last-child):not(:first-child) {
        width: 116px
    }
}

@media (max-width:767px) {
    .page-header._alt {
        margin: -54px 0 0 0
    }

    .new-footer__copyright {
        text-align: center;
        margin: 0
    }

    .mob-logo {
        max-width: 100px
    }

    .new-footer__row {
        grid-template-columns: repeat(2, 1fr)
    }

    .new-footer__col._logo {
        display: flex;
        flex-direction: column;
        width: 100%;
        text-align: center;
        grid-row: 3;
        grid-column: span 2
    }

    .new-footer__col._social {
        grid-column: span 2
    }

    .new-footer__col._social .new-footer__contacts {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 15px 30px
    }

    .new-footer__apps {
        margin: 30px 0;
        order: -1;
        justify-content: space-around
    }

    ._catalog .two__blocks {
        padding-bottom: 50px
    }

    .limited-offset._catalog {
        padding-left: 15px;
        padding-right: 15px
    }

    .img__box {
        height: 30vw
    }

    .catalog-list {
        padding: 0 15px
    }

    .page-header__title {
        max-width: 100%;
        position: static;
        font-size: 32px
    }

    .page-header._alt .page-breadcrumbs {
        position: static
    }

    .page-header:after {
        content: none
    }

    .page-header {
        padding-top: 15px;
        padding-bottom: 15px
    }

    .page-header._alt .page-header__title {
        padding-bottom: 20px
    }

    .page-header._alt {
        background: #000;
        padding: 0
    }

    .page-breadcrumbs._mb {
        margin-bottom: 25px
    }

    .img-advantages__block {
        padding: 20px 15px
    }

    .img-advantage img {
        height: 45vw
    }

    .news-list,
    .news-list._2-col,
    .news-list._4-col {
        grid-template-columns: 1fr 1fr
    }

    .news__illustration img {
        max-height: 230px
    }

    .section-bg {
        padding: 20px 15px
    }

    .accordion__header {
        padding: 15px 45px 15px 15px;
        font-size: 16px
    }

    .accordion__header:after {
        width: 20px;
        height: 20px;
        right: 15px
    }

    .accordion__inner {
        padding-left: 15px;
        padding-right: 15px
    }

    .accordion__inner p {
        line-height: 1.5
    }

    .payment-line__item {
        grid-gap: 5px;
        padding: 15px
    }

    .payment-line {
        grid-template-columns: repeat(auto-fit, minmax(135px, 1fr))
    }

    .payment-line__title {
        font-size: 18px
    }

    .payment-line__img {
        width: 65px
    }

    .standard-banner__illustration img {
        min-width: initial
    }

    .standard-banner {
        padding: 20px 15px
    }

    .img-advantages {
        grid-gap: 0
    }

    .contact-card__list {
        padding: 20px 15px
    }

    .video-list__caption {
        padding: 10px 15px;
        line-height: 1;
        font-size: 16px
    }

    .video-list__iframe {
        height: 50vw
    }

    .footer-icons._mobile {
        margin-top: 25px
    }

    .contact-card__item {
        margin-bottom: 15px;
        font-size: 18px
    }

    .contact-card__block {
        padding-bottom: 25px;
        margin-bottom: 25px
    }

    .title-2 {
        font-size: 22px
    }

    .img-advantages__title {
        font-size: 22px
    }

    .contacts__description {
        font-size: 19px;
        margin-bottom: 30px;
        margin-top: 12px;
        max-width: 80%;
        padding-right: 0
    }

    .two__block_slide__label._new {
        font-size: 20px
    }
}

@media (max-width:575px) {
    .img__box {
        height: 61vw
    }
}

@media (max-width:530px) {
    .mob-logo {
        max-width: 100px
    }

    .new-footer__row {
        grid-template-columns: initial
    }

    .new-footer__col._logo {
        grid-row: 4;
        grid-column: initial
    }

    .new-footer__col._social {
        grid-column: initial
    }

    .banner._alt {
        min-height: initial
    }

    .banner._alt .banner__inner {
        margin-top: -10px;
        padding-bottom: 35px;
        margin-bottom: 0;
        background: #000
    }

    .banner__button {
        display: grid
    }

    .banner._alt .banner__title {
        text-align: center
    }

    .banner._alt picture {
        width: 100%
    }

    .banner._alt .banner__bg {
        position: static;
        width: 100%;
        height: auto
    }

    .news-list,
    .news-list._2-col,
    .news-list._4-col {
        grid-template-columns: initial
    }

    .img-advantages__items,
    .img-advantages__items._4-col {
        grid-template-columns: initial
    }
}

@media (min-width:768px) {
    .catalog-one .auto-info-block {
        margin-top: 56px
    }

    .car-show .auto-info-block {
        margin-top: 0
    }
}

.img__box {
    height: auto !important;
    min-height: 10dvh
}

#cars-content.loading #cars-list,
#cars-content.loading .filter-wrapper {
    animation: cars-list-loading 1s linear 0s infinite;
    pointer-events: none
}

.cars-list-faq {
    margin-top: 25px
}

.job-block-links {
    position: absolute;
    right: 290px;
    top: 54px;
    font-size: 24px;
    font-weight: 300;
    color: #fff;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px 45px;
    color: #fff
}

.job-block-links__link {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 28px;
    font-size: 20px;
    color: #fff;
    text-decoration: underline dotted;
    grid-column: 1/3
}

.job-block-links__link img {
    margin-right: 12px
}

@media (max-width:767px) {
    .job-block-links {
        position: static;
        margin-top: 48px;
        grid-template-columns: 1fr
    }

    .job-block {
        background: #1f1f1f;
        margin-top: 75px
    }

    .job-block__inner {
        display: flex;
        flex-direction: column
    }

    .contacts__description {
        margin-bottom: 0
    }

    .job-block-job-block__btn {
        display: block;
        order: 2;
        margin-top: 22px
    }

    .job-block-job-block__btn a {
        width: 100%;
        padding: 10px;
        min-height: 45px
    }

    .job-block-links__link {
        grid-column: unset
    }

    .job-block__header .contacts__description {
        max-width: 100%
    }

    .job-block__header {
        display: contents
    }

    .hr-block {
        margin-top: 75px
    }

    .hr-block .contacts__buttons {
        display: grid;
        grid-template-columns: 1fr;
        width: min-content;
        min-width: 138px
    }

    .hr-block .contacts__description {
        margin-bottom: 16px
    }

    .hr-block__img {
        right: 0;
        bottom: 0
    }
}

@keyframes cars-list-loading {
    0% {
        opacity: .5
    }

    50% {
        opacity: .25
    }

    100% {
        opacity: .5
    }
}

.limited-offset {
    line-height: normal
}

.new-footer__main {
    padding-bottom: 100px;
    padding-top: 50px
}

.wrapper-nav svg {
    display: block
}

.location__value:after {
    content: none
}

.location__value svg {
    margin-right: 0
}

.location__value {
    gap: 10px
}

.navbar-phone {
    margin-left: 0
}

.navbar-phone-link svg {
    grid-row: span 2;
    grid-column: 2
}

.navbar-phone-link {
    padding-left: 20px;
    position: relative
}

.navbar {
    padding: 0 15px
}

.menu-nav-link {
    padding: 0 15px;
    gap: 10px
}

.location {
    margin: 0 15px
}

.favorite svg {
    height: 22px;
    width: auto
}

.favorite {
    margin-right: 30px;
    position: relative;
    display: flex
}

.favorite__num {
    position: absolute;
    background: #ca4a4a;
    color: #fff;
    font-size: 10px;
    font-weight: 400;
    border-radius: 100%;
    width: 14px;
    height: 14px;
    line-height: 1;
    top: -3.5px;
    right: -10px;
    justify-content: center;
    align-items: center;
    display: flex
}

.favorite__num:empty {
    display: none
}

.navbar-phone__subtitle {
    font-size: 14px;
    color: #bbb;
    font-weight: 300;
    position: absolute;
    top: 100%;
    right: 16px;
    line-height: 1
}

.new-footer__slogan {
    margin-top: 15px
}

.new-footer__links {
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 50px
}

.new-footer__recaptcha {
    min-width: 50%
}

@media (max-width:530px) {
    .new-footer__recaptcha {
        order: 2;
        margin-top: 24px
    }

    .new-footer__ppatrioty-logo-mobile {
        order: 3
    }
}

.lang,
.lang-link img {
    margin-top: 0
}

.menu-nav-item {
    line-height: normal
}

.location__value span {
    margin-bottom: -1px
}

.navbar-logo-img {
    display: block
}

.navbar-logo {
    margin-right: 30px
}

.dropdown-menu {
    top: 55px !important
}

.dropdown-menu-lang,
.dropdown-menu-lang.show {
    top: 53px !important;
    right: initial !important;
    left: 50% !important;
    transform: translateX(-50%) !important
}

.lang-link.dropdown-toggle {
    min-height: 27px
}

.menu-nav-item:hover .menu-subnav {
    padding-top: 28px
}

.location .radio-toggle,
.menu-subnav {
    transform: translateX(-50%);
    left: 50%;
    padding-left: 0;
    padding-right: 0
}

.menu-subnav-item {
    padding: 5px 30px;
    font-size: 19px
}

.menu-subnav-item:first-child {
    padding-top: 25px
}

.menu-subnav-item:last-child {
    padding-bottom: 25px
}

.location .radio-toggle:after {
    height: 30px
}

.radio-toggle__item {
    padding: 3px 30px
}

.lang-link:hover,
.navbar-phone-link:hover {
    color: #e8b98b !important
}

.lang-link:hover svg {
    fill: #e8b98b;
    stroke: #e8b98b
}

.new-footer__main {
    padding-bottom: 100px;
    padding-top: 50px
}

.menu-nav-link {
    padding: 0
}

.menu-list {
    gap: 30px
}

@media (max-width:1600px) {
    .menu-list {
        gap: 20px
    }

    .navbar-logo {
        margin-right: 5px
    }

    .favorite,
    .lang {
        margin-right: 20px
    }

    .location {
        margin: 0 20px
    }

    .navbar {
        padding-right: 0
    }

    .navbar-phone-link {
        padding-left: 10px
    }
}

@media (max-width:1360px) {
    .navbar-logo-img {
        width: 100px
    }
}

@media (max-width:1200px) {
    .new-footer__row {
        grid-template-columns: repeat(4, auto)
    }

    .ui-input:not([class*="_mob-big"]) input {
        font-size: 16px
    }

    .navbar-phone-link {
        padding-right: 0
    }

    .navbar-logo {
        padding-right: 0;
        padding-left: 0
    }

    .wrapper-nav {
        padding: 26px 15px
    }

    .dropdown-menu {
        top: 52px !important
    }

    .new-footer__copyright {
        min-width: unset
    }
}

@media (max-width:992px) {
    .wrapper-nav {
        padding: 15px
    }

    .new-footer__main {
        border-top: 0;
        padding-top: 50px;
        padding-bottom: 50px
    }

    .new-footer__row {
        grid-template-columns: repeat(3, auto);
        grid-row-gap: 50px
    }

    .new-footer__links {
        justify-items: flex-end
    }

    .button_phone {
        display: block !important;
        order: 1
    }

    .navbar-logo {
        margin: 0 auto
    }

    .wrapper-nav-block {
        display: grid;
        grid-template-columns: 1fr auto 1fr;
        justify-content: space-between;
        gap: 15px
    }

    .favorite {
        margin-right: 0;
        justify-self: flex-end
    }

    .button_container {
        flex-shrink: 0.1
    }

    .menu-nav-link svg {
        display: none
    }

    .menu-subnav {
        transform: none
    }

    .menu-subnav-item,
    .menu-subnav-item:first-child,
    .menu-subnav-item:last-child {
        padding: 0
    }

    .navbar ul {
        gap: 0
    }

    .location {
        margin: 0
    }

    .navbar {
        padding-left: 0
    }

    .lang {
        margin-right: 0
    }

    .mob-logo {
        display: block
    }

    .desc-logo {
        display: none;
        border-radius: 20px;
        background: #fff;
    }
}

@media (max-width:767px) {
    .new-footer__row {
        grid-template-columns: repeat(2, 1fr)
    }

    .new-footer__links {
        display: grid;
        grid-gap: 10px;
        justify-items: center;
        justify-content: center
    }
}

@media (max-width:530px) {
    .new-footer__contact br {
        display: none
    }

    .contacts__description {
        margin-bottom: 10px
    }

    .new-footer__row {
        grid-template-columns: initial
    }

    .new-footer__links {
        text-align: center;
        justify-content: center;
        justify-items: center;
        justify-items: center
    }
}

.grecaptcha-badge {
    visibility: hidden !important
}

.app-banner {
    background: #1c1c1c;
    padding-top: 50px
}

.app-banner__inner {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.app-banner__main {
    display: grid;
    grid-gap: 60px;
    padding-bottom: 50px;
    flex-grow: 1
}

.app-banner__img {
    align-self: flex-end
}

.app-banner__img img {
    max-width: 280px
}

.app-banner__qr {
    display: grid;
    grid-gap: 30px;
    font-size: 20px;
    line-height: 300;
    color: #fff;
    flex-grow: 1.1;
    justify-content: center
}

.app-banner__qr>img {
    width: 210px;
    padding: 20px;
    background: #292929;
    aspect-ratio: 1
}

.app-banner__title {
    font-size: 40px;
    font-weight: 300;
    color: #fff;
    line-height: normal
}

.app-banner__store {
    display: flex;
    gap: 40px
}

.app-banner__store img {
    height: 55px;
    border: 1px solid #bbb !important;
    border-radius: 7px
}

.app-banner__qr p {
    margin: 0;
    line-height: normal
}

.app-banner__qr-store {
    display: none;
    justify-content: stretch
}

@media (max-width:1600px) {
    .app-banner__title {
        font-size: 36px
    }

    .app-banner__store img {
        height: 50px
    }

    .app-banner__img img {
        width: 220px;
        max-width: 100%
    }

    .app-banner__qr {
        max-width: 190px
    }

    .app-banner__qr>img {
        width: 190px
    }

    .app-banner__qr br {
        display: none
    }

    .app-banner__main {
        flex-grow: initial;
        gap: 30px
    }

    .app-banner__store {
        gap: 20px
    }
}

@media (max-width:992px) {
    .app-banner {
        padding: 30px 30px 0 30px
    }

    .app-banner__inner {
        display: grid;
        grid-template-columns: 33% auto;
        grid-auto-flow: column;
        justify-content: space-between;
        grid-gap: 30px
    }

    .app-banner__img {
        grid-row: span 2;
        grid-column: 1
    }

    .app-banner__title {
        font-size: 28px
    }

    .app-banner__qr>img {
        width: 180px;
        padding: 15px;
        grid-row: span 2
    }

    .app-banner__qr {
        max-width: initial;
        grid-template-columns: auto auto;
        grid-gap: 20px;
        padding-bottom: 30px
    }

    .app-banner__qr p {
        max-width: 180px
    }

    .app-banner__main {
        padding-bottom: 0
    }

    .app-banner__store {
        display: none
    }

    .app-banner__qr-store {
        display: grid;
        grid-gap: 15px;
        align-content: flex-end
    }

    .app-banner__qr-store img {
        height: 40px;
        border: 1px solid #bbb !important;
        border-radius: 7px
    }

    .app-banner__qr-store a {
        display: flex
    }
}

@media (max-width:767px) {

    .app-banner__qr p,
    .app-banner__qr>img {
        display: none
    }

    .app-banner__qr {
        grid-template-columns: initial;
        justify-content: flex-start
    }

    .app-banner__qr-store {
        grid-template-columns: initial
    }

    .app-banner__title {
        font-size: 24px
    }
}

@media (max-width:530px) {
    .app-banner__qr {
        padding-bottom: 0
    }

    .app-banner__qr-store {
        grid-template-columns: initial;
        grid-gap: 25px
    }

    .app-banner__main {
        grid-column: 1/3
    }

    .app-banner__img {
        grid-row: initial
    }

    .app-banner__inner {
        grid-template-columns: 40% 1fr
    }

    .app-banner__qr-store img {
        height: 11vw;
        width: auto
    }
}

.status-label._delivery {
    color: #8055a0
}

.status-label._green {
    color: #469c5e
}

.status-label {
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 500;
    position: relative;
    top: -10px;
    bottom: 0;
    margin: 0
}

.two__block_slide__text__name .status-label {
    top: 0
}

.notify-alert {
    font-size: 15px;
    line-height: 20px;
    position: fixed;
    left: 20px;
    bottom: 20px;
    padding: 20px 28px;
    max-width: calc(100dvw - 40px);
    border-radius: 8px;
    z-index: 9999;
    transition: all .3s;
    background: #232323;
    color: #fff
}

.notify-alert.hide {
    transform: translateY(200%)
}

@media (max-width:767px) {
    .notify-alert {
        top: 20px;
        bottom: unset;
        width: 100%
    }

    .notify-alert.hide {
        transform: translateY(-200%)
    }
}

.card-info__fav._active svg path {
    fill: #CA4A4A
}

.two__block_slide__label-wrapper .card-info__fav:not(:first-child) {
    margin-left: 12px
}

.nav-border {
    position: relative;
    z-index: 20
}

.nav-border:has(.button_container.active) {
    z-index: 105
}

nav.megamenu {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 100;
    top: 100%;
    height: calc(100vh - 80px);
    height: calc(100dvh - 80px);
    background: rgba(41, 41, 41, .9);
    letter-spacing: 1px;
    overflow-y: auto;
    overflow-x: hidden;
    pointer-events: none;
    opacity: 0;
    transition: all .5s;
    padding: 0
}

.megamenu__inner {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 30px;
    margin: 0 7.5% 30px;
    padding-top: 30px;
    width: fit-content
}

.megamenu__aside {
    background: #1e1e1e;
    padding: 30px;
    display: grid;
    gap: 20px;
    grid-template-rows: auto 1fr
}

.megamenu__aside .ui-btn {
    margin-top: 60px
}

.megamenu__header {
    padding-bottom: 15px;
    border-bottom: 1px solid #4b4b4b;
    display: flex;
    align-items: baseline;
    justify-content: space-between
}

.megamenu__list {
    display: grid;
    gap: 25px;
    align-content: start;
    justify-items: start
}

.megamenu__link._alt {
    gap: 5px;
    white-space: nowrap
}

.megamenu__link._alt img {
    width: 23px;
    height: 23px;
    object-fit: contain;
    margin-right: 4px;
    transition: all .5s;
    filter: grayscale(1)
}

.megamenu__link {
    display: flex;
    gap: 10px;
    align-items: center;
    color: #fff;
    font-weight: 300;
    font-size: 19px
}

.megamenu__link small {
    font-size: 14px;
    color: #858585;
    transition: all .5s
}

.megamenu__link img {
    width: 67px
}

.megamenu__main {
    background: #222;
    padding: 30px;
    display: grid;
    gap: 20px;
    position: relative;
    min-width: 0;
    align-content: start
}

.megamenu__main .ui-btn {
    position: absolute;
    right: 30px;
    bottom: 30px
}

.megamenu__cols>* {
    page-break-inside: avoid;
    break-inside: avoid
}

.megamenu__cols {
    column-count: 4;
    column-gap: 50px;
    justify-self: start
}

.megamenu__cols:after {
    content: "";
    display: block;
    width: 100%;
    height: 45px
}

.megamenu__item {
    display: flex;
    justify-content: space-between;
    padding: 5px 15px;
    gap: 15px;
    align-items: center;
    transition: all .5s;
    height: 38px
}

.megamenu__toggle {
    font-size: 21px;
    line-height: 1;
    padding: 0 5px;
    font-weight: 300;
    color: #fff;
    transition: all .5s
}

.megamenu__toggle:after {
    content: "+"
}

.megamenu__drop a:before {
    content: "вЂў";
    color: #858585;
    font-size: 10px;
    margin-left: -3px;
    transition: all .5s
}

.megamenu__drop a {
    color: #fff;
    font-weight: 300;
    font-size: 14px
}

.megamenu__drop a:first-child:nth-last-child(2) {
    padding-left: 38px
}

.megamenu__drop a:first-child:nth-last-child(2)+.link {
    display: none
}

.megamenu__drop .link {
    border-bottom: 1px solid;
    align-self: center;
    line-height: 1
}

.megamenu__drop .link:before {
    content: none
}

.megamenu__drop {
    display: none;
    flex-wrap: wrap;
    gap: 5px 15px;
    padding: 10px 15px;
    background: #2e2e2e;
    margin-top: 2px;
    width: 230px
}

.megamenu__block._active .megamenu__drop {
    display: flex
}

.megamenu__block._active .megamenu__item {
    background: #2e2e2e
}

.megamenu__block._active img {
    filter: grayscale(0)
}

.megamenu__block {
    min-width: 230px;
    margin-bottom: 5px
}

.megamenu__block._active .megamenu__toggle {
    transform: rotate(45deg)
}

.menu-nav-item._megamenu {
    position: static
}

.menu-nav-item._megamenu:after {
    content: "";
    width: 100%;
    height: calc(50% - 27px / 2);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
    display: none
}

.megamenu__header .link {
    display: none;
    font-size: 16px;
    color: #fff
}

.link {
    border-bottom: 1px solid
}

.all-car-btn {
    display: none;
    overflow: hidden
}

.link-full {
    display: block;
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%
}

.menu-nav-link__btn {
    display: none
}

.megamenu__back {
    display: none
}

.button_container._open-megamenu {
    opacity: 0;
    pointer-events: none
}

.ckeditor-spoiler-block__more {
    display: inline-block;
    text-decoration: underline dotted;
    position: absolute;
    inset: 0;
    padding-top: 10px;
    top: calc(max(calc(100% - 40px), calc(100% - 400px)));
    z-index: 3;
    font-size: 20px;
    font-weight: 300;
    cursor: pointer;
    transition: all 1s
}

.ckeditor-spoiler-block {
    --size: 340px;
    max-height: var(--size);
    position: relative;
    background: #141414;
    overflow: hidden;
    transition: all 1s;
    break-inside: avoid;
    page-break-inside: avoid
}

.ckeditor-spoiler-block.all {
    max-height: unset
}

.ckeditor-spoiler-block:not(.all)::after {
    content: '';
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    top: calc(137px - (var(--size) - 100%));
    bottom: 0;
    background: linear-gradient(180deg, rgba(20, 20, 20, 0) 0, #141414 147px);
    transition: all 1s
}

.ckeditor-spoiler-block.show::after {
    opacity: 0;
    pointer-events: none
}

.ckeditor-spoiler-block.show {
    max-height: calc(40px + var(--max-h, 100%));
    padding-bottom: 40px
}

@media (max-width:1750px) {
    .megamenu__cols {
        column-count: 3
    }

    .megamenu__inner {
        grid-template-columns: auto auto;
        justify-content: center
    }
}

@media (max-width:1450px) {
    .megamenu__cols {
        column-gap: 30px
    }

    .megamenu__item {
        gap: 25px
    }

    .megamenu__inner {
        padding: 30px
    }
}

@media (max-width:1200px) {
    .megamenu__cols {
        column-gap: 30px;
        column-count: 2;
        height: 700px
    }
}

@media (max-width:1050px) {
    .megamenu__inner {
        padding: 15px 30px
    }
}

@media (min-width:993px) {
    .navbar {
        position: static
    }

    .menu-nav-item._megamenu:hover:after {
        display: block
    }

    .menu-nav-item._megamenu:hover .megamenu .megamenu__inner {
        pointer-events: auto
    }

    .menu-nav-item._megamenu:hover .megamenu {
        opacity: 1
    }

    .megamenu__drop a:hover:before {
        color: #fff
    }

    .megamenu__block:hover img {
        filter: grayscale(0)
    }

    .megamenu__link:hover small {
        color: #fff
    }

    .megamenu__drop {
        width: 230px
    }

    .megamenu__item {
        width: 230px
    }

    .megamenu__cols {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        height: 480px;
        padding-bottom: 30px
    }

    .megamenu__main {
        width: fit-content
    }

    .megamenu__inner {
        grid-template-columns: 300px auto
    }
}

@media (max-width:992px) {
    .menu-nav-item._megamenu {
        z-index: 999
    }

    nav.megamenu {
        background: #1e1e1e;
        pointer-events: auto;
        position: fixed;
        overflow: inherit;
        height: calc(100vh - 117px);
        height: calc(100dvh - 117px);
        top: 52px;
        transform: translateX(100%)
    }

    .menu-nav-item._megamenu._active nav.megamenu {
        transform: translateX(0);
        opacity: 1
    }

    .megamenu:after,
    .megamenu:before {
        content: "";
        width: 100%;
        height: 50px;
        position: fixed;
        left: 0;
        z-index: 99;
        pointer-events: none
    }

    .megamenu:after {
        top: 0;
        background: linear-gradient(0deg, rgba(30, 30, 30, 0) 0, #1e1e1e 100%)
    }

    .megamenu:before {
        bottom: 0;
        background: linear-gradient(180deg, rgba(30, 30, 30, 0) 0, #1e1e1e 100%)
    }

    .megamenu__cols {
        column-count: initial;
        display: grid;
        gap: 15px
    }

    .megamenu__cols:after {
        content: none
    }

    .megamenu .ui-btn {
        display: none
    }

    .megamenu__header .link {
        display: block;
        border-bottom: 1px dashed #bbb
    }

    .megamenu__inner {
        grid-template-columns: initial;
        justify-content: stretch;
        margin: 0;
        padding: 30px;
        gap: 40px;
        width: 100%;
        height: 100%;
        overflow-y: auto
    }

    .megamenu__aside {
        background: 0 0;
        padding: 0
    }

    .megamenu__main {
        background: 0 0;
        padding: 0
    }

    .megamenu__toggle {
        display: none !important
    }

    .megamenu__item {
        padding: 0;
        height: 38px
    }

    .megamenu__block {
        margin: 0;
        min-width: unset;
        width: auto
    }

    .megamenu__list {
        gap: 20px
    }

    .all-car-btn {
        display: flex;
        position: fixed;
        align-items: center;
        left: 0;
        bottom: -65px;
        height: 65px;
        width: 100%;
        padding: 10px 30px 10px 0;
        background: linear-gradient(270deg, #e8b98b 0, #825b4d 100%);
        gap: 20px
    }

    .all-car-btn__img {
        margin-left: -35px;
        height: 40px
    }

    .all-car-btn__icon {
        align-self: center;
        height: 20px
    }

    .all-car-btn__title {
        color: #000;
        font-weight: 400;
        font-size: 24px
    }

    .all-car-btn__subtitle {
        font-size: 14px;
        color: #000;
        font-weight: 400;
        display: none
    }

    .all-car-btn__text {
        flex-grow: 1;
        display: grid;
        gap: 0
    }

    .menu-nav-item._megamenu .menu-nav-link>a:after {
        content: none
    }

    .navbar {
        overflow-x: hidden
    }

    .menu-nav-link__btn {
        display: block;
        position: absolute !important;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        z-index: 5
    }

    .menu-nav-link {
        position: relative
    }

    .menu-nav-item._megamenu:after {
        content: none
    }

    .megamenu__back {
        display: block;
        color: #fff;
        position: fixed !important;
        top: -42px;
        left: 15px;
        z-index: 20;
        background: #141414
    }

    .menu__header {
        margin-left: max(50px, calc(100vw - 260px))
    }

    .menu-nav-item:hover .menu-subnav {
        padding-top: 0 !important
    }

    .menu__header {
        margin-bottom: 12px
    }

    .location {
        top: 16px
    }

    .lang-block {
        font-size: 19px;
        line-height: 21px
    }

    .dropdown-menu-lang-link {
        font-size: 16px
    }

    .navbar.open:before {
        content: none
    }

    .mobile-hide {
        display: none
    }
}

@media (min-width:991.9px) {
    .pc-hide {
        display: none
    }
}

.tabs-alt {
    display: flex;
    margin-bottom: 2px
}

.tab-alt {
    padding: 10px 30px;
    font-weight: 300;
    font-size: 24px;
    display: flex;
    color: #bbb;
    transition: all .5s;
    border-bottom: 1px solid #141414
}

.tab-alt._active {
    color: #fff;
    background: #1c1c1c;
    border-bottom-color: #fff
}

.form-rent {
    padding: 50px 0;
    background: linear-gradient(87.96deg, rgba(28, 28, 28, 0) 0, #181818 50%, rgba(28, 28, 28, 0) 100%), url("/new-images/trace-bg.svg") no-repeat center;
    background-size: auto 100%
}

.card-page .page-car-show .mb-80 {
    margin-bottom: 80px
}

.form-line__group {
    display: flex;
    flex-wrap: nowrap;
    gap: 15px
}

.form-rent .form-line__soc .ui-btn._medium {
    min-width: 45px
}

.show-more__btn,
.show-more__input {
    display: none
}

.card-info {
    margin-bottom: 40px
}

.form-rent__consent {
    font-size: 16px;
    color: gray;
    text-align: center;
    margin-top: 15px;
    font-weight: 300;
    line-height: 1.2;
    padding: 0 15px
}

.form-rent__consent a {
    color: inherit;
    border-bottom: 1px dashed
}

@media (max-width:767px) {
    .form-rent__consent {
        margin-top: 5px;
        font-size: 14px
    }

    .card-info {
        margin-bottom: 0
    }

    .card-page .page-car-show .mb-80 {
        margin-bottom: 50px
    }

    .form-rent {
        padding-top: 20px;
        padding-bottom: 20px;
        background: #1c1c1c
    }

    .show-more__btn {
        display: flex;
        position: relative;
        z-index: 2;
        text-align: center;
        display: flex;
        justify-content: center
    }

    .show-more__content .accordion__col:nth-child(2),
    .show-more__content .accordion__item:nth-child(5)~.accordion__item {
        display: none
    }

    .show-more__btn span {
        border-bottom: 1px dashed
    }

    .show-more__btn:before {
        content: "";
        height: 75px;
        background: linear-gradient(180deg, rgba(20, 20, 20, 0) 0, rgba(20, 20, 20, .3) 20%, rgba(20, 20, 20, .8) 50%, #141414 100%);
        width: 100%;
        position: absolute;
        display: block;
        bottom: 100%;
        left: 0;
        pointer-events: none;
        transition: all .5s
    }

    .show-more__btn span:after {
        content: "РџРѕРєР°Р·Р°С‚СЊ РµС‰Рµ"
    }

    .show-more__input:checked~.show-more__btn:before {
        opacity: 0
    }

    .show-more__input:checked~.show-more__content .accordion__col:nth-child(2),
    .show-more__input:checked~.show-more__content .accordion__item:nth-child(5)~.accordion__item {
        display: block
    }

    .show-more__input:checked~.show-more__btn span:after {
        content: "Свернуть"
    }

    .tabs-alt {
        border-bottom: 1px solid #292929;
        margin: 0 15px 20px 15px;
        padding: 0
    }

    .tab-alt {
        font-size: 18px;
        padding: 0 15px 10px 15px;
        flex-grow: 1;
        text-align: center;
        justify-content: center;
        background: 0 0
    }

    .tab-alt._active {
        background: 0 0
    }
}

@media (min-width:768px) {
    .form-rent .form-line__soc .ui-btn._medium {
        padding: 5px 10px;
        border: none;
        background: #292929 !important
    }
}