

/* Start:/local/templates/main/assets/css/build.css?17528136251122603*/
/*!
 * MDB5
 *   Version: FREE 3.0.0
 *
 *
 *   Copyright: Material Design for Bootstrap
 *   https://mdbootstrap.com/
 *
 *   Read the license: https://mdbootstrap.com/general/license/
 *
 *
 *   Documentation: https://mdbootstrap.com/docs/standard/
 *
 *   Support: https://mdbootstrap.com/support/
 *
 *   Contact: office@mdbootstrap.com
 *
 */
:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-gray: #757575;
    --bs-gray-dark: #4f4f4f;
    --bs-primary: #1266f1;
    --bs-secondary: #b23cfd;
    --bs-success: #00b74a;
    --bs-info: #39c0ed;
    --bs-warning: #ffa900;
    --bs-danger: #f93154;
    --bs-light: #fbfbfb;
    --bs-dark: #262626;
    --bs-white: #fff;
    --bs-black: #000;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, hsla(0, 0%, 100%, 0.15), hsla(0, 0%, 100%, 0))
}

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

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

body {
    margin: 0;
    font-size: 1rem;
    font-weight: 400;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body .wrap_cc12 {
    bottom: 50px !important;
}

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

hr {
    margin: 1rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: .25
}

hr:not([size]) {
    height: 1px
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.individual-ordering__list .individual-ordering__card .individual-ordering__image img {
    object-fit: contain;
}

ol, ul {
    padding-left: 2rem
}

.detail-information__add-to-cart:focus {
    color: #000 !important;
    border: 1px solid black !important;
    background: #fff !important;
}

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

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

.seminarDetail-modal-footer {
    flex-direction: column;
    align-items: flex-end !important;
}

.seminarDetail-modal-footer a {
    color: #fff;
    background: #000;
    border: 1px solid #000;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    padding: 5px 15px;
    display: block;
    text-align: center;
    margin-top: 5px;
}

.payment-methods-row {
    display: flex;
    margin-bottom: 15px;
}

.seminarDetail-modal-footer a:hover {
    color: #000;
    background: #fff;
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #1266f1;
    text-decoration: underline
}

a:hover {
    color: #0e52c1
}

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

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

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

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

code {
    font-size: .875em;
    color: #d63384;
    word-wrap: break-word
}

a > code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: .875em;
    color: #fff;
    background-color: #262626;
    border-radius: .2rem
}

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

figure {
    margin: 0 0 1rem
}

img, svg {
    vertical-align: middle
}

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

caption {
    padding-top: 1rem;
    padding-bottom: 1rem;
    color: #757575;
    text-align: left
}

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

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

label {
    display: inline-block
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

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

button, select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

[list]::-webkit-calendar-picker-indicator {
    display: none
}

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

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

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

textarea {
    resize: vertical
}

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

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

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

legend + * {
    clear: left
}

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

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

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

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

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

::file-selector-button {
    font: inherit
}

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

output {
    display: inline-block
}

iframe {
    border: 0
}

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

progress {
    vertical-align: baseline
}

[hidden] {
    display: none !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: .25rem
}

.figure {
    display: inline-block
}

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

.figure-caption {
    font-size: .875em;
    color: #757575
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    width: 100%;
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
    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
    }
}

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

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

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

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

.row-cols-auto > * {
    width: auto
}

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

.row-cols-1 > * {
    width: 100%
}

.row-cols-2 > * {
    width: 50%
}

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

.row-cols-3 > * {
    width: 33.3333333333%
}

.row-cols-4 > * {
    width: 25%
}

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

.row-cols-5 > * {
    width: 20%
}

.row-cols-6 > * {
    width: 16.6666666667%
}

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

.col-auto {
    width: auto
}

.col-1 {
    width: 8.3333333333%
}

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

.col-2 {
    width: 16.6666666667%
}

.col-3 {
    width: 25%
}

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

.col-4 {
    width: 33.3333333333%
}

.col-5 {
    width: 41.6666666667%
}

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

.col-6 {
    width: 50%
}

.col-7 {
    width: 58.3333333333%
}

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

.col-8 {
    width: 66.6666666667%
}

.col-9 {
    width: 75%
}

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

.col-10 {
    width: 83.3333333333%
}

.col-11 {
    width: 91.6666666667%
}

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

.col-12 {
    width: 100%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
    .col-sm {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }

    .row-cols-sm-auto > * {
        width: auto
    }

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

    .row-cols-sm-1 > * {
        width: 100%
    }

    .row-cols-sm-2 > * {
        width: 50%
    }

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

    .row-cols-sm-3 > * {
        width: 33.3333333333%
    }

    .row-cols-sm-4 > * {
        width: 25%
    }

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

    .row-cols-sm-5 > * {
        width: 20%
    }

    .row-cols-sm-6 > * {
        width: 16.6666666667%
    }

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

    .col-sm-auto {
        width: auto
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .col-sm-12 {
        width: 100%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
    .col-md {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }

    .row-cols-md-auto > * {
        width: auto
    }

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

    .row-cols-md-1 > * {
        width: 100%
    }

    .row-cols-md-2 > * {
        width: 50%
    }

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

    .row-cols-md-3 > * {
        width: 33.3333333333%
    }

    .row-cols-md-4 > * {
        width: 25%
    }

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

    .row-cols-md-5 > * {
        width: 20%
    }

    .row-cols-md-6 > * {
        width: 16.6666666667%
    }

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

    .col-md-auto {
        width: auto
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .col-md-12 {
        width: 100%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
    .col-lg {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }

    .row-cols-lg-auto > * {
        width: auto
    }

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

    .row-cols-lg-1 > * {
        width: 100%
    }

    .row-cols-lg-2 > * {
        width: 50%
    }

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

    .row-cols-lg-3 > * {
        width: 33.3333333333%
    }

    .row-cols-lg-4 > * {
        width: 25%
    }

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

    .row-cols-lg-5 > * {
        width: 20%
    }

    .row-cols-lg-6 > * {
        width: 16.6666666667%
    }

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

    .col-lg-auto {
        width: auto
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .col-lg-12 {
        width: 100%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
    .col-xl {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }

    .row-cols-xl-auto > * {
        width: auto
    }

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

    .row-cols-xl-1 > * {
        width: 100%
    }

    .row-cols-xl-2 > * {
        width: 50%
    }

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

    .row-cols-xl-3 > * {
        width: 33.3333333333%
    }

    .row-cols-xl-4 > * {
        width: 25%
    }

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

    .row-cols-xl-5 > * {
        width: 20%
    }

    .row-cols-xl-6 > * {
        width: 16.6666666667%
    }

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

    .col-xl-auto {
        width: auto
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .col-xl-12 {
        width: 100%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1400px) {
    .col-xxl {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }

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

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

    .row-cols-xxl-1 > * {
        width: 100%
    }

    .row-cols-xxl-2 > * {
        width: 50%
    }

    .row-cols-xxl-2 > *, .row-cols-xxl-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .row-cols-xxl-3 > * {
        width: 33.3333333333%
    }

    .row-cols-xxl-4 > * {
        width: 25%
    }

    .row-cols-xxl-4 > *, .row-cols-xxl-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .row-cols-xxl-5 > * {
        width: 20%
    }

    .row-cols-xxl-6 > * {
        width: 16.6666666667%
    }

    .col-xxl-auto, .row-cols-xxl-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-xxl-auto {
        width: auto
    }

    .col-xxl-1 {
        width: 8.3333333333%
    }

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

    .col-xxl-2 {
        width: 16.6666666667%
    }

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

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

    .col-xxl-4 {
        width: 33.3333333333%
    }

    .col-xxl-5 {
        width: 41.6666666667%
    }

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

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

    .col-xxl-7 {
        width: 58.3333333333%
    }

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

    .col-xxl-8 {
        width: 66.6666666667%
    }

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

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

    .col-xxl-10 {
        width: 83.3333333333%
    }

    .col-xxl-11 {
        width: 91.6666666667%
    }

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

    .col-xxl-12 {
        width: 100%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table {
    --bs-table-bg: transparent;
    --bs-table-striped-color: #212529;
    --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
    --bs-table-active-color: #212529;
    --bs-table-active-bg: rgba(0, 0, 0, 0.1);
    --bs-table-hover-color: #212529;
    --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    vertical-align: top;
    border-color: #e0e0e0
}

.table > :not(caption) > * > * {
    background-color: var(--bs-table-bg);
    background-image: -webkit-gradient(linear, left top, left bottom, from(var(--bs-table-accent-bg)), to(var(--bs-table-accent-bg)));
    background-image: linear-gradient(var(--bs-table-accent-bg), var(--bs-table-accent-bg));
    border-bottom-width: 1px
}

.table > tbody {
    vertical-align: inherit
}

.table > thead {
    vertical-align: bottom
}

.caption-top {
    caption-side: top
}

.table-bordered > :not(caption) > * {
    border-width: 1px 0
}

.table-bordered > :not(caption) > * > * {
    border-width: 0 1px
}

.table-borderless > :not(caption) > * > * {
    border-bottom-width: 0
}

.table-striped > tbody > tr:nth-of-type(odd) {
    --bs-table-accent-bg: var(--bs-table-striped-bg);
    color: var(--bs-table-striped-color)
}

.table-active {
    --bs-table-accent-bg: var(--bs-table-active-bg);
    color: var(--bs-table-active-color)
}

.table-hover > tbody > tr:hover {
    --bs-table-accent-bg: var(--bs-table-hover-bg);
    color: var(--bs-table-hover-color)
}

.table-primary {
    --bs-table-bg: #d0e0fc;
    --bs-table-striped-bg: #c6d5ef;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #bbcae3;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #c0cfe9;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #bbcae3
}

.table-secondary {
    --bs-table-bg: #f0d8ff;
    --bs-table-striped-bg: #e4cdf2;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #d8c2e6;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #dec8ec;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #d8c2e6
}

.table-success {
    --bs-table-bg: #ccf1db;
    --bs-table-striped-bg: #c2e5d0;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #b8d9c5;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #bddfcb;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #b8d9c5
}

.table-info {
    --bs-table-bg: #d7f2fb;
    --bs-table-striped-bg: #cce6ee;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #c2dae2;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #c7e0e8;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #c2dae2
}

.table-warning {
    --bs-table-bg: #fec;
    --bs-table-striped-bg: #f2e2c2;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #e6d6b8;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #ecdcbd;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #e6d6b8
}

.table-danger {
    --bs-table-bg: #fed6dd;
    --bs-table-striped-bg: #f1cbd2;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #e5c1c7;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #ebc6cc;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #e5c1c7
}

.table-light {
    --bs-table-bg: #fbfbfb;
    --bs-table-striped-bg: #eee;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #e2e2e2;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e8e8e8;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #e2e2e2
}

.table-dark {
    --bs-table-bg: #262626;
    --bs-table-striped-bg: #313131;
    --bs-table-striped-color: #fff;
    --bs-table-active-bg: #3c3c3c;
    --bs-table-active-color: #fff;
    --bs-table-hover-bg: #363636;
    --bs-table-hover-color: #fff;
    color: #fff;
    border-color: #3c3c3c
}

.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

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

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

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

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

@media (max-width: 1399.98px) {
    .table-responsive-xxl {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

.form-label {
    margin-bottom: .5rem;
    color: rgba(0, 0, 0, .6)
}

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

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

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

.form-text {
    margin-top: .25rem;
    font-size: .875em;
    color: #757575
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    color: #4f4f4f;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #bdbdbd;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

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

.form-control[type=file] {
    overflow: hidden
}

.form-control[type=file]:not(:disabled):not([readonly]) {
    cursor: pointer
}

.form-control:focus {
    color: #4f4f4f;
    background-color: #fff;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .25rem rgba(18, 102, 241, .25);
    box-shadow: 0 0 0 .25rem rgba(18, 102, 241, .25)
}

.form-control::-webkit-date-and-time-value {
    height: 1.6em
}

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

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

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

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

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

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

.form-control::file-selector-button {
    padding: .375rem .75rem;
    margin: -.375rem -.75rem;
    -webkit-margin-end: .75rem;
    margin-inline-end: .75rem;
    color: #4f4f4f;
    background-color: #eee;
    pointer-events: none;
    border: 0 solid;
    border-color: inherit;
    border-inline-end-width: 1px;
    border-radius: 0;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .form-control::file-selector-button {
        -webkit-transition: none;
        transition: none
    }
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #e2e2e2
}

.form-control::-webkit-file-upload-button {
    padding: .375rem .75rem;
    margin: -.375rem -.75rem;
    -webkit-margin-end: .75rem;
    margin-inline-end: .75rem;
    color: #4f4f4f;
    background-color: #eee;
    pointer-events: none;
    border: 0 solid;
    border-color: inherit;
    border-inline-end-width: 1px;
    border-radius: 0;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .form-control::-webkit-file-upload-button {
        -webkit-transition: none;
        transition: none
    }
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: #e2e2e2
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding: .375rem 0;
    margin-bottom: 0;
    line-height: 1.6;
    color: #4f4f4f;
    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 {
    min-height: calc(1.6em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .775rem;
    border-radius: .2rem
}

.form-control-sm::file-selector-button {
    padding: .25rem .5rem;
    margin: -.25rem -.5rem;
    -webkit-margin-end: .5rem;
    margin-inline-end: .5rem
}

.form-control-sm::-webkit-file-upload-button {
    padding: .25rem .5rem;
    margin: -.25rem -.5rem;
    -webkit-margin-end: .5rem;
    margin-inline-end: .5rem
}

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

.form-control-lg::file-selector-button {
    padding: .5rem 1rem;
    margin: -.5rem -1rem;
    -webkit-margin-end: 1rem;
    margin-inline-end: 1rem
}

.form-control-lg::-webkit-file-upload-button {
    padding: .5rem 1rem;
    margin: -.5rem -1rem;
    -webkit-margin-end: 1rem;
    margin-inline-end: 1rem
}

textarea.form-control {
    min-height: calc(1.6em + .75rem + 2px)
}

textarea.form-control-sm {
    min-height: calc(1.6em + .5rem + 2px)
}

textarea.form-control-lg {
    min-height: calc(1.6em + 1rem + 2px)
}

.form-control-color {
    max-width: 3rem;
    height: auto;
    padding: .375rem
}

.form-control-color:not(:disabled):not([readonly]) {
    cursor: pointer
}

.form-control-color::-moz-color-swatch {
    height: 1.6em;
    border-radius: .25rem
}

.form-control-color::-webkit-color-swatch {
    height: 1.6em;
    border-radius: .25rem
}

.form-select {
    display: block;
    width: 100%;
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    color: #4f4f4f;
    vertical-align: middle;
    background-color: #fff;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%234f4f4f' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: 1px solid #bdbdbd;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.form-select:focus {
    border-color: #1266f1;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .25rem rgba(18, 102, 241, .25);
    box-shadow: 0 0 0 .25rem rgba(18, 102, 241, .25)
}

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

.form-select:disabled {
    color: #757575;
    background-color: #eee
}

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

.form-select-sm {
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .775rem
}

.form-select-lg {
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1rem
}

.form-check {
    display: block;
    min-height: 1.6rem;
    padding-left: 1.5em;
    margin-bottom: .125rem
}

.form-check .form-check-input {
    float: left;
    margin-left: -1.5em
}

.form-check-input {
    width: 1em;
    height: 1em;
    margin-top: .3em;
    vertical-align: top;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, .25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    -webkit-transition: background-color .15s ease-in-out, background-position .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, background-position .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, background-position .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, background-position .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .form-check-input {
        -webkit-transition: none;
        transition: none
    }
}

.form-check-input[type=checkbox] {
    border-radius: .25em
}

.form-check-input:active {
    -webkit-filter: brightness(90%);
    filter: brightness(90%)
}

.form-check-input:focus {
    border-color: #1266f1;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .25rem rgba(18, 102, 241, .25);
    box-shadow: 0 0 0 .25rem rgba(18, 102, 241, .25)
}

.form-check-input:checked {
    background-color: #1266f1
}

.form-check-input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3 6-6'/%3E%3C/svg%3E")
}

.form-check-input:checked[type=radio] {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='2' fill='%23fff'/%3E%3C/svg%3E")
}

.form-check-input[type=checkbox]:indeterminate {
    background-color: #1266f1;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3E%3C/svg%3E")
}

.form-check-input:disabled {
    pointer-events: none;
    -webkit-filter: none;
    filter: none;
    opacity: .5
}

.form-check-input:disabled ~ .form-check-label, .form-check-input[disabled] ~ .form-check-label {
    opacity: .5
}

.form-switch {
    padding-left: 2.5em
}

.form-switch .form-check-input {
    width: 2em;
    margin-left: -2.5em;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='rgba(0, 0, 0, 0.25)'/%3E%3C/svg%3E");
    background-position: 0;
    border-radius: 2em
}

.form-switch .form-check-input:focus {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%231266f1'/%3E%3C/svg%3E")
}

.form-switch .form-check-input:checked {
    background-position: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")
}

.form-check-inline {
    display: inline-block;
    margin-right: 1rem
}

.btn-check {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.btn-check:disabled + .btn, .btn-check[disabled] + .btn {
    pointer-events: none;
    -webkit-filter: none;
    filter: none;
    opacity: .65
}

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

.form-range:focus {
    outline: none
}

.form-range:focus::-webkit-slider-thumb {
    -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(18, 102, 241, .25);
    box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(18, 102, 241, .25)
}

.form-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(18, 102, 241, .25)
}

.form-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    background-color: #1266f1;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-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;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

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

.form-range::-webkit-slider-thumb:active {
    background-color: #b8d1fb
}

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

.form-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #1266f1;
    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
}

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

.form-range::-moz-range-thumb:active {
    background-color: #b8d1fb
}

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

.form-range:disabled {
    pointer-events: none
}

.form-range:disabled::-webkit-slider-thumb {
    background-color: #9e9e9e
}

.form-range:disabled::-moz-range-thumb {
    background-color: #9e9e9e
}

.form-floating {
    position: relative
}

.form-floating > .form-control, .form-floating > .form-select {
    height: calc(3.5rem + 2px);
    padding: 1rem .75rem
}

.form-floating > label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 1rem .75rem;
    pointer-events: none;
    border: 1px solid transparent;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: opacity .1s ease-in-out, -webkit-transform .1s ease-in-out;
    transition: opacity .1s ease-in-out, -webkit-transform .1s ease-in-out;
    transition: opacity .1s ease-in-out, transform .1s ease-in-out;
    transition: opacity .1s ease-in-out, transform .1s ease-in-out, -webkit-transform .1s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .form-floating > label {
        -webkit-transition: none;
        transition: none
    }
}

.form-floating > .form-control::-webkit-input-placeholder {
    color: transparent
}

.form-floating > .form-control::-moz-placeholder {
    color: transparent
}

.form-floating > .form-control:-ms-input-placeholder {
    color: transparent
}

.form-floating > .form-control::-ms-input-placeholder {
    color: transparent
}

.form-floating > .form-control::placeholder {
    color: transparent
}

.form-floating > .form-control:not(:-moz-placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating > .form-control:not(:-ms-input-placeholder) {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating > .form-control:-webkit-autofill {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating > .form-select {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
    opacity: .65;
    transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.form-floating > .form-control:not(:-ms-input-placeholder) ~ label {
    opacity: .65;
    transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label {
    opacity: .65;
    -webkit-transform: scale(.85) translateY(-.5rem) translateX(.15rem);
    transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.form-floating > .form-control:-webkit-autofill ~ label {
    opacity: .65;
    -webkit-transform: scale(.85) translateY(-.5rem) translateX(.15rem);
    transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

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

.input-group > .form-control, .input-group > .form-select {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0
}

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

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

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

.input-group-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    color: #4f4f4f;
    text-align: center;
    white-space: nowrap;
    background-color: #eee;
    border: 1px solid #bdbdbd;
    border-radius: .25rem
}

.input-group-lg > .btn, .input-group-lg > .form-control, .input-group-lg > .form-select, .input-group-lg > .input-group-text {
    padding: .5rem 1rem;
    font-size: 1rem;
    border-radius: .3rem
}

.input-group-sm > .btn, .input-group-sm > .form-control, .input-group-sm > .form-select, .input-group-sm > .input-group-text {
    padding: .25rem .5rem;
    font-size: .775rem;
    border-radius: .2rem
}

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

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

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

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

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    color: #000;
    background-color: rgba(0, 183, 74, .9);
    border-radius: .25rem
}

.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: #00b74a;
    padding-right: calc(1.6em + .75rem);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%2300b74a' 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(.4em + .1875rem) center;
    background-size: calc(.8em + .375rem) calc(.8em + .375rem)
}

.form-control.is-valid:focus, .was-validated .form-control:valid:focus {
    border-color: #00b74a;
    -webkit-box-shadow: 0 0 0 .25rem rgba(0, 183, 74, .25);
    box-shadow: 0 0 0 .25rem rgba(0, 183, 74, .25)
}

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

.form-select.is-valid, .was-validated .form-select:valid {
    border-color: #00b74a;
    padding-right: calc(.75em + 2.3125rem);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%234f4f4f' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E"), url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%2300b74a' 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-position: right .75rem center, center right 1.75rem;
    background-size: 16px 12px, calc(.8em + .375rem) calc(.8em + .375rem)
}

.form-select.is-valid:focus, .was-validated .form-select:valid:focus {
    border-color: #00b74a;
    -webkit-box-shadow: 0 0 0 .25rem rgba(0, 183, 74, .25);
    box-shadow: 0 0 0 .25rem rgba(0, 183, 74, .25)
}

.form-check-input.is-valid, .was-validated .form-check-input:valid {
    border-color: #00b74a
}

.form-check-input.is-valid:checked, .was-validated .form-check-input:valid:checked {
    background-color: #00b74a
}

.form-check-input.is-valid:focus, .was-validated .form-check-input:valid:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(0, 183, 74, .25);
    box-shadow: 0 0 0 .25rem rgba(0, 183, 74, .25)
}

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

.form-check-inline .form-check-input ~ .valid-feedback {
    margin-left: .5em
}

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

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    color: #000;
    background-color: rgba(249, 49, 84, .9);
    border-radius: .25rem
}

.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: #f93154;
    padding-right: calc(1.6em + .75rem);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23f93154'%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='%23f93154' stroke='none'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right calc(.4em + .1875rem) center;
    background-size: calc(.8em + .375rem) calc(.8em + .375rem)
}

.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
    border-color: #f93154;
    -webkit-box-shadow: 0 0 0 .25rem rgba(249, 49, 84, .25);
    box-shadow: 0 0 0 .25rem rgba(249, 49, 84, .25)
}

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

.form-select.is-invalid, .was-validated .form-select:invalid {
    border-color: #f93154;
    padding-right: calc(.75em + 2.3125rem);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%234f4f4f' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E"), url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23f93154'%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='%23f93154' stroke='none'/%3E%3C/svg%3E");
    background-position: right .75rem center, center right 1.75rem;
    background-size: 16px 12px, calc(.8em + .375rem) calc(.8em + .375rem)
}

.form-select.is-invalid:focus, .was-validated .form-select:invalid:focus {
    border-color: #f93154;
    -webkit-box-shadow: 0 0 0 .25rem rgba(249, 49, 84, .25);
    box-shadow: 0 0 0 .25rem rgba(249, 49, 84, .25)
}

.form-check-input.is-invalid, .was-validated .form-check-input:invalid {
    border-color: #f93154
}

.form-check-input.is-invalid:checked, .was-validated .form-check-input:invalid:checked {
    background-color: #f93154
}

.form-check-input.is-invalid:focus, .was-validated .form-check-input:invalid:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(249, 49, 84, .25);
    box-shadow: 0 0 0 .25rem rgba(249, 49, 84, .25)
}

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

.form-check-inline .form-check-input ~ .invalid-feedback {
    margin-left: .5em
}

.btn {
    display: inline-block;
    color: #4f4f4f;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: .125rem solid transparent;
    padding: .375rem .75rem;
    border-radius: .25rem;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

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

.btn:hover {
    color: #4f4f4f
}

.btn.disabled, .btn:disabled, fieldset:disabled .btn {
    pointer-events: none;
    opacity: .65
}

.btn-primary {
    border-color: #1266f1
}

.btn-primary:hover {
    background-color: #0f57cd;
    border-color: #0e52c1
}

.btn-check:focus + .btn-primary, .btn-primary:focus {
    color: #fff;
    background-color: #0f57cd;
    border-color: #0e52c1;
    -webkit-box-shadow: 0 0 0 .25rem rgba(54, 125, 243, .5);
    box-shadow: 0 0 0 .25rem rgba(54, 125, 243, .5)
}

.btn-check:active + .btn-primary, .btn-check:checked + .btn-primary, .btn-primary.active, .btn-primary:active, .show > .btn-primary.dropdown-toggle {
    background-color: #0e52c1;
    border-color: #0e4db5
}

.btn-check:active + .btn-primary:focus, .btn-check:checked + .btn-primary:focus, .btn-primary.active:focus, .btn-primary:active:focus, .show > .btn-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(54, 125, 243, .5);
    box-shadow: 0 0 0 .25rem rgba(54, 125, 243, .5)
}

.btn-primary.disabled, .btn-primary:disabled {
    border-color: #1266f1
}

.btn-secondary {
    color: #000;
    border-color: #b23cfd
}

.btn-check:focus + .btn-secondary, .btn-secondary:focus, .btn-secondary:hover {
    color: #000;
    background-color: #be59fd;
    border-color: #ba50fd
}

.btn-check:focus + .btn-secondary, .btn-secondary:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(151, 51, 215, .5);
    box-shadow: 0 0 0 .25rem rgba(151, 51, 215, .5)
}

.btn-check:active + .btn-secondary, .btn-check:checked + .btn-secondary, .btn-secondary.active, .btn-secondary:active, .show > .btn-secondary.dropdown-toggle {
    color: #000;
    background-color: #c163fd;
    border-color: #ba50fd
}

.btn-check:active + .btn-secondary:focus, .btn-check:checked + .btn-secondary:focus, .btn-secondary.active:focus, .btn-secondary:active:focus, .show > .btn-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(151, 51, 215, .5);
    box-shadow: 0 0 0 .25rem rgba(151, 51, 215, .5)
}

.btn-secondary.disabled, .btn-secondary:disabled {
    color: #000;
    border-color: #b23cfd
}

.btn-success {
    color: #000;
    border-color: #00b74a
}

.btn-check:focus + .btn-success, .btn-success:focus, .btn-success:hover {
    color: #000;
    background-color: #26c265;
    border-color: #1abe5c
}

.btn-check:focus + .btn-success, .btn-success:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(0, 156, 63, .5);
    box-shadow: 0 0 0 .25rem rgba(0, 156, 63, .5)
}

.btn-check:active + .btn-success, .btn-check:checked + .btn-success, .btn-success.active, .btn-success:active, .show > .btn-success.dropdown-toggle {
    color: #000;
    background-color: #33c56e;
    border-color: #1abe5c
}

.btn-check:active + .btn-success:focus, .btn-check:checked + .btn-success:focus, .btn-success.active:focus, .btn-success:active:focus, .show > .btn-success.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(0, 156, 63, .5);
    box-shadow: 0 0 0 .25rem rgba(0, 156, 63, .5)
}

.btn-success.disabled, .btn-success:disabled {
    color: #000;
    border-color: #00b74a
}

.btn-info {
    color: #000;
    border-color: #39c0ed
}

.btn-check:focus + .btn-info, .btn-info:focus, .btn-info:hover {
    color: #000;
    background-color: #57c9f0;
    border-color: #4dc6ef
}

.btn-check:focus + .btn-info, .btn-info:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(48, 163, 201, .5);
    box-shadow: 0 0 0 .25rem rgba(48, 163, 201, .5)
}

.btn-check:active + .btn-info, .btn-check:checked + .btn-info, .btn-info.active, .btn-info:active, .show > .btn-info.dropdown-toggle {
    color: #000;
    background-color: #61cdf1;
    border-color: #4dc6ef
}

.btn-check:active + .btn-info:focus, .btn-check:checked + .btn-info:focus, .btn-info.active:focus, .btn-info:active:focus, .show > .btn-info.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(48, 163, 201, .5);
    box-shadow: 0 0 0 .25rem rgba(48, 163, 201, .5)
}

.btn-info.disabled, .btn-info:disabled {
    color: #000;
    border-color: #39c0ed
}

.btn-warning {
    color: #000;
    border-color: #ffa900
}

.btn-check:focus + .btn-warning, .btn-warning:focus, .btn-warning:hover {
    color: #000;
    background-color: #ffb626;
    border-color: #ffb21a
}

.btn-check:focus + .btn-warning, .btn-warning:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(217, 144, 0, .5);
    box-shadow: 0 0 0 .25rem rgba(217, 144, 0, .5)
}

.btn-check:active + .btn-warning, .btn-check:checked + .btn-warning, .btn-warning.active, .btn-warning:active, .show > .btn-warning.dropdown-toggle {
    color: #000;
    background-color: #ffba33;
    border-color: #ffb21a
}

.btn-check:active + .btn-warning:focus, .btn-check:checked + .btn-warning:focus, .btn-warning.active:focus, .btn-warning:active:focus, .show > .btn-warning.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(217, 144, 0, .5);
    box-shadow: 0 0 0 .25rem rgba(217, 144, 0, .5)
}

.btn-warning.disabled, .btn-warning:disabled {
    color: #000;
    border-color: #ffa900
}

.btn-danger {
    color: #000;
    border-color: #f93154
}

.btn-check:focus + .btn-danger, .btn-danger:focus, .btn-danger:hover {
    color: #000;
    background-color: #fa506e;
    border-color: #fa4665
}

.btn-check:focus + .btn-danger, .btn-danger:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(212, 42, 71, .5);
    box-shadow: 0 0 0 .25rem rgba(212, 42, 71, .5)
}

.btn-check:active + .btn-danger, .btn-check:checked + .btn-danger, .btn-danger.active, .btn-danger:active, .show > .btn-danger.dropdown-toggle {
    color: #000;
    background-color: #fa5a76;
    border-color: #fa4665
}

.btn-check:active + .btn-danger:focus, .btn-check:checked + .btn-danger:focus, .btn-danger.active:focus, .btn-danger:active:focus, .show > .btn-danger.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(212, 42, 71, .5);
    box-shadow: 0 0 0 .25rem rgba(212, 42, 71, .5)
}

.btn-danger.disabled, .btn-danger:disabled {
    color: #000;
    border-color: #f93154
}

.btn-light, .btn-light:hover {
    color: #000;
    border-color: #fbfbfb
}

.btn-light:hover {
    background-color: #fcfcfc
}

.btn-check:focus + .btn-light, .btn-light:focus {
    -webkit-box-shadow: 0 0 0 .25rem hsla(0, 0%, 83.5%, .5);
    box-shadow: 0 0 0 .25rem hsla(0, 0%, 83.5%, .5)
}

.btn-check:active + .btn-light, .btn-check:checked + .btn-light, .btn-check:focus + .btn-light, .btn-light.active, .btn-light:active, .btn-light:focus, .show > .btn-light.dropdown-toggle {
    color: #000;
    background-color: #fcfcfc;
    border-color: #fbfbfb
}

.btn-check:active + .btn-light:focus, .btn-check:checked + .btn-light:focus, .btn-light.active:focus, .btn-light:active:focus, .show > .btn-light.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .25rem hsla(0, 0%, 83.5%, .5);
    box-shadow: 0 0 0 .25rem hsla(0, 0%, 83.5%, .5)
}

.btn-light.disabled, .btn-light:disabled {
    color: #000;
    border-color: #fbfbfb
}

.btn-dark {
    border-color: #262626
}

.btn-check:focus + .btn-dark, .btn-dark:focus, .btn-dark:hover {
    background-color: #202020;
    border-color: #1e1e1e
}

.btn-check:focus + .btn-dark, .btn-dark:focus {
    color: #fff;
    -webkit-box-shadow: 0 0 0 .25rem rgba(71, 71, 71, .5);
    box-shadow: 0 0 0 .25rem rgba(71, 71, 71, .5)
}

.btn-check:active + .btn-dark, .btn-check:checked + .btn-dark, .btn-dark.active, .btn-dark:active, .show > .btn-dark.dropdown-toggle {
    background-color: #1e1e1e;
    border-color: #1d1d1d
}

.btn-check:active + .btn-dark:focus, .btn-check:checked + .btn-dark:focus, .btn-dark.active:focus, .btn-dark:active:focus, .show > .btn-dark.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(71, 71, 71, .5);
    box-shadow: 0 0 0 .25rem rgba(71, 71, 71, .5)
}

.btn-dark.disabled, .btn-dark:disabled {
    border-color: #262626
}

.btn-white {
    color: #000;
    border-color: #fff
}

.btn-check:focus + .btn-white, .btn-white:focus, .btn-white:hover {
    color: #000;
    background-color: #fff;
    border-color: #fff
}

.btn-check:focus + .btn-white, .btn-white:focus {
    -webkit-box-shadow: 0 0 0 .25rem hsla(0, 0%, 85.1%, .5);
    box-shadow: 0 0 0 .25rem hsla(0, 0%, 85.1%, .5)
}

.btn-check:active + .btn-white, .btn-check:checked + .btn-white, .btn-white.active, .btn-white:active, .show > .btn-white.dropdown-toggle {
    color: #000;
    background-color: #fff;
    border-color: #fff
}

.btn-check:active + .btn-white:focus, .btn-check:checked + .btn-white:focus, .btn-white.active:focus, .btn-white:active:focus, .show > .btn-white.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .25rem hsla(0, 0%, 85.1%, .5);
    box-shadow: 0 0 0 .25rem hsla(0, 0%, 85.1%, .5)
}

.btn-white.disabled, .btn-white:disabled {
    color: #000;
    border-color: #fff
}

.btn-black, .btn-black:hover {
    border-color: #000
}

.btn-black:focus, .btn-check:focus + .btn-black {
    color: #fff;
    background-color: #000;
    border-color: #000;
    -webkit-box-shadow: 0 0 0 .25rem rgba(38, 38, 38, .5);
    box-shadow: 0 0 0 .25rem rgba(38, 38, 38, .5)
}

.btn-black.active, .btn-black:active, .btn-check:active + .btn-black, .btn-check:checked + .btn-black, .show > .btn-black.dropdown-toggle {
    border-color: #000
}

.btn-black.active:focus, .btn-black:active:focus, .btn-check:active + .btn-black:focus, .btn-check:checked + .btn-black:focus, .show > .btn-black.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(38, 38, 38, .5);
    box-shadow: 0 0 0 .25rem rgba(38, 38, 38, .5)
}

.btn-black.disabled, .btn-black:disabled {
    border-color: #000
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #1266f1;
    border-color: #1266f1
}

.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(18, 102, 241, .5);
    box-shadow: 0 0 0 .25rem rgba(18, 102, 241, .5)
}

.btn-check:active + .btn-outline-primary, .btn-check:checked + .btn-outline-primary, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show, .btn-outline-primary:active {
    color: #fff;
    background-color: #1266f1;
    border-color: #1266f1
}

.btn-check:active + .btn-outline-primary:focus, .btn-check:checked + .btn-outline-primary:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus, .btn-outline-primary:active:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(18, 102, 241, .5);
    box-shadow: 0 0 0 .25rem rgba(18, 102, 241, .5)
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    background-color: transparent
}

.btn-outline-secondary:hover {
    color: #000;
    background-color: #b23cfd;
    border-color: #b23cfd
}

.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(178, 60, 253, .5);
    box-shadow: 0 0 0 .25rem rgba(178, 60, 253, .5)
}

.btn-check:active + .btn-outline-secondary, .btn-check:checked + .btn-outline-secondary, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show, .btn-outline-secondary:active {
    color: #000;
    background-color: #b23cfd;
    border-color: #b23cfd
}

.btn-check:active + .btn-outline-secondary:focus, .btn-check:checked + .btn-outline-secondary:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus, .btn-outline-secondary:active:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(178, 60, 253, .5);
    box-shadow: 0 0 0 .25rem rgba(178, 60, 253, .5)
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    background-color: transparent
}

.btn-outline-success:hover {
    color: #000;
    background-color: #00b74a;
    border-color: #00b74a
}

.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(0, 183, 74, .5);
    box-shadow: 0 0 0 .25rem rgba(0, 183, 74, .5)
}

.btn-check:active + .btn-outline-success, .btn-check:checked + .btn-outline-success, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show, .btn-outline-success:active {
    color: #000;
    background-color: #00b74a;
    border-color: #00b74a
}

.btn-check:active + .btn-outline-success:focus, .btn-check:checked + .btn-outline-success:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus, .btn-outline-success:active:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(0, 183, 74, .5);
    box-shadow: 0 0 0 .25rem rgba(0, 183, 74, .5)
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
    background-color: transparent
}

.btn-outline-info:hover {
    color: #000;
    background-color: #39c0ed;
    border-color: #39c0ed
}

.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(57, 192, 237, .5);
    box-shadow: 0 0 0 .25rem rgba(57, 192, 237, .5)
}

.btn-check:active + .btn-outline-info, .btn-check:checked + .btn-outline-info, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show, .btn-outline-info:active {
    color: #000;
    background-color: #39c0ed;
    border-color: #39c0ed
}

.btn-check:active + .btn-outline-info:focus, .btn-check:checked + .btn-outline-info:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus, .btn-outline-info:active:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(57, 192, 237, .5);
    box-shadow: 0 0 0 .25rem rgba(57, 192, 237, .5)
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
    background-color: transparent
}

.btn-outline-warning:hover {
    color: #000;
    background-color: #ffa900;
    border-color: #ffa900
}

.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(255, 169, 0, .5);
    box-shadow: 0 0 0 .25rem rgba(255, 169, 0, .5)
}

.btn-check:active + .btn-outline-warning, .btn-check:checked + .btn-outline-warning, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show, .btn-outline-warning:active {
    color: #000;
    background-color: #ffa900;
    border-color: #ffa900
}

.btn-check:active + .btn-outline-warning:focus, .btn-check:checked + .btn-outline-warning:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus, .btn-outline-warning:active:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(255, 169, 0, .5);
    box-shadow: 0 0 0 .25rem rgba(255, 169, 0, .5)
}

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

.btn-outline-danger:hover {
    color: #000;
    background-color: #f93154;
    border-color: #f93154
}

.btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(249, 49, 84, .5);
    box-shadow: 0 0 0 .25rem rgba(249, 49, 84, .5)
}

.btn-check:active + .btn-outline-danger, .btn-check:checked + .btn-outline-danger, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show, .btn-outline-danger:active {
    color: #000;
    background-color: #f93154;
    border-color: #f93154
}

.btn-check:active + .btn-outline-danger:focus, .btn-check:checked + .btn-outline-danger:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus, .btn-outline-danger:active:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(249, 49, 84, .5);
    box-shadow: 0 0 0 .25rem rgba(249, 49, 84, .5)
}

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

.btn-outline-light:hover {
    color: #000;
    background-color: #fbfbfb;
    border-color: #fbfbfb
}

.btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
    -webkit-box-shadow: 0 0 0 .25rem hsla(0, 0%, 98.4%, .5);
    box-shadow: 0 0 0 .25rem hsla(0, 0%, 98.4%, .5)
}

.btn-check:active + .btn-outline-light, .btn-check:checked + .btn-outline-light, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show, .btn-outline-light:active {
    color: #000;
    background-color: #fbfbfb;
    border-color: #fbfbfb
}

.btn-check:active + .btn-outline-light:focus, .btn-check:checked + .btn-outline-light:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus, .btn-outline-light:active:focus {
    -webkit-box-shadow: 0 0 0 .25rem hsla(0, 0%, 98.4%, .5);
    box-shadow: 0 0 0 .25rem hsla(0, 0%, 98.4%, .5)
}

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

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

.btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(38, 38, 38, .5);
    box-shadow: 0 0 0 .25rem rgba(38, 38, 38, .5)
}

.btn-check:active + .btn-outline-dark, .btn-check:checked + .btn-outline-dark, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show, .btn-outline-dark:active {
    color: #fff;
    background-color: #262626;
    border-color: #262626
}

.btn-check:active + .btn-outline-dark:focus, .btn-check:checked + .btn-outline-dark:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus, .btn-outline-dark:active:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(38, 38, 38, .5);
    box-shadow: 0 0 0 .25rem rgba(38, 38, 38, .5)
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
    background-color: transparent
}

.btn-outline-white:hover {
    color: #000;
    background-color: #fff;
    border-color: #fff
}

.btn-check:focus + .btn-outline-white, .btn-outline-white:focus {
    -webkit-box-shadow: 0 0 0 .25rem hsla(0, 0%, 100%, .5);
    box-shadow: 0 0 0 .25rem hsla(0, 0%, 100%, .5)
}

.btn-check:active + .btn-outline-white, .btn-check:checked + .btn-outline-white, .btn-outline-white.active, .btn-outline-white.dropdown-toggle.show, .btn-outline-white:active {
    color: #000;
    background-color: #fff;
    border-color: #fff
}

.btn-check:active + .btn-outline-white:focus, .btn-check:checked + .btn-outline-white:focus, .btn-outline-white.active:focus, .btn-outline-white.dropdown-toggle.show:focus, .btn-outline-white:active:focus {
    -webkit-box-shadow: 0 0 0 .25rem hsla(0, 0%, 100%, .5);
    box-shadow: 0 0 0 .25rem hsla(0, 0%, 100%, .5)
}

.btn-outline-white.disabled, .btn-outline-white:disabled {
    background-color: transparent
}

.btn-outline-black:hover {
    color: #fff;
    background-color: #000;
    border-color: #000
}

.btn-check:focus + .btn-outline-black, .btn-outline-black:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(0, 0, 0, .5);
    box-shadow: 0 0 0 .25rem rgba(0, 0, 0, .5)
}

.btn-check:active + .btn-outline-black, .btn-check:checked + .btn-outline-black, .btn-outline-black.active, .btn-outline-black.dropdown-toggle.show, .btn-outline-black:active {
    color: #fff;
    background-color: #000;
    border-color: #000
}

.btn-check:active + .btn-outline-black:focus, .btn-check:checked + .btn-outline-black:focus, .btn-outline-black.active:focus, .btn-outline-black.dropdown-toggle.show:focus, .btn-outline-black:active:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(0, 0, 0, .5);
    box-shadow: 0 0 0 .25rem rgba(0, 0, 0, .5)
}

.btn-outline-black.disabled, .btn-outline-black:disabled {
    background-color: transparent
}

.btn-link {
    font-weight: 400;
    color: #1266f1;
    text-decoration: underline
}

.btn-link:hover {
    color: #0e52c1
}

.btn-link.disabled, .btn-link:disabled {
    color: #757575
}

.btn-group-lg > .btn, .btn-lg {
    padding: .5rem 1rem;
    border-radius: .3rem
}

.btn-group-sm > .btn, .btn-sm {
    padding: .25rem .5rem;
    border-radius: .2rem
}

.fade {
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear
}

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

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

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

.collapsing {
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    transition: height .35s ease
}

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

.dropdown, .dropend, .dropstart, .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;
    min-width: 10rem;
    padding: .5rem 0;
    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[style] {
    right: auto !important
}

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1400px) {
    .dropdown-menu-xxl-start {
        --bs-position: start;
        right: auto;
        left: 0
    }

    .dropdown-menu-xxl-end {
        --bs-position: end;
        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
}

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

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

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

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

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

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

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

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

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

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid rgba(0, 0, 0, .15)
}

.dropdown-item {
    display: block;
    width: 100%;
    clear: both;
    font-weight: 400;
    color: #262626;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #222;
    background-color: #f5f5f5
}

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

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

.dropdown-menu.show {
    display: block
}

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

.dropdown-item-text {
    display: block;
    padding: .5rem 1rem;
    color: #262626
}

.dropdown-menu-dark {
    color: #e0e0e0;
    background-color: #4f4f4f;
    border-color: rgba(0, 0, 0, .15)
}

.dropdown-menu-dark .dropdown-item {
    color: #e0e0e0
}

.dropdown-menu-dark .dropdown-item:focus, .dropdown-menu-dark .dropdown-item:hover {
    color: #fff;
    background-color: hsla(0, 0%, 100%, .15)
}

.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
    color: #fff;
    background-color: #1266f1
}

.dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
    color: #9e9e9e
}

.dropdown-menu-dark .dropdown-divider {
    border-color: rgba(0, 0, 0, .15)
}

.dropdown-menu-dark .dropdown-item-text {
    color: #e0e0e0
}

.dropdown-menu-dark .dropdown-header {
    color: #9e9e9e
}

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

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

.btn-group-vertical > .btn-check:checked + .btn, .btn-group-vertical > .btn-check:focus + .btn, .btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:hover, .btn-group > .btn-check:checked + .btn, .btn-group > .btn-check:focus + .btn, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover {
    z-index: 1
}

.btn-toolbar {
    display: -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
}

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

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

.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:nth-child(n+3), .btn-group > :not(.btn-check) + .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

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

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

.dropstart .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 {
    -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;
    -webkit-box-pack: center;
    -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: -.125rem
}

.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 ~ .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav {
    display: -webkit-box;
    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;
    text-decoration: none;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .nav-link {
        -webkit-transition: none;
        transition: none
    }
}

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

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

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

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: #eee #eee #e0e0e0
}

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

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

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

.nav-fill .nav-item, .nav-fill > .nav-link {
    -webkit-box-flex: 1;
    -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;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center
}

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

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

.tab-content .tabs{
    margin: -40px 0 40px;
}


.navbar {
    position: relative;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar, .navbar > .container, .navbar > .container-fluid, .navbar > .container-lg, .navbar > .container-md, .navbar > .container-sm, .navbar > .container-xl, .navbar > .container-xxl {
    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;
    justify-content: space-between
}

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

.navbar-brand {
    padding-top: .3rem;
    padding-bottom: .3rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    text-decoration: none;
    white-space: nowrap
}

.navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -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
}

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

.navbar-collapse {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
    -webkit-transition: -webkit-box-shadow .15s ease-in-out;
    transition: -webkit-box-shadow .15s ease-in-out;
    transition: box-shadow .15s ease-in-out;
    transition: box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .navbar-toggler {
        -webkit-transition: none;
        transition: none
    }
}

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

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .25rem;
    box-shadow: 0 0 0 .25rem
}

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

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

    .navbar-expand-sm .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -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 .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

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

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

    .navbar-expand-md .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -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 .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

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

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

    .navbar-expand-lg .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -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 .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

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

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

    .navbar-expand-xl .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -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 .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

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

@media (min-width: 1400px) {
    .navbar-expand-xxl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-xxl .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

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

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

    .navbar-expand-xxl .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

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

.navbar-expand {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.navbar-expand .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -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 .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

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

.navbar-light .navbar-brand, .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, .55)
}

.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 .nav-link.active, .navbar-light .navbar-nav .show > .nav-link {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .55);
    border-color: rgba(0, 0, 0, .1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(0, 0, 0, 0.55)' 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, .55)
}

.navbar-light .navbar-text a, .navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-dark .navbar-brand, .navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link {
    color: hsla(0, 0%, 100%, .55)
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: hsla(0, 0%, 100%, .75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: hsla(0, 0%, 100%, .25)
}

.navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .show > .nav-link {
    color: #fff
}

.navbar-dark .navbar-toggler {
    color: hsla(0, 0%, 100%, .55);
    border-color: hsla(0, 0%, 100%, .1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(255, 255, 255, 0.55)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-dark .navbar-text {
    color: hsla(0, 0%, 100%, .55)
}

.navbar-dark .navbar-text a, .navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover {
    color: #fff
}

.card {
    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;
    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 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem
}

.card-title {
    margin-bottom: .5rem
}

.card-subtitle {
    margin-top: -.25rem
}

.card-subtitle, .card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link + .card-link {
    margin-left: 1rem
}

.card-header {
    padding: .5rem 1rem;
    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: .5rem 1rem;
    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-bottom: -.5rem;
    border-bottom: 0
}

.card-header-pills, .card-header-tabs {
    margin-right: -.5rem;
    margin-left: -.5rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    border-radius: calc(.25rem - 1px)
}

.card-img, .card-img-bottom, .card-img-top {
    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-group > .card {
    margin-bottom: .75rem
}

@media (min-width: 576px) {
    .card-group {
        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
    }

    .card-group > .card {
        -webkit-box-flex: 1;
        -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
    }
}

.breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 1rem;
    list-style: none
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: .5rem
}

.breadcrumb-item + .breadcrumb-item:before {
    float: left;
    padding-right: .5rem;
    color: #757575;
    content: var(--bs-breadcrumb-divider, "/")
}

.breadcrumb-item.active {
    color: #757575
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none
}

.page-link {
    position: relative;
    display: block;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #e0e0e0
}

@media (prefers-reduced-motion: reduce) {
    .page-link {
        -webkit-transition: none;
        transition: none
    }
}

.page-link:hover {
    z-index: 2;
    background-color: #eee;
    border-color: #e0e0e0
}

.page-link:focus {
    z-index: 3;
    color: #0e52c1;
    background-color: #eee;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .25rem rgba(18, 102, 241, .25);
    box-shadow: 0 0 0 .25rem rgba(18, 102, 241, .25)
}

.page-item:not(:first-child) .page-link {
    margin-left: -1px
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    border-color: #1266f1
}

.page-item.disabled .page-link {
    color: #757575;
    pointer-events: none;
    background-color: #fff;
    border-color: #e0e0e0
}

.page-link {
    padding: .375rem .75rem
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem
}

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

.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: .35em .65em;
    font-size: .75em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.alert {
    position: relative;
    padding: 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 3rem
}

.alert-dismissible .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 1.25rem 1rem
}

.alert-primary {
    color: #0b3d91;
    background-color: #d0e0fc;
    border-color: #b8d1fb
}

.alert-primary .alert-link {
    color: #093174
}

.alert-secondary {
    color: #6b2498;
    background-color: #f0d8ff;
    border-color: #e8c5fe
}

.alert-secondary .alert-link {
    color: #561d7a
}

.alert-success {
    color: #006e2c;
    background-color: #ccf1db;
    border-color: #b3e9c9
}

.alert-success .alert-link {
    color: #005823
}

.alert-info {
    color: #22738e;
    background-color: #d7f2fb;
    border-color: #c4ecfa
}

.alert-info .alert-link {
    color: #1b5c72
}

.alert-warning {
    color: #640;
    background-color: #fec;
    border-color: #ffe5b3
}

.alert-warning .alert-link {
    color: #523600
}

.alert-danger {
    color: #951d32;
    background-color: #fed6dd;
    border-color: #fdc1cc
}

.alert-danger .alert-link {
    color: #771728
}

.alert-light {
    color: #646464;
    background-color: #fefefe;
    border-color: #fefefe
}

.alert-light .alert-link {
    color: #505050
}

.alert-dark {
    color: #171717;
    background-color: #d4d4d4;
    border-color: #bebebe
}

.alert-dark .alert-link {
    color: #121212
}

.alert-white {
    color: #666;
    background-color: #fff;
    border-color: #fff
}

.alert-white .alert-link {
    color: #525252
}

.alert-black {
    color: #000;
    background-color: #ccc;
    border-color: #b3b3b3
}

.alert-black .alert-link {
    color: #000
}

.accordion-button {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: #4f4f4f;
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 0;
    overflow-anchor: none;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, border-radius .15s ease, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, border-radius .15s ease, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease, -webkit-box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .accordion-button {
        -webkit-transition: none;
        transition: none
    }
}

.accordion-button.collapsed {
    border-bottom-width: 0
}

.accordion-button:not(.collapsed) {
    color: #105cd9;
    background-color: #e7f0fe
}

.accordion-button:not(.collapsed):after {
    background-image: none;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.accordion-button:after {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: none;
    background-repeat: no-repeat;
    background-size: 1.25rem;
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .accordion-button:after {
        -webkit-transition: none;
        transition: none
    }
}

.accordion-button:hover {
    z-index: 2
}

.accordion-button:focus {
    z-index: 3;
    border-color: #1266f1;
    outline: 0;
    -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .2), 0 4px 20px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .2), 0 4px 20px 0 rgba(0, 0, 0, .1)
}

.accordion-header {
    margin-bottom: 0
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.accordion-item:last-of-type .accordion-button.collapsed, .accordion-item:last-of-type .accordion-collapse {
    border-bottom-width: 1px;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.accordion-collapse {
    border: solid rgba(0, 0, 0, .125);
    border-width: 0 1px
}

.accordion-body {
    padding: 1rem 1.25rem
}

.accordion-flush .accordion-button {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

.accordion-flush .accordion-collapse {
    border-width: 0
}

.accordion-flush .accordion-item:first-of-type .accordion-button {
    border-top-width: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.accordion-flush .accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-width: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

@-webkit-keyframes progress-bar-stripes {
    0% {
        background-position-x: 4px
    }
}

@keyframes progress-bar-stripes {
    0% {
        background-position-x: 4px
    }
}

.progress {
    height: 4px;
    font-size: .75rem;
    background-color: #eee;
    border-radius: .25rem
}

.progress, .progress-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden
}

.progress-bar {
    -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;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #1266f1;
    -webkit-transition: width .6s ease;
    transition: width .6s ease
}

@media (prefers-reduced-motion: reduce) {
    .progress-bar {
        -webkit-transition: none;
        transition: none
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
    background-size: 4px 4px
}

.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite
}

@media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
        -webkit-animation: none;
        animation: none
    }
}

.list-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: .25rem
}

.list-group-item-action {
    width: 100%;
    color: #616161;
    text-align: inherit
}

.list-group-item-action:focus, .list-group-item-action:hover {
    z-index: 1;
    color: #616161;
    text-decoration: none;
    background-color: #f5f5f5
}

.list-group-item-action:active {
    color: #4f4f4f;
    background-color: #eee
}

.list-group-item {
    position: relative;
    display: block;
    padding: .5rem 1rem;
    text-decoration: none;
    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: #757575;
    pointer-events: none;
    background-color: #fff
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #1266f1;
    border-color: #1266f1
}

.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 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -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 {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -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 {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -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 {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -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 {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -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
    }
}

@media (min-width: 1400px) {
    .list-group-horizontal-xxl {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-xxl > .list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-xxl > .list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-xxl > .list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-xxl > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-xxl > .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: #0b3d91;
    background-color: #d0e0fc
}

.list-group-item-primary.list-group-item-action:focus, .list-group-item-primary.list-group-item-action:hover {
    color: #0b3d91;
    background-color: #bbcae3
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #0b3d91;
    border-color: #0b3d91
}

.list-group-item-secondary {
    color: #6b2498;
    background-color: #f0d8ff
}

.list-group-item-secondary.list-group-item-action:focus, .list-group-item-secondary.list-group-item-action:hover {
    color: #6b2498;
    background-color: #d8c2e6
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #6b2498;
    border-color: #6b2498
}

.list-group-item-success {
    color: #006e2c;
    background-color: #ccf1db
}

.list-group-item-success.list-group-item-action:focus, .list-group-item-success.list-group-item-action:hover {
    color: #006e2c;
    background-color: #b8d9c5
}

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #006e2c;
    border-color: #006e2c
}

.list-group-item-info {
    color: #22738e;
    background-color: #d7f2fb
}

.list-group-item-info.list-group-item-action:focus, .list-group-item-info.list-group-item-action:hover {
    color: #22738e;
    background-color: #c2dae2
}

.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #22738e;
    border-color: #22738e
}

.list-group-item-warning {
    color: #640;
    background-color: #fec
}

.list-group-item-warning.list-group-item-action:focus, .list-group-item-warning.list-group-item-action:hover {
    color: #640;
    background-color: #e6d6b8
}

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #640;
    border-color: #640
}

.list-group-item-danger {
    color: #951d32;
    background-color: #fed6dd
}

.list-group-item-danger.list-group-item-action:focus, .list-group-item-danger.list-group-item-action:hover {
    color: #951d32;
    background-color: #e5c1c7
}

.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #951d32;
    border-color: #951d32
}

.list-group-item-light {
    color: #646464;
    background-color: #fefefe
}

.list-group-item-light.list-group-item-action:focus, .list-group-item-light.list-group-item-action:hover {
    color: #646464;
    background-color: #e5e5e5
}

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #646464;
    border-color: #646464
}

.list-group-item-dark {
    color: #171717;
    background-color: #d4d4d4
}

.list-group-item-dark.list-group-item-action:focus, .list-group-item-dark.list-group-item-action:hover {
    color: #171717;
    background-color: #bfbfbf
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #171717;
    border-color: #171717
}

.list-group-item-white {
    color: #666;
    background-color: #fff
}

.list-group-item-white.list-group-item-action:focus, .list-group-item-white.list-group-item-action:hover {
    color: #666;
    background-color: #e6e6e6
}

.list-group-item-white.list-group-item-action.active {
    color: #fff;
    background-color: #666;
    border-color: #666
}

.list-group-item-black {
    color: #000;
    background-color: #ccc
}

.list-group-item-black.list-group-item-action:focus, .list-group-item-black.list-group-item-action:hover {
    color: #000;
    background-color: #b8b8b8
}

.list-group-item-black.list-group-item-action.active {
    color: #fff;
    background-color: #000;
    border-color: #000
}

.btn-close {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em;
    color: #000;
    background: transparent url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3E%3C/svg%3E") 50%/1em auto no-repeat;
    border: 0;
    border-radius: .25rem;
    opacity: .5
}

.btn-close:hover {
    color: #000;
    text-decoration: none;
    opacity: .75
}

.btn-close:focus {
    outline: none;
    -webkit-box-shadow: 0 0 0 .25rem rgba(18, 102, 241, .25);
    box-shadow: 0 0 0 .25rem rgba(18, 102, 241, .25);
    opacity: 1
}

.btn-close.disabled, .btn-close:disabled {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    opacity: .25
}

.btn-close-white {
    -webkit-filter: invert(1) grayscale(100%) brightness(200%);
    filter: invert(1) grayscale(100%) brightness(200%)
}

.toast {
    width: 350px;
    max-width: 100%;
    font-size: .875rem;
    pointer-events: auto;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: .25rem
}

.toast:not(.showing):not(.show) {
    opacity: 0
}

.toast.hide {
    display: none
}

.toast-container {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    pointer-events: none
}

.toast-container > :not(:last-child) {
    margin-bottom: .75rem
}

.toast-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .5rem .75rem;
    color: #757575;
    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-header .btn-close {
    margin-right: -.375rem;
    margin-left: .75rem
}

.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 {
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px)
}

@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        -webkit-transition: none;
        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 {
    height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-content, .modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.modal-content {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e0e0e0;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.modal-header .btn-close {
    padding: .5rem;
    margin: -.5rem -.5rem -.5rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.6
}

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #e0e0e0;
    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 {
        height: calc(100% - 3.5rem)
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

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

.modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0
}

.modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0
}

.modal-fullscreen .modal-header {
    border-radius: 0
}

.modal-fullscreen .modal-body {
    overflow-y: auto
}

.modal-fullscreen .modal-footer {
    border-radius: 0
}

@media (max-width: 575.98px) {
    .modal-fullscreen-sm-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-sm-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-sm-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-sm-down .modal-body {
        overflow-y: auto
    }

    .modal-fullscreen-sm-down .modal-footer {
        border-radius: 0
    }
}

@media (max-width: 767.98px) {
    .modal-fullscreen-md-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-md-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-md-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-md-down .modal-body {
        overflow-y: auto
    }

    .modal-fullscreen-md-down .modal-footer {
        border-radius: 0
    }
}

@media (max-width: 991.98px) {
    .modal-fullscreen-lg-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-lg-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-lg-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-lg-down .modal-body {
        overflow-y: auto
    }

    .modal-fullscreen-lg-down .modal-footer {
        border-radius: 0
    }
}

@media (max-width: 1199.98px) {
    .modal-fullscreen-xl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-xl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-xl-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-xl-down .modal-body {
        overflow-y: auto
    }

    .modal-fullscreen-xl-down .modal-footer {
        border-radius: 0
    }
}

@media (max-width: 1399.98px) {
    .modal-fullscreen-xxl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-xxl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-xxl-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-xxl-down .modal-body {
        overflow-y: auto
    }

    .modal-fullscreen-xxl-down .modal-footer {
        border-radius: 0
    }
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1080;
    display: block;
    max-width: 276px;
    font-family: var(--mdb-font-roboto);
    font-style: normal;
    font-weight: 400;
    line-height: 1.6;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: 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 .popover-arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: .5rem;
    margin: 0 .3rem
}

.popover .popover-arrow:after, .popover .popover-arrow:before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-popover-auto[data-popper-placement^=top], .bs-popover-top {
    margin-bottom: .5rem !important
}

.bs-popover-auto[data-popper-placement^=top] > .popover-arrow, .bs-popover-top > .popover-arrow {
    bottom: calc(-.5rem - 1px)
}

.bs-popover-auto[data-popper-placement^=top] > .popover-arrow:before, .bs-popover-top > .popover-arrow:before {
    bottom: 0;
    border-width: .5rem .5rem 0;
    border-top-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[data-popper-placement^=top] > .popover-arrow:after, .bs-popover-top > .popover-arrow:after {
    bottom: 1px;
    border-width: .5rem .5rem 0;
    border-top-color: #fff
}

.bs-popover-auto[data-popper-placement^=right], .bs-popover-end {
    margin-left: .5rem !important
}

.bs-popover-auto[data-popper-placement^=right] > .popover-arrow, .bs-popover-end > .popover-arrow {
    left: calc(-.5rem - 1px);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[data-popper-placement^=right] > .popover-arrow:before, .bs-popover-end > .popover-arrow:before {
    left: 0;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[data-popper-placement^=right] > .popover-arrow:after, .bs-popover-end > .popover-arrow:after {
    left: 1px;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: #fff
}

.bs-popover-auto[data-popper-placement^=bottom], .bs-popover-bottom {
    margin-top: .5rem !important
}

.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow, .bs-popover-bottom > .popover-arrow {
    top: calc(-.5rem - 1px)
}

.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow:before, .bs-popover-bottom > .popover-arrow:before {
    top: 0;
    border-width: 0 .5rem .5rem;
    border-bottom-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow:after, .bs-popover-bottom > .popover-arrow:after {
    top: 1px;
    border-width: 0 .5rem .5rem;
    border-bottom-color: #fff
}

.bs-popover-auto[data-popper-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 #f0f0f0
}

.bs-popover-auto[data-popper-placement^=left], .bs-popover-start {
    margin-right: .5rem !important
}

.bs-popover-auto[data-popper-placement^=left] > .popover-arrow, .bs-popover-start > .popover-arrow {
    right: calc(-.5rem - 1px);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[data-popper-placement^=left] > .popover-arrow:before, .bs-popover-start > .popover-arrow:before {
    right: 0;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[data-popper-placement^=left] > .popover-arrow:after, .bs-popover-start > .popover-arrow:after {
    right: 1px;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: #fff
}

.popover-header {
    padding: .5rem 1rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f0f0f0;
    border-bottom: 1px solid #d8d8d8;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: 1rem;
    color: #4f4f4f
}

.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;
    -webkit-transition: -webkit-transform .6s ease-in-out;
    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 {
        -webkit-transition: none;
        transition: none
    }
}

.carousel-item-next, .carousel-item-prev, .carousel-item.active {
    display: block
}

.active.carousel-item-end, .carousel-item-next:not(.carousel-item-start) {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.active.carousel-item-start, .carousel-item-prev:not(.carousel-item-end) {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.carousel-fade .carousel-item {
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transform: none;
    transform: none
}

.carousel-fade .carousel-item-next.carousel-item-start, .carousel-fade .carousel-item-prev.carousel-item-end, .carousel-fade .carousel-item.active {
    z-index: 1;
    opacity: 1
}

.carousel-fade .active.carousel-item-end, .carousel-fade .active.carousel-item-start {
    z-index: 0;
    opacity: 0;
    -webkit-transition: opacity 0s .6s;
    transition: opacity 0s .6s
}

@media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-end, .carousel-fade .active.carousel-item-start {
        -webkit-transition: none;
        transition: none
    }
}

.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
    -webkit-transition: opacity .15s ease;
    transition: opacity .15s ease
}

@media (prefers-reduced-motion: reduce) {
    .carousel-control-next, .carousel-control-prev {
        -webkit-transition: none;
        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: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    background-image: none
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators li {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-box-flex: 0;
    -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;
    -webkit-transition: opacity .6s ease;
    transition: opacity .6s ease
}

@media (prefers-reduced-motion: reduce) {
    .carousel-indicators li {
        -webkit-transition: none;
        transition: none
    }
}

.carousel-indicators .active {
    opacity: 1
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 1.25rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center
}

.carousel-dark .carousel-control-next-icon, .carousel-dark .carousel-control-prev-icon {
    -webkit-filter: invert(1) grayscale(100);
    filter: invert(1) grayscale(100)
}

.carousel-dark .carousel-indicators li {
    background-color: #000
}

.carousel-dark .carousel-caption {
    color: #000
}

@-webkit-keyframes spinner-border {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes spinner-border {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid;
    border-right: .25em solid transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite
}

.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: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: spinner-grow .75s linear infinite;
    animation: spinner-grow .75s linear infinite
}

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

.tooltip {
    position: absolute;
    z-index: 1090;
    display: block;
    margin: 0;
    font-family: var(--mdb-font-roboto);
    font-style: normal;
    font-weight: 400;
    line-height: 1.6;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: .9
}

.tooltip .tooltip-arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem
}

.tooltip .tooltip-arrow:before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-tooltip-auto[data-popper-placement^=top], .bs-tooltip-top {
    padding: .4rem 0
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow, .bs-tooltip-top .tooltip-arrow {
    bottom: 0
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow:before, .bs-tooltip-top .tooltip-arrow:before {
    top: -1px;
    border-width: .4rem .4rem 0;
    border-top-color: #000
}

.bs-tooltip-auto[data-popper-placement^=right], .bs-tooltip-end {
    padding: 0 .4rem
}

.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow, .bs-tooltip-end .tooltip-arrow {
    left: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow:before, .bs-tooltip-end .tooltip-arrow:before {
    right: -1px;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #000
}

.bs-tooltip-auto[data-popper-placement^=bottom], .bs-tooltip-bottom {
    padding: .4rem 0
}

.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow, .bs-tooltip-bottom .tooltip-arrow {
    top: 0
}

.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow:before, .bs-tooltip-bottom .tooltip-arrow:before {
    bottom: -1px;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #000
}

.bs-tooltip-auto[data-popper-placement^=left], .bs-tooltip-start {
    padding: 0 .4rem
}

.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow, .bs-tooltip-start .tooltip-arrow {
    right: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow:before, .bs-tooltip-start .tooltip-arrow:before {
    left: -1px;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #000
}

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    text-align: center;
    background-color: #000
}

.clearfix:after {
    display: block;
    clear: both;
    content: ""
}

.link-primary {
    color: #1266f1
}

.link-primary:focus, .link-primary:hover {
    color: #0e52c1
}

.link-secondary {
    color: #b23cfd
}

.link-secondary:focus, .link-secondary:hover {
    color: #c163fd
}

.link-success {
    color: #00b74a
}

.link-success:focus, .link-success:hover {
    color: #33c56e
}

.link-info {
    color: #39c0ed
}

.link-info:focus, .link-info:hover {
    color: #61cdf1
}

.link-warning {
    color: #ffa900
}

.link-warning:focus, .link-warning:hover {
    color: #ffba33
}

.link-danger {
    color: #f93154
}

.link-danger:focus, .link-danger:hover {
    color: #fa5a76
}

.link-light {
    color: #fbfbfb
}

.link-light:focus, .link-light:hover {
    color: #fcfcfc
}

.link-dark {
    color: #262626
}

.link-dark:focus, .link-dark:hover {
    color: #1e1e1e
}

.link-white, .link-white:focus, .link-white:hover {
    color: #fff
}

.link-black, .link-black:focus, .link-black:hover {
    color: #000
}

.ratio {
    position: relative;
    width: 100%
}

.ratio:before {
    display: block;
    padding-top: var(--aspect-ratio);
    content: ""
}

.ratio > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ratio-1x1 {
    --aspect-ratio: 100%
}

.ratio-4x3 {
    --aspect-ratio: 75%
}

.ratio-16x9 {
    --aspect-ratio: 56.25%
}

.ratio-21x9 {
    --aspect-ratio: 42.85714%
}

.fixed-top {
    top: 0
}

.fixed-bottom, .fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    bottom: 0
}

.sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020
}

@media (min-width: 576px) {
    .sticky-sm-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

@media (min-width: 768px) {
    .sticky-md-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

@media (min-width: 992px) {
    .sticky-lg-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

@media (min-width: 1200px) {
    .sticky-xl-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

@media (min-width: 1400px) {
    .sticky-xxl-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.visually-hidden, .visually-hidden-focusable:not(:focus) {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important
}

.stretched-link:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: ""
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

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

.float-start {
    float: left !important
}

.float-end {
    float: right !important
}

.float-none {
    float: none !important
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.overflow-visible {
    overflow: visible !important
}

.overflow-scroll {
    overflow: scroll !important
}

.d-inline {
    display: inline !important
}

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

.d-block {
    display: block !important
}

.d-grid {
    display: grid !important
}

.d-table {
    display: table !important
}

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

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

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

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

.d-none {
    display: none !important
}

.shadow {
    -webkit-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.shadow-sm {
    -webkit-box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.shadow-lg {
    -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
}

.shadow-none {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: sticky !important
}

.top-0 {
    top: 0 !important
}

.top-50 {
    top: 50% !important
}

.top-100 {
    top: 100% !important
}

.bottom-0 {
    bottom: 0 !important
}

.bottom-50 {
    bottom: 50% !important
}

.bottom-100 {
    bottom: 100% !important
}

.start-0 {
    left: 0 !important
}

.start-50 {
    left: 50% !important
}

.start-100 {
    left: 100% !important
}

.end-0 {
    right: 0 !important
}

.end-50 {
    right: 50% !important
}

.end-100 {
    right: 100% !important
}

.translate-middle {
    -webkit-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important
}

.translate-middle-x {
    -webkit-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important
}

.translate-middle-y {
    -webkit-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important
}

.border {
    border: 1px solid #e0e0e0 !important
}

.border-0 {
    border: 0 !important
}

.border-top {
    border-top: 1px solid #e0e0e0 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-end {
    border-right: 1px solid #e0e0e0 !important
}

.border-end-0 {
    border-right: 0 !important
}

.border-bottom {
    border-bottom: 1px solid #e0e0e0 !important
}

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

.border-start {
    border-left: 1px solid #e0e0e0 !important
}

.border-start-0 {
    border-left: 0 !important
}

.border-primary {
    border-color: #1266f1 !important
}

.border-secondary {
    border-color: #b23cfd !important
}

.border-success {
    border-color: #00b74a !important
}

.border-info {
    border-color: #39c0ed !important
}

.border-warning {
    border-color: #ffa900 !important
}

.border-danger {
    border-color: #f93154 !important
}

.border-light {
    border-color: #fbfbfb !important
}

.border-dark {
    border-color: #262626 !important
}

.border-white {
    border-color: #fff !important
}

.border-black {
    border-color: #000 !important
}

.border-0 {
    border-width: 0 !important
}

.border-1 {
    border-width: 1px !important
}

.border-2 {
    border-width: 2px !important
}

.border-3 {
    border-width: 3px !important
}

.border-4 {
    border-width: 4px !important
}

.border-5 {
    border-width: 5px !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
}

.mw-100 {
    max-width: 100% !important
}

.vw-100 {
    width: 100vw !important
}

.min-vw-100 {
    min-width: 100vw !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
}

.mh-100 {
    max-height: 100% !important
}

.vh-100 {
    height: 100vh !important
}

.min-vh-100 {
    min-height: 100vh !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-0 {
    gap: 0 !important
}

.gap-1 {
    gap: .25rem !important
}

.gap-2 {
    gap: .5rem !important
}

.gap-3 {
    gap: 1rem !important
}

.gap-4 {
    gap: 1.5rem !important
}

.gap-5 {
    gap: 3rem !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.align-self-auto {
    -ms-flex-item-align: auto !important;
    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
}

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

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

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

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

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

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

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

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

.m-0 {
    margin: 0 !important
}

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

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

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

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

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

.m-auto {
    margin: auto !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-0 {
    padding: 0 !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fs-1 {
    font-size: calc(1.375rem + 1.5vw) !important
}

.fs-2 {
    font-size: calc(1.325rem + .9vw) !important
}

.fs-3 {
    font-size: calc(1.3rem + .6vw) !important
}

.fs-4 {
    font-size: calc(1.275rem + .3vw) !important
}

.fs-5 {
    font-size: 1.25rem !important
}

.fs-6 {
    font-size: 1rem !important
}

.fst-italic {
    font-style: italic !important
}

.fst-normal {
    font-style: normal !important
}

.fw-light {
    font-weight: 300 !important
}

.fw-lighter {
    font-weight: lighter !important
}

.fw-normal {
    font-weight: 400 !important
}

.fw-bold {
    font-weight: 700 !important
}

.fw-bolder {
    font-weight: bolder !important
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.text-start {
    text-align: left !important
}

.text-end {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

.text-primary {
    color: #1266f1 !important
}

.text-secondary {
    color: #b23cfd !important
}

.text-success {
    color: #00b74a !important
}

.text-info {
    color: #39c0ed !important
}

.text-warning {
    color: #ffa900 !important
}

.text-danger {
    color: #f93154 !important
}

.text-light {
    color: #fbfbfb !important
}

.text-dark {
    color: #262626 !important
}

.text-white {
    color: #fff !important
}

.text-black {
    color: #000 !important
}

.text-body {
    color: #4f4f4f !important
}

.text-muted {
    color: #757575 !important
}

.text-black-50 {
    color: rgba(0, 0, 0, .5) !important
}

.text-white-50 {
    color: hsla(0, 0%, 100%, .5) !important
}

.text-reset {
    color: inherit !important
}

.lh-1 {
    line-height: 1 !important
}

.lh-sm {
    line-height: 1.25 !important
}

.lh-base {
    line-height: 1.6 !important
}

.lh-lg {
    line-height: 2 !important
}

.bg-body {
    background-color: #fff !important
}

.bg-transparent {
    background-color: transparent !important
}

.bg-gradient {
    background-image: var(--bs-gradient) !important
}

.text-wrap {
    white-space: normal !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-decoration-none {
    text-decoration: none !important
}

.text-decoration-underline {
    text-decoration: underline !important
}

.text-decoration-line-through {
    text-decoration: line-through !important
}

.text-break {
    word-wrap: break-word !important;
    word-break: break-word !important
}

.font-monospace {
    font-family: var(--bs-font-monospace) !important
}

.user-select-all {
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    -ms-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
}

.pe-none {
    pointer-events: none !important
}

.pe-auto {
    pointer-events: auto !important
}

.rounded {
    border-radius: .25rem !important
}

.rounded-0 {
    border-radius: 0 !important
}

.rounded-1 {
    border-radius: .2rem !important
}

.rounded-2 {
    border-radius: .25rem !important
}

.rounded-3 {
    border-radius: .3rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-pill {
    border-radius: 50rem !important
}

.rounded-top {
    border-top-left-radius: .25rem !important
}

.rounded-end, .rounded-top {
    border-top-right-radius: .25rem !important
}

.rounded-bottom, .rounded-end {
    border-bottom-right-radius: .25rem !important
}

.rounded-bottom, .rounded-start {
    border-bottom-left-radius: .25rem !important
}

.rounded-start {
    border-top-left-radius: .25rem !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media (min-width: 576px) {
    .float-sm-start {
        float: left !important
    }

    .float-sm-end {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .gap-sm-0 {
        gap: 0 !important
    }

    .gap-sm-1 {
        gap: .25rem !important
    }

    .gap-sm-2 {
        gap: .5rem !important
    }

    .gap-sm-3 {
        gap: 1rem !important
    }

    .gap-sm-4 {
        gap: 1.5rem !important
    }

    .gap-sm-5 {
        gap: 3rem !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        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
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .text-sm-start {
        text-align: left !important
    }

    .text-sm-end {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media (min-width: 768px) {
    .float-md-start {
        float: left !important
    }

    .float-md-end {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .gap-md-0 {
        gap: 0 !important
    }

    .gap-md-1 {
        gap: .25rem !important
    }

    .gap-md-2 {
        gap: .5rem !important
    }

    .gap-md-3 {
        gap: 1rem !important
    }

    .gap-md-4 {
        gap: 1.5rem !important
    }

    .gap-md-5 {
        gap: 3rem !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        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
    }

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

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

    .order-md-1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important
    }

    .order-md-2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important
    }

    .order-md-3 {
        -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important
    }

    .order-md-4 {
        -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important
    }

    .order-md-5 {
        -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important
    }

    .order-md-last {
        -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
        order: 6 !important
    }

    .m-md-0 {
        margin: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mx-md-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-md-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-md-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-md-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-md-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-md-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-md-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-md-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-md-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-md-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-md-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-md-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-md-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-md-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-md-0 {
        margin-top: 0 !important
    }

    .mt-md-1 {
        margin-top: .25rem !important
    }

    .mt-md-2 {
        margin-top: .5rem !important
    }

    .mt-md-3 {
        margin-top: 1rem !important
    }

    .mt-md-4 {
        margin-top: 1.5rem !important
    }

    .mt-md-5 {
        margin-top: 3rem !important
    }

    .mt-md-auto {
        margin-top: auto !important
    }

    .me-md-0 {
        margin-right: 0 !important
    }

    .me-md-1 {
        margin-right: .25rem !important
    }

    .me-md-2 {
        margin-right: .5rem !important
    }

    .me-md-3 {
        margin-right: 1rem !important
    }

    .me-md-4 {
        margin-right: 1.5rem !important
    }

    .me-md-5 {
        margin-right: 3rem !important
    }

    .me-md-auto {
        margin-right: auto !important
    }

    .mb-md-0 {
        margin-bottom: 0 !important
    }

    .mb-md-1 {
        margin-bottom: .25rem !important
    }

    .mb-md-2 {
        margin-bottom: .5rem !important
    }

    .mb-md-3 {
        margin-bottom: 1rem !important
    }

    .mb-md-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-md-5 {
        margin-bottom: 3rem !important
    }

    .mb-md-auto {
        margin-bottom: auto !important
    }

    .ms-md-0 {
        margin-left: 0 !important
    }

    .ms-md-1 {
        margin-left: .25rem !important
    }

    .ms-md-2 {
        margin-left: .5rem !important
    }

    .ms-md-3 {
        margin-left: 1rem !important
    }

    .ms-md-4 {
        margin-left: 1.5rem !important
    }

    .ms-md-5 {
        margin-left: 3rem !important
    }

    .ms-md-auto {
        margin-left: auto !important
    }

    .m-md-n1 {
        margin: -.25rem !important
    }

    .m-md-n2 {
        margin: -.5rem !important
    }

    .m-md-n3 {
        margin: -1rem !important
    }

    .m-md-n4 {
        margin: -1.5rem !important
    }

    .m-md-n5 {
        margin: -3rem !important
    }

    .mx-md-n1 {
        margin-right: -.25rem !important;
        margin-left: -.25rem !important
    }

    .mx-md-n2 {
        margin-right: -.5rem !important;
        margin-left: -.5rem !important
    }

    .mx-md-n3 {
        margin-right: -1rem !important;
        margin-left: -1rem !important
    }

    .mx-md-n4 {
        margin-right: -1.5rem !important;
        margin-left: -1.5rem !important
    }

    .mx-md-n5 {
        margin-right: -3rem !important;
        margin-left: -3rem !important
    }

    .my-md-n1 {
        margin-top: -.25rem !important;
        margin-bottom: -.25rem !important
    }

    .my-md-n2 {
        margin-top: -.5rem !important;
        margin-bottom: -.5rem !important
    }

    .my-md-n3 {
        margin-top: -1rem !important;
        margin-bottom: -1rem !important
    }

    .my-md-n4 {
        margin-top: -1.5rem !important;
        margin-bottom: -1.5rem !important
    }

    .my-md-n5 {
        margin-top: -3rem !important;
        margin-bottom: -3rem !important
    }

    .mt-md-n1 {
        margin-top: -.25rem !important
    }

    .mt-md-n2 {
        margin-top: -.5rem !important
    }

    .mt-md-n3 {
        margin-top: -1rem !important
    }

    .mt-md-n4 {
        margin-top: -1.5rem !important
    }

    .mt-md-n5 {
        margin-top: -3rem !important
    }

    .me-md-n1 {
        margin-right: -.25rem !important
    }

    .me-md-n2 {
        margin-right: -.5rem !important
    }

    .me-md-n3 {
        margin-right: -1rem !important
    }

    .me-md-n4 {
        margin-right: -1.5rem !important
    }

    .me-md-n5 {
        margin-right: -3rem !important
    }

    .mb-md-n1 {
        margin-bottom: -.25rem !important
    }

    .mb-md-n2 {
        margin-bottom: -.5rem !important
    }

    .mb-md-n3 {
        margin-bottom: -1rem !important
    }

    .mb-md-n4 {
        margin-bottom: -1.5rem !important
    }

    .mb-md-n5 {
        margin-bottom: -3rem !important
    }

    .ms-md-n1 {
        margin-left: -.25rem !important
    }

    .ms-md-n2 {
        margin-left: -.5rem !important
    }

    .ms-md-n3 {
        margin-left: -1rem !important
    }

    .ms-md-n4 {
        margin-left: -1.5rem !important
    }

    .ms-md-n5 {
        margin-left: -3rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .px-md-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-md-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-md-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-md-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-md-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-md-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-md-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-md-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-md-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-md-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-md-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-md-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-md-0 {
        padding-top: 0 !important
    }

    .pt-md-1 {
        padding-top: .25rem !important
    }

    .pt-md-2 {
        padding-top: .5rem !important
    }

    .pt-md-3 {
        padding-top: 1rem !important
    }

    .pt-md-4 {
        padding-top: 1.5rem !important
    }

    .pt-md-5 {
        padding-top: 3rem !important
    }

    .pe-md-0 {
        padding-right: 0 !important
    }

    .pe-md-1 {
        padding-right: .25rem !important
    }

    .pe-md-2 {
        padding-right: .5rem !important
    }

    .pe-md-3 {
        padding-right: 1rem !important
    }

    .pe-md-4 {
        padding-right: 1.5rem !important
    }

    .pe-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-0 {
        padding-bottom: 0 !important
    }

    .pb-md-1 {
        padding-bottom: .25rem !important
    }

    .pb-md-2 {
        padding-bottom: .5rem !important
    }

    .pb-md-3 {
        padding-bottom: 1rem !important
    }

    .pb-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-md-5 {
        padding-bottom: 3rem !important
    }

    .ps-md-0 {
        padding-left: 0 !important
    }

    .ps-md-1 {
        padding-left: .25rem !important
    }

    .ps-md-2 {
        padding-left: .5rem !important
    }

    .ps-md-3 {
        padding-left: 1rem !important
    }

    .ps-md-4 {
        padding-left: 1.5rem !important
    }

    .ps-md-5 {
        padding-left: 3rem !important
    }

    .text-md-start {
        text-align: left !important
    }

    .text-md-end {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media (min-width: 992px) {
    .float-lg-start {
        float: left !important
    }

    .float-lg-end {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-grid {
        display: grid !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .d-lg-none {
        display: none !important
    }

    .flex-lg-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-lg-column, .flex-lg-row {
        -webkit-box-direction: normal !important
    }

    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-lg-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .gap-lg-0 {
        gap: 0 !important
    }

    .gap-lg-1 {
        gap: .25rem !important
    }

    .gap-lg-2 {
        gap: .5rem !important
    }

    .gap-lg-3 {
        gap: 1rem !important
    }

    .gap-lg-4 {
        gap: 1.5rem !important
    }

    .gap-lg-5 {
        gap: 3rem !important
    }

    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .justify-content-lg-evenly {
        -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important
    }

    .align-items-lg-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-lg-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-lg-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        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
    }

    .order-lg-first {
        -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
        order: -1 !important
    }

    .order-lg-0 {
        -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important
    }

    .order-lg-1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important
    }

    .order-lg-2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important
    }

    .order-lg-3 {
        -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important
    }

    .order-lg-4 {
        -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important
    }

    .order-lg-5 {
        -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important
    }

    .order-lg-last {
        -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
        order: 6 !important
    }

    .m-lg-0 {
        margin: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mx-lg-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-lg-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-lg-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-lg-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-lg-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-lg-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-lg-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-lg-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-lg-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-lg-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-lg-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-lg-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-lg-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-lg-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-lg-0 {
        margin-top: 0 !important
    }

    .mt-lg-1 {
        margin-top: .25rem !important
    }

    .mt-lg-2 {
        margin-top: .5rem !important
    }

    .mt-lg-3 {
        margin-top: 1rem !important
    }

    .mt-lg-4 {
        margin-top: 1.5rem !important
    }

    .mt-lg-5 {
        margin-top: 3rem !important
    }

    .mt-lg-auto {
        margin-top: auto !important
    }

    .me-lg-0 {
        margin-right: 0 !important
    }

    .me-lg-1 {
        margin-right: .25rem !important
    }

    .me-lg-2 {
        margin-right: .5rem !important
    }

    .me-lg-3 {
        margin-right: 1rem !important
    }

    .me-lg-4 {
        margin-right: 1.5rem !important
    }

    .me-lg-5 {
        margin-right: 3rem !important
    }

    .me-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-0 {
        margin-bottom: 0 !important
    }

    .mb-lg-1 {
        margin-bottom: .25rem !important
    }

    .mb-lg-2 {
        margin-bottom: .5rem !important
    }

    .mb-lg-3 {
        margin-bottom: 1rem !important
    }

    .mb-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-lg-5 {
        margin-bottom: 3rem !important
    }

    .mb-lg-auto {
        margin-bottom: auto !important
    }

    .ms-lg-0 {
        margin-left: 0 !important
    }

    .ms-lg-1 {
        margin-left: .25rem !important
    }

    .ms-lg-2 {
        margin-left: .5rem !important
    }

    .ms-lg-3 {
        margin-left: 1rem !important
    }

    .ms-lg-4 {
        margin-left: 1.5rem !important
    }

    .ms-lg-5 {
        margin-left: 3rem !important
    }

    .ms-lg-auto {
        margin-left: auto !important
    }

    .m-lg-n1 {
        margin: -.25rem !important
    }

    .m-lg-n2 {
        margin: -.5rem !important
    }

    .m-lg-n3 {
        margin: -1rem !important
    }

    .m-lg-n4 {
        margin: -1.5rem !important
    }

    .m-lg-n5 {
        margin: -3rem !important
    }

    .mx-lg-n1 {
        margin-right: -.25rem !important;
        margin-left: -.25rem !important
    }

    .mx-lg-n2 {
        margin-right: -.5rem !important;
        margin-left: -.5rem !important
    }

    .mx-lg-n3 {
        margin-right: -1rem !important;
        margin-left: -1rem !important
    }

    .mx-lg-n4 {
        margin-right: -1.5rem !important;
        margin-left: -1.5rem !important
    }

    .mx-lg-n5 {
        margin-right: -3rem !important;
        margin-left: -3rem !important
    }

    .my-lg-n1 {
        margin-top: -.25rem !important;
        margin-bottom: -.25rem !important
    }

    .my-lg-n2 {
        margin-top: -.5rem !important;
        margin-bottom: -.5rem !important
    }

    .my-lg-n3 {
        margin-top: -1rem !important;
        margin-bottom: -1rem !important
    }

    .my-lg-n4 {
        margin-top: -1.5rem !important;
        margin-bottom: -1.5rem !important
    }

    .my-lg-n5 {
        margin-top: -3rem !important;
        margin-bottom: -3rem !important
    }

    .mt-lg-n1 {
        margin-top: -.25rem !important
    }

    .mt-lg-n2 {
        margin-top: -.5rem !important
    }

    .mt-lg-n3 {
        margin-top: -1rem !important
    }

    .mt-lg-n4 {
        margin-top: -1.5rem !important
    }

    .mt-lg-n5 {
        margin-top: -3rem !important
    }

    .me-lg-n1 {
        margin-right: -.25rem !important
    }

    .me-lg-n2 {
        margin-right: -.5rem !important
    }

    .me-lg-n3 {
        margin-right: -1rem !important
    }

    .me-lg-n4 {
        margin-right: -1.5rem !important
    }

    .me-lg-n5 {
        margin-right: -3rem !important
    }

    .mb-lg-n1 {
        margin-bottom: -.25rem !important
    }

    .mb-lg-n2 {
        margin-bottom: -.5rem !important
    }

    .mb-lg-n3 {
        margin-bottom: -1rem !important
    }

    .mb-lg-n4 {
        margin-bottom: -1.5rem !important
    }

    .mb-lg-n5 {
        margin-bottom: -3rem !important
    }

    .ms-lg-n1 {
        margin-left: -.25rem !important
    }

    .ms-lg-n2 {
        margin-left: -.5rem !important
    }

    .ms-lg-n3 {
        margin-left: -1rem !important
    }

    .ms-lg-n4 {
        margin-left: -1.5rem !important
    }

    .ms-lg-n5 {
        margin-left: -3rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .px-lg-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-lg-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-lg-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-lg-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-lg-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-lg-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-lg-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-lg-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-lg-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-lg-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-lg-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-lg-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-lg-0 {
        padding-top: 0 !important
    }

    .pt-lg-1 {
        padding-top: .25rem !important
    }

    .pt-lg-2 {
        padding-top: .5rem !important
    }

    .pt-lg-3 {
        padding-top: 1rem !important
    }

    .pt-lg-4 {
        padding-top: 1.5rem !important
    }

    .pt-lg-5 {
        padding-top: 3rem !important
    }

    .pe-lg-0 {
        padding-right: 0 !important
    }

    .pe-lg-1 {
        padding-right: .25rem !important
    }

    .pe-lg-2 {
        padding-right: .5rem !important
    }

    .pe-lg-3 {
        padding-right: 1rem !important
    }

    .pe-lg-4 {
        padding-right: 1.5rem !important
    }

    .pe-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-0 {
        padding-bottom: 0 !important
    }

    .pb-lg-1 {
        padding-bottom: .25rem !important
    }

    .pb-lg-2 {
        padding-bottom: .5rem !important
    }

    .pb-lg-3 {
        padding-bottom: 1rem !important
    }

    .pb-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-lg-5 {
        padding-bottom: 3rem !important
    }

    .ps-lg-0 {
        padding-left: 0 !important
    }

    .ps-lg-1 {
        padding-left: .25rem !important
    }

    .ps-lg-2 {
        padding-left: .5rem !important
    }

    .ps-lg-3 {
        padding-left: 1rem !important
    }

    .ps-lg-4 {
        padding-left: 1.5rem !important
    }

    .ps-lg-5 {
        padding-left: 3rem !important
    }

    .text-lg-start {
        text-align: left !important
    }

    .text-lg-end {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media (min-width: 1200px) {
    .float-xl-start {
        float: left !important
    }

    .float-xl-end {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-grid {
        display: grid !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .d-xl-none {
        display: none !important
    }

    .flex-xl-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-xl-column, .flex-xl-row {
        -webkit-box-direction: normal !important
    }

    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-xl-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .gap-xl-0 {
        gap: 0 !important
    }

    .gap-xl-1 {
        gap: .25rem !important
    }

    .gap-xl-2 {
        gap: .5rem !important
    }

    .gap-xl-3 {
        gap: 1rem !important
    }

    .gap-xl-4 {
        gap: 1.5rem !important
    }

    .gap-xl-5 {
        gap: 3rem !important
    }

    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .justify-content-xl-evenly {
        -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important
    }

    .align-items-xl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-xl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-xl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        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
    }

    .order-xl-first {
        -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
        order: -1 !important
    }

    .order-xl-0 {
        -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important
    }

    .order-xl-1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important
    }

    .order-xl-2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important
    }

    .order-xl-3 {
        -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important
    }

    .order-xl-4 {
        -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important
    }

    .order-xl-5 {
        -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important
    }

    .order-xl-last {
        -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
        order: 6 !important
    }

    .m-xl-0 {
        margin: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mx-xl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-xl-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-xl-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-xl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-xl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-xl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-xl-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-xl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-xl-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-xl-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-xl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-xl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-xl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-xl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-xl-0 {
        margin-top: 0 !important
    }

    .mt-xl-1 {
        margin-top: .25rem !important
    }

    .mt-xl-2 {
        margin-top: .5rem !important
    }

    .mt-xl-3 {
        margin-top: 1rem !important
    }

    .mt-xl-4 {
        margin-top: 1.5rem !important
    }

    .mt-xl-5 {
        margin-top: 3rem !important
    }

    .mt-xl-auto {
        margin-top: auto !important
    }

    .me-xl-0 {
        margin-right: 0 !important
    }

    .me-xl-1 {
        margin-right: .25rem !important
    }

    .me-xl-2 {
        margin-right: .5rem !important
    }

    .me-xl-3 {
        margin-right: 1rem !important
    }

    .me-xl-4 {
        margin-right: 1.5rem !important
    }

    .me-xl-5 {
        margin-right: 3rem !important
    }

    .me-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-0 {
        margin-bottom: 0 !important
    }

    .mb-xl-1 {
        margin-bottom: .25rem !important
    }

    .mb-xl-2 {
        margin-bottom: .5rem !important
    }

    .mb-xl-3 {
        margin-bottom: 1rem !important
    }

    .mb-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-xl-5 {
        margin-bottom: 3rem !important
    }

    .mb-xl-auto {
        margin-bottom: auto !important
    }

    .ms-xl-0 {
        margin-left: 0 !important
    }

    .ms-xl-1 {
        margin-left: .25rem !important
    }

    .ms-xl-2 {
        margin-left: .5rem !important
    }

    .ms-xl-3 {
        margin-left: 1rem !important
    }

    .ms-xl-4 {
        margin-left: 1.5rem !important
    }

    .ms-xl-5 {
        margin-left: 3rem !important
    }

    .ms-xl-auto {
        margin-left: auto !important
    }

    .m-xl-n1 {
        margin: -.25rem !important
    }

    .m-xl-n2 {
        margin: -.5rem !important
    }

    .m-xl-n3 {
        margin: -1rem !important
    }

    .m-xl-n4 {
        margin: -1.5rem !important
    }

    .m-xl-n5 {
        margin: -3rem !important
    }

    .mx-xl-n1 {
        margin-right: -.25rem !important;
        margin-left: -.25rem !important
    }

    .mx-xl-n2 {
        margin-right: -.5rem !important;
        margin-left: -.5rem !important
    }

    .mx-xl-n3 {
        margin-right: -1rem !important;
        margin-left: -1rem !important
    }

    .mx-xl-n4 {
        margin-right: -1.5rem !important;
        margin-left: -1.5rem !important
    }

    .mx-xl-n5 {
        margin-right: -3rem !important;
        margin-left: -3rem !important
    }

    .my-xl-n1 {
        margin-top: -.25rem !important;
        margin-bottom: -.25rem !important
    }

    .my-xl-n2 {
        margin-top: -.5rem !important;
        margin-bottom: -.5rem !important
    }

    .my-xl-n3 {
        margin-top: -1rem !important;
        margin-bottom: -1rem !important
    }

    .my-xl-n4 {
        margin-top: -1.5rem !important;
        margin-bottom: -1.5rem !important
    }

    .my-xl-n5 {
        margin-top: -3rem !important;
        margin-bottom: -3rem !important
    }

    .mt-xl-n1 {
        margin-top: -.25rem !important
    }

    .mt-xl-n2 {
        margin-top: -.5rem !important
    }

    .mt-xl-n3 {
        margin-top: -1rem !important
    }

    .mt-xl-n4 {
        margin-top: -1.5rem !important
    }

    .mt-xl-n5 {
        margin-top: -3rem !important
    }

    .me-xl-n1 {
        margin-right: -.25rem !important
    }

    .me-xl-n2 {
        margin-right: -.5rem !important
    }

    .me-xl-n3 {
        margin-right: -1rem !important
    }

    .me-xl-n4 {
        margin-right: -1.5rem !important
    }

    .me-xl-n5 {
        margin-right: -3rem !important
    }

    .mb-xl-n1 {
        margin-bottom: -.25rem !important
    }

    .mb-xl-n2 {
        margin-bottom: -.5rem !important
    }

    .mb-xl-n3 {
        margin-bottom: -1rem !important
    }

    .mb-xl-n4 {
        margin-bottom: -1.5rem !important
    }

    .mb-xl-n5 {
        margin-bottom: -3rem !important
    }

    .ms-xl-n1 {
        margin-left: -.25rem !important
    }

    .ms-xl-n2 {
        margin-left: -.5rem !important
    }

    .ms-xl-n3 {
        margin-left: -1rem !important
    }

    .ms-xl-n4 {
        margin-left: -1.5rem !important
    }

    .ms-xl-n5 {
        margin-left: -3rem !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .px-xl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-xl-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-xl-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-xl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-xl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-xl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-xl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-xl-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-xl-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-xl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-xl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-xl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-xl-0 {
        padding-top: 0 !important
    }

    .pt-xl-1 {
        padding-top: .25rem !important
    }

    .pt-xl-2 {
        padding-top: .5rem !important
    }

    .pt-xl-3 {
        padding-top: 1rem !important
    }

    .pt-xl-4 {
        padding-top: 1.5rem !important
    }

    .pt-xl-5 {
        padding-top: 3rem !important
    }

    .pe-xl-0 {
        padding-right: 0 !important
    }

    .pe-xl-1 {
        padding-right: .25rem !important
    }

    .pe-xl-2 {
        padding-right: .5rem !important
    }

    .pe-xl-3 {
        padding-right: 1rem !important
    }

    .pe-xl-4 {
        padding-right: 1.5rem !important
    }

    .pe-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-0 {
        padding-bottom: 0 !important
    }

    .pb-xl-1 {
        padding-bottom: .25rem !important
    }

    .pb-xl-2 {
        padding-bottom: .5rem !important
    }

    .pb-xl-3 {
        padding-bottom: 1rem !important
    }

    .pb-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-xl-5 {
        padding-bottom: 3rem !important
    }

    .ps-xl-0 {
        padding-left: 0 !important
    }

    .ps-xl-1 {
        padding-left: .25rem !important
    }

    .ps-xl-2 {
        padding-left: .5rem !important
    }

    .ps-xl-3 {
        padding-left: 1rem !important
    }

    .ps-xl-4 {
        padding-left: 1.5rem !important
    }

    .ps-xl-5 {
        padding-left: 3rem !important
    }

    .text-xl-start {
        text-align: left !important
    }

    .text-xl-end {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

@media (min-width: 1400px) {
    .float-xxl-start {
        float: left !important
    }

    .float-xxl-end {
        float: right !important
    }

    .float-xxl-none {
        float: none !important
    }

    .d-xxl-inline {
        display: inline !important
    }

    .d-xxl-inline-block {
        display: inline-block !important
    }

    .d-xxl-block {
        display: block !important
    }

    .d-xxl-grid {
        display: grid !important
    }

    .d-xxl-table {
        display: table !important
    }

    .d-xxl-table-row {
        display: table-row !important
    }

    .d-xxl-table-cell {
        display: table-cell !important
    }

    .d-xxl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-xxl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .d-xxl-none {
        display: none !important
    }

    .flex-xxl-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-xxl-row {
        -webkit-box-orient: horizontal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-xxl-column, .flex-xxl-row {
        -webkit-box-direction: normal !important
    }

    .flex-xxl-column {
        -webkit-box-orient: vertical !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-xxl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xxl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-xxl-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-xxl-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-xxl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-xxl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .flex-xxl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-xxl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-xxl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .gap-xxl-0 {
        gap: 0 !important
    }

    .gap-xxl-1 {
        gap: .25rem !important
    }

    .gap-xxl-2 {
        gap: .5rem !important
    }

    .gap-xxl-3 {
        gap: 1rem !important
    }

    .gap-xxl-4 {
        gap: 1.5rem !important
    }

    .gap-xxl-5 {
        gap: 3rem !important
    }

    .justify-content-xxl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-xxl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-xxl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-xxl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-xxl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .justify-content-xxl-evenly {
        -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important
    }

    .align-items-xxl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-xxl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-xxl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-xxl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-xxl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-xxl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-xxl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-xxl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-xxl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-xxl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-xxl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-xxl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-xxl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-xxl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-xxl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-xxl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-xxl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }

    .order-xxl-first {
        -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
        order: -1 !important
    }

    .order-xxl-0 {
        -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important
    }

    .order-xxl-1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important
    }

    .order-xxl-2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important
    }

    .order-xxl-3 {
        -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important
    }

    .order-xxl-4 {
        -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important
    }

    .order-xxl-5 {
        -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important
    }

    .order-xxl-last {
        -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
        order: 6 !important
    }

    .m-xxl-0 {
        margin: 0 !important
    }

    .m-xxl-1 {
        margin: .25rem !important
    }

    .m-xxl-2 {
        margin: .5rem !important
    }

    .m-xxl-3 {
        margin: 1rem !important
    }

    .m-xxl-4 {
        margin: 1.5rem !important
    }

    .m-xxl-5 {
        margin: 3rem !important
    }

    .m-xxl-auto {
        margin: auto !important
    }

    .mx-xxl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-xxl-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-xxl-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-xxl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-xxl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-xxl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-xxl-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-xxl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-xxl-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-xxl-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-xxl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-xxl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-xxl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-xxl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-xxl-0 {
        margin-top: 0 !important
    }

    .mt-xxl-1 {
        margin-top: .25rem !important
    }

    .mt-xxl-2 {
        margin-top: .5rem !important
    }

    .mt-xxl-3 {
        margin-top: 1rem !important
    }

    .mt-xxl-4 {
        margin-top: 1.5rem !important
    }

    .mt-xxl-5 {
        margin-top: 3rem !important
    }

    .mt-xxl-auto {
        margin-top: auto !important
    }

    .me-xxl-0 {
        margin-right: 0 !important
    }

    .me-xxl-1 {
        margin-right: .25rem !important
    }

    .me-xxl-2 {
        margin-right: .5rem !important
    }

    .me-xxl-3 {
        margin-right: 1rem !important
    }

    .me-xxl-4 {
        margin-right: 1.5rem !important
    }

    .me-xxl-5 {
        margin-right: 3rem !important
    }

    .me-xxl-auto {
        margin-right: auto !important
    }

    .mb-xxl-0 {
        margin-bottom: 0 !important
    }

    .mb-xxl-1 {
        margin-bottom: .25rem !important
    }

    .mb-xxl-2 {
        margin-bottom: .5rem !important
    }

    .mb-xxl-3 {
        margin-bottom: 1rem !important
    }

    .mb-xxl-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-xxl-5 {
        margin-bottom: 3rem !important
    }

    .mb-xxl-auto {
        margin-bottom: auto !important
    }

    .ms-xxl-0 {
        margin-left: 0 !important
    }

    .ms-xxl-1 {
        margin-left: .25rem !important
    }

    .ms-xxl-2 {
        margin-left: .5rem !important
    }

    .ms-xxl-3 {
        margin-left: 1rem !important
    }

    .ms-xxl-4 {
        margin-left: 1.5rem !important
    }

    .ms-xxl-5 {
        margin-left: 3rem !important
    }

    .ms-xxl-auto {
        margin-left: auto !important
    }

    .m-xxl-n1 {
        margin: -.25rem !important
    }

    .m-xxl-n2 {
        margin: -.5rem !important
    }

    .m-xxl-n3 {
        margin: -1rem !important
    }

    .m-xxl-n4 {
        margin: -1.5rem !important
    }

    .m-xxl-n5 {
        margin: -3rem !important
    }

    .mx-xxl-n1 {
        margin-right: -.25rem !important;
        margin-left: -.25rem !important
    }

    .mx-xxl-n2 {
        margin-right: -.5rem !important;
        margin-left: -.5rem !important
    }

    .mx-xxl-n3 {
        margin-right: -1rem !important;
        margin-left: -1rem !important
    }

    .mx-xxl-n4 {
        margin-right: -1.5rem !important;
        margin-left: -1.5rem !important
    }

    .mx-xxl-n5 {
        margin-right: -3rem !important;
        margin-left: -3rem !important
    }

    .my-xxl-n1 {
        margin-top: -.25rem !important;
        margin-bottom: -.25rem !important
    }

    .my-xxl-n2 {
        margin-top: -.5rem !important;
        margin-bottom: -.5rem !important
    }

    .my-xxl-n3 {
        margin-top: -1rem !important;
        margin-bottom: -1rem !important
    }

    .my-xxl-n4 {
        margin-top: -1.5rem !important;
        margin-bottom: -1.5rem !important
    }

    .my-xxl-n5 {
        margin-top: -3rem !important;
        margin-bottom: -3rem !important
    }

    .mt-xxl-n1 {
        margin-top: -.25rem !important
    }

    .mt-xxl-n2 {
        margin-top: -.5rem !important
    }

    .mt-xxl-n3 {
        margin-top: -1rem !important
    }

    .mt-xxl-n4 {
        margin-top: -1.5rem !important
    }

    .mt-xxl-n5 {
        margin-top: -3rem !important
    }

    .me-xxl-n1 {
        margin-right: -.25rem !important
    }

    .me-xxl-n2 {
        margin-right: -.5rem !important
    }

    .me-xxl-n3 {
        margin-right: -1rem !important
    }

    .me-xxl-n4 {
        margin-right: -1.5rem !important
    }

    .me-xxl-n5 {
        margin-right: -3rem !important
    }

    .mb-xxl-n1 {
        margin-bottom: -.25rem !important
    }

    .mb-xxl-n2 {
        margin-bottom: -.5rem !important
    }

    .mb-xxl-n3 {
        margin-bottom: -1rem !important
    }

    .mb-xxl-n4 {
        margin-bottom: -1.5rem !important
    }

    .mb-xxl-n5 {
        margin-bottom: -3rem !important
    }

    .ms-xxl-n1 {
        margin-left: -.25rem !important
    }

    .ms-xxl-n2 {
        margin-left: -.5rem !important
    }

    .ms-xxl-n3 {
        margin-left: -1rem !important
    }

    .ms-xxl-n4 {
        margin-left: -1.5rem !important
    }

    .ms-xxl-n5 {
        margin-left: -3rem !important
    }

    .p-xxl-0 {
        padding: 0 !important
    }

    .p-xxl-1 {
        padding: .25rem !important
    }

    .p-xxl-2 {
        padding: .5rem !important
    }

    .p-xxl-3 {
        padding: 1rem !important
    }

    .p-xxl-4 {
        padding: 1.5rem !important
    }

    .p-xxl-5 {
        padding: 3rem !important
    }

    .px-xxl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-xxl-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-xxl-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-xxl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-xxl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-xxl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-xxl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-xxl-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-xxl-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-xxl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-xxl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-xxl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-xxl-0 {
        padding-top: 0 !important
    }

    .pt-xxl-1 {
        padding-top: .25rem !important
    }

    .pt-xxl-2 {
        padding-top: .5rem !important
    }

    .pt-xxl-3 {
        padding-top: 1rem !important
    }

    .pt-xxl-4 {
        padding-top: 1.5rem !important
    }

    .pt-xxl-5 {
        padding-top: 3rem !important
    }

    .pe-xxl-0 {
        padding-right: 0 !important
    }

    .pe-xxl-1 {
        padding-right: .25rem !important
    }

    .pe-xxl-2 {
        padding-right: .5rem !important
    }

    .pe-xxl-3 {
        padding-right: 1rem !important
    }

    .pe-xxl-4 {
        padding-right: 1.5rem !important
    }

    .pe-xxl-5 {
        padding-right: 3rem !important
    }

    .pb-xxl-0 {
        padding-bottom: 0 !important
    }

    .pb-xxl-1 {
        padding-bottom: .25rem !important
    }

    .pb-xxl-2 {
        padding-bottom: .5rem !important
    }

    .pb-xxl-3 {
        padding-bottom: 1rem !important
    }

    .pb-xxl-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-xxl-5 {
        padding-bottom: 3rem !important
    }

    .ps-xxl-0 {
        padding-left: 0 !important
    }

    .ps-xxl-1 {
        padding-left: .25rem !important
    }

    .ps-xxl-2 {
        padding-left: .5rem !important
    }

    .ps-xxl-3 {
        padding-left: 1rem !important
    }

    .ps-xxl-4 {
        padding-left: 1.5rem !important
    }

    .ps-xxl-5 {
        padding-left: 3rem !important
    }

    .text-xxl-start {
        text-align: left !important
    }

    .text-xxl-end {
        text-align: right !important
    }

    .text-xxl-center {
        text-align: center !important
    }
}

@media (min-width: 1200px) {
    .fs-1 {
        font-size: 2.5rem !important
    }

    .fs-2 {
        font-size: 2rem !important
    }

    .fs-3 {
        font-size: 1.75rem !important
    }

    .fs-4 {
        font-size: 1.5rem !important
    }

    .fs-sm-1 {
        font-size: 2.5rem !important
    }

    .fs-sm-2 {
        font-size: 2rem !important
    }

    .fs-sm-3 {
        font-size: 1.75rem !important
    }

    .fs-sm-4 {
        font-size: 1.5rem !important
    }

    .fs-md-1 {
        font-size: 2.5rem !important
    }

    .fs-md-2 {
        font-size: 2rem !important
    }

    .fs-md-3 {
        font-size: 1.75rem !important
    }

    .fs-md-4 {
        font-size: 1.5rem !important
    }

    .fs-lg-1 {
        font-size: 2.5rem !important
    }

    .fs-lg-2 {
        font-size: 2rem !important
    }

    .fs-lg-3 {
        font-size: 1.75rem !important
    }

    .fs-lg-4 {
        font-size: 1.5rem !important
    }
}

@media print {
    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-grid {
        display: grid !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-print-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .d-print-none {
        display: none !important
    }
}

:root {
    --mdb-font-roboto: "Roboto", sans-serif
}

body {
    font-family: var(--mdb-font-roboto);
    line-height: 1.6;
    color: #4f4f4f
}

a {
    text-decoration: none
}

button:focus {
    outline: 0
}

.note {
    padding: 10px;
    border-left: 6px solid;
    border-radius: 5px
}

.note strong {
    font-weight: 600
}

.note p {
    font-weight: 500
}

.note-primary {
    background-color: #e1ecfd;
    border-color: #1266f1
}

.note-secondary {
    background-color: #f4e3ff;
    border-color: #b23cfd
}

.note-success {
    background-color: #c6ffdd;
    border-color: #00b74a
}

.note-danger {
    background-color: #fee3e8;
    border-color: #f93154
}

.note-warning {
    background-color: #fff1d6;
    border-color: #ffa900
}

.note-info {
    background-color: #e1f6fc;
    border-color: #39c0ed
}

.note-light {
    background-color: #fbfbfb;
    border-color: #262626
}

@media (min-width: 1199px) {
    .w-responsive {
        width: 75%
    }
}

.bg-primary {
    background-color: #1266f1 !important
}

.bg-secondary {
    background-color: #b23cfd !important
}

.bg-success {
    background-color: #00b74a !important
}

.bg-info {
    background-color: #39c0ed !important
}

.bg-warning {
    background-color: #ffa900 !important
}

.bg-danger {
    background-color: #f93154 !important
}

.bg-light {
    background-color: #fbfbfb !important
}

.bg-dark {
    background-color: #262626 !important
}

.bg-white {
    background-color: #fff !important
}

.bg-black {
    background-color: #000 !important
}

.shadow-0 {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.shadow-1 {
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .05) !important;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .05) !important
}

.shadow-2 {
    -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .05) !important;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .05) !important
}

.shadow-3 {
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .05) !important;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .05) !important
}

.shadow-4 {
    -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .05) !important;
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .05) !important
}

.shadow-5 {
    -webkit-box-shadow: 0 20px 40px 0 rgba(0, 0, 0, .05) !important;
    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, .05) !important
}

.shadow-1-strong {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .25), 0 3px 10px 0 rgba(0, 0, 0, .2) !important;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .25), 0 3px 10px 0 rgba(0, 0, 0, .2) !important
}

.shadow-2-strong {
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .25), 0 5px 15px 2px rgba(0, 0, 0, .2) !important;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .25), 0 5px 15px 2px rgba(0, 0, 0, .2) !important
}

.shadow-3-strong {
    -webkit-box-shadow: 0 6px 11px 0 rgba(0, 0, 0, .25), 0 7px 20px 3px rgba(0, 0, 0, .2) !important;
    box-shadow: 0 6px 11px 0 rgba(0, 0, 0, .25), 0 7px 20px 3px rgba(0, 0, 0, .2) !important
}

.shadow-4-strong {
    -webkit-box-shadow: 0 6px 14px 0 rgba(0, 0, 0, .25), 0 10px 30px 4px rgba(0, 0, 0, .2) !important;
    box-shadow: 0 6px 14px 0 rgba(0, 0, 0, .25), 0 10px 30px 4px rgba(0, 0, 0, .2) !important
}

.shadow-5-strong {
    -webkit-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, .25), 0 12px 40px 5px rgba(0, 0, 0, .2) !important;
    box-shadow: 0 6px 20px 0 rgba(0, 0, 0, .25), 0 12px 40px 5px rgba(0, 0, 0, .2) !important
}

/*!
 * # Semantic UI 2.4.2 - Flag
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
#mdb-table-flag tr {
    cursor: pointer
}

.mdb-flag-selected {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    text-align: center;
    max-width: 150px;
    margin: 10px auto 0
}

.mdb-selected-flag-text {
    margin: 0 auto;
    max-width: 150px
}

i.flag:before {
    display: inline-block;
    width: 16px;
    height: 11px;
    content: "";
    background: url(https://mdbootstrap.com/img/svg/flags.png) no-repeat -108px -1976px
}

i.flag-ad:before, i.flag-andorra:before {
    background-position: 0 0 !important
}

i.flag-ae:before, i.flag-uae:before, i.flag-united-arab-emirates:before {
    background-position: 0 -26px !important
}

i.flag-af:before, i.flag-afghanistan:before {
    background-position: 0 -52px !important
}

i.flag-ag:before, i.flag-antigua:before {
    background-position: 0 -78px !important
}

i.flag-ai:before, i.flag-anguilla:before {
    background-position: 0 -104px !important
}

i.flag-al:before, i.flag-albania:before {
    background-position: 0 -130px !important
}

i.flag-am:before, i.flag-armenia:before {
    background-position: 0 -156px !important
}

i.flag-an:before, i.flag-netherlands-antilles:before {
    background-position: 0 -182px !important
}

i.flag-angola:before, i.flag-ao:before {
    background-position: 0 -208px !important
}

i.flag-ar:before, i.flag-argentina:before {
    background-position: 0 -234px !important
}

i.flag-american-samoa:before, i.flag-as:before {
    background-position: 0 -260px !important
}

i.flag-at:before, i.flag-austria:before {
    background-position: 0 -286px !important
}

i.flag-au:before, i.flag-australia:before {
    background-position: 0 -312px !important
}

i.flag-aruba:before, i.flag-aw:before {
    background-position: 0 -338px !important
}

i.flag-aland-islands:before, i.flag-ax:before {
    background-position: 0 -364px !important
}

i.flag-az:before, i.flag-azerbaijan:before {
    background-position: 0 -390px !important
}

i.flag-ba:before, i.flag-bosnia:before {
    background-position: 0 -416px !important
}

i.flag-barbados:before, i.flag-bb:before {
    background-position: 0 -442px !important
}

i.flag-bangladesh:before, i.flag-bd:before {
    background-position: 0 -468px !important
}

i.flag-be:before, i.flag-belgium:before {
    background-position: 0 -494px !important
}

i.flag-bf:before, i.flag-burkina-faso:before {
    background-position: 0 -520px !important
}

i.flag-bg:before, i.flag-bulgaria:before {
    background-position: 0 -546px !important
}

i.flag-bahrain:before, i.flag-bh:before {
    background-position: 0 -572px !important
}

i.flag-bi:before, i.flag-burundi:before {
    background-position: 0 -598px !important
}

i.flag-benin:before, i.flag-bj:before {
    background-position: 0 -624px !important
}

i.flag-bermuda:before, i.flag-bm:before {
    background-position: 0 -650px !important
}

i.flag-bn:before, i.flag-brunei:before {
    background-position: 0 -676px !important
}

i.flag-bo:before, i.flag-bolivia:before {
    background-position: 0 -702px !important
}

i.flag-br:before, i.flag-brazil:before {
    background-position: 0 -728px !important
}

i.flag-bahamas:before, i.flag-bs:before {
    background-position: 0 -754px !important
}

i.flag-bhutan:before, i.flag-bt:before {
    background-position: 0 -780px !important
}

i.flag-bouvet-island:before, i.flag-bv:before {
    background-position: 0 -806px !important
}

i.flag-botswana:before, i.flag-bw:before {
    background-position: 0 -832px !important
}

i.flag-belarus:before, i.flag-by:before {
    background-position: 0 -858px !important
}

i.flag-belize:before, i.flag-bz:before {
    background-position: 0 -884px !important
}

i.flag-ca:before, i.flag-canada:before {
    background-position: 0 -910px !important
}

i.flag-cc:before, i.flag-cocos-islands:before {
    background-position: 0 -962px !important
}

i.flag-cd:before, i.flag-congo:before {
    background-position: 0 -988px !important
}

i.flag-central-african-republic:before, i.flag-cf:before {
    background-position: 0 -1014px !important
}

i.flag-cg:before, i.flag-congo-brazzaville:before {
    background-position: 0 -1040px !important
}

i.flag-ch:before, i.flag-switzerland:before {
    background-position: 0 -1066px !important
}

i.flag-ci:before, i.flag-cote-divoire:before {
    background-position: 0 -1092px !important
}

i.flag-ck:before, i.flag-cook-islands:before {
    background-position: 0 -1118px !important
}

i.flag-chile:before, i.flag-cl:before {
    background-position: 0 -1144px !important
}

i.flag-cameroon:before, i.flag-cm:before {
    background-position: 0 -1170px !important
}

i.flag-china:before, i.flag-cn:before {
    background-position: 0 -1196px !important
}

i.flag-co:before, i.flag-colombia:before {
    background-position: 0 -1222px !important
}

i.flag-costa-rica:before, i.flag-cr:before {
    background-position: 0 -1248px !important
}

i.flag-cs:before, i.flag-serbia:before {
    background-position: 0 -1274px !important
}

i.flag-cu:before, i.flag-cuba:before {
    background-position: 0 -1300px !important
}

i.flag-cape-verde:before, i.flag-cv:before {
    background-position: 0 -1326px !important
}

i.flag-christmas-island:before, i.flag-cx:before {
    background-position: 0 -1352px !important
}

i.flag-cy:before, i.flag-cyprus:before {
    background-position: 0 -1378px !important
}

i.flag-cz:before, i.flag-czech-republic:before {
    background-position: 0 -1404px !important
}

i.flag-de:before, i.flag-germany:before {
    background-position: 0 -1430px !important
}

i.flag-dj:before, i.flag-djibouti:before {
    background-position: 0 -1456px !important
}

i.flag-denmark:before, i.flag-dk:before {
    background-position: 0 -1482px !important
}

i.flag-dm:before, i.flag-dominica:before {
    background-position: 0 -1508px !important
}

i.flag-do:before, i.flag-dominican-republic:before {
    background-position: 0 -1534px !important
}

i.flag-algeria:before, i.flag-dz:before {
    background-position: 0 -1560px !important
}

i.flag-ec:before, i.flag-ecuador:before {
    background-position: 0 -1586px !important
}

i.flag-ee:before, i.flag-estonia:before {
    background-position: 0 -1612px !important
}

i.flag-eg:before, i.flag-egypt:before {
    background-position: 0 -1638px !important
}

i.flag-eh:before, i.flag-western-sahara:before {
    background-position: 0 -1664px !important
}

i.flag-england:before, i.flag-gb-eng:before {
    background-position: 0 -1690px !important
}

i.flag-er:before, i.flag-eritrea:before {
    background-position: 0 -1716px !important
}

i.flag-es:before, i.flag-spain:before {
    background-position: 0 -1742px !important
}

i.flag-et:before, i.flag-ethiopia:before {
    background-position: 0 -1768px !important
}

i.flag-eu:before, i.flag-european-union:before {
    background-position: 0 -1794px !important
}

i.flag-fi:before, i.flag-finland:before {
    background-position: 0 -1846px !important
}

i.flag-fiji:before, i.flag-fj:before {
    background-position: 0 -1872px !important
}

i.flag-falkland-islands:before, i.flag-fk:before {
    background-position: 0 -1898px !important
}

i.flag-fm:before, i.flag-micronesia:before {
    background-position: 0 -1924px !important
}

i.flag-faroe-islands:before, i.flag-fo:before {
    background-position: 0 -1950px !important
}

i.flag-fr:before, i.flag-france:before {
    background-position: 0 -1976px !important
}

i.flag-ga:before, i.flag-gabon:before {
    background-position: -36px 0 !important
}

i.flag-gb:before, i.flag-uk:before, i.flag-united-kingdom:before {
    background-position: -36px -26px !important
}

i.flag-gd:before, i.flag-grenada:before {
    background-position: -36px -52px !important
}

i.flag-ge:before, i.flag-georgia:before {
    background-position: -36px -78px !important
}

i.flag-french-guiana:before, i.flag-gf:before {
    background-position: -36px -104px !important
}

i.flag-gh:before, i.flag-ghana:before {
    background-position: -36px -130px !important
}

i.flag-gi:before, i.flag-gibraltar:before {
    background-position: -36px -156px !important
}

i.flag-gl:before, i.flag-greenland:before {
    background-position: -36px -182px !important
}

i.flag-gambia:before, i.flag-gm:before {
    background-position: -36px -208px !important
}

i.flag-gn:before, i.flag-guinea:before {
    background-position: -36px -234px !important
}

i.flag-gp:before, i.flag-guadeloupe:before {
    background-position: -36px -260px !important
}

i.flag-equatorial-guinea:before, i.flag-gq:before {
    background-position: -36px -286px !important
}

i.flag-gr:before, i.flag-greece:before {
    background-position: -36px -312px !important
}

i.flag-gs:before, i.flag-sandwich-islands:before {
    background-position: -36px -338px !important
}

i.flag-gt:before, i.flag-guatemala:before {
    background-position: -36px -364px !important
}

i.flag-gu:before, i.flag-guam:before {
    background-position: -36px -390px !important
}

i.flag-guinea-bissau:before, i.flag-gw:before {
    background-position: -36px -416px !important
}

i.flag-guyana:before, i.flag-gy:before {
    background-position: -36px -442px !important
}

i.flag-hk:before, i.flag-hong-kong:before {
    background-position: -36px -468px !important
}

i.flag-heard-island:before, i.flag-hm:before {
    background-position: -36px -494px !important
}

i.flag-hn:before, i.flag-honduras:before {
    background-position: -36px -520px !important
}

i.flag-croatia:before, i.flag-hr:before {
    background-position: -36px -546px !important
}

i.flag-haiti:before, i.flag-ht:before {
    background-position: -36px -572px !important
}

i.flag-hu:before, i.flag-hungary:before {
    background-position: -36px -598px !important
}

i.flag-id:before, i.flag-indonesia:before {
    background-position: -36px -624px !important
}

i.flag-ie:before, i.flag-ireland:before {
    background-position: -36px -650px !important
}

i.flag-il:before, i.flag-israel:before {
    background-position: -36px -676px !important
}

i.flag-in:before, i.flag-india:before {
    background-position: -36px -702px !important
}

i.flag-indian-ocean-territory:before, i.flag-io:before {
    background-position: -36px -728px !important
}

i.flag-iq:before, i.flag-iraq:before {
    background-position: -36px -754px !important
}

i.flag-ir:before, i.flag-iran:before {
    background-position: -36px -780px !important
}

i.flag-iceland:before, i.flag-is:before {
    background-position: -36px -806px !important
}

i.flag-it:before, i.flag-italy:before {
    background-position: -36px -832px !important
}

i.flag-jamaica:before, i.flag-jm:before {
    background-position: -36px -858px !important
}

i.flag-jo:before, i.flag-jordan:before {
    background-position: -36px -884px !important
}

i.flag-japan:before, i.flag-jp:before {
    background-position: -36px -910px !important
}

i.flag-ke:before, i.flag-kenya:before {
    background-position: -36px -936px !important
}

i.flag-kg:before, i.flag-kyrgyzstan:before {
    background-position: -36px -962px !important
}

i.flag-cambodia:before, i.flag-kh:before {
    background-position: -36px -988px !important
}

i.flag-ki:before, i.flag-kiribati:before {
    background-position: -36px -1014px !important
}

i.flag-comoros:before, i.flag-km:before {
    background-position: -36px -1040px !important
}

i.flag-kn:before, i.flag-saint-kitts-and-nevis:before {
    background-position: -36px -1066px !important
}

i.flag-kp:before, i.flag-north-korea:before {
    background-position: -36px -1092px !important
}

i.flag-kr:before, i.flag-south-korea:before {
    background-position: -36px -1118px !important
}

i.flag-kuwait:before, i.flag-kw:before {
    background-position: -36px -1144px !important
}

i.flag-cayman-islands:before, i.flag-ky:before {
    background-position: -36px -1170px !important
}

i.flag-kazakhstan:before, i.flag-kz:before {
    background-position: -36px -1196px !important
}

i.flag-la:before, i.flag-laos:before {
    background-position: -36px -1222px !important
}

i.flag-lb:before, i.flag-lebanon:before {
    background-position: -36px -1248px !important
}

i.flag-lc:before, i.flag-saint-lucia:before {
    background-position: -36px -1274px !important
}

i.flag-li:before, i.flag-liechtenstein:before {
    background-position: -36px -1300px !important
}

i.flag-lk:before, i.flag-sri-lanka:before {
    background-position: -36px -1326px !important
}

i.flag-liberia:before, i.flag-lr:before {
    background-position: -36px -1352px !important
}

i.flag-lesotho:before, i.flag-ls:before {
    background-position: -36px -1378px !important
}

i.flag-lithuania:before, i.flag-lt:before {
    background-position: -36px -1404px !important
}

i.flag-lu:before, i.flag-luxembourg:before {
    background-position: -36px -1430px !important
}

i.flag-latvia:before, i.flag-lv:before {
    background-position: -36px -1456px !important
}

i.flag-libya:before, i.flag-ly:before {
    background-position: -36px -1482px !important
}

i.flag-ma:before, i.flag-morocco:before {
    background-position: -36px -1508px !important
}

i.flag-mc:before, i.flag-monaco:before {
    background-position: -36px -1534px !important
}

i.flag-md:before, i.flag-moldova:before {
    background-position: -36px -1560px !important
}

i.flag-me:before, i.flag-montenegro:before {
    background-position: -36px -1586px !important
}

i.flag-madagascar:before, i.flag-mg:before {
    background-position: -36px -1613px !important
}

i.flag-marshall-islands:before, i.flag-mh:before {
    background-position: -36px -1639px !important
}

i.flag-macedonia:before, i.flag-mk:before {
    background-position: -36px -1665px !important
}

i.flag-mali:before, i.flag-ml:before {
    background-position: -36px -1691px !important
}

i.flag-burma:before, i.flag-mm:before, i.flag-myanmar:before {
    background-position: -73px -1821px !important
}

i.flag-mn:before, i.flag-mongolia:before {
    background-position: -36px -1743px !important
}

i.flag-macau:before, i.flag-mo:before {
    background-position: -36px -1769px !important
}

i.flag-mp:before, i.flag-northern-mariana-islands:before {
    background-position: -36px -1795px !important
}

i.flag-martinique:before, i.flag-mq:before {
    background-position: -36px -1821px !important
}

i.flag-mauritania:before, i.flag-mr:before {
    background-position: -36px -1847px !important
}

i.flag-montserrat:before, i.flag-ms:before {
    background-position: -36px -1873px !important
}

i.flag-malta:before, i.flag-mt:before {
    background-position: -36px -1899px !important
}

i.flag-mauritius:before, i.flag-mu:before {
    background-position: -36px -1925px !important
}

i.flag-maldives:before, i.flag-mv:before {
    background-position: -36px -1951px !important
}

i.flag-malawi:before, i.flag-mw:before {
    background-position: -36px -1977px !important
}

i.flag-mexico:before, i.flag-mx:before {
    background-position: -72px 0 !important
}

i.flag-malaysia:before, i.flag-my:before {
    background-position: -72px -26px !important
}

i.flag-mozambique:before, i.flag-mz:before {
    background-position: -72px -52px !important
}

i.flag-na:before, i.flag-namibia:before {
    background-position: -72px -78px !important
}

i.flag-nc:before, i.flag-new-caledonia:before {
    background-position: -72px -104px !important
}

i.flag-ne:before, i.flag-niger:before {
    background-position: -72px -130px !important
}

i.flag-nf:before, i.flag-norfolk-island:before {
    background-position: -72px -156px !important
}

i.flag-ng:before, i.flag-nigeria:before {
    background-position: -72px -182px !important
}

i.flag-ni:before, i.flag-nicaragua:before {
    background-position: -72px -208px !important
}

i.flag-netherlands:before, i.flag-nl:before {
    background-position: -72px -234px !important
}

i.flag-no:before, i.flag-norway:before {
    background-position: -72px -260px !important
}

i.flag-nepal:before, i.flag-np:before {
    background-position: -72px -286px !important
}

i.flag-nauru:before, i.flag-nr:before {
    background-position: -72px -312px !important
}

i.flag-niue:before, i.flag-nu:before {
    background-position: -72px -338px !important
}

i.flag-new-zealand:before, i.flag-nz:before {
    background-position: -72px -364px !important
}

i.flag-om:before, i.flag-oman:before {
    background-position: -72px -390px !important
}

i.flag-pa:before, i.flag-panama:before {
    background-position: -72px -416px !important
}

i.flag-pe:before, i.flag-peru:before {
    background-position: -72px -442px !important
}

i.flag-french-polynesia:before, i.flag-pf:before {
    background-position: -72px -468px !important
}

i.flag-new-guinea:before, i.flag-pg:before {
    background-position: -72px -494px !important
}

i.flag-ph:before, i.flag-philippines:before {
    background-position: -72px -520px !important
}

i.flag-pakistan:before, i.flag-pk:before {
    background-position: -72px -546px !important
}

i.flag-pl:before, i.flag-poland:before {
    background-position: -72px -572px !important
}

i.flag-pm:before, i.flag-saint-pierre:before {
    background-position: -72px -598px !important
}

i.flag-pitcairn-islands:before, i.flag-pn:before {
    background-position: -72px -624px !important
}

i.flag-pr:before, i.flag-puerto-rico:before {
    background-position: -72px -650px !important
}

i.flag-palestine:before, i.flag-ps:before {
    background-position: -72px -676px !important
}

i.flag-portugal:before, i.flag-pt:before {
    background-position: -72px -702px !important
}

i.flag-palau:before, i.flag-pw:before {
    background-position: -72px -728px !important
}

i.flag-paraguay:before, i.flag-py:before {
    background-position: -72px -754px !important
}

i.flag-qa:before, i.flag-qatar:before {
    background-position: -72px -780px !important
}

i.flag-re:before, i.flag-reunion:before {
    background-position: -72px -806px !important
}

i.flag-ro:before, i.flag-romania:before {
    background-position: -72px -832px !important
}

i.flag-rs:before, i.flag-serbia:before {
    background-position: -72px -858px !important
}

i.flag-ru:before, i.flag-russia:before {
    background-position: -72px -884px !important
}

i.flag-rw:before, i.flag-rwanda:before {
    background-position: -72px -910px !important
}

i.flag-sa:before, i.flag-saudi-arabia:before {
    background-position: -72px -936px !important
}

i.flag-sb:before, i.flag-solomon-islands:before {
    background-position: -72px -962px !important
}

i.flag-sc:before, i.flag-seychelles:before {
    background-position: -72px -988px !important
}

i.flag-gb-sct:before, i.flag-scotland:before {
    background-position: -72px -1014px !important
}

i.flag-sd:before, i.flag-sudan:before {
    background-position: -72px -1040px !important
}

i.flag-se:before, i.flag-sweden:before {
    background-position: -72px -1066px !important
}

i.flag-sg:before, i.flag-singapore:before {
    background-position: -72px -1092px !important
}

i.flag-saint-helena:before, i.flag-sh:before {
    background-position: -72px -1118px !important
}

i.flag-si:before, i.flag-slovenia:before {
    background-position: -72px -1144px !important
}

i.flag-jan-mayen:before, i.flag-sj:before, i.flag-svalbard:before {
    background-position: -72px -1170px !important
}

i.flag-sk:before, i.flag-slovakia:before {
    background-position: -72px -1196px !important
}

i.flag-sierra-leone:before, i.flag-sl:before {
    background-position: -72px -1222px !important
}

i.flag-san-marino:before, i.flag-sm:before {
    background-position: -72px -1248px !important
}

i.flag-senegal:before, i.flag-sn:before {
    background-position: -72px -1274px !important
}

i.flag-so:before, i.flag-somalia:before {
    background-position: -72px -1300px !important
}

i.flag-sr:before, i.flag-suriname:before {
    background-position: -72px -1326px !important
}

i.flag-sao-tome:before, i.flag-st:before {
    background-position: -72px -1352px !important
}

i.flag-el-salvador:before, i.flag-sv:before {
    background-position: -72px -1378px !important
}

i.flag-sy:before, i.flag-syria:before {
    background-position: -72px -1404px !important
}

i.flag-swaziland:before, i.flag-sz:before {
    background-position: -72px -1430px !important
}

i.flag-caicos-islands:before, i.flag-tc:before {
    background-position: -72px -1456px !important
}

i.flag-chad:before, i.flag-td:before {
    background-position: -72px -1482px !important
}

i.flag-french-territories:before, i.flag-tf:before {
    background-position: -72px -1508px !important
}

i.flag-tg:before, i.flag-togo:before {
    background-position: -72px -1534px !important
}

i.flag-th:before, i.flag-thailand:before {
    background-position: -72px -1560px !important
}

i.flag-tajikistan:before, i.flag-tj:before {
    background-position: -72px -1586px !important
}

i.flag-tk:before, i.flag-tokelau:before {
    background-position: -72px -1612px !important
}

i.flag-timorleste:before, i.flag-tl:before {
    background-position: -72px -1638px !important
}

i.flag-tm:before, i.flag-turkmenistan:before {
    background-position: -72px -1664px !important
}

i.flag-tn:before, i.flag-tunisia:before {
    background-position: -72px -1690px !important
}

i.flag-to:before, i.flag-tonga:before {
    background-position: -72px -1716px !important
}

i.flag-tr:before, i.flag-turkey:before {
    background-position: -72px -1742px !important
}

i.flag-trinidad:before, i.flag-tt:before {
    background-position: -72px -1768px !important
}

i.flag-tuvalu:before, i.flag-tv:before {
    background-position: -72px -1794px !important
}

i.flag-taiwan:before, i.flag-tw:before {
    background-position: -72px -1820px !important
}

i.flag-tanzania:before, i.flag-tz:before {
    background-position: -72px -1846px !important
}

i.flag-ua:before, i.flag-ukraine:before {
    background-position: -72px -1872px !important
}

i.flag-ug:before, i.flag-uganda:before {
    background-position: -72px -1898px !important
}

i.flag-um:before, i.flag-us-minor-islands:before {
    background-position: -72px -1924px !important
}

i.flag-america:before, i.flag-united-states:before, i.flag-us:before {
    background-position: -72px -1950px !important
}

i.flag-uruguay:before, i.flag-uy:before {
    background-position: -72px -1976px !important
}

i.flag-uz:before, i.flag-uzbekistan:before {
    background-position: -108px 0 !important
}

i.flag-va:before, i.flag-vatican-city:before {
    background-position: -108px -26px !important
}

i.flag-saint-vincent:before, i.flag-vc:before {
    background-position: -108px -52px !important
}

i.flag-ve:before, i.flag-venezuela:before {
    background-position: -108px -78px !important
}

i.flag-british-virgin-islands:before, i.flag-vg:before {
    background-position: -108px -104px !important
}

i.flag-us-virgin-islands:before, i.flag-vi:before {
    background-position: -108px -130px !important
}

i.flag-vietnam:before, i.flag-vn:before {
    background-position: -108px -156px !important
}

i.flag-vanuatu:before, i.flag-vu:before {
    background-position: -108px -182px !important
}

i.flag-gb-wls:before, i.flag-wales:before {
    background-position: -108px -208px !important
}

i.flag-wallis-and-futuna:before, i.flag-wf:before {
    background-position: -108px -234px !important
}

i.flag-samoa:before, i.flag-ws:before {
    background-position: -108px -260px !important
}

i.flag-ye:before, i.flag-yemen:before {
    background-position: -108px -286px !important
}

i.flag-mayotte:before, i.flag-yt:before {
    background-position: -108px -312px !important
}

i.flag-south-africa:before, i.flag-za:before {
    background-position: -108px -338px !important
}

i.flag-zambia:before, i.flag-zm:before {
    background-position: -108px -364px !important
}

i.flag-zimbabwe:before, i.flag-zw:before {
    background-position: -108px -390px !important
}

.bg-image {
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%
}

.mask {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-attachment: fixed
}

.hover-overlay .mask {
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.hover-overlay .mask:hover {
    opacity: 1
}

.hover-zoom img, .hover-zoom video {
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.hover-zoom:hover img, .hover-zoom:hover video {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.card.hover-shadow, .hover-shadow {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.card.hover-shadow:hover, .hover-shadow:hover {
    -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.bg-fixed {
    background-attachment: fixed
}

.form-control {
    min-height: auto;
    padding-top: 5.28px;
    padding-bottom: 3.28px
}

.form-control, .form-control:focus {
    -webkit-transition: all .1s linear;
    transition: all .1s linear
}

.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #1266f1;
    -webkit-box-shadow: inset 0 0 0 1px #1266f1;
    box-shadow: inset 0 0 0 1px #1266f1
}

.form-control.form-control-sm {
    font-size: .775rem;
    line-height: 1.5
}

.form-control.form-control-lg {
    line-height: 2.15;
    border-radius: .25rem
}

.form-outline {
    position: relative
}

.form-outline .form-control {
    min-height: auto;
    padding: .33em .75em;
    border: 0;
    background: transparent;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.form-outline .form-control ~ .form-label {
    position: absolute;
    top: 0;
    left: .75rem;
    padding-top: .37rem;
    pointer-events: none;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    color: rgba(0, 0, 0, .6);
    margin-bottom: 0
}

.form-outline .form-control ~ .form-notch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
    text-align: left;
    pointer-events: none
}

.form-outline .form-control ~ .form-notch div {
    pointer-events: none;
    border: 1px solid #bdbdbd;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: transparent
}

.form-outline .form-control ~ .form-notch .form-notch-leading {
    left: 0;
    top: 0;
    height: 100%;
    width: .5rem;
    border-right: none;
    border-radius: .25rem 0 0 .25rem
}

.form-outline .form-control ~ .form-notch .form-notch-middle {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: calc(100% - 1rem);
    height: 100%;
    border-right: none;
    border-left: none
}

.form-outline .form-control ~ .form-notch .form-notch-trailing {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 100%;
    border-left: none;
    border-radius: 0 .25rem .25rem 0
}

.form-outline .form-control:not(.placeholder-active)::-webkit-input-placeholder {
    opacity: 0
}

.form-outline .form-control:not(.placeholder-active)::-moz-placeholder {
    opacity: 0
}

.form-outline .form-control:not(.placeholder-active):-ms-input-placeholder {
    opacity: 0
}

.form-outline .form-control:not(.placeholder-active)::-ms-input-placeholder {
    opacity: 0
}

.form-outline .form-control:not(.placeholder-active)::placeholder {
    opacity: 0
}

.form-outline .form-control.active::-webkit-input-placeholder, .form-outline .form-control:focus::-webkit-input-placeholder {
    opacity: 1
}

.form-outline .form-control.active::-moz-placeholder, .form-outline .form-control:focus::-moz-placeholder {
    opacity: 1
}

.form-outline .form-control.active:-ms-input-placeholder, .form-outline .form-control:focus:-ms-input-placeholder {
    opacity: 1
}

.form-outline .form-control.active::-ms-input-placeholder, .form-outline .form-control:focus::-ms-input-placeholder {
    opacity: 1
}

.form-outline .form-control.active::placeholder, .form-outline .form-control:focus::placeholder {
    opacity: 1
}

.form-outline .form-control:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.form-outline .form-control.active ~ .form-label, .form-outline .form-control:focus ~ .form-label {
    -webkit-transform: translateY(-1rem) translateY(.1rem) scale(.8);
    transform: translateY(-1rem) translateY(.1rem) scale(.8)
}

.form-outline .form-control:focus ~ .form-label {
    color: #1266f1
}

.form-outline .form-control.active ~ .form-notch .form-notch-middle, .form-outline .form-control:focus ~ .form-notch .form-notch-middle {
    border-top: none;
    border-right: none;
    border-left: none;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.form-outline .form-control:focus ~ .form-notch .form-notch-middle {
    border-bottom: .125rem solid;
    border-color: #1266f1
}

.form-outline .form-control.active ~ .form-notch .form-notch-leading, .form-outline .form-control:focus ~ .form-notch .form-notch-leading {
    border-right: none;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.form-outline .form-control:focus ~ .form-notch .form-notch-leading {
    border-top: .125rem solid #1266f1;
    border-bottom: .125rem solid #1266f1;
    border-left: .125rem solid #1266f1
}

.form-outline .form-control.active ~ .form-notch .form-notch-trailing, .form-outline .form-control:focus ~ .form-notch .form-notch-trailing {
    border-left: none;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.form-outline .form-control:focus ~ .form-notch .form-notch-trailing {
    border-color: currentcolor currentcolor currentcolor #1266f1;
    border-bottom: .125rem solid #1266f1;
    border-right: .125rem solid #1266f1;
    border-top: .125rem solid #1266f1
}

.form-outline .form-control.disabled, .form-outline .form-control:disabled, .form-outline .form-control[readonly] {
    background-color: #e9ecef
}

.form-outline .form-control.form-control-lg {
    font-size: 1rem;
    line-height: 2.15;
    padding-left: .75em;
    padding-right: .75em
}

.form-outline .form-control.form-control-lg ~ .form-label {
    padding-top: .7rem
}

.form-outline .form-control.form-control-lg.active ~ .form-label, .form-outline .form-control.form-control-lg:focus ~ .form-label {
    -webkit-transform: translateY(-1.25rem) translateY(.1rem) scale(.8);
    transform: translateY(-1.25rem) translateY(.1rem) scale(.8)
}

.form-outline .form-control.form-control-sm {
    padding: .43em .99em .35em;
    font-size: .775rem;
    line-height: 1.6
}

.form-outline .form-control.form-control-sm ~ .form-label {
    padding-top: .33rem;
    font-size: .775rem
}

.form-outline .form-control.form-control-sm.active ~ .form-label, .form-outline .form-control.form-control-sm:focus ~ .form-label {
    -webkit-transform: translateY(-.85rem) translateY(.1rem) scale(.8);
    transform: translateY(-.85rem) translateY(.1rem) scale(.8)
}

.form-outline.form-white .form-control {
    color: #fff
}

.form-outline.form-white .form-control ~ .form-label {
    color: #fbfbfb
}

.form-outline.form-white .form-control ~ .form-notch div {
    border-color: #fbfbfb
}

.form-outline.form-white .form-control:focus ~ .form-label {
    color: #fff
}

.form-outline.form-white .form-control:focus ~ .form-notch .form-notch-middle {
    border-color: #fff
}

.form-outline.form-white .form-control:focus ~ .form-notch .form-notch-leading {
    border-top: .125rem solid #fff;
    border-bottom: .125rem solid #fff;
    border-left: .125rem solid #fff
}

.form-outline.form-white .form-control:focus ~ .form-notch .form-notch-trailing {
    border-color: #fff
}

.select-input.form-control[readonly]:not([disabled]) {
    background-color: transparent
}

.form-check {
    margin-bottom: 0;
    min-height: auto
}

.form-check .form-check-input {
    margin-left: -1.79rem
}

.form-check .form-check-input[type=radio] {
    margin-left: -1.85rem
}

.form-check-input {
    position: relative;
    width: 1.125rem;
    height: 1.125rem;
    background-color: #fff;
    border: .125rem solid #757575
}

.form-check-input:before {
    content: "";
    position: absolute;
    -webkit-box-shadow: 0 0 0 13px transparent;
    box-shadow: 0 0 0 13px transparent;
    border-radius: 50%;
    width: .875rem;
    height: .875rem;
    background-color: transparent;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: scale(0);
    transform: scale(0)
}

.form-check-input:hover {
    cursor: pointer
}

.form-check-input:hover:before {
    opacity: .04;
    -webkit-box-shadow: 0 0 0 13px rgba(0, 0, 0, .6);
    box-shadow: 0 0 0 13px rgba(0, 0, 0, .6)
}

.form-check-input:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #757575;
    -webkit-transition: border-color .2s;
    transition: border-color .2s
}

.form-check-input:focus:before {
    opacity: .12;
    -webkit-box-shadow: 0 0 0 13px rgba(0, 0, 0, .6);
    box-shadow: 0 0 0 13px rgba(0, 0, 0, .6);
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-box-shadow .2s, -webkit-transform .2s;
    transition: -webkit-box-shadow .2s, -webkit-transform .2s;
    transition: box-shadow .2s, transform .2s;
    transition: box-shadow .2s, transform .2s, -webkit-box-shadow .2s, -webkit-transform .2s
}

.form-check-input:checked {
    border-color: #1266f1
}

.form-check-input:checked:before {
    opacity: .16
}

.form-check-input:checked:after {
    content: "";
    position: absolute
}

.form-check-input:checked:focus {
    border-color: #1266f1
}

.form-check-input:checked:focus:before {
    -webkit-box-shadow: 0 0 0 13px #1266f1;
    box-shadow: 0 0 0 13px #1266f1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-box-shadow .2s, -webkit-transform .2s;
    transition: -webkit-box-shadow .2s, -webkit-transform .2s;
    transition: box-shadow .2s, transform .2s;
    transition: box-shadow .2s, transform .2s, -webkit-box-shadow .2s, -webkit-transform .2s
}

.form-check-input:indeterminate:focus:before {
    -webkit-box-shadow: 0 0 0 13px #1266f1;
    box-shadow: 0 0 0 13px #1266f1
}

.form-check-input[type=checkbox] {
    border-radius: .125rem
}

.form-check-input[type=checkbox]:focus:after {
    content: "";
    position: absolute;
    width: .875rem;
    height: .875rem;
    z-index: 1;
    display: block;
    border-radius: 0;
    background-color: #fff
}

.form-check-input[type=checkbox]:checked {
    background-image: none;
    background-color: #1266f1
}

.form-check-input[type=checkbox]:checked:after {
    display: block;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: .375rem;
    height: .8125rem;
    border: .125rem solid #fff;
    border-top: 0;
    border-left: 0;
    margin-left: .25rem;
    margin-top: -1px;
    background-color: transparent
}

.form-check-input[type=checkbox]:checked:focus {
    background-color: #1266f1
}

.form-check-input[type=checkbox]:indeterminate {
    background-image: none;
    background-color: transparent;
    border-color: #757575
}

.form-check-input[type=checkbox]:indeterminate:after {
    display: block;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    width: .125rem;
    height: .875rem;
    border: .125rem solid #fff;
    border-top: 0;
    border-left: 0;
    margin-left: .375rem;
    margin-top: 0
}

.form-check-input[type=checkbox]:indeterminate:focus {
    background-color: #1266f1;
    border-color: #1266f1
}

.form-check-input[type=radio] {
    border-radius: 50%;
    width: 1.25rem;
    height: 1.25rem
}

.form-check-input[type=radio]:before {
    width: 1rem;
    height: 1rem
}

.form-check-input[type=radio]:after {
    content: "";
    position: absolute;
    width: 1rem;
    height: 1rem;
    z-index: 1;
    display: block;
    border-radius: 50%;
    background-color: #fff
}

.form-check-input[type=radio]:checked {
    background-image: none;
    background-color: #fff
}

.form-check-input[type=radio]:checked:after {
    border-radius: 50%;
    width: .625rem;
    height: .625rem;
    border-color: #1266f1;
    background-color: #1266f1;
    margin-top: .1875rem;
    margin-left: .1875rem;
    -webkit-transition: border-color;
    transition: border-color
}

.form-check-input[type=radio]:checked:focus {
    background-color: #fff
}

.form-check-label:hover {
    cursor: pointer
}

.form-switch {
    padding-left: 1.85rem
}

.form-switch .form-check-input {
    background-image: none;
    border-width: 0;
    border-radius: .4375rem;
    width: 2.25rem;
    height: .875rem;
    background-color: rgba(0, 0, 0, .38);
    margin-top: .35rem;
    margin-right: .7rem
}

.form-switch .form-check-input:after {
    content: "";
    position: absolute;
    border: none;
    z-index: 2;
    border-radius: 50%;
    width: 1.25rem;
    height: 1.25rem;
    background-color: #fff;
    margin-top: -.1875rem;
    -webkit-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
    -webkit-transition: background-color .2s, -webkit-transform .2s;
    transition: background-color .2s, -webkit-transform .2s;
    transition: background-color .2s, transform .2s;
    transition: background-color .2s, transform .2s, -webkit-transform .2s
}

.form-switch .form-check-input:focus {
    background-image: none
}

.form-switch .form-check-input:focus:before {
    -webkit-box-shadow: 3px -1px 0 13px rgba(0, 0, 0, .6);
    box-shadow: 3px -1px 0 13px rgba(0, 0, 0, .6);
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-box-shadow .2s, -webkit-transform .2s;
    transition: -webkit-box-shadow .2s, -webkit-transform .2s;
    transition: box-shadow .2s, transform .2s;
    transition: box-shadow .2s, transform .2s, -webkit-box-shadow .2s, -webkit-transform .2s
}

.form-switch .form-check-input:focus:after {
    border-radius: 50%;
    width: 1.25rem;
    height: 1.25rem
}

.form-switch .form-check-input:checked, .form-switch .form-check-input:checked:focus {
    background-image: none
}

.form-switch .form-check-input:checked:focus:before {
    margin-left: 1.0625rem;
    -webkit-box-shadow: 3px -1px 0 13px #1266f1;
    box-shadow: 3px -1px 0 13px #1266f1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-box-shadow .2s, -webkit-transform .2s;
    transition: -webkit-box-shadow .2s, -webkit-transform .2s;
    transition: box-shadow .2s, transform .2s;
    transition: box-shadow .2s, transform .2s, -webkit-box-shadow .2s, -webkit-transform .2s
}

.form-switch .form-check-input:checked[type=checkbox] {
    background-image: none
}

.form-switch .form-check-input:checked[type=checkbox]:after {
    content: "";
    position: absolute;
    border: none;
    z-index: 2;
    border-radius: 50%;
    width: 1.25rem;
    height: 1.25rem;
    background-color: #1266f1;
    margin-top: -3px;
    margin-left: 1.0625rem;
    -webkit-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
    -webkit-transition: background-color .2s, -webkit-transform .2s;
    transition: background-color .2s, -webkit-transform .2s;
    transition: background-color .2s, transform .2s;
    transition: background-color .2s, transform .2s, -webkit-transform .2s
}

.form-file, .form-file-input {
    height: calc(2.12rem + 2px)
}

.form-file-input:focus-within ~ .form-file-label {
    border: #1266f1;
    -webkit-box-shadow: 0 0 0 1px #1266f1;
    box-shadow: 0 0 0 1px #1266f1
}

.form-file-input:focus-within ~ .form-file-label .form-file-button, .form-file-input:focus-within ~ .form-file-label .form-file-text {
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.form-file-input:disabled ~ .form-file-label .form-file-button, .form-file-input:disabled ~ .form-file-label .form-file-text, .form-file-input[disabled] ~ .form-file-label .form-file-button, .form-file-input[disabled] ~ .form-file-label .form-file-text {
    background-color: #e9ecef
}

.form-file-label {
    height: calc(2.12rem + 2px);
    border-color: #bdbdbd;
    border-radius: .2rem
}

.form-file-text {
    padding-top: .33rem;
    padding-bottom: .33rem
}

.form-file-button {
    line-height: 1.5;
    background-color: #fff
}

.form-file-sm {
    font-size: .775rem
}

.form-file-sm, .form-file-sm .form-file-input, .form-file-sm .form-file-label {
    height: calc(1.66rem + 2px)
}

.form-file-sm .form-file-button, .form-file-sm .form-file-text {
    line-height: 1.5;
    padding-top: .33rem;
    padding-bottom: .33rem
}

.form-file-lg {
    font-size: 1rem
}

.form-file-lg, .form-file-lg .form-file-input, .form-file-lg .form-file-label {
    height: calc(2.645rem + 2px)
}

.form-file-lg .form-file-button, .form-file-lg .form-file-text {
    line-height: 2.15;
    padding-top: .33rem;
    padding-bottom: .33rem
}

.input-group > .form-control {
    min-height: calc(2.08rem + 2px);
    height: calc(2.08rem + 2px);
    padding-top: .27rem;
    padding-bottom: .27rem;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.input-group > .form-control:focus {
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    border-color: #1266f1;
    outline: 0;
    -webkit-box-shadow: inset 0 0 0 1px #1266f1;
    box-shadow: inset 0 0 0 1px #1266f1
}

.input-group-text {
    background-color: transparent;
    padding-top: .26rem;
    padding-bottom: .26rem
}

.input-group-lg > .form-control {
    height: calc(2.645rem + 2px);
    font-size: 1rem;
    padding-top: .33rem;
    padding-bottom: .33rem
}

.input-group-lg .input-group-text {
    font-size: 1rem
}

.input-group-sm > .form-control {
    min-height: calc(1.66rem + 2px);
    height: calc(1.66rem + 2px);
    font-size: .775rem;
    padding-top: .33rem;
    padding-bottom: .33rem
}

.input-group-sm .input-group-text {
    font-size: .775rem;
    line-height: 1.6
}

.input-group.form-outline .input-group-text {
    border-left: 0
}

.input-group.form-outline input + .input-group-text {
    border: 0;
    border-left: 1px solid #bdbdbd
}

.input-group > [class*=btn-outline-] + [class*=btn-outline-] {
    border-left: 0
}

.was-validated :valid ~ .valid-feedback, .was-validated :valid ~ .valid-tooltip {
    position: absolute
}

.was-validated :valid.form-check-input:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.was-validated :valid.form-check-input:checked:focus:before, .was-validated :valid.form-check-input:focus:before {
    -webkit-box-shadow: 0 0 0 13px #00b74a;
    box-shadow: 0 0 0 13px #00b74a
}

.was-validated :valid.form-check-input[type=checkbox]:checked:focus {
    background-color: #00b74a;
    border-color: #00b74a
}

.was-validated :valid.form-check-input[type=radio]:checked {
    border-color: #00b74a;
    background-color: #fff
}

.was-validated :valid.form-check-input[type=radio]:checked:focus:before {
    -webkit-box-shadow: 0 0 0 13px #00b74a;
    box-shadow: 0 0 0 13px #00b74a
}

.was-validated :valid.form-check-input[type=radio]:checked:after {
    border-color: #00b74a;
    background-color: #00b74a
}

.was-validated :valid.form-check-input ~ .form-check-label {
    margin-bottom: 1rem
}

.was-validated :valid.form-file-input:focus ~ .form-file-label {
    -webkit-box-shadow: none;
    box-shadow: none
}

.was-validated :valid.form-file-input:focus-within ~ .form-file-label .form-file-button, .was-validated :valid.form-file-input:focus-within ~ .form-file-label .form-file-text {
    border-color: #00b74a
}

.was-validated :invalid ~ .invalid-feedback, .was-validated :invalid ~ .invalid-tooltip {
    position: absolute
}

.was-validated :invalid.form-check-input:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.was-validated :invalid.form-check-input:checked:focus:before, .was-validated :invalid.form-check-input:focus:before {
    -webkit-box-shadow: 0 0 0 13px #f93154;
    box-shadow: 0 0 0 13px #f93154
}

.was-validated :invalid.form-check-input[type=checkbox]:checked:focus {
    background-color: #f93154;
    border-color: #f93154
}

.was-validated :invalid.form-check-input[type=radio]:checked {
    border-color: #f93154;
    background-color: #fff
}

.was-validated :invalid.form-check-input[type=radio]:checked:focus:before {
    -webkit-box-shadow: 0 0 0 13px #f93154;
    box-shadow: 0 0 0 13px #f93154
}

.was-validated :invalid.form-check-input[type=radio]:checked:after {
    border-color: #f93154;
    background-color: #f93154
}

.was-validated :invalid.form-check-input ~ .form-check-label {
    margin-bottom: 1rem
}

.was-validated :invalid.form-file-input:focus ~ .form-file-label {
    -webkit-box-shadow: none;
    box-shadow: none
}

.was-validated :invalid.form-file-input:focus-within ~ .form-file-label .form-file-button, .was-validated :invalid.form-file-input:focus-within ~ .form-file-label .form-file-text {
    border-color: #f93154
}

.was-validated .form-control:invalid, .was-validated .form-control:valid {
    margin-bottom: 1rem;
    background-image: none
}

.was-validated .form-outline .form-control:valid ~ .form-label {
    color: #00b74a
}

.was-validated .form-outline .form-control:valid ~ .form-notch .form-notch-leading, .was-validated .form-outline .form-control:valid ~ .form-notch .form-notch-middle, .was-validated .form-outline .form-control:valid ~ .form-notch .form-notch-trailing {
    border-color: #00b74a
}

.was-validated .form-outline .form-control:invalid ~ .form-label {
    color: #f93154
}

.was-validated .form-outline .form-control:invalid ~ .form-notch .form-notch-leading, .was-validated .form-outline .form-control:invalid ~ .form-notch .form-notch-middle, .was-validated .form-outline .form-control:invalid ~ .form-notch .form-notch-trailing {
    border-color: #f93154
}

.was-validated .input-group .form-control:invalid, .was-validated .input-group .form-control:valid {
    margin-bottom: 0
}

.was-validated .input-group .invalid-feedback, .was-validated .input-group .valid-feedback {
    margin-top: 2.5rem
}

.was-validated .input-group .invalid-tooltip, .was-validated .input-group .valid-tooltip {
    border-radius: .25rem !important
}

.was-validated .form-file {
    margin-bottom: 2.5rem
}

.was-validated .form-file .form-file-input:focus-within ~ .form-file-label {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.was-validated .form-file .form-file-input:valid ~ .form-file-label .form-file-button, .was-validated .form-file .form-file-input:valid ~ .form-file-label .form-file-text {
    border-color: #00b74a
}

.was-validated .form-file .form-file-input:invalid ~ .form-file-label .form-file-button, .was-validated .form-file .form-file-input:invalid ~ .form-file-label .form-file-text {
    border-color: #f93154
}

.is-valid ~ .valid-feedback, .is-valid ~ .valid-tooltip {
    position: absolute
}

.is-valid.form-control {
    margin-bottom: 1rem;
    background-image: none
}

.is-valid.form-select {
    background-image: none
}

.is-valid.form-check-input:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.is-valid.form-check-input:checked:focus:before, .is-valid.form-check-input:focus:before {
    -webkit-box-shadow: 0 0 0 13px #00b74a;
    box-shadow: 0 0 0 13px #00b74a
}

.is-valid.form-check-input[type=checkbox] {
    border-color: #00b74a
}

.is-valid.form-check-input[type=checkbox]:before {
    border-color: #fff
}

.is-valid.form-check-input[type=checkbox]:checked {
    background-color: #00b74a;
    border-color: #00b74a
}

.is-valid.form-check-input[type=checkbox]:checked:before {
    border-color: #fff
}

.is-valid.form-check-input[type=checkbox]:checked:focus {
    background-color: #00b74a;
    border-color: #00b74a
}

.is-valid.form-check-input[type=radio]:checked {
    border-color: #00b74a;
    background-color: #fff
}

.is-valid.form-check-input[type=radio]:checked:focus:before {
    -webkit-box-shadow: 0 0 0 13px #00b74a;
    box-shadow: 0 0 0 13px #00b74a
}

.is-valid.form-check-input[type=radio]:checked:after {
    border-color: #00b74a;
    background-color: #00b74a
}

.is-valid.form-check-input ~ .form-check-label {
    margin-bottom: 1rem
}

.is-valid.form-file-input:focus ~ .form-file-label {
    -webkit-box-shadow: none;
    box-shadow: none
}

.is-valid.form-file-input:focus-within ~ .form-file-label .form-file-button, .is-valid.form-file-input:focus-within ~ .form-file-label .form-file-text {
    border-color: #00b74a
}

.is-invalid ~ .invalid-feedback, .is-invalid ~ .invalid-tooltip {
    position: absolute
}

.is-invalid.form-control {
    margin-bottom: 1rem;
    background-image: none
}

.is-invalid.form-select {
    background-image: none
}

.is-invalid.form-check-input:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.is-invalid.form-check-input:checked:focus:before, .is-invalid.form-check-input:focus:before {
    -webkit-box-shadow: 0 0 0 13px #f93154;
    box-shadow: 0 0 0 13px #f93154
}

.is-invalid.form-check-input[type=checkbox] {
    border-color: #f93154
}

.is-invalid.form-check-input[type=checkbox]:before {
    border-color: #fff
}

.is-invalid.form-check-input[type=checkbox]:checked {
    background-color: #f93154;
    border-color: #f93154
}

.is-invalid.form-check-input[type=checkbox]:checked:before {
    border-color: #fff
}

.is-invalid.form-check-input[type=checkbox]:checked:focus {
    background-color: #f93154;
    border-color: #f93154
}

.is-invalid.form-check-input[type=radio]:checked {
    border-color: #f93154;
    background-color: #fff
}

.is-invalid.form-check-input[type=radio]:checked:focus:before {
    -webkit-box-shadow: 0 0 0 13px #f93154;
    box-shadow: 0 0 0 13px #f93154
}

.is-invalid.form-check-input[type=radio]:checked:after {
    border-color: #f93154;
    background-color: #f93154
}

.is-invalid.form-check-input ~ .form-check-label {
    margin-bottom: 1rem
}

.is-invalid.form-file-input:focus ~ .form-file-label {
    -webkit-box-shadow: none;
    box-shadow: none
}

.is-invalid.form-file-input:focus-within ~ .form-file-label .form-file-button, .is-invalid.form-file-input:focus-within ~ .form-file-label .form-file-text {
    border-color: #f93154
}

.invalid-feedback, .valid-feedback {
    margin-top: -.75rem
}

.form-outline .form-control.is-valid ~ .form-label {
    color: #00b74a
}

.form-outline .form-control.is-valid ~ .form-notch .form-notch-leading, .form-outline .form-control.is-valid ~ .form-notch .form-notch-middle, .form-outline .form-control.is-valid ~ .form-notch .form-notch-trailing {
    border-color: #00b74a
}

.form-outline .form-control.is-invalid ~ .form-label {
    color: #f93154
}

.form-outline .form-control.is-invalid ~ .form-notch .form-notch-leading, .form-outline .form-control.is-invalid ~ .form-notch .form-notch-middle, .form-outline .form-control.is-invalid ~ .form-notch .form-notch-trailing {
    border-color: #f93154
}

.input-group .form-control.is-invalid, .input-group .form-control.is-valid {
    margin-bottom: 0
}

.input-group .invalid-feedback, .input-group .valid-feedback {
    margin-top: 2.5rem
}

.input-group .invalid-tooltip, .input-group .valid-tooltip {
    border-radius: .25rem !important
}

.form-file .invalid-feedback, .form-file .valid-feedback {
    margin-top: .25rem
}

.valid-tooltip {
    color: #fff
}

.invalid-feedback {
    width: auto
}

.form-range:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.form-range:focus::-webkit-slider-thumb {
    -webkit-box-shadow: none;
    box-shadow: none
}

.form-range:focus::-moz-range-thumb {
    box-shadow: none
}

.form-range:focus::-ms-thumb {
    box-shadow: none
}

.form-range::-moz-focus-outer {
    border: 0
}

.form-range::-webkit-slider-thumb {
    margin-top: -6px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none
}

.form-range::-webkit-slider-runnable-track {
    height: 4px;
    border-radius: 0
}

.form-range::-moz-range-thumb {
    box-shadow: none;
    -moz-appearance: none;
    appearance: none
}

.table {
    font-size: .9rem
}

.table > :not(caption) > * > * {
    padding: 1rem 1.4rem;
    -webkit-transition: background-color .2s ease-in;
    transition: background-color .2s ease-in;
    background-image: none;
    background-color: var(--bs-table-accent-bg)
}

.table th {
    font-weight: 500
}

.table tbody {
    font-weight: 300
}

.table > :not(:last-child) > :last-child > * {
    border-bottom-color: inherit
}

.table-sm > :not(caption) > * > * {
    padding: .5rem 1.4rem
}

.table-primary {
    background-color: #d0e0fc
}

.table-secondary {
    background-color: #f0d8ff
}

.table-success {
    background-color: #ccf1db
}

.table-info {
    background-color: #d7f2fb
}

.table-warning {
    background-color: #fec
}

.table-danger {
    background-color: #fed6dd
}

.table-light {
    background-color: #fbfbfb
}

.table-dark {
    background-color: #262626
}

.btn {
    text-transform: uppercase;
    vertical-align: bottom;
    border: 0;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .2), 0 2px 10px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .2), 0 2px 10px 0 rgba(0, 0, 0, .1);
    font-weight: 500;
    padding: .625rem 1.5rem .5rem;
    font-size: .75rem;
    line-height: 1.5
}

.btn.active, .btn.active:focus, .btn.focus, .btn:active, .btn:active:focus, .btn:focus, .btn:hover {
    -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .2), 0 4px 20px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .2), 0 4px 20px 0 rgba(0, 0, 0, .1)
}

.btn.disabled, .btn:disabled, fieldset:disabled .btn {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .2), 0 2px 10px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .2), 0 2px 10px 0 rgba(0, 0, 0, .1);
    border: 0
}

.btn-check:focus + .btn, .btn:focus {
    outline: 0;
    -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .2), 0 4px 20px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .2), 0 4px 20px 0 rgba(0, 0, 0, .1)
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block + .btn-block {
    margin-top: .5rem
}

[class*=btn-outline-] {
    border-width: .125rem;
    border-style: solid;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: .5rem 1.375rem .375rem
}

[class*=btn-outline-].focus, [class*=btn-outline-]:focus, [class*=btn-outline-]:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none
}

[class*=btn-outline-].active, [class*=btn-outline-].active:focus, [class*=btn-outline-].disabled, [class*=btn-outline-]:active, [class*=btn-outline-]:active:focus, [class*=btn-outline-]:disabled, fieldset:disabled [class*=btn-outline-] {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-group-lg > [class*=btn-outline-].btn, [class*=btn-outline-].btn-lg {
    padding: .625rem 1.5625rem .5625rem
}

.btn-group-sm > [class*=btn-outline-].btn, [class*=btn-outline-].btn-sm {
    padding: .25rem .875rem .1875rem
}

.btn-primary {
    color: #fff;
    background-color: #1266f1
}

.btn-primary.focus, .btn-primary:focus, .btn-primary:hover {
    color: #fff;
    background-color: #0c56d0
}

.btn-check:active + .btn-primary, .btn-check:checked + .btn-primary, .btn-primary.active, .btn-primary:active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #093d94
}

.btn-check:active + .btn-primary:focus, .btn-check:checked + .btn-primary:focus, .btn-primary.active:focus, .btn-primary:active:focus, .show > .btn-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .2), 0 4px 20px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .2), 0 4px 20px 0 rgba(0, 0, 0, .1)
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #1266f1
}

.btn-secondary {
    color: #fff;
    background-color: #b23cfd
}

.btn-secondary.focus, .btn-secondary:focus, .btn-secondary:hover {
    color: #fff;
    background-color: #a316fd
}

.btn-check:active + .btn-secondary, .btn-check:checked + .btn-secondary, .btn-secondary.active, .btn-secondary:active, .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #8102d1
}

.btn-check:active + .btn-secondary:focus, .btn-check:checked + .btn-secondary:focus, .btn-secondary.active:focus, .btn-secondary:active:focus, .show > .btn-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .2), 0 4px 20px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .2), 0 4px 20px 0 rgba(0, 0, 0, .1)
}

.btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #b23cfd
}

.btn-success {
    color: #fff;
    background-color: #00b74a
}

.btn-success.focus, .btn-success:focus, .btn-success:hover {
    color: #fff;
    background-color: #00913b
}

.btn-check:active + .btn-success, .btn-check:checked + .btn-success, .btn-success.active, .btn-success:active, .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #005121
}

.btn-check:active + .btn-success:focus, .btn-check:checked + .btn-success:focus, .btn-success.active:focus, .btn-success:active:focus, .show > .btn-success.dropdown-toggle:focus {
    -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .2), 0 4px 20px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .2), 0 4px 20px 0 rgba(0, 0, 0, .1)
}

.btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #00b74a
}

.btn-info {
    color: #fff;
    background-color: #39c0ed
}

.btn-info.focus, .btn-info:focus, .btn-info:hover {
    color: #fff;
    background-color: #16b5ea
}

.btn-check:active + .btn-info, .btn-check:checked + .btn-info, .btn-info.active, .btn-info:active, .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #1088b0
}

.btn-check:active + .btn-info:focus, .btn-check:checked + .btn-info:focus, .btn-info.active:focus, .btn-info:active:focus, .show > .btn-info.dropdown-toggle:focus {
    -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .2), 0 4px 20px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .2), 0 4px 20px 0 rgba(0, 0, 0, .1)
}

.btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #39c0ed
}

.btn-warning {
    color: #fff;
    background-color: #ffa900
}

.btn-warning.focus, .btn-warning:focus, .btn-warning:hover {
    color: #fff;
    background-color: #d99000
}

.btn-check:active + .btn-warning, .btn-check:checked + .btn-warning, .btn-warning.active, .btn-warning:active, .show > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #996500
}

.btn-check:active + .btn-warning:focus, .btn-check:checked + .btn-warning:focus, .btn-warning.active:focus, .btn-warning:active:focus, .show > .btn-warning.dropdown-toggle:focus {
    -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .2), 0 4px 20px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .2), 0 4px 20px 0 rgba(0, 0, 0, .1)
}

.btn-warning.disabled, .btn-warning:disabled {
    color: #fff;
    background-color: #ffa900
}

.btn-danger {
    color: #fff;
    background-color: #f93154
}

.btn-danger.focus, .btn-danger:focus, .btn-danger:hover {
    color: #fff;
    background-color: #f80c35
}

.btn-check:active + .btn-danger, .btn-check:checked + .btn-danger, .btn-danger.active, .btn-danger:active, .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #be0626
}

.btn-check:active + .btn-danger:focus, .btn-check:checked + .btn-danger:focus, .btn-danger.active:focus, .btn-danger:active:focus, .show > .btn-danger.dropdown-toggle:focus {
    -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .2), 0 4px 20px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .2), 0 4px 20px 0 rgba(0, 0, 0, .1)
}

.btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #f93154
}

.btn-light {
    color: #4f4f4f;
    background-color: #fbfbfb
}

.btn-light.focus, .btn-light:focus, .btn-light:hover {
    color: #4f4f4f;
    background-color: #e8e8e8
}

.btn-check:active + .btn-light, .btn-check:checked + .btn-light, .btn-light.active, .btn-light:active, .show > .btn-light.dropdown-toggle {
    color: #4f4f4f;
    background-color: #c8c8c8
}

.btn-check:active + .btn-light:focus, .btn-check:checked + .btn-light:focus, .btn-light.active:focus, .btn-light:active:focus, .show > .btn-light.dropdown-toggle:focus {
    -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .2), 0 4px 20px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .2), 0 4px 20px 0 rgba(0, 0, 0, .1)
}

.btn-light.disabled, .btn-light:disabled {
    color: #4f4f4f;
    background-color: #fbfbfb
}

.btn-dark {
    color: #fff;
    background-color: #262626
}

.btn-dark.focus, .btn-dark:focus, .btn-dark:hover {
    color: #fff;
    background-color: #131313
}

.btn-check:active + .btn-dark, .btn-check:checked + .btn-dark, .btn-dark.active, .btn-dark:active, .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #000
}

.btn-check:active + .btn-dark:focus, .btn-check:checked + .btn-dark:focus, .btn-dark.active:focus, .btn-dark:active:focus, .show > .btn-dark.dropdown-toggle:focus {
    -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .2), 0 4px 20px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .2), 0 4px 20px 0 rgba(0, 0, 0, .1)
}

.btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #262626
}

.btn-white {
    color: #4f4f4f;
    background-color: #fff
}

.btn-white.focus, .btn-white:focus, .btn-white:hover {
    color: #4f4f4f;
    background-color: #ececec
}

.btn-check:active + .btn-white, .btn-check:checked + .btn-white, .btn-white.active, .btn-white:active, .show > .btn-white.dropdown-toggle {
    color: #4f4f4f;
    background-color: #ccc
}

.btn-check:active + .btn-white:focus, .btn-check:checked + .btn-white:focus, .btn-white.active:focus, .btn-white:active:focus, .show > .btn-white.dropdown-toggle:focus {
    -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .2), 0 4px 20px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .2), 0 4px 20px 0 rgba(0, 0, 0, .1)
}

.btn-white.disabled, .btn-white:disabled {
    color: #4f4f4f;
    background-color: #fff
}

.btn-black, .btn-black.active, .btn-black.focus, .btn-black:active, .btn-black:focus, .btn-black:hover, .btn-check:active + .btn-black, .btn-check:checked + .btn-black, .show > .btn-black.dropdown-toggle {
    color: #fff;
    background-color: #000
}

.btn-black.active:focus, .btn-black:active:focus, .btn-check:active + .btn-black:focus, .btn-check:checked + .btn-black:focus, .show > .btn-black.dropdown-toggle:focus {
    -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .2), 0 4px 20px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .2), 0 4px 20px 0 rgba(0, 0, 0, .1)
}

.btn-black.disabled, .btn-black:disabled {
    color: #fff;
    background-color: #000
}

.btn-outline-primary {
    color: #1266f1;
    border-color: #1266f1
}

.btn-outline-primary:hover {
    color: #1266f1;
    background-color: rgba(0, 0, 0, .02)
}

.btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show, .btn-outline-primary.focus, .btn-outline-primary:active, .btn-outline-primary:focus {
    color: #1266f1;
    background-color: transparent
}

.btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus, .btn-outline-primary:active:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #1266f1
}

.btn-outline-secondary {
    color: #b23cfd;
    border-color: #b23cfd
}

.btn-outline-secondary:hover {
    color: #b23cfd;
    background-color: rgba(0, 0, 0, .02)
}

.btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show, .btn-outline-secondary.focus, .btn-outline-secondary:active, .btn-outline-secondary:focus {
    color: #b23cfd;
    background-color: transparent
}

.btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus, .btn-outline-secondary:active:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #b23cfd
}

.btn-outline-success {
    color: #00b74a;
    border-color: #00b74a
}

.btn-outline-success:hover {
    color: #00b74a;
    background-color: rgba(0, 0, 0, .02)
}

.btn-outline-success.active, .btn-outline-success.dropdown-toggle.show, .btn-outline-success.focus, .btn-outline-success:active, .btn-outline-success:focus {
    color: #00b74a;
    background-color: transparent
}

.btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus, .btn-outline-success:active:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #00b74a
}

.btn-outline-info {
    color: #39c0ed;
    border-color: #39c0ed
}

.btn-outline-info:hover {
    color: #39c0ed;
    background-color: rgba(0, 0, 0, .02)
}

.btn-outline-info.active, .btn-outline-info.dropdown-toggle.show, .btn-outline-info.focus, .btn-outline-info:active, .btn-outline-info:focus {
    color: #39c0ed;
    background-color: transparent
}

.btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus, .btn-outline-info:active:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #39c0ed
}

.btn-outline-warning {
    color: #ffa900;
    border-color: #ffa900
}

.btn-outline-warning:hover {
    color: #ffa900;
    background-color: rgba(0, 0, 0, .02)
}

.btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show, .btn-outline-warning.focus, .btn-outline-warning:active, .btn-outline-warning:focus {
    color: #ffa900;
    background-color: transparent
}

.btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus, .btn-outline-warning:active:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffa900
}

.btn-outline-danger {
    color: #f93154;
    border-color: #f93154
}

.btn-outline-danger:hover {
    color: #f93154;
    background-color: rgba(0, 0, 0, .02)
}

.btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show, .btn-outline-danger.focus, .btn-outline-danger:active, .btn-outline-danger:focus {
    color: #f93154;
    background-color: transparent
}

.btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus, .btn-outline-danger:active:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #f93154
}

.btn-outline-light {
    color: #fbfbfb;
    border-color: #fbfbfb
}

.btn-outline-light:hover {
    color: #fbfbfb;
    background-color: rgba(0, 0, 0, .02)
}

.btn-outline-light.active, .btn-outline-light.dropdown-toggle.show, .btn-outline-light.focus, .btn-outline-light:active, .btn-outline-light:focus {
    color: #fbfbfb;
    background-color: transparent
}

.btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus, .btn-outline-light:active:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #fbfbfb
}

.btn-outline-dark {
    color: #262626;
    border-color: #262626
}

.btn-outline-dark:hover {
    color: #262626;
    background-color: rgba(0, 0, 0, .02)
}

.btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show, .btn-outline-dark.focus, .btn-outline-dark:active, .btn-outline-dark:focus {
    color: #262626;
    background-color: transparent
}

.btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus, .btn-outline-dark:active:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #262626
}

.btn-outline-white {
    color: #fff;
    border-color: #fff
}

.btn-outline-white:hover {
    color: #fff;
    background-color: rgba(0, 0, 0, .02)
}

.btn-outline-white.active, .btn-outline-white.dropdown-toggle.show, .btn-outline-white.focus, .btn-outline-white:active, .btn-outline-white:focus {
    color: #fff;
    background-color: transparent
}

.btn-outline-white.active:focus, .btn-outline-white.dropdown-toggle.show:focus, .btn-outline-white:active:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-outline-white.disabled, .btn-outline-white:disabled {
    color: #fff
}

.btn-outline-black {
    color: #000;
    border-color: #000
}

.btn-outline-black:hover {
    color: #000;
    background-color: rgba(0, 0, 0, .02)
}

.btn-outline-black.active, .btn-outline-black.dropdown-toggle.show, .btn-outline-black.focus, .btn-outline-black:active, .btn-outline-black:focus {
    color: #000;
    background-color: transparent
}

.btn-outline-black.active:focus, .btn-outline-black.dropdown-toggle.show:focus, .btn-outline-black:active:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-outline-black.disabled, .btn-outline-black:disabled {
    color: #000
}

.btn-group-lg > .btn, .btn-lg {
    padding: .75rem 1.6875rem .6875rem;
    font-size: .875rem;
    line-height: 1.6
}

.btn-group-sm > .btn, .btn-sm {
    padding: .375rem 1rem .3125rem;
    font-size: .75rem;
    line-height: 1.5
}

.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none
}

.btn-link.focus, .btn-link:focus, .btn-link:hover {
    text-decoration: none
}

.btn-link.active, .btn-link.active:focus, .btn-link.focus, .btn-link:active, .btn-link:active:focus, .btn-link:focus, .btn-link:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #f5f5f5
}

.btn-link.disabled, .btn-link:disabled, fieldset:disabled .btn-link {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-rounded {
    border-radius: 10rem
}

.btn-floating, [class*=btn-outline-].btn-floating {
    border-radius: 50%;
    padding: 0;
    position: relative
}

.btn-floating {
    width: 2.3125rem;
    height: 2.3125rem
}

.btn-floating .fab, .btn-floating .far, .btn-floating .fas {
    width: 2.3125rem;
    line-height: 2.3125rem
}

.btn-floating.btn-lg, .btn-group-lg > .btn-floating.btn {
    width: 2.8125rem;
    height: 2.8125rem
}

.btn-floating.btn-lg .fab, .btn-floating.btn-lg .far, .btn-floating.btn-lg .fas, .btn-group-lg > .btn-floating.btn .fab, .btn-group-lg > .btn-floating.btn .far, .btn-group-lg > .btn-floating.btn .fas {
    width: 2.8125rem;
    line-height: 2.8125rem
}

.btn-floating.btn-sm, .btn-group-sm > .btn-floating.btn {
    width: 1.8125rem;
    height: 1.8125rem
}

.btn-floating.btn-sm .fab, .btn-floating.btn-sm .far, .btn-floating.btn-sm .fas, .btn-group-sm > .btn-floating.btn .fab, .btn-group-sm > .btn-floating.btn .far, .btn-group-sm > .btn-floating.btn .fas {
    width: 1.8125rem;
    line-height: 1.8125rem
}

[class*=btn-outline-].btn-floating .fab, [class*=btn-outline-].btn-floating .far, [class*=btn-outline-].btn-floating .fas {
    width: 2.0625rem;
    line-height: 2.0625rem
}

.btn-group-lg > [class*=btn-outline-].btn-floating.btn .fab, .btn-group-lg > [class*=btn-outline-].btn-floating.btn .far, .btn-group-lg > [class*=btn-outline-].btn-floating.btn .fas, [class*=btn-outline-].btn-floating.btn-lg .fab, [class*=btn-outline-].btn-floating.btn-lg .far, [class*=btn-outline-].btn-floating.btn-lg .fas {
    width: 2.5625rem;
    line-height: 2.5625rem
}

.btn-group-sm > [class*=btn-outline-].btn-floating.btn .fab, .btn-group-sm > [class*=btn-outline-].btn-floating.btn .far, .btn-group-sm > [class*=btn-outline-].btn-floating.btn .fas, [class*=btn-outline-].btn-floating.btn-sm .fab, [class*=btn-outline-].btn-floating.btn-sm .far, [class*=btn-outline-].btn-floating.btn-sm .fas {
    width: 1.5625rem;
    line-height: 1.5625rem
}

.close {
    font-size: calc(1.275rem + .3vw);
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.close:hover {
    color: #000;
    text-decoration: none
}

.close:focus, .close:hover {
    opacity: .75
}

.close.disabled, .close:disabled {
    pointer-events: none
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0
}

.embed-responsive {
    position: relative;
    width: 100%
}

.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;
    left: 0;
    width: 100%;
    height: 100%
}

.embed-responsive-21by9:before {
    padding-top: 42.85714%
}

.embed-responsive-16by9:before {
    padding-top: 56.25%
}

.embed-responsive-4by3:before {
    padding-top: 75%
}

.embed-responsive-1by1:before {
    padding-top: 100%
}

.sr-only, .sr-only-focusable:not(:focus) {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important
}

/*!
 * # Semantic UI 2.4.2 - Flag
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
i.flag:not(.icon) {
    margin: 0 .5em 0 0;
    line-height: 11px;
    text-decoration: inherit;
    vertical-align: baseline;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

i.flag:not(.icon), i.flag:not(.icon):before {
    display: inline-block;
    width: 16px;
    height: 11px
}

i.flag:not(.icon):before {
    content: "";
    background: url(https://mdbootstrap.com/img/svg/flags.png) no-repeat -108px -1976px
}

i.flag.ad:before, i.flag.andorra:before {
    background-position: 0 0
}

i.flag.ae:before, i.flag.uae:before, i.flag.united.arab.emirates:before {
    background-position: 0 -26px
}

i.flag.af:before, i.flag.afghanistan:before {
    background-position: 0 -52px
}

i.flag.ag:before, i.flag.antigua:before {
    background-position: 0 -78px
}

i.flag.ai:before, i.flag.anguilla:before {
    background-position: 0 -104px
}

i.flag.al:before, i.flag.albania:before {
    background-position: 0 -130px
}

i.flag.am:before, i.flag.armenia:before {
    background-position: 0 -156px
}

i.flag.an:before, i.flag.netherlands.antilles:before {
    background-position: 0 -182px
}

i.flag.angola:before, i.flag.ao:before {
    background-position: 0 -208px
}

i.flag.ar:before, i.flag.argentina:before {
    background-position: 0 -234px
}

i.flag.american.samoa:before, i.flag.as:before {
    background-position: 0 -260px
}

i.flag.at:before, i.flag.austria:before {
    background-position: 0 -286px
}

i.flag.au:before, i.flag.australia:before {
    background-position: 0 -312px
}

i.flag.aruba:before, i.flag.aw:before {
    background-position: 0 -338px
}

i.flag.aland.islands:before, i.flag.ax:before {
    background-position: 0 -364px
}

i.flag.az:before, i.flag.azerbaijan:before {
    background-position: 0 -390px
}

i.flag.ba:before, i.flag.bosnia:before {
    background-position: 0 -416px
}

i.flag.barbados:before, i.flag.bb:before {
    background-position: 0 -442px
}

i.flag.bangladesh:before, i.flag.bd:before {
    background-position: 0 -468px
}

i.flag.be:before, i.flag.belgium:before {
    background-position: 0 -494px
}

i.flag.bf:before, i.flag.burkina.faso:before {
    background-position: 0 -520px
}

i.flag.bg:before, i.flag.bulgaria:before {
    background-position: 0 -546px
}

i.flag.bahrain:before, i.flag.bh:before {
    background-position: 0 -572px
}

i.flag.bi:before, i.flag.burundi:before {
    background-position: 0 -598px
}

i.flag.benin:before, i.flag.bj:before {
    background-position: 0 -624px
}

i.flag.bermuda:before, i.flag.bm:before {
    background-position: 0 -650px
}

i.flag.bn:before, i.flag.brunei:before {
    background-position: 0 -676px
}

i.flag.bo:before, i.flag.bolivia:before {
    background-position: 0 -702px
}

i.flag.br:before, i.flag.brazil:before {
    background-position: 0 -728px
}

i.flag.bahamas:before, i.flag.bs:before {
    background-position: 0 -754px
}

i.flag.bhutan:before, i.flag.bt:before {
    background-position: 0 -780px
}

i.flag.bouvet.island:before, i.flag.bv:before {
    background-position: 0 -806px
}

i.flag.botswana:before, i.flag.bw:before {
    background-position: 0 -832px
}

i.flag.belarus:before, i.flag.by:before {
    background-position: 0 -858px
}

i.flag.belize:before, i.flag.bz:before {
    background-position: 0 -884px
}

i.flag.ca:before, i.flag.canada:before {
    background-position: 0 -910px
}

i.flag.cc:before, i.flag.cocos.islands:before {
    background-position: 0 -962px
}

i.flag.cd:before, i.flag.congo:before {
    background-position: 0 -988px
}

i.flag.central.african.republic:before, i.flag.cf:before {
    background-position: 0 -1014px
}

i.flag.cg:before, i.flag.congo.brazzaville:before {
    background-position: 0 -1040px
}

i.flag.ch:before, i.flag.switzerland:before {
    background-position: 0 -1066px
}

i.flag.ci:before, i.flag.cote.divoire:before {
    background-position: 0 -1092px
}

i.flag.ck:before, i.flag.cook.islands:before {
    background-position: 0 -1118px
}

i.flag.chile:before, i.flag.cl:before {
    background-position: 0 -1144px
}

i.flag.cameroon:before, i.flag.cm:before {
    background-position: 0 -1170px
}

i.flag.china:before, i.flag.cn:before {
    background-position: 0 -1196px
}

i.flag.co:before, i.flag.colombia:before {
    background-position: 0 -1222px
}

i.flag.costa.rica:before, i.flag.cr:before {
    background-position: 0 -1248px
}

i.flag.cs:before, i.flag.serbia:before {
    background-position: 0 -1274px
}

i.flag.cu:before, i.flag.cuba:before {
    background-position: 0 -1300px
}

i.flag.cape.verde:before, i.flag.cv:before {
    background-position: 0 -1326px
}

i.flag.christmas.island:before, i.flag.cx:before {
    background-position: 0 -1352px
}

i.flag.cy:before, i.flag.cyprus:before {
    background-position: 0 -1378px
}

i.flag.cz:before, i.flag.czech.republic:before {
    background-position: 0 -1404px
}

i.flag.de:before, i.flag.germany:before {
    background-position: 0 -1430px
}

i.flag.dj:before, i.flag.djibouti:before {
    background-position: 0 -1456px
}

i.flag.denmark:before, i.flag.dk:before {
    background-position: 0 -1482px
}

i.flag.dm:before, i.flag.dominica:before {
    background-position: 0 -1508px
}

i.flag.do:before, i.flag.dominican.republic:before {
    background-position: 0 -1534px
}

i.flag.algeria:before, i.flag.dz:before {
    background-position: 0 -1560px
}

i.flag.ec:before, i.flag.ecuador:before {
    background-position: 0 -1586px
}

i.flag.ee:before, i.flag.estonia:before {
    background-position: 0 -1612px
}

i.flag.eg:before, i.flag.egypt:before {
    background-position: 0 -1638px
}

i.flag.eh:before, i.flag.western.sahara:before {
    background-position: 0 -1664px
}

i.flag.england:before, i.flag.gb.eng:before {
    background-position: 0 -1690px
}

i.flag.er:before, i.flag.eritrea:before {
    background-position: 0 -1716px
}

i.flag.es:before, i.flag.spain:before {
    background-position: 0 -1742px
}

i.flag.et:before, i.flag.ethiopia:before {
    background-position: 0 -1768px
}

i.flag.eu:before, i.flag.european.union:before {
    background-position: 0 -1794px
}

i.flag.fi:before, i.flag.finland:before {
    background-position: 0 -1846px
}

i.flag.fiji:before, i.flag.fj:before {
    background-position: 0 -1872px
}

i.flag.falkland.islands:before, i.flag.fk:before {
    background-position: 0 -1898px
}

i.flag.fm:before, i.flag.micronesia:before {
    background-position: 0 -1924px
}

i.flag.faroe.islands:before, i.flag.fo:before {
    background-position: 0 -1950px
}

i.flag.fr:before, i.flag.france:before {
    background-position: 0 -1976px
}

i.flag.ga:before, i.flag.gabon:before {
    background-position: -36px 0
}

i.flag.gb:before, i.flag.uk:before, i.flag.united.kingdom:before {
    background-position: -36px -26px
}

i.flag.gd:before, i.flag.grenada:before {
    background-position: -36px -52px
}

i.flag.ge:before, i.flag.georgia:before {
    background-position: -36px -78px
}

i.flag.french.guiana:before, i.flag.gf:before {
    background-position: -36px -104px
}

i.flag.gh:before, i.flag.ghana:before {
    background-position: -36px -130px
}

i.flag.gi:before, i.flag.gibraltar:before {
    background-position: -36px -156px
}

i.flag.gl:before, i.flag.greenland:before {
    background-position: -36px -182px
}

i.flag.gambia:before, i.flag.gm:before {
    background-position: -36px -208px
}

i.flag.gn:before, i.flag.guinea:before {
    background-position: -36px -234px
}

i.flag.gp:before, i.flag.guadeloupe:before {
    background-position: -36px -260px
}

i.flag.equatorial.guinea:before, i.flag.gq:before {
    background-position: -36px -286px
}

i.flag.gr:before, i.flag.greece:before {
    background-position: -36px -312px
}

i.flag.gs:before, i.flag.sandwich.islands:before {
    background-position: -36px -338px
}

i.flag.gt:before, i.flag.guatemala:before {
    background-position: -36px -364px
}

i.flag.gu:before, i.flag.guam:before {
    background-position: -36px -390px
}

i.flag.guinea-bissau:before, i.flag.gw:before {
    background-position: -36px -416px
}

i.flag.guyana:before, i.flag.gy:before {
    background-position: -36px -442px
}

i.flag.hk:before, i.flag.hong.kong:before {
    background-position: -36px -468px
}

i.flag.heard.island:before, i.flag.hm:before {
    background-position: -36px -494px
}

i.flag.hn:before, i.flag.honduras:before {
    background-position: -36px -520px
}

i.flag.croatia:before, i.flag.hr:before {
    background-position: -36px -546px
}

i.flag.haiti:before, i.flag.ht:before {
    background-position: -36px -572px
}

i.flag.hu:before, i.flag.hungary:before {
    background-position: -36px -598px
}

i.flag.id:before, i.flag.indonesia:before {
    background-position: -36px -624px
}

i.flag.ie:before, i.flag.ireland:before {
    background-position: -36px -650px
}

i.flag.il:before, i.flag.israel:before {
    background-position: -36px -676px
}

i.flag.in:before, i.flag.india:before {
    background-position: -36px -702px
}

i.flag.indian.ocean.territory:before, i.flag.io:before {
    background-position: -36px -728px
}

i.flag.iq:before, i.flag.iraq:before {
    background-position: -36px -754px
}

i.flag.ir:before, i.flag.iran:before {
    background-position: -36px -780px
}

i.flag.iceland:before, i.flag.is:before {
    background-position: -36px -806px
}

i.flag.it:before, i.flag.italy:before {
    background-position: -36px -832px
}

i.flag.jamaica:before, i.flag.jm:before {
    background-position: -36px -858px
}

i.flag.jo:before, i.flag.jordan:before {
    background-position: -36px -884px
}

i.flag.japan:before, i.flag.jp:before {
    background-position: -36px -910px
}

i.flag.ke:before, i.flag.kenya:before {
    background-position: -36px -936px
}

i.flag.kg:before, i.flag.kyrgyzstan:before {
    background-position: -36px -962px
}

i.flag.cambodia:before, i.flag.kh:before {
    background-position: -36px -988px
}

i.flag.ki:before, i.flag.kiribati:before {
    background-position: -36px -1014px
}

i.flag.comoros:before, i.flag.km:before {
    background-position: -36px -1040px
}

i.flag.kn:before, i.flag.saint.kitts.and.nevis:before {
    background-position: -36px -1066px
}

i.flag.kp:before, i.flag.north.korea:before {
    background-position: -36px -1092px
}

i.flag.kr:before, i.flag.south.korea:before {
    background-position: -36px -1118px
}

i.flag.kuwait:before, i.flag.kw:before {
    background-position: -36px -1144px
}

i.flag.cayman.islands:before, i.flag.ky:before {
    background-position: -36px -1170px
}

i.flag.kazakhstan:before, i.flag.kz:before {
    background-position: -36px -1196px
}

i.flag.la:before, i.flag.laos:before {
    background-position: -36px -1222px
}

i.flag.lb:before, i.flag.lebanon:before {
    background-position: -36px -1248px
}

i.flag.lc:before, i.flag.saint.lucia:before {
    background-position: -36px -1274px
}

i.flag.li:before, i.flag.liechtenstein:before {
    background-position: -36px -1300px
}

i.flag.lk:before, i.flag.sri.lanka:before {
    background-position: -36px -1326px
}

i.flag.liberia:before, i.flag.lr:before {
    background-position: -36px -1352px
}

i.flag.lesotho:before, i.flag.ls:before {
    background-position: -36px -1378px
}

i.flag.lithuania:before, i.flag.lt:before {
    background-position: -36px -1404px
}

i.flag.lu:before, i.flag.luxembourg:before {
    background-position: -36px -1430px
}

i.flag.latvia:before, i.flag.lv:before {
    background-position: -36px -1456px
}

i.flag.libya:before, i.flag.ly:before {
    background-position: -36px -1482px
}

i.flag.ma:before, i.flag.morocco:before {
    background-position: -36px -1508px
}

i.flag.mc:before, i.flag.monaco:before {
    background-position: -36px -1534px
}

i.flag.md:before, i.flag.moldova:before {
    background-position: -36px -1560px
}

i.flag.me:before, i.flag.montenegro:before {
    background-position: -36px -1586px
}

i.flag.madagascar:before, i.flag.mg:before {
    background-position: -36px -1613px
}

i.flag.marshall.islands:before, i.flag.mh:before {
    background-position: -36px -1639px
}

i.flag.macedonia:before, i.flag.mk:before {
    background-position: -36px -1665px
}

i.flag.mali:before, i.flag.ml:before {
    background-position: -36px -1691px
}

i.flag.burma:before, i.flag.mm:before, i.flag.myanmar:before {
    background-position: -73px -1821px
}

i.flag.mn:before, i.flag.mongolia:before {
    background-position: -36px -1743px
}

i.flag.macau:before, i.flag.mo:before {
    background-position: -36px -1769px
}

i.flag.mp:before, i.flag.northern.mariana.islands:before {
    background-position: -36px -1795px
}

i.flag.martinique:before, i.flag.mq:before {
    background-position: -36px -1821px
}

i.flag.mauritania:before, i.flag.mr:before {
    background-position: -36px -1847px
}

i.flag.montserrat:before, i.flag.ms:before {
    background-position: -36px -1873px
}

i.flag.malta:before, i.flag.mt:before {
    background-position: -36px -1899px
}

i.flag.mauritius:before, i.flag.mu:before {
    background-position: -36px -1925px
}

i.flag.maldives:before, i.flag.mv:before {
    background-position: -36px -1951px
}

i.flag.malawi:before, i.flag.mw:before {
    background-position: -36px -1977px
}

i.flag.mexico:before, i.flag.mx:before {
    background-position: -72px 0
}

i.flag.malaysia:before, i.flag.my:before {
    background-position: -72px -26px
}

i.flag.mozambique:before, i.flag.mz:before {
    background-position: -72px -52px
}

i.flag.na:before, i.flag.namibia:before {
    background-position: -72px -78px
}

i.flag.nc:before, i.flag.new.caledonia:before {
    background-position: -72px -104px
}

i.flag.ne:before, i.flag.niger:before {
    background-position: -72px -130px
}

i.flag.nf:before, i.flag.norfolk.island:before {
    background-position: -72px -156px
}

i.flag.ng:before, i.flag.nigeria:before {
    background-position: -72px -182px
}

i.flag.ni:before, i.flag.nicaragua:before {
    background-position: -72px -208px
}

i.flag.netherlands:before, i.flag.nl:before {
    background-position: -72px -234px
}

i.flag.no:before, i.flag.norway:before {
    background-position: -72px -260px
}

i.flag.nepal:before, i.flag.np:before {
    background-position: -72px -286px
}

i.flag.nauru:before, i.flag.nr:before {
    background-position: -72px -312px
}

i.flag.niue:before, i.flag.nu:before {
    background-position: -72px -338px
}

i.flag.new.zealand:before, i.flag.nz:before {
    background-position: -72px -364px
}

i.flag.om:before, i.flag.oman:before {
    background-position: -72px -390px
}

i.flag.pa:before, i.flag.panama:before {
    background-position: -72px -416px
}

i.flag.pe:before, i.flag.peru:before {
    background-position: -72px -442px
}

i.flag.french.polynesia:before, i.flag.pf:before {
    background-position: -72px -468px
}

i.flag.new.guinea:before, i.flag.pg:before {
    background-position: -72px -494px
}

i.flag.ph:before, i.flag.philippines:before {
    background-position: -72px -520px
}

i.flag.pakistan:before, i.flag.pk:before {
    background-position: -72px -546px
}

i.flag.pl:before, i.flag.poland:before {
    background-position: -72px -572px
}

i.flag.pm:before, i.flag.saint.pierre:before {
    background-position: -72px -598px
}

i.flag.pitcairn.islands:before, i.flag.pn:before {
    background-position: -72px -624px
}

i.flag.pr:before, i.flag.puerto.rico:before {
    background-position: -72px -650px
}

i.flag.palestine:before, i.flag.ps:before {
    background-position: -72px -676px
}

i.flag.portugal:before, i.flag.pt:before {
    background-position: -72px -702px
}

i.flag.palau:before, i.flag.pw:before {
    background-position: -72px -728px
}

i.flag.paraguay:before, i.flag.py:before {
    background-position: -72px -754px
}

i.flag.qa:before, i.flag.qatar:before {
    background-position: -72px -780px
}

i.flag.re:before, i.flag.reunion:before {
    background-position: -72px -806px
}

i.flag.ro:before, i.flag.romania:before {
    background-position: -72px -832px
}

i.flag.rs:before, i.flag.serbia:before {
    background-position: -72px -858px
}

i.flag.ru:before, i.flag.russia:before {
    background-position: -72px -884px
}

i.flag.rw:before, i.flag.rwanda:before {
    background-position: -72px -910px
}

i.flag.sa:before, i.flag.saudi.arabia:before {
    background-position: -72px -936px
}

i.flag.sb:before, i.flag.solomon.islands:before {
    background-position: -72px -962px
}

i.flag.sc:before, i.flag.seychelles:before {
    background-position: -72px -988px
}

i.flag.gb.sct:before, i.flag.scotland:before {
    background-position: -72px -1014px
}

i.flag.sd:before, i.flag.sudan:before {
    background-position: -72px -1040px
}

i.flag.se:before, i.flag.sweden:before {
    background-position: -72px -1066px
}

i.flag.sg:before, i.flag.singapore:before {
    background-position: -72px -1092px
}

i.flag.saint.helena:before, i.flag.sh:before {
    background-position: -72px -1118px
}

i.flag.si:before, i.flag.slovenia:before {
    background-position: -72px -1144px
}

i.flag.jan.mayen:before, i.flag.sj:before, i.flag.svalbard:before {
    background-position: -72px -1170px
}

i.flag.sk:before, i.flag.slovakia:before {
    background-position: -72px -1196px
}

i.flag.sierra.leone:before, i.flag.sl:before {
    background-position: -72px -1222px
}

i.flag.san.marino:before, i.flag.sm:before {
    background-position: -72px -1248px
}

i.flag.senegal:before, i.flag.sn:before {
    background-position: -72px -1274px
}

i.flag.so:before, i.flag.somalia:before {
    background-position: -72px -1300px
}

i.flag.sr:before, i.flag.suriname:before {
    background-position: -72px -1326px
}

i.flag.sao.tome:before, i.flag.st:before {
    background-position: -72px -1352px
}

i.flag.el.salvador:before, i.flag.sv:before {
    background-position: -72px -1378px
}

i.flag.sy:before, i.flag.syria:before {
    background-position: -72px -1404px
}

i.flag.swaziland:before, i.flag.sz:before {
    background-position: -72px -1430px
}

i.flag.caicos.islands:before, i.flag.tc:before {
    background-position: -72px -1456px
}

i.flag.chad:before, i.flag.td:before {
    background-position: -72px -1482px
}

i.flag.french.territories:before, i.flag.tf:before {
    background-position: -72px -1508px
}

i.flag.tg:before, i.flag.togo:before {
    background-position: -72px -1534px
}

i.flag.th:before, i.flag.thailand:before {
    background-position: -72px -1560px
}

i.flag.tajikistan:before, i.flag.tj:before {
    background-position: -72px -1586px
}

i.flag.tk:before, i.flag.tokelau:before {
    background-position: -72px -1612px
}

i.flag.timorleste:before, i.flag.tl:before {
    background-position: -72px -1638px
}

i.flag.tm:before, i.flag.turkmenistan:before {
    background-position: -72px -1664px
}

i.flag.tn:before, i.flag.tunisia:before {
    background-position: -72px -1690px
}

i.flag.to:before, i.flag.tonga:before {
    background-position: -72px -1716px
}

i.flag.tr:before, i.flag.turkey:before {
    background-position: -72px -1742px
}

i.flag.trinidad:before, i.flag.tt:before {
    background-position: -72px -1768px
}

i.flag.tuvalu:before, i.flag.tv:before {
    background-position: -72px -1794px
}

i.flag.taiwan:before, i.flag.tw:before {
    background-position: -72px -1820px
}

i.flag.tanzania:before, i.flag.tz:before {
    background-position: -72px -1846px
}

i.flag.ua:before, i.flag.ukraine:before {
    background-position: -72px -1872px
}

i.flag.ug:before, i.flag.uganda:before {
    background-position: -72px -1898px
}

i.flag.um:before, i.flag.us.minor.islands:before {
    background-position: -72px -1924px
}

i.flag.america:before, i.flag.united.states:before, i.flag.us:before {
    background-position: -72px -1950px
}

i.flag.uruguay:before, i.flag.uy:before {
    background-position: -72px -1976px
}

i.flag.uz:before, i.flag.uzbekistan:before {
    background-position: -108px 0
}

i.flag.va:before, i.flag.vatican.city:before {
    background-position: -108px -26px
}

i.flag.saint.vincent:before, i.flag.vc:before {
    background-position: -108px -52px
}

i.flag.ve:before, i.flag.venezuela:before {
    background-position: -108px -78px
}

i.flag.british.virgin.islands:before, i.flag.vg:before {
    background-position: -108px -104px
}

i.flag.us.virgin.islands:before, i.flag.vi:before {
    background-position: -108px -130px
}

i.flag.vietnam:before, i.flag.vn:before {
    background-position: -108px -156px
}

i.flag.vanuatu:before, i.flag.vu:before {
    background-position: -108px -182px
}

i.flag.gb.wls:before, i.flag.wales:before {
    background-position: -108px -208px
}

i.flag.wallis.and.futuna:before, i.flag.wf:before {
    background-position: -108px -234px
}

i.flag.samoa:before, i.flag.ws:before {
    background-position: -108px -260px
}

i.flag.ye:before, i.flag.yemen:before {
    background-position: -108px -286px
}

i.flag.mayotte:before, i.flag.yt:before {
    background-position: -108px -312px
}

i.flag.south.africa:before, i.flag.za:before {
    background-position: -108px -338px
}

i.flag.zambia:before, i.flag.zm:before {
    background-position: -108px -364px
}

i.flag.zimbabwe:before, i.flag.zw:before {
    background-position: -108px -390px
}

.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
}

.font-normal {
    font-style: normal !important
}

.dropdown-menu {
    color: #212529;
    margin: .125rem 0 0;
    padding-top: 0;
    padding-bottom: 0;
    border: 0;
    -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .05);
    font-size: .875rem
}

.dropdown-menu > li {
    border-radius: 0
}

.dropdown-menu > li:first-child, .dropdown-menu > li:first-child .dropdown-item {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.dropdown-menu > li:not(:first-child):not(:last-child) .dropdown-item {
    border-radius: 0
}

.dropdown-menu > li:last-child, .dropdown-menu > li:last-child .dropdown-item {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.dropdown-menu.animation {
    display: block;
    -webkit-animation-duration: .55s;
    animation-duration: .55s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease
}

.dropdown-item {
    padding: .5rem 1rem;
    color: #212529;
    border-radius: 0
}

.dropdown-item.active, .dropdown-item:active, .dropdown-item:focus, .dropdown-item:hover {
    color: #16181b;
    background-color: #eee
}

.hidden-arrow.dropdown-toggle:after {
    display: none
}

.animation {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    padding: auto
}

@media (prefers-reduced-motion) {
    .animation {
        -webkit-transition: none !important;
        transition: none !important;
        -webkit-animation: unset !important;
        animation: unset !important
    }
}

@-webkit-keyframes fade-in {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fade-in {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.fade-in {
    -webkit-animation-name: fade-in;
    animation-name: fade-in
}

@-webkit-keyframes fade-out {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes fade-out {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

.fade-out {
    -webkit-animation-name: fade-out;
    animation-name: fade-out
}

.btn-group, .btn-group-vertical {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .2), 0 2px 10px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .2), 0 2px 10px 0 rgba(0, 0, 0, .1);
    border-radius: 3px;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

.btn-group-vertical.active, .btn-group-vertical.active:focus, .btn-group-vertical.focus, .btn-group-vertical:active, .btn-group-vertical:active:focus, .btn-group-vertical:focus, .btn-group-vertical:hover, .btn-group.active, .btn-group.active:focus, .btn-group.focus, .btn-group:active, .btn-group:active:focus, .btn-group:focus, .btn-group:hover {
    -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .2), 0 4px 20px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .2), 0 4px 20px 0 rgba(0, 0, 0, .1)
}

.btn-group-vertical.disabled, .btn-group-vertical:disabled, .btn-group.disabled, .btn-group:disabled, fieldset:disabled .btn-group, fieldset:disabled .btn-group-vertical {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .2), 0 2px 10px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .2), 0 2px 10px 0 rgba(0, 0, 0, .1);
    border: 0
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group > .btn, .btn-group > .btn-group {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-group-vertical > .btn-link:first-child, .btn-group > .btn-link:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical > .btn-link:last-child, .btn-group > .btn-link:last-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.nav-tabs {
    border-bottom: 0
}

.nav-tabs .nav-link {
    border: solid transparent;
    border-width: 0 0 2px;
    border-radius: 0;
    text-transform: uppercase;
    line-height: 1;
    font-weight: 500;
    font-size: 12px;
    color: rgba(0, 0, 0, .6);
    padding: 17px 29px 16px
}

.nav-tabs .nav-link:hover {
    background-color: #f5f5f5;
    border-color: transparent
}

.nav-tabs .nav-link:focus {
    border-color: transparent
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #1266f1;
    border-color: #1266f1
}

.nav-pills {
    margin-left: -.5rem
}

.nav-pills .nav-link {
    border-radius: .25rem;
    font-size: 12px;
    text-transform: uppercase;
    padding: 17px 29px 16px;
    line-height: 1;
    background-color: #f5f5f5;
    font-weight: 500;
    color: rgba(0, 0, 0, .6);
    margin: .5rem
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1266f1;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .2), 0 2px 10px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .2), 0 2px 10px 0 rgba(0, 0, 0, .1)
}

.navbar {
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .05);
    padding-top: .5625rem
}

.navbar-toggler {
    border: 0
}

.navbar-toggler:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.navbar-dark .navbar-toggler, .navbar-light .navbar-toggler {
    border: 0
}

.navbar-brand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.navbar-brand img {
    margin-right: .25rem
}

.navbar-nav .dropdown-menu {
    position: absolute
}

.navbar-dark .navbar-toggler-icon, .navbar-light .navbar-toggler-icon {
    background-image: none
}

.card {
    border: 0;
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .05)
}

.card .bg-image {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.card-header {
    background-color: hsla(0, 0%, 100%, 0)
}

.card-body[class*=bg-] {
    border-bottom-left-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.card-footer {
    background-color: hsla(0, 0%, 100%, 0)
}

.navbar .breadcrumb {
    background-color: transparent;
    margin-bottom: 0
}

.navbar .breadcrumb .breadcrumb-item a {
    color: rgba(0, 0, 0, .55);
    -webkit-transition: color .15s ease-in-out;
    transition: color .15s ease-in-out
}

.navbar .breadcrumb .breadcrumb-item a:focus, .navbar .breadcrumb .breadcrumb-item a:hover {
    color: rgba(0, 0, 0, .7)
}

.navbar .breadcrumb .breadcrumb-item + .breadcrumb-item:before {
    color: rgba(0, 0, 0, .55)
}

.page-link {
    font-size: .9rem;
    background-color: transparent;
    border: 0;
    outline: 0;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    border-radius: .125rem
}

.page-link, .page-link:hover {
    color: #212529
}

.page-link:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.page-item.active .page-link {
    background-color: #1266f1;
    border: 0;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .2), 0 2px 10px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .2), 0 2px 10px 0 rgba(0, 0, 0, .1);
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.page-item:first-child .page-link {
    border-top-left-radius: .125rem;
    border-bottom-left-radius: .125rem
}

.page-item:last-child .page-link {
    border-top-right-radius: .125rem;
    border-bottom-right-radius: .125rem
}

.page-item:not(:first-child) .page-link {
    margin-left: 0
}

.pagination-lg .page-item:first-child .page-link, .pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .125rem;
    border-bottom-left-radius: .125rem
}

.pagination-lg .page-item:last-child .page-link, .pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .125rem;
    border-bottom-right-radius: .125rem
}

.pagination-circle .page-item:first-child .page-link, .pagination-circle .page-item:last-child .page-link {
    border-radius: 50%
}

.pagination-circle .page-link {
    border-radius: 50%;
    padding-left: .841rem;
    padding-right: .841rem
}

.pagination-circle.pagination-lg .page-link {
    padding-left: 1.399414rem;
    padding-right: 1.399415rem
}

.pagination-circle.pagination-sm .page-link {
    padding-left: .696rem;
    padding-right: .688rem
}

.badge-dot {
    position: absolute;
    border-radius: 4.5px;
    height: 9px;
    min-width: 0;
    padding: 0;
    width: 9px;
    margin-left: -.3125rem
}

.badge-dot:empty {
    display: inline-block
}

.badge-notification {
    position: absolute;
    font-size: .6rem;
    margin-top: -.1rem;
    margin-left: -.5rem;
    padding: .2em .45em
}

.alert {
    border: 0
}

.alert-absolute {
    position: absolute
}

.alert-fixed {
    position: fixed;
    z-index: 1070
}

.parent-alert-relative {
    position: relative
}

.progress {
    border-radius: 0
}

.list-group-item-action, .list-group-item-action:hover {
    -webkit-transition: .5s;
    transition: .5s
}

.btn-close:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.modal-content {
    border: 0;
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .05)
}

.toast {
    background-color: #fff;
    border: 0;
    -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .05)
}

.toast .btn-close {
    width: 1.3em
}

.toast-header {
    background-color: #fff
}

.parent-toast-relative {
    position: relative
}

.toast-absolute {
    position: absolute
}

.toast-fixed {
    position: fixed;
    z-index: 1060
}

.tooltip.show {
    opacity: 1
}

.tooltip .tooltip-arrow {
    display: none
}

.tooltip-inner {
    color: #fff;
    padding: 6px 16px;
    font-size: 14px;
    background-color: #6d6d6d;
    border-radius: .25rem
}

.popover {
    border: 0;
    -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .05)
}

.popover .popover-arrow {
    display: none
}

.popover-header {
    background-color: #fff
}

.nav-pills.menu-sidebar .nav-link {
    font-size: .8rem;
    background-color: transparent;
    color: #262626;
    line-height: 1.1rem;
    padding: 0 5px;
    font-weight: 400;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    text-transform: none;
    margin-top: 3px;
    margin-bottom: 3px
}

.nav-pills.menu-sidebar .nav-link.active, .nav-pills.menu-sidebar .show > .nav-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #1266f1;
    font-weight: 600;
    border-left: .125rem solid #1266f1;
    border-radius: 0
}

.ripple-surface {
    position: relative;
    overflow: hidden;
    display: inline-block;
    vertical-align: bottom
}

.ripple-surface-unbound {
    overflow: visible
}

.ripple-wave {
    background-image: radial-gradient(circle, rgba(0, 0, 0, .2) 0, rgba(0, 0, 0, .3) 40%, rgba(0, 0, 0, .4) 50%, rgba(0, 0, 0, .5) 60%, transparent 70%);
    border-radius: 50%;
    opacity: .5;
    pointer-events: none;
    position: absolute;
    -ms-touch-action: none;
    touch-action: none;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transition-timing-function: cubic-bezier(0, 0, .15, 1), cubic-bezier(0, 0, .15, 1);
    transition-timing-function: cubic-bezier(0, 0, .15, 1), cubic-bezier(0, 0, .15, 1);
    z-index: 999
}

.ripple-wave.active {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0
}

.btn .ripple-wave {
    background-image: radial-gradient(circle, hsla(0, 0%, 100%, .2) 0, hsla(0, 0%, 100%, .3) 40%, hsla(0, 0%, 100%, .4) 50%, hsla(0, 0%, 100%, .5) 60%, hsla(0, 0%, 100%, 0) 70%)
}

.ripple-surface-primary .ripple-wave {
    background-image: radial-gradient(circle, rgba(18, 102, 241, .2) 0, rgba(18, 102, 241, .3) 40%, rgba(18, 102, 241, .4) 50%, rgba(18, 102, 241, .5) 60%, rgba(18, 102, 241, 0) 70%)
}

.ripple-surface-secondary .ripple-wave {
    background-image: radial-gradient(circle, rgba(178, 60, 253, .2) 0, rgba(178, 60, 253, .3) 40%, rgba(178, 60, 253, .4) 50%, rgba(178, 60, 253, .5) 60%, rgba(178, 60, 253, 0) 70%)
}

.ripple-surface-success .ripple-wave {
    background-image: radial-gradient(circle, rgba(0, 183, 74, .2) 0, rgba(0, 183, 74, .3) 40%, rgba(0, 183, 74, .4) 50%, rgba(0, 183, 74, .5) 60%, rgba(0, 183, 74, 0) 70%)
}

.ripple-surface-info .ripple-wave {
    background-image: radial-gradient(circle, rgba(57, 192, 237, .2) 0, rgba(57, 192, 237, .3) 40%, rgba(57, 192, 237, .4) 50%, rgba(57, 192, 237, .5) 60%, rgba(57, 192, 237, 0) 70%)
}

.ripple-surface-warning .ripple-wave {
    background-image: radial-gradient(circle, rgba(255, 169, 0, .2) 0, rgba(255, 169, 0, .3) 40%, rgba(255, 169, 0, .4) 50%, rgba(255, 169, 0, .5) 60%, rgba(255, 169, 0, 0) 70%)
}

.ripple-surface-danger .ripple-wave {
    background-image: radial-gradient(circle, rgba(249, 49, 84, .2) 0, rgba(249, 49, 84, .3) 40%, rgba(249, 49, 84, .4) 50%, rgba(249, 49, 84, .5) 60%, rgba(249, 49, 84, 0) 70%)
}

.ripple-surface-light .ripple-wave {
    background-image: radial-gradient(circle, hsla(0, 0%, 98.4%, .2) 0, hsla(0, 0%, 98.4%, .3) 40%, hsla(0, 0%, 98.4%, .4) 50%, hsla(0, 0%, 98.4%, .5) 60%, hsla(0, 0%, 98.4%, 0) 70%)
}

.ripple-surface-dark .ripple-wave {
    background-image: radial-gradient(circle, rgba(38, 38, 38, .2) 0, rgba(38, 38, 38, .3) 40%, rgba(38, 38, 38, .4) 50%, rgba(38, 38, 38, .5) 60%, rgba(38, 38, 38, 0) 70%)
}

.ripple-surface-white .ripple-wave {
    background-image: radial-gradient(circle, hsla(0, 0%, 100%, .2) 0, hsla(0, 0%, 100%, .3) 40%, hsla(0, 0%, 100%, .4) 50%, hsla(0, 0%, 100%, .5) 60%, hsla(0, 0%, 100%, 0) 70%)
}

.ripple-surface-black .ripple-wave {
    background-image: radial-gradient(circle, rgba(0, 0, 0, .2) 0, rgba(0, 0, 0, .3) 40%, rgba(0, 0, 0, .4) 50%, rgba(0, 0, 0, .5) 60%, transparent 70%)
}

.range {
    position: relative
}

.range .thumb {
    height: 30px;
    width: 30px;
    top: -35px;
    margin-left: -15px;
    text-align: center;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out
}

.range .thumb, .range .thumb:after {
    position: absolute;
    display: block;
    border-radius: 50% 50% 50% 0
}

.range .thumb:after {
    content: "";
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #1266f1;
    z-index: -1
}

.range .thumb .thumb-value {
    display: block;
    font-size: 12px;
    line-height: 30px;
    color: #fff;
    font-weight: 500;
    z-index: 2
}

.range .thumb.thumb-active {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.accordion-button:after {
    font-weight: 700;
    font-family: Font Awesome\ 5 Pro, Font Awesome\ 5 Free;
    content: ""
}

.carousel-control-prev-icon:after {
    content: ""
}

.carousel-control-next-icon:after, .carousel-control-prev-icon:after {
    font-weight: 700;
    font-family: Font Awesome\ 5 Pro, Font Awesome\ 5 Free;
    font-size: 1.7rem
}

.carousel-control-next-icon:after {
    content: ""
}

:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #757575;
    --bs-gray-dark: #4f4f4f;
    --bs-primary: #1266f1;
    --bs-secondary: #b23cfd;
    --bs-success: #00b74a;
    --bs-info: #39c0ed;
    --bs-warning: #ffa900;
    --bs-danger: #f93154;
    --bs-light: #fbfbfb;
    --bs-dark: #262626;
    --bs-white: #fff;
    --bs-black: #000;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0))
}

*, *::before, *::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth
    }
}

body {
    margin: 0;
    font-family: "Roboto", sans-serif;
    font-family: var(--mdb-font-roboto);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    color: #4f4f4f;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

[tabindex='-1']:focus:not(:focus-visible) {
    outline: 0 !important
}

hr {
    margin: 1rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: .25
}

hr:not([size]) {
    height: 1px
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

h1, .h1 {
    font-size: calc(1.375rem + 1.5vw)
}

@media (min-width: 1200px) {
    h1, .h1 {
        font-size: 2.5rem
    }
}

h2, .h2 {
    font-size: calc(1.325rem + .9vw)
}

@media (min-width: 1200px) {
    h2, .h2 {
        font-size: 2rem
    }
}

h3, .h3 {
    font-size: calc(1.3rem + .6vw)
}

@media (min-width: 1200px) {
    h3, .h3 {
        font-size: 1.75rem
    }
}

h4, .h4 {
    font-size: calc(1.275rem + .3vw)
}

@media (min-width: 1200px) {
    h4, .h4 {
        font-size: 1.5rem
    }
}

h5, .h5 {
    font-size: 1.25rem
}

h6, .h6 {
    font-size: 1rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[title], abbr[data-bs-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

ol, ul {
    padding-left: 2rem
}

ol, ul, dl {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol, ul ul, ol ul, ul ol {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: 0.5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b, strong {
    font-weight: bolder
}

small, .small {
    font-size: .875em
}

mark, .mark {
    padding: .2em;
    background-color: #fcf8e3
}

sub, sup {
    position: relative;
    font-size: .75em;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

a {
    color: #1266f1;
    text-decoration: underline
}

a:hover {
    color: #0e52c1
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

pre, code, kbd, samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-family: var(--bs-font-monospace);
    font-size: 1em;
    direction: ltr /* rtl:ignore */;
    unicode-bidi: bidi-override
}

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    font-size: .875em
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}

code {
    font-size: .875em;
    color: #d63384;
    word-wrap: break-word
}

a > code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: .875em;
    color: #fff;
    background-color: #262626;
    border-radius: .2rem
}

kbd kbd {
    padding: 0;
    font-size: 1em;
    font-weight: 700
}

figure {
    margin: 0 0 1rem
}

img, svg {
    vertical-align: middle
}

table {
    caption-side: bottom;
    border-collapse: collapse
}

caption {
    padding-top: 1rem;
    padding-bottom: 1rem;
    color: #757575;
    text-align: left
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent
}

thead, tbody, tfoot, tr, td, th {
    border-color: inherit;
    border-style: solid;
    border-width: 0
}

label {
    display: inline-block
}

button {
    border-radius: 0
}

button:focus {
    outline: dotted 1px;
    outline: -webkit-focus-ring-color auto 5px
}

input, button, select, optgroup, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button, select {
    text-transform: none
}

[role='button'] {
    cursor: pointer
}

select {
    word-wrap: normal
}

[list]::-webkit-calendar-picker-indicator {
    display: none
}

button, [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button
}

button:not(:disabled), [type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled) {
    cursor: pointer
}

::-moz-focus-inner {
    padding: 0;
    border-style: none
}

textarea {
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: calc(1.275rem + .3vw);
    line-height: inherit
}

@media (min-width: 1200px) {
    legend {
        font-size: 1.5rem
    }
}

legend + * {
    clear: left
}

::-webkit-datetime-edit-fields-wrapper, ::-webkit-datetime-edit-text, ::-webkit-datetime-edit-minute, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-year-field {
    padding: 0
}

::-webkit-inner-spin-button {
    height: auto
}

[type='search'] {
    outline-offset: -2px;
    -webkit-appearance: textfield
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-color-swatch-wrapper {
    padding: 0
}

::file-selector-button {
    font: inherit
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

iframe {
    border: 0
}

summary {
    display: list-item;
    cursor: pointer
}

progress {
    vertical-align: baseline
}

[hidden] {
    display: none !important
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: calc(1.625rem + 4.5vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width: 1200px) {
    .display-1 {
        font-size: 5rem
    }
}

.display-2 {
    font-size: calc(1.575rem + 3.9vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width: 1200px) {
    .display-2 {
        font-size: 4.5rem
    }
}

.display-3 {
    font-size: calc(1.525rem + 3.3vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width: 1200px) {
    .display-3 {
        font-size: 4rem
    }
}

.display-4 {
    font-size: calc(1.475rem + 2.7vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width: 1200px) {
    .display-4 {
        font-size: 3.5rem
    }
}

.display-5 {
    font-size: calc(1.425rem + 2.1vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width: 1200px) {
    .display-5 {
        font-size: 3rem
    }
}

.display-6 {
    font-size: calc(1.375rem + 1.5vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width: 1200px) {
    .display-6 {
        font-size: 2.5rem
    }
}

.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: .875em;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.blockquote > :last-child {
    margin-bottom: 0
}

.blockquote-footer {
    margin-top: -1rem;
    margin-bottom: 1rem;
    font-size: .875em;
    color: #757575
}

.blockquote-footer::before {
    content: '\2014\00A0'
}

.container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    width: 100%;
    padding-right: .75rem;
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: .75rem;
    padding-left: var(--bs-gutter-x, .75rem);
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {
    .container, .container-sm {
        max-width: 540px
    }
}

@media (min-width: 768px) {
    .container, .container-sm, .container-md {
        max-width: 720px
    }
}

@media (min-width: 992px) {
    .container, .container-sm, .container-md, .container-lg {
        max-width: 960px
    }
}

@media (min-width: 1200px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1140px
    }
}

@media (min-width: 1400px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
        max-width: 1320px
    }
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) / -2);
    margin-left: calc(var(--bs-gutter-x) / -2)
}

.row > * {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) / 2);
    padding-left: calc(var(--bs-gutter-x) / 2);
    margin-top: var(--bs-gutter-y)
}

.col {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%
}

.row-cols-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto
}

.row-cols-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%
}

.row-cols-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%
}

.row-cols-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%
}

.row-cols-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%
}

.row-cols-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%
}

.row-cols-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%
}

.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto
}

.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333%
}

.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%
}

.col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%
}

.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%
}

.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66667%
}

.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%
}

.col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333%
}

.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66667%
}

.col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%
}

.col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333%
}

.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66667%
}

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%
}

.offset-1 {
    margin-left: 8.33333%
}

.offset-2 {
    margin-left: 16.66667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333%
}

.offset-5 {
    margin-left: 41.66667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333%
}

.offset-8 {
    margin-left: 66.66667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333%
}

.offset-11 {
    margin-left: 91.66667%
}

.g-0, .gx-0 {
    --bs-gutter-x: 0
}

.g-0, .gy-0 {
    --bs-gutter-y: 0
}

.g-1, .gx-1 {
    --bs-gutter-x: .25rem
}

.g-1, .gy-1 {
    --bs-gutter-y: .25rem
}

.g-2, .gx-2 {
    --bs-gutter-x: .5rem
}

.g-2, .gy-2 {
    --bs-gutter-y: .5rem
}

.g-3, .gx-3 {
    --bs-gutter-x: 1rem
}

.g-3, .gy-3 {
    --bs-gutter-y: 1rem
}

.g-4, .gx-4 {
    --bs-gutter-x: 1.5rem
}

.g-4, .gy-4 {
    --bs-gutter-y: 1.5rem
}

.g-5, .gx-5 {
    --bs-gutter-x: 3rem
}

.g-5, .gy-5 {
    --bs-gutter-y: 3rem
}

@media (min-width: 576px) {
    .col-sm {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }

    .row-cols-sm-auto > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-sm-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-sm-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-sm-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%
    }

    .row-cols-sm-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-sm-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-sm-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%
    }

    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333%
    }

    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%
    }

    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%
    }

    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66667%
    }

    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333%
    }

    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66667%
    }

    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%
    }

    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333%
    }

    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66667%
    }

    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33333%
    }

    .offset-sm-2 {
        margin-left: 16.66667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.33333%
    }

    .offset-sm-5 {
        margin-left: 41.66667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.33333%
    }

    .offset-sm-8 {
        margin-left: 66.66667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.33333%
    }

    .offset-sm-11 {
        margin-left: 91.66667%
    }

    .g-sm-0, .gx-sm-0 {
        --bs-gutter-x: 0
    }

    .g-sm-0, .gy-sm-0 {
        --bs-gutter-y: 0
    }

    .g-sm-1, .gx-sm-1 {
        --bs-gutter-x: .25rem
    }

    .g-sm-1, .gy-sm-1 {
        --bs-gutter-y: .25rem
    }

    .g-sm-2, .gx-sm-2 {
        --bs-gutter-x: .5rem
    }

    .g-sm-2, .gy-sm-2 {
        --bs-gutter-y: .5rem
    }

    .g-sm-3, .gx-sm-3 {
        --bs-gutter-x: 1rem
    }

    .g-sm-3, .gy-sm-3 {
        --bs-gutter-y: 1rem
    }

    .g-sm-4, .gx-sm-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-sm-4, .gy-sm-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-sm-5, .gx-sm-5 {
        --bs-gutter-x: 3rem
    }

    .g-sm-5, .gy-sm-5 {
        --bs-gutter-y: 3rem
    }
}

@media (min-width: 768px) {
    .col-md {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }

    .row-cols-md-auto > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-md-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-md-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-md-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%
    }

    .row-cols-md-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-md-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-md-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%
    }

    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333%
    }

    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%
    }

    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%
    }

    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66667%
    }

    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333%
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66667%
    }

    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%
    }

    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333%
    }

    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66667%
    }

    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333%
    }

    .offset-md-2 {
        margin-left: 16.66667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.33333%
    }

    .offset-md-5 {
        margin-left: 41.66667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33333%
    }

    .offset-md-8 {
        margin-left: 66.66667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333%
    }

    .offset-md-11 {
        margin-left: 91.66667%
    }

    .g-md-0, .gx-md-0 {
        --bs-gutter-x: 0
    }

    .g-md-0, .gy-md-0 {
        --bs-gutter-y: 0
    }

    .g-md-1, .gx-md-1 {
        --bs-gutter-x: .25rem
    }

    .g-md-1, .gy-md-1 {
        --bs-gutter-y: .25rem
    }

    .g-md-2, .gx-md-2 {
        --bs-gutter-x: .5rem
    }

    .g-md-2, .gy-md-2 {
        --bs-gutter-y: .5rem
    }

    .g-md-3, .gx-md-3 {
        --bs-gutter-x: 1rem
    }

    .g-md-3, .gy-md-3 {
        --bs-gutter-y: 1rem
    }

    .g-md-4, .gx-md-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-md-4, .gy-md-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-md-5, .gx-md-5 {
        --bs-gutter-x: 3rem
    }

    .g-md-5, .gy-md-5 {
        --bs-gutter-y: 3rem
    }
}

@media (min-width: 992px) {
    .col-lg {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }

    .row-cols-lg-auto > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-lg-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-lg-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-lg-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%
    }

    .row-cols-lg-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-lg-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-lg-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%
    }

    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333%
    }

    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%
    }

    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%
    }

    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66667%
    }

    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333%
    }

    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66667%
    }

    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%
    }

    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333%
    }

    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66667%
    }

    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333%
    }

    .offset-lg-2 {
        margin-left: 16.66667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.33333%
    }

    .offset-lg-5 {
        margin-left: 41.66667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.33333%
    }

    .offset-lg-8 {
        margin-left: 66.66667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33333%
    }

    .offset-lg-11 {
        margin-left: 91.66667%
    }

    .g-lg-0, .gx-lg-0 {
        --bs-gutter-x: 0
    }

    .g-lg-0, .gy-lg-0 {
        --bs-gutter-y: 0
    }

    .g-lg-1, .gx-lg-1 {
        --bs-gutter-x: .25rem
    }

    .g-lg-1, .gy-lg-1 {
        --bs-gutter-y: .25rem
    }

    .g-lg-2, .gx-lg-2 {
        --bs-gutter-x: .5rem
    }

    .g-lg-2, .gy-lg-2 {
        --bs-gutter-y: .5rem
    }

    .g-lg-3, .gx-lg-3 {
        --bs-gutter-x: 1rem
    }

    .g-lg-3, .gy-lg-3 {
        --bs-gutter-y: 1rem
    }

    .g-lg-4, .gx-lg-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-lg-4, .gy-lg-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-lg-5, .gx-lg-5 {
        --bs-gutter-x: 3rem
    }

    .g-lg-5, .gy-lg-5 {
        --bs-gutter-y: 3rem
    }
}

@media (min-width: 1200px) {
    .col-xl {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }

    .row-cols-xl-auto > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-xl-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-xl-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-xl-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%
    }

    .row-cols-xl-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-xl-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-xl-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%
    }

    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333%
    }

    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%
    }

    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%
    }

    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66667%
    }

    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333%
    }

    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66667%
    }

    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%
    }

    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333%
    }

    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66667%
    }

    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333%
    }

    .offset-xl-2 {
        margin-left: 16.66667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.33333%
    }

    .offset-xl-5 {
        margin-left: 41.66667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.33333%
    }

    .offset-xl-8 {
        margin-left: 66.66667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333%
    }

    .offset-xl-11 {
        margin-left: 91.66667%
    }

    .g-xl-0, .gx-xl-0 {
        --bs-gutter-x: 0
    }

    .g-xl-0, .gy-xl-0 {
        --bs-gutter-y: 0
    }

    .g-xl-1, .gx-xl-1 {
        --bs-gutter-x: .25rem
    }

    .g-xl-1, .gy-xl-1 {
        --bs-gutter-y: .25rem
    }

    .g-xl-2, .gx-xl-2 {
        --bs-gutter-x: .5rem
    }

    .g-xl-2, .gy-xl-2 {
        --bs-gutter-y: .5rem
    }

    .g-xl-3, .gx-xl-3 {
        --bs-gutter-x: 1rem
    }

    .g-xl-3, .gy-xl-3 {
        --bs-gutter-y: 1rem
    }

    .g-xl-4, .gx-xl-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-xl-4, .gy-xl-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-xl-5, .gx-xl-5 {
        --bs-gutter-x: 3rem
    }

    .g-xl-5, .gy-xl-5 {
        --bs-gutter-y: 3rem
    }
}

@media (min-width: 1400px) {
    .col-xxl {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }

    .row-cols-xxl-auto > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-xxl-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-xxl-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-xxl-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%
    }

    .row-cols-xxl-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-xxl-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-xxl-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%
    }

    .col-xxl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .col-xxl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333%
    }

    .col-xxl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%
    }

    .col-xxl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .col-xxl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%
    }

    .col-xxl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66667%
    }

    .col-xxl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .col-xxl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333%
    }

    .col-xxl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66667%
    }

    .col-xxl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%
    }

    .col-xxl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333%
    }

    .col-xxl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66667%
    }

    .col-xxl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .offset-xxl-0 {
        margin-left: 0
    }

    .offset-xxl-1 {
        margin-left: 8.33333%
    }

    .offset-xxl-2 {
        margin-left: 16.66667%
    }

    .offset-xxl-3 {
        margin-left: 25%
    }

    .offset-xxl-4 {
        margin-left: 33.33333%
    }

    .offset-xxl-5 {
        margin-left: 41.66667%
    }

    .offset-xxl-6 {
        margin-left: 50%
    }

    .offset-xxl-7 {
        margin-left: 58.33333%
    }

    .offset-xxl-8 {
        margin-left: 66.66667%
    }

    .offset-xxl-9 {
        margin-left: 75%
    }

    .offset-xxl-10 {
        margin-left: 83.33333%
    }

    .offset-xxl-11 {
        margin-left: 91.66667%
    }

    .g-xxl-0, .gx-xxl-0 {
        --bs-gutter-x: 0
    }

    .g-xxl-0, .gy-xxl-0 {
        --bs-gutter-y: 0
    }

    .g-xxl-1, .gx-xxl-1 {
        --bs-gutter-x: .25rem
    }

    .g-xxl-1, .gy-xxl-1 {
        --bs-gutter-y: .25rem
    }

    .g-xxl-2, .gx-xxl-2 {
        --bs-gutter-x: .5rem
    }

    .g-xxl-2, .gy-xxl-2 {
        --bs-gutter-y: .5rem
    }

    .g-xxl-3, .gx-xxl-3 {
        --bs-gutter-x: 1rem
    }

    .g-xxl-3, .gy-xxl-3 {
        --bs-gutter-y: 1rem
    }

    .g-xxl-4, .gx-xxl-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-xxl-4, .gy-xxl-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-xxl-5, .gx-xxl-5 {
        --bs-gutter-x: 3rem
    }

    .g-xxl-5, .gy-xxl-5 {
        --bs-gutter-y: 3rem
    }
}

.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
}

.float-start {
    float: left !important
}

.float-end {
    float: right !important
}

.float-none {
    float: none !important
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.overflow-visible {
    overflow: visible !important
}

.overflow-scroll {
    overflow: scroll !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-grid {
    display: grid !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

.d-none {
    display: none !important
}

.shadow {
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important
}

.shadow-sm {
    -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important
}

.shadow-lg {
    -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important
}

.shadow-none {
    -webkit-box-shadow: none !important;
    box-shadow: none !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
}

.top-0 {
    top: 0 !important
}

.top-50 {
    top: 50% !important
}

.top-100 {
    top: 100% !important
}

.bottom-0 {
    bottom: 0 !important
}

.bottom-50 {
    bottom: 50% !important
}

.bottom-100 {
    bottom: 100% !important
}

.start-0 {
    left: 0 !important
}

.start-50 {
    left: 50% !important
}

.start-100 {
    left: 100% !important
}

.end-0 {
    right: 0 !important
}

.end-50 {
    right: 50% !important
}

.end-100 {
    right: 100% !important
}

.translate-middle {
    -webkit-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important
}

.translate-middle-x {
    -webkit-transform: translateX(-50%) !important;
    -ms-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important
}

.translate-middle-y {
    -webkit-transform: translateY(-50%) !important;
    -ms-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important
}

.border {
    border: 1px solid #e0e0e0 !important
}

.border-0 {
    border: 0 !important
}

.border-top {
    border-top: 1px solid #e0e0e0 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-end {
    border-right: 1px solid #e0e0e0 !important
}

.border-end-0 {
    border-right: 0 !important
}

.border-bottom {
    border-bottom: 1px solid #e0e0e0 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-start {
    border-left: 1px solid #e0e0e0 !important
}

.border-start-0 {
    border-left: 0 !important
}

.border-primary {
    border-color: #1266f1 !important
}

.border-secondary {
    border-color: #b23cfd !important
}

.border-success {
    border-color: #00b74a !important
}

.border-info {
    border-color: #39c0ed !important
}

.border-warning {
    border-color: #ffa900 !important
}

.border-danger {
    border-color: #f93154 !important
}

.border-light {
    border-color: #fbfbfb !important
}

.border-dark {
    border-color: #262626 !important
}

.border-white {
    border-color: #fff !important
}

.border-black {
    border-color: #000 !important
}

.border-0 {
    border-width: 0 !important
}

.border-1 {
    border-width: 1px !important
}

.border-2 {
    border-width: 2px !important
}

.border-3 {
    border-width: 3px !important
}

.border-4 {
    border-width: 4px !important
}

.border-5 {
    border-width: 5px !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
}

.mw-100 {
    max-width: 100% !important
}

.vw-100 {
    width: 100vw !important
}

.min-vw-100 {
    min-width: 100vw !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
}

.mh-100 {
    max-height: 100% !important
}

.vh-100 {
    height: 100vh !important
}

.min-vh-100 {
    min-height: 100vh !important
}

.flex-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
}

.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

.flex-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
}

.flex-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

.gap-0 {
    grid-gap: 0 !important;
    gap: 0 !important
}

.gap-1 {
    grid-gap: .25rem !important;
    gap: .25rem !important
}

.gap-2 {
    grid-gap: .5rem !important;
    gap: .5rem !important
}

.gap-3 {
    grid-gap: 1rem !important;
    gap: 1rem !important
}

.gap-4 {
    grid-gap: 1.5rem !important;
    gap: 1.5rem !important
}

.gap-5 {
    grid-gap: 3rem !important;
    gap: 3rem !important
}

.justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.justify-content-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important
}

.align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    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
}

.order-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important
}

.order-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important
}

.order-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important
}

.order-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important
}

.order-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important
}

.order-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important
}

.order-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important
}

.order-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important
}

.m-0 {
    margin: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.m-auto {
    margin: auto !important
}

.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important
}

.mx-1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important
}

.mx-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important
}

.mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important
}

.mx-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important
}

.mx-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.my-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important
}

.my-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important
}

.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
}

.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important
}

.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important
}

.mt-0 {
    margin-top: 0 !important
}

.mt-1 {
    margin-top: .25rem !important
}

.mt-2 {
    margin-top: .5rem !important
}

.mt-3 {
    margin-top: 1rem !important
}

.mt-4 {
    margin-top: 1.5rem !important
}

.mt-5 {
    margin-top: 3rem !important
}

.mt-auto {
    margin-top: auto !important
}

.me-0 {
    margin-right: 0 !important
}

.me-1 {
    margin-right: .25rem !important
}

.me-2 {
    margin-right: .5rem !important
}

.me-3 {
    margin-right: 1rem !important
}

.me-4 {
    margin-right: 1.5rem !important
}

.me-5 {
    margin-right: 3rem !important
}

.me-auto {
    margin-right: auto !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-1 {
    margin-bottom: .25rem !important
}

.mb-2 {
    margin-bottom: .5rem !important
}

.mb-3 {
    margin-bottom: 1rem !important
}

.mb-4 {
    margin-bottom: 1.5rem !important
}

.mb-5 {
    margin-bottom: 3rem !important
}

.mb-auto {
    margin-bottom: auto !important
}

.ms-0 {
    margin-left: 0 !important
}

.ms-1 {
    margin-left: .25rem !important
}

.ms-2 {
    margin-left: .5rem !important
}

.ms-3 {
    margin-left: 1rem !important
}

.ms-4 {
    margin-left: 1.5rem !important
}

.ms-5 {
    margin-left: 3rem !important
}

.ms-auto {
    margin-left: auto !important
}

.m-n1 {
    margin: -.25rem !important
}

.m-n2 {
    margin: -.5rem !important
}

.m-n3 {
    margin: -1rem !important
}

.m-n4 {
    margin: -1.5rem !important
}

.m-n5 {
    margin: -3rem !important
}

.mx-n1 {
    margin-right: -.25rem !important;
    margin-left: -.25rem !important
}

.mx-n2 {
    margin-right: -.5rem !important;
    margin-left: -.5rem !important
}

.mx-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important
}

.mx-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important
}

.mx-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important
}

.my-n1 {
    margin-top: -.25rem !important;
    margin-bottom: -.25rem !important
}

.my-n2 {
    margin-top: -.5rem !important;
    margin-bottom: -.5rem !important
}

.my-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important
}

.my-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important
}

.my-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important
}

.mt-n1 {
    margin-top: -.25rem !important
}

.mt-n2 {
    margin-top: -.5rem !important
}

.mt-n3 {
    margin-top: -1rem !important
}

.mt-n4 {
    margin-top: -1.5rem !important
}

.mt-n5 {
    margin-top: -3rem !important
}

.me-n1 {
    margin-right: -.25rem !important
}

.me-n2 {
    margin-right: -.5rem !important
}

.me-n3 {
    margin-right: -1rem !important
}

.me-n4 {
    margin-right: -1.5rem !important
}

.me-n5 {
    margin-right: -3rem !important
}

.mb-n1 {
    margin-bottom: -.25rem !important
}

.mb-n2 {
    margin-bottom: -.5rem !important
}

.mb-n3 {
    margin-bottom: -1rem !important
}

.mb-n4 {
    margin-bottom: -1.5rem !important
}

.mb-n5 {
    margin-bottom: -3rem !important
}

.ms-n1 {
    margin-left: -.25rem !important
}

.ms-n2 {
    margin-left: -.5rem !important
}

.ms-n3 {
    margin-left: -1rem !important
}

.ms-n4 {
    margin-left: -1.5rem !important
}

.ms-n5 {
    margin-left: -3rem !important
}

.p-0 {
    padding: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important
}

.px-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important
}

.px-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important
}

.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important
}

.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important
}

.px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.py-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important
}

.py-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
}

.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
}

.pt-0 {
    padding-top: 0 !important
}

.pt-1 {
    padding-top: .25rem !important
}

.pt-2 {
    padding-top: .5rem !important
}

.pt-3 {
    padding-top: 1rem !important
}

.pt-4 {
    padding-top: 1.5rem !important
}

.pt-5 {
    padding-top: 3rem !important
}

.pe-0 {
    padding-right: 0 !important
}

.pe-1 {
    padding-right: .25rem !important
}

.pe-2 {
    padding-right: .5rem !important
}

.pe-3 {
    padding-right: 1rem !important
}

.pe-4 {
    padding-right: 1.5rem !important
}

.pe-5 {
    padding-right: 3rem !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.pb-1 {
    padding-bottom: .25rem !important
}

.pb-2 {
    padding-bottom: .5rem !important
}

.pb-3 {
    padding-bottom: 1rem !important
}

.pb-4 {
    padding-bottom: 1.5rem !important
}

.pb-5 {
    padding-bottom: 3rem !important
}

.ps-0 {
    padding-left: 0 !important
}

.ps-1 {
    padding-left: .25rem !important
}

.ps-2 {
    padding-left: .5rem !important
}

.ps-3 {
    padding-left: 1rem !important
}

.ps-4 {
    padding-left: 1.5rem !important
}

.ps-5 {
    padding-left: 3rem !important
}

.fs-1 {
    font-size: calc(1.375rem + 1.5vw) !important
}

.fs-2 {
    font-size: calc(1.325rem + .9vw) !important
}

.fs-3 {
    font-size: calc(1.3rem + .6vw) !important
}

.fs-4 {
    font-size: calc(1.275rem + .3vw) !important
}

.fs-5 {
    font-size: 1.25rem !important
}

.fs-6 {
    font-size: 1rem !important
}

.fst-italic {
    font-style: italic !important
}

.fst-normal {
    font-style: normal !important
}

.fw-light {
    font-weight: 300 !important
}

.fw-lighter {
    font-weight: lighter !important
}

.fw-normal {
    font-weight: 400 !important
}

.fw-bold {
    font-weight: 700 !important
}

.fw-bolder {
    font-weight: bolder !important
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.text-start {
    text-align: left !important
}

.text-end {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

.text-primary {
    color: #1266f1 !important
}

.text-secondary {
    color: #b23cfd !important
}

.text-success {
    color: #00b74a !important
}

.text-info {
    color: #39c0ed !important
}

.text-warning {
    color: #ffa900 !important
}

.text-danger {
    color: #f93154 !important
}

.text-light {
    color: #fbfbfb !important
}

.text-dark {
    color: #262626 !important
}

.text-white {
    color: #fff !important
}

.text-black {
    color: #000 !important
}

.text-body {
    color: #4f4f4f !important
}

.text-muted {
    color: #757575 !important
}

.text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important
}

.text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important
}

.text-reset {
    color: inherit !important
}

.lh-1 {
    line-height: 1 !important
}

.lh-sm {
    line-height: 1.25 !important
}

.lh-base {
    line-height: 1.6 !important
}

.lh-lg {
    line-height: 2 !important
}

.bg-primary {
    background-color: #1266f1 !important
}

.bg-secondary {
    background-color: #b23cfd !important
}

.bg-success {
    background-color: #00b74a !important
}

.bg-info {
    background-color: #39c0ed !important
}

.bg-warning {
    background-color: #ffa900 !important
}

.bg-danger {
    background-color: #f93154 !important
}

.bg-light {
    background-color: #fbfbfb !important
}

.bg-dark {
    background-color: #262626 !important
}

.bg-white {
    background-color: #fff !important
}

.bg-black {
    background-color: #000 !important
}

.bg-body {
    background-color: #fff !important
}

.bg-transparent {
    background-color: rgba(0, 0, 0, 0) !important
}

.bg-gradient {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.15)), to(rgba(255, 255, 255, 0))) !important;
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0)) !important;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0)) !important;
    background-image: var(--bs-gradient) !important
}

.text-wrap {
    white-space: normal !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-decoration-none {
    text-decoration: none !important
}

.text-decoration-underline {
    text-decoration: underline !important
}

.text-decoration-line-through {
    text-decoration: line-through !important
}

.text-break {
    word-wrap: break-word !important;
    word-break: break-word !important
}

.font-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
    font-family: var(--bs-font-monospace) !important
}

.user-select-all {
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    -ms-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
}

.pe-none {
    pointer-events: none !important
}

.pe-auto {
    pointer-events: auto !important
}

.rounded {
    border-radius: .25rem !important
}

.rounded-0 {
    border-radius: 0 !important
}

.rounded-1 {
    border-radius: .2rem !important
}

.rounded-2 {
    border-radius: .25rem !important
}

.rounded-3 {
    border-radius: .3rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-pill {
    border-radius: 50rem !important
}

.rounded-top {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important
}

.rounded-end {
    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-start {
    border-bottom-left-radius: .25rem !important;
    border-top-left-radius: .25rem !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media (min-width: 576px) {
    .float-sm-start {
        float: left !important
    }

    .float-sm-end {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-grid {
        display: grid !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .d-sm-none {
        display: none !important
    }

    .flex-sm-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-sm-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .gap-sm-0 {
        grid-gap: 0 !important;
        gap: 0 !important
    }

    .gap-sm-1 {
        grid-gap: .25rem !important;
        gap: .25rem !important
    }

    .gap-sm-2 {
        grid-gap: .5rem !important;
        gap: .5rem !important
    }

    .gap-sm-3 {
        grid-gap: 1rem !important;
        gap: 1rem !important
    }

    .gap-sm-4 {
        grid-gap: 1.5rem !important;
        gap: 1.5rem !important
    }

    .gap-sm-5 {
        grid-gap: 3rem !important;
        gap: 3rem !important
    }

    .justify-content-sm-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .justify-content-sm-evenly {
        -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important
    }

    .align-items-sm-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-sm-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-sm-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        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
    }

    .order-sm-first {
        -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
        order: -1 !important
    }

    .order-sm-0 {
        -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important
    }

    .order-sm-1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important
    }

    .order-sm-2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important
    }

    .order-sm-3 {
        -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important
    }

    .order-sm-4 {
        -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important
    }

    .order-sm-5 {
        -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important
    }

    .order-sm-last {
        -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
        order: 6 !important
    }

    .m-sm-0 {
        margin: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mx-sm-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-sm-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-sm-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-sm-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-sm-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-sm-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-sm-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-sm-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-sm-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-sm-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-sm-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-sm-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-sm-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-sm-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-sm-0 {
        margin-top: 0 !important
    }

    .mt-sm-1 {
        margin-top: .25rem !important
    }

    .mt-sm-2 {
        margin-top: .5rem !important
    }

    .mt-sm-3 {
        margin-top: 1rem !important
    }

    .mt-sm-4 {
        margin-top: 1.5rem !important
    }

    .mt-sm-5 {
        margin-top: 3rem !important
    }

    .mt-sm-auto {
        margin-top: auto !important
    }

    .me-sm-0 {
        margin-right: 0 !important
    }

    .me-sm-1 {
        margin-right: .25rem !important
    }

    .me-sm-2 {
        margin-right: .5rem !important
    }

    .me-sm-3 {
        margin-right: 1rem !important
    }

    .me-sm-4 {
        margin-right: 1.5rem !important
    }

    .me-sm-5 {
        margin-right: 3rem !important
    }

    .me-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-0 {
        margin-bottom: 0 !important
    }

    .mb-sm-1 {
        margin-bottom: .25rem !important
    }

    .mb-sm-2 {
        margin-bottom: .5rem !important
    }

    .mb-sm-3 {
        margin-bottom: 1rem !important
    }

    .mb-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-sm-5 {
        margin-bottom: 3rem !important
    }

    .mb-sm-auto {
        margin-bottom: auto !important
    }

    .ms-sm-0 {
        margin-left: 0 !important
    }

    .ms-sm-1 {
        margin-left: .25rem !important
    }

    .ms-sm-2 {
        margin-left: .5rem !important
    }

    .ms-sm-3 {
        margin-left: 1rem !important
    }

    .ms-sm-4 {
        margin-left: 1.5rem !important
    }

    .ms-sm-5 {
        margin-left: 3rem !important
    }

    .ms-sm-auto {
        margin-left: auto !important
    }

    .m-sm-n1 {
        margin: -.25rem !important
    }

    .m-sm-n2 {
        margin: -.5rem !important
    }

    .m-sm-n3 {
        margin: -1rem !important
    }

    .m-sm-n4 {
        margin: -1.5rem !important
    }

    .m-sm-n5 {
        margin: -3rem !important
    }

    .mx-sm-n1 {
        margin-right: -.25rem !important;
        margin-left: -.25rem !important
    }

    .mx-sm-n2 {
        margin-right: -.5rem !important;
        margin-left: -.5rem !important
    }

    .mx-sm-n3 {
        margin-right: -1rem !important;
        margin-left: -1rem !important
    }

    .mx-sm-n4 {
        margin-right: -1.5rem !important;
        margin-left: -1.5rem !important
    }

    .mx-sm-n5 {
        margin-right: -3rem !important;
        margin-left: -3rem !important
    }

    .my-sm-n1 {
        margin-top: -.25rem !important;
        margin-bottom: -.25rem !important
    }

    .my-sm-n2 {
        margin-top: -.5rem !important;
        margin-bottom: -.5rem !important
    }

    .my-sm-n3 {
        margin-top: -1rem !important;
        margin-bottom: -1rem !important
    }

    .my-sm-n4 {
        margin-top: -1.5rem !important;
        margin-bottom: -1.5rem !important
    }

    .my-sm-n5 {
        margin-top: -3rem !important;
        margin-bottom: -3rem !important
    }

    .mt-sm-n1 {
        margin-top: -.25rem !important
    }

    .mt-sm-n2 {
        margin-top: -.5rem !important
    }

    .mt-sm-n3 {
        margin-top: -1rem !important
    }

    .mt-sm-n4 {
        margin-top: -1.5rem !important
    }

    .mt-sm-n5 {
        margin-top: -3rem !important
    }

    .me-sm-n1 {
        margin-right: -.25rem !important
    }

    .me-sm-n2 {
        margin-right: -.5rem !important
    }

    .me-sm-n3 {
        margin-right: -1rem !important
    }

    .me-sm-n4 {
        margin-right: -1.5rem !important
    }

    .me-sm-n5 {
        margin-right: -3rem !important
    }

    .mb-sm-n1 {
        margin-bottom: -.25rem !important
    }

    .mb-sm-n2 {
        margin-bottom: -.5rem !important
    }

    .mb-sm-n3 {
        margin-bottom: -1rem !important
    }

    .mb-sm-n4 {
        margin-bottom: -1.5rem !important
    }

    .mb-sm-n5 {
        margin-bottom: -3rem !important
    }

    .ms-sm-n1 {
        margin-left: -.25rem !important
    }

    .ms-sm-n2 {
        margin-left: -.5rem !important
    }

    .ms-sm-n3 {
        margin-left: -1rem !important
    }

    .ms-sm-n4 {
        margin-left: -1.5rem !important
    }

    .ms-sm-n5 {
        margin-left: -3rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .px-sm-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-sm-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-sm-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-sm-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-sm-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-sm-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-sm-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-sm-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-sm-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-sm-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-sm-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-sm-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-sm-0 {
        padding-top: 0 !important
    }

    .pt-sm-1 {
        padding-top: .25rem !important
    }

    .pt-sm-2 {
        padding-top: .5rem !important
    }

    .pt-sm-3 {
        padding-top: 1rem !important
    }

    .pt-sm-4 {
        padding-top: 1.5rem !important
    }

    .pt-sm-5 {
        padding-top: 3rem !important
    }

    .pe-sm-0 {
        padding-right: 0 !important
    }

    .pe-sm-1 {
        padding-right: .25rem !important
    }

    .pe-sm-2 {
        padding-right: .5rem !important
    }

    .pe-sm-3 {
        padding-right: 1rem !important
    }

    .pe-sm-4 {
        padding-right: 1.5rem !important
    }

    .pe-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-0 {
        padding-bottom: 0 !important
    }

    .pb-sm-1 {
        padding-bottom: .25rem !important
    }

    .pb-sm-2 {
        padding-bottom: .5rem !important
    }

    .pb-sm-3 {
        padding-bottom: 1rem !important
    }

    .pb-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-sm-5 {
        padding-bottom: 3rem !important
    }

    .ps-sm-0 {
        padding-left: 0 !important
    }

    .ps-sm-1 {
        padding-left: .25rem !important
    }

    .ps-sm-2 {
        padding-left: .5rem !important
    }

    .ps-sm-3 {
        padding-left: 1rem !important
    }

    .ps-sm-4 {
        padding-left: 1.5rem !important
    }

    .ps-sm-5 {
        padding-left: 3rem !important
    }

    .text-sm-start {
        text-align: left !important
    }

    .text-sm-end {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media (min-width: 768px) {
    .float-md-start {
        float: left !important
    }

    .float-md-end {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-grid {
        display: grid !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .d-md-none {
        display: none !important
    }

    .flex-md-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-md-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .gap-md-0 {
        grid-gap: 0 !important;
        gap: 0 !important
    }

    .gap-md-1 {
        grid-gap: .25rem !important;
        gap: .25rem !important
    }

    .gap-md-2 {
        grid-gap: .5rem !important;
        gap: .5rem !important
    }

    .gap-md-3 {
        grid-gap: 1rem !important;
        gap: 1rem !important
    }

    .gap-md-4 {
        grid-gap: 1.5rem !important;
        gap: 1.5rem !important
    }

    .gap-md-5 {
        grid-gap: 3rem !important;
        gap: 3rem !important
    }

    .justify-content-md-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .justify-content-md-evenly {
        -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important
    }

    .align-items-md-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-md-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-md-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        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
    }

    .order-md-first {
        -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
        order: -1 !important
    }

    .order-md-0 {
        -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important
    }

    .order-md-1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important
    }

    .order-md-2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important
    }

    .order-md-3 {
        -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important
    }

    .order-md-4 {
        -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important
    }

    .order-md-5 {
        -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important
    }

    .order-md-last {
        -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
        order: 6 !important
    }

    .m-md-0 {
        margin: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mx-md-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-md-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-md-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-md-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-md-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-md-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-md-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-md-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-md-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-md-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-md-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-md-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-md-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-md-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-md-0 {
        margin-top: 0 !important
    }

    .mt-md-1 {
        margin-top: .25rem !important
    }

    .mt-md-2 {
        margin-top: .5rem !important
    }

    .mt-md-3 {
        margin-top: 1rem !important
    }

    .mt-md-4 {
        margin-top: 1.5rem !important
    }

    .mt-md-5 {
        margin-top: 3rem !important
    }

    .mt-md-auto {
        margin-top: auto !important
    }

    .me-md-0 {
        margin-right: 0 !important
    }

    .me-md-1 {
        margin-right: .25rem !important
    }

    .me-md-2 {
        margin-right: .5rem !important
    }

    .me-md-3 {
        margin-right: 1rem !important
    }

    .me-md-4 {
        margin-right: 1.5rem !important
    }

    .me-md-5 {
        margin-right: 3rem !important
    }

    .me-md-auto {
        margin-right: auto !important
    }

    .mb-md-0 {
        margin-bottom: 0 !important
    }

    .mb-md-1 {
        margin-bottom: .25rem !important
    }

    .mb-md-2 {
        margin-bottom: .5rem !important
    }

    .mb-md-3 {
        margin-bottom: 1rem !important
    }

    .mb-md-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-md-5 {
        margin-bottom: 3rem !important
    }

    .mb-md-auto {
        margin-bottom: auto !important
    }

    .ms-md-0 {
        margin-left: 0 !important
    }

    .ms-md-1 {
        margin-left: .25rem !important
    }

    .ms-md-2 {
        margin-left: .5rem !important
    }

    .ms-md-3 {
        margin-left: 1rem !important
    }

    .ms-md-4 {
        margin-left: 1.5rem !important
    }

    .ms-md-5 {
        margin-left: 3rem !important
    }

    .ms-md-auto {
        margin-left: auto !important
    }

    .m-md-n1 {
        margin: -.25rem !important
    }

    .m-md-n2 {
        margin: -.5rem !important
    }

    .m-md-n3 {
        margin: -1rem !important
    }

    .m-md-n4 {
        margin: -1.5rem !important
    }

    .m-md-n5 {
        margin: -3rem !important
    }

    .mx-md-n1 {
        margin-right: -.25rem !important;
        margin-left: -.25rem !important
    }

    .mx-md-n2 {
        margin-right: -.5rem !important;
        margin-left: -.5rem !important
    }

    .mx-md-n3 {
        margin-right: -1rem !important;
        margin-left: -1rem !important
    }

    .mx-md-n4 {
        margin-right: -1.5rem !important;
        margin-left: -1.5rem !important
    }

    .mx-md-n5 {
        margin-right: -3rem !important;
        margin-left: -3rem !important
    }

    .my-md-n1 {
        margin-top: -.25rem !important;
        margin-bottom: -.25rem !important
    }

    .my-md-n2 {
        margin-top: -.5rem !important;
        margin-bottom: -.5rem !important
    }

    .my-md-n3 {
        margin-top: -1rem !important;
        margin-bottom: -1rem !important
    }

    .my-md-n4 {
        margin-top: -1.5rem !important;
        margin-bottom: -1.5rem !important
    }

    .my-md-n5 {
        margin-top: -3rem !important;
        margin-bottom: -3rem !important
    }

    .mt-md-n1 {
        margin-top: -.25rem !important
    }

    .mt-md-n2 {
        margin-top: -.5rem !important
    }

    .mt-md-n3 {
        margin-top: -1rem !important
    }

    .mt-md-n4 {
        margin-top: -1.5rem !important
    }

    .mt-md-n5 {
        margin-top: -3rem !important
    }

    .me-md-n1 {
        margin-right: -.25rem !important
    }

    .me-md-n2 {
        margin-right: -.5rem !important
    }

    .me-md-n3 {
        margin-right: -1rem !important
    }

    .me-md-n4 {
        margin-right: -1.5rem !important
    }

    .me-md-n5 {
        margin-right: -3rem !important
    }

    .mb-md-n1 {
        margin-bottom: -.25rem !important
    }

    .mb-md-n2 {
        margin-bottom: -.5rem !important
    }

    .mb-md-n3 {
        margin-bottom: -1rem !important
    }

    .mb-md-n4 {
        margin-bottom: -1.5rem !important
    }

    .mb-md-n5 {
        margin-bottom: -3rem !important
    }

    .ms-md-n1 {
        margin-left: -.25rem !important
    }

    .ms-md-n2 {
        margin-left: -.5rem !important
    }

    .ms-md-n3 {
        margin-left: -1rem !important
    }

    .ms-md-n4 {
        margin-left: -1.5rem !important
    }

    .ms-md-n5 {
        margin-left: -3rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .px-md-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-md-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-md-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-md-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-md-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-md-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-md-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-md-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-md-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-md-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-md-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-md-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-md-0 {
        padding-top: 0 !important
    }

    .pt-md-1 {
        padding-top: .25rem !important
    }

    .pt-md-2 {
        padding-top: .5rem !important
    }

    .pt-md-3 {
        padding-top: 1rem !important
    }

    .pt-md-4 {
        padding-top: 1.5rem !important
    }

    .pt-md-5 {
        padding-top: 3rem !important
    }

    .pe-md-0 {
        padding-right: 0 !important
    }

    .pe-md-1 {
        padding-right: .25rem !important
    }

    .pe-md-2 {
        padding-right: .5rem !important
    }

    .pe-md-3 {
        padding-right: 1rem !important
    }

    .pe-md-4 {
        padding-right: 1.5rem !important
    }

    .pe-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-0 {
        padding-bottom: 0 !important
    }

    .pb-md-1 {
        padding-bottom: .25rem !important
    }

    .pb-md-2 {
        padding-bottom: .5rem !important
    }

    .pb-md-3 {
        padding-bottom: 1rem !important
    }

    .pb-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-md-5 {
        padding-bottom: 3rem !important
    }

    .ps-md-0 {
        padding-left: 0 !important
    }

    .ps-md-1 {
        padding-left: .25rem !important
    }

    .ps-md-2 {
        padding-left: .5rem !important
    }

    .ps-md-3 {
        padding-left: 1rem !important
    }

    .ps-md-4 {
        padding-left: 1.5rem !important
    }

    .ps-md-5 {
        padding-left: 3rem !important
    }

    .text-md-start {
        text-align: left !important
    }

    .text-md-end {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media (min-width: 992px) {
    .float-lg-start {
        float: left !important
    }

    .float-lg-end {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-grid {
        display: grid !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .d-lg-none {
        display: none !important
    }

    .flex-lg-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-lg-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .gap-lg-0 {
        grid-gap: 0 !important;
        gap: 0 !important
    }

    .gap-lg-1 {
        grid-gap: .25rem !important;
        gap: .25rem !important
    }

    .gap-lg-2 {
        grid-gap: .5rem !important;
        gap: .5rem !important
    }

    .gap-lg-3 {
        grid-gap: 1rem !important;
        gap: 1rem !important
    }

    .gap-lg-4 {
        grid-gap: 1.5rem !important;
        gap: 1.5rem !important
    }

    .gap-lg-5 {
        grid-gap: 3rem !important;
        gap: 3rem !important
    }

    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .justify-content-lg-evenly {
        -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important
    }

    .align-items-lg-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-lg-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-lg-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        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
    }

    .order-lg-first {
        -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
        order: -1 !important
    }

    .order-lg-0 {
        -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important
    }

    .order-lg-1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important
    }

    .order-lg-2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important
    }

    .order-lg-3 {
        -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important
    }

    .order-lg-4 {
        -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important
    }

    .order-lg-5 {
        -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important
    }

    .order-lg-last {
        -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
        order: 6 !important
    }

    .m-lg-0 {
        margin: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mx-lg-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-lg-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-lg-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-lg-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-lg-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-lg-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-lg-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-lg-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-lg-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-lg-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-lg-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-lg-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-lg-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-lg-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-lg-0 {
        margin-top: 0 !important
    }

    .mt-lg-1 {
        margin-top: .25rem !important
    }

    .mt-lg-2 {
        margin-top: .5rem !important
    }

    .mt-lg-3 {
        margin-top: 1rem !important
    }

    .mt-lg-4 {
        margin-top: 1.5rem !important
    }

    .mt-lg-5 {
        margin-top: 3rem !important
    }

    .mt-lg-auto {
        margin-top: auto !important
    }

    .me-lg-0 {
        margin-right: 0 !important
    }

    .me-lg-1 {
        margin-right: .25rem !important
    }

    .me-lg-2 {
        margin-right: .5rem !important
    }

    .me-lg-3 {
        margin-right: 1rem !important
    }

    .me-lg-4 {
        margin-right: 1.5rem !important
    }

    .me-lg-5 {
        margin-right: 3rem !important
    }

    .me-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-0 {
        margin-bottom: 0 !important
    }

    .mb-lg-1 {
        margin-bottom: .25rem !important
    }

    .mb-lg-2 {
        margin-bottom: .5rem !important
    }

    .mb-lg-3 {
        margin-bottom: 1rem !important
    }

    .mb-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-lg-5 {
        margin-bottom: 3rem !important
    }

    .mb-lg-auto {
        margin-bottom: auto !important
    }

    .ms-lg-0 {
        margin-left: 0 !important
    }

    .ms-lg-1 {
        margin-left: .25rem !important
    }

    .ms-lg-2 {
        margin-left: .5rem !important
    }

    .ms-lg-3 {
        margin-left: 1rem !important
    }

    .ms-lg-4 {
        margin-left: 1.5rem !important
    }

    .ms-lg-5 {
        margin-left: 3rem !important
    }

    .ms-lg-auto {
        margin-left: auto !important
    }

    .m-lg-n1 {
        margin: -.25rem !important
    }

    .m-lg-n2 {
        margin: -.5rem !important
    }

    .m-lg-n3 {
        margin: -1rem !important
    }

    .m-lg-n4 {
        margin: -1.5rem !important
    }

    .m-lg-n5 {
        margin: -3rem !important
    }

    .mx-lg-n1 {
        margin-right: -.25rem !important;
        margin-left: -.25rem !important
    }

    .mx-lg-n2 {
        margin-right: -.5rem !important;
        margin-left: -.5rem !important
    }

    .mx-lg-n3 {
        margin-right: -1rem !important;
        margin-left: -1rem !important
    }

    .mx-lg-n4 {
        margin-right: -1.5rem !important;
        margin-left: -1.5rem !important
    }

    .mx-lg-n5 {
        margin-right: -3rem !important;
        margin-left: -3rem !important
    }

    .my-lg-n1 {
        margin-top: -.25rem !important;
        margin-bottom: -.25rem !important
    }

    .my-lg-n2 {
        margin-top: -.5rem !important;
        margin-bottom: -.5rem !important
    }

    .my-lg-n3 {
        margin-top: -1rem !important;
        margin-bottom: -1rem !important
    }

    .my-lg-n4 {
        margin-top: -1.5rem !important;
        margin-bottom: -1.5rem !important
    }

    .my-lg-n5 {
        margin-top: -3rem !important;
        margin-bottom: -3rem !important
    }

    .mt-lg-n1 {
        margin-top: -.25rem !important
    }

    .mt-lg-n2 {
        margin-top: -.5rem !important
    }

    .mt-lg-n3 {
        margin-top: -1rem !important
    }

    .mt-lg-n4 {
        margin-top: -1.5rem !important
    }

    .mt-lg-n5 {
        margin-top: -3rem !important
    }

    .me-lg-n1 {
        margin-right: -.25rem !important
    }

    .me-lg-n2 {
        margin-right: -.5rem !important
    }

    .me-lg-n3 {
        margin-right: -1rem !important
    }

    .me-lg-n4 {
        margin-right: -1.5rem !important
    }

    .me-lg-n5 {
        margin-right: -3rem !important
    }

    .mb-lg-n1 {
        margin-bottom: -.25rem !important
    }

    .mb-lg-n2 {
        margin-bottom: -.5rem !important
    }

    .mb-lg-n3 {
        margin-bottom: -1rem !important
    }

    .mb-lg-n4 {
        margin-bottom: -1.5rem !important
    }

    .mb-lg-n5 {
        margin-bottom: -3rem !important
    }

    .ms-lg-n1 {
        margin-left: -.25rem !important
    }

    .ms-lg-n2 {
        margin-left: -.5rem !important
    }

    .ms-lg-n3 {
        margin-left: -1rem !important
    }

    .ms-lg-n4 {
        margin-left: -1.5rem !important
    }

    .ms-lg-n5 {
        margin-left: -3rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .px-lg-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-lg-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-lg-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-lg-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-lg-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-lg-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-lg-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-lg-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-lg-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-lg-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-lg-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-lg-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-lg-0 {
        padding-top: 0 !important
    }

    .pt-lg-1 {
        padding-top: .25rem !important
    }

    .pt-lg-2 {
        padding-top: .5rem !important
    }

    .pt-lg-3 {
        padding-top: 1rem !important
    }

    .pt-lg-4 {
        padding-top: 1.5rem !important
    }

    .pt-lg-5 {
        padding-top: 3rem !important
    }

    .pe-lg-0 {
        padding-right: 0 !important
    }

    .pe-lg-1 {
        padding-right: .25rem !important
    }

    .pe-lg-2 {
        padding-right: .5rem !important
    }

    .pe-lg-3 {
        padding-right: 1rem !important
    }

    .pe-lg-4 {
        padding-right: 1.5rem !important
    }

    .pe-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-0 {
        padding-bottom: 0 !important
    }

    .pb-lg-1 {
        padding-bottom: .25rem !important
    }

    .pb-lg-2 {
        padding-bottom: .5rem !important
    }

    .pb-lg-3 {
        padding-bottom: 1rem !important
    }

    .pb-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-lg-5 {
        padding-bottom: 3rem !important
    }

    .ps-lg-0 {
        padding-left: 0 !important
    }

    .ps-lg-1 {
        padding-left: .25rem !important
    }

    .ps-lg-2 {
        padding-left: .5rem !important
    }

    .ps-lg-3 {
        padding-left: 1rem !important
    }

    .ps-lg-4 {
        padding-left: 1.5rem !important
    }

    .ps-lg-5 {
        padding-left: 3rem !important
    }

    .text-lg-start {
        text-align: left !important
    }

    .text-lg-end {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media (min-width: 1200px) {
    .float-xl-start {
        float: left !important
    }

    .float-xl-end {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-grid {
        display: grid !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .d-xl-none {
        display: none !important
    }

    .flex-xl-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-xl-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .gap-xl-0 {
        grid-gap: 0 !important;
        gap: 0 !important
    }

    .gap-xl-1 {
        grid-gap: .25rem !important;
        gap: .25rem !important
    }

    .gap-xl-2 {
        grid-gap: .5rem !important;
        gap: .5rem !important
    }

    .gap-xl-3 {
        grid-gap: 1rem !important;
        gap: 1rem !important
    }

    .gap-xl-4 {
        grid-gap: 1.5rem !important;
        gap: 1.5rem !important
    }

    .gap-xl-5 {
        grid-gap: 3rem !important;
        gap: 3rem !important
    }

    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .justify-content-xl-evenly {
        -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important
    }

    .align-items-xl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-xl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-xl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        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
    }

    .order-xl-first {
        -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
        order: -1 !important
    }

    .order-xl-0 {
        -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important
    }

    .order-xl-1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important
    }

    .order-xl-2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important
    }

    .order-xl-3 {
        -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important
    }

    .order-xl-4 {
        -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important
    }

    .order-xl-5 {
        -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important
    }

    .order-xl-last {
        -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
        order: 6 !important
    }

    .m-xl-0 {
        margin: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mx-xl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-xl-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-xl-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-xl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-xl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-xl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-xl-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-xl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-xl-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-xl-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-xl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-xl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-xl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-xl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-xl-0 {
        margin-top: 0 !important
    }

    .mt-xl-1 {
        margin-top: .25rem !important
    }

    .mt-xl-2 {
        margin-top: .5rem !important
    }

    .mt-xl-3 {
        margin-top: 1rem !important
    }

    .mt-xl-4 {
        margin-top: 1.5rem !important
    }

    .mt-xl-5 {
        margin-top: 3rem !important
    }

    .mt-xl-auto {
        margin-top: auto !important
    }

    .me-xl-0 {
        margin-right: 0 !important
    }

    .me-xl-1 {
        margin-right: .25rem !important
    }

    .me-xl-2 {
        margin-right: .5rem !important
    }

    .me-xl-3 {
        margin-right: 1rem !important
    }

    .me-xl-4 {
        margin-right: 1.5rem !important
    }

    .me-xl-5 {
        margin-right: 3rem !important
    }

    .me-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-0 {
        margin-bottom: 0 !important
    }

    .mb-xl-1 {
        margin-bottom: .25rem !important
    }

    .mb-xl-2 {
        margin-bottom: .5rem !important
    }

    .mb-xl-3 {
        margin-bottom: 1rem !important
    }

    .mb-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-xl-5 {
        margin-bottom: 3rem !important
    }

    .mb-xl-auto {
        margin-bottom: auto !important
    }

    .ms-xl-0 {
        margin-left: 0 !important
    }

    .ms-xl-1 {
        margin-left: .25rem !important
    }

    .ms-xl-2 {
        margin-left: .5rem !important
    }

    .ms-xl-3 {
        margin-left: 1rem !important
    }

    .ms-xl-4 {
        margin-left: 1.5rem !important
    }

    .ms-xl-5 {
        margin-left: 3rem !important
    }

    .ms-xl-auto {
        margin-left: auto !important
    }

    .m-xl-n1 {
        margin: -.25rem !important
    }

    .m-xl-n2 {
        margin: -.5rem !important
    }

    .m-xl-n3 {
        margin: -1rem !important
    }

    .m-xl-n4 {
        margin: -1.5rem !important
    }

    .m-xl-n5 {
        margin: -3rem !important
    }

    .mx-xl-n1 {
        margin-right: -.25rem !important;
        margin-left: -.25rem !important
    }

    .mx-xl-n2 {
        margin-right: -.5rem !important;
        margin-left: -.5rem !important
    }

    .mx-xl-n3 {
        margin-right: -1rem !important;
        margin-left: -1rem !important
    }

    .mx-xl-n4 {
        margin-right: -1.5rem !important;
        margin-left: -1.5rem !important
    }

    .mx-xl-n5 {
        margin-right: -3rem !important;
        margin-left: -3rem !important
    }

    .my-xl-n1 {
        margin-top: -.25rem !important;
        margin-bottom: -.25rem !important
    }

    .my-xl-n2 {
        margin-top: -.5rem !important;
        margin-bottom: -.5rem !important
    }

    .my-xl-n3 {
        margin-top: -1rem !important;
        margin-bottom: -1rem !important
    }

    .my-xl-n4 {
        margin-top: -1.5rem !important;
        margin-bottom: -1.5rem !important
    }

    .my-xl-n5 {
        margin-top: -3rem !important;
        margin-bottom: -3rem !important
    }

    .mt-xl-n1 {
        margin-top: -.25rem !important
    }

    .mt-xl-n2 {
        margin-top: -.5rem !important
    }

    .mt-xl-n3 {
        margin-top: -1rem !important
    }

    .mt-xl-n4 {
        margin-top: -1.5rem !important
    }

    .mt-xl-n5 {
        margin-top: -3rem !important
    }

    .me-xl-n1 {
        margin-right: -.25rem !important
    }

    .me-xl-n2 {
        margin-right: -.5rem !important
    }

    .me-xl-n3 {
        margin-right: -1rem !important
    }

    .me-xl-n4 {
        margin-right: -1.5rem !important
    }

    .me-xl-n5 {
        margin-right: -3rem !important
    }

    .mb-xl-n1 {
        margin-bottom: -.25rem !important
    }

    .mb-xl-n2 {
        margin-bottom: -.5rem !important
    }

    .mb-xl-n3 {
        margin-bottom: -1rem !important
    }

    .mb-xl-n4 {
        margin-bottom: -1.5rem !important
    }

    .mb-xl-n5 {
        margin-bottom: -3rem !important
    }

    .ms-xl-n1 {
        margin-left: -.25rem !important
    }

    .ms-xl-n2 {
        margin-left: -.5rem !important
    }

    .ms-xl-n3 {
        margin-left: -1rem !important
    }

    .ms-xl-n4 {
        margin-left: -1.5rem !important
    }

    .ms-xl-n5 {
        margin-left: -3rem !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .px-xl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-xl-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-xl-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-xl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-xl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-xl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-xl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-xl-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-xl-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-xl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-xl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-xl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-xl-0 {
        padding-top: 0 !important
    }

    .pt-xl-1 {
        padding-top: .25rem !important
    }

    .pt-xl-2 {
        padding-top: .5rem !important
    }

    .pt-xl-3 {
        padding-top: 1rem !important
    }

    .pt-xl-4 {
        padding-top: 1.5rem !important
    }

    .pt-xl-5 {
        padding-top: 3rem !important
    }

    .pe-xl-0 {
        padding-right: 0 !important
    }

    .pe-xl-1 {
        padding-right: .25rem !important
    }

    .pe-xl-2 {
        padding-right: .5rem !important
    }

    .pe-xl-3 {
        padding-right: 1rem !important
    }

    .pe-xl-4 {
        padding-right: 1.5rem !important
    }

    .pe-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-0 {
        padding-bottom: 0 !important
    }

    .pb-xl-1 {
        padding-bottom: .25rem !important
    }

    .pb-xl-2 {
        padding-bottom: .5rem !important
    }

    .pb-xl-3 {
        padding-bottom: 1rem !important
    }

    .pb-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-xl-5 {
        padding-bottom: 3rem !important
    }

    .ps-xl-0 {
        padding-left: 0 !important
    }

    .ps-xl-1 {
        padding-left: .25rem !important
    }

    .ps-xl-2 {
        padding-left: .5rem !important
    }

    .ps-xl-3 {
        padding-left: 1rem !important
    }

    .ps-xl-4 {
        padding-left: 1.5rem !important
    }

    .ps-xl-5 {
        padding-left: 3rem !important
    }

    .text-xl-start {
        text-align: left !important
    }

    .text-xl-end {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

@media (min-width: 1400px) {
    .float-xxl-start {
        float: left !important
    }

    .float-xxl-end {
        float: right !important
    }

    .float-xxl-none {
        float: none !important
    }

    .d-xxl-inline {
        display: inline !important
    }

    .d-xxl-inline-block {
        display: inline-block !important
    }

    .d-xxl-block {
        display: block !important
    }

    .d-xxl-grid {
        display: grid !important
    }

    .d-xxl-table {
        display: table !important
    }

    .d-xxl-table-row {
        display: table-row !important
    }

    .d-xxl-table-cell {
        display: table-cell !important
    }

    .d-xxl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-xxl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .d-xxl-none {
        display: none !important
    }

    .flex-xxl-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-xxl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-xxl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-xxl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xxl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-xxl-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-xxl-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-xxl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-xxl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .flex-xxl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-xxl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-xxl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .gap-xxl-0 {
        grid-gap: 0 !important;
        gap: 0 !important
    }

    .gap-xxl-1 {
        grid-gap: .25rem !important;
        gap: .25rem !important
    }

    .gap-xxl-2 {
        grid-gap: .5rem !important;
        gap: .5rem !important
    }

    .gap-xxl-3 {
        grid-gap: 1rem !important;
        gap: 1rem !important
    }

    .gap-xxl-4 {
        grid-gap: 1.5rem !important;
        gap: 1.5rem !important
    }

    .gap-xxl-5 {
        grid-gap: 3rem !important;
        gap: 3rem !important
    }

    .justify-content-xxl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-xxl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-xxl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-xxl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-xxl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .justify-content-xxl-evenly {
        -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important
    }

    .align-items-xxl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-xxl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-xxl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-xxl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-xxl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-xxl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-xxl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-xxl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-xxl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-xxl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-xxl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-xxl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-xxl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-xxl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-xxl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-xxl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-xxl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }

    .order-xxl-first {
        -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
        order: -1 !important
    }

    .order-xxl-0 {
        -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important
    }

    .order-xxl-1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important
    }

    .order-xxl-2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important
    }

    .order-xxl-3 {
        -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important
    }

    .order-xxl-4 {
        -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important
    }

    .order-xxl-5 {
        -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important
    }

    .order-xxl-last {
        -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
        order: 6 !important
    }

    .m-xxl-0 {
        margin: 0 !important
    }

    .m-xxl-1 {
        margin: .25rem !important
    }

    .m-xxl-2 {
        margin: .5rem !important
    }

    .m-xxl-3 {
        margin: 1rem !important
    }

    .m-xxl-4 {
        margin: 1.5rem !important
    }

    .m-xxl-5 {
        margin: 3rem !important
    }

    .m-xxl-auto {
        margin: auto !important
    }

    .mx-xxl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-xxl-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-xxl-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-xxl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-xxl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-xxl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-xxl-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-xxl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-xxl-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-xxl-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-xxl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-xxl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-xxl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-xxl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-xxl-0 {
        margin-top: 0 !important
    }

    .mt-xxl-1 {
        margin-top: .25rem !important
    }

    .mt-xxl-2 {
        margin-top: .5rem !important
    }

    .mt-xxl-3 {
        margin-top: 1rem !important
    }

    .mt-xxl-4 {
        margin-top: 1.5rem !important
    }

    .mt-xxl-5 {
        margin-top: 3rem !important
    }

    .mt-xxl-auto {
        margin-top: auto !important
    }

    .me-xxl-0 {
        margin-right: 0 !important
    }

    .me-xxl-1 {
        margin-right: .25rem !important
    }

    .me-xxl-2 {
        margin-right: .5rem !important
    }

    .me-xxl-3 {
        margin-right: 1rem !important
    }

    .me-xxl-4 {
        margin-right: 1.5rem !important
    }

    .me-xxl-5 {
        margin-right: 3rem !important
    }

    .me-xxl-auto {
        margin-right: auto !important
    }

    .mb-xxl-0 {
        margin-bottom: 0 !important
    }

    .mb-xxl-1 {
        margin-bottom: .25rem !important
    }

    .mb-xxl-2 {
        margin-bottom: .5rem !important
    }

    .mb-xxl-3 {
        margin-bottom: 1rem !important
    }

    .mb-xxl-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-xxl-5 {
        margin-bottom: 3rem !important
    }

    .mb-xxl-auto {
        margin-bottom: auto !important
    }

    .ms-xxl-0 {
        margin-left: 0 !important
    }

    .ms-xxl-1 {
        margin-left: .25rem !important
    }

    .ms-xxl-2 {
        margin-left: .5rem !important
    }

    .ms-xxl-3 {
        margin-left: 1rem !important
    }

    .ms-xxl-4 {
        margin-left: 1.5rem !important
    }

    .ms-xxl-5 {
        margin-left: 3rem !important
    }

    .ms-xxl-auto {
        margin-left: auto !important
    }

    .m-xxl-n1 {
        margin: -.25rem !important
    }

    .m-xxl-n2 {
        margin: -.5rem !important
    }

    .m-xxl-n3 {
        margin: -1rem !important
    }

    .m-xxl-n4 {
        margin: -1.5rem !important
    }

    .m-xxl-n5 {
        margin: -3rem !important
    }

    .mx-xxl-n1 {
        margin-right: -.25rem !important;
        margin-left: -.25rem !important
    }

    .mx-xxl-n2 {
        margin-right: -.5rem !important;
        margin-left: -.5rem !important
    }

    .mx-xxl-n3 {
        margin-right: -1rem !important;
        margin-left: -1rem !important
    }

    .mx-xxl-n4 {
        margin-right: -1.5rem !important;
        margin-left: -1.5rem !important
    }

    .mx-xxl-n5 {
        margin-right: -3rem !important;
        margin-left: -3rem !important
    }

    .my-xxl-n1 {
        margin-top: -.25rem !important;
        margin-bottom: -.25rem !important
    }

    .my-xxl-n2 {
        margin-top: -.5rem !important;
        margin-bottom: -.5rem !important
    }

    .my-xxl-n3 {
        margin-top: -1rem !important;
        margin-bottom: -1rem !important
    }

    .my-xxl-n4 {
        margin-top: -1.5rem !important;
        margin-bottom: -1.5rem !important
    }

    .my-xxl-n5 {
        margin-top: -3rem !important;
        margin-bottom: -3rem !important
    }

    .mt-xxl-n1 {
        margin-top: -.25rem !important
    }

    .mt-xxl-n2 {
        margin-top: -.5rem !important
    }

    .mt-xxl-n3 {
        margin-top: -1rem !important
    }

    .mt-xxl-n4 {
        margin-top: -1.5rem !important
    }

    .mt-xxl-n5 {
        margin-top: -3rem !important
    }

    .me-xxl-n1 {
        margin-right: -.25rem !important
    }

    .me-xxl-n2 {
        margin-right: -.5rem !important
    }

    .me-xxl-n3 {
        margin-right: -1rem !important
    }

    .me-xxl-n4 {
        margin-right: -1.5rem !important
    }

    .me-xxl-n5 {
        margin-right: -3rem !important
    }

    .mb-xxl-n1 {
        margin-bottom: -.25rem !important
    }

    .mb-xxl-n2 {
        margin-bottom: -.5rem !important
    }

    .mb-xxl-n3 {
        margin-bottom: -1rem !important
    }

    .mb-xxl-n4 {
        margin-bottom: -1.5rem !important
    }

    .mb-xxl-n5 {
        margin-bottom: -3rem !important
    }

    .ms-xxl-n1 {
        margin-left: -.25rem !important
    }

    .ms-xxl-n2 {
        margin-left: -.5rem !important
    }

    .ms-xxl-n3 {
        margin-left: -1rem !important
    }

    .ms-xxl-n4 {
        margin-left: -1.5rem !important
    }

    .ms-xxl-n5 {
        margin-left: -3rem !important
    }

    .p-xxl-0 {
        padding: 0 !important
    }

    .p-xxl-1 {
        padding: .25rem !important
    }

    .p-xxl-2 {
        padding: .5rem !important
    }

    .p-xxl-3 {
        padding: 1rem !important
    }

    .p-xxl-4 {
        padding: 1.5rem !important
    }

    .p-xxl-5 {
        padding: 3rem !important
    }

    .px-xxl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-xxl-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-xxl-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-xxl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-xxl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-xxl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-xxl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-xxl-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-xxl-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-xxl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-xxl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-xxl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-xxl-0 {
        padding-top: 0 !important
    }

    .pt-xxl-1 {
        padding-top: .25rem !important
    }

    .pt-xxl-2 {
        padding-top: .5rem !important
    }

    .pt-xxl-3 {
        padding-top: 1rem !important
    }

    .pt-xxl-4 {
        padding-top: 1.5rem !important
    }

    .pt-xxl-5 {
        padding-top: 3rem !important
    }

    .pe-xxl-0 {
        padding-right: 0 !important
    }

    .pe-xxl-1 {
        padding-right: .25rem !important
    }

    .pe-xxl-2 {
        padding-right: .5rem !important
    }

    .pe-xxl-3 {
        padding-right: 1rem !important
    }

    .pe-xxl-4 {
        padding-right: 1.5rem !important
    }

    .pe-xxl-5 {
        padding-right: 3rem !important
    }

    .pb-xxl-0 {
        padding-bottom: 0 !important
    }

    .pb-xxl-1 {
        padding-bottom: .25rem !important
    }

    .pb-xxl-2 {
        padding-bottom: .5rem !important
    }

    .pb-xxl-3 {
        padding-bottom: 1rem !important
    }

    .pb-xxl-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-xxl-5 {
        padding-bottom: 3rem !important
    }

    .ps-xxl-0 {
        padding-left: 0 !important
    }

    .ps-xxl-1 {
        padding-left: .25rem !important
    }

    .ps-xxl-2 {
        padding-left: .5rem !important
    }

    .ps-xxl-3 {
        padding-left: 1rem !important
    }

    .ps-xxl-4 {
        padding-left: 1.5rem !important
    }

    .ps-xxl-5 {
        padding-left: 3rem !important
    }

    .text-xxl-start {
        text-align: left !important
    }

    .text-xxl-end {
        text-align: right !important
    }

    .text-xxl-center {
        text-align: center !important
    }
}

@media (min-width: 1200px) {
    .fs-1 {
        font-size: 2.5rem !important
    }

    .fs-2 {
        font-size: 2rem !important
    }

    .fs-3 {
        font-size: 1.75rem !important
    }

    .fs-4 {
        font-size: 1.5rem !important
    }

    .fs-sm-1 {
        font-size: 2.5rem !important
    }

    .fs-sm-2 {
        font-size: 2rem !important
    }

    .fs-sm-3 {
        font-size: 1.75rem !important
    }

    .fs-sm-4 {
        font-size: 1.5rem !important
    }

    .fs-md-1 {
        font-size: 2.5rem !important
    }

    .fs-md-2 {
        font-size: 2rem !important
    }

    .fs-md-3 {
        font-size: 1.75rem !important
    }

    .fs-md-4 {
        font-size: 1.5rem !important
    }

    .fs-lg-1 {
        font-size: 2.5rem !important
    }

    .fs-lg-2 {
        font-size: 2rem !important
    }

    .fs-lg-3 {
        font-size: 1.75rem !important
    }

    .fs-lg-4 {
        font-size: 1.5rem !important
    }
}

@media print {
    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-grid {
        display: grid !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-print-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .d-print-none {
        display: none !important
    }
}

:root {
    --mdb-font-roboto: "Roboto", sans-serif
}

body {
    font-family: "Roboto", sans-serif;
    font-family: var(--mdb-font-roboto);
    line-height: 1.6;
    color: #4f4f4f
}

a {
    text-decoration: none
}

button:focus {
    outline: 0
}

.bg-primary {
    background-color: #1266f1 !important
}

.bg-secondary {
    background-color: #b23cfd !important
}

.bg-success {
    background-color: #00b74a !important
}

.bg-info {
    background-color: #39c0ed !important
}

.bg-warning {
    background-color: #ffa900 !important
}

.bg-danger {
    background-color: #f93154 !important
}

.bg-light {
    background-color: #fbfbfb !important
}

.bg-dark {
    background-color: #262626 !important
}

.bg-white {
    background-color: #fff !important
}

.bg-black {
    background-color: #000 !important
}

.shadow-0 {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.shadow-1 {
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.05) !important
}

.shadow-2 {
    -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.05) !important
}

.shadow-3 {
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.05) !important
}

.shadow-4 {
    -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.05) !important
}

.shadow-5 {
    -webkit-box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.05) !important
}

.shadow-1-strong {
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25), 0px 3px 10px 0px rgba(0, 0, 0, 0.2) !important;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25), 0px 3px 10px 0px rgba(0, 0, 0, 0.2) !important
}

.shadow-2-strong {
    -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.25), 0px 5px 15px 2px rgba(0, 0, 0, 0.2) !important;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.25), 0px 5px 15px 2px rgba(0, 0, 0, 0.2) !important
}

.shadow-3-strong {
    -webkit-box-shadow: 0px 6px 11px 0px rgba(0, 0, 0, 0.25), 0px 7px 20px 3px rgba(0, 0, 0, 0.2) !important;
    box-shadow: 0px 6px 11px 0px rgba(0, 0, 0, 0.25), 0px 7px 20px 3px rgba(0, 0, 0, 0.2) !important
}

.shadow-4-strong {
    -webkit-box-shadow: 0px 6px 14px 0px rgba(0, 0, 0, 0.25), 0px 10px 30px 4px rgba(0, 0, 0, 0.2) !important;
    box-shadow: 0px 6px 14px 0px rgba(0, 0, 0, 0.25), 0px 10px 30px 4px rgba(0, 0, 0, 0.2) !important
}

.shadow-5-strong {
    -webkit-box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.25), 0px 12px 40px 5px rgba(0, 0, 0, 0.2) !important;
    box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.25), 0px 12px 40px 5px rgba(0, 0, 0, 0.2) !important
}

@-webkit-keyframes passing-through {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -ms-transform: translateY(40px);
        transform: translateY(40px)
    }
    30%, 70% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        transform: translateY(-40px)
    }
}

@keyframes passing-through {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -ms-transform: translateY(40px);
        transform: translateY(40px)
    }
    30%, 70% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        transform: translateY(-40px)
    }
}

@-webkit-keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -ms-transform: translateY(40px);
        transform: translateY(40px)
    }
    30% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px)
    }
}

@keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -ms-transform: translateY(40px);
        transform: translateY(40px)
    }
    30% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px)
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
    10% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }
    20% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
    10% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }
    20% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

.dropzone, .dropzone * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.dropzone {
    min-height: 150px;
    border: 2px solid rgba(0, 0, 0, 0.3);
    background: white;
    padding: 20px 20px
}

.dropzone.dz-clickable {
    cursor: pointer
}

.dropzone.dz-clickable * {
    cursor: default
}

.dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
    cursor: pointer
}

.dropzone.dz-started .dz-message {
    display: none
}

.dropzone.dz-drag-hover {
    border-style: solid
}

.dropzone.dz-drag-hover .dz-message {
    opacity: 0.5
}

.dropzone .dz-message {
    text-align: center;
    margin: 2em 0
}

.dropzone .dz-message .dz-button {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit
}

.dropzone .dz-preview {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 16px;
    min-height: 100px
}

.dropzone .dz-preview:hover {
    z-index: 1000
}

.dropzone .dz-preview:hover .dz-details {
    opacity: 1
}

.dropzone .dz-preview.dz-file-preview .dz-image {
    border-radius: 20px;
    background: #999;
    background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ddd));
    background: -o-linear-gradient(top, #eee, #ddd);
    background: linear-gradient(to bottom, #eee, #ddd)
}

.dropzone .dz-preview.dz-file-preview .dz-details {
    opacity: 1
}

.dropzone .dz-preview.dz-image-preview {
    background: white
}

.dropzone .dz-preview.dz-image-preview .dz-details {
    -webkit-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear
}

.dropzone .dz-preview .dz-remove {
    font-size: 14px;
    text-align: center;
    display: block;
    cursor: pointer;
    border: none
}

.dropzone .dz-preview .dz-remove:hover {
    text-decoration: underline
}

.dropzone .dz-preview:hover .dz-details {
    opacity: 1
}

.dropzone .dz-preview .dz-details {
    z-index: 20;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    font-size: 13px;
    min-width: 100%;
    max-width: 100%;
    padding: 2em 1em;
    text-align: center;
    color: rgba(0, 0, 0, 0.9);
    line-height: 150%
}

.dropzone .dz-preview .dz-details .dz-size {
    margin-bottom: 1em;
    font-size: 16px
}

.dropzone .dz-preview .dz-details .dz-filename {
    white-space: nowrap
}

.dropzone .dz-preview .dz-details .dz-filename:hover span {
    border: 1px solid rgba(200, 200, 200, 0.8);
    background-color: rgba(255, 255, 255, 0.8)
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
    border: 1px solid transparent
}

.dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span {
    background-color: rgba(255, 255, 255, 0.4);
    padding: 0 0.4em;
    border-radius: 3px
}

.dropzone .dz-preview:hover .dz-image img {
    -webkit-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    -webkit-filter: blur(8px);
    filter: blur(8px)
}

.dropzone .dz-preview .dz-image {
    border-radius: 20px;
    overflow: hidden;
    width: 120px;
    height: 120px;
    position: relative;
    display: block;
    z-index: 10
}

.dropzone .dz-preview .dz-image img {
    display: block
}

.dropzone .dz-preview.dz-success .dz-success-mark {
    -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
    animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1)
}

.dropzone .dz-preview.dz-error .dz-error-mark {
    opacity: 1;
    -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1)
}

.dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {
    pointer-events: none;
    opacity: 0;
    z-index: 500;
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    margin-left: -27px;
    margin-top: -27px
}

.dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg {
    display: block;
    width: 54px;
    height: 54px
}

.dropzone .dz-preview.dz-processing .dz-progress {
    opacity: 1;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear
}

.dropzone .dz-preview.dz-complete .dz-progress {
    opacity: 0;
    -webkit-transition: opacity 0.4s ease-in;
    -o-transition: opacity 0.4s ease-in;
    transition: opacity 0.4s ease-in
}

.dropzone .dz-preview:not(.dz-processing) .dz-progress {
    -webkit-animation: pulse 6s ease infinite;
    animation: pulse 6s ease infinite
}

.dropzone .dz-preview .dz-progress {
    opacity: 1;
    z-index: 1000;
    pointer-events: none;
    position: absolute;
    height: 16px;
    left: 50%;
    top: 50%;
    margin-top: -8px;
    width: 80px;
    margin-left: -40px;
    background: rgba(255, 255, 255, 0.9);
    -webkit-transform: scale(1);
    border-radius: 8px;
    overflow: hidden
}

.dropzone .dz-preview .dz-progress .dz-upload {
    background: #333;
    background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#444));
    background: -o-linear-gradient(top, #666, #444);
    background: linear-gradient(to bottom, #666, #444);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    -webkit-transition: width 300ms ease-in-out;
    -o-transition: width 300ms ease-in-out;
    transition: width 300ms ease-in-out
}

.dropzone .dz-preview.dz-error .dz-error-message {
    display: block
}

.dropzone .dz-preview.dz-error:hover .dz-error-message {
    opacity: 1;
    pointer-events: auto
}

.dropzone .dz-preview .dz-error-message {
    pointer-events: none;
    z-index: 1000;
    position: absolute;
    display: block;
    display: none;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    border-radius: 8px;
    font-size: 13px;
    top: 130px;
    left: -10px;
    width: 140px;
    background: #be2626;
    background: -webkit-gradient(linear, left top, left bottom, from(#be2626), to(#a92222));
    background: -o-linear-gradient(top, #be2626, #a92222);
    background: linear-gradient(to bottom, #be2626, #a92222);
    padding: 0.5em 1.2em;
    color: white
}

.dropzone .dz-preview .dz-error-message:after {
    content: "";
    position: absolute;
    top: -6px;
    left: 64px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #be2626
}

@font-face {
    font-family: 'Cera Pro Light';
    src: url(/local/templates/main/assets/css/.././fonts/CeraPro-Light.eot);
    src: url(/local/templates/main/assets/css/.././fonts/CeraPro-Light.eot?#iefix) format("embedded-opentype"), url(/local/templates/main/assets/css/.././fonts/CeraPro-Light.woff) format("woff"), url(/local/templates/main/assets/css/.././fonts/CeraPro-Light.ttf) format("truetype");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: 'Cera Pro Regular';
    src: url(/local/templates/main/assets/css/.././fonts/CeraPro-Regular.eot);
    src: url(/local/templates/main/assets/css/.././fonts/CeraPro-Regular.eot?#iefix) format("embedded-opentype"), url(/local/templates/main/assets/css/.././fonts/CeraPro-Regular.woff) format("woff"), url(/local/templates/main/assets/css/.././fonts/CeraPro-Regular.ttf) format("truetype");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'Cera Pro Medium';
    src: url(/local/templates/main/assets/css/.././fonts/CeraPro-Medium.eot);
    src: url(/local/templates/main/assets/css/.././fonts/CeraPro-Medium.eot?#iefix) format("embedded-opentype"), url(/local/templates/main/assets/css/.././fonts/CeraPro-Medium.woff) format("woff"), url(/local/templates/main/assets/css/.././fonts/CeraPro-Medium.ttf) format("truetype");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: 'Cera Pro Bold';
    src: url(/local/templates/main/assets/css/.././fonts/CeraPro-Bold.eot);
    src: url(/local/templates/main/assets/css/.././fonts/CeraPro-Bold.eot?#iefix) format("embedded-opentype"), url(/local/templates/main/assets/css/.././fonts/CeraPro-Bold.woff) format("woff"), url(/local/templates/main/assets/css/.././fonts/CeraPro-Bold.ttf) format("truetype");
    font-weight: 700;
    font-style: normal
}

.breadcrumbs {
    font-size: 12px;
    line-height: 1;
    margin-bottom: 40px;
    padding-top: 20px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .breadcrumbs {
        margin-bottom: 20px
    }
}

.breadcrumbs__item {
    color: #8f8f8f;
    white-space: nowrap
}

.breadcrumbs__separator {
    color: #8f8f8f
}

.cooperation-banner {
    position: relative;
    padding: 76px 45% 73px 114px;
    background: #E9DDD1
}

@media only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
    .catalog-category .category-card__image > img {
        object-fit: contain !important;
    }

    .cooperation-banner {
        padding: 30px 15px
    }
}

.cooperation-banner__title {
    max-width: 427px;
    font-size: 28px;
    line-height: 38px
}

@media only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
    .cooperation-banner__title {
        font-weight: 500;
        font-size: 20px;
        line-height: 25px
    }
}

.cooperation-banner__text {
    margin-top: 20px;
    font-size: 18px;
    line-height: 22px
}

@media only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
    .cooperation-banner__text {
        margin-top: 16px;
        font-size: 16px
    }
}

.cooperation-banner__button {
    display: inline-block;
    padding: 15px 70px;
    margin-top: 30px;
    background: #000;
    border: 1px solid #000;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px
}

.cooperation-banner__button:hover, .cooperation-banner__button:focus {
    background: #fff;
    color: #000
}

@media only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
    .cooperation-banner__button {
        padding-top: 12px;
        padding-bottom: 12px
    }
}

.cooperation-banner__image {
    position: absolute;
    bottom: 0;
    right: 112px
}

@media only screen and (max-width: 1440px), only screen and (max-device-width: 1440px) {
    .cooperation-banner__image {
        width: 40%;
        right: 5%
    }
}

@media only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
    .cooperation-banner__image {
        display: none
    }
}

.radio {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.radio-button {
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.radio-button__input {
    opacity: 0;
    position: absolute;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.radio-button__control {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 12px;
    vertical-align: middle;
    background-color: inherit;
    color: grey;
    border: 1px solid grey;
    border-radius: 50%;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.radio-button__control:hover {
    color: #000;
    border: 1px solid #000
}

.radio-button__input:checked + .radio-button__control:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 9px;
    height: 9px;
    background-color: #000;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.radio-button__input:checked + .radio-button__control {
    border-color: #000;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.radio-button__control {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

input.radio-button__input {
    font-size: 1rem;
    line-height: 1.5;
    padding: 11px 23px;
    border: 1px solid #000;
    border-radius: 50%;
    outline: 0;
    background-color: transparent;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

input.radio-button__input[type='checkbox'] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.star-rating {
    position: relative;
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-right: 12px
}

.star-rating .star--disable {
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .star-rating .star--disable svg {
        width: 14px;
        height: 10px
    }
}

.star-rating .star-active__cont {
    pointer-events: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    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;
    -ms-flex-wrap: no-wrap;
    flex-wrap: no-wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.star-rating .star-active__cont .star--active {
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .star-rating .star-active__cont .star--active svg {
        width: 14px;
        height: 10px
    }
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
    padding: 0px 0px;
    display: inline-block;
    cursor: pointer;
    -webkit-transition-property: opacity, -webkit-filter;
    transition-property: opacity, -webkit-filter;
    -o-transition-property: opacity, filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    -webkit-transition-duration: 0.15s;
    -o-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible
}

.hamburger:hover {
    opacity: .7
}

.hamburger.is-active:hover {
    opacity: .7
}

.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::before, .hamburger.is-active .hamburger-inner::after {
    background-color: #000
}

.hamburger-box {
    width: 20px;
    height: 11px;
    display: inline-block;
    position: relative
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -.5px
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 20px;
    height: 1px;
    background-color: #000;
    border-radius: 2px;
    position: absolute;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.15s;
    -o-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease
}

.hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block
}

.hamburger-inner::before {
    top: -5px
}

.hamburger-inner::after {
    bottom: -5px
}

.hamburger--3dx .hamburger-box {
    -webkit-perspective: 40px;
    perspective: 40px
}

.hamburger--3dx .hamburger-inner {
    -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1)
}

.hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
    -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1)
}

.hamburger--3dx.is-active .hamburger-inner {
    background-color: transparent !important;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.hamburger--3dx.is-active .hamburger-inner::before {
    -webkit-transform: translate3d(0, 5px, 0) rotate(45deg);
    transform: translate3d(0, 5px, 0) rotate(45deg)
}

.hamburger--3dx.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -5px, 0) rotate(-45deg);
    transform: translate3d(0, -5px, 0) rotate(-45deg)
}

.hamburger--3dx-r .hamburger-box {
    -webkit-perspective: 40px;
    perspective: 40px
}

.hamburger--3dx-r .hamburger-inner {
    -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1)
}

.hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
    -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1)
}

.hamburger--3dx-r.is-active .hamburger-inner {
    background-color: transparent !important;
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg)
}

.hamburger--3dx-r.is-active .hamburger-inner::before {
    -webkit-transform: translate3d(0, 5px, 0) rotate(45deg);
    transform: translate3d(0, 5px, 0) rotate(45deg)
}

.hamburger--3dx-r.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -5px, 0) rotate(-45deg);
    transform: translate3d(0, -5px, 0) rotate(-45deg)
}

.hamburger--3dy .hamburger-box {
    -webkit-perspective: 40px;
    perspective: 40px
}

.hamburger--3dy .hamburger-inner {
    -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1)
}

.hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
    -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1)
}

.hamburger--3dy.is-active .hamburger-inner {
    background-color: transparent !important;
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg)
}

.hamburger--3dy.is-active .hamburger-inner::before {
    -webkit-transform: translate3d(0, 5px, 0) rotate(45deg);
    transform: translate3d(0, 5px, 0) rotate(45deg)
}

.hamburger--3dy.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -5px, 0) rotate(-45deg);
    transform: translate3d(0, -5px, 0) rotate(-45deg)
}

.hamburger--3dy-r .hamburger-box {
    -webkit-perspective: 40px;
    perspective: 40px
}

.hamburger--3dy-r .hamburger-inner {
    -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1)
}

.hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
    -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1)
}

.hamburger--3dy-r.is-active .hamburger-inner {
    background-color: transparent !important;
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg)
}

.hamburger--3dy-r.is-active .hamburger-inner::before {
    -webkit-transform: translate3d(0, 5px, 0) rotate(45deg);
    transform: translate3d(0, 5px, 0) rotate(45deg)
}

.hamburger--3dy-r.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -5px, 0) rotate(-45deg);
    transform: translate3d(0, -5px, 0) rotate(-45deg)
}

.hamburger--3dxy .hamburger-box {
    -webkit-perspective: 40px;
    perspective: 40px
}

.hamburger--3dxy .hamburger-inner {
    -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1)
}

.hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after {
    -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1)
}

.hamburger--3dxy.is-active .hamburger-inner {
    background-color: transparent !important;
    -webkit-transform: rotateX(180deg) rotateY(180deg);
    transform: rotateX(180deg) rotateY(180deg)
}

.hamburger--3dxy.is-active .hamburger-inner::before {
    -webkit-transform: translate3d(0, 5px, 0) rotate(45deg);
    transform: translate3d(0, 5px, 0) rotate(45deg)
}

.hamburger--3dxy.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -5px, 0) rotate(-45deg);
    transform: translate3d(0, -5px, 0) rotate(-45deg)
}

.hamburger--3dxy-r .hamburger-box {
    -webkit-perspective: 40px;
    perspective: 40px
}

.hamburger--3dxy-r .hamburger-inner {
    -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1)
}

.hamburger--3dxy-r .hamburger-inner::before, .hamburger--3dxy-r .hamburger-inner::after {
    -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1)
}

.hamburger--3dxy-r.is-active .hamburger-inner {
    background-color: transparent !important;
    -webkit-transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
    transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg)
}

.hamburger--3dxy-r.is-active .hamburger-inner::before {
    -webkit-transform: translate3d(0, 5px, 0) rotate(45deg);
    transform: translate3d(0, 5px, 0) rotate(45deg)
}

.hamburger--3dxy-r.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -5px, 0) rotate(-45deg);
    transform: translate3d(0, -5px, 0) rotate(-45deg)
}

.hamburger--arrow.is-active .hamburger-inner::before {
    -webkit-transform: translate3d(-4px, 0, 0) rotate(-45deg) scale(0.7, 1);
    transform: translate3d(-4px, 0, 0) rotate(-45deg) scale(0.7, 1)
}

.hamburger--arrow.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(-4px, 0, 0) rotate(45deg) scale(0.7, 1);
    transform: translate3d(-4px, 0, 0) rotate(45deg) scale(0.7, 1)
}

.hamburger--arrow-r.is-active .hamburger-inner::before {
    -webkit-transform: translate3d(4px, 0, 0) rotate(45deg) scale(0.7, 1);
    transform: translate3d(4px, 0, 0) rotate(45deg) scale(0.7, 1)
}

.hamburger--arrow-r.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(4px, 0, 0) rotate(-45deg) scale(0.7, 1);
    transform: translate3d(4px, 0, 0) rotate(-45deg) scale(0.7, 1)
}

.hamburger--arrowalt .hamburger-inner::before {
    -webkit-transition: top 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: top 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1)
}

.hamburger--arrowalt .hamburger-inner::after {
    -webkit-transition: bottom 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: bottom 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1)
}

.hamburger--arrowalt.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transform: translate3d(-4px, -5px, 0) rotate(-45deg) scale(0.7, 1);
    transform: translate3d(-4px, -5px, 0) rotate(-45deg) scale(0.7, 1);
    -webkit-transition: top 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: top 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
    -o-transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22)
}

.hamburger--arrowalt.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: translate3d(-4px, 5px, 0) rotate(45deg) scale(0.7, 1);
    transform: translate3d(-4px, 5px, 0) rotate(45deg) scale(0.7, 1);
    -webkit-transition: bottom 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: bottom 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
    -o-transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22)
}

.hamburger--arrowalt-r .hamburger-inner::before {
    -webkit-transition: top 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: top 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1)
}

.hamburger--arrowalt-r .hamburger-inner::after {
    -webkit-transition: bottom 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: bottom 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1)
}

.hamburger--arrowalt-r.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transform: translate3d(4px, -5px, 0) rotate(45deg) scale(0.7, 1);
    transform: translate3d(4px, -5px, 0) rotate(45deg) scale(0.7, 1);
    -webkit-transition: top 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: top 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
    -o-transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22)
}

.hamburger--arrowalt-r.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: translate3d(4px, 5px, 0) rotate(-45deg) scale(0.7, 1);
    transform: translate3d(4px, 5px, 0) rotate(-45deg) scale(0.7, 1);
    -webkit-transition: bottom 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: bottom 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
    -o-transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22)
}

.hamburger--arrowturn.is-active .hamburger-inner {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.hamburger--arrowturn.is-active .hamburger-inner::before {
    -webkit-transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
    transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1)
}

.hamburger--arrowturn.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
    transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1)
}

.hamburger--arrowturn-r.is-active .hamburger-inner {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.hamburger--arrowturn-r.is-active .hamburger-inner::before {
    -webkit-transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
    transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1)
}

.hamburger--arrowturn-r.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
    transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1)
}

.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
    -webkit-transition-property: none;
    -o-transition-property: none;
    transition-property: none
}

.hamburger--boring.is-active .hamburger-inner {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.hamburger--boring.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0
}

.hamburger--boring.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.hamburger--collapse .hamburger-inner {
    top: auto;
    bottom: 0;
    -webkit-transition-duration: 0.13s;
    -o-transition-duration: 0.13s;
    transition-duration: 0.13s;
    -webkit-transition-delay: 0.13s;
    -o-transition-delay: 0.13s;
    transition-delay: 0.13s;
    -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
}

.hamburger--collapse .hamburger-inner::after {
    top: -10px;
    -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
    -o-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear
}

.hamburger--collapse .hamburger-inner::before {
    -webkit-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19)
}

.hamburger--collapse.is-active .hamburger-inner {
    -webkit-transform: translate3d(0, -5px, 0) rotate(-45deg);
    transform: translate3d(0, -5px, 0) rotate(-45deg);
    -webkit-transition-delay: 0.22s;
    -o-transition-delay: 0.22s;
    transition-delay: 0.22s;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
}

.hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
    -o-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear
}

.hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1)
}

.hamburger--collapse-r .hamburger-inner {
    top: auto;
    bottom: 0;
    -webkit-transition-duration: 0.13s;
    -o-transition-duration: 0.13s;
    transition-duration: 0.13s;
    -webkit-transition-delay: 0.13s;
    -o-transition-delay: 0.13s;
    transition-delay: 0.13s;
    -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
}

.hamburger--collapse-r .hamburger-inner::after {
    top: -10px;
    -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
    -o-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear
}

.hamburger--collapse-r .hamburger-inner::before {
    -webkit-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19)
}

.hamburger--collapse-r.is-active .hamburger-inner {
    -webkit-transform: translate3d(0, -5px, 0) rotate(45deg);
    transform: translate3d(0, -5px, 0) rotate(45deg);
    -webkit-transition-delay: 0.22s;
    -o-transition-delay: 0.22s;
    transition-delay: 0.22s;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
}

.hamburger--collapse-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
    -o-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear
}

.hamburger--collapse-r.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1)
}

.hamburger--elastic .hamburger-inner {
    top: .5px;
    -webkit-transition-duration: 0.275s;
    -o-transition-duration: 0.275s;
    transition-duration: 0.275s;
    -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55)
}

.hamburger--elastic .hamburger-inner::before {
    top: 5px;
    -webkit-transition: opacity 0.125s 0.275s ease;
    -o-transition: opacity 0.125s 0.275s ease;
    transition: opacity 0.125s 0.275s ease
}

.hamburger--elastic .hamburger-inner::after {
    top: 10px;
    -webkit-transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55)
}

.hamburger--elastic.is-active .hamburger-inner {
    -webkit-transform: translate3d(0, 5px, 0) rotate(135deg);
    transform: translate3d(0, 5px, 0) rotate(135deg);
    -webkit-transition-delay: 0.075s;
    -o-transition-delay: 0.075s;
    transition-delay: 0.075s
}

.hamburger--elastic.is-active .hamburger-inner::before {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    opacity: 0
}

.hamburger--elastic.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -10px, 0) rotate(-270deg);
    transform: translate3d(0, -10px, 0) rotate(-270deg);
    -webkit-transition-delay: 0.075s;
    -o-transition-delay: 0.075s;
    transition-delay: 0.075s
}

.hamburger--elastic-r .hamburger-inner {
    top: .5px;
    -webkit-transition-duration: 0.275s;
    -o-transition-duration: 0.275s;
    transition-duration: 0.275s;
    -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55)
}

.hamburger--elastic-r .hamburger-inner::before {
    top: 5px;
    -webkit-transition: opacity 0.125s 0.275s ease;
    -o-transition: opacity 0.125s 0.275s ease;
    transition: opacity 0.125s 0.275s ease
}

.hamburger--elastic-r .hamburger-inner::after {
    top: 10px;
    -webkit-transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55)
}

.hamburger--elastic-r.is-active .hamburger-inner {
    -webkit-transform: translate3d(0, 5px, 0) rotate(-135deg);
    transform: translate3d(0, 5px, 0) rotate(-135deg);
    -webkit-transition-delay: 0.075s;
    -o-transition-delay: 0.075s;
    transition-delay: 0.075s
}

.hamburger--elastic-r.is-active .hamburger-inner::before {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    opacity: 0
}

.hamburger--elastic-r.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -10px, 0) rotate(270deg);
    transform: translate3d(0, -10px, 0) rotate(270deg);
    -webkit-transition-delay: 0.075s;
    -o-transition-delay: 0.075s;
    transition-delay: 0.075s
}

.hamburger--emphatic {
    overflow: hidden
}

.hamburger--emphatic .hamburger-inner {
    -webkit-transition: background-color 0.125s 0.175s ease-in;
    -o-transition: background-color 0.125s 0.175s ease-in;
    transition: background-color 0.125s 0.175s ease-in
}

.hamburger--emphatic .hamburger-inner::before {
    left: 0;
    -webkit-transition: top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
    transition: top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
    -o-transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
    transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
    transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335)
}

.hamburger--emphatic .hamburger-inner::after {
    top: 5px;
    right: 0;
    -webkit-transition: top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
    transition: top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
    -o-transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
    transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
    transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335)
}

.hamburger--emphatic.is-active .hamburger-inner {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    background-color: transparent !important
}

.hamburger--emphatic.is-active .hamburger-inner::before {
    left: -40px;
    top: -40px;
    -webkit-transform: translate3d(40px, 40px, 0) rotate(45deg);
    transform: translate3d(40px, 40px, 0) rotate(45deg);
    -webkit-transition: left 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: left 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
    -o-transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1)
}

.hamburger--emphatic.is-active .hamburger-inner::after {
    right: -40px;
    top: -40px;
    -webkit-transform: translate3d(-40px, 40px, 0) rotate(-45deg);
    transform: translate3d(-40px, 40px, 0) rotate(-45deg);
    -webkit-transition: right 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: right 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
    -o-transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1)
}

.hamburger--emphatic-r {
    overflow: hidden
}

.hamburger--emphatic-r .hamburger-inner {
    -webkit-transition: background-color 0.125s 0.175s ease-in;
    -o-transition: background-color 0.125s 0.175s ease-in;
    transition: background-color 0.125s 0.175s ease-in
}

.hamburger--emphatic-r .hamburger-inner::before {
    left: 0;
    -webkit-transition: top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
    transition: top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
    -o-transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
    transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
    transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335)
}

.hamburger--emphatic-r .hamburger-inner::after {
    top: 5px;
    right: 0;
    -webkit-transition: top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
    transition: top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
    -o-transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
    transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
    transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335)
}

.hamburger--emphatic-r.is-active .hamburger-inner {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    background-color: transparent !important
}

.hamburger--emphatic-r.is-active .hamburger-inner::before {
    left: -40px;
    top: 40px;
    -webkit-transform: translate3d(40px, -40px, 0) rotate(-45deg);
    transform: translate3d(40px, -40px, 0) rotate(-45deg);
    -webkit-transition: left 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: left 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
    -o-transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1)
}

.hamburger--emphatic-r.is-active .hamburger-inner::after {
    right: -40px;
    top: 40px;
    -webkit-transform: translate3d(-40px, -40px, 0) rotate(45deg);
    transform: translate3d(-40px, -40px, 0) rotate(45deg);
    -webkit-transition: right 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: right 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
    -o-transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1)
}

.hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after {
    -webkit-transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
    -o-transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
    transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear
}

.hamburger--minus.is-active .hamburger-inner::before, .hamburger--minus.is-active .hamburger-inner::after {
    opacity: 0;
    -webkit-transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
    -o-transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
    transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear
}

.hamburger--minus.is-active .hamburger-inner::before {
    top: 0
}

.hamburger--minus.is-active .hamburger-inner::after {
    bottom: 0
}

.hamburger--slider .hamburger-inner {
    top: .5px
}

.hamburger--slider .hamburger-inner::before {
    top: 5px;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: transform, opacity;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: 0.15s;
    -o-transition-duration: 0.15s;
    transition-duration: 0.15s
}

.hamburger--slider .hamburger-inner::after {
    top: 10px
}

.hamburger--slider.is-active .hamburger-inner {
    -webkit-transform: translate3d(0, 5px, 0) rotate(45deg);
    transform: translate3d(0, 5px, 0) rotate(45deg)
}

.hamburger--slider.is-active .hamburger-inner::before {
    -webkit-transform: rotate(-45deg) translate3d(-2.85714px, -4px, 0);
    transform: rotate(-45deg) translate3d(-2.85714px, -4px, 0);
    opacity: 0
}

.hamburger--slider.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -10px, 0) rotate(-90deg);
    transform: translate3d(0, -10px, 0) rotate(-90deg)
}

.hamburger--slider-r .hamburger-inner {
    top: .5px
}

.hamburger--slider-r .hamburger-inner::before {
    top: 5px;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: transform, opacity;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: 0.15s;
    -o-transition-duration: 0.15s;
    transition-duration: 0.15s
}

.hamburger--slider-r .hamburger-inner::after {
    top: 10px
}

.hamburger--slider-r.is-active .hamburger-inner {
    -webkit-transform: translate3d(0, 5px, 0) rotate(-45deg);
    transform: translate3d(0, 5px, 0) rotate(-45deg)
}

.hamburger--slider-r.is-active .hamburger-inner::before {
    -webkit-transform: rotate(45deg) translate3d(2.85714px, -4px, 0);
    transform: rotate(45deg) translate3d(2.85714px, -4px, 0);
    opacity: 0
}

.hamburger--slider-r.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -10px, 0) rotate(90deg);
    transform: translate3d(0, -10px, 0) rotate(90deg)
}

.hamburger--spin .hamburger-inner {
    -webkit-transition-duration: 0.22s;
    -o-transition-duration: 0.22s;
    transition-duration: 0.22s;
    -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
}

.hamburger--spin .hamburger-inner::before {
    -webkit-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
    -o-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in
}

.hamburger--spin .hamburger-inner::after {
    -webkit-transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19)
}

.hamburger--spin.is-active .hamburger-inner {
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    -webkit-transition-delay: 0.12s;
    -o-transition-delay: 0.12s;
    transition-delay: 0.12s;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
}

.hamburger--spin.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
    -o-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out
}

.hamburger--spin.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1)
}

.hamburger--spin-r .hamburger-inner {
    -webkit-transition-duration: 0.22s;
    -o-transition-duration: 0.22s;
    transition-duration: 0.22s;
    -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
}

.hamburger--spin-r .hamburger-inner::before {
    -webkit-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
    -o-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in
}

.hamburger--spin-r .hamburger-inner::after {
    -webkit-transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19)
}

.hamburger--spin-r.is-active .hamburger-inner {
    -webkit-transform: rotate(-225deg);
    -ms-transform: rotate(-225deg);
    transform: rotate(-225deg);
    -webkit-transition-delay: 0.12s;
    -o-transition-delay: 0.12s;
    transition-delay: 0.12s;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
}

.hamburger--spin-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
    -o-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out
}

.hamburger--spin-r.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1)
}

.hamburger--spring .hamburger-inner {
    top: .5px;
    -webkit-transition: background-color 0s 0.13s linear;
    -o-transition: background-color 0s 0.13s linear;
    transition: background-color 0s 0.13s linear
}

.hamburger--spring .hamburger-inner::before {
    top: 5px;
    -webkit-transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19)
}

.hamburger--spring .hamburger-inner::after {
    top: 10px;
    -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19)
}

.hamburger--spring.is-active .hamburger-inner {
    -webkit-transition-delay: 0.22s;
    -o-transition-delay: 0.22s;
    transition-delay: 0.22s;
    background-color: transparent !important
}

.hamburger--spring.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 5px, 0) rotate(45deg);
    transform: translate3d(0, 5px, 0) rotate(45deg)
}

.hamburger--spring.is-active .hamburger-inner::after {
    top: 0;
    -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 5px, 0) rotate(-45deg);
    transform: translate3d(0, 5px, 0) rotate(-45deg)
}

.hamburger--spring-r .hamburger-inner {
    top: auto;
    bottom: 0;
    -webkit-transition-duration: 0.13s;
    -o-transition-duration: 0.13s;
    transition-duration: 0.13s;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
}

.hamburger--spring-r .hamburger-inner::after {
    top: -10px;
    -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
    -o-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear
}

.hamburger--spring-r .hamburger-inner::before {
    -webkit-transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19)
}

.hamburger--spring-r.is-active .hamburger-inner {
    -webkit-transform: translate3d(0, -5px, 0) rotate(-45deg);
    transform: translate3d(0, -5px, 0) rotate(-45deg);
    -webkit-transition-delay: 0.22s;
    -o-transition-delay: 0.22s;
    transition-delay: 0.22s;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
}

.hamburger--spring-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
    -o-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear
}

.hamburger--spring-r.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1)
}

.hamburger--stand .hamburger-inner {
    -webkit-transition: background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
    transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
    transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19)
}

.hamburger--stand .hamburger-inner::before {
    -webkit-transition: top 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19)
}

.hamburger--stand .hamburger-inner::after {
    -webkit-transition: bottom 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19)
}

.hamburger--stand.is-active .hamburger-inner {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    background-color: transparent !important;
    -webkit-transition: background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
    transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
    transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1)
}

.hamburger--stand.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: top 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1)
}

.hamburger--stand.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: bottom 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1)
}

.hamburger--stand-r .hamburger-inner {
    -webkit-transition: background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
    transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
    transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19)
}

.hamburger--stand-r .hamburger-inner::before {
    -webkit-transition: top 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19)
}

.hamburger--stand-r .hamburger-inner::after {
    -webkit-transition: bottom 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19)
}

.hamburger--stand-r.is-active .hamburger-inner {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    background-color: transparent !important;
    -webkit-transition: background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
    transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
    transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1)
}

.hamburger--stand-r.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: top 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1)
}

.hamburger--stand-r.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: bottom 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1)
}

.hamburger--squeeze .hamburger-inner {
    -webkit-transition-duration: 0.075s;
    -o-transition-duration: 0.075s;
    transition-duration: 0.075s;
    -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
}

.hamburger--squeeze .hamburger-inner::before {
    -webkit-transition: top 0.075s 0.12s ease, opacity 0.075s ease;
    -o-transition: top 0.075s 0.12s ease, opacity 0.075s ease;
    transition: top 0.075s 0.12s ease, opacity 0.075s ease
}

.hamburger--squeeze .hamburger-inner::after {
    -webkit-transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19)
}

.hamburger--squeeze.is-active .hamburger-inner {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition-delay: 0.12s;
    -o-transition-delay: 0.12s;
    transition-delay: 0.12s;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
}

.hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    -webkit-transition: top 0.075s ease, opacity 0.075s 0.12s ease;
    -o-transition: top 0.075s ease, opacity 0.075s 0.12s ease;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease
}

.hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1)
}

.hamburger--vortex .hamburger-inner {
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1)
}

.hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear
}

.hamburger--vortex .hamburger-inner::before {
    -webkit-transition-property: top, opacity;
    -o-transition-property: top, opacity;
    transition-property: top, opacity
}

.hamburger--vortex .hamburger-inner::after {
    -webkit-transition-property: bottom, -webkit-transform;
    transition-property: bottom, -webkit-transform;
    -o-transition-property: bottom, transform;
    transition-property: bottom, transform;
    transition-property: bottom, transform, -webkit-transform
}

.hamburger--vortex.is-active .hamburger-inner {
    -webkit-transform: rotate(765deg);
    -ms-transform: rotate(765deg);
    transform: rotate(765deg);
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1)
}

.hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s
}

.hamburger--vortex.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0
}

.hamburger--vortex.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.hamburger--vortex-r .hamburger-inner {
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1)
}

.hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear
}

.hamburger--vortex-r .hamburger-inner::before {
    -webkit-transition-property: top, opacity;
    -o-transition-property: top, opacity;
    transition-property: top, opacity
}

.hamburger--vortex-r .hamburger-inner::after {
    -webkit-transition-property: bottom, -webkit-transform;
    transition-property: bottom, -webkit-transform;
    -o-transition-property: bottom, transform;
    transition-property: bottom, transform;
    transition-property: bottom, transform, -webkit-transform
}

.hamburger--vortex-r.is-active .hamburger-inner {
    -webkit-transform: rotate(-765deg);
    -ms-transform: rotate(-765deg);
    transform: rotate(-765deg);
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1)
}

.hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s
}

.hamburger--vortex-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0
}

.hamburger--vortex-r.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

body .material input {
    width: 100%
}

.material-input {
    width: 100%;
    pointer-events: all;
    position: relative;
    margin-bottom: 23px
}

.material-input .js-validate-error-label {
    position: absolute;
    left: 0;
    font-size: 12px;
    top: 100%;
    line-height: 1.6
}

.material-input textarea {
    resize: none
}

.material-input input, .material-input textarea {
    background: none;
    color: #fff;
    font-size: 18px;
    padding: 5px 5px 5px 2px;
    display: block;
    width: 100%;
    max-width: 100%;
    border-radius: 0;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: 1px solid white !important
}

.material-input input.js-validate-error-field, .material-input textarea.js-validate-error-field {
    border-bottom: 1px solid #b12f3e !important
}

.material-input input:focus, .material-input textarea:focus {
    outline: none
}

.material-input input:focus ~ label, .material-input input:active ~ label, .material-input input.active ~ label, .material-input textarea:focus ~ label, .material-input textarea:active ~ label, .material-input textarea.active ~ label {
    top: -12px;
    font-size: 12px;
    color: #fff
}

.material-input input:focus ~ .bar:before, .material-input textarea:focus ~ .bar:before {
    width: 100%
}

.material-input input[type='password'] {
    letter-spacing: 0.3em
}

.material-input label {
    color: #c4c4c4;
    font-size: 14px;
    line-height: 18px;
    position: absolute;
    pointer-events: none;
    left: 2px;
    top: 5px;
    -webkit-transition: 300ms ease all;
    -o-transition: 300ms ease all;
    transition: 300ms ease all
}

.material-input .bar {
    position: relative;
    display: block;
    width: 100%
}

.material-input .bar:before {
    content: '';
    height: 2px;
    width: 0;
    bottom: 0px;
    position: absolute;
    background: #fff;
    -webkit-transition: 300ms ease all;
    -o-transition: 300ms ease all;
    transition: 300ms ease all;
    left: 0%
}

.material-input .btn {
    background: #fff;
    color: #bfbfbf;
    border: none;
    padding: 10px 20px;
    border-radius: 3px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-decoration: none;
    outline: none;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    -o-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1)
}

.material-input .btn:hover {
    color: #b3b3b3;
    -webkit-box-shadow: 0 7px 14px rgba(0, 0, 0, 0.18), 0 5px 5px rgba(0, 0, 0, 0.12);
    box-shadow: 0 7px 14px rgba(0, 0, 0, 0.18), 0 5px 5px rgba(0, 0, 0, 0.12)
}

.material-input .btn.btn-link {
    background: #fff;
    color: #fff
}

.material-input .btn.btn-link:hover {
    background: #f2f2f2;
    color: #fff
}

.material-input .btn.btn-submit {
    background: #fff;
    color: #fff
}

.material-input .btn.btn-submit:hover {
    background: #f2f2f2;
    color: #fff
}

.material-input .btn.btn-cancel {
    background: #eee
}

.material-input .btn.btn-cancel:hover {
    background: #e1e1e1;
    color: #b3b3b3
}

.material-input .btn-box {
    text-align: center;
    margin: 50px 0
}

.Accordion-group {
    overflow: hidden
}

.Accordion-group--open .Accordion-group__icon {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.Accordion-group__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 16px
}

.Accordion-group__list a {
    font-weight: normal;
    font-size: 14px;
    line-height: 1.4;
    color: #b4b4b4;
    margin-bottom: 12px
}

.Accordion-group__title {
    padding: 15px 0;
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.Accordion-group__content {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3)
}

.Accordion-group__content p {
    padding-bottom: 16px
}

.checkbox {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.checkbox-button {
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.checkbox-button__input {
    opacity: 0;
    position: absolute;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.checkbox-button__control {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 12px;
    vertical-align: middle;
    background-color: inherit;
    color: #b4b4b4;
    border: 1px solid #b4b4b4;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.checkbox-button__control:hover {
    color: #000;
    border: 1px solid #000
}

.checkbox-button__input:checked + .checkbox-button__control:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 9px;
    height: 9px;
    background-color: #000;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.checkbox-button__input:checked + .checkbox-button__control {
    border-color: #000;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.checkbox-button__control {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

input.checkbox-button__input {
    font-size: 1rem;
    line-height: 1.5;
    padding: 11px 23px;
    border: 1px solid #000;
    border-radius: 0;
    outline: 0;
    background-color: transparent;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

input.checkbox-button__input[type='checkbox'] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.radio {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.radio-button {
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.radio-button__input {
    opacity: 0;
    position: absolute;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.radio-button__control {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 12px;
    vertical-align: middle;
    background-color: inherit;
    color: grey;
    border: 1px solid grey;
    border-radius: 50%;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.radio-button__control:hover {
    color: #000;
    border: 1px solid #000
}

.radio-button__input:checked + .radio-button__control:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 9px;
    height: 9px;
    background-color: #000;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.radio-button__input:checked + .radio-button__control {
    border-color: #000;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.radio-button__control {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

input.radio-button__input {
    font-size: 1rem;
    line-height: 1.5;
    padding: 11px 23px;
    border: 1px solid #000;
    border-radius: 50%;
    outline: 0;
    background-color: transparent;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

input.radio-button__input[type='checkbox'] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.breadcrumbs {
    font-size: 12px;
    line-height: 1;
    margin-bottom: 40px;
    padding-top: 20px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .breadcrumbs {
        margin-bottom: 20px
    }
}

.breadcrumbs__item {
    color: #8f8f8f;
    white-space: nowrap
}

.breadcrumbs__separator {
    color: #8f8f8f
}

.material {
    width: 100%;
    position: relative;
    margin-bottom: 45px
}

.material input {
    font-size: 14px;
    padding: 12px 12px 7px;
    display: block;
    width: calc(100% - 24px);
    height: 44px;
    border: none;
    border-radius: 0
}

.material input:focus {
    outline: none
}

.material input:focus ~ label, .material input.active ~ label {
    top: -10px;
    left: 5px;
    font-size: 14px;
    color: #000;
    background: #fff;
    padding: 0px 5px
}

.material input:focus ~ .borda {
    border: 1px solid #000;
    border-radius: 0;
    position: absolute;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    top: 0px;
    pointer-events: none;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.material .js-validate-error-field {
    color: red
}

.material .js-validate-error-field:focus ~ .borda {
    border: none;
    border-radius: 0;
    position: absolute;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    top: 0px;
    pointer-events: none;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.material .js-validate-error-field:focus ~ label {
    top: -10px;
    left: 5px;
    font-size: 14px;
    color: red;
    background: #fff;
    padding: 0px 5px
}

.material .js-validate-error-field ~ label {
    color: red;
    font-size: 14px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 12px;
    top: 9px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.material .js-validate-error-field::after {
    content: 'Ошибка'
}

.material label {
    color: #cecece;
    font-size: 14px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 12px;
    top: 10px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.material .borda {
    border: 1px solid #cecece;
    border-radius: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    min-height: 100%;
    min-width: 100%;
    pointer-events: none;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.material .js-validate-error-field ~ .borda {
    border: none
}

.material .js-validate-error-lable {
    position: absolute;
    color: red
}

.material .js-validate-error-label {
    position: absolute
}

.header {
    top: 0;
    left: 0;
    right: 0;
    position: fixed;
    z-index: 10000
}

.header .image {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
    .header.all-pointer-events {
        pointer-events: all
    }
}

.hamburger-button {
    margin-right: 30px
}

@media only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
    .hamburger-button {
        margin-right: 0
    }
}

.header__links-item {
    color: #000
}

.header__links-item:hover {
    color: #000
}

.header__links-item:not(:last-child) {
    margin-right: 30px
}

@media only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
    .header__links-item {
        display: none
    }
}

.header__info-item:not(:last-child) {
    margin-right: 40px
}

@media only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
    .header__info-item {
        display: none
    }
}

.relative-position {
    position: relative
}

.header-cont {
    position: relative;
    background-color: #fff;
    z-index: 10000;
    min-height: 78px
}
body{
    padding-top: 78px;
}

@media only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
    .header-cont {
        min-height: 50px;
    }
    body{
        padding-top: 50px;
    }
}

.header__dynamic-content {
    position: relative;
    width: 100%;
    min-height: 100%;
    padding-right: 60px;
    margin-right: 40px;
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.header__dynamic-content .material-input input {
    max-width: 100%;
    border-bottom: 1px solid black !important
}

.header__dynamic-content .header__search-dropdown {
    display: none;
    position: absolute;
    left: 0;
    top: calc(80% - 13px);
    /*opacity: 0;*/
    /*display: flex !important;*/
    flex-direction: column;
    /*pointer-events: none;*/
    background-color: white;
    width: calc(100% - 20px);
    padding: 14px 20px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.header__dynamic-content .header__search-dropdown .header-search-dropdown__item {
    font-weight: normal;
    font-size: 16px;
    line-height: 1;
    padding: 12px 0;
    color: black;
}

.header__dynamic-content .header__search-dropdown.isActive {
    opacity: 1;
    pointer-events: all;
    top: calc(100% - 13px)
}

@media only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
    .header__dynamic-content {
        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;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-right: 0;
        padding-right: 0;
        padding-left: 20px
    }
}

.header__toggle-block {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 1;
    cursor: pointer
}

.header__toggle-block.disable {
    opacity: 0;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    pointer-events: none
}

.information-buttons__item {
    cursor: pointer
}

.information-buttons__item span.active {
    position: absolute;
    margin-left: 11px;
    background: #BB0A30;
    max-width: 15px;
    text-align: center;
    max-height: 15px;
    font-size: 12px;
    top: 37px;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    color: #fff
}

.header__absolute-container {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: no-wrap;
    flex-wrap: no-wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    pointer-events: none
}

.header__absolute-phone{
    position: absolute;
    left: 0;
    display: none;
}


@media only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
    .header__absolute-container {
        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;
        -ms-flex-wrap: no-wrap;
        flex-wrap: no-wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .header__absolute-phone{
        display: block;
    }
}

.header__search-btn {
    position: relative;
    pointer-events: all;
    cursor: pointer;
    z-index: 1000
}

.header__search-btn svg.search-closed.disable {
    display: none
}

.header__search-btn svg.search-opened.disable {
    display: none
}

.header__search-btn svg path {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

@media only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
    .header__search-btn {
        display: none
    }
}

.material-input.header__search-input {
    pointer-events: none;
    position: relative;
    margin-bottom: 0;
    width: 100%;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9)
}

.material-input.header__search-input input {
    color: #000000;
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: none;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 100%
}

.material-input.header__search-input.is-active {
    pointer-events: all;
    opacity: 1;
    width: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.material-input.header__search-input.is-active input {
    border-top: none;
    border-right: none;
    border-bottom: 1px solid #000000;
    border-left: none
}

.material-input.header__search-input.is-active input:focus ~ .bar:before {
    width: 100%
}

.material-input.header__search-input .bar {
    position: relative;
    display: block;
    width: 100%
}

.material-input.header__search-input .bar:before {
    content: '';
    display: none;
    height: 1px;
    width: 0;
    bottom: 0px;
    right: 0%;
    position: absolute;
    background: #000;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all
}

@media only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
    .material-input.header__search-input {
        display: none
    }
}

.header__information-buttons {
    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;
    -ms-flex-wrap: no-wrap;
    flex-wrap: no-wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

@media only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
    /*.header__information-buttons {*/
    /*    display: none*/
    /*}*/
    .information-buttons__item {
        display: none;
    }
}

.information-buttons__item:not(:last-child) {
    margin-right: 40px
}

.header__logo--desktop {
    display: block
}

@media only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
    .header__logo--desktop {
        display: none
    }
}

.header__logo--mobile {
    display: none
}

@media only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
    .header__logo--mobile {
        display: block
    }
}

.mobile-bottom-header {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100000
}

.arrow-left-menu {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px
}

.arrow-left-menu button {
    border: none;
    background: none;
    cursor: pointer;
    width: 100%;
    height: 100%;
    padding: 0
}

.arrow-left-menu button span:after {
    content: '';
    width: 15px;
    height: 1px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    background: #000;
    top: 27px;
    left: 10px;
    z-index: 10000;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.arrow-left-menu button span::before {
    content: '';
    width: 15px;
    height: 1px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    background: #000;
    top: 16px;
    left: 10px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    z-index: 10000
}

@media only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
    .arrow-left-menu {
        display: block
    }
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .arrow-left-menu {
        display: block
    }
}

.arrow-left-menu.active button span:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.arrow-left-menu.active button span:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.header-menu {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: absolute;
    opacity: 0;
    top: 78px;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    background: #fff;
    z-index: 1;
    border-top: 1px solid #e5e5e5
}

@media only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
    .header-menu {
        top: 50px
    }
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .header-menu {
        top: 50px;
        max-height: calc(100vh - 94px);
        overflow-y: scroll
    }

    .header-menu.pointer-events-all {
        pointer-events: all
    }
}

.header-menu.menu-open {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.preview-block__image {
    margin-bottom: 12px
}

.preview-block__image img {
    width: 100%
}

.preview-block__subtitle {
    font-weight: normal;
    font-size: 14px;
    line-height: 1.4
}

.preview-block__title {
    font-weight: normal;
    font-size: 24px;
    line-height: 1.4
}

.preview-block__link {
    font-weight: normal;
    font-size: 14px;
    line-height: 1.4;
    color: #000;
    text-decoration: underline !important
}

.header-menu__container {
    padding-top: 40px;
    padding-bottom: 82px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .header-menu__container {
        padding-top: 0;
        padding-bottom: 20px
    }
}

.header-menu__list a {
    color: #000
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .header-menu__list a {
        font-size: 16px;
        line-height: 1.4
    }
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .header-menu__list {
        padding-bottom: 16px;
        padding-top: 16px;
        border-bottom: 1px solid #e5e5e5
    }
}

.header-menu__list:not(:last-child) {
    margin-bottom: 26px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .header-menu__list:not(:last-child) {
        margin-bottom: 0
    }
}

.nav-panel {
    position: fixed;
    z-index: 10000;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 12px 24px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
    min-height: 44px;
    display: none;
    pointer-events: all;
}

@media only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
    .nav-panel {
        display: block
    }
}

.footer {
    z-index: 1;
    background-color: #000;
    color: #fff;
    padding-top: 48px;
    padding-bottom: 41px
}

@media only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
    .footer {
        padding-bottom: 75px
    }
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .footer {
        padding-bottom: 70px
    }
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .footer__logo {
        margin-bottom: 30px;
        position: relative
    }

    .footer__logo::after {
        position: absolute;
        bottom: -30px;
        left: -16px;
        right: 0;
        content: '';
        width: 100vw;
        height: 1px;
        background: rgba(255, 255, 255, 0.3)
    }
}

.footer__logo img.desctop-logo {
    display: block
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .footer__logo img.desctop-logo {
        display: none
    }
}

.footer__logo img.mobile-logo {
    display: none
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .footer__logo img.mobile-logo {
        display: block;
        width: 140px
    }
}

.footer__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: no-wrap;
    flex-wrap: no-wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.footer-links__title {
    font-weight: normal;
    font-size: 18px;
    line-height: 1.4;
    color: #b4b4b4;
    margin-bottom: 14px
}

.footer-links__item {
    font-weight: normal;
    font-size: 14px;
    line-height: 1.4;
    color: #b4b4b4;
    display: block;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
}

.footer-links__item:hover {
    color: #fff
}

.footer-links__item:not(:last-child) {
    margin-bottom: 9px
}

.footer__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: no-wrap;
    flex-wrap: no-wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.footer__info .footer__input-desktop {
    display: block
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .footer__info {
        position: relative;
        margin-bottom: 10px
    }

    .footer__info:after {
        position: absolute;
        bottom: 0;
        left: -16px;
        right: 0;
        content: '';
        width: 100vw;
        height: 1px;
        background-color: rgba(255, 255, 255, 0.3)
    }
}

.footer__info-input {
    width: 100%;
    max-width: 228px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .footer__info-input {
        max-width: 320px
    }
}

.footer-info__title {
    font-family: "Cera Pro Light", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.4;
    max-width: 180px;
    margin-bottom: 21px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .footer-info__title {
        font-size: 16px;
        max-width: 160px;
        margin-bottom: 20px
    }
}

.footer-info__button {
    color: #fff;
    padding: 15px 60px;
    line-height: 1;
    outline: none;
    border: 1px solid #fff;
    background-color: transparent;
    margin-bottom: 25px
}

@media only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
    .footer-info__button {
        padding: 12px 34px
    }
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .footer-info__button {
        font-size: 16px;
        padding: 12px 60px;
    }
}

.footer-info__politconf {
    font-size: 8px;
    line-height: 1.4;
    max-width: 230px
}

.footer-copyright {
    height: 100%;
    line-height: 1;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.footer-social {
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .footer-social {
        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;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding: 40px 0
    }
}

.footer-social__title {
    width: 100%;
    text-align: center;
    margin-bottom: 13px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .footer-social__title {
        text-align: left
    }
}

.footer-social__icons {
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.footer-icon__link {
    display: block
}

.footer-icon__link:not(:last-child) {
    padding-right: 24px;
    border-right: 1px solid #fff
}

.footer-icon__link:not(:first-child) {
    padding-left: 24px
}

.main-banner__image {
    max-height: calc(100vh - 78px);
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    background-repeat: no-repeat
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .main-banner__image {
        height: 369px
    }
}

.slider-projects {
    padding-top: 110px;
    margin-bottom: 70px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .slider-projects {
        padding-top: 40px;
        margin-bottom: 60px
    }

    .slider-projects .b-cont.slider {
        padding: 0
    }
}

.slider-projects__header {
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 65px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .slider-projects__header {
        margin-bottom: 20px
    }
}

.slider-projects__title {
    font-weight: normal;
    font-size: 32px;
    line-height: 1.4
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .slider-projects__title {
        font-size: 20px
    }
}

.slider-projects__navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .slider-projects__navigation {
        display: none
    }
}

.slider-projects__button-prev {
    margin-right: 60px;
    cursor: pointer
}

.slider-projects__button-prev svg path {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
}

.slider-projects__button-prev.swiper-button-disabled {
    pointer-events: none
}

.slider-projects__button-prev.swiper-button-disabled svg path {
    fill: #909090
}

.slider-projects__button-next {
    cursor: pointer
}

.slider-projects__button-next svg path {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
}

.slider-projects__button-next.swiper-button-disabled {
    pointer-events: none
}

.slider-projects__button-next.swiper-button-disabled svg path {
    fill: #909090
}

.slider-projects .projects__nav-prev {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.slider-projects .project__image {
    width: 100%;
    margin-bottom: 20px
}

.slider-projects .project__title {
    font-weight: normal;
    font-size: 18px;
    line-height: 1.4
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .slider-projects .project__title {
        padding-left: 16px
    }
}

.slider-projects .swiper-projects {
    overflow: hidden
}

@-webkit-keyframes toggleLikeButton {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-filter: drop-shadow(0, 0, 0, #616161);
        filter: drop-shadow(0, 0, 0, #616161)
    }
}

@keyframes toggleLikeButton {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-filter: drop-shadow(0, 0, 0, #616161);
        filter: drop-shadow(0, 0, 0, #616161)
    }
}

@-webkit-keyframes toggleButtonElement {
    0% {
        max-height: 0;
        overflow: hidden;
        opacity: 0
    }
    100% {
        opacity: 1;
        max-height: 60px;
        overflow: hidden
    }
}

@keyframes toggleButtonElement {
    0% {
        max-height: 0;
        overflow: hidden;
        opacity: 0
    }
    100% {
        opacity: 1;
        max-height: 60px;
        overflow: hidden
    }
}

@-webkit-keyframes toggleCardHover {
    0% {
        position: static
    }
    10% {
        position: absolute
    }
    100% {
    }
}

@keyframes toggleCardHover {
    0% {
        position: static
    }
    10% {
        position: absolute
    }
    100% {
    }
}

.product-card {
    display: block;
    color: #000;
    background-color: transparent;
    position: relative;
    height: 100%;
    padding: 0 16px 16px;
    pointer-events: all;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.product-card__inner {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: -1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: absolute;
    padding: 16px;
    left: 0;
    right: 0;
    top: -16px;
    bottom: 0;
    height: calc(100% + 60px)
}

.product-card:hover {
    color: #000;
    z-index: 14
}

.product-card:hover .product-card__inner {
    background-color: #fff;
    z-index: -1;
    -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.08), 0px 2px 24px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.08), 0px 2px 24px rgba(0, 0, 0, 0.08)
}

.product-card:hover .product-card__inner .product-card__toggle-el {
    opacity: 1
}

.product-card:hover .product-card__inner .product-card__toggle-el button {
    background-color: #000;
    opacity: 1
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .product-card:hover .product-card__inner {
        background: transparent;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .product-card {
        padding: 0
    }

    .product-card:hover {
        z-index: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .product-card:hover .product-card__toggle-el {
        display: none
    }

    .product-card:hover .product-card__toggle-el button {
        opacity: 0
    }
}

.product-card__image-cont {
    overflow: hidden;
    position: relative;
    background-color: #f2f2f2;
    margin-bottom: 16px;
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .product-card__image-cont {
        margin-bottom: 10px
    }

    .product-card__image-cont img {
        height: 180px
    }
}

.product-card__content {
    margin-bottom: 16px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .product-card__content {
        padding-left: 16px
    }
}

.product-card__like-button {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 10px;
    right: 25px;
    cursor: pointer;
    pointer-events: all;
    z-index: 19;
}

.product-card__like-button svg {
    pointer-events: none
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .product-card__like-button svg {
        width: 24px;
        height: 24px
    }

    .product-card__like-button {
        top: -5px;
        right: 0;
        align-items: center;
        justify-content: center;
        width: 50px;
        height: 50px;
    }
}

.product-card__like-button.active {
    -webkit-animation-name: toggleLikeButton;
    animation-name: toggleLikeButton;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s
}

.product-card__like-button.active svg path {
    fill: #fff
}

.product-card__like-button:hover svg path {
    fill: #fff
}

.product-card__stock-labels {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.product-card__stock-icon {
    /* background-color: #000; */
    background-color: #f93154;
    color: #fff;
    padding: 2px 6px;
    font-size: 14px;
    display: none;
    margin-right: 2px
}

.product-card__stock-icon.active {
    display: block
}

.product-card__title {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: normal
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .product-card__title {
        font-size: 16px;
        line-height: 1.4;
        word-break: break-word
    }
}

.product-card__subtitle {
    max-width: 60%;
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 8px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .product-card__subtitle {
        max-width: 100%;
        font-size: 14px;
        line-height: 1.4;
        margin-bottom: 10px
    }
}

.product-card__review {
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 8px
}

.product-card__review .product-review__counter {
    color: #616161;
    font-size: 14px;
    line-height: 1.4
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .product-card__review {
        margin-bottom: 8px
    }
}

.product-card__price {
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.product-card__price--current {
    font-size: 16px;
    line-height: 1.4;
    margin-right: 9px
}

.product-card__price--old {
    font-size: 16px;
    line-height: 1.4;
    text-decoration: line-through;
    color: #ff001d82;
}

.product-card__toggle-el {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    opacity: 0;
    position: relative;
    z-index: 100
}

.product-card__toggle-el button.add-to-cart {
    padding: 12px 70px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.4;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    background-color: #000;
    color: #fff;
    opacity: 0;
    border: none;
    outline: none
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .product-card__toggle-el {
        display: none
    }
}

.new-products {
    margin-bottom: 100px
}

@media only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
    .new-products {
        margin-bottom: 0
    }
}

@media only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
    .new-products {
        margin-bottom: 64px
    }
}

.slider-products__header {
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 65px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .slider-products__header {
        margin-bottom: 20px
    }
}

.slider-products__button-prev {
    cursor: pointer;
    margin-right: 60px
}

.slider-products__button-prev svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.slider-products__button-prev svg path {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
}

.slider-products__button-prev svg.swiper-button-disabled {
    pointer-events: none
}

.slider-products__button-prev svg.swiper-button-disabled path {
    fill: #909090
}

.slider-products__button-next {
    cursor: pointer
}

.slider-products__button-next svg path {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
}

.slider-products__button-next svg.swiper-button-disabled {
    pointer-events: none
}

.slider-products__button-next svg.swiper-button-disabled path {
    fill: #909090
}

.slider-products__title {
    font-weight: normal;
    font-size: 32px;
    line-height: 1.4
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .slider-products__title {
        font-size: 20px
    }
}

.slider-products__navigation {
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .slider-products__navigation {
        display: none
    }
}

.slider-products__cont {
    margin-left: auto;
    margin-right: auto;
    max-width: 100vw !important;
    padding: 0;
    width: calc(1340px + 44px)
}

@media only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
    .slider-products__cont {
        padding-left: 16px;
        padding-right: 16px;
        width: calc(600px + 44px) !important
    }
}

@media only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
    .slider-products__cont {
        padding-left: 16px;
        padding-right: 16px;
        width: calc(1024px + 44px) !important
    }
}

@media only screen and (max-width: 1440px), only screen and (max-device-width: 1440px) {
    .slider-products__cont {
        padding-left: 16px;
        padding-right: 16px;
        width: calc(1160px + 44px) !important
    }
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .slider-products__cont {
        padding: 0
    }
}

.slider-products__cont .swiper-products {
    min-height: 600px;
    overflow: hidden;
    padding: 24px 24px;
    margin: -24px -24px
}

@media only screen and (max-width: 1024px), only screen and (max-device-width: 1024px) {
    .slider-products__cont .swiper-products {
        padding: 24px 8px
    }
}

@media only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
    .slider-products__cont .swiper-products {
        min-height: 650px
    }
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .slider-products__cont .swiper-products {
        min-height: 0;
        padding: 0;
        margin: 0
    }
}

.catalog-category {
    margin-bottom: 150px
}

@media only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
    .catalog-category {
        margin-bottom: 24px
    }

    .catalog-category .col-gutter-lg {
        margin-left: -10px;
        margin-top: -10px
    }

    .catalog-category .col-gutter-lg > * {
        padding-left: 10px;
        padding-top: 10px;
        margin-bottom: 40px
    }
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .catalog-category .b-cont {
        padding: 0
    }
}

.catalog-category__title {
    font-weight: normal;
    font-size: 32px;
    line-height: 1.4;
    margin-bottom: 60px
}

@media only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
    .catalog-category__title {
        padding-left: 16px;
        margin-bottom: 32px
    }
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .catalog-category__title {
        font-size: 20px
    }
}

.catalog-category .category-card {
    overflow: hidden
}

.catalog-category .category-card__image {
    overflow: hidden;
    margin-bottom: 16px
}

.catalog-category .category-card__image > img {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 100%;
    height: 328px;
    -o-object-fit: cover;
    object-fit: cover
}

@media only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
    .catalog-category .category-card__image > img {
        height: 168px
    }
}

.catalog-category .category-card__title {
    color: #000;
    font-weight: normal;
    font-size: 18px;
    line-height: 1.4
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .catalog-category .category-card__title {
        padding-left: 16px
    }
}

.card-journal {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.card-journal__image {
    width: 313px;
    margin-bottom: 20px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .card-journal__image {
        margin-bottom: 10px
    }
}

@media only screen and (max-width: 426px), only screen and (max-device-width: 426px) {
    .card-journal__image {
        width: 180px
    }
}

.card-journal__title {
    font-size: 18px;
    line-height: 1.4
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .card-journal__title {
        padding-left: 16px
    }
}

.slider-journal {
    margin-bottom: 150px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .slider-journal {
        margin-bottom: 64px
    }
}

.slider-journal .b-cont.slider {
    padding: 0
}

@media only screen and (max-width: 1440px), only screen and (max-device-width: 1440px) {
    .slider-journal .b-cont.slider {
        padding: 0 16px
    }
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .slider-journal .b-cont.slider {
        padding: 0
    }
}

.slider-journal__title {
    font-size: 32px;
    line-height: 1.4;
    margin-bottom: 60px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .slider-journal__title {
        font-size: 20px;
        margin-bottom: 20px
    }
}

.slider-journal__cont {
    overflow: hidden
}

@media only screen and (max-width: 1440px), only screen and (max-device-width: 1440px) {
    .slider-journal__cont {
        pointer-events: all
    }
}

.slider-journal__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: no-wrap;
    flex-wrap: no-wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.news-card {
    padding-bottom: 30px;
    border-bottom: 1px solid #e6e6e6
}

@media only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
    .news-card {
        padding-bottom: 30px
    }

    .news-card:first-child {
        padding-top: 30px;
        border-top: 1px solid #e6e6e6
    }

    .news-card:not(:last-child) {
        margin-bottom: 30px
    }
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .news-card {
        padding-bottom: 20px
    }

    .news-card:first-child {
        padding-top: 20px;
        border-top: 1px solid #e6e6e6
    }

    .news-card:not(:last-child) {
        margin-bottom: 20px
    }
}

.news-card:not(:last-child) {
    margin-bottom: 30px
}

.news-card__image {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.news-card__date {
    color: #bdbdbd;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 16px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .news-card__date {
        font-size: 14px;
        margin-bottom: 10px
    }
}

.news-card__title {
    font-weight: normal;
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 16px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .news-card__title {
        margin-bottom: 10px;
        font-size: 18px
    }
}

.news-card__description {
    color: #616161;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 32px
}

.news-card__link-cont {
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.news-card__link-text {
    color: #000;
    font-size: 16px;
    line-height: 1.4;
    position: relative
}

.news-card__link-text:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    height: 1px;
    width: 0;
    background-color: #000;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.news-card__link-text:hover {
    color: #000
}

.news-card__link-text:hover:after {
    width: 100%
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .news-card__link-text {
        font-weight: normal;
        font-size: 14px
    }
}

.news {
    margin-bottom: 120px
}

.news__title {
    font-size: 32px;
    line-height: 1.4;
    margin-bottom: 48px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .news__title {
        font-size: 20px;
        padding-left: 16px;
        margin-bottom: 20px
    }
}

.news__left-block {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden
}

@media only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
    .news__left-block {
        margin-bottom: 30px
    }
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .news__left-block {
        margin-bottom: 0
    }
}

.news__left-block .left-block__image {
    width: 100%;
    height: 100%;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover
}

@media only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
    .news__left-block .left-block__image {
        height: 320px
    }
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .news__left-block .left-block__image {
        margin-bottom: 20px
    }
}

.news__left-block .left-block__content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    padding: 40px;
    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: start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
    .news__left-block .left-block__content {
        padding: 30px 15px
    }
}

.news__left-block .left-block__title {
    color: #fff;
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 23px
}

@media only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
    .news__left-block .left-block__title {
        font-size: 18px;
        max-width: 90%;
        margin-bottom: 16px
    }
}

.news__left-block .left-block__date {
    color: #fff;
    font-size: 16px;
    line-height: 1.4
}

@media only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
    .news__left-block .left-block__date {
        font-size: 14px
    }
}

.slider-trade-marks {
    margin-bottom: 160px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .slider-trade-marks .b-cont {
        padding: 0
    }
}

.slider-trade-marks__header {
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 60px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .slider-trade-marks__header {
        margin-bottom: 20px;
        padding: 0 16px
    }
}

.slider-trade-marks__title {
    font-size: 32px;
    line-height: 1.4
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .slider-trade-marks__title {
        font-size: 20px
    }
}

.slider-trade-marks__navigation {
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .slider-trade-marks__navigation {
        display: none
    }
}

.slider-trade-marks__prev {
    margin-right: 60px;
    cursor: pointer
}

.slider-trade-marks__icon-prev {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.slider-trade-marks__next {
    cursor: pointer
}

.slider-trade-marks__container {
    overflow: hidden
}

.slider-trade-marks__container .swiper-slide {
    height: 100%
}

.slider-trade-marks__content {
    height: 220px;
    padding: 0 57px;
    border: 1px solid #e5e5e5;
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .slider-trade-marks__content {
        height: 180px;
        padding: 32px
    }
}

.slider-trade-marks__content .trade-marks__image {
    width: 100%
}

.catalog-category {
    margin-bottom: 150px
}

@media only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
    .catalog-category {
        margin-bottom: 24px
    }

    .catalog-category .col-gutter-lg {
        margin-left: -10px;
        margin-top: -10px
    }

    .catalog-category .col-gutter-lg > * {
        padding-left: 10px;
        padding-top: 10px;
        margin-bottom: 40px
    }
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .catalog-category .b-cont {
        padding: 0
    }
}

.catalog-category__title {
    font-weight: normal;
    font-size: 32px;
    line-height: 1.4;
    margin-bottom: 60px
}

@media only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
    .catalog-category__title {
        padding-left: 16px;
        margin-bottom: 32px
    }
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .catalog-category__title {
        font-size: 20px
    }
}

.catalog-category .category-card {
    overflow: hidden
}

.catalog-category .category-card__image {
    overflow: hidden;
    margin-bottom: 16px
}

.catalog-category .category-card__image > img {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 100%;
    height: 328px;
    -o-object-fit: cover;
    object-fit: cover
}

@media only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
    .catalog-category .category-card__image > img {
        height: 168px
    }
}

.catalog-category .category-card__title {
    color: #000;
    font-weight: normal;
    font-size: 18px;
    line-height: 1.4
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .catalog-category .category-card__title {
        padding-left: 16px
    }
}

.catalog-filters {
    padding-top: 108px;
    margin-bottom: 100px;
    background: transparent
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .catalog-filters {
        padding-top: 95px;
        margin-bottom: 100px
    }
}

.catalog-filters__header {
    padding: 18px 0;
    background-color: #fff;
    position: fixed;
    top: 78px;
    left: 0;
    right: 0;
    z-index: 1000
}

.catalog-filters__header-cont {
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .catalog-filters__header {
        top: 50px
    }
}

.catalog-filters__button {
    display: none
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .catalog-filters__button {
        display: block;
        cursor: pointer
    }
}

.catalog-filters__title {
    font-size: 24px;
    line-height: 1.4
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .catalog-filters__title {
        font-size: 16px
    }
}

.catalog-filters__sort {
    position: relative;
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.catalog-filters__sort-title {
    cursor: pointer;
    font-size: 16px;
    margin-right: 10px
}

.catalog-filters__sort.Popup-sort--open .catalog-filters__sort-icon {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.catalog-filters__sort-icon {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
}

.catalog-filters__sort-icon path {
    stroke: #000
}

.catalog-filters__sort-popup {
    position: absolute;
    height: 0;
    top: 100%;
    right: 0;
    z-index: 1000;
    background-color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    overflow: hidden
}

.catalog-filters__sort-popup .sort-popup__cont {
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.catalog-filters__sort-popup .sort-popup__cont .sort-popup__item {
    position: relative;
    white-space: nowrap;
    font-size: 16px;
    line-height: 1.4;
    cursor: pointer;
    padding-left: 16px;
    margin-bottom: 4px
}

.catalog-filters__sort-popup .sort-popup__cont .sort-popup__item::after {
    content: '';
    position: absolute;
    right: calc(100% - 10px);
    top: 50%;
    width: 8px;
    height: 8px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABZSURBVHgBnY5rCQAhEIQ3wkUwghEuig3ummgTIxjBCEYwgo4wgj9kBQc+2MfsQ0TXe+jLD5pmNKCCrBkKMbNoQQIP88gzdp10LI7VgfG3OzGNAy+KHP+4UwewOxEBqjXqzwAAAABJRU5ErkJggg==);
    background-size: 8px 8px;
    visibility: hidden
}

.catalog-filters__sort-popup .sort-popup__cont .sort-popup__item.Catalog-popup__sort--active::after {
    visibility: visible
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .catalog-filters__sort {
        display: none
    }
}

.catalog-filters .row.cards {
    margin-right: 0;
    margin-left: 0
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .catalog-filters .row.cards {
        --bs-gutter-x: 1rem;
        --bs-gutter-y: 0;
        margin-top: calc(var(--bs-gutter-y) * -1);
        margin-right: calc(var(--bs-gutter-x) / -2);
        margin-left: calc(var(--bs-gutter-x) / -2)
    }
}

.catalog-filters .row.cards > .col, .catalog-filters .row.cards > [class*='col-'] {
    padding-right: 0;
    padding-left: 0
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .catalog-filters .row.cards > .col, .catalog-filters .row.cards > [class*='col-'] {
        padding-right: calc(var(--bs-gutter-x) / 2);
        padding-left: calc(var(--bs-gutter-x) / 2);
        margin-top: var(--bs-gutter-y)
    }
}

.catalog-filters .pagination {
    margin-top: 100px;
    margin-bottom: 0
}

.filtered:first-child {
    border-top: 1px solid #e5e5e5
}

.filtered .Accordion-filtrations--open .Accordion-filtrations__icon {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.filtered .Accordion-filtrations__title {
    padding: 8px 0;
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.filtered .Accordion-filtrations__content {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    overflow: hidden;
    border-bottom: 1px solid #e5e5e5
}

.filtered .Accordion-filtrations__icon {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.filtered .Accordion-filtrations__icon path {
    stroke: #000
}

.filtered .Accordion-filtrations__list {
    padding-bottom: 20px
}

.filtered .Accordion-filtrations .filtrations-list__item:not(:last-child) {
    margin-bottom: 8px
}

.gallery {
    max-width: 685px
}

.gallery-top {
    width: 100%;
    height: 495px;
    margin-bottom: 33px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .gallery-top {
        height: 320px
    }
}

.gallery-top .swiper-slide-container__top {
    background-color: #f2f2f2;
    height: 100%;
    padding: 0 16px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .gallery-top .swiper-slide-container__top {
        padding: 0
    }
}

.gallery-top .swiper-slide-container__top .gallery-image {
    width: 100%;
    height: 494px;
    -o-object-fit: contain;
    object-fit: contain
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .gallery-top .swiper-slide-container__top .gallery-image {
        height: 320px
    }
}

.gallery-thumbs {
    width: 100%;
    height: 140px;
    margin: 0
}

.gallery-thumbs .swiper-slide.swiper-thumb {
    opacity: 0.5;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.gallery-thumbs .swiper-slide-container__thumb {
    width: 140px;
    height: 100%;
    padding: 0
}

.gallery-thumbs .swiper-slide-container__thumb .gallery-image {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

@keyframes toggleLikeButton {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-filter: drop-shadow(0, 0, 0, #616161);
        filter: drop-shadow(0, 0, 0, #616161)
    }
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .row.no-gutters--dynamic {
        margin-right: 0;
        margin-left: 0
    }

    .row.no-gutters--dynamic > .col, .row.no-gutters--dynamic > [class*='col-'] {
        padding-right: 0;
        padding-left: 0
    }
}

.detail-information {
    margin-bottom: 120px
}

@media only screen and (max-width: 1024px), only screen and (max-device-width: 1024px) {
    .detail-information {
        padding-right: 16px;
        margin-bottom: 76px
    }
}

@media only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
    .detail-information {
        padding: 0 15px
    }
}

.detail-information__head .detail-head__article {
    color: #9e9e9e;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 32px
}

.detail-information__head .detail-head__category {
    font-weight: normal;
    font-size: 20px;
    line-height: 1.4
}

.detail-information__head .detail-head__title {
    font-weight: normal;
    font-size: 24px;
    line-height: 1;
    margin-bottom: 32px
}

.detail-information__price {
    font-size: 32px;
    line-height: 1;
    margin-right: 12px
}

.detail-information__price--old {
    font-size: 22px;
    line-height: 1.4;
    color: #ff001d82;
    text-decoration: line-through
}

.detail-information .volume-select {
    margin-bottom: 40px
}

.detail-information .volume-select__title {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 16px
}

.detail-information .volume-select__item {
    cursor: pointer;
    opacity: 0.5;
    padding: 10px;
    line-height: 1;
    border: 1px solid #000000;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out
}

.detail-information .volume-select__item:hover {
    opacity: 0.7
}

.detail-information .volume-select__item.isActive {
    opacity: 1
}

.detail-information .volume-select__item:not(:last-child) {
    margin-right: 16px
}

.detail-information__add-to-cart {
    font-family: "Cera Pro Medium", sans-serif;
    background-color: #000;
    color: #fff;
    padding: 15px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    border: none;
    outline: none;
    min-height: 50px;
    min-width: 275px;
    margin-right: 16px
}


.detail-information__add-to-cart:hover {
    color: #000;
    border: 1px solid black;
    background: #fff !important;
}

.Subscribe-form__submit-btn:hover {
    color: #000;
    background: #fff;
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .detail-information__add-to-cart {
        padding: 12px;
        min-width: 226px;
        min-height: 44px;
        margin-right: 10px
    }
}

.detail-information__like-btn {
    cursor: pointer;
    background-color: #000;
    border: none;
    outline: none;
    width: 50px;
    height: 50px;
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .detail-information__like-btn {
        width: 44px;
        height: 44px
    }
}

.detail-information__like-btn svg {
    pointer-events: none
}

.detail-information__like-btn.isActive svg {
    -webkit-animation-name: toggleLikeButton;
    animation-name: toggleLikeButton;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s
}

.detail-information__like-btn.isActive svg path {
    fill: #fff
}

.detail-information__accordion-block {
    padding-top: 56px
}

.detail-information__accordion-item .Accordion-group__icon {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.detail-information__accordion-item .Accordion-group__icon path {
    stroke: #000000
}

.detail-information__accordion-item .Accordion-group__content {
    border-bottom: 1px solid #e5e5e5
}

.slider-products__header {
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 65px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .slider-products__header {
        margin-bottom: 20px
    }
}

.slider-products__button-prev {
    cursor: pointer;
    margin-right: 60px
}

.slider-products__button-prev svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.slider-products__button-prev svg path {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
}

.slider-products__button-prev svg.swiper-button-disabled {
    pointer-events: none
}

.slider-products__button-prev svg.swiper-button-disabled path {
    fill: #909090
}

.slider-products__button-next {
    cursor: pointer
}

.slider-products__button-next svg path {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
}

.slider-products__button-next svg.swiper-button-disabled {
    pointer-events: none
}

.slider-products__button-next svg.swiper-button-disabled path {
    fill: #909090
}

.slider-products__title {
    font-weight: normal;
    font-size: 32px;
    line-height: 1.4
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .slider-products__title {
        font-size: 20px
    }
}

.slider-products__navigation {
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .slider-products__navigation {
        display: none
    }
}

.slider-products__cont {
    margin-left: auto;
    margin-right: auto;
    max-width: 100vw !important;
    padding: 0;
    width: calc(1340px + 44px)
}

@media only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
    .slider-products__cont {
        padding-left: 16px;
        padding-right: 16px;
        width: calc(600px + 44px) !important
    }
}

@media only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
    .slider-products__cont {
        padding-left: 16px;
        padding-right: 16px;
        width: calc(1024px + 44px) !important
    }
}

@media only screen and (max-width: 1440px), only screen and (max-device-width: 1440px) {
    .slider-products__cont {
        padding-left: 16px;
        padding-right: 16px;
        width: calc(1160px + 44px) !important
    }
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .slider-products__cont {
        padding: 0
    }
}

.slider-products__cont .swiper-products {
    min-height: 600px;
    overflow: hidden;
    padding: 24px 24px;
    margin: -24px -24px
}

@media only screen and (max-width: 1024px), only screen and (max-device-width: 1024px) {
    .slider-products__cont .swiper-products {
        padding: 24px 8px
    }
}

@media only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
    .slider-products__cont .swiper-products {
        min-height: 650px
    }
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .slider-products__cont .swiper-products {
        min-height: 0;
        padding: 0;
        margin: 0
    }
}

.reviews-title {
    font-size: 32px;
    line-height: 1.4;
    margin-bottom: 40px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .reviews-title {
        font-size: 20px;
        max-width: 235px;
        margin-bottom: 30px
    }
}

.slider-often-bought {
    margin-bottom: 100px
}

@media only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
    .slider-often-bought {
        margin-bottom: 0
    }
}

@media only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
    .slider-often-bought {
        margin-bottom: 64px
    }
}

.similar-products {
    margin-bottom: 100px
}

@media only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
    .similar-products {
        margin-bottom: 0
    }
}

@media only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
    .similar-products {
        margin-bottom: 64px
    }
}

.tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .tabs {
        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;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.tabs .Tab-review-and-question__line {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    border-radius: 15px;
    background-color: #000;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
}

.tabs .Tab-review-and-question__head {
    padding: 0 0 0 2px;
    font-size: 20px;
    color: #000;
    opacity: 0.5;
    cursor: pointer;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    position: relative
}

.tabs .Tab-review-and-question__head::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 2px;
    background-color: #000;
    opacity: 0.5;
    display: none
}

.tabs .Tab-review-and-question__head:not(:last-child) {
    margin-right: 42px
}

.tabs .Tab-review-and-question__head.active {
    opacity: 1
}

.tabs .Tab-review-and-question__head:hover {
    opacity: 1
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .tabs .Tab-review-and-question__head {
        width: 50%
    }

    .tabs .Tab-review-and-question__head:not(:last-child) {
        margin-right: 0
    }

    .tabs .Tab-review-and-question__head:after {
        display: block
    }

    .tabs .Tab-review-and-question__head:first-child {
        margin-right: 0
    }
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .tabs .Tab-review-and-question__head .tab-title {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.tabs .Tab-review-and-question__head .tab-title p {
    font-family: "Cera Pro Medium", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 4px
}

.tabs .Tab-review-and-question__head .tab-title p:first-child {
    margin-right: 4px
}

.tabs .tab-icon {
    font-size: 24px;
    width: 32px;
    position: relative;
    top: 2px
}

.tab-content {
    padding: 40px 0
}

.tab-content .Tab-review-and-question__panel {
    color: #333;
    display: none
}

.tab-content .Tab-review-and-question__panel.active {
    display: block
}

.tab-content .Tab-review-and-question__panel h2, .tab-content .Tab-review-and-question__panel .h2 {
    font-size: 24px;
    margin-bottom: 8px
}

.block-review__header {
    margin-bottom: 60px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .block-review__header {
        margin-bottom: 37px
    }
}

.block-review__header .add-review-btn {
    font-family: "Cera Pro Medium", sans-serif;
    font-weight: 500;
    font-size: 16px;
    background-color: #000;
    border: 1px solid #000;
    color: #fff;
    outline: none;
    min-width: 241px;
    padding: 15px 0;
    margin-right: 16px
}

@media only screen and (max-width: 809px), only screen and (max-device-width: 809px) {
    .block-review__header .add-review-btn {
        margin-bottom: 16px
    }
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .block-review__header .add-review-btn {
        min-width: 100%;
        margin-bottom: 0;
        line-height: 1;
        padding: 12px 0
    }
}

.block-review__header .review-info__icon {
    margin-right: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.block-review__info-text {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
}

.block-review__info-text > * {
    white-space: nowrap
}

.block-review__info-text.isActive {
    opacity: 1
}

.block-review__info-text span {
    margin-right: 4px
}

.block-review__info-text a {
    color: #000;
    line-height: 1.1;
    border-bottom: 1px solid #000
}

.block-review .Sort-review {
    margin-bottom: 30px
}

.block-review .Sort-review__title {
    color: #9e9e9e;
    margin-right: 20px
}

.block-review .Sort-review-items {
    margin-right: 20px
}

.block-review .Sort-review__item {
    position: relative
}

.block-review .Sort-review__item:first-child {
    margin-right: 32px
}

.block-review .Sort-review__item::after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    right: -12px;
    top: 50%;
    opacity: 0;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMCAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiPg0KPHBhdGggZD0iTTguMjQ4MDUgNi4zOTE0MUw3Ljc1MjUyIDUuOTQ1NDNMNS4wMDAyOCA5LjAwMzVMMi4yNDgwNCA1Ljk0NTQzTDEuNzUyNTEgNi4zOTE0MUw1LjAwMDI4IDEwTDguMjQ4MDUgNi4zOTE0MVoiIGZpbGw9ImJsYWNrIiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjAuMyIvPg0KPHBhdGggZD0iTTUuMzMzMDEgOS41MDE2NEw1LjMzMzAxIDAuMTY4MzM1TDQuNjY2MzQgMC4xNjgzMzVMNC42NjYzNCA5LjUwMTY0TDUuMzMzMDEgOS41MDE2NFoiIGZpbGw9ImJsYWNrIiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjAuMyIvPg0KPC9nPg0KPGRlZnM+DQo8Y2xpcFBhdGggaWQ9ImNsaXAwIj4NCjxyZWN0IHdpZHRoPSIxMCIgaGVpZ2h0PSIxMCIgZmlsbD0id2hpdGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwKSByb3RhdGUoOTApIi8+DQo8L2NsaXBQYXRoPg0KPC9kZWZzPg0KPC9zdmc+DQo=)
}

.block-review .Sort-review__item::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 2px;
    height: 1px;
    width: 100%;
    background-color: #000;
    opacity: 0
}

.block-review .Sort-review__item.Sort-review--active-1::after {
    opacity: 1
}

.block-review .Sort-review__item.Sort-review--active-1::before {
    opacity: 1
}

.block-review .Sort-review__item.Sort-review--active-2::after {
    opacity: 1;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg)
}

.block-review .Sort-review__item.Sort-review--active-2::before {
    opacity: 1
}

.block-review .Sort-review .review-sort--mobile {
    cursor: pointer;
    position: relative
}

.block-review .Sort-review .review-sort--mobile.Review-popup--open .review-sort__popup {
    opacity: 1;
    pointer-events: all;
    top: 100%
}

.block-review .Sort-review .review-sort--mobile .review-sort__popup {
    position: absolute;
    left: 0;
    opacity: 0;
    pointer-events: none;
    background-color: #fff;
    width: 100%;
    top: 80%;
    border-radius: 0px 0px 0px 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
}

.block-review .Sort-review .review-sort--mobile .review-sort__content {
    padding: 20px
}

.block-review .Sort-review .review-sort--mobile .review-sort__content .review-sort__item {
    position: relative
}

.block-review .Sort-review .review-sort--mobile .review-sort__content .review-sort__item::after {
    content: '';
    position: absolute;
    right: calc(100% + 10px);
    top: 50%;
    width: 8px;
    height: 8px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABZSURBVHgBnY5rCQAhEIQ3wkUwghEuig3ummgTIxjBCEYwgo4wgj9kBQc+2MfsQ0TXe+jLD5pmNKCCrBkKMbNoQQIP88gzdp10LI7VgfG3OzGNAy+KHP+4UwewOxEBqjXqzwAAAABJRU5ErkJggg==);
    background-size: 8px 8px;
    visibility: hidden
}

.block-review .Sort-review .review-sort--mobile .review-sort__content .review-sort__item.Review-popup__sort--active::after {
    visibility: visible
}

.block-review .Sort-review .review-sort--mobile .review-sort__title {
    color: #000;
    font-size: 16px;
    line-height: 1.4;
    margin-right: 10px
}

.block-review .Sort-review .review-sort--mobile .review-sort__icon {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.block-review .Sort-review .review-sort--mobile .review-sort__icon path {
    stroke: #000
}

.block-review__all-review {
    font-family: "Cera Pro Medium", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.4;
    position: relative;
    display: inline-block;
    margin-left: 70px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .block-review__all-review {
        margin-left: 0
    }
}

.block-review__all-review::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    background-color: #000
}

.review-item {
    margin-bottom: 43px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .review-item__star-rating {
        margin-bottom: 9px;
        padding-left: 16px
    }
}

.review-item__head {
    margin-bottom: 24px
}

.review-item__head .star-rating {
    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;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.review-item__head .star-rating .star--disable svg {
    height: 20px;
    width: 16px
}

.review-item__head .star-rating .star--active svg {
    height: 20px;
    width: 16px
}

.review-item__name {
    color: #000;
    font-family: "Cera Pro Medium", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.4;
    margin-right: 20px
}

.review-item__date {
    color: #9e9e9e;
    font-size: 16px;
    line-height: 1.4
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .review-item__date {
        font-size: 14px
    }
}

.review-item__avatar {
    margin-right: 20px;
    border-radius: 50%;
    overflow: hidden;
    min-width: 50px;
    min-height: 50px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .review-item__avatar {
        margin-right: 12px
    }
}

.review-item__text {
    color: #000;
    margin-bottom: 24px;
    line-height: 1.4
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .review-item__photo {
        max-width: 90vw;
        overflow-x: scroll;
        padding-bottom: 16px
    }
}

.review-item__photo img:not(:last-child) {
    margin-right: 16px
}

.block-question__header {
    margin-bottom: 60px
}

.block-question__all-question {
    font-family: "Cera Pro Medium", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.4;
    position: relative;
    display: inline-block;
    margin-left: 70px
}

.block-question__all-question::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    background-color: #000
}

.question-item {
    margin-bottom: 43px
}

.question-item__head {
    margin-bottom: 24px
}

.question-item__head .star-rating {
    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;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.question-item__head .star-rating .star--disable svg {
    height: 20px;
    width: 16px
}

.question-item__head .star-rating .star--active svg {
    height: 20px;
    width: 16px
}

.question-item__name {
    color: #000;
    font-family: "Cera Pro Medium", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.4;
    margin-right: 20px
}

.question-item__date {
    color: #9e9e9e;
    font-size: 16px;
    line-height: 1.4
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .question-item__date {
        font-size: 14px
    }
}

.question-item__avatar {
    margin-right: 20px;
    border-radius: 50%;
    overflow: hidden;
    min-width: 50px;
    min-height: 50px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .question-item__avatar {
        margin-right: 12px
    }
}

.question-item__text {
    margin-bottom: 24px
}

.question-item__reply {
    cursor: pointer;
}


.question-item .answer {
    padding-left: 24px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .question-item .answer {
        padding-left: 0
    }
}

.question-item .answer__title {
    color: #000;
    font-family: "Cera Pro Medium", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 16px
}

.question-item .answer__text {
    font-size: 16px;
    line-height: 1.4
}

.block-review__form {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin: 0;
    max-height: 0;
    overflow: hidden;
    pointer-events: none
}

.block-review__form.isActive {
    pointer-events: all;
    margin-bottom: 64px
}

.block-review__form .review-form__title {
    color: #000;
    font-size: 28px;
    line-height: 1.4;
    margin-bottom: 48px
}

.block-review__form .Review-rating {
    margin-bottom: 32px
}

.block-review__form .Review-rating .rating__title {
    color: #000;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 8px
}

.block-review__form .Review-rating .rating__stars-cont {
    position: relative
}

.block-review__form .Review-rating .rating__stars-cont .js-validate-error-label {
    color: #b12f3e;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.block-review__form .Review-rating .rating__stars-cont .Form-review__rating-counter {
    position: absolute;
    visibility: hidden
}

.block-review__form .Review-rating .rating__stars-cont .star-rating .star--disable {
    cursor: pointer;
    padding: 10px;
    background: rgba(232, 232, 232, 0.5);
    border-radius: 50%;
    margin-right: 16px
}

.block-review__form .Review-rating .rating__stars-cont .star-rating .star--disable svg {
    width: 20px;
    height: 20px
}

.block-review__form .Review-rating .rating__stars-cont .star-rating .star--active {
    padding: 10px;
    margin-right: 16px
}

.block-review__form .Review-rating .rating__stars-cont .star-rating .star--active svg {
    width: 20px;
    height: 20px
}

.block-review__form .Form-review-textarea {
    position: relative;
    padding-bottom: 16px;
    margin-bottom: 24px
}

.block-review__form .Form-review-textarea .textarea__title {
    color: #8b8b8b;
    line-height: 1.4
}

.block-review__form .Form-review-textarea .textarea__counter-cont {
    color: #8b8b8b;
    line-height: 1.4
}

.block-review__form .Form-review-textarea .textarea__counter-cont span.static:first-child {
    margin-right: 4px
}

.block-review__form .Form-review-textarea .textarea__counter-cont span.dynamic {
    margin-right: 4px
}

.block-review__form .Form-review-textarea textarea.Form-review-textarea__textfield {
    width: 100%;
    border: 1px solid #d5d5d5;
    outline: none;
    padding: 12px 20px;
    min-height: 100px;
    resize: none;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.block-review__form .Form-review-textarea textarea.Form-review-textarea__textfield.js-validate-error-field {
    border: 1px solid #b12f3e !important
}

.block-review__form .Form-review-textarea textarea.Form-review-textarea__textfield::-webkit-input-placeholder {
    color: #d5d5d5
}

.block-review__form .Form-review-textarea textarea.Form-review-textarea__textfield::-moz-placeholder {
    color: #d5d5d5
}

.block-review__form .Form-review-textarea textarea.Form-review-textarea__textfield:-ms-input-placeholder {
    color: #d5d5d5
}

.block-review__form .Form-review-textarea textarea.Form-review-textarea__textfield::-ms-input-placeholder {
    color: #d5d5d5
}

.block-review__form .Form-review-textarea textarea.Form-review-textarea__textfield::placeholder {
    color: #d5d5d5
}

.block-review__form .Form-review-textarea .js-validate-error-label {
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 14px;
    color: #b12f3e !important;
    opacity: 1;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
}

.block-review__form .review-form__photo {
    margin-bottom: 40px
}

.block-review__form .review-form__photo .form-photo__title {
    color: #000;
    font-family: "Cera Pro Medium", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 36px
}

.block-review__form .review-form__photo .form-photo__items .form-photo__file {
    position: relative;
    margin-right: 30px
}

.block-review__form .review-form__photo .form-photo__items .form-photo__file input {
    position: absolute;
    opacity: 0;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 105px;
    cursor: pointer;
    pointer-events: all
}

.block-review__form .review-form__photo .form-photo__items .form-photo__file--add {
    height: 105px;
    width: 84px;
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    background-color: rgba(232, 232, 232, 0.5)
}

.block-review__form .review-form__photo .form-photo__items .form-photo__preview-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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.block-review__form .review-form__photo .form-photo__items .form-photo__preview-item .preview {
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    height: 105px;
    width: 84px;
    overflow: hidden;
    pointer-events: all;
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.block-review__form .review-form__photo .form-photo__items .form-photo__preview-item .preview .Form-review__delete-icon {
    position: absolute;
    right: 0;
    top: 0;
    width: 10px;
    height: 10px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMCAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxjaXJjbGUgY3g9IjUiIGN5PSI1IiByPSI1IiBmaWxsPSJ3aGl0ZSIvPg0KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik04IDIuNTQ1MzhMNy40NTQ2MiAyTDUgNC40NTQ2MkwyLjU0NTM4IDJMMiAyLjU0NTM4TDQuNDU0NjIgNUwyIDcuNDU0NjJMMi41NDUzOCA4TDUgNS41NDUzOEw3LjQ1NDYyIDhMOCA3LjQ1NDYyTDUuNTQ1MzggNUw4IDIuNTQ1MzhaIiBmaWxsPSJibGFjayIvPg0KPC9zdmc+DQo=);
    background-size: contain
}

.block-review__form .review-form__photo .form-photo__items .form-photo__preview-item .preview:not(:last-child) {
    margin-right: 30px
}

.block-review__form .review-form__photo .form-photo__items .form-photo__preview-item .preview > img {
    pointer-events: none;
    height: 105px
}

.block-review__form .review-form__photo .form-photo__description {
    color: #787878
}

.block-review__form .review-form__photo .form-photo__description span {
    padding-left: 4px;
    color: #000
}

.block-review__form .review-form__submit-block {
    margin-bottom: 16px
}

.block-review__form .review-form__submit-block .review-form__submit-button {
    background-color: #000;
    color: #fff;
    outline: none;
    border: none;
    height: 50px;
    width: 202px;
    margin-right: 31px
}

.block-review__form .review-form__submit-block .review-form__cancel-button {
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
    outline: none;
    height: 50px;
    width: 178px
}

.block-review__form .review-form__politconf {
    color: #000;
    font-size: 14px;
    line-height: 1.4;
    max-width: 426px
}

form.block-question__form .question-form__container {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin: 0;
    max-height: 0px;
    overflow: hidden;
    pointer-events: none
}

form.block-question__form .question-form__container.isActive {
    pointer-events: all;
    margin-bottom: 16px
}

form.block-question__form .question-form__container .Question-form-textarea {
    position: relative;
    padding-bottom: 16px;
    margin-bottom: 24px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    form.block-question__form .question-form__container .Question-form-textarea {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

form.block-question__form .question-form__container .Question-form-textarea .textarea__title {
    color: #8b8b8b;
    line-height: 1.4
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    form.block-question__form .question-form__container .Question-form-textarea .textarea__title {
        display: none
    }
}

form.block-question__form .question-form__container .Question-form-textarea .textarea__counter-cont {
    color: #8b8b8b;
    line-height: 1.4
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    form.block-question__form .question-form__container .Question-form-textarea .textarea__counter-cont {
        font-size: 13px
    }
}

form.block-question__form .question-form__container .Question-form-textarea .textarea__counter-cont span.static:first-child {
    margin-right: 4px
}

form.block-question__form .question-form__container .Question-form-textarea .textarea__counter-cont span.dynamic {
    margin-right: 4px
}

form.block-question__form .question-form__container .Question-form-textarea textarea.Question-form-textarea__textfield {
    width: 100%;
    border: 1px solid #d5d5d5;
    outline: none;
    padding: 12px 20px;
    min-height: 100px;
    resize: none
}

form.block-question__form .question-form__container .Question-form-textarea textarea.Question-form-textarea__textfield.js-validate-error-field {
    border: 1px solid #b12f3e !important
}

form.block-question__form .question-form__container .Question-form-textarea textarea.Question-form-textarea__textfield::-webkit-input-placeholder {
    color: #d5d5d5
}

form.block-question__form .question-form__container .Question-form-textarea textarea.Question-form-textarea__textfield::-moz-placeholder {
    color: #d5d5d5
}

form.block-question__form .question-form__container .Question-form-textarea textarea.Question-form-textarea__textfield:-ms-input-placeholder {
    color: #d5d5d5
}

form.block-question__form .question-form__container .Question-form-textarea textarea.Question-form-textarea__textfield::-ms-input-placeholder {
    color: #d5d5d5
}

form.block-question__form .question-form__container .Question-form-textarea textarea.Question-form-textarea__textfield::placeholder {
    color: #d5d5d5
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    form.block-question__form .question-form__container .Question-form-textarea textarea.Question-form-textarea__textfield::-webkit-input-placeholder {
        font-size: 14px;
        line-height: 1.4
    }

    form.block-question__form .question-form__container .Question-form-textarea textarea.Question-form-textarea__textfield::-moz-placeholder {
        font-size: 14px;
        line-height: 1.4
    }

    form.block-question__form .question-form__container .Question-form-textarea textarea.Question-form-textarea__textfield:-ms-input-placeholder {
        font-size: 14px;
        line-height: 1.4
    }

    form.block-question__form .question-form__container .Question-form-textarea textarea.Question-form-textarea__textfield::-ms-input-placeholder {
        font-size: 14px;
        line-height: 1.4
    }

    form.block-question__form .question-form__container .Question-form-textarea textarea.Question-form-textarea__textfield::placeholder {
        font-size: 14px;
        line-height: 1.4
    }
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    form.block-question__form .question-form__container .Question-form-textarea textarea.Question-form-textarea__textfield {
        padding: 8px;
        margin-bottom: 8px
    }
}

form.block-question__form .question-form__container .Question-form-textarea .js-validate-error-label {
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 14px;
    color: #b12f3e !important;
    opacity: 1;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
}

form.block-question__form .cancel-question-btn {
    font-family: "Cera Pro Medium", sans-serif;
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
    outline: none;
    padding: 15px 0;
    width: 178px;
    line-height: 1
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    form.block-question__form .cancel-question-btn {
        width: 100%;
        padding: 12px 0
    }
}

form.block-question__form .cancel-question-btn.disable {
    display: none
}

form.block-question__form .add-question-btn {
    display: none;
    font-family: "Cera Pro Medium", sans-serif;
    font-weight: 500;
    font-size: 16px;
    background-color: #000;
    border: 1px solid #000;
    color: #fff;
    outline: none;
    min-width: 241px;
    padding: 15px 0;
    margin-right: 32px;
    line-height: 1
}

form.block-question__form .add-question-btn.isActive {
    display: block
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    form.block-question__form .add-question-btn {
        width: 100%;
        padding: 12px 0;
        margin-right: 0
    }
}

form.block-question__form .Question-form__submit-button {
    display: none;
    font-family: "Cera Pro Medium", sans-serif;
    font-weight: 500;
    font-size: 16px;
    background-color: #000;
    color: #fff;
    border: 1px solid #000;
    outline: none;
    min-width: 241px;
    padding: 15px 0;
    margin-right: 32px;
    line-height: 1
}

form.block-question__form .Question-form__submit-button.isActive {
    display: block
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    form.block-question__form .Question-form__submit-button {
        width: 100%;
        margin-right: 0;
        padding: 12px 0;
        margin-bottom: 10px
    }
}

.Form-review-mobile {
    overflow: scroll !important;
    position: relative;
    padding: 16px 15px 24px;
    z-index: 10000;
    height: 100vh;
    background-color: #fff;
    overflow-y: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.Form-review-mobile.isActive {
    overflow-y: scroll;
    opacity: 1;
    top: 0;
    visibility: visible;
    pointer-events: all
}

.Form-review-mobile .Form-review-mobile__modal-title {
    color: #000;
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 25px
}

.Form-review-mobile .Form-review-mobile__title {
    color: #000;
    font-size: 28px;
    line-height: 1.4;
    margin-bottom: 25px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 20px
}

.Form-review-mobile .Form-review-mobile__title .form-title__first {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 10px
}

.Form-review-mobile .Form-review-mobile__title .fort-title__second {
    font-size: 24px;
    line-height: 1.4
}

.Form-review-mobile .Form-review-mobile__rating-container {
    margin-bottom: 32px
}

.Form-review-mobile .Form-review-mobile__rating-container .rating__title {
    color: #000;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 30px
}

.Form-review-mobile .Form-review-mobile__rating-container .Form-review-mobile-rating {
    position: relative
}

.Form-review-mobile .Form-review-mobile__rating-container .Form-review-mobile-rating .js-validate-error-label {
    color: #b12f3e;
    position: absolute;
    bottom: -24px;
    left: 5px;
    font-size: 14px;
    line-height: 1.3
}

.Form-review-mobile .Form-review-mobile__rating-container .Form-review-mobile-rating .Form-review-mobile__rating-counter {
    position: absolute;
    visibility: hidden
}

.Form-review-mobile .Form-review-mobile__rating-container .Form-review-mobile-rating .star-rating {
    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;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.Form-review-mobile .Form-review-mobile__rating-container .Form-review-mobile-rating .star-rating .star--disable {
    cursor: pointer;
    margin-right: 10px
}

.Form-review-mobile .Form-review-mobile__rating-container .Form-review-mobile-rating .star-rating .star--disable svg {
    width: 40px;
    height: 45px
}

.Form-review-mobile .Form-review-mobile__rating-container .Form-review-mobile-rating .star-rating .star--active {
    margin-right: 10px
}

.Form-review-mobile .Form-review-mobile__rating-container .Form-review-mobile-rating .star-rating .star--active svg {
    width: 40px;
    height: 45px
}

.Form-review-mobile .Form-review-mobile__cancel-button {
    position: absolute;
    right: 16px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTkuNzc3NyA1LjYzNjI5TDE4LjM2MzcgNC4yMjIyOUwxMS45OTk3IDEwLjU4NjNMNS42MzU2OCA0LjIyMjI5TDQuMjIxNjggNS42MzYyOUwxMC41ODU3IDEyLjAwMDNMNC4yMjE2OCAxOC4zNjQzTDUuNjM1NjggMTkuNzc4M0wxMS45OTk3IDEzLjQxNDNMMTguMzYzNyAxOS43NzgzTDE5Ljc3NzcgMTguMzY0M0wxMy40MTM3IDEyLjAwMDNMMTkuNzc3NyA1LjYzNjI5WiIgZmlsbD0iYmxhY2siLz4NCjwvc3ZnPg0K);
    background-size: contain;
    color: #000;
    outline: none;
    width: 24px;
    height: 24px
}

.Form-review-mobile .Form-review-mobile-textarea {
    position: relative;
    padding-bottom: 16px;
    margin-bottom: 24px
}

.Form-review-mobile .Form-review-mobile-textarea .textarea__title {
    color: #8b8b8b;
    line-height: 1.4
}

.Form-review-mobile .Form-review-mobile-textarea .textarea__counter-cont {
    color: #8b8b8b;
    font-size: 14px;
    line-height: 1.4
}

.Form-review-mobile .Form-review-mobile-textarea .textarea__counter-cont span.static:first-child {
    margin-right: 4px
}

.Form-review-mobile .Form-review-mobile-textarea .textarea__counter-cont span.dynamic {
    margin-right: 4px
}

.Form-review-mobile .Form-review-mobile-textarea textarea.Form-review-mobile-textarea__textfield {
    width: 100%;
    border: 1px solid #d5d5d5;
    outline: none;
    padding: 12px 20px;
    min-height: 100px;
    resize: none
}

.Form-review-mobile .Form-review-mobile-textarea textarea.Form-review-mobile-textarea__textfield::-webkit-input-placeholder {
    color: #d5d5d5
}

.Form-review-mobile .Form-review-mobile-textarea textarea.Form-review-mobile-textarea__textfield::-moz-placeholder {
    color: #d5d5d5
}

.Form-review-mobile .Form-review-mobile-textarea textarea.Form-review-mobile-textarea__textfield:-ms-input-placeholder {
    color: #d5d5d5
}

.Form-review-mobile .Form-review-mobile-textarea textarea.Form-review-mobile-textarea__textfield::-ms-input-placeholder {
    color: #d5d5d5
}

.Form-review-mobile .Form-review-mobile-textarea textarea.Form-review-mobile-textarea__textfield::placeholder {
    color: #d5d5d5
}

.Form-review-mobile .Form-review-mobile-textarea__error {
    position: absolute;
    left: 0;
    bottom: 5px;
    font-size: 14px;
    color: #b12f3e;
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
}

.Form-review-mobile .Form-review-mobile-textarea__error.active {
    bottom: 0;
    opacity: 1
}

.Form-review-mobile .Form-review-mobile__photo {
    position: relative;
    margin-bottom: 40px;
    border-bottom: 1px solid #e5e5e5
}

.Form-review-mobile .Form-review-mobile__photo .Form-review-mobile__title {
    color: #000;
    font-family: "Cera Pro Medium", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 25px
}

.Form-review-mobile .Form-review-mobile__photo .Form-review-mobile-photo__items .Form-review-mobile-photo__file {
    position: relative
}

.Form-review-mobile .Form-review-mobile__photo .Form-review-mobile-photo__items .Form-review-mobile-photo__file input {
    position: absolute;
    opacity: 0;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 105px;
    cursor: pointer;
    pointer-events: all
}

.Form-review-mobile .Form-review-mobile__photo .Form-review-mobile-photo__items .Form-review-mobile-photo__file .Form-review-mobile__file--add {
    height: 105px;
    width: 84px;
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    background-color: rgba(232, 232, 232, 0.5)
}

.Form-review-mobile .Form-review-mobile__photo .Form-review-mobile__description {
    color: #787878;
    font-size: 12px;
    line-height: 1.3
}

.Form-review-mobile .Form-review-mobile__photo .Form-review-mobile__description .Form-review-mobile__file-types {
    font-size: 14px;
    padding-left: 4px;
    color: #000
}

.Form-review-mobile .Form-review-mobile__file-preview {
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 20px
}

.Form-review-mobile .Form-review-mobile__file-preview .preview {
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    height: 105px;
    width: 84px;
    overflow: hidden;
    pointer-events: all;
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.Form-review-mobile .Form-review-mobile__file-preview .preview .Form-review__delete-icon {
    position: absolute;
    right: 0;
    top: 0;
    width: 10px;
    height: 10px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMCAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxjaXJjbGUgY3g9IjUiIGN5PSI1IiByPSI1IiBmaWxsPSJ3aGl0ZSIvPg0KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik04IDIuNTQ1MzhMNy40NTQ2MiAyTDUgNC40NTQ2MkwyLjU0NTM4IDJMMiAyLjU0NTM4TDQuNDU0NjIgNUwyIDcuNDU0NjJMMi41NDUzOCA4TDUgNS41NDUzOEw3LjQ1NDYyIDhMOCA3LjQ1NDYyTDUuNTQ1MzggNUw4IDIuNTQ1MzhaIiBmaWxsPSJibGFjayIvPg0KPC9zdmc+DQo=);
    background-size: contain
}

.Form-review-mobile .Form-review-mobile__file-preview .preview:not(:last-child) {
    margin-right: 13px
}

.Form-review-mobile .Form-review-mobile__file-preview .preview > img {
    pointer-events: none;
    height: 105px
}

.Form-review-mobile .Form-review-mobile__file-error {
    font-size: 12px;
    text-align: center;
    color: #b12f3e;
    position: absolute;
    white-space: nowrap;
    bottom: -28px;
    left: 0
}

.Form-review-mobile .Form-review-mobile__submit-block {
    margin-bottom: 16px
}

.Form-review-mobile .Form-review-mobile__submit-block .Form-review-mobile__submit-button {
    background-color: #000;
    color: #fff;
    outline: none;
    border: none;
    height: 50px;
    width: 100%;
    margin-right: 0
}

.Form-review-mobile .Form-review-mobile__politconf {
    color: #000;
    font-size: 14px;
    line-height: 1.4;
    max-width: 426px
}

.b-cont .news_date {
    padding-bottom: 20px;
    color: #B0B0B0
}

.b-cont .news_title {
    padding-bottom: 30px
}

.b-cont .news_description {
    padding-bottom: 40px
}

.b-cont .news_text {
    padding: 60px 0
}

.b-cont.px-0.px-sm-3 .news-detail__img {
    width: 100%
}

.news-content__imag {
    width: 100%;
    padding-bottom: 30px
}

.news-content__text {
    padding-bottom: 30px
}

@media (max-width: 767px) {
    .news-content__text {
        padding: 0 16px 30px
    }
}

.slider-news {
    padding-top: 40px;
    margin-bottom: 70px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .slider-news {
        padding-top: 40px;
        margin-bottom: 60px
    }

    .slider-news .b-cont.slider {
        padding: 0
    }
}

@media only screen and (max-width: 576px) and (max-width: 576px), only screen and (max-device-width: 576px) and (max-width: 576px), only screen and (max-width: 576px) and (max-device-width: 576px), only screen and (max-device-width: 576px) and (max-device-width: 576px) {
    .slider-news .b-cont.slider {
        padding: 0 15px
    }
}

.slider-news__header {
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 50px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .slider-news__header {
        margin-bottom: 20px
    }
}

.slider-news__title {
    font-weight: normal;
    font-size: 32px;
    line-height: 1.4
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .slider-news__title {
        font-size: 20px
    }
}

.slider-news__navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.slider-news__button-prev {
    margin-right: 60px;
    cursor: pointer
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .slider-news__button-prev {
        margin-right: 30px
    }
}

.slider-news__button-prev svg path {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
}

.slider-news__button-prev.swiper-button-disabled {
    pointer-events: none
}

.slider-news__button-prev.swiper-button-disabled svg path {
    fill: #909090
}

.slider-news__button-next {
    cursor: pointer
}

.slider-news__button-next svg path {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
}

.slider-news__button-next.swiper-button-disabled {
    pointer-events: none
}

.slider-news__button-next.swiper-button-disabled svg path {
    fill: #909090
}

.slider-news .news__nav-prev {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.slider-news .news__image {
    width: 100%;
    margin-bottom: 20px
}

.slider-news .news__title {
    font-weight: normal;
    font-size: 18px;
    line-height: 1.4
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .slider-news .news__title {
        padding-left: 16px
    }
}

.slider-news .swiper-news {
    overflow: hidden
}

.swiper-news .news-wrap {
    padding-bottom: 60px;
    width: 100%;
    height: 100%
}

.swiper-news .news-wrap .flex-elem .news-date {
    color: #BDBDBD
}

.swiper-news .news-wrap .flex-elem .news-title {
    font-size: 32px;
    line-height: 44px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .swiper-news .news-wrap .flex-elem .news-title {
        font-size: 20px;
        line-height: 25px;
        padding-top: 10px;
        padding-bottom: 20px
    }
}

.swiper-news .news-wrap .flex-elem .news-description {
    font-size: 16px;
    line-height: 20px;
    color: #616161;
    padding-bottom: 30px
}

.swiper-news .news-wrap .flex-elem .news-button {
    border: 1px solid black;
    padding: 15px 70px;
    display: inline-block;
    color: black;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.swiper-news .news-wrap .flex-elem .news-button:hover {
    border: 1px solid white;
    color: white;
    background-color: black
}

.swiper-news .news-wrap .flex-elem .news-image {
    width: 100%
}

.wrap-nav {
    padding-top: 30px;
    border-top: 1px solid rgba(0, 0, 0, 0.2)
}

.news-card__link {
    text-decoration: none
}

.news-card__image {
    width: 100%;
    height: 250px;
    -o-object-fit: cover;
    object-fit: cover
}

@media only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
    .news-card__image {
        height: 214px
    }
}

.news-card__title {
    margin-top: 12px;
    font-size: 20px;
    line-height: 24px;
    color: black
}

@media only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
    .news-card__title {
        font-size: 18px
    }
}

.news-card__date {
    font-size: 16px;
    line-height: 20px;
    color: #BDBDBD
}

@media only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
    .news-card__date {
        font-size: 14px
    }
}

.news-news {
    margin-bottom: 185px
}

@media only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
    .news-news {
        margin-bottom: 59px
    }
}

.news-news .row {
    grid-row-gap: 60px;
    row-gap: 60px
}

@media only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
    .news-news .row {
        grid-row-gap: 0;
        row-gap: 0
    }
}

@media only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
    .news-news .news__title {
        padding: 0
    }
}

.news-card {
    padding-bottom: 30px;
    border-bottom: 1px solid #e6e6e6
}

@media only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
    .news-card {
        padding-bottom: 30px
    }

    .news-card:first-child {
        padding-top: 30px;
        border-top: 1px solid #e6e6e6
    }

    .news-card:not(:last-child) {
        margin-bottom: 30px
    }
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .news-card {
        padding-bottom: 20px
    }

    .news-card:first-child {
        padding-top: 20px;
        border-top: 1px solid #e6e6e6
    }

    .news-card:not(:last-child) {
        margin-bottom: 20px
    }
}

.news-card:not(:last-child) {
    margin-bottom: 30px
}

.news-card__image {
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.news-card__date {
    color: #bdbdbd;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 16px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .news-card__date {
        font-size: 14px;
        margin-bottom: 10px
    }
}

.news-card__title {
    font-weight: normal;
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 16px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .news-card__title {
        margin-bottom: 10px;
        font-size: 18px
    }
}

.news-card__description {
    color: #616161;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 32px
}

.news-card__link-cont {
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.news-card__link-text {
    color: #000;
    font-size: 16px;
    line-height: 1.4;
    position: relative
}

.news-card__link-text:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    height: 1px;
    width: 0;
    background-color: #000;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.news-card__link-text:hover {
    color: #000
}

.news-card__link-text:hover:after {
    width: 100%
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .news-card__link-text {
        font-weight: normal;
        font-size: 14px
    }
}

.actions-card-wrap .sale-card__image {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 200px
}

.actions-card-wrap .sale-card-title {
    font-size: 20px;
    line-height: 24px;
    margin: 20px 20px 16px 20px
}

.actions-card-wrap .sale-card-description {
    font-size: 16px;
    line-height: 24px;
    margin: 20px 20px 16px 20px;
    color: #727272
}

.actions-card-wrap .sale-card-button {
    padding: 15px 70px;
    margin-bottom: 30px;
    margin-left: 20px;
    color: white;
    background-color: black;
    display: inline-block
}

.saloon-card-wrap {
    width: 100%;
    opacity: .99;
    overflow: hidden;
    position: relative
}

.saloon-card-wrap::before {
    content: '';
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 2;
    -webkit-transition-property: top, opacity;
    -o-transition-property: top, opacity;
    transition-property: top, opacity;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s
}

.saloon-card-wrap .saloon-card-image {
    display: block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 100%;
    height: 558px;
    -o-object-fit: cover;
    object-fit: cover
}

@media only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
    .saloon-card-wrap .default-class {
        height: 240px
    }
}

@media only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
    .saloon-card-wrap .click-class {
        height: 290px
    }

    .saloon-card-wrap .click-class .saloon-card-title {
        display: none
    }
}

@media only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
    .saloon-card-wrap .click-class + .saloon-caption .saloon-card-title {
        display: none
    }

    .saloon-card-wrap .click-class + .saloon-caption .saloon-card-link {
        pointer-events: all
    }
}

.saloon-card-wrap .saloon-caption {
    width: 100%;
    padding: 20px;
    color: #fff;
    position: absolute;
    top: 65%;
    left: 0;
    z-index: 3;
    text-align: center;
    -webkit-transition-property: top;
    -o-transition-property: top;
    transition-property: top;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s
}

@media only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
    .saloon-card-wrap .saloon-caption {
        top: -20px;
        text-shadow: 2px 1px 1px black
    }
}

.saloon-card-wrap .saloon-caption span {
    display: block;
    opacity: 0;
    position: relative;
    top: 100px;
    -webkit-transition-property: top, opacity;
    -o-transition-property: top, opacity;
    transition-property: top, opacity;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s
}

.saloon-card-wrap .saloon-caption .saloon-card-title {
    line-height: 46px;
    font-size: 19px;
    opacity: 1
}

.saloon-card-wrap .saloon-caption .saloon-card-title::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: white;
    bottom: 0;
    left: 0
}

@media only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
    .saloon-card-wrap .saloon-caption .saloon-card-title::after {
        content: none
    }
}

.saloon-card-wrap .saloon-caption .saloon-card-link {
    margin-top: 20px;
    font-size: 16px
}

@media only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
    .saloon-card-wrap .saloon-caption .saloon-card-link {
        pointer-events: none
    }
}

.saloon-card-wrap .saloon-caption .saloon-card-link a {
    display: inline-block;
    color: white;
    opacity: .5
}

.saloon-card-wrap .saloon-caption .saloon-card-link a:hover {
    opacity: 1
}

.saloon-card-wrap:focus span {
    opacity: 1;
    top: 0
}

.saloon-card-wrap:focus .saloon-card-title {
    -webkit-transition-delay: 0.15s;
    -o-transition-delay: 0.15s;
    transition-delay: 0.15s
}

.saloon-card-wrap:focus .saloon-card-link {
    -webkit-transition-delay: 0.15s;
    -o-transition-delay: 0.15s;
    transition-delay: 0.15s
}

.saloon-card-wrap:focus::before {
    opacity: 1;
    top: 50%
}

.saloon-card-wrap:hover span {
    opacity: 1;
    top: 0
}

.saloon-card-wrap:hover .saloon-caption {
    top: 0
}

.saloon-card-wrap:hover .saloon-card-title {
    -webkit-transition-delay: 0.15s;
    -o-transition-delay: 0.15s;
    transition-delay: 0.15s
}

.saloon-card-wrap:hover .saloon-card-link {
    -webkit-transition-delay: 0.15s;
    -o-transition-delay: 0.15s;
    transition-delay: 0.15s
}

.saloon-card-wrap:hover::before {
    opacity: 1;
    top: 0
}

.actions-title {
    margin: 40px 0 60px 0
}

@media only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
    .actions-title {
        margin: 25px 0 30px 0
    }
}

.actions-image {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    margin-bottom: 80px
}

@media only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
    .actions-image {
        height: 200px;
        margin-bottom: 30px
    }
}

.tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    border-bottom: 1px solid #e5e5e5
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .tabs {
        border-bottom: none;
        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;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.tabs .Tab-actions-page__line {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    border-radius: 15px;
    background-color: #000;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
}

.tabs .Tab-actions-page__head {
    padding: 0 0 0 2px;
    font-size: 20px;
    color: #000;
    opacity: 0.5;
    cursor: pointer;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    position: relative
}

.tabs .Tab-actions-page__head::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 2px;
    background-color: #000;
    opacity: 0.5;
    display: none
}

@media only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
    .tabs .Tab-actions-page__head::after {
        content: none
    }
}

.tabs .Tab-actions-page__head:not(:last-child) {
    margin-right: 42px
}

.tabs .Tab-actions-page__head.active {
    opacity: 1
}

.tabs .Tab-actions-page__head:hover {
    opacity: 1
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .tabs .Tab-actions-page__head {
        width: 50%
    }

    .tabs .Tab-actions-page__head:not(:last-child) {
        margin-right: 0;
        width: 75%
    }

    .tabs .Tab-actions-page__head:after {
        display: block
    }

    .tabs .Tab-actions-page__head:first-child {
        margin-right: 0;
        width: 25%
    }
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .tabs .Tab-actions-page__head .tab-title {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.tabs .Tab-actions-page__head .tab-title p {
    font-family: "Cera Pro Medium", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 4px
}

.tabs .Tab-actions-page__head .tab-title p:first-child {
    margin-right: 4px
}

.tabs .tab-icon {
    font-size: 24px;
    width: 32px;
    position: relative;
    top: 2px
}

.tab-content {
    padding: 40px 0
}

.tab-content .Tab-actions-page__panel {
    color: #333;
    display: none
}

.tab-content .Tab-actions-page__panel.active {
    display: block
}

.tab-content .Tab-actions-page__panel h2, .tab-content .Tab-actions-page__panel .h2 {
    font-size: 24px;
    margin-bottom: 8px
}

.actions-card-wrapper {
    border: 1px solid #E5E5E5;
    height: 100%
}

.breadcrumbs {
    font-size: 12px;
    line-height: 1;
    margin-bottom: 40px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .breadcrumbs {
        margin-bottom: 20px
    }
}

.breadcrumbs__item {
    color: #8f8f8f;
    white-space: nowrap
}

.breadcrumbs__separator {
    color: #8f8f8f
}

.action-wrap {
    margin-bottom: 120px
}

.actions-detail-title {
    margin-bottom: 32px
}

.actions-detail-description1 {
    margin-bottom: 20px;
    padding: 0 15px
}

.actions-detail-description2 {
    margin-bottom: 20px;
    padding: 0 15px
}

.actions-detail-description3 {
    margin-bottom: 60px;
    padding: 0 15px
}

.saloonTitle {
    margin-top: 40px;
    margin-bottom: 40px
}

.card-saloon-wrapper {
    margin-bottom: 100px
}

.saloon-wrap {
    padding-bottom: 80px;
    border-bottom: 1px solid #E5E5E5
}

.slider-saloon-wrap {
    width: 100%
}

.actions-detail-title {
    padding: 0 15px
}

.title-form-saloon {
    padding-top: 60px;
    padding-bottom: 30px
}

.description-form-saloon {
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 30px
}

.SaloonForm .input-wrap-saloon {
    margin-bottom: 30px
}

.SaloonForm .saloon-form__input {
    width: 100%
}

.SaloonForm .button-saloon-send {
    margin-top: 30px;
    margin-bottom: 100px;
    padding: 15px 15px;
    background-color: black;
    color: white;
    border: 1px solid #000;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    display: block;
    text-align: center;
    max-width: 268px;
    width: 100%
}

.SaloonForm .button-saloon-send:hover {
    background: #fff;
    color: #000
}

@media only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
    .SaloonForm .button-saloon-send {
        width: 100%
    }
}

.SaloonForm .form-check-input {
    margin-right: 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.partnership-indicators {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 72px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 100px
}

@media only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
    .partnership-indicators {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 20px;
        margin-bottom: 50px
    }
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .partnership-indicators {
        margin-top: 50px;
        margin-bottom: 0
    }
}

.partnership-indicators__image {
    max-height: 463px;
    min-width: 423px
}

@media only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
    .partnership-indicators__image {
        margin: 0 auto
    }
}

@media only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
    .partnership-indicators__image {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .partnership-indicators__image {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        max-width: auto;
        padding: 0;
        display: none
    }
}

@media only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
    .partnership-indicators__row {
        width: 100%
    }
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .partnership-indicators__row {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        padding: 0 15px;
        min-width: auto
    }
}

.partnership-indicators__title h3, .partnership-indicators__title .h3 {
    font-size: 32px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .partnership-indicators__title h3, .partnership-indicators__title .h3 {
        font-size: 20px;
        margin-top: 50px
    }
}

.partnership-indicators__text p {
    font-size: 16px;
    margin-top: 32px;
    margin-bottom: 40px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .partnership-indicators__text p {
        font-size: 14px;
        margin-top: 20px;
        margin-bottom: 30px
    }
}

.partnership-indicators__item {
    border-top: 1px solid #E5E5E5;
    margin-right: 30px
}

@media only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
    .partnership-indicators__item {
        margin: 0
    }
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .partnership-indicators__item {
        width: 100%;
        margin-right: 0
    }
}

.partnership-indicators__item p {
    font-size: 32px
}

.partnership-indicators__item p span {
    font-size: 52px
}

.partnership-indicators__item p:nth-child(2n) {
    font-size: 15px;
    color: #909090;
    max-width: 213px
}

.partnership-block-left {
    margin-bottom: 164px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .partnership-block-left {
        margin-bottom: 120px
    }
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .partnership-block-left__block {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
}

.partnership-block-left__block:nth-child(2) {
    margin-bottom: 45px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .partnership-block-left__block:nth-child(2) {
        margin-bottom: 42px
    }
}

.partnership-block-left__title {
    font-size: 32px;
    margin-bottom: 30px;
    max-width: 409px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .partnership-block-left__title {
        font-size: 20px
    }
}

.partnership-block-left__text {
    font-size: 16px;
    margin-bottom: 24px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .partnership-block-left__text {
        font-size: 14px;
        margin-bottom: 20px
    }
}

.partnership-block-left__button {
    font-size: 16px;
    padding: 15px 10px;
    border: 1px solid #000;
    color: #000;
    display: block;
    width: 100%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center
}

.partnership-block-left__button:hover {
    background: #000;
    color: #fff
}

@media only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
    .partnership-block-left__button {
        max-width: 279px;
        margin: 0 auto
    }
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .partnership-block-left__button {
        padding: 12px 10px
    }
}

.partnership-block-left__image {
    margin-top: -100px
}

@media only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
    .partnership-block-left__image {
        margin-top: 0
    }
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .partnership-block-left__image {
        margin-top: 0;
        margin-bottom: 20px
    }
}

.partnership-block-left__static-image {
    margin-top: -60px;
    height: 523px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden
}

@media only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
    .partnership-block-left__static-image {
        margin-top: 0;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 20px
    }
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .partnership-block-left__static-image {
        margin-top: 0;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 20px;
        height: 315px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .partnership-block-left__static-image img {
        width: auto
    }
}

.partnership-block-left-conteiner {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
    overflow: hidden;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: -40px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .partnership-block-left-conteiner {
        margin-top: 0;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 20px
    }
}

@media only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
    .partnership-block-left-conteiner {
        margin: 0 auto;
        margin-bottom: 50px;
        margin-top: 50px
    }
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .partnership-block-left-conteiner {
        margin-top: 0px;
        margin-bottom: 0
    }
}

.partnership-block-left-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: start;
    min-width: 0;
    position: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    max-width: 900px
}

.partnership-block-left-slid {
    margin-right: 6px;
    text-align: end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden
}

@media only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
    .partnership-block-left-slid {
        text-align: center
    }
}

.partnership-block-left-slid img {
    height: 523px;
    width: 100%
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .partnership-block-left-slid img {
        height: 315px
    }
}

.partnership-block-right__row {
    margin-bottom: 200px
}

@media only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
    .partnership-block-right__row {
        margin-bottom: 120px
    }
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .partnership-block-right__row {
        margin-bottom: 120px
    }
}

.partnership-block-right__mobile-title {
    display: none
}

@media only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
    .partnership-block-right__mobile-title {
        display: block
    }
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .partnership-block-right__mobile-title {
        display: block
    }
}

.partnership-block-right-text__title {
    width: 427px;
    font-size: 32px;
    margin-bottom: 30px
}

@media only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
    .partnership-block-right-text__title {
        display: none
    }
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .partnership-block-right-text__title {
        display: none
    }
}

.partnership-block-right-text p {
    font-size: 16px;
    margin-bottom: 30px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .partnership-block-right-text p {
        font-size: 14px
    }
}

.partnership-block-right-text p:nth-child(3) {
    margin-bottom: 45px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .partnership-block-right-text p:nth-child(3) {
        margin-bottom: 42px
    }
}

.partnership-block-right-text__button {
    font-size: 16px;
    padding: 15px 10px;
    border: 1px solid #000;
    color: #000;
    display: block;
    width: 100%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center
}

.partnership-block-right-text__button:hover {
    background: #000;
    color: #fff
}

@media only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
    .partnership-block-right-text__button {
        max-width: 279px;
        margin: 0 auto
    }
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .partnership-block-right-text__button {
        padding: 12px 10px
    }
}

.partnership-block-right__image {
    margin-top: 50px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .partnership-block-right__image {
        margin-top: 30px
    }
}

.partnership-block-right-conteiner {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
    overflow: hidden;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: -40px
}

@media only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
    .partnership-block-right-conteiner {
        margin: 0 auto;
        margin-bottom: 50px;
        margin-top: 50px
    }
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .partnership-block-right-conteiner {
        margin-top: 0px;
        margin-bottom: 20px
    }
}

.partnership-block-right-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: start;
    min-width: 0;
    position: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    max-width: 900px
}

.partnership-block-right-slid {
    margin-right: 6px;
    text-align: end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden
}

@media only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
    .partnership-block-right-slid {
        text-align: center
    }
}

.partnership-block-right-slid img {
    height: 523px;
    width: 100%
}

@media only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
    .partnership-block-right-slid img {
        max-width: inherit
    }
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .partnership-block-right-slid img {
        height: 315px
    }
}

.partnership-video {
    padding-top: 100px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .partnership-video {
        padding-top: 50px
    }
}

.partnership-video iframe {
    height: 630px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .partnership-video iframe {
        height: 315px
    }
}

.partnership-us {
    margin-top: 162px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .partnership-us {
        margin-top: 120px
    }
}

.partnership-us__title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%
}

@media only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
    .partnership-us__title {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .partnership-us__title {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }
}

@media only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
    .partnership-us__content {
        width: 100%
    }
}

.partnership-us__text {
    font-size: 16px;
    margin-bottom: 63px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .partnership-us__text {
        font-size: 14px;
        margin-bottom: 30px
    }
}

.partnership-us__item {
    max-width: 313px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin-right: 30px;
    color: inherit;
}

@media only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
    .partnership-us__item {
        max-width: inherit
    }
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .partnership-us__item {
        margin-right: 0;
        margin-bottom: 4px
    }
}

.partnership-us__item:nth-child(2n) {
    margin-right: 0;
}

.partnership-us__item-title {
    font-size: 24px;
    font-weight: 400
}
a .partnership-us__item-title{
    color: inherit;
    text-decoration: underline;
}
a:hover .partnership-us__item-title{
    color: black;
    text-decoration: none;
}

@media only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
    .partnership-us__item-title {
        margin-top: 20px
    }
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .partnership-us__item-title {
        font-size: 18px;
        margin-top: 20px
    }
}

.partnership-us__item-text {
    font-size: 16px;
    color: #909090
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .partnership-us__item-text {
        font-size: 14px
    }
}

.partnership-partnery .partnership-partner__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
    .partnership-partnery .partnership-partner__content {
        margin: 0 auto
    }
}

.partnership-partnery__title {
    margin-top: 132px;
    margin-bottom: 60px
}

@media only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
    .partnership-partnery__title {
        margin-top: 60px
    }
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .partnership-partnery__title {
        margin-top: 120px;
        margin-bottom: 30px;
        font-size: 20px
    }
}

.partnership-partnery__link {
    padding: 16px 0;
    color: #909090;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 20px
}

.partnership-partnery__link:hover {
    color: #000
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .partnership-partnery__link {
        font-size: 16px;
        padding: 25px 0 20px 0
    }
}

@media only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
    .partnership-partnery__image {
        margin: 0 auto;
        margin-top: 10px;
        width: 100%
    }
}

.partnership-partnery__image img {
    margin-top: 226px;
    width: 100%
}

@media only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
    .partnership-partnery__image img {
        display: block;
        margin-top: 0
    }
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .partnership-partnery__image img {
        display: none;
        margin-top: 0
    }
}

.partnership-feedback__title {
    text-align: center;
    margin-top: 164px
}

@media only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
    .partnership-feedback__title {
        margin-top: 120px;
        font-size: 20px
    }
}

.partnership-feedback__text {
    text-align: center;
    margin-top: 16px
}

@media only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
    .partnership-feedback__text {
        font-size: 14px;
        margin-top: 30px
    }
}

.partnership-feedback__checkbox {
    margin-top: 36px;
    text-align: left
}

@media only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
    .partnership-feedback__checkbox {
        font-size: 12px;
        margin-top: 38px
    }
}

.partnership-feedback__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.partnership-feedback__button button {
    background: #000;
    color: #fff;
    padding: 15px 91px;
    margin-top: 55px;
    margin-bottom: 171px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.partnership-feedback__button button:hover {
    background: #fff;
    color: #000
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .partnership-feedback__button button {
        padding: 12px 12px;
        margin-top: 52px;
        width: 100%;
        margin-bottom: 141px;
        font-size: 16px
    }
}

.partnership-ambassador__slider {
    padding: 0
}

@media only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
    .partnership-ambassador__slider {
        margin: 0 auto;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-top: 50px;
        margin-bottom: 50px
    }
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .partnership-ambassador__slider {
        margin-bottom: 0
    }
}

.partnership-ambassador__cont {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
    overflow: hidden;
    list-style: none;
    margin: 0;
    padding: 0
}

.partnership-ambassador__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    min-width: 0;
    position: 0;
    z-index: 1;
    width: 100%;
    height: 100%
}

.slider-ambassador__item {
    text-align: start;
    margin-right: 10px;
    height: 315px
}

@media only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
    .slider-ambassador__item {
        text-align: center
    }
}

.slider-ambassador__item img {
    max-width: 650px;
    height: 523px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .slider-ambassador__item img {
        max-width: 265px;
        height: 315px;
        width: 100%
    }
}

.partnership-left__slider {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
    overflow: hidden;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: -40px
}

@media only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
    .partnership-left__slider {
        margin: 0 auto;
        margin-bottom: 50px;
        margin-top: 50px
    }
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .partnership-left__slider {
        margin-top: 0px;
        margin-bottom: 0
    }
}

.partnership-left__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: start;
    min-width: 0;
    position: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    max-width: 900px
}

.partnership-left__item {
    margin-right: 6px;
    text-align: end
}

@media only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
    .partnership-left__item {
        text-align: center
    }
}

.partnership-left__item img {
    max-width: 650px;
    height: 523px
}

@media only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
    .partnership-left__item img {
        max-width: 400px
    }
}

@media only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
    .partnership-left__item img {
        max-width: inherit
    }
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .partnership-left__item img {
        max-width: 265px;
        height: 315px;
        width: 100%
    }
}

.partnership-left__slider {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
    overflow: hidden;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: -90px
}

@media only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
    .partnership-left__slider {
        margin: 0 auto;
        margin-top: 50px;
        margin-bottom: 50px
    }
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .partnership-left__slider {
        margin-top: 0;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-top: 0
    }
}

.partnership-left__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    min-width: 0;
    position: 0;
    z-index: 1;
    width: 100%;
    height: 100%
}

.partnership-left__item {
    text-align: end
}

.partnership-left__image {
    max-width: 700px;
    height: 523px
}

@media only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
    .partnership-left__image {
        max-width: 650px
    }
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .partnership-left__image {
        max-width: 265px;
        height: 315px;
        width: 100%
    }
}

.material {
    width: 100%;
    position: relative;
    margin-bottom: 45px
}

.material input {
    font-size: 14px;
    padding: 12px 12px 7px;
    display: block;
    width: calc(100% - 24px);
    height: 44px;
    border: none;
    border-radius: 0
}

.material input:focus {
    outline: none
}

.material input:focus ~ label, .material input.active ~ label {
    top: -10px;
    left: 5px;
    font-size: 14px;
    color: #000;
    background: #fff;
    padding: 0px 5px
}

.material input:focus ~ .borda {
    border: 1px solid #000;
    border-radius: 0;
    position: absolute;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    top: 0px;
    pointer-events: none;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.material .js-validate-error-field {
    color: red
}

.material .js-validate-error-field:focus ~ .borda {
    border: none;
    border-radius: 0;
    position: absolute;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    top: 0px;
    pointer-events: none;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.material .js-validate-error-field:focus ~ label {
    top: -10px;
    left: 5px;
    font-size: 14px;
    color: red;
    background: #fff;
    padding: 0px 5px
}

.material .js-validate-error-field ~ label {
    color: red;
    font-size: 14px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 12px;
    top: 9px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.material .js-validate-error-field::after {
    content: 'Ошибка'
}

.material label {
    color: #cecece;
    font-size: 14px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 12px;
    top: 10px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.material .borda {
    border: 1px solid #cecece;
    border-radius: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    min-height: 100%;
    min-width: 100%;
    pointer-events: none;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.material .js-validate-error-field ~ .borda {
    border: none
}

.material .js-validate-error-lable {
    position: absolute;
    color: red
}

.material .js-validate-error-label {
    position: absolute
}

.page-partnership__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 80px;
    margin-bottom: 60px
}

@media only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
    .page-partnership__row {
        margin-bottom: 35px;
        padding-top: 46px
    }
}

.page-partnership__title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 541px;
    flex: 0 0 541px;
    margin-right: 145px
}

@media only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
    .page-partnership__title {
        font-size: 24px;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        margin-right: 0
    }
}

.page-partnership__text {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

@media only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
    .page-partnership__text {
        display: none
    }
}

.partnership-indicators {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 72px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 100px
}

@media only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
    .partnership-indicators {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 20px;
        margin-bottom: 50px
    }
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .partnership-indicators {
        margin-top: 50px;
        margin-bottom: 0
    }
}

.partnership-indicators__image {
    max-height: 463px;
    min-width: 423px
}

@media only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
    .partnership-indicators__image {
        margin: 0 auto
    }
}

@media only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
    .partnership-indicators__image {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .partnership-indicators__image {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        max-width: auto;
        padding: 0;
        display: none
    }
}

@media only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
    .partnership-indicators__row {
        width: 100%
    }
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .partnership-indicators__row {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        padding: 0 15px;
        min-width: auto
    }
}

.partnership-indicators__title h3, .partnership-indicators__title .h3 {
    font-size: 32px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .partnership-indicators__title h3, .partnership-indicators__title .h3 {
        font-size: 20px;
        margin-top: 50px
    }
}

.partnership-indicators__text p {
    font-size: 16px;
    margin-top: 32px;
    margin-bottom: 40px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .partnership-indicators__text p {
        font-size: 14px;
        margin-top: 20px;
        margin-bottom: 30px
    }
}

.partnership-indicators__item {
    border-top: 1px solid #E5E5E5;
    margin-right: 30px
}

@media only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
    .partnership-indicators__item {
        margin: 0
    }
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .partnership-indicators__item {
        width: 100%;
        margin-right: 0
    }
}

.partnership-indicators__item p {
    font-size: 32px
}

.partnership-indicators__item p span {
    font-size: 52px
}

.partnership-indicators__item p:nth-child(2n) {
    font-size: 15px;
    color: #909090;
    max-width: 213px
}

.partnership-block-left {
    margin-bottom: 164px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .partnership-block-left {
        margin-bottom: 120px
    }
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .partnership-block-left__block {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
}

.partnership-block-left__block:nth-child(2) {
    margin-bottom: 45px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .partnership-block-left__block:nth-child(2) {
        margin-bottom: 42px
    }
}

.partnership-block-left__title {
    font-size: 32px;
    margin-bottom: 30px;
    max-width: 409px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .partnership-block-left__title {
        font-size: 20px
    }
}

.partnership-block-left__text {
    font-size: 16px;
    margin-bottom: 24px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .partnership-block-left__text {
        font-size: 14px;
        margin-bottom: 20px
    }
}

.partnership-block-left__button {
    font-size: 16px;
    padding: 15px 10px;
    border: 1px solid #000;
    color: #000;
    display: block;
    width: 100%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center
}

.partnership-block-left__button:hover {
    background: #000;
    color: #fff
}

@media only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
    .partnership-block-left__button {
        max-width: 279px;
        margin: 0 auto
    }
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .partnership-block-left__button {
        padding: 12px 10px
    }
}

.partnership-block-left__image {
    margin-top: -100px
}

@media only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
    .partnership-block-left__image {
        margin-top: 0
    }
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .partnership-block-left__image {
        margin-top: 0;
        margin-bottom: 20px
    }
}

.partnership-block-left__static-image {
    margin-top: -60px;
    height: 523px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden
}

@media only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
    .partnership-block-left__static-image {
        margin-top: 0;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 20px
    }
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .partnership-block-left__static-image {
        margin-top: 0;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 20px;
        height: 315px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .partnership-block-left__static-image img {
        width: auto
    }
}

.partnership-block-left-conteiner {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
    overflow: hidden;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: -40px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .partnership-block-left-conteiner {
        margin-top: 0;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 20px
    }
}

@media only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
    .partnership-block-left-conteiner {
        margin: 0 auto;
        margin-bottom: 50px;
        margin-top: 50px
    }
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .partnership-block-left-conteiner {
        margin-top: 0px;
        margin-bottom: 0
    }
}

.partnership-block-left-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: start;
    min-width: 0;
    position: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    max-width: 900px
}

.partnership-block-left-slid {
    margin-right: 6px;
    text-align: end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden
}

@media only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
    .partnership-block-left-slid {
        text-align: center
    }
}

.partnership-block-left-slid img {
    height: 523px;
    width: 100%
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .partnership-block-left-slid img {
        height: 315px
    }
}

.partnership-block-right__row {
    margin-bottom: 200px
}

@media only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
    .partnership-block-right__row {
        margin-bottom: 120px
    }
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .partnership-block-right__row {
        margin-bottom: 120px
    }
}

.partnership-block-right__mobile-title {
    display: none
}

@media only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
    .partnership-block-right__mobile-title {
        display: block
    }
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .partnership-block-right__mobile-title {
        display: block
    }
}

.partnership-block-right-text__title {
    width: 427px;
    font-size: 32px;
    margin-bottom: 30px
}

@media only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
    .partnership-block-right-text__title {
        display: none
    }
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .partnership-block-right-text__title {
        display: none
    }
}

.partnership-block-right-text p {
    font-size: 16px;
    margin-bottom: 30px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .partnership-block-right-text p {
        font-size: 14px
    }
}

.partnership-block-right-text p:nth-child(3) {
    margin-bottom: 45px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .partnership-block-right-text p:nth-child(3) {
        margin-bottom: 42px
    }
}

.partnership-block-right-text__button {
    font-size: 16px;
    padding: 15px 10px;
    border: 1px solid #000;
    color: #000;
    display: block;
    width: 100%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center
}

.partnership-block-right-text__button:hover {
    background: #000;
    color: #fff
}

@media only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
    .partnership-block-right-text__button {
        max-width: 279px;
        margin: 0 auto
    }
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .partnership-block-right-text__button {
        padding: 12px 10px
    }
}

.partnership-block-right__image {
    margin-top: 50px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .partnership-block-right__image {
        margin-top: 30px
    }
}

.partnership-block-right-conteiner {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
    overflow: hidden;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: -40px
}

@media only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
    .partnership-block-right-conteiner {
        margin: 0 auto;
        margin-bottom: 50px;
        margin-top: 50px
    }
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .partnership-block-right-conteiner {
        margin-top: 0px;
        margin-bottom: 20px
    }
}

.partnership-block-right-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: start;
    min-width: 0;
    position: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    max-width: 900px
}

.partnership-block-right-slid {
    margin-right: 6px;
    text-align: end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden
}

@media only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
    .partnership-block-right-slid {
        text-align: center
    }
}

.partnership-block-right-slid img {
    height: 523px;
    width: 100%
}

@media only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
    .partnership-block-right-slid img {
        max-width: inherit
    }
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .partnership-block-right-slid img {
        height: 315px
    }
}

.partnership-video {
    padding-top: 100px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .partnership-video {
        padding-top: 50px
    }
}

.partnership-video iframe {
    height: 630px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .partnership-video iframe {
        height: 315px
    }
}

.partnership-us {
    margin-top: 162px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .partnership-us {
        margin-top: 120px
    }
}

.partnership-us__title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%
}

@media only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
    .partnership-us__title {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .partnership-us__title {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }
}

@media only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
    .partnership-us__content {
        width: 100%
    }
}

.partnership-us__text {
    font-size: 16px;
    margin-bottom: 63px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .partnership-us__text {
        font-size: 14px;
        margin-bottom: 30px
    }
}

.partnership-us__item {
    max-width: 313px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin-right: 30px
}

@media only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
    .partnership-us__item {
        max-width: inherit
    }
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .partnership-us__item {
        margin-right: 0;
        margin-bottom: 4px
    }
}

.partnership-us__item:nth-child(2n) {
    margin-right: 0
}

.partnership-us__item-title {
    font-size: 24px;
    font-weight: 400
}

@media only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
    .partnership-us__item-title {
        margin-top: 20px
    }
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .partnership-us__item-title {
        font-size: 18px;
        margin-top: 20px
    }
}

.partnership-us__item-text {
    font-size: 16px;
    color: #909090
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .partnership-us__item-text {
        font-size: 14px
    }
}

.partnership-partnery .partnership-partner__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
    .partnership-partnery .partnership-partner__content {
        margin: 0 auto
    }
}

.partnership-partnery__title {
    margin-top: 132px;
    margin-bottom: 60px
}

@media only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
    .partnership-partnery__title {
        margin-top: 60px
    }
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .partnership-partnery__title {
        margin-top: 120px;
        margin-bottom: 30px;
        font-size: 20px
    }
}

.partnership-partnery__link {
    padding: 16px 0;
    color: #909090;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 20px
}

.partnership-partnery__link:hover {
    color: #000
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .partnership-partnery__link {
        font-size: 16px;
        padding: 25px 0 20px 0
    }
}

@media only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
    .partnership-partnery__image {
        margin: 0 auto;
        margin-top: 10px;
        width: 100%
    }
}

.partnership-partnery__image img {
    margin-top: 226px;
    width: 100%
}

@media only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
    .partnership-partnery__image img {
        display: block;
        margin-top: 0
    }
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .partnership-partnery__image img {
        display: none;
        margin-top: 0
    }
}

.partnership-feedback__title {
    text-align: center;
    margin-top: 164px
}

@media only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
    .partnership-feedback__title {
        margin-top: 120px;
        font-size: 20px
    }
}

.partnership-feedback__text {
    text-align: center;
    margin-top: 16px
}

@media only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
    .partnership-feedback__text {
        font-size: 14px;
        margin-top: 30px
    }
}

.partnership-feedback__checkbox {
    margin-top: 36px;
    text-align: left
}

@media only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
    .partnership-feedback__checkbox {
        font-size: 12px;
        margin-top: 38px
    }
}

.partnership-feedback__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.partnership-feedback__button button {
    background: #000;
    color: #fff;
    padding: 15px 91px;
    margin-top: 55px;
    margin-bottom: 171px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.partnership-feedback__button button:hover {
    background: #fff;
    color: #000
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .partnership-feedback__button button {
        padding: 12px 12px;
        margin-top: 52px;
        width: 100%;
        margin-bottom: 141px;
        font-size: 16px
    }
}

.block-right__row {
    margin-bottom: 200px
}

@media only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
    .block-right__row {
        margin-bottom: 120px
    }
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .block-right__row {
        margin-bottom: 120px
    }
}

.block-right__mobile-title {
    display: none
}

@media only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
    .block-right__mobile-title {
        display: block
    }
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .block-right__mobile-title {
        display: block
    }
}

.block-right__title {
    display: block
}

@media only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
    .block-right__title {
        display: none
    }
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .block-right__title {
        display: none
    }
}

.block-right-text__title {
    font-size: 32px;
    margin-bottom: 30px
}

@media only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
    .block-right-text__title {
        display: none
    }
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .block-right-text__title {
        display: none
    }
}

.block-right-text p {
    font-size: 16px;
    margin-bottom: 30px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .block-right-text p {
        font-size: 14px
    }
}

.block-right-text p:nth-child(3) {
    margin-bottom: 45px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .block-right-text p:nth-child(3) {
        margin-bottom: 42px
    }
}

.block-right-text__button {
    font-size: 16px;
    padding: 15px 10px;
    border: 1px solid #000;
    color: #000;
    display: block;
    width: 100%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center
}

.block-right-text__button:hover {
    background: #000;
    color: #fff
}

@media only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
    .block-right-text__button {
        max-width: 279px;
        margin: 0 auto
    }
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .block-right-text__button {
        padding: 12px 10px
    }
}

.block-right__image {
    margin-top: 50px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .block-right__image {
        margin-top: 30px
    }
}

.block-right-conteiner {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
    overflow: hidden;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: -40px
}

@media only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
    .block-right-conteiner {
        margin: 0 auto;
        margin-bottom: 50px;
        margin-top: 50px
    }
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .block-right-conteiner {
        margin-top: 0px;
        margin-bottom: 20px
    }
}

.block-right-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: start;
    min-width: 0;
    position: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    max-width: 900px
}

.block-right-slid {
    margin-right: 6px;
    text-align: end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden
}

@media only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
    .block-right-slid {
        text-align: center
    }
}

.block-right-slid img {
    height: 523px;
    width: 100%
}

@media only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
    .block-right-slid img {
        max-width: inherit
    }
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .block-right-slid img {
        height: 315px
    }
}

.block-left {
    margin-bottom: 164px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .block-left {
        margin-bottom: 120px
    }
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .block-left__block {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
}

.block-left__title {
    font-size: 32px;
    margin-bottom: 30px;
    max-width: 309px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .block-left__title {
        font-size: 20px
    }
}

.block-left__text P {
    font-size: 16px;
    margin-bottom: 30px
}

.block-left__text P:nth-child(2) {
    margin-bottom: 45px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .block-left__text P:nth-child(2) {
        margin-bottom: 42px
    }
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .block-left__text {
        font-size: 14px;
        margin-bottom: 20px
    }
}

.block-left__button {
    font-size: 16px;
    padding: 15px 10px;
    border: 1px solid #000;
    color: #000;
    display: block;
    width: 100%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center
}

.block-left__button:hover {
    background: #000;
    color: #fff
}

@media only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
    .block-left__button {
        max-width: 279px;
        margin: 0 auto
    }
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .block-left__button {
        padding: 12px 10px
    }
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .block-left__image {
        margin-bottom: 20px
    }
}

.block-left__static-image {
    margin-top: -60px;
    height: 523px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden
}

@media only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
    .block-left__static-image {
        margin-top: 0;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 20px
    }
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .block-left__static-image {
        margin-top: 0;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 20px;
        height: 315px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .block-left__static-image img {
        width: auto
    }
}

.block-left-conteiner {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
    overflow: hidden;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: -40px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .block-left-conteiner {
        margin-top: 0;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 20px
    }
}

@media only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
    .block-left-conteiner {
        margin: 0 auto;
        margin-bottom: 50px;
        margin-top: 50px
    }
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .block-left-conteiner {
        margin-top: 0px;
        margin-bottom: 0
    }
}

.block-left-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: start;
    min-width: 0;
    position: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    max-width: 900px
}

.block-left-slid {
    margin-right: 6px;
    text-align: end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden
}

@media only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
    .block-left-slid {
        text-align: center
    }
}

.block-left-slid img {
    height: 523px;
    width: 100%
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .block-left-slid img {
        height: 315px
    }
}

.about-company-video {
    margin-bottom: 82px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .about-company-video {
        margin-bottom: 60px
    }
}

.about-company-video iframe {
    height: 630px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .about-company-video iframe {
        height: 315px
    }
}

.about-company__row {
    margin-top: 94px;
    margin-bottom: 81px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .about-company__row {
        margin-top: 25px;
        margin-bottom: 40px
    }
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .about-company__row__title {
        font-size: 24px
    }
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .about-company__row__text {
        display: none
    }
}

.about-company__banner {
    margin-bottom: 116px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .about-company__banner {
        margin-bottom: 50px
    }
}

.contacts-map-shop__title h3, .contacts-map-shop__title .h3 {
    font-size: 24px;
    margin-bottom: 24px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .contacts-map-shop__title h3, .contacts-map-shop__title .h3 {
        font-size: 18px;
        margin-bottom: 0
    }
}

.contacts-map-shop__title hr {
    background: #E0E0E0;
    margin-bottom: 33px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .contacts-map-shop__title hr {
        margin: 12px 0 25px 0
    }
}

.contacts-map-shop__group {
    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;
    justify-content: space-between;
    margin-bottom: 20px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .contacts-map-shop__group {
        margin-bottom: 0
    }
}

.contacts-map-shop__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%
}

@media only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
    .contacts-map-shop__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .contacts-map-shop__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.contacts-map-shop__place img {
    width: 14px;
    height: 20px
}

.contacts-map-shop__time img {
    width: 20px;
    height: 20px
}

.contacts-map-shop__phone img {
    width: 18px;
    height: 18px
}

.contacts-map-shop__button button {
    padding: 15px 100px;
    background: #000;
    color: #fff;
    border: 1px solid #000;
    font-size: 16px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.contacts-map-shop__button button:hover {
    background: #fff;
    color: #000
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .contacts-map-shop__button button {
        display: none
    }
}

.contacts-map-shop__button-double button {
    display: none;
    padding: 15px 10px;
    width: 100%;
    background: #000;
    color: #fff;
    border: 1px solid #000;
    font-size: 16px
}

.contacts-map-shop__button-double button:hover {
    background: #fff;
    color: #000
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .contacts-map-shop__button-double button {
        display: block;
        margin-bottom: 50px
    }
}

@media only screen and (min-width: 770px), only screen and (min-device-width: 770px) {
    .contacts-map-shop__place {
        width: 45%
    }

    .contacts-map-shop__time {
        width: 20%
    }

    .contacts-map-shop__phone {
        width: 20%
    }
}

.contacts-map-shop-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 34px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .contacts-map-shop-flex {
        margin-right: 0;
        margin-bottom: 20px
    }
}

.contacts-map-shop-flex p {
    margin-bottom: 0;
    margin-left: 13px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .contacts-map-shop-flex p {
        font-size: 16px
    }
}

.contacts-map-shop-flex a {
    margin-left: 12px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .contacts-map-shop-flex a {
        font-size: 16px
    }
}

.maps {
    height: 402px;
    width: 100%;
    margin-bottom: 100px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .maps {
        height: 250px !important;
        margin-bottom: 21px !important
    }
}

.ymaps-2-1-78-listbox__button, .ymaps-2-1-78-float-button, .ymaps-2-1-78-controls__control_toolbar, .ymaps-2-1-78-controls__control, .ymaps-2-1-78-map-copyrights-promo, .ymaps-2-1-78-copyright {
    display: none !important
}

.contacts-map-spb__title h3, .contacts-map-spb__title .h3 {
    font-size: 24px;
    margin-bottom: 24px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .contacts-map-spb__title h3, .contacts-map-spb__title .h3 {
        font-size: 18px;
        margin-bottom: 0
    }
}

.contacts-map-spb__title hr {
    background: #E0E0E0;
    margin-bottom: 33px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .contacts-map-spb__title hr {
        margin: 12px 0 25px 0
    }
}

.contacts-map-spb__group {
    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;
    justify-content: space-between;
    margin-bottom: 20px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .contacts-map-spb__group {
        margin-bottom: 0
    }
}

.contacts-map-spb__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%
}

@media only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
    .contacts-map-spb__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .contacts-map-spb__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.contacts-map-spb__place img {
    width: 14px;
    height: 20px
}

.contacts-map-spb__time img {
    width: 20px;
    height: 20px
}

.contacts-map-spb__phone img {
    width: 18px;
    height: 18px
}

.contacts-map-spb__button button {
    padding: 15px 100px;
    background: #000;
    color: #fff;
    border: 1px solid #000;
    font-size: 16px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.contacts-map-spb__button button:hover {
    background: #fff;
    color: #000
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .contacts-map-spb__button button {
        display: none
    }
}

.contacts-map-spb__button-double button {
    display: none;
    padding: 15px 10px;
    width: 100%;
    background: #000;
    color: #fff;
    border: 1px solid #000;
    font-size: 16px
}

.contacts-map-spb__button-double button:hover {
    background: #fff;
    color: #000
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .contacts-map-spb__button-double button {
        display: block;
        margin-bottom: 50px
    }
}

.contacts-map-spb-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 34px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .contacts-map-spb-flex {
        margin-right: 0;
        margin-bottom: 20px
    }
}

.contacts-map-spb-flex p {
    margin-bottom: 0;
    margin-left: 13px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .contacts-map-spb-flex p {
        font-size: 16px
    }
}

.contacts-map-spb-flex a {
    margin-left: 12px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .contacts-map-spb-flex a {
        font-size: 16px
    }
}

.maps {
    height: 402px;
    width: 100%;
    margin-bottom: 100px
}

.ymaps-2-1-78-listbox__button, .ymaps-2-1-78-float-button, .ymaps-2-1-78-controls__control_toolbar, .ymaps-2-1-78-controls__control, .ymaps-2-1-78-map-copyrights-promo, .ymaps-2-1-78-copyright {
    display: none !important
}

.contacts-representative__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .contacts-representative__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.contacts-representative__title h3, .contacts-representative__title .h3 {
    font-size: 32px;
    margin-bottom: 60px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .contacts-representative__title h3, .contacts-representative__title .h3 {
        font-size: 20px;
        margin-bottom: 25px
    }
}

.contacts-representative__navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .contacts-representative__navigation {
        margin-bottom: 94.5px
    }
}

.contacts-representative__button-next {
    cursor: pointer
}

.contacts-representative__button-prev {
    cursor: pointer;
    margin-right: 60px
}

.contacts-representative__button-prev img {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.contacts-representative__imge {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    margin-right: 15px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .contacts-representative__imge {
        max-height: 148px;
        margin-bottom: 21px;
        margin-right: 0
    }
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .contacts-representative__imge img {
        width: 100%;
        height: 100%
    }
}

.contacts-representative hr {
    margin: 0;
    margin: 24px 0;
    background: #C4C4C4
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .contacts-representative hr {
        margin: 20px 0
    }
}

.contacts-representative p {
    font-size: 20px;
    margin: 0
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .contacts-representative p {
        font-size: 18px
    }
}

.contacts-representative__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.contacts-representative__but button {
    padding: 15px 100px;
    background: #000;
    color: #fff;
    border: 1px solid #000;
    font-size: 16px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.contacts-representative__but button:hover {
    background: #fff;
    color: #000
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .contacts-representative__but button {
        padding: 15px 10px;
        width: 100%
    }
}

.contacts-representative__slide__text {
    font-size: 18px !important;
    color: #909090 !important
}

.contacts-representative__slide__text p {
    font-size: 18px !important;
    color: #909090 !important;
    margin: 0
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .contacts-representative__slide__text p {
        font-size: 16px !important
    }
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .contacts-representative__slide__text {
        font-size: 16px !important
    }
}

.contacts-representative__slider {
    margin-bottom: 128px;
    overflow: hidden
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .contacts-representative__slider {
        margin-bottom: 33.5px
    }
}

.contacts-representative-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.contacts-representative-flex p {
    margin: 0
}

.contacts-representative-flex p:first-child {
    font-size: 20px
}

.contacts-representative-flex p:nth-child(2) {
    font-size: 18px;
    color: #909090
}

.page-contacts__title h1, .page-contacts__title .h1 {
    margin-bottom: 60px;
    margin-top: 74px;
    font-size: 40px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .page-contacts__title h1, .page-contacts__title .h1 {
        margin-bottom: 25px;
        margin-top: 20px;
        font-size: 24px
    }
}

.distributors__town {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px;
    color: #909090
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .distributors__town {
        font-size: 14px;
        margin-bottom: 16px
    }
}

.distributors__top {
    padding-top: 20px
}

.distributors__street {
    margin-bottom: 7px;
    font-size: 16px;
    color: #909090
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .distributors__street {
        margin-bottom: 8px;
        font-size: 14px
    }
}

.distributors__phone {
    color: #909090;
    font-size: 16px;
    margin-bottom: 20px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .distributors__phone {
        font-size: 14px
    }
}

.distributors__maps {
    width: 100%;
    height: 100%
}

@media only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
    .distributors__maps {
        display: none
    }
}

.distributors__map {
    margin-bottom: 100px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .distributors__map {
        margin-bottom: 60px
    }
}

.distributors__map .modal-content {
    height: 223px;
    max-width: 600px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.distributors__map .modal-content .modal-body {
    padding: 20px
}

.distributors__map .modal-content .modal-body .modal-distributors__title {
    font-size: 16px;
    padding-top: 25px;
    margin-bottom: 14px
}

.distributors__map .modal-content .modal-body .modal-distributors__street {
    font-size: 14px;
    color: #909090;
    margin: 0;
    margin-bottom: 11px
}

.distributors__map .modal-content .modal-body .modal-distributors__phone {
    font-size: 14px;
    color: #909090;
    margin: 0;
    margin-bottom: 32px
}

.distributors__map .modal-content .modal-body .modal-distributors__link {
    font-size: 16px;
    color: #fff;
    border: 1px solid #000;
    background: #000;
    padding: 12px 99.5px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.distributors__map .modal-content .modal-body .modal-distributors__link:hover {
    background: #fff;
    color: #000
}

.Tab-distributors .tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    scrollbar-color: #262626 transparent;
    scrollbar-width: thin
}

@media only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
    .Tab-distributors .tabs {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }
}

.Tab-distributors .tabs::-webkit-scrollbar {
    height: 2px;
    max-width: 20px
}

.Tab-distributors .tabs::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 6px;
    width: 3px
}

.Tab-distributors .tabs::-webkit-scrollbar-thumb {
    background: #262626;
    border-radius: 6px;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 20px;
    max-height: 20px
}

.catalog-category .category-card__image {
    background-color: #ECECEC;
}

.Tab-distributors .tabs::-webkit-scrollbar-thumb:hover {
    background: #b23cfd
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .Tab-distributors .tabs {
        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;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.Tab-distributors .tabs .Tab-distributors__line {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    border-radius: 15px;
    background-color: #000;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
}

.Tab-distributors .tabs .Tab-distributors__head {
    padding: 0 0 0 2px;
    font-size: 20px;
    color: #000;
    opacity: 0.5;
    cursor: pointer;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    position: relative
}

.Tab-distributors .tabs .Tab-distributors__head:not(:last-child) {
    margin-right: 22px
}

.Tab-distributors .tabs .Tab-distributors__head.active {
    opacity: 1
}

.Tab-distributors .tabs .Tab-distributors__head:hover {
    opacity: 1
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .Tab-distributors .tabs .Tab-distributors__head {
        width: 50%
    }

    .Tab-distributors .tabs .Tab-distributors__head:not(:last-child) {
        margin-right: 0
    }

    .Tab-distributors .tabs .Tab-distributors__head:after {
        display: block
    }

    .Tab-distributors .tabs .Tab-distributors__head:first-child {
        margin-right: 0
    }
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .Tab-distributors .tabs .Tab-distributors__head .tab-title {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-right: 20px;
        font-size: 16px;
        font-weight: 500
    }

    .Tab-distributors .tabs .Tab-distributors__head .tab-title::after {
        display: none
    }

    .Tab-distributors .tabs .Tab-distributors__head .tab-title p {
        font-size: 16px !important
    }
}

.Tab-distributors .tabs .Tab-distributors__head .tab-title p {
    font-family: "Cera Pro Medium", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 4px
}

.Tab-distributors .tabs .Tab-distributors__head .tab-title p:first-child {
    margin-right: 4px
}

.Tab-distributors .tab-content {
    padding: 40px 0
}

.Tab-distributors .tab-content .Tab-distributors__panel {
    color: #333;
    display: none
}

.Tab-distributors .tab-content .Tab-distributors__panel.active {
    display: block
}

.Tab-distributors .tab-content .Tab-distributors__panel h2, .Tab-distributors .tab-content .Tab-distributors__panel .h2 {
    font-size: 24px;
    margin-bottom: 8px
}

.Tab-distributors .tab-content .Tab-distributors__panel .distributors__block {
    overflow-y: scroll;
    height: 460px;
    overflow-x: hidden
}

.Tab-distributors .tab-content .Tab-distributors__panel .distributors__blockhr {
    background: rgba(0, 0, 0, 0.1)
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .Tab-distributors .tab-content .Tab-distributors__panel .distributors__blockhr {
        margin-top: 16px;
        margin-bottom: 20px
    }
}

.Tab-distributors .tab-content .Tab-distributors__panel .distributors__button {
    cursor: pointer
}

.Tab-distributors .tab-content .Tab-distributors__panel .distributors__button a :hover {
    color: #000
}

.Tab-distributors .tab-content .Tab-distributors__panel .distributors__button.active p {
    color: #000
}

.Tab-distributors .tab-content .Tab-distributors__panel .distributors__button.active a {
    color: #000
}

.distributors__map .ymaps-2-1-78-balloon-content__header {
    font-weight: 400 !important;
    font-size: 12px !important;
    margin-bottom: 3px !important;
    color: #000 !important
}

.distributors__map .ymaps-2-1-78-balloon__content {
    padding-bottom: 20px !important
}

.distributors__map .ymaps-2-1-78-balloon__content p {
    margin-bottom: 3px !important;
    color: #909090 !important;
    font-size: 10px !important;
    font-weight: 300 !important
}

.distributors__map .ymaps-2-1-78-balloon__content:nth-child(5) {
    margin-bottom: 12px !important
}

.distributors__map .ymaps-2-1-78-balloon__content a {
    font-size: 12px !important;
    padding: 6px 67px !important;
    background: #000 !important;
    border: 1px solid #000 !important;
    color: #fff !important;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    margin-bottom: 50px
}

.distributors__map .ymaps-2-1-78-balloon__content a:hover {
    color: #000 !important;
    background: #fff !important
}

.distributors__map .ymaps-2-1-78-balloon-content__footer a {
    font-size: 12px !important;
    padding: 6px 67px !important;
    background: #000 !important;
    border: 1px solid #000 !important;
    color: #fff !important;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    margin-bottom: 50px
}

.distributors__map .ymaps-2-1-78-balloon-content__footer a:hover {
    color: #000 !important;
    background: #fff !important
}

.distributors__title {
    font-size: 32px;
    margin-bottom: 20px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .distributors__title {
        font-size: 20px;
        margin-bottom: 25px
    }
}

.points-of-sale__search .points-of-sale__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px
}

.points-of-sale__search .points-of-sale__row .points-of-sale__input {
    width: 293px;
    border: none;
    border-bottom: 1px solid #000
}

.points-of-sale__search .points-of-sale__row input {
    outline: none
}

.points-of-sale__search .points-of-sale__row input:focus {
    border-bottom: 1px solid !important
}

.points-of-sale__search .points-of-sale__row .points-of-sale__search-btn {
    border-bottom: 1px solid #000;
    position: relative;
    pointer-events: all;
    padding-left: 20px;
    cursor: pointer;
    z-index: 1000;
    background-color: #fff
}

.points-of-sale__search .points-of-sale__row .points-of-sale__search-clos {
    position: absolute;
    pointer-events: all;
    cursor: pointer;
    z-index: 900
}

.points-of-sale__search .points-of-sale__row .points-of-sale__search-clos svg {
    width: 14px;
    color: #B6B6B6
}

.points-of-sale__search .points-of-sale__search-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.points-of-sale__maps {
    height: 500px;
    width: 100%;
    margin-bottom: 92px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .points-of-sale__maps {
        width: 100%;
        height: 300px;
        margin-bottom: 36px
    }
}

.points-list-search {
    width: 313px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    padding-left: 0;
    position: absolute;
    z-index: 200;
    background: #fff;
    margin-top: -38px;
    overflow: hidden;
    overflow-y: scroll;
    -webkit-transition: all .7s;
    -o-transition: all .7s;
    transition: all .7s;
    text-align: center;
    display: none;
    max-height: 300px
}

.points-list-search .points-link-search {
    display: block;
    padding: 10px 0;
    color: #909090;
    font-size: 16px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.points-list-search .points-link-search:hover {
    color: #000
}

.points-list-search .points-link-search:not(:last-child) {
    margin-bottom: 10px
}

.points-of-sale__title {
    font-size: 32px;
    padding-top: 74px;
    margin-bottom: 40px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .points-of-sale__title {
        font-size: 20px;
        padding-top: 20px;
        margin-bottom: 30px
    }
}

.personal-area-individ {
    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-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.personal-area-individ .b-cont {
    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-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.personal-area-individ .row {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.personal-area-individ .row .col-12.col-lg-9 {
    background: #fff
}

.background {
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #eee), color-stop(12%, #fff));
    background: -o-linear-gradient(left, #eee 50%, #fff 12%);
    background: linear-gradient(90deg, #eee 50%, #fff 12%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .background {
        background: #eeeeee
    }
}

.individual-left-menu {
    background: #EEEEEE
}

@media only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
    .individual-left-menu {
        padding: 20px;
        max-width: 330px;
        min-width: 320px;
        position: absolute;
        width: 100%;
        z-index: 2;
        height: 100%;
        top: 0;
        left: -1000px;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s
    }

    .individual-left-menu.active {
        left: 0
    }
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .individual-left-menu {
        padding: 20px;
        max-width: 330px;
        min-width: 320px;
        position: absolute;
        width: 100%;
        z-index: 2;
        height: 100%;
        top: 0;
        left: -1000px;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s
    }

    .individual-left-menu.active {
        left: 0
    }
}

.individual-left-menu .left-menu__name {
    font-size: 20px;
    color: #000;
    line-height: 25.14px;
    font-weight: 500;
    padding-top: 60px;
    padding-bottom: 16px;
    margin-bottom: 44px;
    border-bottom: 1px solid #E5E5E5
}

.individual-left-menu .left-menu__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.individual-left-menu .left-menu__links .left-menu__links-item {
    color: #000;
    font-size: 14px;
    margin-bottom: 18px;
    padding: 12px 0 12px 16px;
    max-width: 250px;
    font-weight: 400;
    line-height: 16.6px
}

.individual-left-menu .left-menu__links .left-menu__links-item.active {
    background: #fff
}

.personal-area-individual {
    margin-top: 70px
}

.accountModal .errortext, .accountModal .notetext {
    padding-left: 17px
}

.personal-individual-accountt {
    margin-bottom: 134px
}

.personal-individual-accountt .account__form__border {
    border-bottom: 1px solid #E5E5E5
}

.personal-individual-accountt .modal-dialog {
    max-width: 404px !important
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .personal-individual-accountt .modal-dialog {
        margin-top: 0 !important
    }
}

.personal-individual-accountt .modal-dialog .modal-content.accountModal__errortext {
    padding-left: 17px
}

.personal-individual-accountt .modal-dialog .modal-content.accountModal .modal-header {
    border: none
}

.personal-individual-accountt .modal-dialog .modal-content.accountModal .modal-header .modal-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 25, 14px
}

.personal-individual-accountt .modal-dialog .modal-content.accountModal .modal-body {
    border: none
}

.personal-individual-accountt .modal-dialog .modal-content.accountModal .modal-body .material {
    margin-bottom: 24px
}

.personal-individual-accountt .modal-dialog .modal-content.accountModal .modal-body .material input {
    letter-spacing: 6px
}

.personal-individual-accountt .modal-dialog .modal-content.accountModal .modal-footer {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: none
}

.personal-individual-accountt .modal-dialog .modal-content.accountModal .modal-footer .modal-footer-button button {
    padding: 12px 115px;
    background: #000;
    border: 1px solid #000;
    color: #fff;
    font-size: 16px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.personal-individual-accountt .modal-dialog .modal-content.accountModal .modal-footer .modal-footer-button button:hover {
    color: #000;
    background: #fff
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .personal-individual-accountt .modal-dialog .modal-content.accountModal .modal-footer .modal-footer-button button {
        padding: 12px 70px
    }
}

.individual-account__title {
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #E5E5E5
}

.individual-account__form .material {
    margin-bottom: 30px
}

.individual-account__form .input-date-of-birth input {
    background: #fff
}

.individual-account__form .account__form__password {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 35px
}

.individual-account__form .account__form__password .account__form__password-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.individual-account__form .account__form__password .account__form__password-row .account__form__password-label {
    font-size: 14px
}

.individual-account__form .account__form__password .account__form__password-row .account__form__password-input {
    font-size: 16px;
    border: none;
    letter-spacing: 6px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: none;
    margin-bottom: -5px
}

.individual-account__form .account__form__password .account__form__password-submit {
    font-size: 12px;
    color: #000;
    border-bottom: 1px solid #000;
    -ms-flex-item-align: end;
    align-self: flex-end
}

.account__form__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .account__form__button {
        margin-bottom: 60px
    }
}

.account__form__button button {
    background: #000;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    color: #fff;
    border: 1px solid #000;
    font-size: 16px;
    font-weight: 400;
    padding: 15px 60px;
    margin-top: 30px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .account__form__button button {
        padding: 12px 61.5px;
        margin: 0 auto;
        margin-top: 30px
    }
}

.account__form__button button:hover {
    color: #000;
    background: #fff
}

.account__form__button button:disabled {
    background: #D9D9D9;
    color: #959595;
    border: 1px solid #D9D9D9
}

.personal-individual {
    padding-top: 60px;
    padding-left: 70px;
    padding-right: 70px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .personal-individual {
        padding: 25px 3px 3px 3px
    }
}

.personal-area-individ {
    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-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.personal-area-individ .b-cont {
    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-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.personal-area-individ .row {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.personal-area-individ .row .col-12.col-lg-9 {
    background: #fff
}

.background {
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #eee), color-stop(12%, #fff));
    background: -o-linear-gradient(left, #eee 50%, #fff 12%);
    background: linear-gradient(90deg, #eee 50%, #fff 12%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .background {
        background: #eeeeee
    }
}

.individual-left-menu {
    background: #EEEEEE
}

@media only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
    .individual-left-menu {
        padding: 20px;
        max-width: 330px;
        min-width: 320px;
        position: absolute;
        width: 100%;
        z-index: 2;
        height: 100%;
        top: 0;
        left: -1000px;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s
    }

    .individual-left-menu.active {
        left: 0
    }
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .individual-left-menu {
        padding: 20px;
        max-width: 330px;
        min-width: 320px;
        position: absolute;
        width: 100%;
        z-index: 2;
        height: 100%;
        top: 0;
        left: -1000px;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s
    }

    .individual-left-menu.active {
        left: 0
    }
}

.individual-left-menu .left-menu__name {
    font-size: 20px;
    color: #000;
    line-height: 25.14px;
    font-weight: 500;
    padding-top: 60px;
    padding-bottom: 16px;
    margin-bottom: 44px;
    border-bottom: 1px solid #E5E5E5
}

.individual-left-menu .left-menu__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.individual-left-menu .left-menu__links .left-menu__links-item {
    color: #000;
    font-size: 14px;
    margin-bottom: 18px;
    padding: 12px 0 12px 16px;
    max-width: 250px;
    font-weight: 400;
    line-height: 16.6px
}

.individual-left-menu .left-menu__links .left-menu__links-item.active {
    background: #fff
}

.personal-individual-address {
    min-height: 800px
}

.personal-individual-address .individual-address__title {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #E5E5E5
}

.personal-individual-address .individual-address__title h4, .personal-individual-address .individual-address__title .h4 {
    font-size: 20px;
    font-weight: 500
}

.personal-individual-address .individual-address__text {
    display: block;
    margin-bottom: 36px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .personal-individual-address .individual-address__text {
        margin-bottom: 30px
    }
}

.personal-individual-address .individual-address__text p {
    font-size: 16px;
    font-weight: 400
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .personal-individual-address .individual-address__text p {
        font-size: 14px
    }
}

.personal-individual-address .individual-address__button button {
    background: #000;
    color: #fff;
    border: 1px solid #000;
    font-size: 16px;
    padding: 15px 60px;
    font-weight: 400;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.personal-individual-address .individual-address__button button:hover {
    color: #000;
    background: #fff
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .personal-individual-address .individual-address__button button {
        padding: 12px 79px
    }
}

.personal-individual-address .individual-address__form {
    display: none
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .personal-individual-address .individual-address__form .material {
        margin-bottom: 20px
    }
}

.personal-individual-address .individual-address__form .address__form__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .personal-individual-address .individual-address__form .address__form__row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.personal-individual-address .individual-address__form .address__form__row .address__form__index {
    margin-right: 21px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .personal-individual-address .individual-address__form .address__form__row .address__form__index {
        margin-right: 0;
        width: 100%
    }
}

.personal-individual-address .individual-address__form .address__form__row .address__form__house {
    margin-right: 21px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .personal-individual-address .individual-address__form .address__form__row .address__form__house {
        margin-right: 10px;
        max-width: 140px
    }
}

.personal-individual-address .individual-address__form .address__form__row .address__form__body {
    margin-right: 21px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .personal-individual-address .individual-address__form .address__form__row .address__form__body {
        margin-right: 0px;
        max-width: 140px
    }
}

.personal-individual-address .individual-address__form .address__form__row .address__form__floor {
    margin-right: 21px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .personal-individual-address .individual-address__form .address__form__row .address__form__floor {
        margin-right: 10px;
        max-width: 140px
    }
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .personal-individual-address .individual-address__form .address__form__row .address__form__apartment {
        margin-right: 0px;
        max-width: 140px
    }
}

.personal-individual-address .individual-address__form .address__form__checkbox {
    margin-bottom: 40px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .personal-individual-address .individual-address__form .address__form__checkbox {
        margin-bottom: 35px
    }
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .personal-individual-address .individual-address__form .address__form__checkbox .checkbox-button__label {
        font-size: 12px
    }
}

.personal-individual-address .individual-address__form .col-lg-4 {
    margin-right: 30px
}

@media only screen and (max-width: 1024px), only screen and (max-device-width: 1024px) {
    .personal-individual-address .individual-address__form .col-lg-4 {
        margin-right: 60px
    }
}

.personal-individual-address .individual-address__form .address__form__save button {
    background: #000;
    color: #fff;
    border: 1px solid #000;
    font-size: 16px;
    padding: 15px 48.5px;
    font-weight: 400;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    line-height: 20px
}

.personal-individual-address .individual-address__form .address__form__save button:hover {
    color: #000;
    background: #fff
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .personal-individual-address .individual-address__form .address__form__save button {
        width: 100%;
        margin-bottom: 16px
    }
}

.personal-individual-address .individual-address__form .address__form__undo button {
    background: #000;
    color: #fff;
    border: 1px solid #000;
    font-size: 16px;
    padding: 15px 52px;
    font-weight: 400;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    line-height: 20px
}

.personal-individual-address .individual-address__form .address__form__undo button:hover {
    color: #000;
    background: #fff
}

.personal-individual-address .individual-address__form .address__form__undo button:disabled {
    background: #D9D9D9;
    color: #959595;
    border: 1px solid #D9D9D9
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .personal-individual-address .individual-address__form .address__form__undo button {
        width: 100%
    }
}

.personal-individual-address .individual-address__saved-full {
    margin-bottom: 20px;
    border-bottom: 1px solid #E5E5E5
}

.personal-individual-address .individual-address__saved-full .individual-address__saved {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.personal-individual-address .individual-address__saved-full .individual-address__saved .individual-address__saved-text span {
    margin-right: 5px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .personal-individual-address .individual-address__saved-full .individual-address__saved .individual-address__saved-text span {
        margin-right: 2px
    }
}

.personal-individual-address .individual-address__saved-full .individual-address__saved .individual-address__saved-text .individual-address__saved-street {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 6px
}

.personal-individual-address .individual-address__saved-full .individual-address__saved .individual-address__saved-text .individual-address__saved-sity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .personal-individual-address .individual-address__saved-full .individual-address__saved .individual-address__saved-text .individual-address__saved-sity {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.personal-individual-address .individual-address__saved-full .individual-address__saved .individual-address__saved-text .individual-address__saved-checkbox {
    margin-bottom: 30px
}

.personal-individual-address .individual-address__saved-full .individual-address__saved .individual-address__saved-text .individual-address__saved-checkbox .checkbox-button__label {
    color: #757575
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .personal-individual-address .individual-address__saved-full .individual-address__saved .individual-address__saved-text .individual-address__saved-checkbox .checkbox-button__label {
        font-size: 13px
    }
}

.personal-individual-address .individual-address__saved-full .individual-address__saved .individual-address__saved-button-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.personal-individual-address .individual-address__saved-full .individual-address__saved .individual-address__saved-button-row:last-child {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.personal-individual-address .individual-address__saved-full .individual-address__saved .individual-address__saved-button-row img {
    margin-left: 7.4px;
    width: 13px
}

.personal-individual-address .individual-address__saved-full .individual-address__saved .individual-address__saved-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.personal-individual-address .individual-address__saved-full .individual-address__saved .individual-address__saved-button .address__button-change {
    color: #000;
    border-bottom: 1px solid #000;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 12px
}

.personal-individual-address .individual-address__saved-full .individual-address__saved .individual-address__saved-button .address__button-delete {
    color: #B12F3E;
    border-bottom: 1px solid #B12F3E;
    font-size: 12px;
    font-weight: 400
}

.personal-individual-address .address-region-search__list {
    -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.08), 0px 2px 24px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.08), 0px 2px 24px rgba(0, 0, 0, 0.08);
    padding-left: 0;
    position: absolute;
    height: 0;
    display: none;
    z-index: 200;
    background: #fff;
    margin-top: -45px;
    overflow: hidden;
    overflow-y: scroll;
    -webkit-transition: all .7s;
    -o-transition: all .7s;
    transition: all .7s;
    text-align: center;
    max-height: 300px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .personal-individual-address .address-region-search__list {
        margin-top: -20px
    }
}

.personal-individual-address .address-region-search__list .address-region-search__link {
    display: block;
    padding: 10px 0;
    color: #909090;
    font-size: 16px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.personal-individual-address .address-city-search__list {
    -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.08), 0px 2px 24px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.08), 0px 2px 24px rgba(0, 0, 0, 0.08);
    padding-left: 0;
    position: absolute;
    height: 0;
    display: none;
    z-index: 200;
    background: #fff;
    margin-top: -45px;
    overflow: hidden;
    overflow-y: scroll;
    -webkit-transition: all .7s;
    -o-transition: all .7s;
    transition: all .7s;
    text-align: center;
    max-height: 300px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .personal-individual-address .address-city-search__list {
        margin-top: -20px
    }
}

.personal-individual-address .address-city-search__list .address-city-search__link {
    display: block;
    padding: 10px 0;
    color: #909090;
    font-size: 16px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.personal-area-individ {
    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-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.personal-area-individ .b-cont {
    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-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.personal-area-individ .row {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.personal-area-individ .row .col-12.col-lg-9 {
    background: #fff
}

.background {
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #eee), color-stop(12%, #fff));
    background: -o-linear-gradient(left, #eee 50%, #fff 12%);
    background: linear-gradient(90deg, #eee 50%, #fff 12%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .background {
        background: #eeeeee
    }
}

.individual-left-menu {
    background: #EEEEEE
}

@media only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
    .individual-left-menu {
        padding: 20px;
        max-width: 330px;
        min-width: 320px;
        position: absolute;
        width: 100%;
        z-index: 2;
        height: 100%;
        top: 0;
        left: -1000px;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s
    }

    .individual-left-menu.active {
        left: 0
    }
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .individual-left-menu {
        padding: 20px;
        max-width: 330px;
        min-width: 320px;
        position: absolute;
        width: 100%;
        z-index: 2;
        height: 100%;
        top: 0;
        left: -1000px;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s
    }

    .individual-left-menu.active {
        left: 0
    }
}

.individual-left-menu .left-menu__name {
    font-size: 20px;
    color: #000;
    line-height: 25.14px;
    font-weight: 500;
    padding-top: 60px;
    padding-bottom: 16px;
    margin-bottom: 44px;
    border-bottom: 1px solid #E5E5E5
}

.individual-left-menu .left-menu__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.individual-left-menu .left-menu__links .left-menu__links-item {
    color: #000;
    font-size: 14px;
    margin-bottom: 18px;
    padding: 12px 0 12px 16px;
    max-width: 250px;
    font-weight: 400;
    line-height: 16.6px
}

.individual-left-menu .left-menu__links .left-menu__links-item.active {
    background: #fff
}

.individual-history__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .individual-history__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.individual-history__row .individual-history__title {
    font-size: 20px;
    font-weight: 500;
    line-height: 25.14px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .individual-history__row .individual-history__title {
        padding-bottom: 25px;
        padding-top: 25px;
        border-bottom: 1px solid #E5E5E5;
        margin-bottom: 0
    }
}

.individual-history__row .individual-history__select select {
    font-size: 13px;
    border: none;
    line-height: 16.34px
}

.individual-history__row .individual-history__select select option {
    font-size: 13px;
    border: none;
    line-height: 16.34px
}

.individual-history__tablet {
    padding-bottom: 84px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .individual-history__tablet {
        margin-bottom: 69px
    }
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .individual-history__tablet table {
        width: 100%
    }
}

.individual-history__th {
    -webkit-box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.08), 0px 2px 4px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.08), 0px 2px 4px rgba(0, 0, 0, 0.08)
}

.individual-history__th th {
    padding: 23px 40px;
    font-size: 13px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .individual-history__th th:nth-child(3) {
        display: none
    }

    .individual-history__th th:nth-child(4) {
        display: none
    }

    .individual-history__th th:nth-child(5) {
        display: none
    }
}

.individual-history__td {
    border-bottom: 1px solid #EEEEEE
}

.individual-history__td :last-child {
    /* color: #66CC99; */
}

.individual-history__td td {
    padding: 20px 0;
    font-size: 14px;
    text-align: center
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .individual-history__td td:nth-child(3) {
        display: none
    }

    .individual-history__td td:nth-child(4) {
        display: none
    }

    .individual-history__td td:nth-child(5) {
        display: none
    }
}

.individual-filters__sort {
    position: relative;
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.individual-filters__sort-title {
    cursor: pointer;
    font-size: 16px;
    margin-right: 10px
}

.individual-filters__sort.History-popup-sort--open .individual-filters__sort-icon {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.individual-filters__sort-icon {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
}

.individual-filters__sort-icon path {
    stroke: #000
}

.individual-filters__sort-popup {
    position: absolute;
    height: 0;
    top: 100%;
    right: 0;
    z-index: 1000;
    background-color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.08), 0px 2px 24px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.08), 0px 2px 24px rgba(0, 0, 0, 0.08)
}

.individual-filters__sort-popup .sort-popup__cont {
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.individual-filters__sort-popup .sort-popup__cont .sort-popup__item {
    white-space: nowrap;
    font-size: 16px;
    line-height: 1.4;
    cursor: pointer;
    margin-bottom: 12px
}

.individual-filters__sort-popup .sort-popup__cont .sort-popup__item:last-child {
    margin-bottom: 0
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .individual-filters__sort {
        margin-top: 24px;
        margin-bottom: 24px
    }
}

.personal-individual-history .modal-dialog {
    margin-top: 150px;
    max-width: 666px !important
}

.personal-individual-history .modal-dialog .shipping-date {
    display: none;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .personal-individual-history .modal-dialog .shipping-date {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.personal-individual-history .modal-dialog .shipping-date .shipping-date-text {
    font-size: 12px
}

.personal-individual-history .modal-dialog .shipping-date .shipping-date-number {
    font-size: 12px
}

.personal-individual-history .modal-dialog .modal-header {
    border: none
}

.personal-individual-history .modal-dialog .modal-body-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 6px;
    border-bottom: 1px solid #E5E5E5
}

.personal-individual-history .modal-dialog .modal-body-header .modal-body-header__name {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 200px;
    flex: 1 1 200px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .personal-individual-history .modal-dialog .modal-body-header .modal-body-header__name {
        font-size: 12px
    }
}

.personal-individual-history .modal-dialog .modal-body-header .modal-body-header__quantity {
    margin-right: 48px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .personal-individual-history .modal-dialog .modal-body-header .modal-body-header__quantity {
        display: none
    }
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .personal-individual-history .modal-dialog .modal-body-header .modal-body-header__sum {
        font-size: 12px
    }
}

.personal-individual-history .modal-dialog .modal-body-product__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 16px;
    padding-bottom: 10px;
    border-bottom: 1px solid #E5E5E5
}

.personal-individual-history .modal-dialog .modal-body-product__card .modal-body-product__image {
    padding-right: 24px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .personal-individual-history .modal-dialog .modal-body-product__card .modal-body-product__image {
        display: none
    }
}

.personal-individual-history .modal-dialog .modal-body-product__card .modal-body-product__image img {
    width: 77px
}

.personal-individual-history .modal-dialog .modal-body-product__card .modal-body-product__text {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 200px;
    flex: 1 1 200px
}

.personal-individual-history .modal-dialog .modal-body-product__card .modal-body-product__text .modal-body-product__name {
    font-size: 10px;
    font-weight: 400;
    margin-bottom: 4px
}

.personal-individual-history .modal-dialog .modal-body-product__card .modal-body-product__text .modal-body-product__brand {
    font-size: 14px;
    text-transform: uppercase
}

.personal-individual-history .modal-dialog .modal-body-product__card .modal-body-product__text .modal-body-product__links {
    font-size: 10px;
    color: #909090;
    max-width: 75px;
    border-bottom: 1px solid #909090
}

.personal-individual-history .modal-dialog .modal-body-product__card .modal-body-product__quantity {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100px;
    flex: 0 1 100px;
    font-size: 14px;
    -ms-flex-item-align: center;
    align-self: center
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .personal-individual-history .modal-dialog .modal-body-product__card .modal-body-product__quantity {
        display: none
    }
}

.personal-individual-history .modal-dialog .modal-body-product__card .modal-body-product__sum {
    -ms-flex-item-align: center;
    align-self: center
}

.personal-individual-history .modal-dialog .modal-body-product__card .modal-body-product__sum p {
    text-align: end;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 0
}

.personal-individual-history .modal-dialog .modal-body-product__card .modal-body-product__sum span {
    font-size: 10px;
    line-height: 20px;
    color: #909090
}

.personal-individual-history .modal-dialog .modal-footer {
    border: none
}

.personal-individual-history .modal-dialog .modal-footer .modal-footer__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.personal-individual-history .modal-dialog .modal-footer .modal-footer__total {
    margin-right: 48px;
    font-size: 14px
}

.personal-individual-history .modal-dialog .modal-footer .modal-footer__sum {
    font-size: 16px;
    font-weight: 500
}

.personal-individual-history .modal-content.historyModal .modal-body .modal-body-input__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .personal-individual-history .modal-content.historyModal .modal-body .modal-body-input__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.personal-individual-history .modal-content.historyModal .modal-body .modal-body-input__row .modal-body-input__initial {
    max-width: 200px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .personal-individual-history .modal-content.historyModal .modal-body .modal-body-input__row .modal-body-input__initial {
        max-width: inherit
    }
}

.personal-individual-history .modal-content.historyModal .modal-body .modal-body-input__row .line {
    width: 20px;
    height: 1px;
    background: #000;
    -ms-flex-item-align: center;
    align-self: center;
    margin: 0 10px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .personal-individual-history .modal-content.historyModal .modal-body .modal-body-input__row .line {
        display: none
    }
}

.personal-individual-history .modal-content.historyModal .modal-body .modal-body-input__row .modal-body-input__final {
    max-width: 200px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .personal-individual-history .modal-content.historyModal .modal-body .modal-body-input__row .modal-body-input__final {
        max-width: inherit
    }
}

.personal-individual-history .modal-content.historyModal .modal-body .modal-body-input__row .material {
    margin-bottom: 0 !important
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .personal-individual-history .modal-content.historyModal .modal-body .modal-body-input__row .material {
        margin-bottom: 20px !important
    }
}

.personal-individual-history .modal-content.historyModal .modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .personal-individual-history .modal-content.historyModal .modal-footer .modal-footer-button {
        width: 100%
    }
}

.personal-individual-history .modal-content.historyModal .modal-footer .modal-footer-button button {
    padding: 15px 60px;
    background: #000;
    color: #fff;
    border: 1px solid #000;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .personal-individual-history .modal-content.historyModal .modal-footer .modal-footer-button button {
        padding: 12px;
        width: 100%
    }
}

.personal-individual-history .modal-content.historyModal .modal-footer .modal-footer-button button:hover {
    color: #000;
    background: #fff
}

.personal-area-entity {
    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-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-top: 0
}

.personal-area-entity .b-cont {
    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-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.personal-area-entity .row {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.personal-area-entity .row .col-12.col-lg-9 {
    background: #fff
}

.background {
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #eee), color-stop(12%, #fff));
    background: -o-linear-gradient(left, #eee 50%, #fff 12%);
    background: linear-gradient(90deg, #eee 50%, #fff 12%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .background {
        background: #eeeeee
    }
}

.entity-left-menu {
    background: #EEEEEE;
    padding-bottom: 40px
}

@media only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
    .entity-left-menu {
        padding: 20px;
        max-width: 330px;
        min-width: 320px;
        position: absolute;
        width: 100%;
        z-index: 2;
        height: 100%;
        top: 0;
        left: -1000px;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s
    }

    .entity-left-menu.active {
        left: 0
    }
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .entity-left-menu {
        padding: 20px;
        max-width: 330px;
        min-width: 320px;
        position: absolute;
        width: 100%;
        z-index: 2;
        height: 100%;
        top: 0;
        left: -1000px;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s
    }

    .entity-left-menu.active {
        left: 0
    }
}

.entity-left-menu .left-menu__name {
    font-size: 20px;
    color: #000;
    line-height: 25.14px;
    font-weight: 500;
    padding-top: 60px;
    padding-bottom: 16px;
    margin-bottom: 44px;
    border-bottom: 1px solid #E5E5E5
}

.entity-left-menu .left-menu__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.entity-left-menu .left-menu__links .left-menu__links-item {
    color: #000;
    font-size: 14px;
    margin-bottom: 18px;
    padding: 12px 0 12px 16px;
    max-width: 250px;
    font-weight: 400;
    line-height: 16.6px
}

.entity-left-menu .left-menu__links .left-menu__links-item.active {
    background: #fff
}

.entity-left-menu .entity-score {
    max-width: 250px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .entity-left-menu .entity-score {
        max-width: 100%
    }
}

.entity-left-menu .entity-score .entity-score__card {
    padding: 16px;
    background: #fff;
    border-radius: 5px;
    margin-bottom: 16px
}

.entity-left-menu .entity-score .entity-score__card .entity-score-balance {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 52px;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px
}

.entity-left-menu .entity-score .entity-score__card .entity-score-status {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 6px
}

.entity-left-menu .entity-score .entity-score__card .entity-score-status__text {
    font-size: 14px;
    line-height: 17px;
    font-weight: 500
}

.entity-left-menu .entity-score .entity-score__card .entity-score-status__name {
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
    margin-left: 3px;
    margin-right: 5px;
    color: #B12F3E
}

.entity-left-menu .entity-score .entity-score__card .entity-score-status__svg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.entity-left-menu .entity-score .entity-score__card .entity-score-discount {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    line-height: 15px;
    font-weight: 400
}

.entity-left-menu .entity-score .entity-score__card .entity-score-discount__value {
    margin-left: 2px
}

.entity-left-menu .entity-score .entity-score__progress .entity-score__money {
    font-size: 12px;
    line-height: 15px;
    font-weight: 600;
    margin-bottom: 6px
}

.entity-left-menu .entity-score .entity-score__progress .entity-score__money :nth-child(2) {
    margin: 0 3px
}

.entity-left-menu .entity-score .entity-score__progress .entity-score__line-protgress {
    width: 100%;
    height: 4px;
    border-radius: 1px;
    background: #ACACAC;
    margin-top: 8px;
    margin-bottom: 12px
}

.entity-left-menu .entity-score .entity-score__progress .entity-score__line-protgress .line__progress {
    width: 100px;
    height: 4px;
    position: absolute;
    background: #000
}

.entity-left-menu .entity-score .entity-score__text {
    font-size: 10px;
    line-height: 14px;
    font-weight: 400;
    padding-bottom: 16px;
    border-bottom: 1px solid #E5E5E5;
    margin-bottom: 31px
}

.entity-left-menu .entity-score .entity-score__text span {
    font-weight: 600
}

.personal-area-entity {
    margin-top: 70px
}

.accountModal errortext, .accountModal .notetext {
    padding-left: 17px
}

.personal-entity-accountt {
    margin-bottom: 134px
}

.personal-entity-accountt .modal-dialog {
    max-width: 404px !important
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .personal-entity-accountt .modal-dialog {
        margin-top: 0 !important
    }
}

.personal-entity-accountt .modal-dialog .modal-content.accountModal__errortext {
    padding-left: 17px
}

.personal-entity-accountt .modal-dialog .modal-content.accountModal .modal-header {
    border: none
}

.personal-entity-accountt .modal-dialog .modal-content.accountModal .modal-header .modal-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 25, 14px
}

.personal-entity-accountt .modal-dialog .modal-content.accountModal .modal-body {
    border: none
}

.personal-entity-accountt .modal-dialog .modal-content.accountModal .modal-body .material {
    margin-bottom: 24px
}

.personal-entity-accountt .modal-dialog .modal-content.accountModal .modal-body .material input {
    letter-spacing: 6px
}

.personal-entity-accountt .modal-dialog .modal-content.accountModal .modal-footer {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: none
}

.personal-entity-accountt .modal-dialog .modal-content.accountModal .modal-footer .modal-footer-button button {
    padding: 12px 115px;
    background: #000;
    border: 1px solid #000;
    color: #fff;
    font-size: 16px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.personal-entity-accountt .modal-dialog .modal-content.accountModal .modal-footer .modal-footer-button button:hover {
    color: #000;
    background: #fff
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .personal-entity-accountt .modal-dialog .modal-content.accountModal .modal-footer .modal-footer-button button {
        padding: 12px 70px
    }
}

.entity-account__title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 30px
}

.entity-account__form {
    border-bottom: 1px solid #E5E5E5
}

.entity-account-manager {
    border-bottom: 1px solid #E5E5E5;
    margin-bottom: 41px
}

.entity-account-manager .entity-account-manager__subtitle {
    font-size: 18px;
    line-height: 36px;
    font-weight: 400
}

.entity-account-manager .entity-account-manager__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.entity-account-manager .entity-account-manager__row .entity-account-manager__name {
    font-size: 14px;
    line-height: 48px;
    font-weight: 600
}

.entity-account-manager .entity-account-manager__row .entity-account-manager__phone {
    font-size: 14px;
    line-height: 48px;
    font-weight: 600;
    color: #000;
    margin-left: 3px
}

.entity-account-manager .entity-account-manager__row .entity-account-manager__phone:hover {
    color: #000
}

.entity-account__form .material {
    margin-bottom: 30px
}

.entity-account__form .input-date-of-birth input {
    background: #fff
}

.entity-account__form .account__form__password {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 35px
}

.entity-account__form .account__form__password .account__form__password-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.entity-account__form .account__form__password .account__form__password-row .account__form__password-label {
    font-size: 14px
}

.entity-account__form .account__form__password .account__form__password-row .account__form__password-input {
    font-size: 16px;
    border: none;
    letter-spacing: 6px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: none;
    margin-bottom: -5px
}

.entity-account__form .account__form__password .account__form__password-submit {
    font-size: 12px;
    color: #000;
    border-bottom: 1px solid #000;
    -ms-flex-item-align: end;
    align-self: flex-end
}

.account__form__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .account__form__button {
        margin-bottom: 60px
    }
}

.account__form__button button {
    background: #000;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    color: #fff;
    border: 1px solid #000;
    font-size: 16px;
    font-weight: 400;
    padding: 15px 60px;
    margin-top: 30px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .account__form__button button {
        padding: 12px 61.5px;
        margin: 0 auto;
        margin-top: 30px
    }
}

.account__form__button button:hover {
    color: #000;
    background: #fff
}

.account__form__button button:disabled {
    background: #D9D9D9;
    color: #959595;
    border: 1px solid #D9D9D9
}

.personal-entity {
    padding-top: 60px;
    padding-left: 70px;
    padding-right: 70px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .personal-entity {
        padding: 25px 3px 3px 3px
    }
}

.personal-area-entity {
    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-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-top: 0
}

.personal-area-entity .b-cont {
    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-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.personal-area-entity .row {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.personal-area-entity .row .col-12.col-lg-9 {
    background: #fff
}

.background {
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #eee), color-stop(12%, #fff));
    background: -o-linear-gradient(left, #eee 50%, #fff 12%);
    background: linear-gradient(90deg, #eee 50%, #fff 12%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .background {
        background: #eeeeee
    }
}

.entity-left-menu {
    background: #EEEEEE;
    padding-bottom: 40px
}

@media only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
    .entity-left-menu {
        padding: 20px;
        max-width: 330px;
        min-width: 320px;
        position: absolute;
        width: 100%;
        z-index: 2;
        height: 100%;
        top: 0;
        left: -1000px;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s
    }

    .entity-left-menu.active {
        left: 0
    }
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .entity-left-menu {
        padding: 20px;
        max-width: 330px;
        min-width: 320px;
        position: absolute;
        width: 100%;
        z-index: 2;
        height: 100%;
        top: 0;
        left: -1000px;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s
    }

    .entity-left-menu.active {
        left: 0
    }
}

.entity-left-menu .left-menu__name {
    font-size: 20px;
    color: #000;
    line-height: 25.14px;
    font-weight: 500;
    padding-top: 60px;
    padding-bottom: 16px;
    margin-bottom: 44px;
    border-bottom: 1px solid #E5E5E5
}

.entity-left-menu .left-menu__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.entity-left-menu .left-menu__links .left-menu__links-item {
    color: #000;
    font-size: 14px;
    margin-bottom: 18px;
    padding: 12px 0 12px 16px;
    max-width: 250px;
    font-weight: 400;
    line-height: 16.6px
}

.entity-left-menu .left-menu__links .left-menu__links-item.active {
    background: #fff
}

.entity-left-menu .entity-score {
    max-width: 250px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .entity-left-menu .entity-score {
        max-width: 100%
    }
}

.entity-left-menu .entity-score .entity-score__card {
    padding: 16px;
    background: #fff;
    border-radius: 5px;
    margin-bottom: 16px
}

.entity-left-menu .entity-score .entity-score__card .entity-score-balance {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 52px;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px
}

.entity-left-menu .entity-score .entity-score__card .entity-score-status {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 6px
}

.entity-left-menu .entity-score .entity-score__card .entity-score-status__text {
    font-size: 14px;
    line-height: 17px;
    font-weight: 500
}

.entity-left-menu .entity-score .entity-score__card .entity-score-status__name {
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
    margin-left: 3px;
    margin-right: 5px;
    color: #B12F3E
}

.entity-left-menu .entity-score .entity-score__card .entity-score-status__svg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.entity-left-menu .entity-score .entity-score__card .entity-score-discount {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    line-height: 15px;
    font-weight: 400
}

.entity-left-menu .entity-score .entity-score__card .entity-score-discount__value {
    margin-left: 2px
}

.entity-left-menu .entity-score .entity-score__progress .entity-score__money {
    font-size: 12px;
    line-height: 15px;
    font-weight: 600;
    margin-bottom: 6px
}

.entity-left-menu .entity-score .entity-score__progress .entity-score__money :nth-child(2) {
    margin: 0 3px
}

.entity-left-menu .entity-score .entity-score__progress .entity-score__line-protgress {
    width: 100%;
    height: 4px;
    border-radius: 1px;
    background: #ACACAC;
    margin-top: 8px;
    margin-bottom: 12px
}

.entity-left-menu .entity-score .entity-score__progress .entity-score__line-protgress .line__progress {
    width: 100px;
    height: 4px;
    position: absolute;
    background: #000
}

.entity-left-menu .entity-score .entity-score__text {
    font-size: 10px;
    line-height: 14px;
    font-weight: 400;
    padding-bottom: 16px;
    border-bottom: 1px solid #E5E5E5;
    margin-bottom: 31px
}

.entity-left-menu .entity-score .entity-score__text span {
    font-weight: 600
}

.personal-entity-address {
    min-height: 800px;
    margin-bottom: 100px
}

.personal-entity-address .entity-address__title {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #E5E5E5
}

.personal-entity-address .entity-address__title h4, .personal-entity-address .entity-address__title .h4 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0
}

.personal-entity-address .entity-address__text {
    display: block;
    margin-bottom: 36px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .personal-entity-address .entity-address__text {
        margin-bottom: 30px
    }
}

.personal-entity-address .entity-address__text p {
    font-size: 16px;
    font-weight: 400
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .personal-entity-address .entity-address__text p {
        font-size: 14px
    }
}

.personal-entity-address .entity-address__button button {
    background: #000;
    color: #fff;
    border: 1px solid #000;
    font-size: 16px;
    padding: 15px 60px;
    font-weight: 400;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.personal-entity-address .entity-address__button button:hover {
    color: #000;
    background: #fff
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .personal-entity-address .entity-address__button button {
        padding: 12px 79px
    }
}

.personal-entity-address .entity-address__form {
    display: none
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .personal-entity-address .entity-address__form .material {
        margin-bottom: 20px
    }
}

.personal-entity-address .entity-address__form .entity-address__contacts-title {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 36px;
    font-weight: 400
}

.personal-entity-address .entity-address__form .entity-address__contacts-subtitle {
    margin-bottom: 24px;
    font-size: 13px;
    line-height: 36px;
    color: #757575;
    font-weight: 400
}

.personal-entity-address .entity-address__form .material {
    margin-bottom: 20px
}

.personal-entity-address .entity-address__form .entity-address__contacts__add {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 60px
}

.personal-entity-address .entity-address__form .entity-address__contacts__add .entity-address__contacts__icons {
    margin-right: 8px;
    cursor: pointer
}

.personal-entity-address .entity-address__form .entity-address__contacts__add .entity-address__contacts__text {
    font-size: 13px;
    line-height: 36px;
    font-weight: 400
}

.personal-entity-address .entity-address__form .entity-address__form-title {
    margin-bottom: 24px
}

.personal-entity-address .entity-address__form .address__form__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .personal-entity-address .entity-address__form .address__form__row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.personal-entity-address .entity-address__form .address__form__row .address__form__index {
    margin-right: 21px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .personal-entity-address .entity-address__form .address__form__row .address__form__index {
        margin-right: 0;
        width: 100%
    }
}

.personal-entity-address .entity-address__form .address__form__row .address__form__house {
    margin-right: 21px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .personal-entity-address .entity-address__form .address__form__row .address__form__house {
        margin-right: 10px;
        max-width: 140px
    }
}

.personal-entity-address .entity-address__form .address__form__row .address__form__body {
    margin-right: 21px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .personal-entity-address .entity-address__form .address__form__row .address__form__body {
        margin-right: 0px;
        max-width: 140px
    }
}

.personal-entity-address .entity-address__form .address__form__row .address__form__floor {
    margin-right: 21px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .personal-entity-address .entity-address__form .address__form__row .address__form__floor {
        margin-right: 10px;
        max-width: 140px
    }
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .personal-entity-address .entity-address__form .address__form__row .address__form__apartment {
        margin-right: 0px;
        max-width: 140px
    }
}

.personal-entity-address .entity-address__form .address__form__checkbox {
    margin-bottom: 40px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .personal-entity-address .entity-address__form .address__form__checkbox {
        margin-bottom: 35px
    }
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .personal-entity-address .entity-address__form .address__form__checkbox .checkbox-button__label {
        font-size: 12px
    }
}

.personal-entity-address .entity-address__form .col-lg-4 {
    margin-right: 30px
}

.personal-entity-address .entity-address__form .address__form__save button {
    background: #000;
    color: #fff;
    border: 1px solid #000;
    font-size: 16px;
    padding: 15px 48.5px;
    font-weight: 400;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    line-height: 20px
}

.personal-entity-address .entity-address__form .address__form__save button:hover {
    color: #000;
    background: #fff
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .personal-entity-address .entity-address__form .address__form__save button {
        width: 100%;
        margin-bottom: 16px
    }
}

.personal-entity-address .entity-address__form .address__form__undo button {
    background: #000;
    color: #fff;
    border: 1px solid #000;
    font-size: 16px;
    padding: 15px 52px;
    font-weight: 400;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    line-height: 20px
}

.personal-entity-address .entity-address__form .address__form__undo button:hover {
    color: #000;
    background: #fff
}

.personal-entity-address .entity-address__form .address__form__undo button:disabled {
    background: #D9D9D9;
    color: #959595;
    border: 1px solid #D9D9D9
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .personal-entity-address .entity-address__form .address__form__undo button {
        width: 100%
    }
}

.personal-entity-address .entity-address__saved-full {
    display: none;
    margin-bottom: 20px;
    border-bottom: 1px solid #E5E5E5
}

.personal-entity-address .entity-address__saved-full .entity-address__saved {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.personal-entity-address .entity-address__saved-full .entity-address__saved .entity-address__saved-text span {
    margin-right: 5px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .personal-entity-address .entity-address__saved-full .entity-address__saved .entity-address__saved-text span {
        margin-right: 2px
    }
}

.personal-entity-address .entity-address__saved-full .entity-address__saved .entity-address__saved-text .entity-address__saved-contacts {
    margin-bottom: 30px
}

.personal-entity-address .entity-address__saved-full .entity-address__saved .entity-address__saved-text .entity-address__saved-contacts .contacts__name {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 6px
}

.personal-entity-address .entity-address__saved-full .entity-address__saved .entity-address__saved-text .entity-address__saved-contacts .contacts__phone {
    font-size: 16px;
    line-height: 20px;
    color: #000
}

.personal-entity-address .entity-address__saved-full .entity-address__saved .entity-address__saved-text .entity-address__saved-addcontacts {
    margin-bottom: 30px
}

.personal-entity-address .entity-address__saved-full .entity-address__saved .entity-address__saved-text .entity-address__saved-addcontacts .addcontacts__subtitle {
    font-size: 13px;
    line-height: 36px;
    color: #757575;
    margin-bottom: 10px
}

.personal-entity-address .entity-address__saved-full .entity-address__saved .entity-address__saved-text .entity-address__saved-addcontacts .addcontacts__name {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 6px
}

.personal-entity-address .entity-address__saved-full .entity-address__saved .entity-address__saved-text .entity-address__saved-addcontacts .addcontacts__phone {
    font-size: 16px;
    line-height: 20px;
    color: #000
}

.personal-entity-address .entity-address__saved-full .entity-address__saved .entity-address__saved-text .entity-address__saved-street {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 6px
}

.personal-entity-address .entity-address__saved-full .entity-address__saved .entity-address__saved-text .entity-address__saved-sity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .personal-entity-address .entity-address__saved-full .entity-address__saved .entity-address__saved-text .entity-address__saved-sity {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.personal-entity-address .entity-address__saved-full .entity-address__saved .entity-address__saved-text .entity-address__saved-checkbox {
    margin-bottom: 30px
}

.personal-entity-address .entity-address__saved-full .entity-address__saved .entity-address__saved-text .entity-address__saved-checkbox .checkbox-button__label {
    color: #757575
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .personal-entity-address .entity-address__saved-full .entity-address__saved .entity-address__saved-text .entity-address__saved-checkbox .checkbox-button__label {
        font-size: 13px
    }
}

.personal-entity-address .entity-address__saved-full .entity-address__saved .entity-address__saved-button-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.personal-entity-address .entity-address__saved-full .entity-address__saved .entity-address__saved-button-row:last-child {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.personal-entity-address .entity-address__saved-full .entity-address__saved .entity-address__saved-button-row img {
    margin-left: 7.4px;
    width: 13px
}

.personal-entity-address .entity-address__saved-full .entity-address__saved .entity-address__saved-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.personal-entity-address .entity-address__saved-full .entity-address__saved .entity-address__saved-button .address__button-change {
    color: #000;
    border-bottom: 1px solid #000;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 12px
}

.personal-entity-address .entity-address__saved-full .entity-address__saved .entity-address__saved-button .address__button-delete {
    color: #B12F3E;
    border-bottom: 1px solid #B12F3E;
    font-size: 12px;
    font-weight: 400
}

.personal-entity-address .address-region-search__list {
    -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.08), 0px 2px 24px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.08), 0px 2px 24px rgba(0, 0, 0, 0.08);
    padding-left: 0;
    position: absolute;
    height: 0;
    display: none;
    z-index: 200;
    background: #fff;
    margin-top: -21px;
    overflow: hidden;
    overflow-y: scroll;
    -webkit-transition: all .7s;
    -o-transition: all .7s;
    transition: all .7s;
    text-align: center;
    max-height: 300px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .personal-entity-address .address-region-search__list {
        margin-top: -20px
    }
}

.personal-entity-address .address-region-search__list .address-region-search__link {
    display: block;
    padding: 10px 0;
    color: #909090;
    font-size: 16px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.personal-entity-address .address-city-search__list {
    -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.08), 0px 2px 24px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.08), 0px 2px 24px rgba(0, 0, 0, 0.08);
    padding-left: 0;
    position: absolute;
    height: 0;
    display: none;
    z-index: 200;
    background: #fff;
    margin-top: -21px;
    overflow: hidden;
    overflow-y: scroll;
    -webkit-transition: all .7s;
    -o-transition: all .7s;
    transition: all .7s;
    text-align: center;
    max-height: 300px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .personal-entity-address .address-city-search__list {
        margin-top: -20px
    }
}

.personal-entity-address .address-city-search__list .address-city-search__link {
    display: block;
    padding: 10px 0;
    color: #909090;
    font-size: 16px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.personal-area-entity {
    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-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-top: 0
}

.personal-area-entity .b-cont {
    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-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.personal-area-entity .row {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.personal-area-entity .row .col-12.col-lg-9 {
    background: #fff
}

.background {
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #eee), color-stop(12%, #fff));
    background: -o-linear-gradient(left, #eee 50%, #fff 12%);
    background: linear-gradient(90deg, #eee 50%, #fff 12%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .background {
        background: #eeeeee
    }
}

.entity-left-menu {
    background: #EEEEEE;
    padding-bottom: 40px
}

@media only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
    .entity-left-menu {
        padding: 20px;
        max-width: 330px;
        min-width: 320px;
        position: absolute;
        width: 100%;
        z-index: 2;
        height: 100%;
        top: 0;
        left: -1000px;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s
    }

    .entity-left-menu.active {
        left: 0
    }
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .entity-left-menu {
        padding: 20px;
        max-width: 330px;
        min-width: 320px;
        position: absolute;
        width: 100%;
        z-index: 2;
        height: 100%;
        top: 0;
        left: -1000px;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s
    }

    .entity-left-menu.active {
        left: 0
    }
}

.entity-left-menu .left-menu__name {
    font-size: 20px;
    color: #000;
    line-height: 25.14px;
    font-weight: 500;
    padding-top: 60px;
    padding-bottom: 16px;
    margin-bottom: 44px;
    border-bottom: 1px solid #E5E5E5
}

.entity-left-menu .left-menu__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.entity-left-menu .left-menu__links .left-menu__links-item {
    color: #000;
    font-size: 14px;
    margin-bottom: 18px;
    padding: 12px 0 12px 16px;
    max-width: 250px;
    font-weight: 400;
    line-height: 16.6px
}

.entity-left-menu .left-menu__links .left-menu__links-item.active {
    background: #fff
}

.entity-left-menu .entity-score {
    max-width: 250px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .entity-left-menu .entity-score {
        max-width: 100%
    }
}

.entity-left-menu .entity-score .entity-score__card {
    padding: 16px;
    background: #fff;
    border-radius: 5px;
    margin-bottom: 16px
}

.entity-left-menu .entity-score .entity-score__card .entity-score-balance {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 52px;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px
}

.entity-left-menu .entity-score .entity-score__card .entity-score-status {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 6px
}

.entity-left-menu .entity-score .entity-score__card .entity-score-status__text {
    font-size: 14px;
    line-height: 17px;
    font-weight: 500
}

.entity-left-menu .entity-score .entity-score__card .entity-score-status__name {
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
    margin-left: 3px;
    margin-right: 5px;
    color: #B12F3E
}

.entity-left-menu .entity-score .entity-score__card .entity-score-status__svg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.entity-left-menu .entity-score .entity-score__card .entity-score-discount {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    line-height: 15px;
    font-weight: 400
}

.entity-left-menu .entity-score .entity-score__card .entity-score-discount__value {
    margin-left: 2px
}

.entity-left-menu .entity-score .entity-score__progress .entity-score__money {
    font-size: 12px;
    line-height: 15px;
    font-weight: 600;
    margin-bottom: 6px
}

.entity-left-menu .entity-score .entity-score__progress .entity-score__money :nth-child(2) {
    margin: 0 3px
}

.entity-left-menu .entity-score .entity-score__progress .entity-score__line-protgress {
    width: 100%;
    height: 4px;
    border-radius: 1px;
    background: #ACACAC;
    margin-top: 8px;
    margin-bottom: 12px
}

.entity-left-menu .entity-score .entity-score__progress .entity-score__line-protgress .line__progress {
    width: 100px;
    height: 4px;
    position: absolute;
    background: #000
}

.entity-left-menu .entity-score .entity-score__text {
    font-size: 10px;
    line-height: 14px;
    font-weight: 400;
    padding-bottom: 16px;
    border-bottom: 1px solid #E5E5E5;
    margin-bottom: 31px
}

.entity-left-menu .entity-score .entity-score__text span {
    font-weight: 600
}

.entity-history__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .entity-history__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.entity-history__row .entity-history__title {
    font-size: 20px;
    font-weight: 500;
    line-height: 25.14px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .entity-history__row .entity-history__title {
        padding-bottom: 25px;
        padding-top: 25px;
        border-bottom: 1px solid #E5E5E5;
        margin-bottom: 0
    }
}

.entity-history__row .entity-history__select select {
    font-size: 13px;
    border: none;
    line-height: 16.34px
}

.entity-history__row .entity-history__select select option {
    font-size: 13px;
    border: none;
    line-height: 16.34px
}

.entity-history__tablet {
    padding-bottom: 84px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .entity-history__tablet {
        margin-bottom: 69px
    }
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .entity-history__tablet table {
        width: 100%
    }
}

.entity-history__th {
    -webkit-box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.08), 0px 2px 4px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.08), 0px 2px 4px rgba(0, 0, 0, 0.08)
}

.entity-history__th th {
    padding: 23px 40px;
    font-size: 13px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .entity-history__th th:nth-child(3) {
        display: none
    }

    .entity-history__th th:nth-child(4) {
        display: none
    }

    .entity-history__th th:nth-child(5) {
        display: none
    }
}

.entity-history__td {
    border-bottom: 1px solid #EEEEEE
}

.entity-history__td :last-child {
    color: #66CC99
}

.entity-history__td td {
    padding: 20px 0;
    font-size: 14px;
    text-align: center
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .entity-history__td td:nth-child(3) {
        display: none
    }

    .entity-history__td td:nth-child(4) {
        display: none
    }

    .entity-history__td td:nth-child(5) {
        display: none
    }
}

.entity-filters__sort {
    position: relative;
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.entity-filters__sort-title {
    cursor: pointer;
    font-size: 16px;
    margin-right: 10px
}

.entity-filters__sort.History-popup-sort--open .entity-filters__sort-icon {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.entity-filters__sort-icon {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
}

.entity-filters__sort-icon path {
    stroke: #000
}

.entity-filters__sort-popup {
    position: absolute;
    height: 0;
    top: 100%;
    right: 0;
    z-index: 1000;
    background-color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.08), 0px 2px 24px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.08), 0px 2px 24px rgba(0, 0, 0, 0.08)
}

.entity-filters__sort-popup .sort-popup__cont {
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.entity-filters__sort-popup .sort-popup__cont .sort-popup__item {
    white-space: nowrap;
    font-size: 16px;
    line-height: 1.4;
    cursor: pointer;
    margin-bottom: 12px
}

.entity-filters__sort-popup .sort-popup__cont .sort-popup__item:last-child {
    margin-bottom: 0
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .entity-filters__sort {
        margin-top: 24px;
        margin-bottom: 24px
    }
}

.personal-entity-history .modal-dialog {
    margin-top: 150px;
    max-width: 666px !important
}

.personal-entity-history .modal-dialog .shipping-date {
    display: none;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .personal-entity-history .modal-dialog .shipping-date {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.personal-entity-history .modal-dialog .shipping-date .shipping-date-text {
    font-size: 12px
}

.personal-entity-history .modal-dialog .shipping-date .shipping-date-number {
    font-size: 12px
}

.personal-entity-history .modal-dialog .modal-header {
    border: none
}

.personal-entity-history .modal-dialog .modal-body-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 6px;
    border-bottom: 1px solid #E5E5E5
}

.personal-entity-history .modal-dialog .modal-body-header .modal-body-header__name {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 200px;
    flex: 1 1 200px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .personal-entity-history .modal-dialog .modal-body-header .modal-body-header__name {
        font-size: 12px
    }
}

.personal-entity-history .modal-dialog .modal-body-header .modal-body-header__quantity {
    margin-right: 48px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .personal-entity-history .modal-dialog .modal-body-header .modal-body-header__quantity {
        display: none
    }
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .personal-entity-history .modal-dialog .modal-body-header .modal-body-header__sum {
        font-size: 12px
    }
}

.personal-entity-history .modal-dialog .modal-body-product__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 16px;
    padding-bottom: 10px;
    border-bottom: 1px solid #E5E5E5
}

.personal-entity-history .modal-dialog .modal-body-product__card .modal-body-product__image {
    padding-right: 24px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .personal-entity-history .modal-dialog .modal-body-product__card .modal-body-product__image {
        display: none
    }
}

.personal-entity-history .modal-dialog .modal-body-product__card .modal-body-product__image img {
    width: 77px
}

.personal-entity-history .modal-dialog .modal-body-product__card .modal-body-product__text {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 200px;
    flex: 1 1 200px
}

.personal-entity-history .modal-dialog .modal-body-product__card .modal-body-product__text .modal-body-product__name {
    font-size: 10px;
    font-weight: 400;
    margin-bottom: 4px
}

.personal-entity-history .modal-dialog .modal-body-product__card .modal-body-product__text .modal-body-product__brand {
    font-size: 14px;
    text-transform: uppercase
}

.personal-entity-history .modal-dialog .modal-body-product__card .modal-body-product__text .modal-body-product__links {
    font-size: 10px;
    color: #909090;
    max-width: 75px;
    border-bottom: 1px solid #909090
}

.personal-entity-history .modal-dialog .modal-body-product__card .modal-body-product__quantity {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100px;
    flex: 0 1 100px;
    font-size: 14px;
    -ms-flex-item-align: center;
    align-self: center
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .personal-entity-history .modal-dialog .modal-body-product__card .modal-body-product__quantity {
        display: none
    }
}

.personal-entity-history .modal-dialog .modal-body-product__card .modal-body-product__sum {
    -ms-flex-item-align: center;
    align-self: center
}

.personal-entity-history .modal-dialog .modal-body-product__card .modal-body-product__sum p {
    text-align: end;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 0
}

.personal-entity-history .modal-dialog .modal-body-product__card .modal-body-product__sum span {
    font-size: 10px;
    line-height: 20px;
    color: #909090
}

.personal-entity-history .modal-dialog .modal-footer {
    border: none;
    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
}

.personal-entity-history .modal-dialog .modal-footer .modal-footer__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.personal-entity-history .modal-dialog .modal-footer .modal-footer__total {
    margin-right: 48px;
    font-size: 14px
}

.personal-entity-history .modal-dialog .modal-footer .modal-footer__sum {
    font-size: 16px;
    font-weight: 500
}

.personal-entity-history .modal-dialog .modal-footer .modal-footer__total-points {
    margin-right: 76px;
    font-size: 14px
}

.personal-entity-history .modal-dialog .modal-footer .modal-footer__sum-points {
    font-size: 16px;
    font-weight: 500;
    color: #B12F3E
}

.personal-entity-history .modal-content.historyModal .modal-body .modal-body-input__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .personal-entity-history .modal-content.historyModal .modal-body .modal-body-input__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.personal-entity-history .modal-content.historyModal .modal-body .modal-body-input__row .modal-body-input__initial {
    max-width: 200px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .personal-entity-history .modal-content.historyModal .modal-body .modal-body-input__row .modal-body-input__initial {
        max-width: inherit
    }
}

.personal-entity-history .modal-content.historyModal .modal-body .modal-body-input__row .line {
    width: 20px;
    height: 1px;
    background: #000;
    -ms-flex-item-align: center;
    align-self: center;
    margin: 0 10px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .personal-entity-history .modal-content.historyModal .modal-body .modal-body-input__row .line {
        display: none
    }
}

.personal-entity-history .modal-content.historyModal .modal-body .modal-body-input__row .modal-body-input__final {
    max-width: 200px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .personal-entity-history .modal-content.historyModal .modal-body .modal-body-input__row .modal-body-input__final {
        max-width: inherit
    }
}

.personal-entity-history .modal-content.historyModal .modal-body .modal-body-input__row .material {
    margin-bottom: 0 !important
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .personal-entity-history .modal-content.historyModal .modal-body .modal-body-input__row .material {
        margin-bottom: 20px !important
    }
}

.personal-entity-history .modal-content.historyModal .modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .personal-entity-history .modal-content.historyModal .modal-footer .modal-footer-button {
        width: 100%
    }
}

.personal-entity-history .modal-content.historyModal .modal-footer .modal-footer-button button {
    padding: 15px 60px;
    background: #000;
    color: #fff;
    border: 1px solid #000;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .personal-entity-history .modal-content.historyModal .modal-footer .modal-footer-button button {
        padding: 12px;
        width: 100%
    }
}

.personal-entity-history .modal-content.historyModal .modal-footer .modal-footer-button button:hover {
    color: #000;
    background: #fff
}

.personal-area-entity {
    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-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-top: 0
}

.personal-area-entity .b-cont {
    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-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.personal-area-entity .row {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.personal-area-entity .row .col-12.col-lg-9 {
    background: #fff
}

.background {
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #eee), color-stop(12%, #fff));
    background: -o-linear-gradient(left, #eee 50%, #fff 12%);
    background: linear-gradient(90deg, #eee 50%, #fff 12%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .background {
        background: #eeeeee
    }
}

.entity-left-menu {
    background: #EEEEEE;
    padding-bottom: 40px
}

@media only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
    .entity-left-menu {
        padding: 20px;
        max-width: 330px;
        min-width: 320px;
        position: absolute;
        width: 100%;
        z-index: 2;
        height: 100%;
        top: 0;
        left: -1000px;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s
    }

    .entity-left-menu.active {
        left: 0
    }
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .entity-left-menu {
        padding: 20px;
        max-width: 330px;
        min-width: 320px;
        position: absolute;
        width: 100%;
        z-index: 2;
        height: 100%;
        top: 0;
        left: -1000px;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s
    }

    .entity-left-menu.active {
        left: 0
    }
}

.entity-left-menu .left-menu__name {
    font-size: 20px;
    color: #000;
    line-height: 25.14px;
    font-weight: 500;
    padding-top: 60px;
    padding-bottom: 16px;
    margin-bottom: 44px;
    border-bottom: 1px solid #E5E5E5
}

.entity-left-menu .left-menu__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.entity-left-menu .left-menu__links .left-menu__links-item {
    color: #000;
    font-size: 14px;
    margin-bottom: 18px;
    padding: 12px 0 12px 16px;
    max-width: 250px;
    font-weight: 400;
    line-height: 16.6px
}

.entity-left-menu .left-menu__links .left-menu__links-item.active {
    background: #fff
}

.entity-left-menu .entity-score {
    max-width: 250px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .entity-left-menu .entity-score {
        max-width: 100%
    }
}

.entity-left-menu .entity-score .entity-score__card {
    padding: 16px;
    background: #fff;
    border-radius: 5px;
    margin-bottom: 16px
}

.entity-left-menu .entity-score .entity-score__card .entity-score-balance {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 52px;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px
}

.entity-left-menu .entity-score .entity-score__card .entity-score-status {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 6px
}

.entity-left-menu .entity-score .entity-score__card .entity-score-status__text {
    font-size: 14px;
    line-height: 17px;
    font-weight: 500
}

.entity-left-menu .entity-score .entity-score__card .entity-score-status__name {
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
    margin-left: 3px;
    margin-right: 5px;
    color: #B12F3E
}

.entity-left-menu .entity-score .entity-score__card .entity-score-status__svg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.entity-left-menu .entity-score .entity-score__card .entity-score-discount {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    line-height: 15px;
    font-weight: 400
}

.entity-left-menu .entity-score .entity-score__card .entity-score-discount__value {
    margin-left: 2px
}

.entity-left-menu .entity-score .entity-score__progress .entity-score__money {
    font-size: 12px;
    line-height: 15px;
    font-weight: 600;
    margin-bottom: 6px
}

.entity-left-menu .entity-score .entity-score__progress .entity-score__money :nth-child(2) {
    margin: 0 3px
}

.entity-left-menu .entity-score .entity-score__progress .entity-score__line-protgress {
    width: 100%;
    height: 4px;
    border-radius: 1px;
    background: #ACACAC;
    margin-top: 8px;
    margin-bottom: 12px
}

.entity-left-menu .entity-score .entity-score__progress .entity-score__line-protgress .line__progress {
    width: 100px;
    height: 4px;
    position: absolute;
    background: #000
}

.entity-left-menu .entity-score .entity-score__text {
    font-size: 10px;
    line-height: 14px;
    font-weight: 400;
    padding-bottom: 16px;
    border-bottom: 1px solid #E5E5E5;
    margin-bottom: 31px
}

.entity-left-menu .entity-score .entity-score__text span {
    font-weight: 600
}

.entity-history__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .entity-history__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.entity-history__row .entity-history__title {
    font-size: 20px;
    font-weight: 500;
    line-height: 25.14px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 200px;
    flex: 1 1 200px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .entity-history__row .entity-history__title {
        padding-bottom: 25px;
        padding-top: 25px;
        border-bottom: 1px solid #E5E5E5;
        margin-bottom: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0;
        flex: 0
    }
}

.entity-history__row .operation__sort__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .entity-history__row .operation__sort__row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.entity-history__row .operation__sort {
    margin-right: 40px
}

.entity-history__row .entity-history__select select {
    font-size: 13px;
    border: none;
    line-height: 16.34px
}

.entity-history__row .entity-history__select select option {
    font-size: 13px;
    border: none;
    line-height: 16.34px
}

.entity-history__tablet {
    padding-bottom: 84px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .entity-history__tablet {
        margin-bottom: 69px
    }
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .entity-history__tablet table {
        width: 100%
    }
}

.entity-history__th {
    -webkit-box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.08), 0px 2px 4px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.08), 0px 2px 4px rgba(0, 0, 0, 0.08)
}

.entity-history__th th {
    padding: 23px 40px;
    font-size: 13px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .entity-history__th th:nth-child(3) {
        display: none
    }

    .entity-history__th th:nth-child(4) {
        display: none
    }

    .entity-history__th th:nth-child(5) {
        display: none
    }
}

.entity-history__td {
    border-bottom: 1px solid #EEEEEE
}

.entity-history__td .green {
    color: #66CC99
}

.entity-history__td .red {
    color: #B12F3E
}

.entity-history__td td {
    padding: 20px 0;
    font-size: 14px;
    text-align: center
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .entity-history__td td:nth-child(3) {
        display: none
    }

    .entity-history__td td:nth-child(4) {
        display: none
    }

    .entity-history__td td:nth-child(5) {
        display: none
    }
}

.entity-filters__sort {
    position: relative;
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.entity-filters__sort-title {
    cursor: pointer;
    font-size: 16px;
    margin-right: 10px
}

.entity-filters__sort.History-popup-sort--open .entity-filters__sort-icon {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.entity-filters__sort-icon {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
}

.entity-filters__sort-icon path {
    stroke: #000
}

.entity-filters__sort-popup {
    position: absolute;
    height: 0;
    top: 100%;
    right: 0;
    z-index: 1000;
    background-color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.08), 0px 2px 24px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.08), 0px 2px 24px rgba(0, 0, 0, 0.08)
}

.entity-filters__sort-popup .sort-popup__cont {
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.entity-filters__sort-popup .sort-popup__cont .sort-popup__item {
    white-space: nowrap;
    font-size: 16px;
    line-height: 1.4;
    cursor: pointer;
    margin-bottom: 12px
}

.entity-filters__sort-popup .sort-popup__cont .sort-popup__item:last-child {
    margin-bottom: 0
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .entity-filters__sort {
        margin-top: 24px;
        margin-bottom: 24px
    }
}

.personal-entity-history .modal-dialog {
    margin-top: 150px;
    max-width: 666px !important
}

.personal-entity-history .modal-dialog .shipping-date {
    display: none;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .personal-entity-history .modal-dialog .shipping-date {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.personal-entity-history .modal-dialog .shipping-date .shipping-date-text {
    font-size: 12px
}

.personal-entity-history .modal-dialog .shipping-date .shipping-date-number {
    font-size: 12px
}

.personal-entity-history .modal-dialog .modal-header {
    border: none
}

.personal-entity-history .modal-dialog .modal-body-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 6px;
    border-bottom: 1px solid #E5E5E5
}

.personal-entity-history .modal-dialog .modal-body-header .modal-body-header__name {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 200px;
    flex: 1 1 200px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .personal-entity-history .modal-dialog .modal-body-header .modal-body-header__name {
        font-size: 12px
    }
}

.personal-entity-history .modal-dialog .modal-body-header .modal-body-header__quantity {
    margin-right: 48px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .personal-entity-history .modal-dialog .modal-body-header .modal-body-header__quantity {
        display: none
    }
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .personal-entity-history .modal-dialog .modal-body-header .modal-body-header__sum {
        font-size: 12px
    }
}

.personal-entity-history .modal-dialog .modal-body-product__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 16px;
    padding-bottom: 10px;
    border-bottom: 1px solid #E5E5E5
}

.personal-entity-history .modal-dialog .modal-body-product__card .modal-body-product__image {
    padding-right: 24px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .personal-entity-history .modal-dialog .modal-body-product__card .modal-body-product__image {
        display: none
    }
}

.personal-entity-history .modal-dialog .modal-body-product__card .modal-body-product__image img {
    width: 77px
}

.personal-entity-history .modal-dialog .modal-body-product__card .modal-body-product__text {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 200px;
    flex: 1 1 200px
}

.personal-entity-history .modal-dialog .modal-body-product__card .modal-body-product__text .modal-body-product__name {
    font-size: 10px;
    font-weight: 400;
    margin-bottom: 4px
}

.personal-entity-history .modal-dialog .modal-body-product__card .modal-body-product__text .modal-body-product__brand {
    font-size: 14px;
    text-transform: uppercase
}

.personal-entity-history .modal-dialog .modal-body-product__card .modal-body-product__text .modal-body-product__links {
    font-size: 10px;
    color: #909090;
    max-width: 75px;
    border-bottom: 1px solid #909090
}

.personal-entity-history .modal-dialog .modal-body-product__card .modal-body-product__quantity {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100px;
    flex: 0 1 100px;
    font-size: 14px;
    -ms-flex-item-align: center;
    align-self: center
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .personal-entity-history .modal-dialog .modal-body-product__card .modal-body-product__quantity {
        display: none
    }
}

.personal-entity-history .modal-dialog .modal-body-product__card .modal-body-product__sum {
    -ms-flex-item-align: center;
    align-self: center
}

.personal-entity-history .modal-dialog .modal-body-product__card .modal-body-product__sum p {
    text-align: end;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 0
}

.personal-entity-history .modal-dialog .modal-body-product__card .modal-body-product__sum span {
    font-size: 10px;
    line-height: 20px;
    color: #909090
}

.personal-entity-history .modal-dialog .modal-footer {
    border: none;
    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
}

.personal-entity-history .modal-dialog .modal-footer .modal-footer__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.personal-entity-history .modal-dialog .modal-footer .modal-footer__total {
    margin-right: 48px;
    font-size: 14px
}

.personal-entity-history .modal-dialog .modal-footer .modal-footer__sum {
    font-size: 16px;
    font-weight: 500
}

.personal-entity-history .modal-dialog .modal-footer .modal-footer__total-points {
    margin-right: 76px;
    font-size: 14px
}

.personal-entity-history .modal-dialog .modal-footer .modal-footer__sum-points {
    font-size: 16px;
    font-weight: 500;
    color: #000
}

.personal-entity-history .modal-content.historyModal .modal-body .modal-body-input__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .personal-entity-history .modal-content.historyModal .modal-body .modal-body-input__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.personal-entity-history .modal-content.historyModal .modal-body .modal-body-input__row .modal-body-input__initial {
    max-width: 200px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .personal-entity-history .modal-content.historyModal .modal-body .modal-body-input__row .modal-body-input__initial {
        max-width: inherit
    }
}

.personal-entity-history .modal-content.historyModal .modal-body .modal-body-input__row .line {
    width: 20px;
    height: 1px;
    background: #000;
    -ms-flex-item-align: center;
    align-self: center;
    margin: 0 10px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .personal-entity-history .modal-content.historyModal .modal-body .modal-body-input__row .line {
        display: none
    }
}

.personal-entity-history .modal-content.historyModal .modal-body .modal-body-input__row .modal-body-input__final {
    max-width: 200px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .personal-entity-history .modal-content.historyModal .modal-body .modal-body-input__row .modal-body-input__final {
        max-width: inherit
    }
}

.personal-entity-history .modal-content.historyModal .modal-body .modal-body-input__row .material {
    margin-bottom: 0 !important
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .personal-entity-history .modal-content.historyModal .modal-body .modal-body-input__row .material {
        margin-bottom: 20px !important
    }
}

.personal-entity-history .modal-content.historyModal .modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .personal-entity-history .modal-content.historyModal .modal-footer .modal-footer-button {
        width: 100%
    }
}

.personal-entity-history .modal-content.historyModal .modal-footer .modal-footer-button button {
    padding: 15px 60px;
    background: #000;
    color: #fff;
    border: 1px solid #000;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .personal-entity-history .modal-content.historyModal .modal-footer .modal-footer-button button {
        padding: 12px;
        width: 100%
    }
}

.personal-entity-history .modal-content.historyModal .modal-footer .modal-footer-button button:hover {
    color: #000;
    background: #fff
}

.personal-area-entity {
    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-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-top: 0
}

.personal-area-entity .b-cont {
    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-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.personal-area-entity .row {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.personal-area-entity .row .col-12.col-lg-9 {
    background: #fff
}

.background {
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #eee), color-stop(12%, #fff));
    background: -o-linear-gradient(left, #eee 50%, #fff 12%);
    background: linear-gradient(90deg, #eee 50%, #fff 12%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .background {
        background: #eeeeee
    }
}

.entity-left-menu {
    background: #EEEEEE;
    padding-bottom: 40px
}

@media only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
    .entity-left-menu {
        padding: 20px;
        max-width: 330px;
        min-width: 320px;
        position: absolute;
        width: 100%;
        z-index: 2;
        height: 100%;
        top: 0;
        left: -1000px;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s
    }

    .entity-left-menu.active {
        left: 0
    }
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .entity-left-menu {
        padding: 20px;
        max-width: 330px;
        min-width: 320px;
        position: absolute;
        width: 100%;
        z-index: 2;
        height: 100%;
        top: 0;
        left: -1000px;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s
    }

    .entity-left-menu.active {
        left: 0
    }
}

.entity-left-menu .left-menu__name {
    font-size: 20px;
    color: #000;
    line-height: 25.14px;
    font-weight: 500;
    padding-top: 60px;
    padding-bottom: 16px;
    margin-bottom: 44px;
    border-bottom: 1px solid #E5E5E5
}

.entity-left-menu .left-menu__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.entity-left-menu .left-menu__links .left-menu__links-item {
    color: #000;
    font-size: 14px;
    margin-bottom: 18px;
    padding: 12px 0 12px 16px;
    max-width: 250px;
    font-weight: 400;
    line-height: 16.6px
}

.entity-left-menu .left-menu__links .left-menu__links-item.active {
    background: #fff
}

.entity-left-menu .entity-score {
    max-width: 250px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .entity-left-menu .entity-score {
        max-width: 100%
    }
}

.entity-left-menu .entity-score .entity-score__card {
    padding: 16px;
    background: #fff;
    border-radius: 5px;
    margin-bottom: 16px
}

.entity-left-menu .entity-score .entity-score__card .entity-score-balance {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 52px;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px
}

.entity-left-menu .entity-score .entity-score__card .entity-score-status {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 6px
}

.entity-left-menu .entity-score .entity-score__card .entity-score-status__text {
    font-size: 14px;
    line-height: 17px;
    font-weight: 500
}

.entity-left-menu .entity-score .entity-score__card .entity-score-status__name {
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
    margin-left: 3px;
    margin-right: 5px;
    color: #B12F3E
}

.entity-left-menu .entity-score .entity-score__card .entity-score-status__svg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.entity-left-menu .entity-score .entity-score__card .entity-score-discount {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    line-height: 15px;
    font-weight: 400
}

.entity-left-menu .entity-score .entity-score__card .entity-score-discount__value {
    margin-left: 2px
}

.entity-left-menu .entity-score .entity-score__progress .entity-score__money {
    font-size: 12px;
    line-height: 15px;
    font-weight: 600;
    margin-bottom: 6px
}

.entity-left-menu .entity-score .entity-score__progress .entity-score__money :nth-child(2) {
    margin: 0 3px
}

.entity-left-menu .entity-score .entity-score__progress .entity-score__line-protgress {
    width: 100%;
    height: 4px;
    border-radius: 1px;
    background: #ACACAC;
    margin-top: 8px;
    margin-bottom: 12px
}

.entity-left-menu .entity-score .entity-score__progress .entity-score__line-protgress .line__progress {
    width: 100px;
    height: 4px;
    position: absolute;
    background: #000
}

.entity-left-menu .entity-score .entity-score__text {
    font-size: 10px;
    line-height: 14px;
    font-weight: 400;
    padding-bottom: 16px;
    border-bottom: 1px solid #E5E5E5;
    margin-bottom: 31px
}

.entity-left-menu .entity-score .entity-score__text span {
    font-weight: 600
}

@keyframes toggleLikeButton {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-filter: drop-shadow(0, 0, 0, #616161);
        filter: drop-shadow(0, 0, 0, #616161)
    }
}

@keyframes toggleButtonElement {
    0% {
        max-height: 0;
        overflow: hidden;
        opacity: 0
    }
    100% {
        opacity: 1;
        max-height: 60px;
        overflow: hidden
    }
}

@keyframes toggleCardHover {
    0% {
        position: static
    }
    10% {
        position: absolute
    }
    100% {
    }
}

.product-card {
    display: block;
    color: #000;
    background-color: transparent;
    position: relative;
    height: 100%;
    padding: 0 16px 16px;
    pointer-events: all;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.product-card__inner {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: -1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: absolute;
    padding: 15px;
    left: 0;
    right: 0;
    top: -16px;
    bottom: 0;
    height: calc(100% + 90px)
}

.product-card:hover {
    color: #000;
    z-index: 14
}

.product-card:hover .product-card__inner {
    background-color: #fff;
    z-index: -1;
    -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.08), 0px 2px 24px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.08), 0px 2px 24px rgba(0, 0, 0, 0.08)
}

.product-card:hover .product-card__inner .product-card__toggle-el {
    opacity: 1
}

.product-card:hover .product-card__inner .product-card__toggle-el button {
    background-color: #000;
    opacity: 1
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .product-card:hover .product-card__inner {
        background: transparent;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .product-card {
        padding: 5px
    }

    .product-card:hover {
        z-index: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .product-card:hover .product-card__toggle-el {
        display: none
    }

    .product-card:hover .product-card__toggle-el button {
        opacity: 0
    }
}

.product-card__image-cont {
    overflow: hidden;
    position: relative;
    background-color: #f2f2f2;
    margin-bottom: 16px;
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .product-card__image-cont {
        margin-bottom: 10px
    }

    .product-card__image-cont img {
        height: 180px
    }
}

.product-card__content {
    margin-bottom: 16px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .product-card__content {
        padding-left: 0px
    }
}

.product-card__stock-labels {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.product-card__stock-icon {
    background-color: #000;
    /* background-color: #f93154; */
    color: #fff;
    padding: 2px 6px;
    font-size: 14px;
    display: none;
    margin-right: 2px
}

.product-card__stock-icon.active {
    display: block
}

.product-card__title {
    margin-bottom: 10px;
    font-size: 20px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .product-card__title {
        font-size: 16px;
        line-height: 1.4;
        word-break: break-word
    }
}

.product-card__subtitle {
    max-width: 100%;
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 8px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .product-card__subtitle {
        max-width: 100%;
        font-size: 14px;
        line-height: 1.4;
        margin-bottom: 10px
    }
}

.product-card__review {
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 8px
}

.product-card__review .product-review__counter {
    color: #616161;
    font-size: 14px;
    line-height: 1.4
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .product-card__review {
        margin-bottom: 8px
    }
}

.product-card__price {
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.product-card__price--current {
    font-size: 16px;
    line-height: 1.4;
    margin-right: 9px
}

.product-card__toggle-el {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    opacity: 0;
    position: relative;
    z-index: 100;
    width: 100%
}

.product-card__toggle-el button.add-to-cart {
    padding: 12px 12px;
    width: 100%;
    display: block;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.4;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    background-color: #000;
    color: #fff;
    opacity: 0;
    border: none;
    outline: none
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .product-card__toggle-el {
        display: none
    }
}

.items-points__title {
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    padding-bottom: 30px;
    border-bottom: 1px solid #E5E5E5;
    margin-bottom: 30px
}

.items-points__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 60px
}

@media only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
    .items-points__row {
        margin-bottom: 70px
    }
}

.castom-col {
    width: 20%
}

@media only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
    .castom-col {
        width: 25%
    }
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .castom-col {
        width: 50%
    }
}

.items-points__product {
    min-width: 100%;
    margin-left: -14px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .items-points__product {
        margin-left: 0
    }
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 78px
}

.pagination li {
    margin-right: 35px
}

.pagination li a {
    color: #808080;
    font-size: 16px;
    line-height: 28px
}

.pagination li a.active {
    color: #000;
    padding-bottom: 3px;
    border-bottom: 3px solid #000
}

.pagination li a.pagination-right svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.personal-area-entity {
    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-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-top: 0
}

.personal-area-entity .b-cont {
    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-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.personal-area-entity .row {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.personal-area-entity .row .col-12.col-lg-9 {
    background: #fff
}

.background {
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #eee), color-stop(12%, #fff));
    background: -o-linear-gradient(left, #eee 50%, #fff 12%);
    background: linear-gradient(90deg, #eee 50%, #fff 12%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .background {
        background: #eeeeee
    }
}

.entity-left-menu {
    background: #EEEEEE;
    padding-bottom: 40px
}

@media only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
    .entity-left-menu {
        padding: 20px;
        max-width: 330px;
        min-width: 320px;
        position: absolute;
        width: 100%;
        z-index: 2;
        height: 100%;
        top: 0;
        left: -1000px;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s
    }

    .entity-left-menu.active {
        left: 0
    }
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .entity-left-menu {
        padding: 20px;
        max-width: 330px;
        min-width: 320px;
        position: absolute;
        width: 100%;
        z-index: 2;
        height: 100%;
        top: 0;
        left: -1000px;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s
    }

    .entity-left-menu.active {
        left: 0
    }
}

.entity-left-menu .left-menu__name {
    font-size: 20px;
    color: #000;
    line-height: 25.14px;
    font-weight: 500;
    padding-top: 60px;
    padding-bottom: 16px;
    margin-bottom: 44px;
    border-bottom: 1px solid #E5E5E5
}

.entity-left-menu .left-menu__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.entity-left-menu .left-menu__links .left-menu__links-item {
    color: #000;
    font-size: 14px;
    margin-bottom: 18px;
    padding: 12px 0 12px 16px;
    max-width: 250px;
    font-weight: 400;
    line-height: 16.6px
}

.entity-left-menu .left-menu__links .left-menu__links-item.active {
    background: #fff
}

.entity-left-menu .entity-score {
    max-width: 250px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .entity-left-menu .entity-score {
        max-width: 100%
    }
}

.entity-left-menu .entity-score .entity-score__card {
    padding: 16px;
    background: #fff;
    border-radius: 5px;
    margin-bottom: 16px
}

.entity-left-menu .entity-score .entity-score__card .entity-score-balance {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 52px;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px
}

.entity-left-menu .entity-score .entity-score__card .entity-score-status {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 6px
}

.entity-left-menu .entity-score .entity-score__card .entity-score-status__text {
    font-size: 14px;
    line-height: 17px;
    font-weight: 500
}

.entity-left-menu .entity-score .entity-score__card .entity-score-status__name {
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
    margin-left: 3px;
    margin-right: 5px;
    color: #B12F3E
}

.entity-left-menu .entity-score .entity-score__card .entity-score-status__svg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.entity-left-menu .entity-score .entity-score__card .entity-score-discount {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    line-height: 15px;
    font-weight: 400
}

.entity-left-menu .entity-score .entity-score__card .entity-score-discount__value {
    margin-left: 2px
}

.entity-left-menu .entity-score .entity-score__progress .entity-score__money {
    font-size: 12px;
    line-height: 15px;
    font-weight: 600;
    margin-bottom: 6px
}

.entity-left-menu .entity-score .entity-score__progress .entity-score__money :nth-child(2) {
    margin: 0 3px
}

.entity-left-menu .entity-score .entity-score__progress .entity-score__line-protgress {
    width: 100%;
    height: 4px;
    border-radius: 1px;
    background: #ACACAC;
    margin-top: 8px;
    margin-bottom: 12px
}

.entity-left-menu .entity-score .entity-score__progress .entity-score__line-protgress .line__progress {
    width: 100px;
    height: 4px;
    position: absolute;
    background: #000
}

.entity-left-menu .entity-score .entity-score__text {
    font-size: 10px;
    line-height: 14px;
    font-weight: 400;
    padding-bottom: 16px;
    border-bottom: 1px solid #E5E5E5;
    margin-bottom: 31px
}

.entity-left-menu .entity-score .entity-score__text span {
    font-weight: 600
}

.document-flow__title {
    font-size: 20px;
    line-height: 25px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    font-weight: 500;
    border-bottom: 1px solid #E5E5E5
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .document-flow__title {
        padding-bottom: 25px;
        margin-bottom: 25px
    }
}

.document-flow-company__card {
    margin-bottom: 60px;
    padding-bottom: 30px;
    border-bottom: 1px solid #E5E5E5
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .document-flow-company__card {
        margin-bottom: 40px
    }
}

.document-flow-company__card .document-flow-company__subtitle {
    font-size: 18px;
    line-height: 36px;
    font-weight: 400;
    margin-bottom: 30px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .document-flow-company__card .document-flow-company__subtitle {
        margin-bottom: 25px
    }
}

.document-flow-company__card .document-flow-company__place {
    padding: 20px;
    margin-bottom: 40px;
    border: 1px dashed #cccccc
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .document-flow-company__card .document-flow-company__place {
        border: none;
        padding: 0;
        background: none
    }
}

.document-flow-company__card .document-flow-company__place .document-flow-company__row {
    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;
    margin: 0 auto;
    text-align: center;
    max-width: 470px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .document-flow-company__card .document-flow-company__place .document-flow-company__row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        max-width: 100%;
        height: 105px
    }
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .document-flow-company__card .document-flow-company__place .document-flow-company__row .document-flow-company__svg {
        width: 90px;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background: rgba(232, 232, 232, 0.5);
        border-radius: 4px
    }

    .document-flow-company__card .document-flow-company__place .document-flow-company__row .document-flow-company__svg svg {
        -ms-flex-item-align: center;
        align-self: center
    }
}

.document-flow-company__card .document-flow-company__place .document-flow-company__row .document-flow-company__text-mobile {
    display: none
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .document-flow-company__card .document-flow-company__place .document-flow-company__row .document-flow-company__text-mobile {
        display: block;
        font-size: 14px;
        -ms-flex-item-align: center;
        align-self: center;
        text-align: start;
        padding-left: 10px;
        color: #787878
    }

    .document-flow-company__card .document-flow-company__place .document-flow-company__row .document-flow-company__text-mobile span {
        color: #000
    }
}

.document-flow-company__card .document-flow-company__place .document-flow-company__row .document-flow-company__text {
    display: block
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .document-flow-company__card .document-flow-company__place .document-flow-company__row .document-flow-company__text {
        display: none
    }
}

.document-flow-company__card .document-flow-company__place .document-flow-company__row .dz-message {
    margin: 0 !important
}

.document-flow-company__card .document-flow-company__button button {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    padding: 15px 60px;
    background: #000;
    color: #ffffff;
    border: 1px solid #000;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .document-flow-company__card .document-flow-company__button button {
        width: 100%
    }
}

.document-flow-company__card .document-flow-company__button button:hover {
    color: #000;
    background: #fff
}

.document-flow-act {
    margin-bottom: 60px;
    padding-bottom: 30px;
    border-bottom: 1px solid #E5E5E5
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .document-flow-act {
        margin-bottom: 30px
    }
}

.document-flow-act .document-flow-act__subtitle {
    font-size: 18px;
    line-height: 36px;
    font-weight: 400;
    margin-bottom: 30px
}

.document-flow-act .document-flow-act-input__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .document-flow-act .document-flow-act-input__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.document-flow-act .document-flow-act-input__row .material {
    margin-bottom: 0
}

.document-flow-act .document-flow-act-input__row .document-flow-act-input__initial {
    max-width: 200px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .document-flow-act .document-flow-act-input__row .document-flow-act-input__initial {
        max-width: 100%;
        margin-bottom: 20px
    }
}

.document-flow-act .document-flow-act-input__row .line {
    width: 20px;
    height: 1px;
    background: #000;
    margin: 0 10px;
    -ms-flex-item-align: center;
    align-self: center
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .document-flow-act .document-flow-act-input__row .line {
        display: none
    }
}

.document-flow-act .document-flow-act-input__row .document-flow-act-input__final {
    max-width: 200px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .document-flow-act .document-flow-act-input__row .document-flow-act-input__final {
        max-width: 100%
    }
}

.document-flow-act .document-flow-act__button button {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    padding: 15px 60px;
    background: #000;
    color: #ffffff;
    border: 1px solid #000;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .document-flow-act .document-flow-act__button button {
        width: 100%
    }
}

.document-flow-act .document-flow-act__button button:hover {
    color: #000;
    background: #fff
}

.document-flow-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 123px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .document-flow-link {
        margin-bottom: 65px
    }
}

.document-flow-link .document-flow-item {
    margin-bottom: 25px
}

.document-flow-link .document-flow-item a {
    color: #000;
    -webkit-text-decoration: dashed;
    text-decoration: dashed;
    padding-bottom: 4px;
    border-bottom: 1px solid #000
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .document-flow-link .document-flow-item a {
        font-size: 14px
    }
}

.personal-area-entity {
    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-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-top: 0
}

.personal-area-entity .b-cont {
    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-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.personal-area-entity .row {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.personal-area-entity .row .col-12.col-lg-9 {
    background: #fff
}

.background {
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #eee), color-stop(12%, #fff));
    background: -o-linear-gradient(left, #eee 50%, #fff 12%);
    background: linear-gradient(90deg, #eee 50%, #fff 12%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .background {
        background: #eeeeee
    }
}

.entity-left-menu {
    background: #EEEEEE;
    padding-bottom: 40px
}

@media only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
    .entity-left-menu {
        padding: 20px;
        max-width: 330px;
        min-width: 320px;
        position: absolute;
        width: 100%;
        z-index: 2;
        height: 100%;
        top: 0;
        left: -1000px;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s
    }

    .entity-left-menu.active {
        left: 0
    }
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .entity-left-menu {
        padding: 20px;
        max-width: 330px;
        min-width: 320px;
        position: absolute;
        width: 100%;
        z-index: 2;
        height: 100%;
        top: 0;
        left: -1000px;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s
    }

    .entity-left-menu.active {
        left: 0
    }
}

.entity-left-menu .left-menu__name {
    font-size: 20px;
    color: #000;
    line-height: 25.14px;
    font-weight: 500;
    padding-top: 60px;
    padding-bottom: 16px;
    margin-bottom: 44px;
    border-bottom: 1px solid #E5E5E5
}

.entity-left-menu .left-menu__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.entity-left-menu .left-menu__links .left-menu__links-item {
    color: #000;
    font-size: 14px;
    margin-bottom: 18px;
    padding: 12px 0 12px 16px;
    max-width: 250px;
    font-weight: 400;
    line-height: 16.6px
}

.entity-left-menu .left-menu__links .left-menu__links-item.active {
    background: #fff
}

.entity-left-menu .entity-score {
    max-width: 250px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .entity-left-menu .entity-score {
        max-width: 100%
    }
}

.entity-left-menu .entity-score .entity-score__card {
    padding: 16px;
    background: #fff;
    border-radius: 5px;
    margin-bottom: 16px
}

.entity-left-menu .entity-score .entity-score__card .entity-score-balance {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 52px;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px
}

.entity-left-menu .entity-score .entity-score__card .entity-score-status {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 6px
}

.entity-left-menu .entity-score .entity-score__card .entity-score-status__text {
    font-size: 14px;
    line-height: 17px;
    font-weight: 500
}

.entity-left-menu .entity-score .entity-score__card .entity-score-status__name {
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
    margin-left: 3px;
    margin-right: 5px;
    color: #B12F3E
}

.entity-left-menu .entity-score .entity-score__card .entity-score-status__svg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.entity-left-menu .entity-score .entity-score__card .entity-score-discount {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    line-height: 15px;
    font-weight: 400
}

.entity-left-menu .entity-score .entity-score__card .entity-score-discount__value {
    margin-left: 2px
}

.entity-left-menu .entity-score .entity-score__progress .entity-score__money {
    font-size: 12px;
    line-height: 15px;
    font-weight: 600;
    margin-bottom: 6px
}

.entity-left-menu .entity-score .entity-score__progress .entity-score__money :nth-child(2) {
    margin: 0 3px
}

.entity-left-menu .entity-score .entity-score__progress .entity-score__line-protgress {
    width: 100%;
    height: 4px;
    border-radius: 1px;
    background: #ACACAC;
    margin-top: 8px;
    margin-bottom: 12px
}

.entity-left-menu .entity-score .entity-score__progress .entity-score__line-protgress .line__progress {
    width: 100px;
    height: 4px;
    position: absolute;
    background: #000
}

.entity-left-menu .entity-score .entity-score__text {
    font-size: 10px;
    line-height: 14px;
    font-weight: 400;
    padding-bottom: 16px;
    border-bottom: 1px solid #E5E5E5;
    margin-bottom: 31px
}

.entity-left-menu .entity-score .entity-score__text span {
    font-weight: 600
}

.personal-entity-special-offers {
    margin-bottom: 212px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .personal-entity-special-offers {
        margin-bottom: 100px
    }
}

.personal-entity-special-offers .entity-special-offers__title {
    font-size: 20px;
    font-weight: 500;
    line-height: 25px;
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 30px;
    margin-bottom: 30px
}

.personal-entity-special-offers .entity-special-offers__banner {
    margin-bottom: 20px
}

.personal-entity-special-offers .entity-special-offers__banner img {
    width: 100%
}

.personal-entity-special-offers .entity-special-offers__banner a {
    height: 100%
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .personal-entity-special-offers .entity-special-offers__subbanner {
        margin-bottom: 20px
    }
}

.personal-entity-special-offers .entity-special-offers__subbanner img {
    width: 100%
}

.personal-entity-special-offers .entity-special-offers__subbanner a {
    height: 100%
}

.entity-special-offers-detal {
    margin-bottom: 438px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .entity-special-offers-detal {
        margin-bottom: 200px
    }
}

.entity-special-offers-detal .offers-detal__title {
    font-size: 20px;
    line-height: 25px;
    font-weight: 500;
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 30px;
    margin-bottom: 30px
}

.entity-special-offers-detal .offers-detal__text {
    font-size: 14px
}

.entity-special-offers-detal .offers-detal__image img {
    width: 100%
}

@media only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
    .entity-special-offers-detal .offers-detal__image img {
        margin-bottom: 30px
    }
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .entity-special-offers-detal .offers-detal__image img {
        margin-bottom: 30px
    }
}

.personal-area-entity {
    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-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-top: 0
}

.personal-area-entity .b-cont {
    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-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.personal-area-entity .row {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.personal-area-entity .row .col-12.col-lg-9 {
    background: #fff
}

.background {
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #eee), color-stop(12%, #fff));
    background: -o-linear-gradient(left, #eee 50%, #fff 12%);
    background: linear-gradient(90deg, #eee 50%, #fff 12%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .background {
        background: #eeeeee
    }
}

.entity-left-menu {
    background: #EEEEEE;
    padding-bottom: 40px
}

@media only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
    .entity-left-menu {
        padding: 20px;
        max-width: 330px;
        min-width: 320px;
        position: absolute;
        width: 100%;
        z-index: 2;
        height: 100%;
        top: 0;
        left: -1000px;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s
    }

    .entity-left-menu.active {
        left: 0
    }
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .entity-left-menu {
        padding: 20px;
        max-width: 330px;
        min-width: 320px;
        position: absolute;
        width: 100%;
        z-index: 2;
        height: 100%;
        top: 0;
        left: -1000px;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s
    }

    .entity-left-menu.active {
        left: 0
    }
}

.entity-left-menu .left-menu__name {
    font-size: 20px;
    color: #000;
    line-height: 25.14px;
    font-weight: 500;
    padding-top: 60px;
    padding-bottom: 16px;
    margin-bottom: 44px;
    border-bottom: 1px solid #E5E5E5
}

.entity-left-menu .left-menu__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.entity-left-menu .left-menu__links .left-menu__links-item {
    color: #000;
    font-size: 14px;
    margin-bottom: 18px;
    padding: 12px 0 12px 16px;
    max-width: 250px;
    font-weight: 400;
    line-height: 16.6px
}

.entity-left-menu .left-menu__links .left-menu__links-item.active {
    background: #fff
}

.entity-left-menu .entity-score {
    max-width: 250px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .entity-left-menu .entity-score {
        max-width: 100%
    }
}

.entity-left-menu .entity-score .entity-score__card {
    padding: 16px;
    background: #fff;
    border-radius: 5px;
    margin-bottom: 16px
}

.entity-left-menu .entity-score .entity-score__card .entity-score-balance {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 52px;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px
}

.entity-left-menu .entity-score .entity-score__card .entity-score-status {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 6px
}

.entity-left-menu .entity-score .entity-score__card .entity-score-status__text {
    font-size: 14px;
    line-height: 17px;
    font-weight: 500
}

.entity-left-menu .entity-score .entity-score__card .entity-score-status__name {
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
    margin-left: 3px;
    margin-right: 5px;
    color: #B12F3E
}

.entity-left-menu .entity-score .entity-score__card .entity-score-status__svg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.entity-left-menu .entity-score .entity-score__card .entity-score-discount {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    line-height: 15px;
    font-weight: 400
}

.entity-left-menu .entity-score .entity-score__card .entity-score-discount__value {
    margin-left: 2px
}

.entity-left-menu .entity-score .entity-score__progress .entity-score__money {
    font-size: 12px;
    line-height: 15px;
    font-weight: 600;
    margin-bottom: 6px
}

.entity-left-menu .entity-score .entity-score__progress .entity-score__money :nth-child(2) {
    margin: 0 3px
}

.entity-left-menu .entity-score .entity-score__progress .entity-score__line-protgress {
    width: 100%;
    height: 4px;
    border-radius: 1px;
    background: #ACACAC;
    margin-top: 8px;
    margin-bottom: 12px
}

.entity-left-menu .entity-score .entity-score__progress .entity-score__line-protgress .line__progress {
    width: 100px;
    height: 4px;
    position: absolute;
    background: #000
}

.entity-left-menu .entity-score .entity-score__text {
    font-size: 10px;
    line-height: 14px;
    font-weight: 400;
    padding-bottom: 16px;
    border-bottom: 1px solid #E5E5E5;
    margin-bottom: 31px
}

.entity-left-menu .entity-score .entity-score__text span {
    font-weight: 600
}

.document-flow__title {
    font-size: 20px;
    line-height: 25px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    font-weight: 500;
    border-bottom: 1px solid #E5E5E5
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .document-flow__title {
        padding-bottom: 25px;
        margin-bottom: 25px
    }
}

.document-flow-company__card {
    margin-bottom: 60px;
    padding-bottom: 30px;
    border-bottom: 1px solid #E5E5E5
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .document-flow-company__card {
        margin-bottom: 40px
    }
}

.document-flow-company__card .document-flow-company__subtitle {
    font-size: 18px;
    line-height: 36px;
    font-weight: 400;
    margin-bottom: 30px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .document-flow-company__card .document-flow-company__subtitle {
        margin-bottom: 25px
    }
}

.document-flow-company__card .document-flow-company__place {
    padding: 20px;
    margin-bottom: 40px;
    border: 1px dashed #cccccc
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .document-flow-company__card .document-flow-company__place {
        border: none;
        padding: 0;
        background: none
    }
}

.document-flow-company__card .document-flow-company__place .document-flow-company__row {
    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;
    margin: 0 auto;
    text-align: center;
    max-width: 470px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .document-flow-company__card .document-flow-company__place .document-flow-company__row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        max-width: 100%;
        height: 105px
    }
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .document-flow-company__card .document-flow-company__place .document-flow-company__row .document-flow-company__svg {
        width: 90px;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background: rgba(232, 232, 232, 0.5);
        border-radius: 4px
    }

    .document-flow-company__card .document-flow-company__place .document-flow-company__row .document-flow-company__svg svg {
        -ms-flex-item-align: center;
        align-self: center
    }
}

.document-flow-company__card .document-flow-company__place .document-flow-company__row .document-flow-company__text-mobile {
    display: none
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .document-flow-company__card .document-flow-company__place .document-flow-company__row .document-flow-company__text-mobile {
        display: block;
        font-size: 14px;
        -ms-flex-item-align: center;
        align-self: center;
        text-align: start;
        padding-left: 10px;
        color: #787878
    }

    .document-flow-company__card .document-flow-company__place .document-flow-company__row .document-flow-company__text-mobile span {
        color: #000
    }
}

.document-flow-company__card .document-flow-company__place .document-flow-company__row .document-flow-company__text {
    display: block
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .document-flow-company__card .document-flow-company__place .document-flow-company__row .document-flow-company__text {
        display: none
    }
}

.document-flow-company__card .document-flow-company__place .document-flow-company__row .dz-message {
    margin: 0 !important
}

.document-flow-company__card .document-flow-company__button button {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    padding: 15px 60px;
    background: #000;
    color: #ffffff;
    border: 1px solid #000;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .document-flow-company__card .document-flow-company__button button {
        width: 100%
    }
}

.document-flow-company__card .document-flow-company__button button:hover {
    color: #000;
    background: #fff
}

.document-flow-act {
    margin-bottom: 60px;
    padding-bottom: 30px;
    border-bottom: 1px solid #E5E5E5
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .document-flow-act {
        margin-bottom: 30px
    }
}

.document-flow-act .document-flow-act__subtitle {
    font-size: 18px;
    line-height: 36px;
    font-weight: 400;
    margin-bottom: 30px
}

.document-flow-act .document-flow-act-input__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .document-flow-act .document-flow-act-input__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.document-flow-act .document-flow-act-input__row .material {
    margin-bottom: 0
}

.document-flow-act .document-flow-act-input__row .document-flow-act-input__initial {
    max-width: 200px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .document-flow-act .document-flow-act-input__row .document-flow-act-input__initial {
        max-width: 100%;
        margin-bottom: 20px
    }
}

.document-flow-act .document-flow-act-input__row .line {
    width: 20px;
    height: 1px;
    background: #000;
    margin: 0 10px;
    -ms-flex-item-align: center;
    align-self: center
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .document-flow-act .document-flow-act-input__row .line {
        display: none
    }
}

.document-flow-act .document-flow-act-input__row .document-flow-act-input__final {
    max-width: 200px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .document-flow-act .document-flow-act-input__row .document-flow-act-input__final {
        max-width: 100%
    }
}

.document-flow-act .document-flow-act__button button {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    padding: 15px 60px;
    background: #000;
    color: #ffffff;
    border: 1px solid #000;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .document-flow-act .document-flow-act__button button {
        width: 100%
    }
}

.document-flow-act .document-flow-act__button button:hover {
    color: #000;
    background: #fff
}

.document-flow-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 123px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .document-flow-link {
        margin-bottom: 65px
    }
}

.document-flow-link .document-flow-item {
    margin-bottom: 25px
}

.document-flow-link .document-flow-item a {
    color: #000;
    -webkit-text-decoration: dashed;
    text-decoration: dashed;
    padding-bottom: 4px;
    border-bottom: 1px solid #000
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .document-flow-link .document-flow-item a {
        font-size: 14px
    }
}

.individual-ordering {
    margin-bottom: 133px
}

.individual-ordering .material {
    margin-bottom: 24px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .individual-ordering .material {
        margin-bottom: 20px
    }
}

.individual-ordering__subtitile {
    font-size: 18px;
    margin-bottom: 24px;
    line-height: 36px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .individual-ordering__subtitile {
        line-height: 24px
    }
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .individual-ordering__input-checkbox {
        margin-bottom: 40px
    }
}

.individual-ordering__input-checkbox .checkbox-button__label {
    font-size: 13px;
    line-height: 18px;
    color: #999999
}

.individual-ordering__input-radioBatton {
    margin-bottom: 24px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .individual-ordering__input-radioBatton {
        margin-bottom: 16px
    }
}

.individual-ordering__input-radioBatton .radio-button__label {
    font-size: 14px;
    line-height: 1.4
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .individual-ordering__input-radioBatton .radio-button__label {
        line-height: 26px
    }
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .individual-ordering__input-apartment {
        margin-bottom: 40px
    }
}

.col-casom {
    width: 20%
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .col-casom.col-index {
        width: 100%
    }
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .col-casom {
        width: 50%
    }
}

.individual-ordering__button button {
    margin-top: 16px;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    background: #000;
    border: 1px solid #000;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    padding: 15px;
    display: block;
    text-align: center;
    width: 100%;
    max-width: 254px
}

.individual-ordering__button button:hover {
    color: #000;
    background: #fff
}

@media only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
    .individual-ordering__button button {
        margin-bottom: 10px
    }
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .individual-ordering__button button {
        margin-bottom: 10px;
        max-width: 290px
    }
}

.individual-ordering__conditions p {
    font-size: 10px;
    line-height: 14px
}

.individual-ordering__conditions p a {
    color: #000;
    padding-bottom: 1px;
    border-bottom: 1px solid #000;
    cursor: pointer
}

.individual-ordering__conditions p a:hover {
    color: #000
}

@media only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
    .individual-ordering__block {
        margin-bottom: 27px
    }
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .individual-ordering__block {
        margin-bottom: 27px
    }
}

.individual-ordering__list {
    border: 1px solid #E5E5E5;
    padding: 30px;
    margin-bottom: 20px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .individual-ordering__list {
        padding: 0;
        border: none
    }
}

.individual-ordering__list .individual-ordering__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #E5E5E5;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 25px;
    margin-bottom: 25px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .individual-ordering__list .individual-ordering__card .individual-ordering__image img {
        width: 90px;
        height: 103px
    }
}

.individual-ordering__list .individual-ordering__card .individual-ordering__text .individual-ordering__name {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 6px
}

.individual-ordering__list .individual-ordering__card .individual-ordering__text .individual-ordering__brand {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 6px
}

.individual-ordering__list .individual-ordering__card .individual-ordering__text .individual-ordering__weight {
    font-size: 14px;
    line-height: 20px;
    color: #BDBDBD;
    margin-bottom: 21px
}

.individual-ordering__list .individual-ordering__card .individual-ordering__points {
    display: none
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .individual-ordering__list .individual-ordering__card .individual-ordering__points {
        display: block;
        -ms-flex-item-align: center;
        align-self: center
    }
}

.individual-ordering__list .individual-ordering__card .individual-ordering__card-sum {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.individual-ordering__list .individual-ordering__card .individual-ordering__card-sum .individual-ordering__price {
    font-size: 18px;
    margin-right: 10px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .individual-ordering__list .individual-ordering__card .individual-ordering__card-sum .individual-ordering__price {
        font-size: 16px
    }
}

.individual-ordering__list .individual-ordering__card .individual-ordering__card-sum .individual-ordering__priceDel {
    font-size: 12px;
    -ms-flex-item-align: center;
    align-self: center;
    text-decoration: line-through;
    color: #B12F3E
}

.individual-ordering__list .individual-ordering__card .individual-ordering__quantity {
    -ms-flex-item-align: center;
    align-self: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.individual-ordering__list .individual-ordering__card .individual-ordering__quantity svg {
    -ms-flex-item-align: center;
    align-self: center
}

.individual-ordering__list .individual-ordering__card .individual-ordering__quantity input {
    text-align: center;
    padding: 0;
    border: none;
    max-width: 20px;
    pointer-events: none;
    margin: 0 16px;
    font-size: 20px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .individual-ordering__list .individual-ordering__card .individual-ordering__quantity {
        display: none
    }
}

.individual-ordering__list .individual-ordering__card .individual-ordering__delite {
    -ms-flex-item-align: center;
    align-self: center
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .individual-ordering__list .individual-ordering__card .individual-ordering__delite {
        display: none
    }
}

.individual-ordering__promo {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #E5E5E5
}

.individual-ordering__promo .individual-ordering__promo-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.individual-ordering__promo .individual-ordering__promo-text {
    font-size: 14px
}

.individual-ordering__promo .individual-ordering__promo-add {
    font-size: 14px;
    cursor: pointer
}

.individual-ordering__promo .individual-ordering__promo-add.disable {
    display: none
}

.individual-ordering__promo .individual-ordering__promo-close {
    font-size: 14px;
    cursor: pointer;
    display: block
}

.individual-ordering__promo .individual-ordering__promo-close.disable {
    display: none
}

.individual-ordering__promo-input {
    width: 100%;
    height: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 14px;
    opacity: 1;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.individual-ordering__promo-input.disable {
    opacity: 0;
    height: 0;
    margin-top: 0;
    pointer-events: none
}

.individual-ordering__promo-input .material {
    height: 44px
}

.individual-ordering__promo-input .promo-icons {
    background: #000;
    width: 44px;
    height: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: center;
    align-self: center;
    position: absolute;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer
}

.individual-ordering__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 8px;
    font-size: 14px
}

.individual-ordering__row:nth-child(3n) {
    margin-bottom: 18px
}

.individual-ordering__row:last-child {
    margin-bottom: 0
}

.individual-ordering__row .individual-ordering__discount-numders {
    color: #B12F3E
}

.individual-ordering__row .individual-ordering__total {
    font-size: 20px;
    font-family: "Cera Pro Medium", sans-serif;
    font-weight: 500
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .individual-ordering__row .individual-ordering__total {
        font-size: 16px
    }
}

.individual-ordering__row .individual-ordering__total-numders {
    font-size: 20px;
    font-family: "Cera Pro Medium", sans-serif;
    font-weight: 500
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .individual-ordering__row .individual-ordering__total-numders {
        font-size: 16px
    }
}

.individualOrderingModal .modal-body .modal-body__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.individualOrderingModal .modal-body .modal-body__row .individual-ordering__text {
    font-size: 16px
}

.individualOrderingModal .modal-body .modal-body__row .individual-ordering__quantity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
    align-self: center
}

.individualOrderingModal .modal-body .modal-body__row .individual-ordering__quantity svg {
    -ms-flex-item-align: center;
    align-self: center
}

.individualOrderingModal .modal-body .modal-body__row .individual-ordering__quantity input {
    text-align: center;
    padding: 0;
    border: none;
    max-width: 20px;
    pointer-events: none;
    margin: 0 16px;
    font-size: 20px
}

.individualOrderingModal .modal-body .modal-body__row .individual-ordering__delite {
    -ms-flex-item-align: center;
    align-self: center;
    margin-left: 37px
}

.region-search__list {
    -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.08), 0px 2px 24px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.08), 0px 2px 24px rgba(0, 0, 0, 0.08);
    padding-left: 0;
    position: absolute;
    height: 0;
    display: block;
    z-index: 200;
    background: #fff;
    margin-top: -26px;
    overflow: hidden;
    overflow-y: scroll;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    text-align: center;
    max-height: 300px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .region-search__list {
        margin-top: -20px
    }
}

.region-search__list .region-search__link {
    display: block;
    padding: 10px 0;
    color: #909090;
    font-size: 16px;
    cursor: Pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.city-search__list {
    -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.08), 0px 2px 24px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.08), 0px 2px 24px rgba(0, 0, 0, 0.08);
    padding-left: 0;
    position: absolute;
    height: 0;
    display: block;
    z-index: 200;
    background: #fff;
    margin-top: -26px;
    overflow: hidden;
    overflow-y: scroll;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    text-align: center;
    max-height: 300px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .city-search__list {
        margin-top: -20px
    }
}

.city-search__list .city-search__link {
    display: block;
    padding: 10px 0;
    color: #909090;
    font-size: 16px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.individual-ordering__title {
    font-size: 32px;
    line-height: 44px;
    font-weight: 400;
    margin-bottom: 49px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .individual-ordering__title {
        font-size: 20px;
        margin-bottom: 25px;
        line-height: 24px
    }
}

.entity-ordering {
    margin-bottom: 133px
}

.entity-ordering .material {
    margin-bottom: 24px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .entity-ordering .material {
        margin-bottom: 20px
    }
}

.entity-ordering__subtitile {
    font-size: 18px;
    margin-bottom: 24px;
    line-height: 36px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .entity-ordering__subtitile {
        line-height: 24px
    }
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .entity-ordering__input-checkbox {
        margin-bottom: 40px
    }
}

.entity-ordering__input-checkbox .checkbox-button__label {
    font-size: 13px;
    line-height: 18px;
    color: #999999
}

.entity-ordering__input-radioBatton {
    margin-bottom: 24px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .entity-ordering__input-radioBatton {
        margin-bottom: 16px
    }
}

.entity-ordering__input-radioBatton .radio-button__label {
    font-size: 14px;
    line-height: 48px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .entity-ordering__input-radioBatton .radio-button__label {
        line-height: 26px
    }
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .entity-ordering__input-apartment {
        margin-bottom: 40px
    }
}

.col-casom {
    width: 20%
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .col-casom.col-index {
        width: 100%
    }
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .col-casom {
        width: 50%
    }
}

.entity-ordering__button button {
    margin-top: 16px;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    background: #000;
    border: 1px solid #000;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    padding: 15px;
    display: block;
    text-align: center;
    width: 100%;
    max-width: 254px
}

.entity-ordering__button button:hover {
    color: #000;
    background: #fff
}

@media only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
    .entity-ordering__button button {
        margin-bottom: 10px
    }
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .entity-ordering__button button {
        margin-bottom: 10px;
        max-width: 290px
    }
}

.entity-ordering__conditions p {
    font-size: 10px;
    line-height: 14px
}

.entity-ordering__conditions p a {
    color: #000;
    padding-bottom: 1px;
    border-bottom: 1px solid #000;
    cursor: pointer
}

.entity-ordering__conditions p a:hover {
    color: #000
}

@media only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
    .entity-ordering__block {
        margin-bottom: 27px
    }
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .entity-ordering__block {
        margin-bottom: 27px
    }
}

.entity-ordering__list {
    border: 1px solid #E5E5E5;
    padding: 30px;
    margin-bottom: 20px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .entity-ordering__list {
        padding: 0;
        border: none
    }
}

.entity-ordering__list .entity-ordering__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #E5E5E5;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 25px;
    margin-bottom: 25px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .entity-ordering__list .entity-ordering__card .entity-ordering__image img {
        width: 90px;
        height: 103px
    }
}

.entity-ordering__list .entity-ordering__card .entity-ordering__text .entity-ordering__name {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 6px
}

.entity-ordering__list .entity-ordering__card .entity-ordering__text .entity-ordering__brand {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 6px
}

.entity-ordering__list .entity-ordering__card .entity-ordering__text .entity-ordering__weight {
    font-size: 14px;
    line-height: 20px;
    color: #BDBDBD;
    margin-bottom: 21px
}

.entity-ordering__list .entity-ordering__card .entity-ordering__points {
    display: none
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .entity-ordering__list .entity-ordering__card .entity-ordering__points {
        display: block;
        -ms-flex-item-align: center;
        align-self: center
    }
}

.entity-ordering__list .entity-ordering__card .entity-ordering__card-sum {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.entity-ordering__list .entity-ordering__card .entity-ordering__card-sum .entity-ordering__price {
    font-size: 18px;
    margin-right: 10px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .entity-ordering__list .entity-ordering__card .entity-ordering__card-sum .entity-ordering__price {
        font-size: 16px
    }
}

.entity-ordering__list .entity-ordering__card .entity-ordering__card-sum .entity-ordering__priceDel {
    font-size: 12px;
    -ms-flex-item-align: center;
    align-self: center;
    text-decoration: line-through;
    color: #B12F3E
}

.entity-ordering__list .entity-ordering__card .entity-ordering__quantity {
    -ms-flex-item-align: center;
    align-self: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.entity-ordering__list .entity-ordering__card .entity-ordering__quantity svg {
    -ms-flex-item-align: center;
    align-self: center
}

.entity-ordering__list .entity-ordering__card .entity-ordering__quantity input {
    text-align: center;
    padding: 0;
    border: none;
    max-width: 20px;
    pointer-events: none;
    margin: 0 16px;
    font-size: 20px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .entity-ordering__list .entity-ordering__card .entity-ordering__quantity {
        display: none
    }
}

.entity-ordering__list .entity-ordering__card .entity-ordering__delite {
    -ms-flex-item-align: center;
    align-self: center
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .entity-ordering__list .entity-ordering__card .entity-ordering__delite {
        display: none
    }
}

.entity-ordering__promo {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #E5E5E5
}

.entity-ordering__promo .entity-ordering__promo-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.entity-ordering__promo .entity-ordering__promo-text {
    font-size: 14px
}

.entity-ordering__promo .entity-ordering__promo-add {
    font-size: 14px;
    cursor: pointer
}

.entity-ordering__promo .entity-ordering__promo-add.disable {
    display: none
}

.entity-ordering__promo .entity-ordering__promo-close {
    font-size: 14px;
    cursor: pointer;
    display: block
}

.entity-ordering__promo .entity-ordering__promo-close.disable {
    display: none
}

.entity-ordering__promo-input {
    width: 100%;
    height: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 14px;
    opacity: 1;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.entity-ordering__promo-input.disable {
    opacity: 0;
    height: 0;
    margin-top: 0;
    pointer-events: none
}

.entity-ordering__promo-input .material {
    height: 44px
}

.entity-ordering__promo-input .promo-icons {
    background: #000;
    width: 44px;
    height: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: center;
    align-self: center;
    position: absolute;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer
}

.entity-ordering__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 8px;
    font-size: 14px
}

.entity-ordering__row:nth-child(3n) {
    margin-bottom: 18px
}

.entity-ordering__row:last-child {
    margin-bottom: 0
}

.entity-ordering__row .entity-ordering__discount-numders {
    color: #B12F3E
}

.entity-ordering__row .entity-ordering__total {
    font-size: 20px;
    font-family: "Cera Pro Medium", sans-serif;
    font-weight: 500
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .entity-ordering__row .entity-ordering__total {
        font-size: 16px
    }
}

.entity-ordering__row .entity-ordering__total-numders {
    font-size: 20px;
    font-family: "Cera Pro Medium", sans-serif;
    font-weight: 500
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .entity-ordering__row .entity-ordering__total-numders {
        font-size: 16px
    }
}

.entityOrderingModal .modal-body .modal-body__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.entityOrderingModal .modal-body .modal-body__row .entity-ordering__text {
    font-size: 16px
}

.entityOrderingModal .modal-body .modal-body__row .entity-ordering__quantity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
    align-self: center
}

.entityOrderingModal .modal-body .modal-body__row .entity-ordering__quantity svg {
    -ms-flex-item-align: center;
    align-self: center
}

.entityOrderingModal .modal-body .modal-body__row .entity-ordering__quantity input {
    text-align: center;
    padding: 0;
    border: none;
    max-width: 20px;
    pointer-events: none;
    margin: 0 16px;
    font-size: 20px
}

.entityOrderingModal .modal-body .modal-body__row .entity-ordering__delite {
    -ms-flex-item-align: center;
    align-self: center;
    margin-left: 37px
}

.ordering-region-search__list {
    -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.08), 0px 2px 24px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.08), 0px 2px 24px rgba(0, 0, 0, 0.08);
    padding-left: 0;
    position: absolute;
    height: 0;
    display: block;
    z-index: 200;
    background: #fff;
    margin-top: -26px;
    overflow: hidden;
    overflow-y: scroll;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    text-align: center;
    max-height: 300px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .ordering-region-search__list {
        margin-top: -20px
    }
}

.ordering-region-search__list .ordering-region-search__link {
    display: block;
    padding: 10px 0;
    color: #909090;
    font-size: 16px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.ordering-city-search__list {
    -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.08), 0px 2px 24px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.08), 0px 2px 24px rgba(0, 0, 0, 0.08);
    padding-left: 0;
    position: absolute;
    height: 0;
    display: block;
    z-index: 200;
    background: #fff;
    margin-top: -26px;
    overflow: hidden;
    overflow-y: scroll;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    text-align: center;
    max-height: 300px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .ordering-city-search__list {
        margin-top: -20px
    }
}

.ordering-city-search__list .ordering-city-search__link {
    display: block;
    padding: 10px 0;
    color: #909090;
    font-size: 16px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.individual-ordering__title {
    font-size: 32px;
    line-height: 44px;
    font-weight: 400;
    margin-bottom: 49px
}



.map-tour {
    height: 650px;
    background-image: url("/local/templates/main/components/bitrix/news.list/contacts.map/bg__bbsquare.webp");
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 100px;
    user-select: none !important;
    position: relative;
    background-position: center center;
    cursor: pointer;
    background-size: cover;
}

.map-tour__title {
    font-size: 52px;
    line-height: 1.23;
    color: #fff;
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 600;
    z-index: 2;
}

.map-tour__subtitle {
    margin-top: 30px;
    color: #fff;
    font-size: 22px;
    line-height: 1.55;
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 300;
    z-index: 2;
}

.map-tour__button {
    height: 45px;
    font-size: 14px;
    padding-left: 30px;
    padding-right: 30px;
    color: #000000;
    background-color: #ffffff;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    font-family: 'Roboto', Arial, sans-serif;
    text-transform: uppercase;
    display: flex;
    visibility: hidden;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    margin-top: -50px;
    z-index: 2;
    transition: margin-top 0.35s, visibility 0s, opacity 0.35s ease-in-out;
    opacity: 0;
}

.map-tour:hover .map-tour__button {
    visibility: visible;
    opacity: 1;
    margin-top: 50px;
}

.map-tour__bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.60), rgba(0, 0, 0, 0.60));
    transition: opacity .25s linear;
    opacity: 1;
}

.map-tour:hover .map-tour__bg {
    opacity: 0.8;
}

@media only screen and (max-width: 1200px), only screen and (max-device-width: 1200px) {
    .map-tour__title {
        font-size: 48px;
    }

    .map-tour__subtitle {
        font-size: 20px;
    }
}

@media only screen and (max-width: 960px), only screen and (max-device-width: 960px) {
    .map-tour {
        height: 400px;
    }
}

@media only screen and (max-width: 640px), only screen and (max-device-width: 640px) {
    .map-tour__title {
        font-size: 30px;
    }

    .map-tour__subtitle {
        font-size: 18px;
        line-height: 1.45;
    }
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .map-tour {
        margin-bottom: 21px;
    }
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .individual-ordering__title {
        font-size: 20px;
        margin-bottom: 25px;
        line-height: 24px
    }
}

.journal {
    margin-bottom: 80px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .journal {
        margin-bottom: 59px
    }
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .journal .col-castom:nth-child(odd) {
        padding-right: 5px !important
    }

    .journal .col-castom:nth-child(even) {
        padding-left: 5px !important
    }
}

.journal .journal__images {
    max-height: 840px;
    margin-bottom: 40px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .journal .journal__images {
        margin-bottom: 14px
    }
}

.journal .journal__images img {
    width: 100%;
    height: 100%
}

.journal .journal__images__smal {
    max-height: 550px;
    margin-bottom: 40px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .journal .journal__images__smal {
        margin-bottom: 14px
    }
}

.journal .journal__images__smal img {
    width: 100%;
    height: 100%
}

.journal__title {
    font-size: 40px;
    line-height: 1.4;
    margin-bottom: 60px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .journal__title {
        font-size: 20px;
        margin-bottom: 20px
    }
}

.modal-checkin-come__mail {
    font-size: 14px
}

#modalCheckin .modal-content {
    max-width: 350px !important;
    margin: 0 auto;
    margin-top: 150px
}

#modalCheckin .modal-header {
    border: none
}

#modalCheckin .tab-content {
    padding-top: 40px !important;
    padding-bottom: 0 !important
}

#modalCheckin .material {
    margin-bottom: 20px
}

#modalCheckin .material:last-child {
    margin-bottom: 12px
}

.modal-checkin-come__password {
    font-size: 14px
}

input[type='password'] {
    letter-spacing: 0.3em
}

.modal-checkin-come__link {
    margin-bottom: 32px
}

.modal-checkin-come__link a {
    font-size: 12px;
    color: #BCBCBC;
    -webkit-text-decoration: revert;
    text-decoration: revert;
    cursor: pointer
}

.modal-checkin-come__button {
    margin-bottom: 8px
}

.modal-checkin-come__button button {
    padding: 12px;
    border: 1px solid #000;
    color: #fff;
    background: #000;
    display: block;
    text-align: center;
    width: 100%;
    font-size: 16px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.modal-checkin-come__button button:hover {
    background: #fff;
    color: #000
}

.modal-checkin-come__text {
    font-size: 12px;
    color: #8D8D8D;
    margin-bottom: 44px
}

.modal-checkin-come__text a {
    color: #000;
    -webkit-text-decoration: revert;
    text-decoration: revert;
    cursor: pointer
}

.modal-checkin-creat__link a {
    font-size: 12px;
    color: #BCBCBC;
    -webkit-text-decoration: revert;
    text-decoration: revert;
    margin-bottom: 32px;
    cursor: pointer
}

.modal-checkin-creat__button {
    margin-bottom: 8px
}

.modal-checkin-creat__button button {
    padding: 12px;
    border: 1px solid #000;
    color: #fff;
    background: #000;
    display: block;
    text-align: center;
    width: 100%;
    font-size: 16px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.modal-checkin-creat__button button:hover {
    background: #fff;
    color: #000
}

.checkbox-button__label {
    font-size: 12px;
    color: #000
}

.modal-checkin-creat__checkbox-creat {
    margin-bottom: 10px
}

.modal-checkin-creat__checkbox {
    margin-bottom: 15px
}

.modal-checkin-creat__text {
    font-size: 12px;
    color: #8D8D8D;
    margin-bottom: 44px
}

.modal-checkin-creat__text a {
    color: #000;
    -webkit-text-decoration: revert;
    text-decoration: revert;
    cursor: pointer
}

.Tab-Checkin .tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    scrollbar-color: #262626 transparent;
    scrollbar-width: thin
}

@media only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
    .Tab-Checkin .tabs {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }
}

.Tab-Checkin .tabs::-webkit-scrollbar {
    height: 2px;
    max-width: 20px
}

.Tab-Checkin .tabs::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 6px;
    width: 3px
}

.Tab-Checkin .tabs::-webkit-scrollbar-thumb {
    background: #262626;
    border-radius: 6px;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 20px;
    max-height: 20px
}

.Tab-Checkin .tabs::-webkit-scrollbar-thumb:hover {
    background: #b23cfd
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .Tab-Checkin .tabs {
        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;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.Tab-Checkin .tabs .Tab-Checkin__line {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    border-radius: 15px;
    background-color: #000;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
}

.Tab-Checkin .tabs .Tab-Checkin__head {
    padding: 0 0 0 2px;
    font-size: 20px;
    color: #000;
    opacity: 0.5;
    cursor: pointer;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    position: relative
}

.Tab-Checkin .tabs .Tab-Checkin__head:not(:last-child) {
    margin-right: 24px
}

.Tab-Checkin .tabs .Tab-Checkin__head.active {
    opacity: 1
}

.Tab-Checkin .tabs .Tab-Checkin__head:hover {
    opacity: 1
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .Tab-Checkin .tabs .Tab-Checkin__head {
        width: 50%
    }

    .Tab-Checkin .tabs .Tab-Checkin__head:not(:last-child) {
        margin-right: 0
    }

    .Tab-Checkin .tabs .Tab-Checkin__head:after {
        display: block
    }

    .Tab-Checkin .tabs .Tab-Checkin__head:first-child {
        margin-right: 0
    }
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .Tab-Checkin .tabs .Tab-Checkin__head .tab-title {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-right: 20px;
        font-size: 16px;
        font-weight: 500
    }

    .Tab-Checkin .tabs .Tab-Checkin__head .tab-title::after {
        display: none
    }

    .Tab-Checkin .tabs .Tab-Checkin__head .tab-title p {
        font-size: 16px !important
    }
}

.Tab-Checkin .tabs .Tab-Checkin__head .tab-title p {
    font-family: "Cera Pro Medium", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 4px
}

.Tab-Checkin .tabs .Tab-Checkin__head .tab-title p:first-child {
    margin-right: 4px
}

.Tab-Checkin .tab-content {
    padding: 40px 0
}

.Tab-Checkin .tab-content .Tab-Checkin__panel {
    color: #333;
    display: none
}

.Tab-Checkin .tab-content .Tab-Checkin__panel.active {
    display: block
}

.chosen__list {
    margin-bottom: 100px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .chosen__list .col-castom {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .chosen__list .col-castom:nth-child(odd) {
        padding-right: 5px !important
    }

    .chosen__list .col-castom:nth-child(even) {
        padding-left: 5px !important
    }
}

.chosen .pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 78px
}

.chosen .pagination li {
    margin-right: 35px
}

.chosen .pagination li a {
    color: #808080;
    font-size: 16px;
    line-height: 28px
}

.chosen .pagination li a.active {
    color: #000;
    padding-bottom: 3px;
    border-bottom: 3px solid #000
}

.chosen .pagination li a.pagination-right svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

@keyframes toggleLikeButton {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-filter: drop-shadow(0, 0, 0, #616161);
        filter: drop-shadow(0, 0, 0, #616161)
    }
}

@keyframes toggleButtonElement {
    0% {
        max-height: 0;
        overflow: hidden;
        opacity: 0
    }
    100% {
        opacity: 1;
        max-height: 60px;
        overflow: hidden
    }
}

@keyframes toggleCardHover {
    0% {
        position: static
    }
    10% {
        position: absolute
    }
    100% {
    }
}

.product-card-chosen {
    display: block;
    color: #000;
    background-color: transparent;
    position: relative;
    height: 100%;
    padding: 0 16px 16px;
    pointer-events: all;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.product-card-chosen__inner {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: -1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: absolute;
    padding: 16px;
    left: 0;
    right: 0;
    top: -16px;
    bottom: 0;
    height: calc(100% + 60px)
}

.product-card-chosen:hover {
    color: #000;
    z-index: 1;
    z-index: 1
}

.product-card-chosen:hover .product-card-chosen__inner {
    background-color: #fff;
    z-index: -1;
    -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.08), 0px 2px 24px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.08), 0px 2px 24px rgba(0, 0, 0, 0.08)
}

.product-card-chosen:hover .product-card-chosen__inner .product-card-chosen__toggle-el {
    opacity: 1
}

.product-card-chosen:hover .product-card-chosen__inner .product-card-chosen__toggle-el button {
    background-color: #000;
    opacity: 1
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .product-card-chosen:hover .product-card-chosen__inner {
        background: transparent;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .product-card-chosen {
        padding: 0
    }

    .product-card-chosen:hover {
        z-index: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .product-card-chosen:hover .product-card-chosen__toggle-el {
        display: none
    }

    .product-card-chosen:hover .product-card-chosen__toggle-el button {
        opacity: 0
    }
}

.product-card-chosen__image-cont {
    overflow: hidden;
    position: relative;
    background-color: #f2f2f2;
    margin-bottom: 16px;
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .product-card-chosen__image-cont {
        margin-bottom: 10px
    }

    .product-card-chosen__image-cont img {
        height: 180px
    }
}

.product-card-chosen__content {
    margin-bottom: 16px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .product-card-chosen__content {
        padding-left: 16px
    }
}

.product-card-chosen__like-button {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 10px;
    right: 25px;
    cursor: pointer;
    pointer-events: all
}

.product-card-chosen__like-button svg {
    pointer-events: none
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .product-card-chosen__like-button svg {
        width: 16px;
        height: 16px
    }
}

.product-card-chosen__like-button.active {
    -webkit-animation-name: toggleLikeButton;
    animation-name: toggleLikeButton;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s
}

.product-card-chosen__like-button.active svg path {
    fill: #fff
}

.product-card-chosen__like-button:hover svg path {
    fill: #D5D5D5
}

.product-card-chosen__stock-labels {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.product-card-chosen__stock-icon {
    background-color: #000;
    color: #fff;
    padding: 2px 6px;
    font-size: 14px;
    display: none;
    margin-right: 2px
}

.product-card-chosen__stock-icon.active {
    display: block
}

.product-card-chosen__title {
    margin-bottom: 10px;
    font-size: 20px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .product-card-chosen__title {
        font-size: 16px;
        line-height: 1.4;
        word-break: break-word
    }
}

.product-card-chosen__subtitle {
    max-width: 60%;
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 8px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .product-card-chosen__subtitle {
        max-width: 100%;
        font-size: 14px;
        line-height: 1.4;
        margin-bottom: 10px
    }
}

.product-card-chosen__review {
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 8px
}

.product-card-chosen__review .product-review__counter {
    color: #616161;
    font-size: 14px;
    line-height: 1.4
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .product-card-chosen__review {
        margin-bottom: 8px
    }
}

.product-card-chosen__price {
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.product-card-chosen__price--current {
    font-size: 16px;
    line-height: 1.4;
    margin-right: 9px
}

.product-card-chosen__price--old {
    font-size: 12px;
    line-height: 1.4;
    text-decoration: line-through;
    color: #b12f3e
}

.product-card-chosen__toggle-el {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    opacity: 0;
    position: relative;
    z-index: 100
}

.product-card-chosen__toggle-el button.add-to-cart {
    padding: 12px 70px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.4;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    background-color: #000;
    color: #fff;
    opacity: 0;
    border: none;
    outline: none
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .product-card-chosen__toggle-el {
        display: none
    }
}

.chosen__title {
    font-size: 40px;
    line-height: 1.4;
    margin-bottom: 60px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .chosen__title {
        font-size: 20px;
        margin-bottom: 20px
    }
}

#ModalBasket .modal-header {
    border: none;
    padding-bottom: 0
}

#ModalBasket .modal-dialog {
    max-width: 663px !important;
    width: 100%;
    height: 100%;
    margin: 0;
    margin: initial;
    float: right
}

#ModalBasket .modal-content {
    margin-top: 76px;
    max-width: 663px !important;
    height: 100%;
    margin: 0;
    margin: initial
}

#ModalBasket .modal-body {
    overflow: scroll;
    padding: 50px 80px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    #ModalBasket .modal-body {
        padding: 20px
    }
}

#ModalBasket .modal-body .modal-title {
    margin-bottom: 40px
}

#ModalBasket .modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: none;
    padding: 20px 80px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    #ModalBasket .modal-footer {
        padding: 20px;
        margin-bottom: 50px;
    }
}

#ModalBasket .modal-footer .modal-basket__row {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

#ModalBasket .modal-footer .modal-basket__row .modal-basket__total {
    font-size: 20px;
    font-family: "Cera Pro Medium", sans-serif
}

#ModalBasket .modal-footer .modal-basket__row .modal-basket__total-numders {
    font-size: 20px;
    font-family: "Cera Pro Medium", sans-serif
}

#ModalBasket .modal-footer .modal-basket__button {
    width: 100%;
    display: block;
    text-align: right
}

#ModalBasket .modal-footer .modal-basket__button a, #ModalBasket .modal-footer .modal-basket__button button {
    padding: 15px;
    border: 1px solid #000;
    background: #000;
    color: #fff;
    width: 100%;
    text-align: center;
    font-size: 16px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    display: block
}

#ModalBasket .modal-footer .modal-basket__button a:hover, #ModalBasket .modal-footer .modal-basket__button button:hover {
    background: #fff;
    color: #000
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .modal-basket__list {
        padding: 0;
        border: none
    }
}

.modal-basket__list .modal-basket__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #E5E5E5;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 25px;
    margin-bottom: 25px
}

.modal-basket__list .modal-basket__card .modal-basket__image {
    width: 110px;
    margin-right: 16px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.modal-basket__list .modal-basket__card .modal-basket__image img {
    max-width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .modal-basket__list .modal-basket__card .modal-basket__image img {
        width: 90px;
        height: 103px
    }
}

.modal-basket__list .modal-basket__card .modal-basket__text {
    margin-right: 16px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1
}

.modal-basket__list .modal-basket__card .modal-basket__text .modal-basket__name {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 6px;
    color: #000
}

.modal-basket__list .modal-basket__card .modal-basket__text .modal-basket__brand {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 6px;
    color: #000
}

.modal-basket__list .modal-basket__card .modal-basket__text .modal-basket__weight {
    font-size: 14px;
    line-height: 20px;
    color: #BDBDBD;
    margin-bottom: 21px
}

.modal-basket__list .modal-basket__card .modal-basket__points {
    display: none
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .modal-basket__list .modal-basket__card .modal-basket__points {
        display: block;
        width: 15px;
        -ms-flex-item-align: center;
        align-self: center
    }
}

.modal-basket__list .modal-basket__card .modal-basket__card-sum {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.modal-basket__list .modal-basket__card .modal-basket__card-sum .modal-basket__price {
    font-size: 18px;
    margin-right: 10px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .modal-basket__list .modal-basket__card .modal-basket__card-sum .modal-basket__price {
        font-size: 16px
    }
}

.modal-basket__list .modal-basket__card .modal-basket__card-sum .modal-basket__priceDel {
    font-size: 12px;
    -ms-flex-item-align: center;
    align-self: center;
    text-decoration: line-through;
    color: #B12F3E
}

.modal-basket__list .modal-basket__card .modal-basket__quantity {
    -ms-flex-item-align: center;
    align-self: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 16px
}

.modal-basket__list .modal-basket__card .modal-basket__quantity svg {
    -ms-flex-item-align: center;
    align-self: center
}

.modal-basket__list .modal-basket__card .modal-basket__quantity input {
    text-align: center;
    padding: 0;
    border: none;
    max-width: 20px;
    pointer-events: none;
    margin: 0 16px;
    font-size: 20px
}

/*@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {*/
/*    .modal-basket__list .modal-basket__card .modal-basket__quantity {*/
/*        display: none*/
/*    }*/
/*}*/

.modal-basket__list .modal-basket__card .modal-basket__delite {
    -ms-flex-item-align: center;
    align-self: center
}

/*@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {*/
/*    .modal-basket__list .modal-basket__card .modal-basket__delite {*/
/*        display: none*/
/*    }*/
/*}*/

.modal-basket__promo {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #E5E5E5
}

.modal-basket__promo .modal-basket__promo-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.modal-basket__promo .modal-basket__promo-text {
    font-size: 14px
}

.modal-basket__promo .modal-basket__promo-add {
    font-size: 14px;
    cursor: pointer
}

.modal-basket__promo .modal-basket__promo-add.disable {
    display: none
}

.modal-basket__promo .modal-basket__promo-close {
    font-size: 14px;
    cursor: pointer;
    display: block
}

.modal-basket__promo .modal-basket__promo-close.disable {
    display: none
}

.modal-basket__promo-input {
    width: 100%;
    height: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 14px;
    opacity: 1;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.modal-basket__promo-input.disable {
    opacity: 0;
    height: 0;
    margin-top: 0;
    pointer-events: none
}

.modal-basket__promo-input .material {
    height: 44px
}

.modal-basket__promo-input .promo-icons {
    background: #000;
    width: 44px;
    height: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: center;
    align-self: center;
    position: absolute;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer
}

#ModalSelectCity .modal-header, #ModalCatalogSearch .modal-header {
    border: none;
    padding-bottom: 0
}

#ModalSelectCity .modal-dialog, #ModalCatalogSearch .modal-dialog {
    max-width: 663px !important;
    width: 100%;
    height: 100%;
    margin: 0;
    margin: initial;
    float: right
}

#ModalSelectCity .modal-content, #ModalCatalogSearch .modal-content {
    margin-top: 76px;
    max-width: 663px !important;
    height: 100%;
    margin: 0;
    margin: initial
}

#ModalSelectCity .modal-body, #ModalCatalogSearch .modal-body {
    padding: 50px 80px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    #ModalSelectCity .modal-body, #ModalCatalogSearch .modal-body {
        padding: 20px
    }
}

#ModalSelectCity .modal-body .modal-title, #ModalCatalogSearch .modal-body .modal-title {
    margin-bottom: 40px
}

#ModalSelectCity .modal-search-city .modal-search-city__title, #ModalCatalogSearch .modal-search-city .modal-search-city__title {
    font-size: 24px;
    margin-bottom: 40px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    #ModalSelectCity .modal-search-city .modal-search-city__title, #ModalCatalogSearch .modal-search-city .modal-search-city__title {
        margin-bottom: 0;
        display: none
    }
}

#ModalSelectCity .modal-search-city .modal-search-city__input, #ModalCatalogSearch .modal-search-city .modal-search-city__input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

#ModalSelectCity .modal-search-city .modal-search-city__input input, #ModalCatalogSearch .modal-search-city .modal-search-city__input input {
    width: 100%;
    border: none;
    border-bottom: 1px solid #000;
    outline: none
}

#ModalSelectCity .modal-search-city .iconSearch, #ModalCatalogSearch .modal-search-city .iconSearch {
    position: absolute;
    cursor: pointer;
    margin-left: -20px
}

#ModalSelectCity .modal-search-city .iconSearch.disable, #ModalCatalogSearch .modal-search-city .iconSearch.disable {
    opacity: 0
}

#ModalSelectCity .modal-search-city .iconDelite, #ModalCatalogSearch .modal-search-city .iconDelite {
    position: absolute;
    cursor: pointer;
    margin-left: -20px
}

#ModalSelectCity .modal-search-city .iconDelite.disable, #ModalCatalogSearch .modal-search-city .iconDelite.disable {
    opacity: 0
}

#ModalSelectCity .modal-search-city .modal-search-city__list, #ModalCatalogSearch .modal-search-city .modal-search-city__list {
    position: absolute;
    height: 100%;
    display: block;
    z-index: 10000;
    background: #fff;
    overflow: hidden;
    overflow-y: scroll;
    max-height: 500px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    margin-top: 10px
}

#ModalSelectCity .modal-search-city .modal-search-city__list .modal-search-city__link, #ModalCatalogSearch .modal-search-city .modal-search-city__list .modal-search-city__link {
    display: block;
    padding: 5px 0;
    cursor: pointer
}

#ModalBasketMobile .modal-dialog {
    height: auto
}

.ModalBasketMobile .modal-body .modal-body__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.ModalBasketMobile .modal-body .modal-body__row .modal-basket__text {
    font-size: 16px
}

.ModalBasketMobile .modal-body .modal-body__row .modal-basket__quantity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
    align-self: center
}

.ModalBasketMobile .modal-body .modal-body__row .modal-basket__quantity svg {
    -ms-flex-item-align: center;
    align-self: center
}

.ModalBasketMobile .modal-body .modal-body__row .modal-basket__quantity input {
    text-align: center;
    padding: 0;
    border: none;
    max-width: 20px;
    pointer-events: none;
    margin: 0 16px;
    font-size: 20px
}

.ModalBasketMobile .modal-body .modal-body__row .modal-basket__delite {
    -ms-flex-item-align: center;
    align-self: center;
    margin-left: 37px
}

#ModalDefinitionCity .modal-header {
    border: none;
    padding-bottom: 0
}

#ModalDefinitionCity .modal-dialog {
    max-width: 663px !important;
    width: 100%;
    height: 100%;
    margin: 0;
    margin: initial;
    float: right
}

#ModalDefinitionCity .modal-content {
    margin-top: 76px;
    max-width: 663px !important;
    height: 100%;
    margin: 0;
    margin: initial
}

#ModalDefinitionCity .modal-body {
    padding: 50px 80px
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    #ModalDefinitionCity .modal-body {
        padding: 20px
    }
}

#ModalDefinitionCity .modal-body .modal-title {
    margin-bottom: 40px
}

#ModalDefinitionCity .city-definition .modal-select-city-title {
    font-size: 24px;
    margin-bottom: 40px;
    max-height: 263px
}

#ModalDefinitionCity .city-definition .modal-select-city-text {
    max-width: 421px;
    font-size: 16px;
    margin-bottom: 41px
}

#ModalDefinitionCity .city-definition .modal-select-city-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

#ModalDefinitionCity .city-definition .modal-select-city-row .modal-select-city-button__true button {
    font-size: 16px;
    padding: 15px 60px;
    background: #000;
    color: #fff;
    margin-right: 32px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    border: 1px solid #000
}

#ModalDefinitionCity .city-definition .modal-select-city-row .modal-select-city-button__true button:hover {
    color: #000;
    background: #fff
}

#ModalDefinitionCity .city-definition .modal-select-city-row .modal-select-city-button__false button {
    background: #fff;
    color: #000;
    border: none;
    padding: 15px 0
}

#ModalBasketSmall .modal-dialog {
    float: right;
    width: 427px;
    height: 294px;
    margin-top: 78px
}

#ModalBasketSmall .modal-dialog .modal-header {
    border: none;
    padding: 30px
}

#ModalBasketSmall .modal-dialog .modal-header .modal-basket-small__title {
    font-size: 16px;
    font-family: "Cera Pro Medium", sans-serif
}

#ModalBasketSmall .modal-dialog .modal-body {
    padding: 0 30px 30px 30px
}

#ModalBasketSmall .modal-dialog .modal-body .modal-basket-small__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px
}

#ModalBasketSmall .modal-dialog .modal-body .modal-basket-small__row .modal-basket-small__image {
    max-width: 110px;
    max-height: 110px;
    margin-right: 16px
}

#ModalBasketSmall .modal-dialog .modal-body .modal-basket-small__row .modal-basket-small__text .modal-basket__name {
    font-size: 16px;
    margin-bottom: 4px
}

#ModalBasketSmall .modal-dialog .modal-body .modal-basket-small__row .modal-basket-small__text .modal-basket__brand {
    font-size: 24px;
    margin-bottom: 16px
}

#ModalBasketSmall .modal-dialog .modal-body .modal-basket-small__row .modal-basket-small__text .modal-basket__price {
    font-size: 20px;
    margin-bottom: 16px
}

#ModalBasketSmall .modal-dialog .modal-body .modal-basket-small__row .modal-basket-small__text .modal-basket__weight {
    font-size: 14px;
    color: #909090
}

#ModalBasketSmall .modal-dialog .modal-body .modal-basket-small__button button, #ModalBasketSmall .modal-dialog .modal-body .modal-basket-small__button a {
    padding: 12px 70px;
    font-size: 14px;
    background: #000;
    color: #fff;
    border: 1px solid #000;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    display: inline-block
}

#ModalBasketSmall .modal-dialog .modal-body .modal-basket-small__button button:hover, #ModalBasketSmall .modal-dialog .modal-body .modal-basket-small__button a:hover {
    background: #fff;
    color: #000
}

.page-academy__heading {
    font-size: 40px;
    line-height: 46px;
    margin: 10px 0 40px
}

@media only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
    .page-academy__heading {
        font-weight: normal;
        font-size: 24px;
        margin-bottom: 30px
    }
}

.page-academy__title {
    font-weight: 400;
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 40px
}

.page-academy__banner {
    margin-bottom: 60px
}

.page-academy__menu {
    border-top: 1px solid #000
}

.page-academy__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 90px
}

.page-academy__sidebar {
    width: 313px
}

.page-academy__sidebar--mobile {
    display: none;
    position: fixed;
    padding: 24px;
    left: -100%;
    opacity: 0;
    top: 60px;
    background-color: white;
    width: 100vw;
    height: calc(100vh - 100px);
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    pointer-events: none;
    z-index: 10000
}

.page-academy__main {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 144px;
    font-size: 16px;
    line-height: 22px
}

.page-academy__main p {
    margin-bottom: 25px
}

@media only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
    .page-academy__sidebar {
        display: none
    }

    .page-academy__sidebar--mobile {
        display: block
    }

    .page-academy__sidebar--mobile.active {
        left: 0;
        opacity: 1;
        pointer-events: all
    }

    .page-academy__main {
        padding-left: 0
    }
}

.dropdown-menu {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 20px;
    line-height: 46px
}

.dropdown-menu .dropdown-menu {
    display: none;
    padding-left: 12px;
    font-size: 18px;
    line-height: 22px
}

.dropdown-menu .dropdown-menu {
    display: none;
    padding-left: 12px;
    font-size: 18px;
    line-height: 22px
}

.dropdown-menu .dropdown-menu .dropdown-menu__item {
    padding-top: 8px;
    padding-bottom: 8px;
    border: 0
}

.dropdown-menu__item {
    border-bottom: 1px solid #bdbdbd;
    position: relative;
    padding: 9px 20px 9px 0
}

.dropdown-menu__item--open .dropdown-menu {
    display: block
}

.dropdown-menu__item--open .dropdown-menu__toggle::after {
    display: none
}

.dropdown-menu__item--active > .dropdown-menu__link {
    color: #000
}

.dropdown-menu__link {
    color: #999
}

.dropdown-menu__toggle {
    position: absolute;
    right: 0;
    top: 20px;
    height: 20px;
    width: 20px;
    font-size: 0;
    cursor: pointer
}

.dropdown-menu__toggle::before, .dropdown-menu__toggle::after {
    content: '';
    display: block;
    background: #999;
    position: absolute
}

.dropdown-menu__toggle::before {
    height: 2px;
    width: 100%;
    left: 0;
    top: 50%;
    margin-top: -1px
}

.dropdown-menu__toggle::after {
    width: 2px;
    height: 100%;
    top: 0;
    left: 50%;
    margin-left: -1px
}

.news-single img {
    max-width: 100%;
    margin-bottom: 40px
}

.news-single__content {
    margin-bottom: 40px
}

.news-single__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px
}

.news-single__item {
    width: 50%;
    padding: 0 15px;
    margin-bottom: 40px
}

.news-single__item img {
    margin-bottom: 24px
}

@media only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
    .news-single__item {
        width: 100%
    }
}

.vacany-card__link {
    text-decoration: none
}

.vacany-card__image {
    width: 100%;
    height: 250px;
    -o-object-fit: cover;
    object-fit: cover
}

@media only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
    .vacany-card__image {
        height: 214px
    }
}

.vacany-card__title {
    margin-top: 12px;
    font-size: 20px;
    line-height: 24px;
    color: black
}

@media only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
    .vacany-card__title {
        font-size: 18px
    }
}

.vacancy-single__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px 60px
}

.vacancy-single .material {
    margin-bottom: 24px
}

.vacancy-single__col {
    width: 50%;
    padding: 0 15px
}

@media only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
    .vacancy-single__col {
        width: 100%
    }
}

.vacancy-single__image {
    margin-top: 40px;
    width: 100%;
    height: 282px;
    -o-object-fit: cover;
    object-fit: cover;
    padding: 0 15px
}

.vacancy-single__form {
    margin-top: 32px
}

.button, .events-list-item__link {
    border: 1px solid #000;
    background: #000;
    padding: 12px 60px;
    outline: none;
    font-size: 16px;
    line-height: 20px;
    color: #fff
}

.button:hover, .events-list-item__link:hover, .button:focus, .events-list-item__link:focus {
    background: #fff;
    color: #000
}

.button--red {
    border-color: #B12F3E;
    background: #B12F3E
}

.button--red:hover, .button--red:focus {
    background: #fff;
    color: #B12F3E
}

.button--red-o, .events-list-item__link {
    border-color: #B12F3E;
    background: white;
    color: #B12F3E
}

.button--red-o:hover, .events-list-item__link:hover, .button--red-o:focus, .events-list-item__link:focus {
    background: #B12F3E;
    color: #fff
}

.input-text {
    position: relative
}

.input-text__control {
    width: 100%;
    height: 44px;
    padding: 12px 9px 12px 16px;
    border: 1px solid #e5e5e5;
    background: white;
    font-size: 14px;
    color: black;
    outline: none
}

.input-text__control::-webkit-input-placeholder {
    font-size: 0
}

.input-text__control::-moz-placeholder {
    font-size: 0
}

.input-text__control:-ms-input-placeholder {
    font-size: 0
}

.input-text__control::-ms-input-placeholder {
    font-size: 0
}

.input-text__control::placeholder {
    font-size: 0
}

.input-text__control:focus {
    border: 1px solid #000000
}

.input-text__label {
    position: absolute;
    top: 12px;
    left: 12px;
    padding: 0 5px;
    pointer-events: none;
    font-size: 14px;
    line-height: 20px;
    color: #999999
}

.input-text__control:focus + .input-text__label {
    color: #000
}

.input-text__control:not(:-moz-placeholder-shown) ~ .input-text__label {
    top: -10px;
    background: white;
    font-size: 13px
}

.input-text__control:not(:-ms-input-placeholder) ~ .input-text__label {
    top: -10px;
    background: white;
    font-size: 13px
}

.input-text__control:not(:placeholder-shown) ~ .input-text__label {
    top: -10px;
    background: white;
    font-size: 13px
}

.input-text__error {
    display: none;
    padding: 8px 16px;
    font-size: 12px;
    color: #BB0A30
}

.input-text--error .input-text__control {
    border-color: #BB0A30
}

.input-text--error .input-text__control, .input-text--error .input-text__label, .input-text--error .input-text__control:focus + .input-text__label {
    color: #BB0A30
}

.input-text--error .input-text__error {
    display: block
}

.input-textarea {
    position: relative
}

.input-textarea__control {
    width: 100%;
    height: 200px;
    padding: 12px 9px 12px 16px;
    border: 1px solid #e5e5e5;
    background: white;
    font-size: 14px;
    color: black;
    outline: none
}

.input-textarea__control::-webkit-input-placeholder {
    font-size: 0
}

.input-textarea__control::-moz-placeholder {
    font-size: 0
}

.input-textarea__control:-ms-input-placeholder {
    font-size: 0
}

.input-textarea__control::-ms-input-placeholder {
    font-size: 0
}

.input-textarea__control::placeholder {
    font-size: 0
}

.input-textarea__control:focus {
    border: 1px solid #000000
}

.input-textarea__label {
    position: absolute;
    top: 12px;
    left: 12px;
    padding: 0 5px;
    pointer-events: none;
    font-size: 14px;
    line-height: 20px;
    color: #999999
}

.input-textarea__control:focus + .input-textarea__label {
    color: #000
}

.input-textarea__control:not(:-moz-placeholder-shown) + .input-textarea__label {
    top: -10px;
    background: white;
    font-size: 13px
}

.input-textarea__control:not(:-ms-input-placeholder) + .input-textarea__label {
    top: -10px;
    background: white;
    font-size: 13px
}

.input-textarea__control:not(:placeholder-shown) + .input-textarea__label {
    top: -10px;
    background: white;
    font-size: 13px
}

.input-textarea--hide-placeholder .input-textarea__control:not(:-moz-placeholder-shown) + .input-textarea__label {
    display: none
}

.input-textarea--hide-placeholder .input-textarea__control:not(:-ms-input-placeholder) + .input-textarea__label {
    display: none
}

.input-textarea--hide-placeholder .input-textarea__control:not(:placeholder-shown) + .input-textarea__label {
    display: none
}

.input-textarea__error {
    display: none;
    padding: 8px 16px;
    font-size: 12px;
    color: #BB0A30
}

.input-textarea--error .input-textarea__control {
    border-color: #BB0A30
}

.input-textarea--error .input-textarea__control, .input-textarea--error .input-textarea__label, .input-textarea--error .input-textarea__control:focus + .input-textarea__label {
    color: #BB0A30
}

.input-textarea--error .input-textarea__error {
    display: block
}

.input-checkbox__control {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.input-checkbox__control + .input-checkbox__label {
    font-size: 12px;
    line-height: 18px;
    cursor: pointer;
    outline: none
}

.input-checkbox__control + .input-checkbox__label::before {
    content: '';
    display: inline-block;
    vertical-align: bottom;
    width: 20px;
    height: 20px;
    background: #fff;
    border: 1px solid #e5e5e5;
    outline: 1px solid #fff;
    outline-offset: -2px;
    margin-right: 8px
}

.input-checkbox__control:not(:disabled) + .input-checkbox__label:hover::before, .input-checkbox__control:not(:disabled) + .input-checkbox__label:focus::before {
    border-color: #000
}

.input-checkbox__control:checked + .input-checkbox__label::before {
    background: #000
}

.dropzone {
    border: 0;
    background-image: -o-repeating-linear-gradient(bottom, #e5e5e5, #e5e5e5 6px, transparent 6px, transparent 12px, #e5e5e5 12px), -o-repeating-linear-gradient(left, #e5e5e5, #e5e5e5 6px, transparent 6px, transparent 12px, #e5e5e5 12px), -o-repeating-linear-gradient(top, #e5e5e5, #e5e5e5 6px, transparent 6px, transparent 12px, #e5e5e5 12px), -o-repeating-linear-gradient(right, #e5e5e5, #e5e5e5 6px, transparent 6px, transparent 12px, #e5e5e5 12px);
    background-image: repeating-linear-gradient(0deg, #e5e5e5, #e5e5e5 6px, transparent 6px, transparent 12px, #e5e5e5 12px), repeating-linear-gradient(90deg, #e5e5e5, #e5e5e5 6px, transparent 6px, transparent 12px, #e5e5e5 12px), repeating-linear-gradient(180deg, #e5e5e5, #e5e5e5 6px, transparent 6px, transparent 12px, #e5e5e5 12px), repeating-linear-gradient(270deg, #e5e5e5, #e5e5e5 6px, transparent 6px, transparent 12px, #e5e5e5 12px);
    background-size: 1px 100%, 100% 1px, 1px 100%, 100% 1px;
    background-position: 0 0, 0 0, 100% 0, 0 100%;
    background-repeat: no-repeat;
    min-height: 120px
}

.dropzone__icon {
    text-align: center;
    margin-bottom: 20px
}

.dropzone .dropzone__message {
    margin: 0 auto;
    max-width: 415px;
    font-size: 14px;
    line-height: 20px
}

.card {
    -webkit-box-shadow: none;
    box-shadow: none
}

.card__link {
    text-decoration: none
}

.card__image {
    width: 100%;
    height: 250px;
    -o-object-fit: cover;
    object-fit: cover
}

@media only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
    .card__image {
        height: 214px
    }
}

.card--coach .card__image {
    height: 414px
}

@media only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
    .card--coach .card__image {
        height: 200px
    }
}

.card__title {
    margin-top: 12px;
    font-size: 20px;
    line-height: 24px;
    color: black
}

@media only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
    .card__title {
        font-size: 18px
    }
}

.courses-table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.courses-table__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid #eee
}

.courses-table__row:not(.courses-table__row--heading):hover {
    background: #FAFAFA;
    cursor: pointer
}

.courses-table__row--heading {
    -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08), 0 2px 4px rgba(0, 0, 0, 0.08);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08), 0 2px 4px rgba(0, 0, 0, 0.08)
}

.courses-table__cell {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    text-align: center;
    padding: 11px 20px;
    font-size: 14px;
    line-height: 36px
}

.courses-table__cell--date {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%
}

.courses-table__cell--city {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%
}

.courses-table__cell--time {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%
}

.courses-table__cell--price {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 15%;
    flex: 0 0 15%
}

.courses-table__cell--toggle {
    display: none
}

.courses-table__row--heading .courses-table__cell:not(:first-child)::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 1px;
    height: 32px;
    margin-top: -16px;
    background: #E1E4E7
}

@media only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
    .courses-table {
        margin-left: -15px;
        margin-right: -15px
    }

    .courses-table__cell {
        padding-right: 15px;
        padding-left: 15px;
        text-align: left
    }

    .courses-table__cell--date {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 55%;
        flex: 0 0 55%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .courses-table__cell--city {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .courses-table__cell--toggle {
        display: block;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40px;
        flex: 0 0 40px;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .courses-table__cell--time, .courses-table__cell--price {
        display: none;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        line-height: 18px
    }

    .courses-table__cell--time::before, .courses-table__cell--price::before {
        font-weight: 500
    }

    .courses-table__cell--time {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .courses-table__cell--time::before {
        content: 'Время'
    }

    .courses-table__cell--price {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .courses-table__cell--price::before {
        content: 'Цена'
    }

    .courses-table__row--open .courses-table__cell--time, .courses-table__row--open .courses-table__cell--price {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .courses-table__row--open .courses-table__cell--toggle {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg)
    }
}

.modal {
    display: none;
    position: fixed;
    z-index: 10000;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    overflow-y: auto
}

.modal__background {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.5)
}

.modal__content {
    position: relative;
    z-index: 10;
    width: 404px;
    max-width: 100%;
    margin: 30px auto;
    padding: 25px;
    background: white
}

@media only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
    .modal__content {
        width: 100%;
        height: 100%;
        padding: 15px;
        margin: 0
    }
}

.modal__heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.modal__title {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-weight: 500;
    font-size: 20px;
    line-height: 25px
}

.modal__close {
    cursor: pointer
}

.modal--open {
    display: block
}

#ModalBasketSmall {
    position: fixed !important;
    top: 0 !important;
    padding: 0 !important
}

.schedule__heading {
    -webkit-box-shadow: 0 10px 12px rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 12px rgba(0, 0, 0, 0.05);
    position: -webkit-sticky;
    position: sticky;
    z-index: 10;
    top: 78px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 22px 37px;
    background: white
}

@media only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
    .schedule__heading {
        top: 50px
    }
}

.schedule__title {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin: 0 0 0 auto;
    font-size: 20px;
    line-height: 26px
}

@media only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
    .schedule__title {
        margin: 0 0 16px
    }
}

.schedule__icon {
    margin-left: 14px;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    cursor: pointer
}

.schedule__date {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.schedule__date-month, .schedule__date-year {
    display: inline-block;
    font-size: 18px;
    line-height: 26px
}

@media only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
    .schedule__date-month, .schedule__date-year {
        font-size: 14px;
        line-height: 20px
    }
}

.schedule__date-year {
    margin-left: 12px;
    padding-left: 12px;
    border-left: 1px solid #e5e5e5;
    color: #bdbdbd
}

@media only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
    .schedule {
        margin: 0 -15px
    }

    .schedule__heading {
        padding: 12px 15px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .schedule__title {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

.schedule--hidden {
    display: none
}

.events-list {
    margin-top: 40px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden
}

.events-list .schedule__date {
    margin-left: 37px;
    margin-right: 19px;
    padding-bottom: 12px;
    margin-bottom: 42px;
    border-bottom: 1px solid #e5e5e5
}

.events-list__year:first-child .events-list__month:first-child .schedule__date {
    display: none
}

.events-list__month {
    overflow: visible;
    margin-bottom: 60px
}

.events-list__day {
    position: relative;
    padding-left: 37px;
    padding-right: 19px;
    margin-bottom: 42px
}

.events-list__date {
    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;
    background: #F3F3F3;
    position: absolute;
    top: 0;
    margin-right: 40px;
    padding: 10px 6px;
    width: 46px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    left: 37px
}

.events-list__date--selected {
    outline: 1px solid #fff;
    outline-offset: -3px
}

.events-list__date--today {
    outline: 1px solid #2251FF;
    outline-offset: -3px
}

.events-list__date-day {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px
}

.events-list__date-weekday {
    margin: 0;
    font-weight: 500;
    font-size: 13px;
    line-height: 18px;
    text-transform: uppercase;
    color: #AEAEAE
}

.events-list__items {
    border-left: 1px solid #F3F3F3;
    padding-top: 0;
    padding-left: 66px
}

@media only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
    .events-list {
        margin-top: 20px
    }

    .events-list__day {
        padding: 0 15px 0;
        margin-bottom: 32px
    }

    .events-list__date {
        left: 15px;
        top: 0;
        padding: 4px 10px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        width: 63px;
        margin-right: 0
    }

    .events-list__items {
        padding-top: 42px;
        padding-left: 10px
    }

    .events-list__date-day {
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        margin-right: 8px
    }

    .events-list__date-weekday {
        font-size: 12px;
        line-height: 16px
    }
}

.events-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.events-list-item + .events-list-item {
    margin-top: 20px
}

.events-list-item__info {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-shadow: 0 3px 16px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 16px rgba(0, 0, 0, 0.1);
    padding: 16px 20px;
    background: #fff;
    overflow-anchor: none;
    -webkit-transition-property: -webkit-box-shadow;
    transition-property: -webkit-box-shadow;
    -o-transition-property: box-shadow;
    transition-property: box-shadow;
    transition-property: box-shadow, -webkit-box-shadow;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s
}

.events-list-item__type {
    font-size: 14px;
    line-height: 20px;
    color: #b12f3e;
    margin-bottom: 2px
}

.events-list-item__title {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 20px
}

.events-list-item__actions {
    margin-left: 20px;
    padding: 20px;
    display: block;
    margin-bottom: -100px
}

.events-list-item--opened .events-list-item__actions {
    background: #fff;
    -webkit-box-shadow: 0 3px 16px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 16px rgba(0, 0, 0, 0.1)
}

.events-list-item__date {
    margin-top: 24px;
    font-size: 18px;
    line-height: 26px
}

.events-list-item__date-label {
    margin-bottom: 2px;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    color: #757575
}

.events-list-item__date-time {
    font-size: 18px;
    line-height: 26px
}

.events-list-item__link {
    padding: 8px 18px
}

.events-list-item__buttons .events-list-item__link {
    display: none
}

.events-list-item__content {
    display: none;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 32px
}

.events-list-item__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.events-list-item__expand {
    background: transparent;
    border: none;
    outline: none;
    padding: 0;
    cursor: pointer;
    color: #b12f3e;
    font-size: 16px;
    line-height: 24px;
    visibility: hidden;
}

.events-list-item__expand svg {
    width: 10px;
    height: auto;
    margin-right: 7px
}

.events-list-item__expand::after {
    content: 'Подробнее';
    margin-left: 7px
}

.events-list-item__info:hover, .events-list-item--opened .events-list-item__info {
    -webkit-box-shadow: none;
    box-shadow: none
}

.events-list-item--opened .events-list-item__content {
    display: block
}

.events-list-item--opened .events-list-item__expand svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.events-list-item--opened .events-list-item__expand::after {
    content: 'Скрыть'
}

@media only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
    .events-list-item + .events-list-item {
        margin-top: 16px
    }

    .events-list-item__actions {
        display: none
    }

    .events-list-item__info {
        padding: 16px
    }

    .events-list-item__type {
        font-size: 13px;
        line-height: 18px
    }

    .events-list-item__title {
        font-size: 16px;
        line-height: 20px
    }

    .events-list-item__expand {
        font-size: 14px;
        line-height: 20px
    }

    .events-list-item__buttons {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .events-list-item__buttons .events-list-item__link {
        display: block;
        padding: 6px 10px;
        font-size: 14px;
        line-height: 22px
    }
}

.calendar__heading {
    padding: 22px 37px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-shadow: 0 10px 12px rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 12px rgba(0, 0, 0, 0.05);
    margin-bottom: 40px
}

.calendar__title {
    font-size: 20px;
    line-height: 26px;
    margin-right: 17px
}

.calendar__icon {
    cursor: pointer
}

.calendar--hidden {
    display: none
}

@media only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
    .calendar {
        margin: 0 -15px
    }

    .calendar__heading {
        padding: 12px 15px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.calendar-month {
    margin: 0 33px 40px
}

.calendar-month__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px
}

.calendar-month__name {
    font-size: 14px;
    line-height: 20px
}

.calendar-month__year {
    font-size: 14px;
    line-height: 20px;
    color: #bdbdbd
}

.calendar-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.calendar-grid__cell {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 14.2857%
}

.calendar-grid__weekday {
    width: 100%;
    padding-bottom: 12px;
    border-bottom: 1px solid #b12f3e;
    margin-bottom: 12px;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: #000;
    text-transform: uppercase
}

.calendar-day {
    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;
    width: 48px;
    height: 48px;
    border: 1px solid transparent;
    cursor: pointer;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #000
}

.calendar-day__dots {
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.calendar-day__dot {
    width: 6px;
    height: 6px;
    background: #b12f3e;
    border-radius: 50%;
    margin: 0 3px
}

.calendar-day .calendar-day--disabled {
    cursor: default
}

.calendar-day .calendar-day--today {
    border: 1px solid #C7C7C7
}

.calendar-day .calendar-day--selected {
    border: 1px solid #b12f3e
}

.calendar-tooltip {
    position: absolute;
    left: 100%;
    top: 0;
    background: #fff;
    z-index: 5;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.08), 0 2px 24px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.08), 0 2px 24px rgba(0, 0, 0, 0.08);
    padding: 12px 16px;
    width: 360px;
    margin: 0 14px
}

.calendar-tooltip__event {
    text-align: left
}

.calendar-tooltip__event + .calendar-tooltip__event {
    margin-top: 12px;
    border-top: 1px solid #F3F3F3;
    padding-top: 12px
}

.calendar-tooltip__time {
    font-size: 13px;
    line-height: 18px;
    color: #bdbdbd;
    margin-bottom: 2px
}

.calendar-tooltip--hidden {
    display: none
}

.coach-single__block {
    margin-bottom: 90px
}

@media only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
    .coach-single__block {
        margin-bottom: 34px
    }
}

.coach-single__title {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 35px
}

@media only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
    .coach-single__title {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 40px
    }
}

.coach-number {
    padding-top: 24px;
    border-top: 1px solid #e5e5e5;
    margin-bottom: 32px
}

@media only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
    .coach-number {
        margin-bottom: 30px
    }
}

.coach-number__title {
    margin-bottom: 19px
}

@media only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
    .coach-number__title {
        margin-bottom: 19px
    }
}

.coach-number__number {
    font-size: 52px;
    line-height: 28px;
    display: inline-block
}

.coach-number__unit {
    font-size: 32px;
    line-height: 28px;
    display: inline-block;
    margin-left: 10px
}

.coach-number__text {
    color: #909090
}

.coach-about {
    margin-bottom: 100px
}

@media only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
    .coach-about {
        margin-bottom: 64px
    }
}

.coach-about__title {
    font-size: 24px;
    line-height: 30px;
    border-top: 1px solid #e5e5e5;
    padding-top: 20px;
    margin-bottom: 30px
}

@media only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
    .coach-about__title {
        font-size: 20px;
        line-height: 24px;
        border-top: 0;
        padding-top: 0
    }
}

.coach-about__item {
    border-bottom: 1px solid #e5e5e5;
    padding: 20px 30px;
    font-size: 18px;
    line-height: 24px;
    color: #909090
}

@media only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
    .coach-about__item {
        padding-left: 15px;
        padding-right: 15px
    }
}

.coach-about__item:first-child {
    border-top: 1px solid #e5e5e5
}

.form-request {
    margin-top: 50px
}

.form-request .material {
    margin-bottom: 24px
}

.form-request .form-request_checkbox {
    margin-bottom: 30px
}

.form-success-message {
    display: none
}

.news-card__link {
    text-decoration: none
}

.news-card__image {
    width: 100%;
    height: 250px;
    -o-object-fit: cover;
    object-fit: cover
}

@media only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
    .news-card__image {
        height: 214px
    }
}

.news-card__title {
    margin-top: 12px;
    font-size: 20px;
    line-height: 24px;
    color: black
}

@media only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
    .news-card__title {
        font-size: 18px
    }
}

.news-card__date {
    font-size: 16px;
    line-height: 20px;
    color: #BDBDBD
}

@media only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
    .news-card__date {
        font-size: 14px
    }
}

.Academy-accordion-group {
    overflow: hidden
}

.Academy-accordion-group__icon {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.Academy-accordion-group__icon .active-icon, .Academy-accordion-group__icon .disable-icon {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.Academy-accordion-group--open .Academy-accordion-group__icon {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg)
}

.Academy-accordion-group--open .Academy-accordion-group__icon .active-icon {
    opacity: 0
}

.Academy-accordion-group--open .Academy-accordion-group__icon .disable-icon {
    fill: #000
}

.Academy-accordion-group--open .Academy-accordion-group__title a {
    color: #000
}

.Academy-accordion-group__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 16px
}

.Academy-accordion-group__list a {
    font-weight: normal;
    font-size: 18px;
    line-height: 1.4;
    color: #b4b4b4;
    margin-bottom: 16px;
    padding-left: 12px
}

.Academy-accordion-group__list a.isActive {
    color: #000
}

.Academy-accordion-group__title {
    padding: 15px 0;
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.Academy-accordion-group__title a {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    font-weight: normal;
    font-size: 22px;
    color: #999999
}

.Academy-accordion-group__content {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-bottom: 1px solid #BDBDBD
}

.Academy-accordion-group__content p {
    padding-bottom: 16px
}

.Academy-accordion-group__bottom-line {
    width: 100%;
    height: 1px;
    background-color: #BDBDBD
}

.modal-form-academy .material {
    margin-bottom: 24px
}

.modal-form-academy .modal-form-academy__checkbox {
    margin-bottom: 32px
}

*, :before, :after {
    font-family: "Cera Pro Regular", sans-serif;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body {
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-style: normal;
    color: #000;
    background-color: transparent;
    max-width: 100vw !important;
    overflow-x: hidden !important;
    width: 100%;
    z-index: -10000;
    min-height: 100vh
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    body.no-pointer-events {
        pointer-events: none;
        overflow: hidden
    }
}

body.scroll-block {
    max-height: 100vh;
    overflow: hidden
}

* {
    -webkit-user-select: inherit !important;
    -moz-user-select: inherit !important;
    -ms-user-select: inherit !important;
    user-select: inherit !important;
    scrollbar-color: #262626 transparent;
    scrollbar-width: thin
}

*::-webkit-scrollbar {
    height: 4px;
    width: 3px
}

*::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 6px;
    width: 3px
}

*::-webkit-scrollbar-thumb {
    background: #262626;
    border-radius: 6px;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

*::-webkit-scrollbar-thumb:hover {
    background: #b23cfd
}

.b-cont {
    margin-left: auto;
    margin-right: auto;
    max-width: 100vw !important;
    padding: 0;
    width: calc(1340px + 0px)
}

@media only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
    .b-cont {
        padding-left: 16px;
        padding-right: 16px;
        width: calc(600px + 0px) !important
    }
}

@media only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
    .b-cont {
        padding-left: 16px;
        padding-right: 16px;
        width: calc(1024px + 0px) !important
    }
}

@media only screen and (max-width: 1440px), only screen and (max-device-width: 1440px) {
    .b-cont {
        padding-left: 16px;
        padding-right: 16px;
        width: calc(1160px + 0px) !important
    }
}

a {
    text-decoration: none
}

.font_52 {
    font-size: 52px;
    line-height: 1.4
}

.font_40 {
    font-size: 40px;
    line-height: 1.4
}

.font_32 {
    font-size: 32px;
    line-height: 1.4
}

.font_28 {
    font-size: 28px;
    line-height: 1.4
}

.font_24 {
    font-size: 24px;
    line-height: 1.4
}

.font_18 {
    font-size: 18px;
    line-height: 1.4
}

.font_16 {
    font-size: 16px;
    line-height: 1.4
}

.font_15 {
    font-size: 15px;
    line-height: 1.4
}

.font_12 {
    font-size: 12px;
    line-height: 1.4
}

.weight_regular {
    font-family: "Cera Pro Regular", sans-serif;
    font-weight: normal;
    font-style: normal
}

.weight_medium {
    font-family: "Cera Pro Medium", sans-serif;
    font-weight: 500;
    font-style: normal
}

.weight_bold {
    font-family: "Cera Pro Bold", sans-serif;
    font-weight: bold;
    font-style: normal
}

.uppercase {
    text-transform: uppercase
}

.underline {
    text-decoration: underline
}

.absolute-full {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.col-gutter-xs {
    margin-left: -4px
}

.col-gutter-sm {
    margin-left: -8px
}

.col-gutter-md {
    margin-left: -16px
}

.col-gutter-lg {
    margin-left: -28px
}

.col-gutter-xl {
    margin-left: -48px
}

.col-gutter-xs > * {
    padding-left: 4px
}

.col-gutter-sm > * {
    padding-left: 8px
}

.col-gutter-md > * {
    padding-left: 16px
}

.col-gutter-lg > * {
    padding-left: 28px
}

.col-gutter-xl > * {
    padding-left: 48px
}

.section-heading {
    font-size: 40px;
    line-height: 46px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters > .col, .no-gutters > [class*='col-'] {
    padding-right: 0;
    padding-left: 0
}

.no-padding {
    padding: 0
}

.personal-area-individ, .personal-area-entity {
    border-top: 1px solid #E5E5E5
}

@media only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
    .breadcrumbsDisplay {
        display: none
    }
}

/**
 * Swiper 6.4.11
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 6, 2021
 */

@font-face {
    font-family: swiper-icons;
    src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA') format('woff');
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0)
}

.swiper-container-multirow > .swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-multirow-column > .swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-container-pointer-events {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-container-pointer-events.swiper-container-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(44px / 44 * 27);
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: 44px;
    height: var(--swiper-navigation-size);
    margin-top: calc(-1 * 44px / 2);
    margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
    z-index: 10;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--swiper-theme-color);
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: 44px;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    -webkit-font-feature-settings: normal,;
    font-feature-settings: normal,;
    font-variant: normal;
    font-variant: initial;
    line-height: 1
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
    content: 'prev'
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
    content: 'next'
}

.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
    --swiper-navigation-color: #ffffff
}

.swiper-button-next.swiper-button-black, .swiper-button-prev.swiper-button-black {
    --swiper-navigation-color: #000000
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 50%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--swiper-theme-color);
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0px, -50%, 0);
    transform: translate3d(0px, -50%, 0)
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: .2s transform, .2s top;
    -o-transition: .2s transform, .2s top;
    transition: .2s transform, .2s top
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s transform, .2s left;
    -o-transition: .2s transform, .2s left;
    transition: .2s transform, .2s left
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s transform, .2s right;
    -o-transition: .2s transform, .2s right;
    transition: .2s transform, .2s right
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-theme-color);
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-white {
    --swiper-pagination-color: #ffffff
}

.swiper-pagination-black {
    --swiper-pagination-color: #000000
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    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;
    text-align: center
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s infinite linear;
    animation: swiper-preloader-spin 1s infinite linear;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 4px solid var(--swiper-theme-color);
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    opacity: .6;
    z-index: 0
}

.swiper-container-cube .swiper-cube-shadow:before {
    content: '';
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    -webkit-filter: blur(50px);
    filter: blur(50px)
}

.swiper-container-flip {
    overflow: visible
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

jdiv.__jivoMobileButton {
    margin-bottom: 50px;
}

.individual-ordering__quantity .quantity__remove:hover path {
    fill: #000;
}

.individual-ordering__quantity .quantity__add:hover path {
    fill: #000;
}

.individual-ordering__quantity .quantity__remove:hover rect {
    stroke: #000;
}

.individual-ordering__quantity .quantity__add:hover rect {
    stroke: #000;
}

.individual-ordering__quantity .quantity__remove path {
    fill: grey;
}

.individual-ordering__quantity .quantity__add path {
    fill: grey;
}

.individual-ordering__quantity .quantity__remove rect {
    stroke: grey;
}

.individual-ordering__quantity .quantity__add rect {
    stroke: grey;
}


.individual-ordering__quantity #modal-remove-item:hover path {
    fill: #000;
}

.individual-ordering__quantity #modal-add-item:hover path {
    fill: #000;
}

.individual-ordering__quantity #modal-remove-item:hover rect {
    stroke: #000;
}

.individual-ordering__quantity #modal-add-item:hover rect {
    stroke: #000;
}

.individual-ordering__quantity #modal-remove-item path {
    fill: grey;
}

.individual-ordering__quantity #modal-add-item path {
    fill: grey;
}

.individual-ordering__quantity #modal-remove-item rect {
    stroke: grey;
}

.individual-ordering__quantity #modal-add-item rect {
    stroke: grey;
}

.cookie {
    z-index: 50;
}

.modal-basket__quantity .quantity__remove:hover path {
    fill: #000;
}

.modal-basket__quantity .quantity__remove:hover rect {
    stroke: #000;
}

.modal-basket__quantity .quantity__remove path {
    fill: grey;
}

.modal-basket__quantity .quantity__remove rect {
    stroke: grey;
}

.modal-basket__quantity .quantity__add:hover path {
    fill: #000;
}

.modal-basket__quantity .quantity__add:hover rect {
    stroke: #000;
}

.modal-basket__quantity .quantity__add path {
    fill: grey;
}

.modal-basket__quantity .quantity__add rect {
    stroke: grey;
}

.detail-information__price {
    font-size: 24px;
}

.Accordion-group__content-wrap {
    font-size: 14px !important;
}

.project__title {
    color: #000;
}

.project__title:hover {
    color: #000;
}

.vacany-card__title {
    text-decoration: underline;
}

.directions__title {
    font-weight: 600 !important;
}

#bx-panel {
    z-index: 1001 !important;
}

#bx-panel.bx-panel-fixed{
    z-index: 1001 !important;
}

.politicLinks_block {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    padding-top: 20px;
}

.infoBottom {
    font-size: 11px;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 30px;
}

.politicLinks_block a {
    line-height: 1.4;
    color: #b4b4b4;
    transition: all 0.2s ease-in-out;
    margin-bottom: 9px;
}

.politicLinks_block a:hover {
    color: #fff;
}

.product-card__review {
    display: none !important;
}

.revert_link a{
    color: #000;
    -webkit-text-decoration: revert;
    text-decoration: revert;
    cursor: pointer;
}

/*.product-card__stock-icon{*/
/*    max-height: 26px;*/
/*}*/

/*body .product-card__stock-icon-sale{*/
/*    font-size: 20px;*/
/*    max-height: none;*/
/*}*/

.sectionDetailText {
    padding: 10px 16px;
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px){
    .sectionDetailText {
        padding: 5px;
    }
}


@media (max-width: 768px) {
    .page-academy__banner {
        display: none;
    }
}
/* End */


/* Start:/local/components/content/search.title/templates/.default/style.css?16576409712108*/
div.title-search-result {
	border:1px solid #c6c6c6;
	display:none;
	overflow:hidden;
	z-index:205;
}

table.title-search-result {
	border-collapse: collapse;
	border:none;
	width:10%;
}

table.title-search-result th {
	background-color:#F7F7F7;
	border-right:1px solid #e8e8e8;
	color:#949494;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:14px;
 	padding-right:12px;
	text-align:right;
	vertical-align:top;
	white-space:nowrap;
	width:1%;
}

table.title-search-result td {
	background-color:white;
	color:black;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	text-align:left;
	white-space:nowrap;
}

table.title-search-result td.title-search-item {
	padding-left:8px;
	padding-right:15px;
}

table.title-search-result td.title-search-item a {
	padding-left:4px;
	padding-right:15px;
	text-decoration: none;
	color:black;
	vertical-align:top;
	display:block;
}

table.title-search-result td.title-search-item img {
	vertical-align:top;
}

table.title-search-result td.title-search-item b {
	color:#cf0000;
	font-weight:normal;
}

table.title-search-result tr.title-search-selected td
,table.title-search-result tr.title-search-selected a
,table.title-search-result tr.title-search-selected td.title-search-more a
{
	background-color:#fff2be;
}

table.title-search-result td.title-search-more {
	font-size:11px;
	font-weight:normal;
	padding-right:15px;
	padding-left:24px;
	padding-top:0px;
}

table.title-search-result td.title-search-more a
{
	padding-left:12px;
	padding-right:15px;
	text-decoration:none;
	color:#999999;
}

table.title-search-result td.title-search-all {
	padding-left:24px;
	padding-right:15px;
}

table.title-search-result td.title-search-all a
{
	padding-left:4px;
	text-decoration:none;
	color:#808080;
}

table.title-search-result td.title-search-separator
, table.title-search-result th.title-search-separator {
	padding-top:0px;
	padding-bottom:0px;
	font-size:4px;
}

div.title-search-fader {
	display:none;
	background-image: url('/local/components/content/search.title/templates/.default/images/fader.png');
	background-position: right top;
	background-repeat: repeat-y;
	position:absolute;
}
/* End */


/* Start:/local/templates/main/components/bitrix/search.title/.default/style.css?16576409702108*/
div.title-search-result {
	border:1px solid #c6c6c6;
	display:none;
	overflow:hidden;
	z-index:205;
}

table.title-search-result {
	border-collapse: collapse;
	border:none;
	width:10%;
}

table.title-search-result th {
	background-color:#F7F7F7;
	border-right:1px solid #e8e8e8;
	color:#949494;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:14px;
 	padding-right:12px;
	text-align:right;
	vertical-align:top;
	white-space:nowrap;
	width:1%;
}

table.title-search-result td {
	background-color:white;
	color:black;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	text-align:left;
	white-space:nowrap;
}

table.title-search-result td.title-search-item {
	padding-left:8px;
	padding-right:15px;
}

table.title-search-result td.title-search-item a {
	padding-left:4px;
	padding-right:15px;
	text-decoration: none;
	color:black;
	vertical-align:top;
	display:block;
}

table.title-search-result td.title-search-item img {
	vertical-align:top;
}

table.title-search-result td.title-search-item b {
	color:#cf0000;
	font-weight:normal;
}

table.title-search-result tr.title-search-selected td
,table.title-search-result tr.title-search-selected a
,table.title-search-result tr.title-search-selected td.title-search-more a
{
	background-color:#fff2be;
}

table.title-search-result td.title-search-more {
	font-size:11px;
	font-weight:normal;
	padding-right:15px;
	padding-left:24px;
	padding-top:0px;
}

table.title-search-result td.title-search-more a
{
	padding-left:12px;
	padding-right:15px;
	text-decoration:none;
	color:#999999;
}

table.title-search-result td.title-search-all {
	padding-left:24px;
	padding-right:15px;
}

table.title-search-result td.title-search-all a
{
	padding-left:4px;
	text-decoration:none;
	color:#808080;
}

table.title-search-result td.title-search-separator
, table.title-search-result th.title-search-separator {
	padding-top:0px;
	padding-bottom:0px;
	font-size:4px;
}

div.title-search-fader {
	display:none;
	background-image: url('/local/templates/main/components/bitrix/search.title/.default/images/fader.png');
	background-position: right top;
	background-repeat: repeat-y;
	position:absolute;
}
/* End */


/* Start:/local/templates/main/components/bitrix/sale.basket.basket.line/lebel-smal-cart/style.css?1657640970378*/

#ModalBasket .modal-body {
	background-color: #fff;
}
#ModalBasket .modal-footer {
	background-color: #fff;
}
.fade {
	opacity: 1;
}

.bx-basket.bx-opener .information-buttons__item {
	margin-right: 0;
}

.modal-basket__quantity_m {
	display: none;
}
@media (max-width: 576px) {
	.modal-basket__quantity {
		display: none;
	}
	.modal-basket__quantity_m {
		display: block;
	}
}
/* End */


/* Start:/local/templates/main/template_styles.css?174918707414151*/
#header ~ #bx-panel.bx-panel-fixed {
    top: 78px !important;
}


.hidden-block-housing {
    display: none;
}

.hidden-block-floor {
    display: none;
}

.hidden-block-extraIndex {
    display: none;
}

.personal-entity-address .entity-address__saved-full {
    display: block;
}

#my-awesome-dropzone .dz-preview .dz-progress {
    opacity: 0;
}

#my-dropzone .dz-preview .dz-progress {
    opacity: 0;
}


/*.address__form__undo {*/
/*    background: #000;*/
/*    color: #fff;*/
/*    border: 1px solid #000;*/
/*    font-size: 16px;*/
/*    padding: 15px 52px;*/
/*    font-weight: 400;*/
/*    -webkit-transition: all .3s;*/
/*    -o-transition: all .3s;*/
/*    transition: all .3s;*/
/*    line-height: 20px*/
/*}*/

/*.address__form__undo:hover {*/
/*    cursor: pointer;*/
/*    color: #000;*/
/*    background: #fff*/
/*}*/

.courses-payment-button {
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    background: #000;
    border: 1px solid #000;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    padding: 15px;
    text-align: center;
    width: 100%;
    max-width: 254px;
}

.courses-payment-button:hover {
    color: #000;
    background: #fff;
}

.block-review__header .add-review-btn {
    text-align: center;
}

.authButton {
    font-family: "Cera Pro Medium", sans-serif;
    font-weight: 500;
    font-size: 16px;
    background-color: #000000;
    border: 1px solid #000000;
    color: #ffffff;
    outline: none;
    min-width: 241px;
    padding: 15px 0;
    margin-right: 32px;
    line-height: 1;
}

.politicText {
    color: #000;
    text-decoration: underline;
}

.politicText:hover {
    color: #000;
}

.contacts-map-shop__button {
    align-self: flex-start;
}

.product-image {
    height: 312px;
}

.textarea__form {
    height: 100px;
    font-size: 14px;
    padding: 12px 12px 7px;
    display: block;
    border: none;
    border-radius: 0;
}

.detail-information__add-to-cart:hover {
    color: #000;
}

.partnership-partnery__link {
    cursor: pointer;
}

.slider-trade-marks__content {
    overflow: hidden;
}

.footer-info__politconf a {
    color: #fff;
    text-decoration: underline;
}

.contacts__title {
    font-size: 20px;
    margin-bottom: 20px;
}

.gallery-thumbs {
    margin-bottom: 30px;
}

.page-academy__sidebar--mobile {
    top: 50px;
}

.specialoffers_row {
    margin-bottom: 25px;
}

.footer-info__politconf {
    font-size: 12px;
}

.cookie {
    background: #000;
    height: 0;
    overflow: hidden;
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 50;
    /*font-family: "Cera Pro Regular", sans-serif;*/
}

.cookie a {
    color: #FFFFFF;
    text-decoration: underline;
}

.cookie__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 16px 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
    .cookie__row {
        width: 93%
    }
}

.cookie__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media only screen and (max-width: 999px), only screen and (max-device-width: 999px) {
    .cookie__block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%
    }
}

.cookie__text {
    margin-right: 76px
}

@media only screen and (max-width: 999px), only screen and (max-device-width: 999px) {
    .cookie__text {
        margin-bottom: 9px;
        margin-right: 0
    }
}

.cookie__text p {
    font-size: 14px;
    font-weight: 500;
    color: #fff
}

.cookie__text span {
    font-size: 14px;
    font-weight: 500;
    color: #fff
}

@media only screen and (max-width: 999px), only screen and (max-device-width: 999px) {
    .cookie__text span {
        display: none
    }
}

.cookie__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 91px
}

.cookie__button button {
    border: 1px solid #fff;
    background: none;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    padding: 10px;
    max-width: 120px;
    width: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 32px;
    max-height: 36px
}

.cookie__button button:last-child {
    margin-right: 0
}

.cookie__button button:hover {
    background: #FFFFFF;
    color: #000000;
}

.cookie__close {
    width: 20px !important;
    height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    cursor: pointer
}

.cookie__close span {
    width: 20px;
    height: 20px;
    position: relative
}

.cookie__close span::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 2px;
    background: #fff;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 0;
    bottom: 0
}

.cookie__close span::before {
    content: '';
    position: absolute;
    width: 20px;
    height: 2px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 0;
    bottom: 0
}

@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
    .cookie {
        bottom: 49px;
    }
}

.individual-ordering__conditions p {
    font-size: 12px;
}

.individual-ordering__list {
    /* max-height: 520px; */
    overflow: scroll;
}

.product-image {
    max-width: 100%;
    object-fit: contain;
}

.form-success-message {
    color: #049604;
}

[id^="wait_comp_"] {
    display: none;
}

.errortext {
    color: #B81111
}

.card__image{
    object-fit: contain;
}

.vacany-card__image{
    object-fit: contain;
}

.product-card__stock-labels {
    flex-wrap: wrap;
}

.bonus-product-image {
    height: 161px;
}

.individual-ordering__text{
    max-width: 200px;
}

.individual-ordering__quantity{
    align-items: center;
}

.news-card__image {
    object-fit: contain;
}

.account__form__button a {
    background: #000;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    color: #fff;
    border: 1px solid #000;
    font-size: 16px;
    font-weight: 400;
    padding: 15px 60px;
    margin-top: 30px;
    /*margin-right: 30px;*/
}

.account__form__button a:hover {
    background: #BB0A30;
}

.account__form__button{
    justify-content: space-between;
    flex-wrap: wrap;
}

.product-card:hover {
    z-index: 20;
}

@media only screen and (min-width: 576px), only screen and (min-device-width: 576px) {
    .mobile-menu-extra {
        display: none;
    }
}

.Accordion-filtrations__title span{
    max-width: 95%;
}

.form-success-message {
    align-items: center;
    justify-content: center;
}

.partnership-us__item {
    padding-top: 20px;
}

.partnership-block-left-slid img {
    object-fit: contain;
}

.partnership-block-right-slid img{
    object-fit: contain;
}

input {
    -webkit-user-select: text;
}

textarea {
    -webkit-user-select: text;
}

.news-card{
    height: 100%;
}

.nav-panel__item span.active {
    position: absolute;
    margin-left: 10px;
    background: #BB0A30;
    max-width: 15px;
    text-align: center;
    max-height: 15px;
    font-size: 12px;
    top: 22px;
    padding: 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    color: #fff
}

.js-validate-error-label {
    font-size: 12px;
    line-height: 1.3;
}

.address-region-search__link{
    display: block;
    padding: 10px 0;
    color: #909090;
    font-size: 16px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.errortext {
    font-size: 14px;
    display: block;
    padding: 1rem;
    margin-bottom: 1rem;
    border-radius: .25rem;
    color: #951d32;
    background-color: #fed6dd;
}

.material textarea:focus ~ label, .material textarea.active ~ label {
    top: -10px;
    left: 5px;
    font-size: 14px;
    color: #000;
    background: #fff;
    padding: 0px 5px
}

.material input:focus ~ label, .material input.active ~ label{
    /* -webkit-line-clamp: 1;
    line-clamp: 1; */
    overflow: hidden;
    /* display: -webkit-box; */
    /* display: block; */
    text-overflow: ellipsis;
    max-height: calc(1em + 10px);
    white-space: nowrap;
    max-width: calc(100% - 10px);
}

.material textarea:focus ~ .borda {
    border: 1px solid #000;
    border-radius: 0;
    position: absolute;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    top: 0px;
    pointer-events: none;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.textarea__form-request {
    height: 180px;
}

.forgotPassTitle{
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    margin-top: 60px;
}

.forgotPassSubtitle{
    font-weight: normal;
    font-size: 14px;
    line-height: 140%;
    max-width: 580px;
    border-bottom: 1px solid #E5E5E5;
}

.forgotPassForm{
    margin-top: 30px;
    margin-bottom: 100px;
}

.forgotPassButton{
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    padding: 15px 80px;
    background-color: #000000;
}

.forgotPassInput{
    max-width: 470px;
}

.forgotPassSuccess {
    color: green;
    font-weight: normal;
    font-size: 14px;
    line-height: 140%;
    max-width: 580px;
    margin-bottom: 10px;
}

.forgotPassError {
    color: red;
    font-weight: normal;
    font-size: 14px;
    line-height: 140%;
    max-width: 580px;
    margin-bottom: 10px;
}

.swiper-slide-thumb-active{
    opacity: 1 !important;
}

.footer-info__button{
  padding: 15px 38px;
}

.events-list-item__expand::after{
    content: 'Описание';
}

.dz-progress{
    display: none;
}

html, body {
    overflow-x:hidden;
}

.catalog-mobile-filters {
    display: none;
    width: 100vw;
    /*max-height: 100vh;*/
    z-index: 100;
    padding: 17px 19px;
    overflow: scroll;
    min-height: 80vh;
    max-height: 80vh;
}

@media only screen and (max-width: 767px), only screen and (max-device-width: 767px) {
    .catalog-filters__sort {
        display: none;
    }
}

@media only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
    .catalog-filters__header {
        top: 50px;
    }
}

@media only screen and (max-width: 767px), only screen and (max-device-width: 767px) {
    .catalog-filters__button {
        display: block;
        cursor: pointer;
    }
}

.catalog-mobile-filters .Accordion-filtrations--open .Accordion-filtrations__content {
    height: auto !important;
}

.body.open {
    overflow: hidden !important;
    position: fixed;
}

.both-blocks-404{
    display: flex;
    justify-content: center;
    align-items: center;
    /*flex-wrap: wrap;*/
    margin-top: 100px;
    margin-bottom: 70px;
}

.left-block-404{

}

.left-block-404 img{
    object-fit: contain;
    width: 100%;
}

.right-block-404{
    margin-left: 30px;
}

.right-block-404-title{
    font-weight: 500;
    font-size: 52px;
    line-height: 100%;
    margin-bottom: 50px;
}

.right-block-404-subtitle{
    font-weight: 500;
    font-size: 32px;
    line-height: 39px;
    margin-bottom: 30px;
}

.right-block-404-text{
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
}

@media only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
    .both-blocks-404{
        flex-direction: column;
        margin-top: 20px;
    }
    .left-block-404{
        margin-bottom: 30px;
    }
    .right-block-404{
        margin-left: 0;
    }
    .right-block-404-title{
        font-size: 24px;
        margin-bottom: 20px;
    }
    .right-block-404-subtitle{
        font-size: 18px;
        margin-bottom: 15px;
        line-height: 120%;
    }
    .right-block-404-text{
        font-size: 14px;
    }
}

.additionalInfo {
    font-size: 20px;
    font-weight: bold;
    margin: 35px 0;
}

.seminars-rgiw3k4fd7d .d-flex.align-items-center.mb-3 {
    flex-direction: column-reverse;
    align-items: flex-start !important;
}

.seminars-rgiw3k4fd7d .d-flex.align-items-center.mb-3 .col.pr-0{
    margin-bottom: 25px;
}

.seminars-rgiw3k4fd7d .alert-info{
    background: #EADDD2;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #000000;
    padding: 25px 55px;
}

.seminars-rgiw3k4fd7d .btn.btn-lg.btn-success{
    padding: 15px 60px;
    background: #000000;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    border-radius: 0 !important;
    text-transform: none !important;
    border: 1px solid #000;
    box-shadow: none !important;
}

.seminars-rgiw3k4fd7d .col.pr-0{
    font-weight: 400;
}

.seminars-rgiw3k4fd7d .btn.btn-lg.btn-success:hover{
    background: #fff;
    color: #000;
}

.seminar-phone-error, .account__form__phone-error, .modal-checkin-creat__phone-error, .opensource-phone-error {
    display: none;
    color: #B81111;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 1.3;
}

.seminar-phone-error.active, .account__form__phone-error.active, .modal-checkin-creat__phone-error.active, .opensource-phone-error.active {
    display: block;
}

.opensource-phone-input{
    position: relative;
}

.opensource-phone-error{
    position: absolute;
    top: 45px;
}
/* End */
/* /local/templates/main/assets/css/build.css?17528136251122603 */
/* /local/components/content/search.title/templates/.default/style.css?16576409712108 */
/* /local/templates/main/components/bitrix/search.title/.default/style.css?16576409702108 */
/* /local/templates/main/components/bitrix/sale.basket.basket.line/lebel-smal-cart/style.css?1657640970378 */
/* /local/templates/main/template_styles.css?174918707414151 */
