#accordionProduct #ct_matrix tbody td,
#accordionProduct #ct_matrix tbody td .qtybox>.qtybtn,
#accordionProduct #ct_matrix tbody tr,
#blockcart-modal .modal-dialog .modal-header .close,
#faq .card>.card-header h5 .arrow span,
#page .cart-grid-body .cart-container .product-line-grid__block--qty .bootstrap-touchspin .btn,
#page .cart-grid-body .cart-container .product-line-grid__block--total .product-line-grid__block--delete .text-danger,
#page .cart-grid-right .card .card-header .cart-title .arrows .arrow span,
#page .comparators a,
#page .footerafter-container .footerafter a,
#pageUpButton,
#wpposts_slider button.slick-arrow,
#wrapper .ets-ttn-list-reviews-slide button.slick-arrow,
._anim_a,
.additional-nav-top ul li a,
.block-social .btn,
.block-social .btn svg,
.breadcrumb .breadcrumb-item a,
.comments-pagination span,
.contact_form .after_form ul li .content p a,
.contact_form .after_form ul li .content p a:after,
.contact_form .after_form ul li .content p a:before,
.contact_form .contactp p a,
.contact_form .form-fields .form-group .custom-control-label a,
.contact_form .form-fields .form-group .custom-file-label:after,
.contact_form .socialp ul li a,
.contact_form .socialp ul li a svg,
.contact_form p.chatp a:after,
.display-toggle__link,
.display-toggle__link svg,
.footer-container .foot-block .text_info a,
.header-top__link,
.links-list__link,
.main-menu__item-link--sub,
.main-menu__item-link--top,
.map_image .rneo_poz .rneo_tip div .link_map a,
.page-link,
.poslistcategories .item-listcategories .list-categories .name_categories,
.poslistcategories .item-listcategories .list-categories .name_categories a,
.products-section-title a,
.search-backdrop,
.search-form__input,
.swiper-button-custom,
.texts-products a {
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    -khtml-transition: all .5s ease
}

:root {
    --blue: #3665f3;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #ff9b1a;
    --yellow: #ffd71f;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #191919;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ff9a52;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #191919;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: "Rubik", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, "Helvetica Neue", arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

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

html {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(25, 25, 25, 0);
    font-family: sans-serif;
    line-height: 1.15
}

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

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

@media(max-width:992px) {
    body {
        font-size: calc(.8rem + .32258vw)
    }
}

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

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

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

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

address {
    font-style: normal;
    line-height: inherit
}

address,
dl,
ol,
ul {
    margin-bottom: 1rem
}

dl,
ol,
ul {
    margin-top: 0
}

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

dt {
    font-weight: 700
}

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

blockquote {
    margin: 0 0 1rem
}

b,
strong {
    font-weight: 800
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

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

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

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

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

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

figure {
    margin: 0 0 1rem
}

img {
    border-style: none
}

img,
svg {
    vertical-align: middle
}

svg {
    overflow: hidden
}

table {
    border-collapse: collapse
}

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

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

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

button {
    border-radius: 0
}

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

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

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

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

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

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

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

textarea {
    overflow: auto;
    resize: vertical
}

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

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

@media(max-width:992px) {
    legend {
        font-size: calc(.9rem + .96774vw)
    }
}

progress {
    vertical-align: baseline
}

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

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

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

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

output {
    display: inline-block
}

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

template {
    display: none
}

[hidden] {
    display: none !important
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #212529;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1.25rem
}

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

@media(max-width:992px) {

    .h1,
    h1 {
        font-size: calc(1rem + 1.6129vw)
    }
}

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

@media(max-width:992px) {

    .h2,
    h2 {
        font-size: calc(.95rem + 1.29032vw)
    }
}

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

@media(max-width:992px) {

    .h3,
    h3 {
        font-size: calc(.9rem + .96774vw)
    }
}

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

@media(max-width:992px) {

    .h4,
    h4 {
        font-size: calc(.85rem + .64516vw)
    }
}

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

@media(max-width:992px) {

    .h5,
    h5 {
        font-size: calc(.825rem + .48387vw)
    }
}

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

@media(max-width:992px) {

    .h6,
    h6 {
        font-size: calc(.8rem + .32258vw)
    }
}

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

@media(max-width:992px) {
    .lead {
        font-size: calc(.85rem + .64516vw)
    }
}

.display-1 {
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 1.2
}

@media(max-width:992px) {
    .display-1 {
        font-size: calc(1.1rem + 2.25806vw)
    }
}

.display-2 {
    font-size: 2.25rem;
    font-weight: 400;
    line-height: 1.2
}

@media(max-width:992px) {
    .display-2 {
        font-size: calc(1.05rem + 1.93548vw)
    }
}

.display-3 {
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.2
}

@media(max-width:992px) {
    .display-3 {
        font-size: calc(1rem + 1.6129vw)
    }
}

.display-4 {
    font-size: 1.75rem;
    font-weight: 400;
    line-height: 1.2
}

@media(max-width:992px) {
    .display-4 {
        font-size: calc(.95rem + 1.29032vw)
    }
}

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

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

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

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

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

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

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

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

@media(max-width:992px) {
    .blockquote {
        font-size: calc(.85rem + .64516vw)
    }
}

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

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

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

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

.figure {
    display: inline-block
}

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

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

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

a>code {
    color: inherit
}

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

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

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

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

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

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

@media(min-width:576px) {

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

@media(min-width:768px) {

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

@media(min-width:992px) {

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

@media(min-width:1200px) {

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

.row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -.625rem;
    margin-right: -.625rem
}

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

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

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

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

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

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

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

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

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

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

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

.col-1,
.col-xs-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%
}

.col-2,
.col-xs-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%
}

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

.col-4,
.col-xs-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%
}

.col-5,
.col-xs-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%
}

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

.col-7,
.col-xs-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%
}

.col-8,
.col-xs-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%
}

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

.col-10,
.col-xs-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%
}

.col-11,
.col-xs-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%
}

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

.order-first {
    order: -1
}

.order-last {
    order: 13
}

.order-0 {
    order: 0
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.order-3 {
    order: 3
}

.order-4 {
    order: 4
}

.order-5 {
    order: 5
}

.order-6 {
    order: 6
}

.order-7 {
    order: 7
}

.order-8 {
    order: 8
}

.order-9 {
    order: 9
}

.order-10 {
    order: 10
}

.order-11 {
    order: 11
}

.order-12 {
    order: 12
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-sm-first {
        order: -1
    }

    .order-sm-last {
        order: 13
    }

    .order-sm-0 {
        order: 0
    }

    .order-sm-1 {
        order: 1
    }

    .order-sm-2 {
        order: 2
    }

    .order-sm-3 {
        order: 3
    }

    .order-sm-4 {
        order: 4
    }

    .order-sm-5 {
        order: 5
    }

    .order-sm-6 {
        order: 6
    }

    .order-sm-7 {
        order: 7
    }

    .order-sm-8 {
        order: 8
    }

    .order-sm-9 {
        order: 9
    }

    .order-sm-10 {
        order: 10
    }

    .order-sm-11 {
        order: 11
    }

    .order-sm-12 {
        order: 12
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-md-first {
        order: -1
    }

    .order-md-last {
        order: 13
    }

    .order-md-0 {
        order: 0
    }

    .order-md-1 {
        order: 1
    }

    .order-md-2 {
        order: 2
    }

    .order-md-3 {
        order: 3
    }

    .order-md-4 {
        order: 4
    }

    .order-md-5 {
        order: 5
    }

    .order-md-6 {
        order: 6
    }

    .order-md-7 {
        order: 7
    }

    .order-md-8 {
        order: 8
    }

    .order-md-9 {
        order: 9
    }

    .order-md-10 {
        order: 10
    }

    .order-md-11 {
        order: 11
    }

    .order-md-12 {
        order: 12
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-lg-first {
        order: -1
    }

    .order-lg-last {
        order: 13
    }

    .order-lg-0 {
        order: 0
    }

    .order-lg-1 {
        order: 1
    }

    .order-lg-2 {
        order: 2
    }

    .order-lg-3 {
        order: 3
    }

    .order-lg-4 {
        order: 4
    }

    .order-lg-5 {
        order: 5
    }

    .order-lg-6 {
        order: 6
    }

    .order-lg-7 {
        order: 7
    }

    .order-lg-8 {
        order: 8
    }

    .order-lg-9 {
        order: 9
    }

    .order-lg-10 {
        order: 10
    }

    .order-lg-11 {
        order: 11
    }

    .order-lg-12 {
        order: 12
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-xl-first {
        order: -1
    }

    .order-xl-last {
        order: 13
    }

    .order-xl-0 {
        order: 0
    }

    .order-xl-1 {
        order: 1
    }

    .order-xl-2 {
        order: 2
    }

    .order-xl-3 {
        order: 3
    }

    .order-xl-4 {
        order: 4
    }

    .order-xl-5 {
        order: 5
    }

    .order-xl-6 {
        order: 6
    }

    .order-xl-7 {
        order: 7
    }

    .order-xl-8 {
        order: 8
    }

    .order-xl-9 {
        order: 9
    }

    .order-xl-10 {
        order: 10
    }

    .order-xl-11 {
        order: 11
    }

    .order-xl-12 {
        order: 12
    }

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

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

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

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

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

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

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

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

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

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

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

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

.table {
    color: #212529;
    margin-bottom: 10px;
    width: 100%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table .thead-light th {
    background-color: #eee;
    border-color: #ededed;
    color: #495057
}

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

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

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

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

.table-dark.table-hover tbody tr:hover {
    background-color: hsla(0, 0%, 100%, .075);
    color: #fff
}

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

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

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

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

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

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

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

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

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

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

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

@media(max-width:992px) {
    .form-control {
        font-size: calc(.8rem + .32258vw)
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

@media(max-width:992px) {
    .col-form-label-lg {
        font-size: calc(.825rem + .48387vw)
    }
}

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

@media(max-width:992px) {
    .col-form-label-sm {
        font-size: calc(.775rem + .16129vw)
    }
}

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

@media(max-width:992px) {
    .form-control-plaintext {
        font-size: calc(.8rem + .32258vw)
    }
}

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

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

@media(max-width:992px) {
    .form-control-sm {
        font-size: calc(.775rem + .16129vw)
    }
}

.form-control-lg {
    border-radius: .4rem;
    font-size: 1.125rem;
    height: calc(1.5em + 1.75rem + 2px);
    line-height: 1.5;
    padding: .875rem 1.25rem
}

@media(max-width:992px) {
    .form-control-lg {
        font-size: calc(.825rem + .48387vw)
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@media(max-width:992px) {
    .valid-tooltip {
        font-size: calc(.775rem + .16129vw)
    }
}

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

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

.form-control.is-valid,
.was-validated .form-control:valid {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73.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 calc(.375em + .25rem) center;
    background-repeat: no-repeat;
    background-size: calc(.75em + .5rem) calc(.75em + .5rem);
    border-color: #28a745;
    padding-right: calc(1.5em + 1rem) !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media(max-width:992px) {
    .invalid-tooltip {
        font-size: calc(.775rem + .16129vw)
    }
}

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

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

.form-control.is-invalid,
.was-validated .form-control:invalid {
    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='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E");
    background-position: right calc(.375em + .25rem) center;
    background-repeat: no-repeat;
    background-size: calc(.75em + .5rem) calc(.75em + .5rem);
    border-color: #dc3545;
    padding-right: calc(1.5em + 1rem) !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media(min-width:576px) {
    .form-inline label {
        justify-content: center
    }

    .form-inline .form-group,
    .form-inline label {
        align-items: center;
        display: flex;
        margin-bottom: 0
    }

    .form-inline .form-group {
        flex: 0 0 auto;
        flex-flow: row wrap
    }

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

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

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

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

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

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

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

.btn {
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .4rem;
    color: #212529;
    display: inline-block;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    padding: .5rem 1rem;
    text-align: center;
    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-user-select: none;
    -moz-user-select: none;
    user-select: none;
    vertical-align: middle
}

@media(max-width:992px) {
    .btn {
        font-size: calc(.8rem + .32258vw)
    }
}

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

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

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

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

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

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

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

.btn-primary.focus,
.btn-primary:focus,
.btn-primary:hover {
    background-color: #060606;
    border-color: #000;
    color: #fff
}

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

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

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

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

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

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

.btn-secondary.focus,
.btn-secondary:focus {
    box-shadow: 0 0 0 .2rem hsla(208, 6%, 54%, .5)
}

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

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

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem hsla(208, 6%, 54%, .5)
}

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

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

.btn-success.focus,
.btn-success:focus {
    box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}

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

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

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

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

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

.btn-info.focus,
.btn-info:focus {
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

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

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

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

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

.btn-warning.focus,
.btn-warning:focus,
.btn-warning:hover {
    background-color: #ff842c;
    border-color: #ff7c1f;
    color: #212529
}

.btn-warning.focus,
.btn-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(222, 136, 76, .5)
}

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

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

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

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

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

.btn-danger.focus,
.btn-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}

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

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

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

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

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

.btn-light.focus,
.btn-light:focus {
    box-shadow: 0 0 0 .2rem hsla(220, 4%, 85%, .5)
}

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

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

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem hsla(220, 4%, 85%, .5)
}

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

.btn-dark.focus,
.btn-dark:focus,
.btn-dark:hover {
    background-color: #060606;
    border-color: #000;
    color: #fff
}

.btn-dark.focus,
.btn-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(60, 60, 60, .5)
}

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

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

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

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

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

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

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

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

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

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

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

.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
    box-shadow: 0 0 0 .2rem hsla(208, 7%, 46%, .5)
}

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

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

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem hsla(208, 7%, 46%, .5)
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-link:hover {
    color: #000
}

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

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

.btn-group-lg>.btn,
.btn-lg {
    border-radius: .4rem;
    font-size: 1.125rem;
    line-height: 1.5;
    padding: .875rem 1.25rem
}

@media(max-width:992px) {

    .btn-group-lg>.btn,
    .btn-lg {
        font-size: calc(.825rem + .48387vw)
    }
}

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

@media(max-width:992px) {

    .btn-group-sm>.btn,
    .btn-sm {
        font-size: calc(.775rem + .16129vw)
    }
}

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

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

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

.fade {
    transition: opacity .15s linear
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media(max-width:992px) {
    .input-group-text {
        font-size: calc(.8rem + .32258vw)
    }
}

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

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

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

@media(max-width:992px) {

    .input-group-lg>.custom-select,
    .input-group-lg>.form-control,
    .input-group-lg>.input-group-append>.btn,
    .input-group-lg>.input-group-append>.input-group-text,
    .input-group-lg>.input-group-prepend>.btn,
    .input-group-lg>.input-group-prepend>.input-group-text {
        font-size: calc(.825rem + .48387vw)
    }
}

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

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

@media(max-width:992px) {

    .input-group-sm>.custom-select,
    .input-group-sm>.form-control,
    .input-group-sm>.input-group-append>.btn,
    .input-group-sm>.input-group-append>.input-group-text,
    .input-group-sm>.input-group-prepend>.btn,
    .input-group-sm>.input-group-prepend>.input-group-text {
        font-size: calc(.775rem + .16129vw)
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.custom-control-label:before {
    background-color: #fff;
    border: 1px solid #838383;
    pointer-events: none
}

.custom-control-label:after,
.custom-control-label:before {
    content: "";
    display: block;
    height: 1rem;
    left: -1.5rem;
    position: absolute;
    top: .25rem;
    width: 1rem
}

.custom-control-label:after {
    background: 50%/50% 50% no-repeat
}

.custom-checkbox .custom-control-label:before,
.custom-checkbox-color .custom-control-label:before {
    border-radius: 4px
}

.custom-checkbox .custom-control-input:checked~.custom-control-label:after,
.custom-checkbox-color .custom-control-input:checked~.custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%23fff' d='m6.564.75-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3E%3C/svg%3E")
}

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

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:after,
.custom-checkbox-color .custom-control-input:indeterminate~.custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")
}

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

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

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

.custom-radio .custom-control-input:checked~.custom-control-label:after,
.custom-radio-color .custom-control-input:checked~.custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")
}

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

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

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

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

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

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

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

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

@media(max-width:992px) {
    .custom-select {
        font-size: calc(.8rem + .32258vw)
    }
}

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

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

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

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

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

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

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

@media(max-width:992px) {
    .custom-select-sm {
        font-size: calc(.775rem + .16129vw)
    }
}

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

@media(max-width:992px) {
    .custom-select-lg {
        font-size: calc(.825rem + .48387vw)
    }
}

.custom-file {
    display: inline-block;
    margin-bottom: 0
}

.custom-file,
.custom-file-input {
    height: calc(1.5em + 1rem + 2px);
    position: relative;
    width: 100%
}

.custom-file-input {
    margin: 0;
    opacity: 0;
    overflow: hidden;
    z-index: 2
}

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

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

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

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

.custom-file-label {
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .4rem;
    font-weight: 400;
    height: calc(1.5em + 1rem + 2px);
    left: 0;
    overflow: hidden;
    z-index: 1
}

.custom-file-label,
.custom-file-label:after {
    color: #495057;
    line-height: 1.5;
    padding: .5rem 1rem;
    position: absolute;
    right: 0;
    top: 0
}

.custom-file-label:after {
    background-color: #eee;
    border-left: inherit;
    border-radius: 0 .4rem .4rem 0;
    bottom: 0;
    content: "Browse";
    display: block;
    height: calc(1.5em + 1rem);
    z-index: 3
}

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

.custom-range:focus {
    outline: 0
}

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

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

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

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

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

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

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

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

.custom-range::-moz-range-thumb {
    -moz-appearance: none;
    appearance: none;
    background-color: #191919;
    border: 0;
    border-radius: 1rem;
    height: 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;
    width: 1rem
}

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

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

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

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

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

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

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

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

.custom-range::-ms-fill-upper {
    margin-right: 15px
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navbar {
    padding: 5px 10px;
    position: relative
}

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

.navbar-brand {
    display: inline-block;
    font-size: 1.125rem;
    line-height: inherit;
    margin-right: 10px;
    padding-bottom: .40625rem;
    padding-top: .40625rem;
    white-space: nowrap
}

@media(max-width:992px) {
    .navbar-brand {
        font-size: calc(.825rem + .48387vw)
    }
}

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

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

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

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

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

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

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

@media(max-width:992px) {
    .navbar-toggler {
        font-size: calc(.825rem + .48387vw)
    }
}

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

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

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

@media(max-width:575.98px) {

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

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

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

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

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

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

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

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

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

@media(max-width:767.98px) {

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

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

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

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

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

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

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

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

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

@media(max-width:991.98px) {

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

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

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

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

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

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

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

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

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

@media(max-width:1199.98px) {

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto
}

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

.navbar-light .navbar-brand,
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    color: rgba(25, 25, 25, .9)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(25, 25, 25, .5)
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(25, 25, 25, .7)
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(25, 25, 25, .3)
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: rgba(25, 25, 25, .9)
}

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

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

.navbar-light .navbar-text {
    color: rgba(25, 25, 25, .5)
}

.navbar-light .navbar-text a,
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
    color: rgba(25, 25, 25, .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%, .5)
}

.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 .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
    color: #fff
}

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

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

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

.card {
    word-wrap: break-word;
    background-clip: border-box;
    background-color: #fff;
    border: .0625rem solid rgba(25, 25, 25, .125);
    border-radius: .4rem;
    display: flex;
    flex-direction: column;
    min-width: 0;
    position: relative
}

.card>hr {
    margin-left: 0;
    margin-right: 0
}

.card>.list-group {
    border-bottom: inherit;
    border-top: inherit
}

.card>.list-group:first-child {
    border-top-left-radius: .3375rem;
    border-top-right-radius: .3375rem;
    border-top-width: 0
}

.card>.list-group:last-child {
    border-bottom-left-radius: .3375rem;
    border-bottom-right-radius: .3375rem;
    border-bottom-width: 0
}

.card>.card-header+.list-group,
.card>.list-group+.card-footer {
    border-top: 0
}

.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem
}

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

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

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

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

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

.card-header {
    background-color: rgba(25, 25, 25, .03);
    border-bottom: .0625rem solid rgba(25, 25, 25, .125);
    margin-bottom: 0;
    padding: .75rem 1.25rem
}

.card-header:first-child {
    border-radius: .3375rem .3375rem 0 0
}

.card-footer {
    background-color: rgba(25, 25, 25, .03);
    border-top: .0625rem solid rgba(25, 25, 25, .125);
    padding: .75rem 1.25rem
}

.card-footer:last-child {
    border-radius: 0 0 .3375rem .3375rem
}

.card-header-tabs {
    border-bottom: 0;
    margin-bottom: -.75rem
}

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

.card-img-overlay {
    border-radius: .3375rem;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
    position: absolute;
    right: 0;
    top: 0
}

.card-img,
.card-img-bottom,
.card-img-top {
    flex-shrink: 0;
    width: 100%
}

.card-img,
.card-img-top {
    border-top-left-radius: .3375rem;
    border-top-right-radius: .3375rem
}

.card-img,
.card-img-bottom {
    border-bottom-left-radius: .3375rem;
    border-bottom-right-radius: .3375rem
}

.card-deck .card {
    margin-bottom: .625rem
}

@media(min-width:576px) {
    .card-deck {
        display: flex;
        flex-flow: row wrap;
        margin-left: -.625rem;
        margin-right: -.625rem
    }

    .card-deck .card {
        flex: 1 0 0%;
        margin-bottom: 0;
        margin-left: .625rem;
        margin-right: .625rem
    }
}

.card-group>.card {
    margin-bottom: .625rem
}

@media(min-width:576px) {
    .card-group {
        display: flex;
        flex-flow: row wrap
    }

    .card-group>.card {
        flex: 1 0 0%;
        margin-bottom: 0
    }

    .card-group>.card+.card {
        border-left: 0;
        margin-left: 0
    }

    .card-group>.card:not(:last-child) {
        border-bottom-right-radius: 0;
        border-top-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-bottom-left-radius: 0;
        border-top-left-radius: 0
    }

    .card-group>.card:not(:first-child) .card-header,
    .card-group>.card:not(:first-child) .card-img-top {
        border-top-left-radius: 0
    }

    .card-group>.card:not(:first-child) .card-footer,
    .card-group>.card:not(:first-child) .card-img-bottom {
        border-bottom-left-radius: 0
    }
}

.card-columns .card {
    margin-bottom: .75rem
}

@media(min-width:576px) {
    .card-columns {
        -moz-column-count: 3;
        column-count: 3;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }

    .card-columns .card {
        display: inline-block;
        width: 100%
    }
}

.accordion {
    overflow-anchor: none
}

.accordion>.card {
    overflow: hidden
}

.accordion>.card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.accordion>.card:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.accordion>.card>.card-header {
    border-radius: 0;
    margin-bottom: -.0625rem
}

.breadcrumb {
    background-color: #eee;
    border-radius: .4rem;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 1rem;
    padding: .75rem 1rem
}

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

.breadcrumb-item+.breadcrumb-item:before {
    color: #6c757d;
    content: "/";
    float: left;
    padding-right: .5rem
}

.breadcrumb-item+.breadcrumb-item:hover:before {
    text-decoration: underline;
    text-decoration: none
}

.breadcrumb-item.active {
    color: #6c757d
}

.comments-pagination ul,
.pagination {
    border-radius: .4rem;
    display: flex;
    list-style: none;
    padding-left: 0
}

.comments-pagination span,
.page-link {
    background-color: #fff;
    border: 1px solid #ededed;
    color: #191919;
    display: block;
    line-height: 1.25;
    margin-left: -1px;
    padding: .5rem .75rem;
    position: relative
}

.comments-pagination span:hover,
.page-link:hover {
    background-color: #eee;
    border-color: #ededed;
    color: #000;
    text-decoration: none;
    z-index: 2
}

.comments-pagination span:focus,
.page-link:focus {
    box-shadow: 0 0 0 .2rem rgba(25, 25, 25, .25);
    outline: 0;
    z-index: 3
}

.comments-pagination .page-item:first-child span,
.comments-pagination li:first-child .page-link,
.comments-pagination li:first-child span,
.page-item:first-child .comments-pagination span,
.page-item:first-child .page-link {
    border-bottom-left-radius: .4rem;
    border-top-left-radius: .4rem;
    margin-left: 0
}

.comments-pagination .page-item:last-child span,
.comments-pagination li:last-child .page-link,
.comments-pagination li:last-child span,
.page-item:last-child .comments-pagination span,
.page-item:last-child .page-link {
    border-bottom-right-radius: .4rem;
    border-top-right-radius: .4rem
}

.comments-pagination .page-item.active span,
.comments-pagination li.active .page-link,
.comments-pagination li.active span,
.page-item.active .comments-pagination span,
.page-item.active .page-link {
    background-color: #191919;
    border-color: #191919;
    color: #fff;
    z-index: 3
}

.comments-pagination .page-item.disabled span,
.comments-pagination li.disabled .page-link,
.comments-pagination li.disabled span,
.page-item.disabled .comments-pagination span,
.page-item.disabled .page-link {
    background-color: #fff;
    border-color: #ededed;
    color: #6c757d;
    cursor: auto;
    pointer-events: none
}

.comments-pagination .pagination-lg span,
.pagination-lg .comments-pagination span,
.pagination-lg .page-link {
    font-size: 1.125rem;
    line-height: 1.5;
    padding: .75rem 1.5rem
}

@media(max-width:992px) {

    .comments-pagination .pagination-lg span,
    .pagination-lg .comments-pagination span,
    .pagination-lg .page-link {
        font-size: calc(.825rem + .48387vw)
    }
}

.comments-pagination .pagination-lg .page-item:first-child span,
.comments-pagination .pagination-lg li:first-child .page-link,
.comments-pagination .pagination-lg li:first-child span,
.pagination-lg .comments-pagination li:first-child .page-link,
.pagination-lg .comments-pagination li:first-child span,
.pagination-lg .page-item:first-child .comments-pagination span,
.pagination-lg .page-item:first-child .page-link {
    border-bottom-left-radius: .4rem;
    border-top-left-radius: .4rem
}

.comments-pagination .pagination-lg .page-item:last-child span,
.comments-pagination .pagination-lg li:last-child .page-link,
.comments-pagination .pagination-lg li:last-child span,
.pagination-lg .comments-pagination li:last-child .page-link,
.pagination-lg .comments-pagination li:last-child span,
.pagination-lg .page-item:last-child .comments-pagination span,
.pagination-lg .page-item:last-child .page-link {
    border-bottom-right-radius: .4rem;
    border-top-right-radius: .4rem
}

.comments-pagination .pagination-sm span,
.pagination-sm .comments-pagination span,
.pagination-sm .page-link {
    font-size: .875rem;
    line-height: 1.5;
    padding: .25rem .5rem
}

@media(max-width:992px) {

    .comments-pagination .pagination-sm span,
    .pagination-sm .comments-pagination span,
    .pagination-sm .page-link {
        font-size: calc(.775rem + .16129vw)
    }
}

.comments-pagination .pagination-sm .page-item:first-child span,
.comments-pagination .pagination-sm li:first-child .page-link,
.comments-pagination .pagination-sm li:first-child span,
.pagination-sm .comments-pagination li:first-child .page-link,
.pagination-sm .comments-pagination li:first-child span,
.pagination-sm .page-item:first-child .comments-pagination span,
.pagination-sm .page-item:first-child .page-link {
    border-bottom-left-radius: .4rem;
    border-top-left-radius: .4rem
}

.comments-pagination .pagination-sm .page-item:last-child span,
.comments-pagination .pagination-sm li:last-child .page-link,
.comments-pagination .pagination-sm li:last-child span,
.pagination-sm .comments-pagination li:last-child .page-link,
.pagination-sm .comments-pagination li:last-child span,
.pagination-sm .page-item:last-child .comments-pagination span,
.pagination-sm .page-item:last-child .page-link {
    border-bottom-right-radius: .4rem;
    border-top-right-radius: .4rem
}

@keyframes progress-bar-stripes {
    0% {
        background-position: .5rem 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    background-color: #eee;
    border-radius: .4rem;
    font-size: .75rem;
    height: .5rem;
    line-height: 0
}

.progress,
.progress-bar {
    display: flex;
    overflow: hidden
}

.progress-bar {
    background-color: #191919;
    color: #fff;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    transition: width .6s ease;
    white-space: nowrap
}

@media(prefers-reduced-motion:reduce) {
    .progress-bar {
        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: .5rem .5rem
}

.progress-bar-animated {
    animation: progress-bar-stripes 1s linear infinite
}

@media(prefers-reduced-motion:reduce) {
    .progress-bar-animated {
        animation: none
    }
}

.badge {
    border-radius: .4rem;
    display: inline-block;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    padding: .3em .55em;
    text-align: center;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    vertical-align: baseline;
    white-space: nowrap
}

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

a.badge:focus,
a.badge:hover {
    text-decoration: none
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.badge-pill {
    border-radius: 10rem;
    padding-left: .6em;
    padding-right: .6em
}

.badge-primary {
    background-color: #191919;
    color: #fff
}

a.badge-primary:focus,
a.badge-primary:hover {
    background-color: #000;
    color: #fff
}

a.badge-primary.focus,
a.badge-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(25, 25, 25, .5);
    outline: 0
}

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

a.badge-secondary:focus,
a.badge-secondary:hover {
    background-color: #545b62;
    color: #fff
}

a.badge-secondary.focus,
a.badge-secondary:focus {
    box-shadow: 0 0 0 .2rem hsla(208, 7%, 46%, .5);
    outline: 0
}

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

a.badge-success:focus,
a.badge-success:hover {
    background-color: #1e7e34;
    color: #fff
}

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

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

a.badge-info:focus,
a.badge-info:hover {
    background-color: #117a8b;
    color: #fff
}

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

.badge-warning {
    background-color: #ff9a52;
    color: #212529
}

a.badge-warning:focus,
a.badge-warning:hover {
    background-color: #ff7c1f;
    color: #212529
}

a.badge-warning.focus,
a.badge-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 154, 82, .5);
    outline: 0
}

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

a.badge-danger:focus,
a.badge-danger:hover {
    background-color: #bd2130;
    color: #fff
}

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

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

a.badge-light:focus,
a.badge-light:hover {
    background-color: #dae0e5;
    color: #212529
}

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

.badge-dark {
    background-color: #191919;
    color: #fff
}

a.badge-dark:focus,
a.badge-dark:hover {
    background-color: #000;
    color: #fff
}

a.badge-dark.focus,
a.badge-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(25, 25, 25, .5);
    outline: 0
}

.alert {
    border: 1px solid transparent;
    border-radius: .4rem;
    margin-bottom: 1rem;
    padding: .75rem 1.25rem;
    position: relative
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 4rem
}

.alert-dismissible .close {
    color: inherit;
    padding: .75rem 1.25rem;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

.alert-primary {
    background-color: #d1d1d1;
    border-color: #bfbfbf;
    color: #191919
}

.alert-primary hr {
    border-top-color: #b2b2b2
}

.alert-primary .alert-link {
    color: #000
}

.alert-secondary {
    background-color: #e2e3e5;
    border-color: #d6d8db;
    color: #44494d
}

.alert-secondary hr {
    border-top-color: #c8cbcf
}

.alert-secondary .alert-link {
    color: #2c2f32
}

.alert-success {
    background-color: #d4edda;
    border-color: #c3e6cb;
    color: #216330
}

.alert-success hr {
    border-top-color: #b1dfbb
}

.alert-success .alert-link {
    color: #143d1d
}

.alert-info {
    background-color: #d1ecf1;
    border-color: #bee5eb;
    color: #18606c
}

.alert-info hr {
    border-top-color: #abdde5
}

.alert-info .alert-link {
    color: #0f3b42
}

.alert-warning {
    background-color: #ffebdc;
    border-color: #ffe3cf;
    color: #915c37
}

.alert-warning hr {
    border-top-color: #ffd4b6
}

.alert-warning .alert-link {
    color: #6c4529
}

.alert-danger {
    background-color: #f8d7da;
    border-color: #f5c6cb;
    color: #7e2830
}

.alert-danger hr {
    border-top-color: #f1b0b7
}

.alert-danger .alert-link {
    color: #571c21
}

.alert-light {
    background-color: #fefefe;
    border-color: #fdfdfe;
    color: #8d8d8e
}

.alert-light hr {
    border-top-color: #ececf6
}

.alert-light .alert-link {
    color: #737375
}

.alert-dark {
    background-color: #d1d1d1;
    border-color: #bfbfbf;
    color: #191919
}

.alert-dark hr {
    border-top-color: #b2b2b2
}

.alert-dark .alert-link {
    color: #000
}

.media {
    align-items: flex-start;
    display: flex
}

.media-body {
    flex: 1
}

.list-group {
    border-radius: .4rem;
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
    padding-left: 0
}

.list-group-item-action,
.list-group-item-action-dropdown,
.list-group-item-action-dropdown-link {
    color: #495057;
    text-align: inherit;
    width: 100%
}

.list-group-item-action-dropdown-link:focus,
.list-group-item-action-dropdown-link:hover,
.list-group-item-action-dropdown:focus,
.list-group-item-action-dropdown:hover,
.list-group-item-action:focus,
.list-group-item-action:hover {
    background-color: #f8f9fa;
    color: #495057;
    text-decoration: none;
    z-index: 1
}

.list-group-item-action-dropdown-link:active,
.list-group-item-action-dropdown:active,
.list-group-item-action:active {
    background-color: #eee;
    color: #212529
}

.list-group-item {
    background-color: #fff;
    border: 1px solid rgba(25, 25, 25, .125);
    display: block;
    padding: .75rem 1.25rem;
    position: relative
}

.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit
}

.list-group-item:last-child {
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit
}

.list-group-item.disabled,
.list-group-item:disabled {
    background-color: #fff;
    color: #6c757d;
    pointer-events: none
}

.list-group-item.active {
    background-color: #191919;
    border-color: #191919;
    color: #fff;
    z-index: 2
}

.list-group-item+.list-group-item {
    border-top-width: 0
}

.list-group-item+.list-group-item.active {
    border-top-width: 1px;
    margin-top: -1px
}

.list-group-horizontal {
    flex-direction: row
}

.list-group-horizontal>.list-group-item:first-child {
    border-bottom-left-radius: .4rem;
    border-top-right-radius: 0
}

.list-group-horizontal>.list-group-item:last-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: .4rem
}

.list-group-horizontal>.list-group-item.active {
    margin-top: 0
}

.list-group-horizontal>.list-group-item+.list-group-item {
    border-left-width: 0;
    border-top-width: 1px
}

.list-group-horizontal>.list-group-item+.list-group-item.active {
    border-left-width: 1px;
    margin-left: -1px
}

@media(min-width:576px) {
    .list-group-horizontal-sm {
        flex-direction: row
    }

    .list-group-horizontal-sm>.list-group-item:first-child {
        border-bottom-left-radius: .4rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-sm>.list-group-item:last-child {
        border-bottom-left-radius: 0;
        border-top-right-radius: .4rem
    }

    .list-group-horizontal-sm>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-sm>.list-group-item+.list-group-item {
        border-left-width: 0;
        border-top-width: 1px
    }

    .list-group-horizontal-sm>.list-group-item+.list-group-item.active {
        border-left-width: 1px;
        margin-left: -1px
    }
}

@media(min-width:768px) {
    .list-group-horizontal-md {
        flex-direction: row
    }

    .list-group-horizontal-md>.list-group-item:first-child {
        border-bottom-left-radius: .4rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-md>.list-group-item:last-child {
        border-bottom-left-radius: 0;
        border-top-right-radius: .4rem
    }

    .list-group-horizontal-md>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-md>.list-group-item+.list-group-item {
        border-left-width: 0;
        border-top-width: 1px
    }

    .list-group-horizontal-md>.list-group-item+.list-group-item.active {
        border-left-width: 1px;
        margin-left: -1px
    }
}

@media(min-width:992px) {
    .list-group-horizontal-lg {
        flex-direction: row
    }

    .list-group-horizontal-lg>.list-group-item:first-child {
        border-bottom-left-radius: .4rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-lg>.list-group-item:last-child {
        border-bottom-left-radius: 0;
        border-top-right-radius: .4rem
    }

    .list-group-horizontal-lg>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-lg>.list-group-item+.list-group-item {
        border-left-width: 0;
        border-top-width: 1px
    }

    .list-group-horizontal-lg>.list-group-item+.list-group-item.active {
        border-left-width: 1px;
        margin-left: -1px
    }
}

@media(min-width:1200px) {
    .list-group-horizontal-xl {
        flex-direction: row
    }

    .list-group-horizontal-xl>.list-group-item:first-child {
        border-bottom-left-radius: .4rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-xl>.list-group-item:last-child {
        border-bottom-left-radius: 0;
        border-top-right-radius: .4rem
    }

    .list-group-horizontal-xl>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-xl>.list-group-item+.list-group-item {
        border-left-width: 0;
        border-top-width: 1px
    }

    .list-group-horizontal-xl>.list-group-item+.list-group-item.active {
        border-left-width: 1px;
        margin-left: -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 {
    background-color: #bfbfbf;
    color: #191919
}

.list-group-item-primary.list-group-item-action-dropdown-link:focus,
.list-group-item-primary.list-group-item-action-dropdown-link:hover,
.list-group-item-primary.list-group-item-action-dropdown:focus,
.list-group-item-primary.list-group-item-action-dropdown:hover,
.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
    background-color: #b2b2b2;
    color: #191919
}

.list-group-item-primary.active.list-group-item-action-dropdown,
.list-group-item-primary.active.list-group-item-action-dropdown-link,
.list-group-item-primary.list-group-item-action.active {
    background-color: #191919;
    border-color: #191919;
    color: #fff
}

.list-group-item-secondary {
    background-color: #d6d8db;
    color: #44494d
}

.list-group-item-secondary.list-group-item-action-dropdown-link:focus,
.list-group-item-secondary.list-group-item-action-dropdown-link:hover,
.list-group-item-secondary.list-group-item-action-dropdown:focus,
.list-group-item-secondary.list-group-item-action-dropdown:hover,
.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
    background-color: #c8cbcf;
    color: #44494d
}

.list-group-item-secondary.active.list-group-item-action-dropdown,
.list-group-item-secondary.active.list-group-item-action-dropdown-link,
.list-group-item-secondary.list-group-item-action.active {
    background-color: #44494d;
    border-color: #44494d;
    color: #fff
}

.list-group-item-success {
    background-color: #c3e6cb;
    color: #216330
}

.list-group-item-success.list-group-item-action-dropdown-link:focus,
.list-group-item-success.list-group-item-action-dropdown-link:hover,
.list-group-item-success.list-group-item-action-dropdown:focus,
.list-group-item-success.list-group-item-action-dropdown:hover,
.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
    background-color: #b1dfbb;
    color: #216330
}

.list-group-item-success.active.list-group-item-action-dropdown,
.list-group-item-success.active.list-group-item-action-dropdown-link,
.list-group-item-success.list-group-item-action.active {
    background-color: #216330;
    border-color: #216330;
    color: #fff
}

.list-group-item-info {
    background-color: #bee5eb;
    color: #18606c
}

.list-group-item-info.list-group-item-action-dropdown-link:focus,
.list-group-item-info.list-group-item-action-dropdown-link:hover,
.list-group-item-info.list-group-item-action-dropdown:focus,
.list-group-item-info.list-group-item-action-dropdown:hover,
.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
    background-color: #abdde5;
    color: #18606c
}

.list-group-item-info.active.list-group-item-action-dropdown,
.list-group-item-info.active.list-group-item-action-dropdown-link,
.list-group-item-info.list-group-item-action.active {
    background-color: #18606c;
    border-color: #18606c;
    color: #fff
}

.list-group-item-warning {
    background-color: #ffe3cf;
    color: #915c37
}

.list-group-item-warning.list-group-item-action-dropdown-link:focus,
.list-group-item-warning.list-group-item-action-dropdown-link:hover,
.list-group-item-warning.list-group-item-action-dropdown:focus,
.list-group-item-warning.list-group-item-action-dropdown:hover,
.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
    background-color: #ffd4b6;
    color: #915c37
}

.list-group-item-warning.active.list-group-item-action-dropdown,
.list-group-item-warning.active.list-group-item-action-dropdown-link,
.list-group-item-warning.list-group-item-action.active {
    background-color: #915c37;
    border-color: #915c37;
    color: #fff
}

.list-group-item-danger {
    background-color: #f5c6cb;
    color: #7e2830
}

.list-group-item-danger.list-group-item-action-dropdown-link:focus,
.list-group-item-danger.list-group-item-action-dropdown-link:hover,
.list-group-item-danger.list-group-item-action-dropdown:focus,
.list-group-item-danger.list-group-item-action-dropdown:hover,
.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
    background-color: #f1b0b7;
    color: #7e2830
}

.list-group-item-danger.active.list-group-item-action-dropdown,
.list-group-item-danger.active.list-group-item-action-dropdown-link,
.list-group-item-danger.list-group-item-action.active {
    background-color: #7e2830;
    border-color: #7e2830;
    color: #fff
}

.list-group-item-light {
    background-color: #fdfdfe;
    color: #8d8d8e
}

.list-group-item-light.list-group-item-action-dropdown-link:focus,
.list-group-item-light.list-group-item-action-dropdown-link:hover,
.list-group-item-light.list-group-item-action-dropdown:focus,
.list-group-item-light.list-group-item-action-dropdown:hover,
.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
    background-color: #ececf6;
    color: #8d8d8e
}

.list-group-item-light.active.list-group-item-action-dropdown,
.list-group-item-light.active.list-group-item-action-dropdown-link,
.list-group-item-light.list-group-item-action.active {
    background-color: #8d8d8e;
    border-color: #8d8d8e;
    color: #fff
}

.list-group-item-dark {
    background-color: #bfbfbf;
    color: #191919
}

.list-group-item-dark.list-group-item-action-dropdown-link:focus,
.list-group-item-dark.list-group-item-action-dropdown-link:hover,
.list-group-item-dark.list-group-item-action-dropdown:focus,
.list-group-item-dark.list-group-item-action-dropdown:hover,
.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
    background-color: #b2b2b2;
    color: #191919
}

.list-group-item-dark.active.list-group-item-action-dropdown,
.list-group-item-dark.active.list-group-item-action-dropdown-link,
.list-group-item-dark.list-group-item-action.active {
    background-color: #191919;
    border-color: #191919;
    color: #fff
}

.close {
    color: #191919;
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    opacity: .5;
    text-shadow: 0 1px 0 #fff
}

@media(max-width:992px) {
    .close {
        font-size: calc(.9rem + .96774vw)
    }
}

.close:hover {
    color: #191919;
    text-decoration: none
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    opacity: .75
}

button.close {
    background-color: transparent;
    border: 0;
    padding: 0
}

a.close.disabled {
    pointer-events: none
}

@keyframes spinner-border {
    to {
        transform: rotate(1turn)
    }
}

.spinner-border {
    animation: spinner-border .75s linear infinite;
    border: .25em solid;
    border-radius: 50%;
    border-right: .25em solid transparent;
    display: inline-block;
    height: 2rem;
    vertical-align: -.125em;
    width: 2rem
}

.spinner-border-sm {
    border-width: .2em;
    height: 1rem;
    width: 1rem
}

@keyframes spinner-grow {
    0% {
        transform: scale(0)
    }

    50% {
        opacity: 1;
        transform: none
    }
}

.spinner-grow {
    animation: spinner-grow .75s linear infinite;
    background-color: currentcolor;
    border-radius: 50%;
    display: inline-block;
    height: 2rem;
    opacity: 0;
    vertical-align: -.125em;
    width: 2rem
}

.spinner-grow-sm {
    height: 1rem;
    width: 1rem
}

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

    .spinner-border,
    .spinner-grow {
        animation-duration: 1.5s
    }
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.bg-primary {
    background-color: #191919 !important
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
    background-color: #000 !important
}

.bg-secondary {
    background-color: #6c757d !important
}

a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
    background-color: #545b62 !important
}

.bg-success {
    background-color: #28a745 !important
}

a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
    background-color: #1e7e34 !important
}

.bg-info {
    background-color: #17a2b8 !important
}

a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
    background-color: #117a8b !important
}

.bg-warning {
    background-color: #ff9a52 !important
}

a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
    background-color: #ff7c1f !important
}

.bg-danger {
    background-color: #dc3545 !important
}

a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
    background-color: #bd2130 !important
}

.bg-light {
    background-color: #f8f9fa !important
}

a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
    background-color: #dae0e5 !important
}

.bg-dark {
    background-color: #191919 !important
}

a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
    background-color: #000 !important
}

.bg-white {
    background-color: #fff !important
}

.bg-transparent {
    background-color: transparent !important
}

.border {
    border: 1px solid #ededed !important
}

.border-top {
    border-top: 1px solid #ededed !important
}

.border-right {
    border-right: 1px solid #ededed !important
}

.border-bottom {
    border-bottom: 1px solid #ededed !important
}

.border-left {
    border-left: 1px solid #ededed !important
}

.border-0 {
    border: 0 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-right-0 {
    border-right: 0 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-left-0 {
    border-left: 0 !important
}

.border-primary {
    border-color: #191919 !important
}

.border-secondary {
    border-color: #6c757d !important
}

.border-success {
    border-color: #28a745 !important
}

.border-info {
    border-color: #17a2b8 !important
}

.border-warning {
    border-color: #ff9a52 !important
}

.border-danger {
    border-color: #dc3545 !important
}

.border-light {
    border-color: #f8f9fa !important
}

.border-dark {
    border-color: #191919 !important
}

.border-white {
    border-color: #fff !important
}

.rounded,
.rounded-sm {
    border-radius: .4rem !important
}

.rounded-top {
    border-top-left-radius: .4rem !important
}

.rounded-right,
.rounded-top {
    border-top-right-radius: .4rem !important
}

.rounded-bottom,
.rounded-right {
    border-bottom-right-radius: .4rem !important
}

.rounded-bottom,
.rounded-left {
    border-bottom-left-radius: .4rem !important
}

.rounded-left {
    border-top-left-radius: .4rem !important
}

.rounded-lg {
    border-radius: .4rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-pill {
    border-radius: 50rem !important
}

.rounded-0 {
    border-radius: 0 !important
}

.clearfix:after {
    clear: both;
    content: "";
    display: block
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

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

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

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

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

.d-flex {
    display: flex !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print {
    .d-print-none {
        display: none !important
    }

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

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

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

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

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

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

    .d-print-flex {
        display: flex !important
    }

    .d-print-inline-flex {
        display: inline-flex !important
    }
}

.embed-responsive {
    display: block;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%
}

.embed-responsive:before {
    content: "";
    display: block
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    border: 0;
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.embed-responsive-21by9:before {
    padding-top: 42.85714286%
}

.embed-responsive-16by9:before {
    padding-top: 56.25%
}

.embed-responsive-4by3:before {
    padding-top: 75%
}

.embed-responsive-1by1:before {
    padding-top: 100%
}

.flex-row {
    flex-direction: row !important
}

.flex-column {
    flex-direction: column !important
}

.flex-row-reverse {
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    flex-direction: column-reverse !important
}

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

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

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

.flex-fill {
    flex: 1 1 auto !important
}

.flex-grow-0 {
    flex-grow: 0 !important
}

.flex-grow-1 {
    flex-grow: 1 !important
}

.flex-shrink-0 {
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    flex-shrink: 1 !important
}

.justify-content-start {
    justify-content: flex-start !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.justify-content-around {
    justify-content: space-around !important
}

.align-items-start {
    align-items: flex-start !important
}

.align-items-end {
    align-items: flex-end !important
}

.align-items-center {
    align-items: center !important
}

.align-items-baseline {
    align-items: baseline !important
}

.align-items-stretch {
    align-items: stretch !important
}

.align-content-start {
    align-content: flex-start !important
}

.align-content-end {
    align-content: flex-end !important
}

.align-content-center {
    align-content: center !important
}

.align-content-between {
    align-content: space-between !important
}

.align-content-around {
    align-content: space-around !important
}

.align-content-stretch {
    align-content: stretch !important
}

.align-self-auto {
    align-self: auto !important
}

.align-self-start {
    align-self: flex-start !important
}

.align-self-end {
    align-self: flex-end !important
}

.align-self-center {
    align-self: center !important
}

.align-self-baseline {
    align-self: baseline !important
}

.align-self-stretch {
    align-self: stretch !important
}

@media(min-width:576px) {
    .flex-sm-row {
        flex-direction: row !important
    }

    .flex-sm-column {
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important
    }

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

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

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

    .flex-sm-fill {
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0 {
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-sm-start {
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        justify-content: center !important
    }

    .justify-content-sm-between {
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        justify-content: space-around !important
    }

    .align-items-sm-start {
        align-items: flex-start !important
    }

    .align-items-sm-end {
        align-items: flex-end !important
    }

    .align-items-sm-center {
        align-items: center !important
    }

    .align-items-sm-baseline {
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        align-items: stretch !important
    }

    .align-content-sm-start {
        align-content: flex-start !important
    }

    .align-content-sm-end {
        align-content: flex-end !important
    }

    .align-content-sm-center {
        align-content: center !important
    }

    .align-content-sm-between {
        align-content: space-between !important
    }

    .align-content-sm-around {
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        align-content: stretch !important
    }

    .align-self-sm-auto {
        align-self: auto !important
    }

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

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

    .align-self-sm-center {
        align-self: center !important
    }

    .align-self-sm-baseline {
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        align-self: stretch !important
    }
}

@media(min-width:768px) {
    .flex-md-row {
        flex-direction: row !important
    }

    .flex-md-column {
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important
    }

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

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

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

    .flex-md-fill {
        flex: 1 1 auto !important
    }

    .flex-md-grow-0 {
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-md-start {
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        justify-content: center !important
    }

    .justify-content-md-between {
        justify-content: space-between !important
    }

    .justify-content-md-around {
        justify-content: space-around !important
    }

    .align-items-md-start {
        align-items: flex-start !important
    }

    .align-items-md-end {
        align-items: flex-end !important
    }

    .align-items-md-center {
        align-items: center !important
    }

    .align-items-md-baseline {
        align-items: baseline !important
    }

    .align-items-md-stretch {
        align-items: stretch !important
    }

    .align-content-md-start {
        align-content: flex-start !important
    }

    .align-content-md-end {
        align-content: flex-end !important
    }

    .align-content-md-center {
        align-content: center !important
    }

    .align-content-md-between {
        align-content: space-between !important
    }

    .align-content-md-around {
        align-content: space-around !important
    }

    .align-content-md-stretch {
        align-content: stretch !important
    }

    .align-self-md-auto {
        align-self: auto !important
    }

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

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

    .align-self-md-center {
        align-self: center !important
    }

    .align-self-md-baseline {
        align-self: baseline !important
    }

    .align-self-md-stretch {
        align-self: stretch !important
    }
}

@media(min-width:992px) {
    .flex-lg-row {
        flex-direction: row !important
    }

    .flex-lg-column {
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important
    }

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

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

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

    .flex-lg-fill {
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0 {
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-lg-start {
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        justify-content: center !important
    }

    .justify-content-lg-between {
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        justify-content: space-around !important
    }

    .align-items-lg-start {
        align-items: flex-start !important
    }

    .align-items-lg-end {
        align-items: flex-end !important
    }

    .align-items-lg-center {
        align-items: center !important
    }

    .align-items-lg-baseline {
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        align-items: stretch !important
    }

    .align-content-lg-start {
        align-content: flex-start !important
    }

    .align-content-lg-end {
        align-content: flex-end !important
    }

    .align-content-lg-center {
        align-content: center !important
    }

    .align-content-lg-between {
        align-content: space-between !important
    }

    .align-content-lg-around {
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        align-content: stretch !important
    }

    .align-self-lg-auto {
        align-self: auto !important
    }

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

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

    .align-self-lg-center {
        align-self: center !important
    }

    .align-self-lg-baseline {
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        align-self: stretch !important
    }
}

@media(min-width:1200px) {
    .flex-xl-row {
        flex-direction: row !important
    }

    .flex-xl-column {
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important
    }

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

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

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

    .flex-xl-fill {
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-xl-start {
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        justify-content: center !important
    }

    .justify-content-xl-between {
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        justify-content: space-around !important
    }

    .align-items-xl-start {
        align-items: flex-start !important
    }

    .align-items-xl-end {
        align-items: flex-end !important
    }

    .align-items-xl-center {
        align-items: center !important
    }

    .align-items-xl-baseline {
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        align-items: stretch !important
    }

    .align-content-xl-start {
        align-content: flex-start !important
    }

    .align-content-xl-end {
        align-content: flex-end !important
    }

    .align-content-xl-center {
        align-content: center !important
    }

    .align-content-xl-between {
        align-content: space-between !important
    }

    .align-content-xl-around {
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        align-content: stretch !important
    }

    .align-self-xl-auto {
        align-self: auto !important
    }

    .align-self-xl-start {
        align-self: flex-start !important
    }

    .align-self-xl-end {
        align-self: flex-end !important
    }

    .align-self-xl-center {
        align-self: center !important
    }

    .align-self-xl-baseline {
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        align-self: stretch !important
    }
}

.float-left,
.float-xs-left {
    float: left !important
}

.float-right,
.float-xs-right {
    float: right !important
}

.float-none,
.float-xs-none {
    float: none !important
}

@media(min-width:576px) {
    .float-sm-left {
        float: left !important
    }

    .float-sm-right {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }
}

@media(min-width:768px) {
    .float-md-left {
        float: left !important
    }

    .float-md-right {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }
}

@media(min-width:992px) {
    .float-lg-left {
        float: left !important
    }

    .float-lg-right {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }
}

@media(min-width:1200px) {
    .float-xl-left {
        float: left !important
    }

    .float-xl-right {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }
}

.user-select-all {
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    user-select: all !important
}

.user-select-auto {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    user-select: auto !important
}

.user-select-none {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    user-select: none !important
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: sticky !important
}

.fixed-top {
    top: 0
}

.fixed-bottom,
.fixed-top {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 1030
}

.fixed-bottom {
    bottom: 0
}

@supports(position:sticky) {
    .sticky-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.sr-only {
    clip: rect(0, 0, 0, 0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    clip: auto;
    height: auto;
    overflow: visible;
    position: static;
    white-space: normal;
    width: auto
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(25, 25, 25, .075) !important
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(25, 25, 25, .15) !important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(25, 25, 25, .175) !important
}

.shadow-none {
    box-shadow: none !important
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.min-vw-100 {
    min-width: 100vw !important
}

.min-vh-100 {
    min-height: 100vh !important
}

.vw-100 {
    width: 100vw !important
}

.vh-100 {
    height: 100vh !important
}

.m-0 {
    margin: 0 !important
}

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

.mr-0,
.mx-0 {
    margin-right: 0 !important
}

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

.ml-0,
.mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: 5px !important
}

.mt-1,
.my-1 {
    margin-top: 5px !important
}

.mr-1,
.mx-1 {
    margin-right: 5px !important
}

.mb-1,
.my-1 {
    margin-bottom: 5px !important
}

.ml-1,
.mx-1 {
    margin-left: 5px !important
}

.m-2 {
    margin: 10px !important
}

.mt-2,
.my-2 {
    margin-top: 10px !important
}

.mr-2,
.mx-2 {
    margin-right: 10px !important
}

.mb-2,
.my-2 {
    margin-bottom: 10px !important
}

.ml-2,
.mx-2 {
    margin-left: 10px !important
}

.m-3 {
    margin: 20px !important
}

.mt-3,
.my-3 {
    margin-top: 20px !important
}

.mr-3,
.mx-3 {
    margin-right: 20px !important
}

.mb-3,
.my-3 {
    margin-bottom: 20px !important
}

.ml-3,
.mx-3 {
    margin-left: 20px !important
}

.m-4 {
    margin: 30px !important
}

.mt-4,
.my-4 {
    margin-top: 30px !important
}

.mr-4,
.mx-4 {
    margin-right: 30px !important
}

.mb-4,
.my-4 {
    margin-bottom: 30px !important
}

.ml-4,
.mx-4 {
    margin-left: 30px !important
}

.m-5 {
    margin: 40px !important
}

.mt-5,
.my-5 {
    margin-top: 40px !important
}

.mr-5,
.mx-5 {
    margin-right: 40px !important
}

.mb-5,
.my-5 {
    margin-bottom: 40px !important
}

.ml-5,
.mx-5 {
    margin-left: 40px !important
}

.m-3_5 {
    margin: 15px !important
}

.mt-3_5,
.my-3_5 {
    margin-top: 15px !important
}

.mr-3_5,
.mx-3_5 {
    margin-right: 15px !important
}

.mb-3_5,
.my-3_5 {
    margin-bottom: 15px !important
}

.ml-3_5,
.mx-3_5 {
    margin-left: 15px !important
}

.m-6 {
    margin: 50px !important
}

.mt-6,
.my-6 {
    margin-top: 50px !important
}

.mr-6,
.mx-6 {
    margin-right: 50px !important
}

.mb-6,
.my-6 {
    margin-bottom: 50px !important
}

.ml-6,
.mx-6 {
    margin-left: 50px !important
}

.p-0 {
    padding: 0 !important
}

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

.pr-0,
.px-0 {
    padding-right: 0 !important
}

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

.pl-0,
.px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: 5px !important
}

.pt-1,
.py-1 {
    padding-top: 5px !important
}

.pr-1,
.px-1 {
    padding-right: 5px !important
}

.pb-1,
.py-1 {
    padding-bottom: 5px !important
}

.pl-1,
.px-1 {
    padding-left: 5px !important
}

.p-2 {
    padding: 10px !important
}

.pt-2,
.py-2 {
    padding-top: 10px !important
}

.pr-2,
.px-2 {
    padding-right: 10px !important
}

.pb-2,
.py-2 {
    padding-bottom: 10px !important
}

.pl-2,
.px-2 {
    padding-left: 10px !important
}

.p-3 {
    padding: 20px !important
}

.pt-3,
.py-3 {
    padding-top: 20px !important
}

.pr-3,
.px-3 {
    padding-right: 20px !important
}

.pb-3,
.py-3 {
    padding-bottom: 20px !important
}

.pl-3,
.px-3 {
    padding-left: 20px !important
}

.p-4 {
    padding: 30px !important
}

.pt-4,
.py-4 {
    padding-top: 30px !important
}

.pr-4,
.px-4 {
    padding-right: 30px !important
}

.pb-4,
.py-4 {
    padding-bottom: 30px !important
}

.pl-4,
.px-4 {
    padding-left: 30px !important
}

.p-5 {
    padding: 40px !important
}

.pt-5,
.py-5 {
    padding-top: 40px !important
}

.pr-5,
.px-5 {
    padding-right: 40px !important
}

.pb-5,
.py-5 {
    padding-bottom: 40px !important
}

.pl-5,
.px-5 {
    padding-left: 40px !important
}

.p-3_5 {
    padding: 15px !important
}

.pt-3_5,
.py-3_5 {
    padding-top: 15px !important
}

.pr-3_5,
.px-3_5 {
    padding-right: 15px !important
}

.pb-3_5,
.py-3_5 {
    padding-bottom: 15px !important
}

.pl-3_5,
.px-3_5 {
    padding-left: 15px !important
}

.p-6 {
    padding: 50px !important
}

.pt-6,
.py-6 {
    padding-top: 50px !important
}

.pr-6,
.px-6 {
    padding-right: 50px !important
}

.pb-6,
.py-6 {
    padding-bottom: 50px !important
}

.pl-6,
.px-6 {
    padding-left: 50px !important
}

.m-n1 {
    margin: -5px !important
}

.mt-n1,
.my-n1 {
    margin-top: -5px !important
}

.mr-n1,
.mx-n1 {
    margin-right: -5px !important
}

.mb-n1,
.my-n1 {
    margin-bottom: -5px !important
}

.ml-n1,
.mx-n1 {
    margin-left: -5px !important
}

.m-n2 {
    margin: -10px !important
}

.mt-n2,
.my-n2 {
    margin-top: -10px !important
}

.mr-n2,
.mx-n2 {
    margin-right: -10px !important
}

.mb-n2,
.my-n2 {
    margin-bottom: -10px !important
}

.ml-n2,
.mx-n2 {
    margin-left: -10px !important
}

.m-n3 {
    margin: -20px !important
}

.mt-n3,
.my-n3 {
    margin-top: -20px !important
}

.mr-n3,
.mx-n3 {
    margin-right: -20px !important
}

.mb-n3,
.my-n3 {
    margin-bottom: -20px !important
}

.ml-n3,
.mx-n3 {
    margin-left: -20px !important
}

.m-n4 {
    margin: -30px !important
}

.mt-n4,
.my-n4 {
    margin-top: -30px !important
}

.mr-n4,
.mx-n4 {
    margin-right: -30px !important
}

.mb-n4,
.my-n4 {
    margin-bottom: -30px !important
}

.ml-n4,
.mx-n4 {
    margin-left: -30px !important
}

.m-n5 {
    margin: -40px !important
}

.mt-n5,
.my-n5 {
    margin-top: -40px !important
}

.mr-n5,
.mx-n5 {
    margin-right: -40px !important
}

.mb-n5,
.my-n5 {
    margin-bottom: -40px !important
}

.ml-n5,
.mx-n5 {
    margin-left: -40px !important
}

.m-n3_5 {
    margin: -15px !important
}

.mt-n3_5,
.my-n3_5 {
    margin-top: -15px !important
}

.mr-n3_5,
.mx-n3_5 {
    margin-right: -15px !important
}

.mb-n3_5,
.my-n3_5 {
    margin-bottom: -15px !important
}

.ml-n3_5,
.mx-n3_5 {
    margin-left: -15px !important
}

.m-n6 {
    margin: -50px !important
}

.mt-n6,
.my-n6 {
    margin-top: -50px !important
}

.mr-n6,
.mx-n6 {
    margin-right: -50px !important
}

.mb-n6,
.my-n6 {
    margin-bottom: -50px !important
}

.ml-n6,
.mx-n6 {
    margin-left: -50px !important
}

.m-auto {
    margin: auto !important
}

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

.mr-auto,
.mx-auto {
    margin-right: auto !important
}

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

.ml-auto,
.mx-auto {
    margin-left: auto !important
}

@media(min-width:576px) {
    .m-sm-0 {
        margin: 0 !important
    }

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

    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important
    }

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

    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important
    }

    .m-sm-1 {
        margin: 5px !important
    }

    .mt-sm-1,
    .my-sm-1 {
        margin-top: 5px !important
    }

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 5px !important
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 5px !important
    }

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 5px !important
    }

    .m-sm-2 {
        margin: 10px !important
    }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: 10px !important
    }

    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 10px !important
    }

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 10px !important
    }

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 10px !important
    }

    .m-sm-3 {
        margin: 20px !important
    }

    .mt-sm-3,
    .my-sm-3 {
        margin-top: 20px !important
    }

    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 20px !important
    }

    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 20px !important
    }

    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 20px !important
    }

    .m-sm-4 {
        margin: 30px !important
    }

    .mt-sm-4,
    .my-sm-4 {
        margin-top: 30px !important
    }

    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 30px !important
    }

    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 30px !important
    }

    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 30px !important
    }

    .m-sm-5 {
        margin: 40px !important
    }

    .mt-sm-5,
    .my-sm-5 {
        margin-top: 40px !important
    }

    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 40px !important
    }

    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 40px !important
    }

    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 40px !important
    }

    .m-sm-3_5 {
        margin: 15px !important
    }

    .mt-sm-3_5,
    .my-sm-3_5 {
        margin-top: 15px !important
    }

    .mr-sm-3_5,
    .mx-sm-3_5 {
        margin-right: 15px !important
    }

    .mb-sm-3_5,
    .my-sm-3_5 {
        margin-bottom: 15px !important
    }

    .ml-sm-3_5,
    .mx-sm-3_5 {
        margin-left: 15px !important
    }

    .m-sm-6 {
        margin: 50px !important
    }

    .mt-sm-6,
    .my-sm-6 {
        margin-top: 50px !important
    }

    .mr-sm-6,
    .mx-sm-6 {
        margin-right: 50px !important
    }

    .mb-sm-6,
    .my-sm-6 {
        margin-bottom: 50px !important
    }

    .ml-sm-6,
    .mx-sm-6 {
        margin-left: 50px !important
    }

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

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

    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important
    }

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

    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important
    }

    .p-sm-1 {
        padding: 5px !important
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: 5px !important
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: 5px !important
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 5px !important
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: 5px !important
    }

    .p-sm-2 {
        padding: 10px !important
    }

    .pt-sm-2,
    .py-sm-2 {
        padding-top: 10px !important
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: 10px !important
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 10px !important
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: 10px !important
    }

    .p-sm-3 {
        padding: 20px !important
    }

    .pt-sm-3,
    .py-sm-3 {
        padding-top: 20px !important
    }

    .pr-sm-3,
    .px-sm-3 {
        padding-right: 20px !important
    }

    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 20px !important
    }

    .pl-sm-3,
    .px-sm-3 {
        padding-left: 20px !important
    }

    .p-sm-4 {
        padding: 30px !important
    }

    .pt-sm-4,
    .py-sm-4 {
        padding-top: 30px !important
    }

    .pr-sm-4,
    .px-sm-4 {
        padding-right: 30px !important
    }

    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 30px !important
    }

    .pl-sm-4,
    .px-sm-4 {
        padding-left: 30px !important
    }

    .p-sm-5 {
        padding: 40px !important
    }

    .pt-sm-5,
    .py-sm-5 {
        padding-top: 40px !important
    }

    .pr-sm-5,
    .px-sm-5 {
        padding-right: 40px !important
    }

    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 40px !important
    }

    .pl-sm-5,
    .px-sm-5 {
        padding-left: 40px !important
    }

    .p-sm-3_5 {
        padding: 15px !important
    }

    .pt-sm-3_5,
    .py-sm-3_5 {
        padding-top: 15px !important
    }

    .pr-sm-3_5,
    .px-sm-3_5 {
        padding-right: 15px !important
    }

    .pb-sm-3_5,
    .py-sm-3_5 {
        padding-bottom: 15px !important
    }

    .pl-sm-3_5,
    .px-sm-3_5 {
        padding-left: 15px !important
    }

    .p-sm-6 {
        padding: 50px !important
    }

    .pt-sm-6,
    .py-sm-6 {
        padding-top: 50px !important
    }

    .pr-sm-6,
    .px-sm-6 {
        padding-right: 50px !important
    }

    .pb-sm-6,
    .py-sm-6 {
        padding-bottom: 50px !important
    }

    .pl-sm-6,
    .px-sm-6 {
        padding-left: 50px !important
    }

    .m-sm-n1 {
        margin: -5px !important
    }

    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -5px !important
    }

    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -5px !important
    }

    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -5px !important
    }

    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -5px !important
    }

    .m-sm-n2 {
        margin: -10px !important
    }

    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -10px !important
    }

    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -10px !important
    }

    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -10px !important
    }

    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -10px !important
    }

    .m-sm-n3 {
        margin: -20px !important
    }

    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -20px !important
    }

    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -20px !important
    }

    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -20px !important
    }

    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -20px !important
    }

    .m-sm-n4 {
        margin: -30px !important
    }

    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -30px !important
    }

    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -30px !important
    }

    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -30px !important
    }

    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -30px !important
    }

    .m-sm-n5 {
        margin: -40px !important
    }

    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -40px !important
    }

    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -40px !important
    }

    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -40px !important
    }

    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -40px !important
    }

    .m-sm-n3_5 {
        margin: -15px !important
    }

    .mt-sm-n3_5,
    .my-sm-n3_5 {
        margin-top: -15px !important
    }

    .mr-sm-n3_5,
    .mx-sm-n3_5 {
        margin-right: -15px !important
    }

    .mb-sm-n3_5,
    .my-sm-n3_5 {
        margin-bottom: -15px !important
    }

    .ml-sm-n3_5,
    .mx-sm-n3_5 {
        margin-left: -15px !important
    }

    .m-sm-n6 {
        margin: -50px !important
    }

    .mt-sm-n6,
    .my-sm-n6 {
        margin-top: -50px !important
    }

    .mr-sm-n6,
    .mx-sm-n6 {
        margin-right: -50px !important
    }

    .mb-sm-n6,
    .my-sm-n6 {
        margin-bottom: -50px !important
    }

    .ml-sm-n6,
    .mx-sm-n6 {
        margin-left: -50px !important
    }

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

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

    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important
    }

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

    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important
    }
}

@media(min-width:768px) {
    .m-md-0 {
        margin: 0 !important
    }

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

    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important
    }

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

    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important
    }

    .m-md-1 {
        margin: 5px !important
    }

    .mt-md-1,
    .my-md-1 {
        margin-top: 5px !important
    }

    .mr-md-1,
    .mx-md-1 {
        margin-right: 5px !important
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: 5px !important
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: 5px !important
    }

    .m-md-2 {
        margin: 10px !important
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: 10px !important
    }

    .mr-md-2,
    .mx-md-2 {
        margin-right: 10px !important
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: 10px !important
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: 10px !important
    }

    .m-md-3 {
        margin: 20px !important
    }

    .mt-md-3,
    .my-md-3 {
        margin-top: 20px !important
    }

    .mr-md-3,
    .mx-md-3 {
        margin-right: 20px !important
    }

    .mb-md-3,
    .my-md-3 {
        margin-bottom: 20px !important
    }

    .ml-md-3,
    .mx-md-3 {
        margin-left: 20px !important
    }

    .m-md-4 {
        margin: 30px !important
    }

    .mt-md-4,
    .my-md-4 {
        margin-top: 30px !important
    }

    .mr-md-4,
    .mx-md-4 {
        margin-right: 30px !important
    }

    .mb-md-4,
    .my-md-4 {
        margin-bottom: 30px !important
    }

    .ml-md-4,
    .mx-md-4 {
        margin-left: 30px !important
    }

    .m-md-5 {
        margin: 40px !important
    }

    .mt-md-5,
    .my-md-5 {
        margin-top: 40px !important
    }

    .mr-md-5,
    .mx-md-5 {
        margin-right: 40px !important
    }

    .mb-md-5,
    .my-md-5 {
        margin-bottom: 40px !important
    }

    .ml-md-5,
    .mx-md-5 {
        margin-left: 40px !important
    }

    .m-md-3_5 {
        margin: 15px !important
    }

    .mt-md-3_5,
    .my-md-3_5 {
        margin-top: 15px !important
    }

    .mr-md-3_5,
    .mx-md-3_5 {
        margin-right: 15px !important
    }

    .mb-md-3_5,
    .my-md-3_5 {
        margin-bottom: 15px !important
    }

    .ml-md-3_5,
    .mx-md-3_5 {
        margin-left: 15px !important
    }

    .m-md-6 {
        margin: 50px !important
    }

    .mt-md-6,
    .my-md-6 {
        margin-top: 50px !important
    }

    .mr-md-6,
    .mx-md-6 {
        margin-right: 50px !important
    }

    .mb-md-6,
    .my-md-6 {
        margin-bottom: 50px !important
    }

    .ml-md-6,
    .mx-md-6 {
        margin-left: 50px !important
    }

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

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

    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important
    }

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

    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important
    }

    .p-md-1 {
        padding: 5px !important
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: 5px !important
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: 5px !important
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: 5px !important
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: 5px !important
    }

    .p-md-2 {
        padding: 10px !important
    }

    .pt-md-2,
    .py-md-2 {
        padding-top: 10px !important
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: 10px !important
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: 10px !important
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: 10px !important
    }

    .p-md-3 {
        padding: 20px !important
    }

    .pt-md-3,
    .py-md-3 {
        padding-top: 20px !important
    }

    .pr-md-3,
    .px-md-3 {
        padding-right: 20px !important
    }

    .pb-md-3,
    .py-md-3 {
        padding-bottom: 20px !important
    }

    .pl-md-3,
    .px-md-3 {
        padding-left: 20px !important
    }

    .p-md-4 {
        padding: 30px !important
    }

    .pt-md-4,
    .py-md-4 {
        padding-top: 30px !important
    }

    .pr-md-4,
    .px-md-4 {
        padding-right: 30px !important
    }

    .pb-md-4,
    .py-md-4 {
        padding-bottom: 30px !important
    }

    .pl-md-4,
    .px-md-4 {
        padding-left: 30px !important
    }

    .p-md-5 {
        padding: 40px !important
    }

    .pt-md-5,
    .py-md-5 {
        padding-top: 40px !important
    }

    .pr-md-5,
    .px-md-5 {
        padding-right: 40px !important
    }

    .pb-md-5,
    .py-md-5 {
        padding-bottom: 40px !important
    }

    .pl-md-5,
    .px-md-5 {
        padding-left: 40px !important
    }

    .p-md-3_5 {
        padding: 15px !important
    }

    .pt-md-3_5,
    .py-md-3_5 {
        padding-top: 15px !important
    }

    .pr-md-3_5,
    .px-md-3_5 {
        padding-right: 15px !important
    }

    .pb-md-3_5,
    .py-md-3_5 {
        padding-bottom: 15px !important
    }

    .pl-md-3_5,
    .px-md-3_5 {
        padding-left: 15px !important
    }

    .p-md-6 {
        padding: 50px !important
    }

    .pt-md-6,
    .py-md-6 {
        padding-top: 50px !important
    }

    .pr-md-6,
    .px-md-6 {
        padding-right: 50px !important
    }

    .pb-md-6,
    .py-md-6 {
        padding-bottom: 50px !important
    }

    .pl-md-6,
    .px-md-6 {
        padding-left: 50px !important
    }

    .m-md-n1 {
        margin: -5px !important
    }

    .mt-md-n1,
    .my-md-n1 {
        margin-top: -5px !important
    }

    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -5px !important
    }

    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -5px !important
    }

    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -5px !important
    }

    .m-md-n2 {
        margin: -10px !important
    }

    .mt-md-n2,
    .my-md-n2 {
        margin-top: -10px !important
    }

    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -10px !important
    }

    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -10px !important
    }

    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -10px !important
    }

    .m-md-n3 {
        margin: -20px !important
    }

    .mt-md-n3,
    .my-md-n3 {
        margin-top: -20px !important
    }

    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -20px !important
    }

    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -20px !important
    }

    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -20px !important
    }

    .m-md-n4 {
        margin: -30px !important
    }

    .mt-md-n4,
    .my-md-n4 {
        margin-top: -30px !important
    }

    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -30px !important
    }

    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -30px !important
    }

    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -30px !important
    }

    .m-md-n5 {
        margin: -40px !important
    }

    .mt-md-n5,
    .my-md-n5 {
        margin-top: -40px !important
    }

    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -40px !important
    }

    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -40px !important
    }

    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -40px !important
    }

    .m-md-n3_5 {
        margin: -15px !important
    }

    .mt-md-n3_5,
    .my-md-n3_5 {
        margin-top: -15px !important
    }

    .mr-md-n3_5,
    .mx-md-n3_5 {
        margin-right: -15px !important
    }

    .mb-md-n3_5,
    .my-md-n3_5 {
        margin-bottom: -15px !important
    }

    .ml-md-n3_5,
    .mx-md-n3_5 {
        margin-left: -15px !important
    }

    .m-md-n6 {
        margin: -50px !important
    }

    .mt-md-n6,
    .my-md-n6 {
        margin-top: -50px !important
    }

    .mr-md-n6,
    .mx-md-n6 {
        margin-right: -50px !important
    }

    .mb-md-n6,
    .my-md-n6 {
        margin-bottom: -50px !important
    }

    .ml-md-n6,
    .mx-md-n6 {
        margin-left: -50px !important
    }

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

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

    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important
    }

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

    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important
    }
}

@media(min-width:992px) {
    .m-lg-0 {
        margin: 0 !important
    }

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

    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important
    }

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

    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important
    }

    .m-lg-1 {
        margin: 5px !important
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: 5px !important
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 5px !important
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 5px !important
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 5px !important
    }

    .m-lg-2 {
        margin: 10px !important
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: 10px !important
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 10px !important
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 10px !important
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 10px !important
    }

    .m-lg-3 {
        margin: 20px !important
    }

    .mt-lg-3,
    .my-lg-3 {
        margin-top: 20px !important
    }

    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 20px !important
    }

    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 20px !important
    }

    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 20px !important
    }

    .m-lg-4 {
        margin: 30px !important
    }

    .mt-lg-4,
    .my-lg-4 {
        margin-top: 30px !important
    }

    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 30px !important
    }

    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 30px !important
    }

    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 30px !important
    }

    .m-lg-5 {
        margin: 40px !important
    }

    .mt-lg-5,
    .my-lg-5 {
        margin-top: 40px !important
    }

    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 40px !important
    }

    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 40px !important
    }

    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 40px !important
    }

    .m-lg-3_5 {
        margin: 15px !important
    }

    .mt-lg-3_5,
    .my-lg-3_5 {
        margin-top: 15px !important
    }

    .mr-lg-3_5,
    .mx-lg-3_5 {
        margin-right: 15px !important
    }

    .mb-lg-3_5,
    .my-lg-3_5 {
        margin-bottom: 15px !important
    }

    .ml-lg-3_5,
    .mx-lg-3_5 {
        margin-left: 15px !important
    }

    .m-lg-6 {
        margin: 50px !important
    }

    .mt-lg-6,
    .my-lg-6 {
        margin-top: 50px !important
    }

    .mr-lg-6,
    .mx-lg-6 {
        margin-right: 50px !important
    }

    .mb-lg-6,
    .my-lg-6 {
        margin-bottom: 50px !important
    }

    .ml-lg-6,
    .mx-lg-6 {
        margin-left: 50px !important
    }

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

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

    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important
    }

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

    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important
    }

    .p-lg-1 {
        padding: 5px !important
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: 5px !important
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: 5px !important
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 5px !important
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: 5px !important
    }

    .p-lg-2 {
        padding: 10px !important
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: 10px !important
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: 10px !important
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 10px !important
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: 10px !important
    }

    .p-lg-3 {
        padding: 20px !important
    }

    .pt-lg-3,
    .py-lg-3 {
        padding-top: 20px !important
    }

    .pr-lg-3,
    .px-lg-3 {
        padding-right: 20px !important
    }

    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 20px !important
    }

    .pl-lg-3,
    .px-lg-3 {
        padding-left: 20px !important
    }

    .p-lg-4 {
        padding: 30px !important
    }

    .pt-lg-4,
    .py-lg-4 {
        padding-top: 30px !important
    }

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 30px !important
    }

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 30px !important
    }

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 30px !important
    }

    .p-lg-5 {
        padding: 40px !important
    }

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 40px !important
    }

    .pr-lg-5,
    .px-lg-5 {
        padding-right: 40px !important
    }

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 40px !important
    }

    .pl-lg-5,
    .px-lg-5 {
        padding-left: 40px !important
    }

    .p-lg-3_5 {
        padding: 15px !important
    }

    .pt-lg-3_5,
    .py-lg-3_5 {
        padding-top: 15px !important
    }

    .pr-lg-3_5,
    .px-lg-3_5 {
        padding-right: 15px !important
    }

    .pb-lg-3_5,
    .py-lg-3_5 {
        padding-bottom: 15px !important
    }

    .pl-lg-3_5,
    .px-lg-3_5 {
        padding-left: 15px !important
    }

    .p-lg-6 {
        padding: 50px !important
    }

    .pt-lg-6,
    .py-lg-6 {
        padding-top: 50px !important
    }

    .pr-lg-6,
    .px-lg-6 {
        padding-right: 50px !important
    }

    .pb-lg-6,
    .py-lg-6 {
        padding-bottom: 50px !important
    }

    .pl-lg-6,
    .px-lg-6 {
        padding-left: 50px !important
    }

    .m-lg-n1 {
        margin: -5px !important
    }

    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -5px !important
    }

    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -5px !important
    }

    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -5px !important
    }

    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -5px !important
    }

    .m-lg-n2 {
        margin: -10px !important
    }

    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -10px !important
    }

    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -10px !important
    }

    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -10px !important
    }

    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -10px !important
    }

    .m-lg-n3 {
        margin: -20px !important
    }

    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -20px !important
    }

    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -20px !important
    }

    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -20px !important
    }

    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -20px !important
    }

    .m-lg-n4 {
        margin: -30px !important
    }

    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -30px !important
    }

    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -30px !important
    }

    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -30px !important
    }

    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -30px !important
    }

    .m-lg-n5 {
        margin: -40px !important
    }

    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -40px !important
    }

    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -40px !important
    }

    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -40px !important
    }

    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -40px !important
    }

    .m-lg-n3_5 {
        margin: -15px !important
    }

    .mt-lg-n3_5,
    .my-lg-n3_5 {
        margin-top: -15px !important
    }

    .mr-lg-n3_5,
    .mx-lg-n3_5 {
        margin-right: -15px !important
    }

    .mb-lg-n3_5,
    .my-lg-n3_5 {
        margin-bottom: -15px !important
    }

    .ml-lg-n3_5,
    .mx-lg-n3_5 {
        margin-left: -15px !important
    }

    .m-lg-n6 {
        margin: -50px !important
    }

    .mt-lg-n6,
    .my-lg-n6 {
        margin-top: -50px !important
    }

    .mr-lg-n6,
    .mx-lg-n6 {
        margin-right: -50px !important
    }

    .mb-lg-n6,
    .my-lg-n6 {
        margin-bottom: -50px !important
    }

    .ml-lg-n6,
    .mx-lg-n6 {
        margin-left: -50px !important
    }

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

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

    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important
    }

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

    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important
    }
}

@media(min-width:1200px) {
    .m-xl-0 {
        margin: 0 !important
    }

    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important
    }

    .m-xl-1 {
        margin: 5px !important
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: 5px !important
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 5px !important
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 5px !important
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 5px !important
    }

    .m-xl-2 {
        margin: 10px !important
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: 10px !important
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 10px !important
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 10px !important
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 10px !important
    }

    .m-xl-3 {
        margin: 20px !important
    }

    .mt-xl-3,
    .my-xl-3 {
        margin-top: 20px !important
    }

    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 20px !important
    }

    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 20px !important
    }

    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 20px !important
    }

    .m-xl-4 {
        margin: 30px !important
    }

    .mt-xl-4,
    .my-xl-4 {
        margin-top: 30px !important
    }

    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 30px !important
    }

    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 30px !important
    }

    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 30px !important
    }

    .m-xl-5 {
        margin: 40px !important
    }

    .mt-xl-5,
    .my-xl-5 {
        margin-top: 40px !important
    }

    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 40px !important
    }

    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 40px !important
    }

    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 40px !important
    }

    .m-xl-3_5 {
        margin: 15px !important
    }

    .mt-xl-3_5,
    .my-xl-3_5 {
        margin-top: 15px !important
    }

    .mr-xl-3_5,
    .mx-xl-3_5 {
        margin-right: 15px !important
    }

    .mb-xl-3_5,
    .my-xl-3_5 {
        margin-bottom: 15px !important
    }

    .ml-xl-3_5,
    .mx-xl-3_5 {
        margin-left: 15px !important
    }

    .m-xl-6 {
        margin: 50px !important
    }

    .mt-xl-6,
    .my-xl-6 {
        margin-top: 50px !important
    }

    .mr-xl-6,
    .mx-xl-6 {
        margin-right: 50px !important
    }

    .mb-xl-6,
    .my-xl-6 {
        margin-bottom: 50px !important
    }

    .ml-xl-6,
    .mx-xl-6 {
        margin-left: 50px !important
    }

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

    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important
    }

    .p-xl-1 {
        padding: 5px !important
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: 5px !important
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: 5px !important
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 5px !important
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: 5px !important
    }

    .p-xl-2 {
        padding: 10px !important
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: 10px !important
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: 10px !important
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 10px !important
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: 10px !important
    }

    .p-xl-3 {
        padding: 20px !important
    }

    .pt-xl-3,
    .py-xl-3 {
        padding-top: 20px !important
    }

    .pr-xl-3,
    .px-xl-3 {
        padding-right: 20px !important
    }

    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 20px !important
    }

    .pl-xl-3,
    .px-xl-3 {
        padding-left: 20px !important
    }

    .p-xl-4 {
        padding: 30px !important
    }

    .pt-xl-4,
    .py-xl-4 {
        padding-top: 30px !important
    }

    .pr-xl-4,
    .px-xl-4 {
        padding-right: 30px !important
    }

    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 30px !important
    }

    .pl-xl-4,
    .px-xl-4 {
        padding-left: 30px !important
    }

    .p-xl-5 {
        padding: 40px !important
    }

    .pt-xl-5,
    .py-xl-5 {
        padding-top: 40px !important
    }

    .pr-xl-5,
    .px-xl-5 {
        padding-right: 40px !important
    }

    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 40px !important
    }

    .pl-xl-5,
    .px-xl-5 {
        padding-left: 40px !important
    }

    .p-xl-3_5 {
        padding: 15px !important
    }

    .pt-xl-3_5,
    .py-xl-3_5 {
        padding-top: 15px !important
    }

    .pr-xl-3_5,
    .px-xl-3_5 {
        padding-right: 15px !important
    }

    .pb-xl-3_5,
    .py-xl-3_5 {
        padding-bottom: 15px !important
    }

    .pl-xl-3_5,
    .px-xl-3_5 {
        padding-left: 15px !important
    }

    .p-xl-6 {
        padding: 50px !important
    }

    .pt-xl-6,
    .py-xl-6 {
        padding-top: 50px !important
    }

    .pr-xl-6,
    .px-xl-6 {
        padding-right: 50px !important
    }

    .pb-xl-6,
    .py-xl-6 {
        padding-bottom: 50px !important
    }

    .pl-xl-6,
    .px-xl-6 {
        padding-left: 50px !important
    }

    .m-xl-n1 {
        margin: -5px !important
    }

    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -5px !important
    }

    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -5px !important
    }

    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -5px !important
    }

    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -5px !important
    }

    .m-xl-n2 {
        margin: -10px !important
    }

    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -10px !important
    }

    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -10px !important
    }

    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -10px !important
    }

    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -10px !important
    }

    .m-xl-n3 {
        margin: -20px !important
    }

    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -20px !important
    }

    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -20px !important
    }

    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -20px !important
    }

    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -20px !important
    }

    .m-xl-n4 {
        margin: -30px !important
    }

    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -30px !important
    }

    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -30px !important
    }

    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -30px !important
    }

    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -30px !important
    }

    .m-xl-n5 {
        margin: -40px !important
    }

    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -40px !important
    }

    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -40px !important
    }

    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -40px !important
    }

    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -40px !important
    }

    .m-xl-n3_5 {
        margin: -15px !important
    }

    .mt-xl-n3_5,
    .my-xl-n3_5 {
        margin-top: -15px !important
    }

    .mr-xl-n3_5,
    .mx-xl-n3_5 {
        margin-right: -15px !important
    }

    .mb-xl-n3_5,
    .my-xl-n3_5 {
        margin-bottom: -15px !important
    }

    .ml-xl-n3_5,
    .mx-xl-n3_5 {
        margin-left: -15px !important
    }

    .m-xl-n6 {
        margin: -50px !important
    }

    .mt-xl-n6,
    .my-xl-n6 {
        margin-top: -50px !important
    }

    .mr-xl-n6,
    .mx-xl-n6 {
        margin-right: -50px !important
    }

    .mb-xl-n6,
    .my-xl-n6 {
        margin-bottom: -50px !important
    }

    .ml-xl-n6,
    .mx-xl-n6 {
        margin-left: -50px !important
    }

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

    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important
    }

    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important
    }
}

.stretched-link:after {
    background-color: transparent;
    bottom: 0;
    content: "";
    left: 0;
    pointer-events: auto;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace !important
}

.text-justify {
    text-align: justify !important
}

.text-wrap {
    white-space: normal !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

@media(min-width:576px) {
    .text-sm-left {
        text-align: left !important
    }

    .text-sm-right {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media(min-width:768px) {
    .text-md-left {
        text-align: left !important
    }

    .text-md-right {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media(min-width:992px) {
    .text-lg-left {
        text-align: left !important
    }

    .text-lg-right {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media(min-width:1200px) {
    .text-xl-left {
        text-align: left !important
    }

    .text-xl-right {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.font-weight-light {
    font-weight: 300 !important
}

.font-weight-lighter {
    font-weight: 200 !important
}

.font-weight-normal {
    font-weight: 400 !important
}

.font-weight-bold {
    font-weight: 700 !important
}

.font-weight-bolder {
    font-weight: 800 !important
}

.font-italic {
    font-style: italic !important
}

.text-white {
    color: #fff !important
}

.text-primary {
    color: #191919 !important
}

a.text-primary:focus,
a.text-primary:hover {
    color: #000 !important
}

.text-secondary {
    color: #6c757d !important
}

a.text-secondary:focus,
a.text-secondary:hover {
    color: #494f54 !important
}

.text-success {
    color: #28a745 !important
}

a.text-success:focus,
a.text-success:hover {
    color: #19692c !important
}

.text-info {
    color: #17a2b8 !important
}

a.text-info:focus,
a.text-info:hover {
    color: #0f6674 !important
}

.text-warning {
    color: #ff9a52 !important
}

a.text-warning:focus,
a.text-warning:hover {
    color: #ff6d06 !important
}

.text-danger {
    color: #dc3545 !important
}

a.text-danger:focus,
a.text-danger:hover {
    color: #a71d2a !important
}

.text-light {
    color: #f8f9fa !important
}

a.text-light:focus,
a.text-light:hover {
    color: #cbd3da !important
}

.text-dark {
    color: #191919 !important
}

a.text-dark:focus,
a.text-dark:hover {
    color: #000 !important
}

.text-body {
    color: #212529 !important
}

.text-muted {
    color: #6c757d !important
}

.text-black-50 {
    color: rgba(25, 25, 25, .5) !important
}

.text-white-50 {
    color: hsla(0, 0%, 100%, .5) !important
}

.text-hide {
    background-color: transparent;
    border: 0;
    color: transparent;
    font: 0/0 a;
    text-shadow: none
}

.text-decoration-none {
    text-decoration: none !important
}

.text-break {
    word-wrap: break-word !important;
    word-break: break-word !important
}

.text-reset {
    color: inherit !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media print {

    *,
    :after,
    :before {
        box-shadow: none !important;
        text-shadow: none !important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    pre {
        white-space: pre-wrap !important
    }

    blockquote,
    pre {
        border: 1px solid #838383
    }

    blockquote,
    img,
    pre,
    tr {
        page-break-inside: avoid
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    .container,
    body {
        min-width: 992px !important
    }

    .navbar {
        display: none
    }

    .badge {
        border: 1px solid #191919
    }

    .table {
        border-collapse: collapse !important
    }

    .table td,
    .table th {
        background-color: #fff !important
    }

    .table-bordered td,
    .table-bordered th {
        border: 1px solid #ededed !important
    }

    .table-dark {
        color: inherit
    }

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

    .table .thead-dark th {
        border-color: #ededed;
        color: inherit
    }
}

@font-face {
    font-family: swiper-icons;
    font-style: normal;
    font-weight: 400;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff")
}

:root {
    --swiper-theme-color: #007aff
}

.swiper,
swiper-container {
    display: block;
    list-style: none;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding: 0;
    position: relative;
    z-index: 1
}

.swiper-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    box-sizing: content-box;
    display: flex;
    height: 100%;
    position: relative;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    width: 100%;
    z-index: 1
}

.swiper-android .swiper-slide,
.swiper-wrapper {
    transform: translateZ(0)
}

.swiper-horizontal {
    touch-action: pan-y
}

.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide,
swiper-slide {
    display: block;
    flex-shrink: 0;
    height: 100%;
    position: relative;
    transition-property: transform;
    width: 100%
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-backface-hidden .swiper-slide {
    backface-visibility: hidden;
    transform: translateZ(0)
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-3d {
    perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    transform-style: preserve-3d
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-css-mode>.swiper-wrapper {
    -ms-overflow-style: none;
    overflow: auto;
    scrollbar-width: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
    scroll-snap-type: y mandatory
}

.swiper-centered>.swiper-wrapper:before {
    content: "";
    flex-shrink: 0;
    order: 9999
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-horizontal>.swiper-wrapper:before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-vertical>.swiper-wrapper:before {
    height: var(--swiper-centered-offset-after);
    min-width: 1px;
    width: 100%
}

.swiper-lazy-preloader {
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top: 4px solid transparent;
    box-sizing: border-box;
    height: 42px;
    left: 50%;
    margin-left: -21px;
    margin-top: -21px;
    position: absolute;
    top: 50%;
    transform-origin: 50%;
    width: 42px;
    z-index: 10
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s linear infinite
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.swiper-free-mode>.swiper-wrapper {
    margin: 0 auto;
    transition-timing-function: ease-out
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
    align-items: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
    cursor: pointer;
    display: flex;
    height: var(--swiper-navigation-size);
    justify-content: center;
    margin-top: calc(0px - var(--swiper-navigation-size)/2);
    position: absolute;
    top: var(--swiper-navigation-top-offset, 50%);
    width: calc(var(--swiper-navigation-size)/44*27);
    z-index: 10
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    cursor: auto;
    opacity: .35;
    pointer-events: none
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
    cursor: auto;
    opacity: 0;
    pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
    display: none !important
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    font-variant: normal;
    letter-spacing: 0;
    line-height: 1;
    text-transform: none !important
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 10px);
    right: auto
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: "prev"
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    left: auto;
    right: var(--swiper-navigation-sides-offset, 10px)
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: "next"
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transform: translateZ(0);
    transition: opacity .3s;
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
    display: none !important
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 8px);
    left: 0;
    top: var(--swiper-pagination-top, auto);
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    font-size: 0;
    overflow: hidden
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    position: relative;
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.swiper-pagination-bullet {
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
    display: inline-block;
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px))
}

button.swiper-pagination-bullet {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    box-shadow: none;
    margin: 0;
    padding: 0
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none !important
}

.swiper-pagination-bullet-active {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    opacity: var(--swiper-pagination-bullet-opacity, 1)
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
    left: var(--swiper-pagination-left, auto);
    right: var(--swiper-pagination-right, 8px);
    top: 50%;
    transform: translate3d(0, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    display: block;
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: transform .2s, top .2s
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform .2s, left .2s
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
:host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform .2s, right .2s
}

.swiper-pagination-fraction {
    color: var(--swiper-pagination-fraction-color, inherit)
}

.swiper-pagination-progressbar {
    background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: scale(0);
    transform-origin: left top;
    width: 100%
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0;
    width: 100%
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
    height: 100%;
    left: 0;
    top: 0;
    width: var(--swiper-pagination-progressbar-size, 4px)
}

.swiper-pagination-lock {
    display: none
}

.cursor-pointer {
    cursor: pointer !important
}

.font-reset {
    font-size: inherit !important
}

.line-height-reset {
    line-height: inherit !important
}

.font-sm {
    font-size: .875rem
}

@media(max-width:992px) {
    .font-sm {
        font-size: calc(.775rem + .16129vw)
    }
}

.font-lg {
    font-size: 1.125rem
}

@media(max-width:992px) {
    .font-lg {
        font-size: calc(.825rem + .48387vw)
    }
}

.font-xs {
    font-size: .6875rem
}

.font-base {
    font-size: 1rem
}

@media(max-width:992px) {
    .font-base {
        font-size: calc(.8rem + .32258vw)
    }
}

.dropdown-menu,
.modal {
    display: none
}

.toast {
    opacity: 0
}

body,
html {
    height: 100%
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    direction: ltr
}

ul {
    list-style: none;
    padding-left: 0
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #6c757d
}

input::placeholder,
textarea::placeholder {
    color: #6c757d
}

input:active::-moz-placeholder,
textarea:active::-moz-placeholder {
    color: #212529
}

input:active::placeholder,
textarea:active::placeholder {
    color: #212529
}

input[type=number] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0
}

@font-face {
    font-display: block;
    font-family: Material Icons;
    font-style: normal;
    font-weight: 400;
    src: url(/themes/falcon/assets/fonts/MaterialIcons-Regular-479700ea91d964d295d75c6b67bd0b28.eot);
    src: local("☺"), url(/themes/falcon/assets/fonts/MaterialIcons-Regular-12a47ed5fd5585f0f4227fa035a1a607.woff2) format("woff2"), url(/themes/falcon/assets/fonts/MaterialIcons-Regular-f2a0933406f7830651524f477ba2f543.woff) format("woff"), url(/themes/falcon/assets/fonts/MaterialIcons-Regular-00b1fb69fb78ff50fd555de80b2fb45e.ttf) format("truetype")
}

.material-icons._10k:before {
    content: "\e951"
}

.material-icons._10mp:before {
    content: "\e952"
}

.material-icons._11mp:before {
    content: "\e953"
}

.material-icons._12mp:before {
    content: "\e954"
}

.material-icons._13mp:before {
    content: "\e955"
}

.material-icons._14mp:before {
    content: "\e956"
}

.material-icons._15mp:before {
    content: "\e957"
}

.material-icons._16mp:before {
    content: "\e958"
}

.material-icons._17mp:before {
    content: "\e959"
}

.material-icons._18mp:before {
    content: "\e95a"
}

.material-icons._19mp:before {
    content: "\e95b"
}

.material-icons._1k:before {
    content: "\e95c"
}

.material-icons._1k_plus:before {
    content: "\e95d"
}

.material-icons._20mp:before {
    content: "\e95e"
}

.material-icons._21mp:before {
    content: "\e95f"
}

.material-icons._22mp:before {
    content: "\e960"
}

.material-icons._23mp:before {
    content: "\e961"
}

.material-icons._24mp:before {
    content: "\e962"
}

.material-icons._2k:before {
    content: "\e963"
}

.material-icons._2k_plus:before {
    content: "\e964"
}

.material-icons._2mp:before {
    content: "\e965"
}

.material-icons._360:before {
    content: "\e577"
}

.material-icons._3d_rotation:before {
    content: "\e84d"
}

.material-icons._3k:before {
    content: "\e966"
}

.material-icons._3k_plus:before {
    content: "\e967"
}

.material-icons._3mp:before {
    content: "\e968"
}

.material-icons._4k:before {
    content: "\e072"
}

.material-icons._4k_plus:before {
    content: "\e969"
}

.material-icons._4mp:before {
    content: "\e96a"
}

.material-icons._5k:before {
    content: "\e96b"
}

.material-icons._5k_plus:before {
    content: "\e96c"
}

.material-icons._5mp:before {
    content: "\e96d"
}

.material-icons._6k:before {
    content: "\e96e"
}

.material-icons._6k_plus:before {
    content: "\e96f"
}

.material-icons._6mp:before {
    content: "\e970"
}

.material-icons._7k:before {
    content: "\e971"
}

.material-icons._7k_plus:before {
    content: "\e972"
}

.material-icons._7mp:before {
    content: "\e973"
}

.material-icons._8k:before {
    content: "\e974"
}

.material-icons._8k_plus:before {
    content: "\e975"
}

.material-icons._8mp:before {
    content: "\e976"
}

.material-icons._9k:before {
    content: "\e977"
}

.material-icons._9k_plus:before {
    content: "\e978"
}

.material-icons._9mp:before {
    content: "\e979"
}

.material-icons.ac_unit:before {
    content: "\eb3b"
}

.material-icons.access_alarm:before {
    content: "\e190"
}

.material-icons.access_alarms:before {
    content: "\e191"
}

.material-icons.access_time:before {
    content: "\e192"
}

.material-icons.accessibility:before {
    content: "\e84e"
}

.material-icons.accessibility_new:before {
    content: "\e92c"
}

.material-icons.accessible:before {
    content: "\e914"
}

.material-icons.accessible_forward:before {
    content: "\e934"
}

.material-icons.account_balance:before {
    content: "\e84f"
}

.material-icons.account_balance_wallet:before {
    content: "\e850"
}

.material-icons.account_box:before {
    content: "\e851"
}

.material-icons.account_circle:before {
    content: "\e853"
}

.material-icons.account_tree:before {
    content: "\e97a"
}

.material-icons.adb:before {
    content: "\e60e"
}

.material-icons.add:before {
    content: "\e145"
}

.material-icons.add_a_photo:before {
    content: "\e439"
}

.material-icons.add_alarm:before {
    content: "\e193"
}

.material-icons.add_alert:before {
    content: "\e003"
}

.material-icons.add_box:before {
    content: "\e146"
}

.material-icons.add_call:before {
    content: "\e0e8"
}

.material-icons.add_chart:before {
    content: "\e97b"
}

.material-icons.add_circle:before {
    content: "\e147"
}

.material-icons.add_circle_outline:before {
    content: "\e148"
}

.material-icons.add_comment:before {
    content: "\e266"
}

.material-icons.add_ic_call:before {
    content: "\e97c"
}

.material-icons.add_link:before {
    content: "\e178"
}

.material-icons.add_location:before {
    content: "\e567"
}

.material-icons.add_moderator:before {
    content: "\e97d"
}

.material-icons.add_photo_alternate:before {
    content: "\e43e"
}

.material-icons.add_shopping_cart:before {
    content: "\e854"
}

.material-icons.add_to_home_screen:before {
    content: "\e1fe"
}

.material-icons.add_to_photos:before {
    content: "\e39d"
}

.material-icons.add_to_queue:before {
    content: "\e05c"
}

.material-icons.adjust:before {
    content: "\e39e"
}

.material-icons.airline_seat_flat:before {
    content: "\e630"
}

.material-icons.airline_seat_flat_angled:before {
    content: "\e631"
}

.material-icons.airline_seat_individual_suite:before {
    content: "\e632"
}

.material-icons.airline_seat_legroom_extra:before {
    content: "\e633"
}

.material-icons.airline_seat_legroom_normal:before {
    content: "\e634"
}

.material-icons.airline_seat_legroom_reduced:before {
    content: "\e635"
}

.material-icons.airline_seat_recline_extra:before {
    content: "\e636"
}

.material-icons.airline_seat_recline_normal:before {
    content: "\e637"
}

.material-icons.airplanemode_active:before {
    content: "\e195"
}

.material-icons.airplanemode_inactive:before,
.material-icons.airplanemode_off:before {
    content: "\e194"
}

.material-icons.airplanemode_on:before {
    content: "\e195"
}

.material-icons.airplay:before {
    content: "\e055"
}

.material-icons.airport_shuttle:before {
    content: "\eb3c"
}

.material-icons.alarm:before {
    content: "\e855"
}

.material-icons.alarm_add:before {
    content: "\e856"
}

.material-icons.alarm_off:before {
    content: "\e857"
}

.material-icons.alarm_on:before {
    content: "\e858"
}

.material-icons.album:before {
    content: "\e019"
}

.material-icons.all_inbox:before {
    content: "\e97f"
}

.material-icons.all_inclusive:before {
    content: "\eb3d"
}

.material-icons.all_out:before {
    content: "\e90b"
}

.material-icons.alternate_email:before {
    content: "\e0e6"
}

.material-icons.amp_stories:before {
    content: "\ea13"
}

.material-icons.android:before {
    content: "\e859"
}

.material-icons.announcement:before {
    content: "\e85a"
}

.material-icons.apartment:before {
    content: "\ea40"
}

.material-icons.approval:before {
    content: "\e982"
}

.material-icons.apps:before {
    content: "\e5c3"
}

.material-icons.archive:before {
    content: "\e149"
}

.material-icons.arrow_back:before {
    content: "\e5c4"
}

.material-icons.arrow_back_ios:before {
    content: "\e5e0"
}

.material-icons.arrow_downward:before {
    content: "\e5db"
}

.material-icons.arrow_drop_down:before {
    content: "\e5c5"
}

.material-icons.arrow_drop_down_circle:before {
    content: "\e5c6"
}

.material-icons.arrow_drop_up:before {
    content: "\e5c7"
}

.material-icons.arrow_forward:before {
    content: "\e5c8"
}

.material-icons.arrow_forward_ios:before {
    content: "\e5e1"
}

.material-icons.arrow_left:before {
    content: "\e5de"
}

.material-icons.arrow_right:before {
    content: "\e5df"
}

.material-icons.arrow_right_alt:before {
    content: "\e941"
}

.material-icons.arrow_upward:before {
    content: "\e5d8"
}

.material-icons.art_track:before {
    content: "\e060"
}

.material-icons.aspect_ratio:before {
    content: "\e85b"
}

.material-icons.assessment:before {
    content: "\e85c"
}

.material-icons.assignment:before {
    content: "\e85d"
}

.material-icons.assignment_ind:before {
    content: "\e85e"
}

.material-icons.assignment_late:before {
    content: "\e85f"
}

.material-icons.assignment_return:before {
    content: "\e860"
}

.material-icons.assignment_returned:before {
    content: "\e861"
}

.material-icons.assignment_turned_in:before {
    content: "\e862"
}

.material-icons.assistant:before {
    content: "\e39f"
}

.material-icons.assistant_direction:before {
    content: "\e988"
}

.material-icons.assistant_navigation:before {
    content: "\e989"
}

.material-icons.assistant_photo:before {
    content: "\e3a0"
}

.material-icons.atm:before {
    content: "\e573"
}

.material-icons.attach_file:before {
    content: "\e226"
}

.material-icons.attach_money:before {
    content: "\e227"
}

.material-icons.attachment:before {
    content: "\e2bc"
}

.material-icons.attractions:before {
    content: "\ea52"
}

.material-icons.audiotrack:before {
    content: "\e3a1"
}

.material-icons.autorenew:before {
    content: "\e863"
}

.material-icons.av_timer:before {
    content: "\e01b"
}

.material-icons.backspace:before {
    content: "\e14a"
}

.material-icons.backup:before {
    content: "\e864"
}

.material-icons.badge:before {
    content: "\ea67"
}

.material-icons.bakery_dining:before {
    content: "\ea53"
}

.material-icons.ballot:before {
    content: "\e172"
}

.material-icons.bar_chart:before {
    content: "\e26b"
}

.material-icons.bathtub:before {
    content: "\ea41"
}

.material-icons.battery_alert:before {
    content: "\e19c"
}

.material-icons.battery_charging_full:before {
    content: "\e1a3"
}

.material-icons.battery_full:before {
    content: "\e1a4"
}

.material-icons.battery_std:before {
    content: "\e1a5"
}

.material-icons.battery_unknown:before {
    content: "\e1a6"
}

.material-icons.beach_access:before {
    content: "\eb3e"
}

.material-icons.beenhere:before {
    content: "\e52d"
}

.material-icons.block:before {
    content: "\e14b"
}

.material-icons.bluetooth:before {
    content: "\e1a7"
}

.material-icons.bluetooth_audio:before {
    content: "\e60f"
}

.material-icons.bluetooth_connected:before {
    content: "\e1a8"
}

.material-icons.bluetooth_disabled:before {
    content: "\e1a9"
}

.material-icons.bluetooth_searching:before {
    content: "\e1aa"
}

.material-icons.blur_circular:before {
    content: "\e3a2"
}

.material-icons.blur_linear:before {
    content: "\e3a3"
}

.material-icons.blur_off:before {
    content: "\e3a4"
}

.material-icons.blur_on:before {
    content: "\e3a5"
}

.material-icons.bolt:before {
    content: "\ea0b"
}

.material-icons.book:before {
    content: "\e865"
}

.material-icons.bookmark:before {
    content: "\e866"
}

.material-icons.bookmark_border:before,
.material-icons.bookmark_outline:before {
    content: "\e867"
}

.material-icons.bookmarks:before {
    content: "\e98b"
}

.material-icons.border_all:before {
    content: "\e228"
}

.material-icons.border_bottom:before {
    content: "\e229"
}

.material-icons.border_clear:before {
    content: "\e22a"
}

.material-icons.border_color:before {
    content: "\e22b"
}

.material-icons.border_horizontal:before {
    content: "\e22c"
}

.material-icons.border_inner:before {
    content: "\e22d"
}

.material-icons.border_left:before {
    content: "\e22e"
}

.material-icons.border_outer:before {
    content: "\e22f"
}

.material-icons.border_right:before {
    content: "\e230"
}

.material-icons.border_style:before {
    content: "\e231"
}

.material-icons.border_top:before {
    content: "\e232"
}

.material-icons.border_vertical:before {
    content: "\e233"
}

.material-icons.branding_watermark:before {
    content: "\e06b"
}

.material-icons.breakfast_dining:before {
    content: "\ea54"
}

.material-icons.brightness_1:before {
    content: "\e3a6"
}

.material-icons.brightness_2:before {
    content: "\e3a7"
}

.material-icons.brightness_3:before {
    content: "\e3a8"
}

.material-icons.brightness_4:before {
    content: "\e3a9"
}

.material-icons.brightness_5:before {
    content: "\e3aa"
}

.material-icons.brightness_6:before {
    content: "\e3ab"
}

.material-icons.brightness_7:before {
    content: "\e3ac"
}

.material-icons.brightness_auto:before {
    content: "\e1ab"
}

.material-icons.brightness_high:before {
    content: "\e1ac"
}

.material-icons.brightness_low:before {
    content: "\e1ad"
}

.material-icons.brightness_medium:before {
    content: "\e1ae"
}

.material-icons.broken_image:before {
    content: "\e3ad"
}

.material-icons.brunch_dining:before {
    content: "\ea73"
}

.material-icons.brush:before {
    content: "\e3ae"
}

.material-icons.bubble_chart:before {
    content: "\e6dd"
}

.material-icons.bug_report:before {
    content: "\e868"
}

.material-icons.build:before {
    content: "\e869"
}

.material-icons.burst_mode:before {
    content: "\e43c"
}

.material-icons.bus_alert:before {
    content: "\e98f"
}

.material-icons.business:before {
    content: "\e0af"
}

.material-icons.business_center:before {
    content: "\eb3f"
}

.material-icons.cached:before {
    content: "\e86a"
}

.material-icons.cake:before {
    content: "\e7e9"
}

.material-icons.calendar_today:before {
    content: "\e935"
}

.material-icons.calendar_view_day:before {
    content: "\e936"
}

.material-icons.call:before {
    content: "\e0b0"
}

.material-icons.call_end:before {
    content: "\e0b1"
}

.material-icons.call_made:before {
    content: "\e0b2"
}

.material-icons.call_merge:before {
    content: "\e0b3"
}

.material-icons.call_missed:before {
    content: "\e0b4"
}

.material-icons.call_missed_outgoing:before {
    content: "\e0e4"
}

.material-icons.call_received:before {
    content: "\e0b5"
}

.material-icons.call_split:before {
    content: "\e0b6"
}

.material-icons.call_to_action:before {
    content: "\e06c"
}

.material-icons.camera:before {
    content: "\e3af"
}

.material-icons.camera_alt:before {
    content: "\e3b0"
}

.material-icons.camera_enhance:before {
    content: "\e8fc"
}

.material-icons.camera_front:before {
    content: "\e3b1"
}

.material-icons.camera_rear:before {
    content: "\e3b2"
}

.material-icons.camera_roll:before {
    content: "\e3b3"
}

.material-icons.cancel:before {
    content: "\e5c9"
}

.material-icons.cancel_presentation:before {
    content: "\e0e9"
}

.material-icons.cancel_schedule_send:before {
    content: "\ea39"
}

.material-icons.car_rental:before {
    content: "\ea55"
}

.material-icons.car_repair:before {
    content: "\ea56"
}

.material-icons.card_giftcard:before {
    content: "\e8f6"
}

.material-icons.card_membership:before {
    content: "\e8f7"
}

.material-icons.card_travel:before {
    content: "\e8f8"
}

.material-icons.cases:before {
    content: "\e992"
}

.material-icons.casino:before {
    content: "\eb40"
}

.material-icons.cast:before {
    content: "\e307"
}

.material-icons.cast_connected:before {
    content: "\e308"
}

.material-icons.category:before {
    content: "\e574"
}

.material-icons.celebration:before {
    content: "\ea65"
}

.material-icons.cell_wifi:before {
    content: "\e0ec"
}

.material-icons.center_focus_strong:before {
    content: "\e3b4"
}

.material-icons.center_focus_weak:before {
    content: "\e3b5"
}

.material-icons.change_history:before {
    content: "\e86b"
}

.material-icons.chat:before {
    content: "\e0b7"
}

.material-icons.chat_bubble:before {
    content: "\e0ca"
}

.material-icons.chat_bubble_outline:before {
    content: "\e0cb"
}

.material-icons.check:before {
    content: "\e5ca"
}

.material-icons.check_box:before {
    content: "\e834"
}

.material-icons.check_box_outline_blank:before {
    content: "\e835"
}

.material-icons.check_circle:before {
    content: "\e86c"
}

.material-icons.check_circle_outline:before {
    content: "\e92d"
}

.material-icons.chevron_left:before {
    content: "\e5cb"
}

.material-icons.chevron_right:before {
    content: "\e5cc"
}

.material-icons.child_care:before {
    content: "\eb41"
}

.material-icons.child_friendly:before {
    content: "\eb42"
}

.material-icons.chrome_reader_mode:before {
    content: "\e86d"
}

.material-icons.circle_notifications:before {
    content: "\e994"
}

.material-icons.class:before {
    content: "\e86e"
}

.material-icons.clear:before {
    content: "\e14c"
}

.material-icons.clear_all:before {
    content: "\e0b8"
}

.material-icons.close:before {
    content: "\e5cd"
}

.material-icons.closed_caption:before {
    content: "\e01c"
}

.material-icons.closed_caption_off:before {
    content: "\e996"
}

.material-icons.cloud:before {
    content: "\e2bd"
}

.material-icons.cloud_circle:before {
    content: "\e2be"
}

.material-icons.cloud_done:before {
    content: "\e2bf"
}

.material-icons.cloud_download:before {
    content: "\e2c0"
}

.material-icons.cloud_off:before {
    content: "\e2c1"
}

.material-icons.cloud_queue:before {
    content: "\e2c2"
}

.material-icons.cloud_upload:before {
    content: "\e2c3"
}

.material-icons.code:before {
    content: "\e86f"
}

.material-icons.collections:before {
    content: "\e3b6"
}

.material-icons.collections_bookmark:before {
    content: "\e431"
}

.material-icons.color_lens:before {
    content: "\e3b7"
}

.material-icons.colorize:before {
    content: "\e3b8"
}

.material-icons.comment:before {
    content: "\e0b9"
}

.material-icons.commute:before {
    content: "\e940"
}

.material-icons.compare:before {
    content: "\e3b9"
}

.material-icons.compare_arrows:before {
    content: "\e915"
}

.material-icons.compass_calibration:before {
    content: "\e57c"
}

.material-icons.compress:before {
    content: "\e94d"
}

.material-icons.computer:before {
    content: "\e30a"
}

.material-icons.confirmation_num:before,
.material-icons.confirmation_number:before {
    content: "\e638"
}

.material-icons.connected_tv:before {
    content: "\e998"
}

.material-icons.contact_mail:before {
    content: "\e0d0"
}

.material-icons.contact_phone:before {
    content: "\e0cf"
}

.material-icons.contact_support:before {
    content: "\e94c"
}

.material-icons.contactless:before {
    content: "\ea71"
}

.material-icons.contacts:before {
    content: "\e0ba"
}

.material-icons.content_copy:before {
    content: "\e14d"
}

.material-icons.content_cut:before {
    content: "\e14e"
}

.material-icons.content_paste:before {
    content: "\e14f"
}

.material-icons.control_camera:before {
    content: "\e074"
}

.material-icons.control_point:before {
    content: "\e3ba"
}

.material-icons.control_point_duplicate:before {
    content: "\e3bb"
}

.material-icons.copyright:before {
    content: "\e90c"
}

.material-icons.create:before {
    content: "\e150"
}

.material-icons.create_new_folder:before {
    content: "\e2cc"
}

.material-icons.credit_card:before {
    content: "\e870"
}

.material-icons.crop:before {
    content: "\e3be"
}

.material-icons.crop_16_9:before {
    content: "\e3bc"
}

.material-icons.crop_3_2:before {
    content: "\e3bd"
}

.material-icons.crop_5_4:before {
    content: "\e3bf"
}

.material-icons.crop_7_5:before {
    content: "\e3c0"
}

.material-icons.crop_din:before {
    content: "\e3c1"
}

.material-icons.crop_free:before {
    content: "\e3c2"
}

.material-icons.crop_landscape:before {
    content: "\e3c3"
}

.material-icons.crop_original:before {
    content: "\e3c4"
}

.material-icons.crop_portrait:before {
    content: "\e3c5"
}

.material-icons.crop_rotate:before {
    content: "\e437"
}

.material-icons.crop_square:before {
    content: "\e3c6"
}

.material-icons.dangerous:before {
    content: "\e99a"
}

.material-icons.dashboard:before {
    content: "\e871"
}

.material-icons.dashboard_customize:before {
    content: "\e99b"
}

.material-icons.data_usage:before {
    content: "\e1af"
}

.material-icons.date_range:before {
    content: "\e916"
}

.material-icons.deck:before {
    content: "\ea42"
}

.material-icons.dehaze:before {
    content: "\e3c7"
}

.material-icons.delete:before {
    content: "\e872"
}

.material-icons.delete_forever:before {
    content: "\e92b"
}

.material-icons.delete_outline:before {
    content: "\e92e"
}

.material-icons.delete_sweep:before {
    content: "\e16c"
}

.material-icons.delivery_dining:before {
    content: "\ea72"
}

.material-icons.departure_board:before {
    content: "\e576"
}

.material-icons.description:before {
    content: "\e873"
}

.material-icons.desktop_access_disabled:before {
    content: "\e99d"
}

.material-icons.desktop_mac:before {
    content: "\e30b"
}

.material-icons.desktop_windows:before {
    content: "\e30c"
}

.material-icons.details:before {
    content: "\e3c8"
}

.material-icons.developer_board:before {
    content: "\e30d"
}

.material-icons.developer_mode:before {
    content: "\e1b0"
}

.material-icons.device_hub:before {
    content: "\e335"
}

.material-icons.device_thermostat:before {
    content: "\e1ff"
}

.material-icons.device_unknown:before {
    content: "\e339"
}

.material-icons.devices:before {
    content: "\e1b1"
}

.material-icons.devices_other:before {
    content: "\e337"
}

.material-icons.dialer_sip:before {
    content: "\e0bb"
}

.material-icons.dialpad:before {
    content: "\e0bc"
}

.material-icons.dinner_dining:before {
    content: "\ea57"
}

.material-icons.directions:before {
    content: "\e52e"
}

.material-icons.directions_bike:before {
    content: "\e52f"
}

.material-icons.directions_boat:before {
    content: "\e532"
}

.material-icons.directions_bus:before {
    content: "\e530"
}

.material-icons.directions_car:before {
    content: "\e531"
}

.material-icons.directions_ferry:before {
    content: "\e532"
}

.material-icons.directions_railway:before {
    content: "\e534"
}

.material-icons.directions_run:before {
    content: "\e566"
}

.material-icons.directions_subway:before {
    content: "\e533"
}

.material-icons.directions_train:before {
    content: "\e534"
}

.material-icons.directions_transit:before {
    content: "\e535"
}

.material-icons.directions_walk:before {
    content: "\e536"
}

.material-icons.disc_full:before {
    content: "\e610"
}

.material-icons.dnd_forwardslash:before {
    content: "\e611"
}

.material-icons.dns:before {
    content: "\e875"
}

.material-icons.do_not_disturb:before {
    content: "\e612"
}

.material-icons.do_not_disturb_alt:before {
    content: "\e611"
}

.material-icons.do_not_disturb_off:before {
    content: "\e643"
}

.material-icons.do_not_disturb_on:before {
    content: "\e644"
}

.material-icons.dock:before {
    content: "\e30e"
}

.material-icons.domain:before {
    content: "\e7ee"
}

.material-icons.domain_disabled:before {
    content: "\e0ef"
}

.material-icons.done:before {
    content: "\e876"
}

.material-icons.done_all:before {
    content: "\e877"
}

.material-icons.done_outline:before {
    content: "\e92f"
}

.material-icons.donut_large:before {
    content: "\e917"
}

.material-icons.donut_small:before {
    content: "\e918"
}

.material-icons.double_arrow:before {
    content: "\ea50"
}

.material-icons.drafts:before {
    content: "\e151"
}

.material-icons.drag_handle:before {
    content: "\e25d"
}

.material-icons.drag_indicator:before {
    content: "\e945"
}

.material-icons.drive_eta:before {
    content: "\e613"
}

.material-icons.drive_file_move_outline:before {
    content: "\e9a1"
}

.material-icons.drive_file_rename_outline:before {
    content: "\e9a2"
}

.material-icons.drive_folder_upload:before {
    content: "\e9a3"
}

.material-icons.dry_cleaning:before {
    content: "\ea58"
}

.material-icons.duo:before {
    content: "\e9a5"
}

.material-icons.dvr:before {
    content: "\e1b2"
}

.material-icons.dynamic_feed:before {
    content: "\ea14"
}

.material-icons.eco:before {
    content: "\ea35"
}

.material-icons.edit:before {
    content: "\e3c9"
}

.material-icons.edit_attributes:before {
    content: "\e578"
}

.material-icons.edit_location:before {
    content: "\e568"
}

.material-icons.edit_off:before {
    content: "\e950"
}

.material-icons.eject:before {
    content: "\e8fb"
}

.material-icons.email:before {
    content: "\e0be"
}

.material-icons.emoji_emotions:before {
    content: "\ea22"
}

.material-icons.emoji_events:before {
    content: "\ea23"
}

.material-icons.emoji_flags:before {
    content: "\ea1a"
}

.material-icons.emoji_food_beverage:before {
    content: "\ea1b"
}

.material-icons.emoji_nature:before {
    content: "\ea1c"
}

.material-icons.emoji_objects:before {
    content: "\ea24"
}

.material-icons.emoji_people:before {
    content: "\ea1d"
}

.material-icons.emoji_symbols:before {
    content: "\ea1e"
}

.material-icons.emoji_transportation:before {
    content: "\ea1f"
}

.material-icons.enhance_photo_translate:before {
    content: "\e8fc"
}

.material-icons.enhanced_encryption:before {
    content: "\e63f"
}

.material-icons.equalizer:before {
    content: "\e01d"
}

.material-icons.error:before {
    content: "\e000"
}

.material-icons.error_outline:before {
    content: "\e001"
}

.material-icons.euro:before {
    content: "\ea15"
}

.material-icons.euro_symbol:before {
    content: "\e926"
}

.material-icons.ev_station:before {
    content: "\e56d"
}

.material-icons.event:before {
    content: "\e878"
}

.material-icons.event_available:before {
    content: "\e614"
}

.material-icons.event_busy:before {
    content: "\e615"
}

.material-icons.event_note:before {
    content: "\e616"
}

.material-icons.event_seat:before {
    content: "\e903"
}

.material-icons.exit_to_app:before {
    content: "\e879"
}

.material-icons.expand:before {
    content: "\e94f"
}

.material-icons.expand_less:before {
    content: "\e5ce"
}

.material-icons.expand_more:before {
    content: "\e5cf"
}

.material-icons.explicit:before {
    content: "\e01e"
}

.material-icons.explore:before {
    content: "\e87a"
}

.material-icons.explore_off:before {
    content: "\e9a8"
}

.material-icons.exposure:before {
    content: "\e3ca"
}

.material-icons.exposure_minus_1:before {
    content: "\e3cb"
}

.material-icons.exposure_minus_2:before {
    content: "\e3cc"
}

.material-icons.exposure_neg_1:before {
    content: "\e3cb"
}

.material-icons.exposure_neg_2:before {
    content: "\e3cc"
}

.material-icons.exposure_plus_1:before {
    content: "\e3cd"
}

.material-icons.exposure_plus_2:before {
    content: "\e3ce"
}

.material-icons.exposure_zero:before {
    content: "\e3cf"
}

.material-icons.extension:before {
    content: "\e87b"
}

.material-icons.face:before {
    content: "\e87c"
}

.material-icons.fast_forward:before {
    content: "\e01f"
}

.material-icons.fast_rewind:before {
    content: "\e020"
}

.material-icons.fastfood:before {
    content: "\e57a"
}

.material-icons.favorite:before {
    content: "\e87d"
}

.material-icons.favorite_border:before,
.material-icons.favorite_outline:before {
    content: "\e87e"
}

.material-icons.featured_play_list:before {
    content: "\e06d"
}

.material-icons.featured_video:before {
    content: "\e06e"
}

.material-icons.feedback:before {
    content: "\e87f"
}

.material-icons.festival:before {
    content: "\ea68"
}

.material-icons.fiber_dvr:before {
    content: "\e05d"
}

.material-icons.fiber_manual_record:before {
    content: "\e061"
}

.material-icons.fiber_new:before {
    content: "\e05e"
}

.material-icons.fiber_pin:before {
    content: "\e06a"
}

.material-icons.fiber_smart_record:before {
    content: "\e062"
}

.material-icons.file_copy:before {
    content: "\e173"
}

.material-icons.file_download:before {
    content: "\e2c4"
}

.material-icons.file_download_done:before {
    content: "\e9aa"
}

.material-icons.file_present:before {
    content: "\ea0e"
}

.material-icons.file_upload:before {
    content: "\e2c6"
}

.material-icons.filter:before {
    content: "\e3d3"
}

.material-icons.filter_1:before {
    content: "\e3d0"
}

.material-icons.filter_2:before {
    content: "\e3d1"
}

.material-icons.filter_3:before {
    content: "\e3d2"
}

.material-icons.filter_4:before {
    content: "\e3d4"
}

.material-icons.filter_5:before {
    content: "\e3d5"
}

.material-icons.filter_6:before {
    content: "\e3d6"
}

.material-icons.filter_7:before {
    content: "\e3d7"
}

.material-icons.filter_8:before {
    content: "\e3d8"
}

.material-icons.filter_9:before {
    content: "\e3d9"
}

.material-icons.filter_9_plus:before {
    content: "\e3da"
}

.material-icons.filter_b_and_w:before {
    content: "\e3db"
}

.material-icons.filter_center_focus:before {
    content: "\e3dc"
}

.material-icons.filter_drama:before {
    content: "\e3dd"
}

.material-icons.filter_frames:before {
    content: "\e3de"
}

.material-icons.filter_hdr:before {
    content: "\e3df"
}

.material-icons.filter_list:before {
    content: "\e152"
}

.material-icons.filter_list_alt:before {
    content: "\e94e"
}

.material-icons.filter_none:before {
    content: "\e3e0"
}

.material-icons.filter_tilt_shift:before {
    content: "\e3e2"
}

.material-icons.filter_vintage:before {
    content: "\e3e3"
}

.material-icons.find_in_page:before {
    content: "\e880"
}

.material-icons.find_replace:before {
    content: "\e881"
}

.material-icons.fingerprint:before {
    content: "\e90d"
}

.material-icons.fireplace:before {
    content: "\ea43"
}

.material-icons.first_page:before {
    content: "\e5dc"
}

.material-icons.fit_screen:before {
    content: "\ea10"
}

.material-icons.fitness_center:before {
    content: "\eb43"
}

.material-icons.flag:before {
    content: "\e153"
}

.material-icons.flare:before {
    content: "\e3e4"
}

.material-icons.flash_auto:before {
    content: "\e3e5"
}

.material-icons.flash_off:before {
    content: "\e3e6"
}

.material-icons.flash_on:before {
    content: "\e3e7"
}

.material-icons.flight:before {
    content: "\e539"
}

.material-icons.flight_land:before {
    content: "\e904"
}

.material-icons.flight_takeoff:before {
    content: "\e905"
}

.material-icons.flip:before {
    content: "\e3e8"
}

.material-icons.flip_camera_android:before {
    content: "\ea37"
}

.material-icons.flip_camera_ios:before {
    content: "\ea38"
}

.material-icons.flip_to_back:before {
    content: "\e882"
}

.material-icons.flip_to_front:before {
    content: "\e883"
}

.material-icons.folder:before {
    content: "\e2c7"
}

.material-icons.folder_open:before {
    content: "\e2c8"
}

.material-icons.folder_shared:before {
    content: "\e2c9"
}

.material-icons.folder_special:before {
    content: "\e617"
}

.material-icons.font_download:before {
    content: "\e167"
}

.material-icons.format_align_center:before {
    content: "\e234"
}

.material-icons.format_align_justify:before {
    content: "\e235"
}

.material-icons.format_align_left:before {
    content: "\e236"
}

.material-icons.format_align_right:before {
    content: "\e237"
}

.material-icons.format_bold:before {
    content: "\e238"
}

.material-icons.format_clear:before {
    content: "\e239"
}

.material-icons.format_color_fill:before {
    content: "\e23a"
}

.material-icons.format_color_reset:before {
    content: "\e23b"
}

.material-icons.format_color_text:before {
    content: "\e23c"
}

.material-icons.format_indent_decrease:before {
    content: "\e23d"
}

.material-icons.format_indent_increase:before {
    content: "\e23e"
}

.material-icons.format_italic:before {
    content: "\e23f"
}

.material-icons.format_line_spacing:before {
    content: "\e240"
}

.material-icons.format_list_bulleted:before {
    content: "\e241"
}

.material-icons.format_list_numbered:before {
    content: "\e242"
}

.material-icons.format_list_numbered_rtl:before {
    content: "\e267"
}

.material-icons.format_paint:before {
    content: "\e243"
}

.material-icons.format_quote:before {
    content: "\e244"
}

.material-icons.format_shapes:before {
    content: "\e25e"
}

.material-icons.format_size:before {
    content: "\e245"
}

.material-icons.format_strikethrough:before {
    content: "\e246"
}

.material-icons.format_textdirection_l_to_r:before {
    content: "\e247"
}

.material-icons.format_textdirection_r_to_l:before {
    content: "\e248"
}

.material-icons.format_underline:before,
.material-icons.format_underlined:before {
    content: "\e249"
}

.material-icons.forum:before {
    content: "\e0bf"
}

.material-icons.forward:before {
    content: "\e154"
}

.material-icons.forward_10:before {
    content: "\e056"
}

.material-icons.forward_30:before {
    content: "\e057"
}

.material-icons.forward_5:before {
    content: "\e058"
}

.material-icons.free_breakfast:before {
    content: "\eb44"
}

.material-icons.fullscreen:before {
    content: "\e5d0"
}

.material-icons.fullscreen_exit:before {
    content: "\e5d1"
}

.material-icons.functions:before {
    content: "\e24a"
}

.material-icons.g_translate:before {
    content: "\e927"
}

.material-icons.gamepad:before {
    content: "\e30f"
}

.material-icons.games:before {
    content: "\e021"
}

.material-icons.gavel:before {
    content: "\e90e"
}

.material-icons.gesture:before {
    content: "\e155"
}

.material-icons.get_app:before {
    content: "\e884"
}

.material-icons.gif:before {
    content: "\e908"
}

.material-icons.goat:before {
    content: "\dbff"
}

.material-icons.golf_course:before {
    content: "\eb45"
}

.material-icons.gps_fixed:before {
    content: "\e1b3"
}

.material-icons.gps_not_fixed:before {
    content: "\e1b4"
}

.material-icons.gps_off:before {
    content: "\e1b5"
}

.material-icons.grade:before {
    content: "\e885"
}

.material-icons.gradient:before {
    content: "\e3e9"
}

.material-icons.grain:before {
    content: "\e3ea"
}

.material-icons.graphic_eq:before {
    content: "\e1b8"
}

.material-icons.grid_off:before {
    content: "\e3eb"
}

.material-icons.grid_on:before {
    content: "\e3ec"
}

.material-icons.grid_view:before {
    content: "\e9b0"
}

.material-icons.group:before {
    content: "\e7ef"
}

.material-icons.group_add:before {
    content: "\e7f0"
}

.material-icons.group_work:before {
    content: "\e886"
}

.material-icons.hail:before {
    content: "\e9b1"
}

.material-icons.hardware:before {
    content: "\ea59"
}

.material-icons.hd:before {
    content: "\e052"
}

.material-icons.hdr_off:before {
    content: "\e3ed"
}

.material-icons.hdr_on:before {
    content: "\e3ee"
}

.material-icons.hdr_strong:before {
    content: "\e3f1"
}

.material-icons.hdr_weak:before {
    content: "\e3f2"
}

.material-icons.headset:before {
    content: "\e310"
}

.material-icons.headset_mic:before {
    content: "\e311"
}

.material-icons.headset_off:before {
    content: "\e33a"
}

.material-icons.healing:before {
    content: "\e3f3"
}

.material-icons.hearing:before {
    content: "\e023"
}

.material-icons.height:before {
    content: "\ea16"
}

.material-icons.help:before {
    content: "\e887"
}

.material-icons.help_outline:before {
    content: "\e8fd"
}

.material-icons.high_quality:before {
    content: "\e024"
}

.material-icons.highlight:before {
    content: "\e25f"
}

.material-icons.highlight_off:before,
.material-icons.highlight_remove:before {
    content: "\e888"
}

.material-icons.history:before {
    content: "\e889"
}

.material-icons.home:before {
    content: "\e88a"
}

.material-icons.home_filled:before {
    content: "\e9b2"
}

.material-icons.home_work:before {
    content: "\ea09"
}

.material-icons.horizontal_split:before {
    content: "\e947"
}

.material-icons.hot_tub:before {
    content: "\eb46"
}

.material-icons.hotel:before {
    content: "\e53a"
}

.material-icons.hourglass_empty:before {
    content: "\e88b"
}

.material-icons.hourglass_full:before {
    content: "\e88c"
}

.material-icons.house:before {
    content: "\ea44"
}

.material-icons.how_to_reg:before {
    content: "\e174"
}

.material-icons.how_to_vote:before {
    content: "\e175"
}

.material-icons.http:before {
    content: "\e902"
}

.material-icons.https:before {
    content: "\e88d"
}

.material-icons.icecream:before {
    content: "\ea69"
}

.material-icons.image:before {
    content: "\e3f4"
}

.material-icons.image_aspect_ratio:before {
    content: "\e3f5"
}

.material-icons.image_search:before {
    content: "\e43f"
}

.material-icons.imagesearch_roller:before {
    content: "\e9b4"
}

.material-icons.import_contacts:before {
    content: "\e0e0"
}

.material-icons.import_export:before {
    content: "\e0c3"
}

.material-icons.important_devices:before {
    content: "\e912"
}

.material-icons.inbox:before {
    content: "\e156"
}

.material-icons.indeterminate_check_box:before {
    content: "\e909"
}

.material-icons.info:before {
    content: "\e88e"
}

.material-icons.info_outline:before {
    content: "\e88f"
}

.material-icons.input:before {
    content: "\e890"
}

.material-icons.insert_chart:before {
    content: "\e24b"
}

.material-icons.insert_chart_outlined:before {
    content: "\e26a"
}

.material-icons.insert_comment:before {
    content: "\e24c"
}

.material-icons.insert_drive_file:before {
    content: "\e24d"
}

.material-icons.insert_emoticon:before {
    content: "\e24e"
}

.material-icons.insert_invitation:before {
    content: "\e24f"
}

.material-icons.insert_link:before {
    content: "\e250"
}

.material-icons.insert_photo:before {
    content: "\e251"
}

.material-icons.inventory:before {
    content: "\e179"
}

.material-icons.invert_colors:before {
    content: "\e891"
}

.material-icons.invert_colors_off:before {
    content: "\e0c4"
}

.material-icons.invert_colors_on:before {
    content: "\e891"
}

.material-icons.iso:before {
    content: "\e3f6"
}

.material-icons.keyboard:before {
    content: "\e312"
}

.material-icons.keyboard_arrow_down:before {
    content: "\e313"
}

.material-icons.keyboard_arrow_left:before {
    content: "\e314"
}

.material-icons.keyboard_arrow_right:before {
    content: "\e315"
}

.material-icons.keyboard_arrow_up:before {
    content: "\e316"
}

.material-icons.keyboard_backspace:before {
    content: "\e317"
}

.material-icons.keyboard_capslock:before {
    content: "\e318"
}

.material-icons.keyboard_control:before {
    content: "\e5d3"
}

.material-icons.keyboard_hide:before {
    content: "\e31a"
}

.material-icons.keyboard_return:before {
    content: "\e31b"
}

.material-icons.keyboard_tab:before {
    content: "\e31c"
}

.material-icons.keyboard_voice:before {
    content: "\e31d"
}

.material-icons.king_bed:before {
    content: "\ea45"
}

.material-icons.kitchen:before {
    content: "\eb47"
}

.material-icons.label:before {
    content: "\e892"
}

.material-icons.label_important:before {
    content: "\e937"
}

.material-icons.label_important_outline:before {
    content: "\e948"
}

.material-icons.label_off:before {
    content: "\e9b6"
}

.material-icons.label_outline:before {
    content: "\e893"
}

.material-icons.landscape:before {
    content: "\e3f7"
}

.material-icons.language:before {
    content: "\e894"
}

.material-icons.laptop:before {
    content: "\e31e"
}

.material-icons.laptop_chromebook:before {
    content: "\e31f"
}

.material-icons.laptop_mac:before {
    content: "\e320"
}

.material-icons.laptop_windows:before {
    content: "\e321"
}

.material-icons.last_page:before {
    content: "\e5dd"
}

.material-icons.launch:before {
    content: "\e895"
}

.material-icons.layers:before {
    content: "\e53b"
}

.material-icons.layers_clear:before {
    content: "\e53c"
}

.material-icons.leak_add:before {
    content: "\e3f8"
}

.material-icons.leak_remove:before {
    content: "\e3f9"
}

.material-icons.lens:before {
    content: "\e3fa"
}

.material-icons.library_add:before {
    content: "\e02e"
}

.material-icons.library_add_check:before {
    content: "\e9b7"
}

.material-icons.library_books:before {
    content: "\e02f"
}

.material-icons.library_music:before {
    content: "\e030"
}

.material-icons.lightbulb:before {
    content: "\e0f0"
}

.material-icons.lightbulb_outline:before {
    content: "\e90f"
}

.material-icons.line_style:before {
    content: "\e919"
}

.material-icons.line_weight:before {
    content: "\e91a"
}

.material-icons.linear_scale:before {
    content: "\e260"
}

.material-icons.link:before {
    content: "\e157"
}

.material-icons.link_off:before {
    content: "\e16f"
}

.material-icons.linked_camera:before {
    content: "\e438"
}

.material-icons.liquor:before {
    content: "\ea60"
}

.material-icons.list:before {
    content: "\e896"
}

.material-icons.list_alt:before {
    content: "\e0ee"
}

.material-icons.live_help:before {
    content: "\e0c6"
}

.material-icons.live_tv:before {
    content: "\e639"
}

.material-icons.local_activity:before {
    content: "\e53f"
}

.material-icons.local_airport:before {
    content: "\e53d"
}

.material-icons.local_atm:before {
    content: "\e53e"
}

.material-icons.local_attraction:before {
    content: "\e53f"
}

.material-icons.local_bar:before {
    content: "\e540"
}

.material-icons.local_cafe:before {
    content: "\e541"
}

.material-icons.local_car_wash:before {
    content: "\e542"
}

.material-icons.local_convenience_store:before {
    content: "\e543"
}

.material-icons.local_dining:before {
    content: "\e556"
}

.material-icons.local_drink:before {
    content: "\e544"
}

.material-icons.local_florist:before {
    content: "\e545"
}

.material-icons.local_gas_station:before {
    content: "\e546"
}

.material-icons.local_grocery_store:before {
    content: "\e547"
}

.material-icons.local_hospital:before {
    content: "\e548"
}

.material-icons.local_hotel:before {
    content: "\e549"
}

.material-icons.local_laundry_service:before {
    content: "\e54a"
}

.material-icons.local_library:before {
    content: "\e54b"
}

.material-icons.local_mall:before {
    content: "\e54c"
}

.material-icons.local_movies:before {
    content: "\e54d"
}

.material-icons.local_offer:before {
    content: "\e54e"
}

.material-icons.local_parking:before {
    content: "\e54f"
}

.material-icons.local_pharmacy:before {
    content: "\e550"
}

.material-icons.local_phone:before {
    content: "\e551"
}

.material-icons.local_pizza:before {
    content: "\e552"
}

.material-icons.local_play:before {
    content: "\e553"
}

.material-icons.local_post_office:before {
    content: "\e554"
}

.material-icons.local_print_shop:before,
.material-icons.local_printshop:before {
    content: "\e555"
}

.material-icons.local_restaurant:before {
    content: "\e556"
}

.material-icons.local_see:before {
    content: "\e557"
}

.material-icons.local_shipping:before {
    content: "\e558"
}

.material-icons.local_taxi:before {
    content: "\e559"
}

.material-icons.location_city:before {
    content: "\e7f1"
}

.material-icons.location_disabled:before {
    content: "\e1b6"
}

.material-icons.location_history:before {
    content: "\e55a"
}

.material-icons.location_off:before {
    content: "\e0c7"
}

.material-icons.location_on:before {
    content: "\e0c8"
}

.material-icons.location_searching:before {
    content: "\e1b7"
}

.material-icons.lock:before {
    content: "\e897"
}

.material-icons.lock_open:before {
    content: "\e898"
}

.material-icons.lock_outline:before {
    content: "\e899"
}

.material-icons.logout:before {
    content: "\e9ba"
}

.material-icons.looks:before {
    content: "\e3fc"
}

.material-icons.looks_3:before {
    content: "\e3fb"
}

.material-icons.looks_4:before {
    content: "\e3fd"
}

.material-icons.looks_5:before {
    content: "\e3fe"
}

.material-icons.looks_6:before {
    content: "\e3ff"
}

.material-icons.looks_one:before {
    content: "\e400"
}

.material-icons.looks_two:before {
    content: "\e401"
}

.material-icons.loop:before {
    content: "\e028"
}

.material-icons.loupe:before {
    content: "\e402"
}

.material-icons.low_priority:before {
    content: "\e16d"
}

.material-icons.loyalty:before {
    content: "\e89a"
}

.material-icons.lunch_dining:before {
    content: "\ea61"
}

.material-icons.mail:before {
    content: "\e158"
}

.material-icons.mail_outline:before {
    content: "\e0e1"
}

.material-icons.map:before {
    content: "\e55b"
}

.material-icons.margin:before {
    content: "\e9bb"
}

.material-icons.mark_as_unread:before {
    content: "\e9bc"
}

.material-icons.markunread:before {
    content: "\e159"
}

.material-icons.markunread_mailbox:before {
    content: "\e89b"
}

.material-icons.maximize:before {
    content: "\e930"
}

.material-icons.meeting_room:before {
    content: "\eb4f"
}

.material-icons.memory:before {
    content: "\e322"
}

.material-icons.menu:before {
    content: "\e5d2"
}

.material-icons.menu_book:before {
    content: "\ea19"
}

.material-icons.menu_open:before {
    content: "\e9bd"
}

.material-icons.merge_type:before {
    content: "\e252"
}

.material-icons.message:before {
    content: "\e0c9"
}

.material-icons.messenger:before {
    content: "\e0ca"
}

.material-icons.messenger_outline:before {
    content: "\e0cb"
}

.material-icons.mic:before {
    content: "\e029"
}

.material-icons.mic_none:before {
    content: "\e02a"
}

.material-icons.mic_off:before {
    content: "\e02b"
}

.material-icons.minimize:before {
    content: "\e931"
}

.material-icons.missed_video_call:before {
    content: "\e073"
}

.material-icons.mms:before {
    content: "\e618"
}

.material-icons.mobile_friendly:before {
    content: "\e200"
}

.material-icons.mobile_off:before {
    content: "\e201"
}

.material-icons.mobile_screen_share:before {
    content: "\e0e7"
}

.material-icons.mode_comment:before {
    content: "\e253"
}

.material-icons.mode_edit:before {
    content: "\e254"
}

.material-icons.monetization_on:before {
    content: "\e263"
}

.material-icons.money:before {
    content: "\e57d"
}

.material-icons.money_off:before {
    content: "\e25c"
}

.material-icons.monochrome_photos:before {
    content: "\e403"
}

.material-icons.mood:before {
    content: "\e7f2"
}

.material-icons.mood_bad:before {
    content: "\e7f3"
}

.material-icons.more:before {
    content: "\e619"
}

.material-icons.more_horiz:before {
    content: "\e5d3"
}

.material-icons.more_vert:before {
    content: "\e5d4"
}

.material-icons.motorcycle:before {
    content: "\e91b"
}

.material-icons.mouse:before {
    content: "\e323"
}

.material-icons.move_to_inbox:before {
    content: "\e168"
}

.material-icons.movie:before {
    content: "\e02c"
}

.material-icons.movie_creation:before {
    content: "\e404"
}

.material-icons.movie_filter:before {
    content: "\e43a"
}

.material-icons.mp:before {
    content: "\e9c3"
}

.material-icons.multiline_chart:before {
    content: "\e6df"
}

.material-icons.multitrack_audio:before {
    content: "\e1b8"
}

.material-icons.museum:before {
    content: "\ea36"
}

.material-icons.music_note:before {
    content: "\e405"
}

.material-icons.music_off:before {
    content: "\e440"
}

.material-icons.music_video:before {
    content: "\e063"
}

.material-icons.my_library_add:before {
    content: "\e02e"
}

.material-icons.my_library_books:before {
    content: "\e02f"
}

.material-icons.my_library_music:before {
    content: "\e030"
}

.material-icons.my_location:before {
    content: "\e55c"
}

.material-icons.nature:before {
    content: "\e406"
}

.material-icons.nature_people:before {
    content: "\e407"
}

.material-icons.navigate_before:before {
    content: "\e408"
}

.material-icons.navigate_next:before {
    content: "\e409"
}

.material-icons.navigation:before {
    content: "\e55d"
}

.material-icons.near_me:before {
    content: "\e569"
}

.material-icons.network_cell:before {
    content: "\e1b9"
}

.material-icons.network_check:before {
    content: "\e640"
}

.material-icons.network_locked:before {
    content: "\e61a"
}

.material-icons.network_wifi:before {
    content: "\e1ba"
}

.material-icons.new_releases:before {
    content: "\e031"
}

.material-icons.next_week:before {
    content: "\e16a"
}

.material-icons.nfc:before {
    content: "\e1bb"
}

.material-icons.nightlife:before {
    content: "\ea62"
}

.material-icons.nights_stay:before {
    content: "\ea46"
}

.material-icons.no_encryption:before {
    content: "\e641"
}

.material-icons.no_meeting_room:before {
    content: "\eb4e"
}

.material-icons.no_sim:before {
    content: "\e0cc"
}

.material-icons.not_interested:before {
    content: "\e033"
}

.material-icons.not_listed_location:before {
    content: "\e575"
}

.material-icons.note:before {
    content: "\e06f"
}

.material-icons.note_add:before {
    content: "\e89c"
}

.material-icons.notes:before {
    content: "\e26c"
}

.material-icons.notification_important:before {
    content: "\e004"
}

.material-icons.notifications:before {
    content: "\e7f4"
}

.material-icons.notifications_active:before {
    content: "\e7f7"
}

.material-icons.notifications_none:before {
    content: "\e7f5"
}

.material-icons.notifications_off:before {
    content: "\e7f6"
}

.material-icons.notifications_on:before {
    content: "\e7f7"
}

.material-icons.notifications_paused:before {
    content: "\e7f8"
}

.material-icons.now_wallpaper:before {
    content: "\e1bc"
}

.material-icons.now_widgets:before {
    content: "\e1bd"
}

.material-icons.offline_bolt:before {
    content: "\e932"
}

.material-icons.offline_pin:before {
    content: "\e90a"
}

.material-icons.offline_share:before {
    content: "\e9c5"
}

.material-icons.ondemand_video:before {
    content: "\e63a"
}

.material-icons.opacity:before {
    content: "\e91c"
}

.material-icons.open_in_browser:before {
    content: "\e89d"
}

.material-icons.open_in_new:before {
    content: "\e89e"
}

.material-icons.open_with:before {
    content: "\e89f"
}

.material-icons.outdoor_grill:before {
    content: "\ea47"
}

.material-icons.outlined_flag:before {
    content: "\e16e"
}

.material-icons.padding:before {
    content: "\e9c8"
}

.material-icons.pages:before {
    content: "\e7f9"
}

.material-icons.pageview:before {
    content: "\e8a0"
}

.material-icons.palette:before {
    content: "\e40a"
}

.material-icons.pan_tool:before {
    content: "\e925"
}

.material-icons.panorama:before {
    content: "\e40b"
}

.material-icons.panorama_fish_eye:before,
.material-icons.panorama_fisheye:before {
    content: "\e40c"
}

.material-icons.panorama_horizontal:before {
    content: "\e40d"
}

.material-icons.panorama_photosphere:before {
    content: "\e9c9"
}

.material-icons.panorama_photosphere_select:before {
    content: "\e9ca"
}

.material-icons.panorama_vertical:before {
    content: "\e40e"
}

.material-icons.panorama_wide_angle:before {
    content: "\e40f"
}

.material-icons.park:before {
    content: "\ea63"
}

.material-icons.party_mode:before {
    content: "\e7fa"
}

.material-icons.pause:before {
    content: "\e034"
}

.material-icons.pause_circle_filled:before {
    content: "\e035"
}

.material-icons.pause_circle_outline:before {
    content: "\e036"
}

.material-icons.pause_presentation:before {
    content: "\e0ea"
}

.material-icons.payment:before {
    content: "\e8a1"
}

.material-icons.people:before {
    content: "\e7fb"
}

.material-icons.people_alt:before {
    content: "\ea21"
}

.material-icons.people_outline:before {
    content: "\e7fc"
}

.material-icons.perm_camera_mic:before {
    content: "\e8a2"
}

.material-icons.perm_contact_cal:before,
.material-icons.perm_contact_calendar:before {
    content: "\e8a3"
}

.material-icons.perm_data_setting:before {
    content: "\e8a4"
}

.material-icons.perm_device_info:before,
.material-icons.perm_device_information:before {
    content: "\e8a5"
}

.material-icons.perm_identity:before {
    content: "\e8a6"
}

.material-icons.perm_media:before {
    content: "\e8a7"
}

.material-icons.perm_phone_msg:before {
    content: "\e8a8"
}

.material-icons.perm_scan_wifi:before {
    content: "\e8a9"
}

.material-icons.person:before {
    content: "\e7fd"
}

.material-icons.person_add:before {
    content: "\e7fe"
}

.material-icons.person_add_disabled:before {
    content: "\e9cb"
}

.material-icons.person_outline:before {
    content: "\e7ff"
}

.material-icons.person_pin:before {
    content: "\e55a"
}

.material-icons.person_pin_circle:before {
    content: "\e56a"
}

.material-icons.personal_video:before {
    content: "\e63b"
}

.material-icons.pets:before {
    content: "\e91d"
}

.material-icons.phone:before {
    content: "\e0cd"
}

.material-icons.phone_android:before {
    content: "\e324"
}

.material-icons.phone_bluetooth_speaker:before {
    content: "\e61b"
}

.material-icons.phone_callback:before {
    content: "\e649"
}

.material-icons.phone_disabled:before {
    content: "\e9cc"
}

.material-icons.phone_enabled:before {
    content: "\e9cd"
}

.material-icons.phone_forwarded:before {
    content: "\e61c"
}

.material-icons.phone_in_talk:before {
    content: "\e61d"
}

.material-icons.phone_iphone:before {
    content: "\e325"
}

.material-icons.phone_locked:before {
    content: "\e61e"
}

.material-icons.phone_missed:before {
    content: "\e61f"
}

.material-icons.phone_paused:before {
    content: "\e620"
}

.material-icons.phonelink:before {
    content: "\e326"
}

.material-icons.phonelink_erase:before {
    content: "\e0db"
}

.material-icons.phonelink_lock:before {
    content: "\e0dc"
}

.material-icons.phonelink_off:before {
    content: "\e327"
}

.material-icons.phonelink_ring:before {
    content: "\e0dd"
}

.material-icons.phonelink_setup:before {
    content: "\e0de"
}

.material-icons.photo:before {
    content: "\e410"
}

.material-icons.photo_album:before {
    content: "\e411"
}

.material-icons.photo_camera:before {
    content: "\e412"
}

.material-icons.photo_filter:before {
    content: "\e43b"
}

.material-icons.photo_library:before {
    content: "\e413"
}

.material-icons.photo_size_select_actual:before {
    content: "\e432"
}

.material-icons.photo_size_select_large:before {
    content: "\e433"
}

.material-icons.photo_size_select_small:before {
    content: "\e434"
}

.material-icons.picture_as_pdf:before {
    content: "\e415"
}

.material-icons.picture_in_picture:before {
    content: "\e8aa"
}

.material-icons.picture_in_picture_alt:before {
    content: "\e911"
}

.material-icons.pie_chart:before {
    content: "\e6c4"
}

.material-icons.pie_chart_outlined:before {
    content: "\e6c5"
}

.material-icons.pin_drop:before {
    content: "\e55e"
}

.material-icons.pivot_table_chart:before {
    content: "\e9ce"
}

.material-icons.place:before {
    content: "\e55f"
}

.material-icons.play_arrow:before {
    content: "\e037"
}

.material-icons.play_circle_fill:before,
.material-icons.play_circle_filled:before {
    content: "\e038"
}

.material-icons.play_circle_outline:before {
    content: "\e039"
}

.material-icons.play_for_work:before {
    content: "\e906"
}

.material-icons.playlist_add:before {
    content: "\e03b"
}

.material-icons.playlist_add_check:before {
    content: "\e065"
}

.material-icons.playlist_play:before {
    content: "\e05f"
}

.material-icons.plus_one:before {
    content: "\e800"
}

.material-icons.policy:before {
    content: "\ea17"
}

.material-icons.poll:before {
    content: "\e801"
}

.material-icons.polymer:before {
    content: "\e8ab"
}

.material-icons.pool:before {
    content: "\eb48"
}

.material-icons.portable_wifi_off:before {
    content: "\e0ce"
}

.material-icons.portrait:before {
    content: "\e416"
}

.material-icons.post_add:before {
    content: "\ea20"
}

.material-icons.power:before {
    content: "\e63c"
}

.material-icons.power_input:before {
    content: "\e336"
}

.material-icons.power_off:before {
    content: "\e646"
}

.material-icons.power_settings_new:before {
    content: "\e8ac"
}

.material-icons.pregnant_woman:before {
    content: "\e91e"
}

.material-icons.present_to_all:before {
    content: "\e0df"
}

.material-icons.print:before {
    content: "\e8ad"
}

.material-icons.print_disabled:before {
    content: "\e9cf"
}

.material-icons.priority_high:before {
    content: "\e645"
}

.material-icons.public:before {
    content: "\e80b"
}

.material-icons.publish:before {
    content: "\e255"
}

.material-icons.query_builder:before {
    content: "\e8ae"
}

.material-icons.question_answer:before {
    content: "\e8af"
}

.material-icons.queue:before {
    content: "\e03c"
}

.material-icons.queue_music:before {
    content: "\e03d"
}

.material-icons.queue_play_next:before {
    content: "\e066"
}

.material-icons.quick_contacts_dialer:before {
    content: "\e0cf"
}

.material-icons.quick_contacts_mail:before {
    content: "\e0d0"
}

.material-icons.radio:before {
    content: "\e03e"
}

.material-icons.radio_button_checked:before {
    content: "\e837"
}

.material-icons.radio_button_off:before {
    content: "\e836"
}

.material-icons.radio_button_on:before {
    content: "\e837"
}

.material-icons.radio_button_unchecked:before {
    content: "\e836"
}

.material-icons.railway_alert:before {
    content: "\e9d1"
}

.material-icons.ramen_dining:before {
    content: "\ea64"
}

.material-icons.rate_review:before {
    content: "\e560"
}

.material-icons.receipt:before {
    content: "\e8b0"
}

.material-icons.recent_actors:before {
    content: "\e03f"
}

.material-icons.recommend:before {
    content: "\e9d2"
}

.material-icons.record_voice_over:before {
    content: "\e91f"
}

.material-icons.redeem:before {
    content: "\e8b1"
}

.material-icons.redo:before {
    content: "\e15a"
}

.material-icons.refresh:before {
    content: "\e5d5"
}

.material-icons.remove:before {
    content: "\e15b"
}

.material-icons.remove_circle:before {
    content: "\e15c"
}

.material-icons.remove_circle_outline:before {
    content: "\e15d"
}

.material-icons.remove_done:before {
    content: "\e9d3"
}

.material-icons.remove_from_queue:before {
    content: "\e067"
}

.material-icons.remove_moderator:before {
    content: "\e9d4"
}

.material-icons.remove_red_eye:before {
    content: "\e417"
}

.material-icons.remove_shopping_cart:before {
    content: "\e928"
}

.material-icons.reorder:before {
    content: "\e8fe"
}

.material-icons.repeat:before {
    content: "\e040"
}

.material-icons.repeat_on:before {
    content: "\e9d6"
}

.material-icons.repeat_one:before {
    content: "\e041"
}

.material-icons.repeat_one_on:before {
    content: "\e9d7"
}

.material-icons.replay:before {
    content: "\e042"
}

.material-icons.replay_10:before {
    content: "\e059"
}

.material-icons.replay_30:before {
    content: "\e05a"
}

.material-icons.replay_5:before {
    content: "\e05b"
}

.material-icons.replay_circle_filled:before {
    content: "\e9d8"
}

.material-icons.reply:before {
    content: "\e15e"
}

.material-icons.reply_all:before {
    content: "\e15f"
}

.material-icons.report:before {
    content: "\e160"
}

.material-icons.report_off:before {
    content: "\e170"
}

.material-icons.report_problem:before {
    content: "\e8b2"
}

.material-icons.reset_tv:before {
    content: "\e9d9"
}

.material-icons.restaurant:before {
    content: "\e56c"
}

.material-icons.restaurant_menu:before {
    content: "\e561"
}

.material-icons.restore:before {
    content: "\e8b3"
}

.material-icons.restore_from_trash:before {
    content: "\e938"
}

.material-icons.restore_page:before {
    content: "\e929"
}

.material-icons.ring_volume:before {
    content: "\e0d1"
}

.material-icons.room:before {
    content: "\e8b4"
}

.material-icons.room_service:before {
    content: "\eb49"
}

.material-icons.rotate_90_degrees_ccw:before {
    content: "\e418"
}

.material-icons.rotate_left:before {
    content: "\e419"
}

.material-icons.rotate_right:before {
    content: "\e41a"
}

.material-icons.rounded_corner:before {
    content: "\e920"
}

.material-icons.router:before {
    content: "\e328"
}

.material-icons.rowing:before {
    content: "\e921"
}

.material-icons.rss_feed:before {
    content: "\e0e5"
}

.material-icons.rtt:before {
    content: "\e9ad"
}

.material-icons.rv_hookup:before {
    content: "\e642"
}

.material-icons.satellite:before {
    content: "\e562"
}

.material-icons.save:before {
    content: "\e161"
}

.material-icons.save_alt:before {
    content: "\e171"
}

.material-icons.saved_search:before {
    content: "\ea11"
}

.material-icons.scanner:before {
    content: "\e329"
}

.material-icons.scatter_plot:before {
    content: "\e268"
}

.material-icons.schedule:before {
    content: "\e8b5"
}

.material-icons.schedule_send:before {
    content: "\ea0a"
}

.material-icons.school:before {
    content: "\e80c"
}

.material-icons.score:before {
    content: "\e269"
}

.material-icons.screen_lock_landscape:before {
    content: "\e1be"
}

.material-icons.screen_lock_portrait:before {
    content: "\e1bf"
}

.material-icons.screen_lock_rotation:before {
    content: "\e1c0"
}

.material-icons.screen_rotation:before {
    content: "\e1c1"
}

.material-icons.screen_share:before {
    content: "\e0e2"
}

.material-icons.sd:before {
    content: "\e9dd"
}

.material-icons.sd_card:before {
    content: "\e623"
}

.material-icons.sd_storage:before {
    content: "\e1c2"
}

.material-icons.search:before {
    content: "\e8b6"
}

.material-icons.security:before {
    content: "\e32a"
}

.material-icons.segment:before {
    content: "\e94b"
}

.material-icons.select_all:before {
    content: "\e162"
}

.material-icons.send:before {
    content: "\e163"
}

.material-icons.send_and_archive:before {
    content: "\ea0c"
}

.material-icons.sentiment_dissatisfied:before {
    content: "\e811"
}

.material-icons.sentiment_neutral:before {
    content: "\e812"
}

.material-icons.sentiment_satisfied:before {
    content: "\e813"
}

.material-icons.sentiment_satisfied_alt:before {
    content: "\e0ed"
}

.material-icons.sentiment_very_dissatisfied:before {
    content: "\e814"
}

.material-icons.sentiment_very_satisfied:before {
    content: "\e815"
}

.material-icons.settings:before {
    content: "\e8b8"
}

.material-icons.settings_applications:before {
    content: "\e8b9"
}

.material-icons.settings_backup_restore:before {
    content: "\e8ba"
}

.material-icons.settings_bluetooth:before {
    content: "\e8bb"
}

.material-icons.settings_brightness:before {
    content: "\e8bd"
}

.material-icons.settings_cell:before {
    content: "\e8bc"
}

.material-icons.settings_display:before {
    content: "\e8bd"
}

.material-icons.settings_ethernet:before {
    content: "\e8be"
}

.material-icons.settings_input_antenna:before {
    content: "\e8bf"
}

.material-icons.settings_input_component:before {
    content: "\e8c0"
}

.material-icons.settings_input_composite:before {
    content: "\e8c1"
}

.material-icons.settings_input_hdmi:before {
    content: "\e8c2"
}

.material-icons.settings_input_svideo:before {
    content: "\e8c3"
}

.material-icons.settings_overscan:before {
    content: "\e8c4"
}

.material-icons.settings_phone:before {
    content: "\e8c5"
}

.material-icons.settings_power:before {
    content: "\e8c6"
}

.material-icons.settings_remote:before {
    content: "\e8c7"
}

.material-icons.settings_system_daydream:before {
    content: "\e1c3"
}

.material-icons.settings_voice:before {
    content: "\e8c8"
}

.material-icons.share:before {
    content: "\e80d"
}

.material-icons.shield:before {
    content: "\e9e0"
}

.material-icons.shop:before {
    content: "\e8c9"
}

.material-icons.shop_two:before {
    content: "\e8ca"
}

.material-icons.shopping_basket:before {
    content: "\e8cb"
}

.material-icons.shopping_cart:before {
    content: "\e8cc"
}

.material-icons.short_text:before {
    content: "\e261"
}

.material-icons.show_chart:before {
    content: "\e6e1"
}

.material-icons.shuffle:before {
    content: "\e043"
}

.material-icons.shuffle_on:before {
    content: "\e9e1"
}

.material-icons.shutter_speed:before {
    content: "\e43d"
}

.material-icons.signal_cellular_4_bar:before {
    content: "\e1c8"
}

.material-icons.signal_cellular_alt:before {
    content: "\e202"
}

.material-icons.signal_cellular_connected_no_internet_4_bar:before {
    content: "\e1cd"
}

.material-icons.signal_cellular_no_sim:before {
    content: "\e1ce"
}

.material-icons.signal_cellular_null:before {
    content: "\e1cf"
}

.material-icons.signal_cellular_off:before {
    content: "\e1d0"
}

.material-icons.signal_wifi_4_bar:before {
    content: "\e1d8"
}

.material-icons.signal_wifi_4_bar_lock:before {
    content: "\e1d9"
}

.material-icons.signal_wifi_off:before {
    content: "\e1da"
}

.material-icons.sim_card:before {
    content: "\e32b"
}

.material-icons.sim_card_alert:before {
    content: "\e624"
}

.material-icons.single_bed:before {
    content: "\ea48"
}

.material-icons.skip_next:before {
    content: "\e044"
}

.material-icons.skip_previous:before {
    content: "\e045"
}

.material-icons.slideshow:before {
    content: "\e41b"
}

.material-icons.slow_motion_video:before {
    content: "\e068"
}

.material-icons.smartphone:before {
    content: "\e32c"
}

.material-icons.smoke_free:before {
    content: "\eb4a"
}

.material-icons.smoking_rooms:before {
    content: "\eb4b"
}

.material-icons.sms:before {
    content: "\e625"
}

.material-icons.sms_failed:before {
    content: "\e626"
}

.material-icons.snooze:before {
    content: "\e046"
}

.material-icons.sort:before {
    content: "\e164"
}

.material-icons.sort_by_alpha:before {
    content: "\e053"
}

.material-icons.spa:before {
    content: "\eb4c"
}

.material-icons.space_bar:before {
    content: "\e256"
}

.material-icons.speaker:before {
    content: "\e32d"
}

.material-icons.speaker_group:before {
    content: "\e32e"
}

.material-icons.speaker_notes:before {
    content: "\e8cd"
}

.material-icons.speaker_notes_off:before {
    content: "\e92a"
}

.material-icons.speaker_phone:before {
    content: "\e0d2"
}

.material-icons.speed:before {
    content: "\e9e4"
}

.material-icons.spellcheck:before {
    content: "\e8ce"
}

.material-icons.sports:before {
    content: "\ea30"
}

.material-icons.sports_baseball:before {
    content: "\ea51"
}

.material-icons.sports_basketball:before {
    content: "\ea26"
}

.material-icons.sports_cricket:before {
    content: "\ea27"
}

.material-icons.sports_esports:before {
    content: "\ea28"
}

.material-icons.sports_football:before {
    content: "\ea29"
}

.material-icons.sports_golf:before {
    content: "\ea2a"
}

.material-icons.sports_handball:before {
    content: "\ea33"
}

.material-icons.sports_hockey:before {
    content: "\ea2b"
}

.material-icons.sports_kabaddi:before {
    content: "\ea34"
}

.material-icons.sports_mma:before {
    content: "\ea2c"
}

.material-icons.sports_motorsports:before {
    content: "\ea2d"
}

.material-icons.sports_rugby:before {
    content: "\ea2e"
}

.material-icons.sports_soccer:before {
    content: "\ea2f"
}

.material-icons.sports_tennis:before {
    content: "\ea32"
}

.material-icons.sports_volleyball:before {
    content: "\ea31"
}

.material-icons.square_foot:before {
    content: "\ea49"
}

.material-icons.stacked_bar_chart:before {
    content: "\e9e6"
}

.material-icons.star:before {
    content: "\e838"
}

.material-icons.star_border:before {
    content: "\e83a"
}

.material-icons.star_half:before {
    content: "\e839"
}

.material-icons.star_outline:before {
    content: "\e83a"
}

.material-icons.stars:before {
    content: "\e8d0"
}

.material-icons.stay_current_landscape:before {
    content: "\e0d3"
}

.material-icons.stay_current_portrait:before {
    content: "\e0d4"
}

.material-icons.stay_primary_landscape:before {
    content: "\e0d5"
}

.material-icons.stay_primary_portrait:before {
    content: "\e0d6"
}

.material-icons.stop:before {
    content: "\e047"
}

.material-icons.stop_screen_share:before {
    content: "\e0e3"
}

.material-icons.storage:before {
    content: "\e1db"
}

.material-icons.store:before {
    content: "\e8d1"
}

.material-icons.store_mall_directory:before {
    content: "\e563"
}

.material-icons.storefront:before {
    content: "\ea12"
}

.material-icons.straighten:before {
    content: "\e41c"
}

.material-icons.stream:before {
    content: "\e9e9"
}

.material-icons.streetview:before {
    content: "\e56e"
}

.material-icons.strikethrough_s:before {
    content: "\e257"
}

.material-icons.style:before {
    content: "\e41d"
}

.material-icons.subdirectory_arrow_left:before {
    content: "\e5d9"
}

.material-icons.subdirectory_arrow_right:before {
    content: "\e5da"
}

.material-icons.subject:before {
    content: "\e8d2"
}

.material-icons.subscriptions:before {
    content: "\e064"
}

.material-icons.subtitles:before {
    content: "\e048"
}

.material-icons.subway:before {
    content: "\e56f"
}

.material-icons.supervised_user_circle:before {
    content: "\e939"
}

.material-icons.supervisor_account:before {
    content: "\e8d3"
}

.material-icons.surround_sound:before {
    content: "\e049"
}

.material-icons.swap_calls:before {
    content: "\e0d7"
}

.material-icons.swap_horiz:before {
    content: "\e8d4"
}

.material-icons.swap_horizontal_circle:before {
    content: "\e933"
}

.material-icons.swap_vert:before {
    content: "\e8d5"
}

.material-icons.swap_vert_circle:before,
.material-icons.swap_vertical_circle:before {
    content: "\e8d6"
}

.material-icons.swipe:before {
    content: "\e9ec"
}

.material-icons.switch_account:before {
    content: "\e9ed"
}

.material-icons.switch_camera:before {
    content: "\e41e"
}

.material-icons.switch_video:before {
    content: "\e41f"
}

.material-icons.sync:before {
    content: "\e627"
}

.material-icons.sync_alt:before {
    content: "\ea18"
}

.material-icons.sync_disabled:before {
    content: "\e628"
}

.material-icons.sync_problem:before {
    content: "\e629"
}

.material-icons.system_update:before {
    content: "\e62a"
}

.material-icons.system_update_alt:before,
.material-icons.system_update_tv:before {
    content: "\e8d7"
}

.material-icons.tab:before {
    content: "\e8d8"
}

.material-icons.tab_unselected:before {
    content: "\e8d9"
}

.material-icons.table_chart:before {
    content: "\e265"
}

.material-icons.tablet:before {
    content: "\e32f"
}

.material-icons.tablet_android:before {
    content: "\e330"
}

.material-icons.tablet_mac:before {
    content: "\e331"
}

.material-icons.tag:before {
    content: "\e9ef"
}

.material-icons.tag_faces:before {
    content: "\e420"
}

.material-icons.takeout_dining:before {
    content: "\ea74"
}

.material-icons.tap_and_play:before {
    content: "\e62b"
}

.material-icons.terrain:before {
    content: "\e564"
}

.material-icons.text_fields:before {
    content: "\e262"
}

.material-icons.text_format:before {
    content: "\e165"
}

.material-icons.text_rotate_up:before {
    content: "\e93a"
}

.material-icons.text_rotate_vertical:before {
    content: "\e93b"
}

.material-icons.text_rotation_angledown:before {
    content: "\e93c"
}

.material-icons.text_rotation_angleup:before {
    content: "\e93d"
}

.material-icons.text_rotation_down:before {
    content: "\e93e"
}

.material-icons.text_rotation_none:before {
    content: "\e93f"
}

.material-icons.textsms:before {
    content: "\e0d8"
}

.material-icons.texture:before {
    content: "\e421"
}

.material-icons.theater_comedy:before {
    content: "\ea66"
}

.material-icons.theaters:before {
    content: "\e8da"
}

.material-icons.thumb_down:before {
    content: "\e8db"
}

.material-icons.thumb_down_alt:before {
    content: "\e816"
}

.material-icons.thumb_down_off_alt:before {
    content: "\e9f2"
}

.material-icons.thumb_up:before {
    content: "\e8dc"
}

.material-icons.thumb_up_alt:before {
    content: "\e817"
}

.material-icons.thumb_up_off_alt:before {
    content: "\e9f3"
}

.material-icons.thumbs_up_down:before {
    content: "\e8dd"
}

.material-icons.time_to_leave:before {
    content: "\e62c"
}

.material-icons.timelapse:before {
    content: "\e422"
}

.material-icons.timeline:before {
    content: "\e922"
}

.material-icons.timer:before {
    content: "\e425"
}

.material-icons.timer_10:before {
    content: "\e423"
}

.material-icons.timer_3:before {
    content: "\e424"
}

.material-icons.timer_off:before {
    content: "\e426"
}

.material-icons.title:before {
    content: "\e264"
}

.material-icons.toc:before {
    content: "\e8de"
}

.material-icons.today:before {
    content: "\e8df"
}

.material-icons.toggle_off:before {
    content: "\e9f5"
}

.material-icons.toggle_on:before {
    content: "\e9f6"
}

.material-icons.toll:before {
    content: "\e8e0"
}

.material-icons.tonality:before {
    content: "\e427"
}

.material-icons.touch_app:before {
    content: "\e913"
}

.material-icons.toys:before {
    content: "\e332"
}

.material-icons.track_changes:before {
    content: "\e8e1"
}

.material-icons.traffic:before {
    content: "\e565"
}

.material-icons.train:before {
    content: "\e570"
}

.material-icons.tram:before {
    content: "\e571"
}

.material-icons.transfer_within_a_station:before {
    content: "\e572"
}

.material-icons.transform:before {
    content: "\e428"
}

.material-icons.transit_enterexit:before {
    content: "\e579"
}

.material-icons.translate:before {
    content: "\e8e2"
}

.material-icons.trending_down:before {
    content: "\e8e3"
}

.material-icons.trending_flat:before,
.material-icons.trending_neutral:before {
    content: "\e8e4"
}

.material-icons.trending_up:before {
    content: "\e8e5"
}

.material-icons.trip_origin:before {
    content: "\e57b"
}

.material-icons.tune:before {
    content: "\e429"
}

.material-icons.turned_in:before {
    content: "\e8e6"
}

.material-icons.turned_in_not:before {
    content: "\e8e7"
}

.material-icons.tv:before {
    content: "\e333"
}

.material-icons.tv_off:before {
    content: "\e647"
}

.material-icons.two_wheeler:before {
    content: "\e9f9"
}

.material-icons.unarchive:before {
    content: "\e169"
}

.material-icons.undo:before {
    content: "\e166"
}

.material-icons.unfold_less:before {
    content: "\e5d6"
}

.material-icons.unfold_more:before {
    content: "\e5d7"
}

.material-icons.unsubscribe:before {
    content: "\e0eb"
}

.material-icons.update:before {
    content: "\e923"
}

.material-icons.upload_file:before {
    content: "\e9fc"
}

.material-icons.usb:before {
    content: "\e1e0"
}

.material-icons.verified_user:before {
    content: "\e8e8"
}

.material-icons.vertical_align_bottom:before {
    content: "\e258"
}

.material-icons.vertical_align_center:before {
    content: "\e259"
}

.material-icons.vertical_align_top:before {
    content: "\e25a"
}

.material-icons.vertical_split:before {
    content: "\e949"
}

.material-icons.vibration:before {
    content: "\e62d"
}

.material-icons.video_call:before {
    content: "\e070"
}

.material-icons.video_collection:before {
    content: "\e04a"
}

.material-icons.video_label:before {
    content: "\e071"
}

.material-icons.video_library:before {
    content: "\e04a"
}

.material-icons.videocam:before {
    content: "\e04b"
}

.material-icons.videocam_off:before {
    content: "\e04c"
}

.material-icons.videogame_asset:before {
    content: "\e338"
}

.material-icons.view_agenda:before {
    content: "\e8e9"
}

.material-icons.view_array:before {
    content: "\e8ea"
}

.material-icons.view_carousel:before {
    content: "\e8eb"
}

.material-icons.view_column:before {
    content: "\e8ec"
}

.material-icons.view_comfortable:before,
.material-icons.view_comfy:before {
    content: "\e42a"
}

.material-icons.view_compact:before {
    content: "\e42b"
}

.material-icons.view_day:before {
    content: "\e8ed"
}

.material-icons.view_headline:before {
    content: "\e8ee"
}

.material-icons.view_in_ar:before {
    content: "\e9fe"
}

.material-icons.view_list:before {
    content: "\e8ef"
}

.material-icons.view_module:before {
    content: "\e8f0"
}

.material-icons.view_quilt:before {
    content: "\e8f1"
}

.material-icons.view_stream:before {
    content: "\e8f2"
}

.material-icons.view_week:before {
    content: "\e8f3"
}

.material-icons.vignette:before {
    content: "\e435"
}

.material-icons.visibility:before {
    content: "\e8f4"
}

.material-icons.visibility_off:before {
    content: "\e8f5"
}

.material-icons.voice_chat:before {
    content: "\e62e"
}

.material-icons.voice_over_off:before {
    content: "\e94a"
}

.material-icons.voicemail:before {
    content: "\e0d9"
}

.material-icons.volume_down:before {
    content: "\e04d"
}

.material-icons.volume_mute:before {
    content: "\e04e"
}

.material-icons.volume_off:before {
    content: "\e04f"
}

.material-icons.volume_up:before {
    content: "\e050"
}

.material-icons.volunteer_activism:before {
    content: "\ea70"
}

.material-icons.vpn_key:before {
    content: "\e0da"
}

.material-icons.vpn_lock:before {
    content: "\e62f"
}

.material-icons.wallet_giftcard:before {
    content: "\e8f6"
}

.material-icons.wallet_membership:before {
    content: "\e8f7"
}

.material-icons.wallet_travel:before {
    content: "\e8f8"
}

.material-icons.wallpaper:before {
    content: "\e1bc"
}

.material-icons.warning:before {
    content: "\e002"
}

.material-icons.watch:before {
    content: "\e334"
}

.material-icons.watch_later:before {
    content: "\e924"
}

.material-icons.waterfall_chart:before {
    content: "\ea00"
}

.material-icons.waves:before {
    content: "\e176"
}

.material-icons.wb_auto:before {
    content: "\e42c"
}

.material-icons.wb_cloudy:before {
    content: "\e42d"
}

.material-icons.wb_incandescent:before {
    content: "\e42e"
}

.material-icons.wb_iridescent:before {
    content: "\e436"
}

.material-icons.wb_shade:before {
    content: "\ea01"
}

.material-icons.wb_sunny:before {
    content: "\e430"
}

.material-icons.wb_twighlight:before {
    content: "\ea02"
}

.material-icons.wc:before {
    content: "\e63d"
}

.material-icons.web:before {
    content: "\e051"
}

.material-icons.web_asset:before {
    content: "\e069"
}

.material-icons.weekend:before {
    content: "\e16b"
}

.material-icons.whatshot:before {
    content: "\e80e"
}

.material-icons.where_to_vote:before {
    content: "\e177"
}

.material-icons.widgets:before {
    content: "\e1bd"
}

.material-icons.wifi:before {
    content: "\e63e"
}

.material-icons.wifi_lock:before {
    content: "\e1e1"
}

.material-icons.wifi_off:before {
    content: "\e648"
}

.material-icons.wifi_tethering:before {
    content: "\e1e2"
}

.material-icons.work:before {
    content: "\e8f9"
}

.material-icons.work_off:before {
    content: "\e942"
}

.material-icons.work_outline:before {
    content: "\e943"
}

.material-icons.workspaces_filled:before {
    content: "\ea0d"
}

.material-icons.workspaces_outline:before {
    content: "\ea0f"
}

.material-icons.wrap_text:before {
    content: "\e25b"
}

.material-icons.youtube_searched_for:before {
    content: "\e8fa"
}

.material-icons.zoom_in:before {
    content: "\e8ff"
}

.material-icons.zoom_out:before {
    content: "\e900"
}

.material-icons.zoom_out_map:before {
    content: "\e56b"
}

@font-face {
    font-display: block;
    font-family: icomoon;
    font-style: normal;
    font-weight: 400;
    src: url(/themes/falcon/assets/fonts/icomoon-f03bd5823d38fe6e4a2b4f410de0ebbe.ttf) format("truetype"), url(/themes/falcon/assets/fonts/icomoon-f92bf140bac6feb5f2f3774eb849e9f2.woff) format("woff")
}

.icon {
    speak: never;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: icomoon !important;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: none
}

.icon-facebook:before {
    content: ""
}

.icon-gplus:before {
    content: ""
}

.icon-instagram:before {
    content: ""
}

.icon-linkedin:before {
    content: ""
}

.icon-pinterest:before {
    content: ""
}

.icon-rss:before {
    content: ""
}

.icon-twitter:before {
    content: ""
}

.icon-vimeo:before {
    content: ""
}

.icon-youtube:before {
    content: ""
}

.material-icons {
    word-wrap: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: "liga";
    direction: ltr;
    display: inline-block;
    font-family: Material Icons;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1;
    text-rendering: optimizeLegibility;
    text-transform: none;
    white-space: nowrap
}

@font-face {
    font-display: swap;
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    src: url(/themes/falcon/assets/fonts/roboto-v20-latin-ext_latin-regular-5cb5c8f08bb4e6cb64c3b5b6115bf498.woff2) format("woff2"), url(/themes/falcon/assets/fonts/roboto-v20-latin-ext_latin-regular-ae804dc012b1b525547416df4b4524b3.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    src: url(/themes/falcon/assets/fonts/roboto-v20-latin-ext_latin-500-0b45721325446d537b545d6224819ad4.woff2) format("woff2"), url(/themes/falcon/assets/fonts/roboto-v20-latin-ext_latin-500-e492ac63197a57e7f4d3bdb0001386ad.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Roboto;
    font-style: italic;
    font-weight: 400;
    src: url(/themes/falcon/assets/fonts/roboto-v20-latin-ext_latin-italic-998c240e2a27f53b45db1c3b81080170.woff2) format("woff2"), url(/themes/falcon/assets/fonts/roboto-v20-latin-ext_latin-italic-18cedfe87637eedb7b13bb08d2230e85.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    src: url(/themes/falcon/assets/fonts/roboto-v20-latin-ext_latin-700-1d1ef7788f0ff084b8811576cb59df57.woff2) format("woff2"), url(/themes/falcon/assets/fonts/roboto-v20-latin-ext_latin-700-8aba6dc5d991e4367d7ad685f85e5fe5.woff) format("woff")
}

.label,
label {
    color: #212529
}

#wpposts_slider button.slick-arrow,
#wrapper .ets-ttn-list-reviews-slide button.slick-arrow,
.swiper-button-custom {
    align-items: center;
    background: #0e0e0e;
    border: 0;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-border-radius: 50%;
    bottom: 0;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 0;
    height: 52px;
    justify-content: center;
    margin: auto 0;
    outline: none;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 52px;
    z-index: 2
}

@media(max-width:767.98px) {

    #wpposts_slider button.slick-arrow,
    #wrapper .ets-ttn-list-reviews-slide button.slick-arrow,
    .swiper-button-custom {
        height: 32px;
        width: 32px
    }
}

#wpposts_slider button.slick-arrow:hover,
#wrapper .ets-ttn-list-reviews-slide button.slick-arrow:hover,
.swiper-button-custom:hover {
    background: #3665f3
}

#wpposts_slider button.slick-arrow:after,
#wrapper .ets-ttn-list-reviews-slide button.slick-arrow:after,
.swiper-button-custom:after {
    font-size: 17px
}

@media(max-width:767.98px) {

    #wpposts_slider button.slick-arrow:after,
    #wrapper .ets-ttn-list-reviews-slide button.slick-arrow:after,
    .swiper-button-custom:after {
        font-size: 15px
    }
}

#wpposts_slider button.slick-arrow.swiper-button-prev,
#wrapper .ets-ttn-list-reviews-slide button.slick-arrow.swiper-button-prev,
.swiper-button-custom.swiper-button-prev {
    left: 5px;
    right: auto
}

@media(min-width:1607px) {

    #wpposts_slider button.slick-arrow.swiper-button-prev,
    #wrapper .ets-ttn-list-reviews-slide button.slick-arrow.swiper-button-prev,
    .swiper-button-custom.swiper-button-prev {
        left: -10px
    }
}

@media(min-width:1729px) {

    #wpposts_slider button.slick-arrow.swiper-button-prev,
    #wrapper .ets-ttn-list-reviews-slide button.slick-arrow.swiper-button-prev,
    .swiper-button-custom.swiper-button-prev {
        left: -76px
    }
}

#wpposts_slider button.slick-arrow.swiper-button-next,
#wrapper .ets-ttn-list-reviews-slide button.slick-arrow.swiper-button-next,
.swiper-button-custom.swiper-button-next {
    left: auto;
    right: 5px
}

@media(min-width:1607px) {

    #wpposts_slider button.slick-arrow.swiper-button-next,
    #wrapper .ets-ttn-list-reviews-slide button.slick-arrow.swiper-button-next,
    .swiper-button-custom.swiper-button-next {
        right: -10px
    }
}

@media(min-width:1729px) {

    #wpposts_slider button.slick-arrow.swiper-button-next,
    #wrapper .ets-ttn-list-reviews-slide button.slick-arrow.swiper-button-next,
    .swiper-button-custom.swiper-button-next {
        right: -76px
    }
}

#wpposts_slider button.slick-arrow .material-icons,
#wrapper .ets-ttn-list-reviews-slide button.slick-arrow .material-icons,
.swiper-button-custom .material-icons {
    display: none !important
}

#wpposts_slider button.slick-arrow.slick-prev,
#wrapper .ets-ttn-list-reviews-slide button.slick-arrow.slick-prev,
.swiper-button-custom.slick-prev {
    left: .625rem;
    right: auto
}

@media(min-width:1629px) {

    #wpposts_slider button.slick-arrow.slick-prev,
    #wrapper .ets-ttn-list-reviews-slide button.slick-arrow.slick-prev,
    .swiper-button-custom.slick-prev {
        left: -15px
    }
}

#wpposts_slider button.slick-arrow.slick-next,
#wrapper .ets-ttn-list-reviews-slide button.slick-arrow.slick-next,
.swiper-button-custom.slick-next {
    left: auto;
    right: .625rem
}

@media(min-width:1629px) {

    #wpposts_slider button.slick-arrow.slick-next,
    #wrapper .ets-ttn-list-reviews-slide button.slick-arrow.slick-next,
    .swiper-button-custom.slick-next {
        right: -15px
    }
}

#wpposts_slider button.slick-arrow.slick-arrow:after,
#wrapper .ets-ttn-list-reviews-slide button.slick-arrow.slick-arrow:after,
.swiper-button-custom.slick-arrow:after {
    font-family: swiper-icons;
    font-size: 17px;
    font-variant: normal;
    letter-spacing: 0;
    line-height: 1;
    text-transform: none !important
}

#wpposts_slider button.slick-arrow.slick-prev:after,
#wrapper .ets-ttn-list-reviews-slide button.slick-arrow.slick-prev:after,
.swiper-button-custom.slick-prev:after {
    content: "prev"
}

#wpposts_slider button.slick-arrow.slick-next:after,
#wrapper .ets-ttn-list-reviews-slide button.slick-arrow.slick-next:after,
.swiper-button-custom.slick-next:after {
    content: "next"
}

#wpposts_slider button.slick-arrow.slick-arrow:before,
#wrapper .ets-ttn-list-reviews-slide button.slick-arrow.slick-arrow:before,
.swiper-button-custom.slick-arrow:before {
    display: none !important
}

#wpposts_slider button.slick-arrow.nav_0,
#wrapper .ets-ttn-list-reviews-slide button.slick-arrow.nav_0,
.swiper-button-custom.nav_0 {
    height: 36px;
    width: 36px
}

#wpposts_slider button.slick-arrow.nav_0:after,
#wrapper .ets-ttn-list-reviews-slide button.slick-arrow.nav_0:after,
.swiper-button-custom.nav_0:after {
    font-size: 13px
}

#wpposts_slider button.slick-arrow.nav_0.swiper-button-prev,
#wrapper .ets-ttn-list-reviews-slide button.slick-arrow.nav_0.swiper-button-prev,
.swiper-button-custom.nav_0.swiper-button-prev {
    left: 5px
}

@media(min-width:992px) {

    #wpposts_slider button.slick-arrow.nav_0.swiper-button-prev,
    #wrapper .ets-ttn-list-reviews-slide button.slick-arrow.nav_0.swiper-button-prev,
    .swiper-button-custom.nav_0.swiper-button-prev {
        left: 22px
    }
}

#wpposts_slider button.slick-arrow.nav_0.swiper-button-next,
#wrapper .ets-ttn-list-reviews-slide button.slick-arrow.nav_0.swiper-button-next,
.swiper-button-custom.nav_0.swiper-button-next {
    right: 5px
}

@media(min-width:992px) {

    #wpposts_slider button.slick-arrow.nav_0.swiper-button-next,
    #wrapper .ets-ttn-list-reviews-slide button.slick-arrow.nav_0.swiper-button-next,
    .swiper-button-custom.nav_0.swiper-button-next {
        right: 22px
    }
}

.breadcrumb {
    background: none;
    border-bottom: 0;
    border-radius: 0;
    color: #838383;
    font-size: .75rem;
    font-weight: 400;
    line-height: 1.3125rem;
    margin: 0;
    padding: .125rem 0 2rem
}

@media(max-width:767.98px) {
    .breadcrumb {
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        padding-left: 0;
        padding-right: 0;
        position: relative;
        white-space: nowrap
    }

    .breadcrumb::-webkit-scrollbar {
        display: none
    }
}

.breadcrumb .breadcrumb-item+.breadcrumb-item {
    padding-left: 9px
}

.breadcrumb .breadcrumb-item+.breadcrumb-item:before {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23D0D0D0' viewBox='0 0 4 7'%3E%3Cpath d='M2.39 3.5.196 5.805a.725.725 0 0 0 0 .99c.26.273.683.273.943 0l2.667-2.8a.725.725 0 0 0 0-.99L1.138.205a.644.644 0 0 0-.943 0 .725.725 0 0 0 0 .99L2.391 3.5Z'/%3E%3C/svg%3E") no-repeat scroll 50%/contain transparent;
    content: "";
    display: inline-block;
    float: none;
    height: 7px;
    margin: 0 6px 0 0;
    padding: 0;
    width: 4px
}

.breadcrumb .breadcrumb-item.active {
    color: inherit
}

.breadcrumb .breadcrumb-item a {
    color: inherit;
    text-decoration: none
}

.breadcrumb .breadcrumb-item a:focus,
.breadcrumb .breadcrumb-item a:hover {
    color: #3665f3
}

.btn-icon {
    font-size: inherit;
    vertical-align: middle
}

.container .container {
    padding-left: 0;
    padding-right: 0
}

@media(min-width:1200px) {

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

.card--secondary {
    border: 0
}

.card-body+.card-body {
    border-top: .0625rem solid rgba(25, 25, 25, .125)
}

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

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

@media(min-width:1200px) {
    #page .cart-grid-body {
        flex: 0 0 calc(100% - 512px);
        max-width: calc(100% - 512px)
    }
}

#page .cart-grid-body .card {
    color: #545454;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px
}

#page .cart-grid-body .card .card-header,
#page .cart-grid-body .card .step-title {
    color: #0b0b0b;
    font-size: 17px;
    font-weight: 500
}

#page .cart-grid-body .card .checkout-option-block .card:not(.address-item) {
    border-color: #e3e3e3
}

#page .cart-grid-body .card .checkout-option-block .card:not(.address-item) .h5 {
    color: #0e0e0e;
    font-size: 15px;
    font-weight: 500;
    line-height: 21px
}

#page .cart-grid-body .card .checkout-option-block .card:not(.address-item) .font-sm {
    color: #9a9a9a !important;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px
}

#page .cart-grid-body .card .checkout-option-block .card:not(.address-item) .price {
    color: #0e0e0e;
    font-size: 15px;
    font-weight: 500;
    line-height: 21px
}

#page .cart-grid-body .card .checkout-option-block.selected:not(.address-item) .card {
    background-color: #f6f6f6;
    border-color: #e3e3e3
}

#page .cart-grid-body>.card {
    border-color: #f4f4f4
}

#page .cart-grid-body>.card,
#page .cart-grid-body>.card .checkout-step:not(:first-child) {
    border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    -webkit-border-radius: 0
}

#page .cart-grid-body>.card .checkout-step:not(:first-child) {
    border-top: 0
}

#page .cart-grid-body>.card .checkout-step .content {
    border: 0
}

#page .cart-grid-body>.card .card-header {
    background-color: #f4f4f4;
    cursor: pointer
}

#page .cart-grid-body>.card .card-header:first-child {
    border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    -webkit-border-radius: 0
}

#page .cart-grid-body .checkout-option-block .card {
    border-color: #f4f4f4;
    border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    -webkit-border-radius: 0
}

#page .cart-grid-body .checkout-option-block.selected.address-item .card {
    border-color: #3665f3
}

#page .cart-grid-body .checkout-option-block .address__footer,
#page .cart-grid-body .checkout-option-block .address__footer a:first-child,
#page .cart-grid-body .checkout-option-block .address__header {
    border-color: #f4f4f4
}

#page .cart-grid-body .form-fields .form-group {
    margin-bottom: 24px
}

#page .cart-grid-body .form-fields .form-label {
    color: #191919;
    font-size: 15px;
    font-weight: 500;
    line-height: 21px;
    margin-bottom: 14px
}

#page .cart-grid-body .form-fields .form-control {
    background-color: #eee;
    border-color: #eee;
    border-radius: 28px;
    -moz-border-radius: 28px;
    -ms-border-radius: 28px;
    -o-border-radius: 28px;
    -webkit-border-radius: 28px;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    color: #191919;
    font-size: 15px;
    font-weight: 400
}

#page .cart-grid-body .form-fields .form-control:not(textarea) {
    height: calc(1.5em + 1rem + 15px)
}

#page .cart-grid-body .card-title-header {
    color: #191919;
    font-size: 36px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 43px;
    margin: 0;
    padding: 0 0 16px;
    text-shadow: none;
    text-transform: none
}

@media(max-width:767.98px) {
    #page .cart-grid-body .card-title-header {
        font-size: 24px;
        line-height: 28px
    }
}

#page .cart-grid-body .savecart_bottom_page {
    margin: 0;
    position: absolute;
    right: .625rem;
    top: 7px
}

@media(max-width:767.98px) {
    #page .cart-grid-body .savecart_bottom_page {
        top: 2px
    }

    #page .cart-grid-body .savecart_bottom_page .btn {
        font-size: 11px;
        padding: 3px 10px 2px
    }
}

#page .cart-grid-body .cart-container {
    border: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    -webkit-border-radius: 0
}

#page .cart-grid-body .cart-container .card-body {
    padding: 0
}

#page .cart-grid-body .cart-container .card-body .product-line-grid {
    margin: 0;
    padding: 15px 10px 20px;
    position: relative
}

#page .cart-grid-body .cart-container .card-body .product-line-grid:not(:last-child) {
    border-top-color: #ebebeb
}

@media(max-width:767.98px) {
    #page .cart-grid-body .cart-container .card-body .product-line-grid {
        padding-left: 0;
        padding-right: 0
    }
}

@media(min-width:768px) {
    #page .cart-grid-body .cart-container .product-line-grid__block--image {
        flex: 0 0 95px;
        max-width: 95px
    }
}

@media(max-width:767.98px) {
    #page .cart-grid-body .cart-container .product-line-grid__block--image {
        flex: 0 0 70px;
        max-width: 70px;
        padding-right: 0
    }
}

@media(min-width:768px) {
    #page .cart-grid-body .cart-container .product-line-grid__block--prod {
        max-width: 230px
    }
}

@media(max-width:767.98px) {
    #page .cart-grid-body .cart-container .product-line-grid__block--prod {
        flex: 0 0 calc(100% - 70px);
        max-width: calc(100% - 70px);
        padding-bottom: 5px
    }
}

#page .cart-grid-body .cart-container .product-line-grid__block--prod .product-line-grid__title {
    color: #191919;
    font-size: 13px;
    font-weight: 700;
    line-height: 15px
}

#page .cart-grid-body .cart-container .product-line-grid__block--prod .product-reference {
    font-size: 11px;
    line-height: 13px
}

#page .cart-grid-body .cart-container .product-line-grid__block--prod .product-reference svg {
    flex: 0 0 9px !important;
    margin-top: -2px
}

#page .cart-grid-body .cart-container .product-line-grid__block--prod .product-price {
    display: none !important
}

#page .cart-grid-body .cart-container .product-line-grid__block--prod ul .text-muted {
    color: #0e0e0e !important
}

#page .cart-grid-body .cart-container .product-line-grid__block--prod ul .small {
    font-size: 11px;
    font-weight: 500;
    line-height: 17px
}

#page .cart-grid-body .cart-container .product-line-grid__block--prod ul .small .font-weight-bold {
    font-weight: inherit !important
}

@media(max-width:767.98px) {
    #page .cart-grid-body .cart-container .product-line-grid__block--prod ul .small {
        font-size: 10px;
        line-height: 15px
    }

    #page .cart-grid-body .cart-container .product-line-grid__block--avail {
        flex: 0 0 calc(100% - 70px);
        margin-left: auto;
        max-width: calc(100% - 70px)
    }
}

#page .cart-grid-body .cart-container .product-line-grid__block--avail .warianty_text {
    color: #191919;
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    margin-bottom: 15px
}

@media(max-width:767.98px) {
    #page .cart-grid-body .cart-container .product-line-grid__block--avail .warianty_text {
        margin-bottom: 5px
    }
}

#page .cart-grid-body .cart-container .product-line-grid__block--avail .qty-q {
    color: #838383;
    font-size: 10px;
    font-weight: 400;
    line-height: 12px
}

@media(max-width:767.98px) {
    #page .cart-grid-body .cart-container .product-line-grid__block--avail .qty-q {
        min-height: 0;
        padding-bottom: 10px
    }
}

#page .cart-grid-body .cart-container .product-line-grid__block--avail .qty-q .qty-flex {
    gap: 0 8px
}

#page .cart-grid-body .cart-container .product-line-grid__block--avail .qty-q .qty-flex>span {
    white-space: nowrap
}

#page .cart-grid-body .cart-container .product-line-grid__block--avail .qty-q .qty-flex>.green-circle,
#page .cart-grid-body .cart-container .product-line-grid__block--avail .qty-q .qty-flex>.red-circle {
    flex: 0 0 15px;
    height: 15px;
    max-width: 15px;
    width: 15px
}

#page .cart-grid-body .cart-container .product-line-grid__block--price {
    flex: 1 1 auto;
    text-align: left
}

@media(max-width:767.98px) {
    #page .cart-grid-body .cart-container .product-line-grid__block--price {
        flex: 0 0 calc(100% - 70px);
        margin-left: auto;
        max-width: calc(100% - 70px)
    }
}

#page .cart-grid-body .cart-container .product-line-grid__block--price .current-price {
    color: #191919;
    font-size: 13px;
    font-weight: 400;
    line-height: 15px;
    margin-bottom: 3px
}

#page .cart-grid-body .cart-container .product-line-grid__block--price .current-price .price {
    color: inherit;
    font: inherit;
    font-weight: 700
}

#page .cart-grid-body .cart-container .product-line-grid__block--price .current-price .price b,
#page .cart-grid-body .cart-container .product-line-grid__block--price .current-price .price strong {
    font-size: 18px;
    font-weight: inherit;
    line-height: 22px
}

#page .cart-grid-body .cart-container .product-line-grid__block--price .product-without-taxes {
    color: #838383;
    font-size: 11px;
    font-weight: 400;
    line-height: 13px;
    margin: 0;
    padding: 0
}

#page .cart-grid-body .cart-container .product-line-grid__block--price .product-flags {
    flex-direction: row-reverse !important;
    gap: 6px;
    justify-content: flex-end;
    padding-top: 10px;
    position: static !important
}

#page .cart-grid-body .cart-container .product-line-grid__block--price .product-flags li {
    font-size: 10px;
    margin: 0;
    min-width: 37px;
    padding-bottom: 4px;
    padding-top: 4px
}

#page .cart-grid-body .cart-container .product-line-grid__block--price .product-flags li.product-flags__flag--new {
    display: none !important
}

#page .cart-grid-body .cart-container .product-line-grid__block--price .product-flags li.product-flags__flag--on-sale,
#page .cart-grid-body .cart-container .product-line-grid__block--price .product-flags li.product-flags__flag--special {
    min-width: 73px
}

@media(max-width:767.98px) {
    #page .cart-grid-body .cart-container .product-line-grid__block--qty {
        flex: 0 0 118px;
        max-width: 118px
    }
}

#page .cart-grid-body .cart-container .product-line-grid__block--qty .bootstrap-touchspin {
    background-color: #eee;
    border: 0;
    max-width: 98px
}

@media(max-width:767.98px) {
    #page .cart-grid-body .cart-container .product-line-grid__block--qty .bootstrap-touchspin {
        margin: 0
    }
}

#page .cart-grid-body .cart-container .product-line-grid__block--qty .bootstrap-touchspin>input {
    background: #eee;
    border: 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    color: #838383;
    font-size: 14px;
    font-weight: 400;
    height: 32px;
    outline: none
}

#page .cart-grid-body .cart-container .product-line-grid__block--qty .bootstrap-touchspin .btn {
    background: #d0d0d0;
    border: 0;
    color: #838383;
    max-width: 25px
}

#page .cart-grid-body .cart-container .product-line-grid__block--qty .bootstrap-touchspin .btn:focus,
#page .cart-grid-body .cart-container .product-line-grid__block--qty .bootstrap-touchspin .btn:hover {
    background: #3665f3;
    color: #fff
}

#page .cart-grid-body .cart-container .product-line-grid__block--total {
    text-align: right
}

@media(min-width:768px) {
    #page .cart-grid-body .cart-container .product-line-grid__block--total {
        flex: 1 1 auto;
        max-width: none
    }
}

@media(max-width:767.98px) {
    #page .cart-grid-body .cart-container .product-line-grid__block--total {
        flex: 0 0 calc(100% - 118px);
        max-width: calc(100% - 118px);
        padding-right: 40px
    }
}

#page .cart-grid-body .cart-container .product-line-grid__block--total .product-price {
    color: #191919;
    font-size: 13px;
    font-weight: 400;
    line-height: 15px;
    margin-bottom: 3px
}

#page .cart-grid-body .cart-container .product-line-grid__block--total .product-price .price {
    color: inherit;
    font: inherit;
    font-weight: 700
}

#page .cart-grid-body .cart-container .product-line-grid__block--total .product-price .price b,
#page .cart-grid-body .cart-container .product-line-grid__block--total .product-price .price strong {
    font-size: 18px;
    font-weight: inherit;
    line-height: 22px
}

#page .cart-grid-body .cart-container .product-line-grid__block--total .product-without-taxes {
    color: #838383;
    font-size: 11px;
    font-weight: 400;
    line-height: 13px;
    margin: 0;
    padding: 0
}

#page .cart-grid-body .cart-container .product-line-grid__block--total .product-line-grid__block--delete {
    bottom: 15px;
    flex: auto;
    line-height: 0;
    max-width: none;
    padding: 0;
    position: absolute;
    right: 10px;
    text-align: inherit
}

#page .cart-grid-body .cart-container .product-line-grid__block--total .product-line-grid__block--delete .text-danger {
    color: #ff3535 !important
}

#page .cart-grid-body .cart-container .product-line-grid__block--total .product-line-grid__block--delete .text-danger:focus,
#page .cart-grid-body .cart-container .product-line-grid__block--total .product-line-grid__block--delete .text-danger:hover {
    color: #3665f3 !important
}

@media(max-width:767.98px) {
    #page .cart-grid-body .cart-container .product-line-grid__block--total .product-line-grid__block--delete {
        bottom: 30px;
        right: 0
    }
}

#page .cart-grid-right {
    height: 100%;
    overflow-y: auto;
    position: sticky;
    top: 110px
}

#page .cart-grid-right .text-muted {
    color: #9a9a9a !important
}

@media(min-width:1200px) {
    #page .cart-grid-right {
        flex: 0 0 512px;
        max-width: 512px
    }
}

#page .cart-grid-right .newsletter-container {
    background: #f4f4f4;
    margin: 0 0 5px;
    padding: 25px 15px 19px
}

#page .cart-grid-right .newsletter-container .container {
    max-width: none;
    padding: 0;
    width: auto
}

#page .cart-grid-right .newsletter-container .container .row {
    margin: 0
}

#page .cart-grid-right .newsletter-container .container .row [class*=col-] {
    clear: none;
    flex: inherit;
    float: none;
    margin: 0;
    max-width: none;
    padding: 0;
    width: auto
}

#page .cart-grid-right .newsletter-container .container .row [class*=col-] form .col-12,
#page .cart-grid-right .newsletter-container .container .row [class*=col-] form .col-xs-12 {
    flex: 0 0 100%
}

#page .cart-grid-right .newsletter-container #block-newsletter-label {
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 20px;
    padding-bottom: 10px;
    padding-top: 0
}

#page .cart-grid-right .newsletter-container #block-newsletter-label .span-yellow {
    padding-bottom: 3px
}

#page .cart-grid-right .newsletter-container #block-newsletter-label p {
    margin-bottom: 10px
}

#page .cart-grid-right .newsletter-container #block-newsletter-label p+p {
    font-size: 12px;
    letter-spacing: 0;
    line-height: 17px
}

#page .cart-grid-right .newsletter-container #block-newsletter-label .text-muted {
    display: none !important
}

#page .cart-grid-right .newsletter-container #gdpr_consent .custom-control .custom-control-label {
    line-height: 18px
}

#page .cart-grid-right .card {
    background: #f4f4f4;
    border: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    margin: 0 0 5px
}

#page .cart-grid-right .card .card {
    margin-bottom: 0
}

#page .cart-grid-right .card .card-header {
    background: none;
    border: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    margin: 0;
    padding: 0
}

#page .cart-grid-right .card .card-header .cart-title {
    align-items: first baseline;
    background: none;
    border: 0;
    color: #0b0b0b;
    display: flex;
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
    margin: 0;
    padding: 13px 17px 15.85px;
    text-shadow: none;
    text-transform: none
}

#page .cart-grid-right .card .card-header .cart-title:focus,
#page .cart-grid-right .card .card-header .cart-title:hover {
    cursor: pointer
}

#page .cart-grid-right .card .card-header .cart-title .svgflex {
    margin-right: 5px;
    min-width: 31px
}

#page .cart-grid-right .card .card-header .cart-title .arrows {
    margin: 0 8px 0 auto;
    padding: 0 0 0 5px;
    position: relative;
    top: 2px
}

#page .cart-grid-right .card .card-header .cart-title .arrows .arrow {
    display: inline-block;
    flex: 0 0 1.071875rem;
    height: 1.071875rem;
    margin: 0;
    position: relative;
    width: 1.071875rem
}

#page .cart-grid-right .card .card-header .cart-title .arrows .arrow span {
    background: #0e0e0e;
    display: inline-block;
    height: .1rem;
    position: absolute;
    top: .5rem;
    width: .625rem
}

#page .cart-grid-right .card .card-header .cart-title .arrows .arrow span:first-of-type {
    left: 0;
    transform: rotate(45deg)
}

#page .cart-grid-right .card .card-header .cart-title .arrows .arrow span:last-of-type {
    right: 0;
    transform: rotate(-45deg)
}

#page .cart-grid-right .card .card-header .cart-title:not(.collapsed) .arrow span {
    background: #0e0e0e
}

#page .cart-grid-right .card .card-header .cart-title:not(.collapsed) .arrow span:first-of-type {
    transform: rotate(-45deg)
}

#page .cart-grid-right .card .card-header .cart-title:not(.collapsed) .arrow span:last-of-type {
    transform: rotate(45deg)
}

#page .cart-grid-right .card .card-body {
    padding: 14px 17px 20px
}

#page .cart-grid-right .card .card-body hr {
    border-color: #e2e2e2;
    margin: 14px 0
}

#page .cart-grid-right .card .card-body+.card-body {
    border-top: 0;
    padding-top: 5px
}

#page .cart-grid-right .promo-code .input-group {
    gap: 7px
}

#page .cart-grid-right .promo-code .input-group .form-control {
    background-color: #fff;
    border-color: #fff;
    border-radius: 28px;
    -moz-border-radius: 28px;
    -ms-border-radius: 28px;
    -o-border-radius: 28px;
    -webkit-border-radius: 28px;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    color: #545454;
    font-size: 14px;
    font-weight: 400;
    height: 55px;
    padding: 5px 33px 7px
}

#page .cart-grid-right .promo-code .input-group .form-control::-moz-placeholder {
    color: #545454;
    opacity: 1
}

#page .cart-grid-right .promo-code .input-group .form-control::placeholder {
    color: #545454;
    opacity: 1
}

#page .cart-grid-right .promo-code .input-group .input-group-append {
    margin-left: 0
}

#page .cart-grid-right .promo-code .input-group .input-group-append .btn {
    border-radius: 28px;
    -moz-border-radius: 28px;
    -ms-border-radius: 28px;
    -o-border-radius: 28px;
    -webkit-border-radius: 28px;
    min-width: 115px
}

#page .cart-grid-right .cart-summary-line {
    color: #191919;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 17px
}

#page .cart-grid-right .cart-summary-line:not(:last-child) {
    margin-bottom: 5px
}

#page .cart-grid-right .cart-summary-line>* {
    color: inherit;
    font: inherit
}

#page .cart-grid-right .cart-summary-line#cart-subtotal-discount .value {
    color: #10b970;
    font-weight: 500
}

#page .cart-grid-right .cart-summary-line.cart-total {
    font-weight: 700
}

#page .cart-grid-right .cart-detailed-actions .btn {
    background: #3665f3;
    border-color: currentColor;
    border-radius: 28px;
    -moz-border-radius: 28px;
    -ms-border-radius: 28px;
    -o-border-radius: 28px;
    -webkit-border-radius: 28px;
    padding: .9375rem .9375rem 1.1875rem;
    width: 100%
}

#page .cart-grid-right .cart-detailed-actions .btn:focus,
#page .cart-grid-right .cart-detailed-actions .btn:hover {
    background: #191919;
    border-color: currentColor
}

#page .ps-shown-by-js .btn {
    background-color: #3665f3;
    border-color: currentColor;
    border-radius: 28px;
    -moz-border-radius: 28px;
    -ms-border-radius: 28px;
    -o-border-radius: 28px;
    -webkit-border-radius: 28px;
    max-width: 450px;
    padding: .9375rem .9375rem 1.1875rem;
    width: 100%
}

#page .ps-shown-by-js .btn:not(:disabled):focus,
#page .ps-shown-by-js .btn:not(:disabled):hover {
    background: #191919;
    border-color: currentColor
}

@media(max-width:767.98px) {

    body .ets_sc_overload .ets_sc_content,
    body .ets_sc_overload .ets_sc_shopping_cart,
    body .ets_sc_overload2 .ets_sc_content,
    body .ets_sc_overload2 .ets_sc_shopping_cart {
        min-width: 300px;
        width: auto !important
    }
}

body#checkout .text_top {
    display: none !important
}

body#checkout #page .cart-grid-right {
    top: 0
}

.icon-collapse[aria-expanded=true] .material-icons {
    font-size: 0
}

.icon-collapse[aria-expanded=true] .material-icons:before {
    content: "keyboard_arrow_up";
    font-size: 24px
}

.icon-collapse:focus,
.icon-collapse:hover {
    text-decoration: none
}

.form-label {
    display: block
}

.list-group-item-action,
.list-group-item-action-dropdown,
.list-group-item-action-dropdown-link {
    font-weight: 500
}

.list-group-item-action-dropdown {
    display: flex;
    justify-content: space-between;
    position: relative
}

.list-group-item-action-dropdown .list-group-item-collapse {
    background: none;
    margin-left: 10px;
    padding: 0;
    position: relative;
    text-decoration: none !important;
    width: auto;
    z-index: 1
}

.list-group-collapse .list-group-collapse .list-group-item {
    border-bottom: 1px solid rgba(25, 25, 25, .125);
    font-weight: 400;
    padding-left: 1.875rem
}

.list-group-collapse .list-group-collapse .list-group-collapse .list-group-item {
    border-bottom: 1px solid rgba(25, 25, 25, .125);
    padding-left: 2.5rem
}

.list-group-item-action-dropdown-link {
    padding: 0
}

.custom-checkbox-color .custom-control-label:before {
    display: none !important
}

.custom-checkbox-color .custom-control-input:checked~.custom-control-label-dark:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%23191919' d='m6.564.75-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3E%3C/svg%3E")
}

.custom-control-input-color,
.custom-radio-color .custom-control-input-color {
    background-color: #fff;
    border: 1px solid #838383;
    border-radius: 4px;
    content: "";
    display: block;
    height: 1rem;
    left: -1.5rem;
    pointer-events: none;
    position: absolute;
    top: .25rem;
    width: 1rem
}

.custom-checkbox-block {
    padding-left: 1rem
}

.custom-checkbox-block .custom-control-label:after,
.custom-checkbox-block .custom-control-label:before {
    left: -1rem
}

.custom-radio-color {
    height: 1.5rem;
    padding-left: 1.5rem;
    position: relative;
    width: 1.5rem
}

.custom-radio-color .custom-control-input-color {
    border-radius: 50%;
    height: 1.5rem;
    left: -1.5rem;
    top: 0;
    width: 1.5rem
}

.custom-radio-color .custom-control-label:before {
    display: none
}

.custom-radio-color .custom-control-input {
    height: 100%;
    width: 100%
}

.custom-radio-color .custom-control-input:checked~.custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%23fff' d='m6.564.75-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3E%3C/svg%3E");
    height: 1.125rem;
    left: auto;
    right: .1875rem;
    top: .1875rem;
    width: 1.125rem
}

.custom-radio-color .custom-control-input:checked~.custom-control-label .custom-control-input-color {
    border-color: #212529
}

.custom-radio-color .custom-control-input:checked~.custom-control-label-dark:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%23191919' d='m6.564.75-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3E%3C/svg%3E")
}

.hidden-xs-up {
    display: none !important
}

@media(max-width:575.98px) {
    .hidden-xs-down {
        display: none !important
    }
}

@media(min-width:576px) {
    .hidden-sm-up {
        display: none !important
    }
}

@media(max-width:767.98px) {
    .hidden-sm-down {
        display: none !important
    }
}

@media(min-width:768px) {
    .hidden-md-up {
        display: none !important
    }
}

@media(max-width:991.98px) {
    .hidden-md-down {
        display: none !important
    }
}

@media(min-width:992px) {
    .hidden-lg-up {
        display: none !important
    }
}

@media(max-width:1199.98px) {
    .hidden-lg-down {
        display: none !important
    }
}

@media(min-width:1200px) {
    .hidden-xl-up {
        display: none !important
    }
}

.hidden-xl-down {
    display: none !important
}

.bootstrap-touchspin {
    background-color: #ededed;
    border: 1px solid #ced4da;
    border-radius: 50px;
    margin: 0 auto;
    max-width: 100px;
    overflow: hidden
}

.bootstrap-touchspin>input {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
    background-color: #ededed;
    border: 1px solid #ced4da;
    border-bottom: none;
    border-top: none;
    box-shadow: none;
    font-weight: 700;
    margin-bottom: -1px;
    margin-top: -1px;
    max-width: 60px;
    padding: 0;
    text-align: center
}

.bootstrap-touchspin>input::-webkit-inner-spin-button,
.bootstrap-touchspin>input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0
}

.bootstrap-touchspin .btn {
    background-color: #ced4da;
    border: 0;
    color: #495057;
    display: block;
    height: 100%;
    padding: 0;
    position: relative;
    text-align: center;
    width: 1.8em;
    z-index: 2
}

.bootstrap-touchspin .btn:focus,
.bootstrap-touchspin .btn:hover {
    background: #ededed
}

.bootstrap-touchspin .input-group-append,
.bootstrap-touchspin .input-group-prepend {
    display: block;
    margin: 0
}

.input-touchspin {
    max-width: 100px;
    opacity: 0
}

.bootstrap-touchspin .input-touchspin {
    opacity: 1
}

.l-footer {
    margin-top: auto;
    overflow: hidden;
    padding-top: 40px
}

.footer-container {
    background: #f6f6f6;
    margin-top: 40px;
    padding-bottom: 10px;
    padding-top: 42px
}

@media(min-width:1200px) {
    .footer-container .row .mb-lg-4 {
        flex: 0 0 calc(25% - 100px);
        max-width: calc(25% - 100px)
    }

    .footer-container .row .mb-lg-4.info-block {
        flex: 0 0 400px;
        max-width: 400px
    }
}

@media(min-width:768px) {
    .footer-container .row .mb-lg-4:not(.info-block) {
        padding-top: 14px
    }
}

.footer-container .foot-block .h4 {
    color: #0e0e0e;
    font-size: 21px;
    font-weight: 400;
    line-height: 23px
}

.footer-container .foot-block .text_info {
    color: #0e0e0e;
    font-size: 15px;
    font-weight: 400;
    line-height: 23px
}

.footer-container .foot-block .text_info b,
.footer-container .foot-block .text_info strong {
    font-weight: 700
}

.footer-container .foot-block .text_info.font-strong {
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    padding-top: 2px
}

.footer-container .foot-block .text_info a {
    color: inherit;
    text-decoration: none
}

.footer-container .foot-block .text_info a:focus,
.footer-container .foot-block .text_info a:hover {
    color: #3665f3;
    text-decoration: none
}

@media(min-width:768px) {
    .footer-container .foot-block .logo_info {
        padding-bottom: 18px
    }
}

.footer-container .foot-block.block-social ul {
    gap: 10px
}

.footer-container .foot-block.block-social .btn {
    background: #d0d0d0;
    border: 0;
    height: 36px;
    width: 36px
}

.footer-container .foot-block.block-social .btn svg:not([fill=none]) {
    fill: #838383 !important
}

.footer-container .foot-block.block-social .btn svg:not([stroke=none]) {
    stroke: #838383 !important
}

.footer-container .foot-block.block-social .btn:focus,
.footer-container .foot-block.block-social .btn:hover {
    background: #3665f3
}

.footer-container .foot-block.block-social .btn:focus svg:not([fill=none]),
.footer-container .foot-block.block-social .btn:hover svg:not([fill=none]) {
    fill: #fff !important
}

.footer-container .foot-block.block-social .btn:focus svg:not([stroke=none]),
.footer-container .foot-block.block-social .btn:hover svg:not([stroke=none]) {
    stroke: #fff !important
}

.footer-container .foot-block.block-social .btn.btns-facebook:focus,
.footer-container .foot-block.block-social .btn.btns-facebook:hover {
    background: #0077b5
}

.footer-container .foot-block.block-social .btn.btns-instagram:focus,
.footer-container .foot-block.block-social .btn.btns-instagram:hover {
    background: #f0496c
}

.footer-container .foot-block.block-social .btn.btns-twitter:focus,
.footer-container .foot-block.block-social .btn.btns-twitter:hover {
    background: #1da1f2
}

.footer-container .foot-block.block-social .btn.btns-pinterest:focus,
.footer-container .foot-block.block-social .btn.btns-pinterest:hover {
    background: #e60023
}

.l-footer .newsletter-container {
    margin-bottom: 0
}

.l-footer .newsletter-container+.footer-container {
    margin-top: 0
}

.footerafter-container {
    background: #f6f6f6;
    color: #838383;
    font-size: .9375rem;
    font-weight: 400;
    line-height: 1.625rem
}

.footerafter-container .footerafter {
    border-top: 1px solid #d4d4d4;
    padding-bottom: 1.625rem;
    padding-top: 1.6875rem
}

@media(min-width:1200px) {
    .footerafter-container .footerafter {
        padding-bottom: 3.5rem
    }
}

.footerafter-container .footerafter p {
    margin: 0;
    padding: 0
}

.footerafter-container .footerafter a {
    color: #838383;
    outline: none;
    text-decoration: none
}

.footerafter-container .footerafter a:focus,
.footerafter-container .footerafter a:hover {
    color: #3665f3
}

.footerafter-container .footerafter .pay_logo_footer p {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center
}

.footerafter-container .footerafter .pay_logo_footer p img {
    border: 0;
    height: auto;
    margin: 0;
    max-width: 100%
}

.l-header {
    margin: 0 0 10px
}

.header-top {
    background: #fff
}

.header-top.is-sticky {
    box-shadow: 0 .5rem 1rem rgba(25, 25, 25, .15);
    -moz-box-shadow: 0 .5rem 1rem rgba(25, 25, 25, .15);
    -webkit-box-shadow: 0 .5rem 1rem rgba(25, 25, 25, .15);
    min-width: 320px;
    padding-bottom: 11px
}

.header-top__content {
    padding-top: 19px !important
}

.header-top__row {
    align-items: center;
    flex-wrap: nowrap
}

@media(min-width:768px) {
    .header-top__row {
        flex-wrap: wrap
    }
}

.header-top__link {
    color: #191919;
    display: block;
    text-decoration: none !important
}

.header-top__link:focus,
.header-top__link:hover {
    color: #3665f3
}

.header-top__link .btn-brand-header {
    align-items: center;
    display: flex;
    gap: 0 16px;
    width: -moz-max-content;
    width: max-content
}

.header-top__link .btn-brand-header svg {
    fill: #ff9b1a
}

.header-top__link .btn-brand-header span:first-of-type {
    font-size: .875rem;
    font-weight: 500
}

@media(max-width:991.98px) {
    .header-top__link .btn-brand-header span:first-of-type {
        display: none
    }
}

@media(min-width:768px) {
    .header-top__block--user {
        padding-left: 15px
    }

    .header-top__block--favorite {
        margin-left: 14px;
        padding-left: 25px
    }
}

.header-top__block--favorite:before {
    background-color: #e2e2e2;
    bottom: 0;
    content: "";
    height: 17px;
    left: 0;
    margin: auto 0;
    position: absolute;
    top: 0;
    width: 1px
}

.header-top__block--favorite .header-top__link .btn-brand-header {
    gap: 0 8px
}

.header-top__block--cart .header-top__link:not(:hover) {
    color: #0e0e0e
}

.header-top__block--cart .header-top__link .add-to-cart-brand {
    background-color: #eee;
    padding: 9px 12px 9px 23.717px
}

.header-top__block--cart .header-top__link .add-to-cart-brand .cart-products-count {
    align-items: center;
    background: #ff9b1a;
    border: 0;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-border-radius: 50%;
    color: #fff;
    display: flex;
    font-size: 14px;
    font-weight: 400;
    height: 32px;
    justify-content: center;
    margin: 0;
    padding: 0;
    text-align: center;
    text-indent: 0;
    width: 32px
}

.header-top__icon-container {
    position: relative
}

.header-top__icon {
    display: block;
    font-size: 1.625rem
}

@media(min-width:576px) {
    .header-top__icon {
        font-size: 2rem
    }
}

.header-top__badge {
    background: #191919;
    border-radius: 50%;
    color: #fff;
    font-size: .5rem;
    font-weight: 700;
    height: 2em;
    left: .8125rem;
    line-height: 2em;
    position: absolute;
    text-align: center;
    top: -.5rem;
    width: 2em
}

@media(max-width:767.98px) {
    .header-top__block--search {
        flex-grow: 0
    }
}

.l-main {
    display: flex;
    flex-direction: column;
    min-height: 100vh
}

#wrapper.page-home #content-wrapper {
    padding-left: 0;
    padding-right: 0;
    padding-top: 16px
}

.product-miniature__functional-btn {
    border: 0;
    bottom: 10px;
    font-size: 1.25rem;
    height: 1.7em;
    line-height: 1.7em;
    padding: 0;
    position: absolute;
    right: 10px;
    width: 1.7em;
    z-index: 2
}

@media(max-width:992px) {
    .product-miniature__functional-btn {
        font-size: calc(.85rem + .64516vw)
    }
}

.product-miniature__functional-btn--top {
    bottom: auto;
    font: inherit;
    height: auto;
    letter-spacing: 0;
    line-height: 0;
    right: 16px;
    top: 18px;
    width: auto
}

@media(max-width:767.98px) {
    .product-miniature__functional-btn--top {
        right: 0;
        top: 6px
    }

    .product-miniature__functional-btn--top svg {
        height: 15px;
        width: 15px
    }
}

.product-miniature__functional-btn.quick-view {
    display: none !important
}

.product-miniature__functional-btn-icon {
    font-size: inherit;
    line-height: inherit
}

.product-miniature__pricing {
    margin: 0 0 30px
}

.product-miniature__title {
    color: #191919;
    font-size: 16px;
    font-weight: 500;
    height: 38px;
    line-height: 19px;
    overflow: hidden
}

@media(max-width:767.98px) {
    .product-miniature__title a {
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        height: 38px;
        overflow: hidden;
        text-overflow: ellipsis;
        width: auto
    }
}

.product-miniature--smaller {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    margin: 0 !important;
    padding: 0 !important
}

.product-miniature--smaller .product-miniature__thumb {
    height: 45px;
    margin: 0 12px 0 0 !important;
    width: 45px
}

.product-miniature--smaller .product-miniature__thumb .product-miniature__functional-btn {
    display: none !important
}

.product-miniature--smaller .product-miniature__thumb .product-miniature__thumb-link {
    align-items: center;
    border: 1px solid #dfdfdf;
    display: flex;
    justify-content: center
}

.product-miniature--smaller .product-miniature__thumb .product-miniature__thumb-link img {
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    -webkit-border-radius: 0 !important
}

.product-miniature--smaller .infoprod {
    align-items: center;
    display: flex !important;
    flex: 1;
    flex-wrap: wrap;
    max-width: 100%
}

.product-miniature--smaller .infoprod .comparator-productlist {
    display: none !important
}

.product-miniature--smaller .infoprod .name_ref {
    order: -1
}

.product-miniature--smaller .infoprod .cena-flex {
    margin-left: auto
}

.product-miniature--smaller .infoprod .product-list-reviews {
    color: #838383;
    flex: 0 0 106px;
    font-size: 11px;
    line-height: 13px;
    max-width: 106px;
    order: 99;
    padding-bottom: 0
}

.product-miniature--smaller .infoprod .product-list-reviews:before {
    content: attr(data-title)
}

.product-miniature--smaller .infoprod .product-list-reviews .grade-stars,
.product-miniature--smaller .infoprod .product-list-reviews .opinion_fix {
    display: none !important
}

.product-miniature--smaller .infoprod .product-list-reviews .rating_fix {
    color: #3665f3;
    font-weight: 500
}

.product-miniature--smaller .infoprod .product-reference {
    font-size: .6875rem;
    font-weight: 400;
    line-height: .875rem;
    margin: 0 !important
}

.product-miniature--smaller .infoprod .product-reference svg {
    flex: 0 0 9px !important;
    margin-top: -2px
}

.product-miniature--smaller .infoprod .product-prices .current-price {
    color: #0e0e0e;
    font-size: .625rem;
    font-weight: 500;
    line-height: .75rem
}

.product-miniature--smaller .infoprod .product-prices .current-price .priceb {
    color: #3665f3;
    font-size: .8125rem;
    font-weight: 500;
    line-height: .9375rem
}

@media(max-width:992px) {
    .product-miniature--smaller .infoprod .product-prices .current-price .priceb {
        font-size: calc(.7625rem + .08065vw)
    }
}

.product-miniature--smaller .infoprod .product-prices .current-price .priceb.is_disc,
.product-miniature--smaller .infoprod .product-prices .current-price .priceb.is_disc_off {
    color: #fff;
    padding: 1px 3px
}

.product-miniature--smaller .infoprod .product-prices .current-price .priceb.is_disc_off {
    color: #3665f3;
    padding-bottom: 5px
}

.product-miniature--smaller .infoprod .product-prices .netto {
    font-size: .625rem;
    font-weight: 400;
    line-height: .75rem;
    margin: 2px 0 0
}

.product-miniature--smaller .infoprod .product-prices .price--regular {
    color: #0e0e0e;
    font-size: .8125rem;
    font-weight: 500;
    line-height: .9375rem
}

@media(max-width:992px) {
    .product-miniature--smaller .infoprod .product-prices .price--regular {
        font-size: calc(.7625rem + .08065vw)
    }
}

.product-miniature--smaller .product-miniature__title {
    color: #191919;
    font-size: .8125rem;
    font-weight: 500;
    height: auto;
    line-height: .9375rem;
    margin: 0 0 3px !important
}

@media(max-width:992px) {
    .product-miniature--smaller .product-miniature__title {
        font-size: calc(.7625rem + .08065vw)
    }
}

.product-miniature--smaller .product-miniature__pricing {
    margin: 0
}

@media(max-width:767.98px) {
    .product-miniature {
        display: flex;
        flex-direction: column
    }

    .product-miniature .infoprod {
        display: flex !important;
        flex: 1;
        flex-direction: column
    }

    .product-miniature .infoprod .qty-q {
        margin-top: auto
    }

    .product-miniature .infoprod .qty-q .ilosc {
        min-height: 26px
    }
}

.product-flags {
    bottom: 10px;
    gap: 5px;
    justify-content: flex-end;
    left: 10px;
    margin: 0;
    pointer-events: none;
    right: 10px;
    top: 10px;
    width: auto;
    z-index: 2
}

.product-flags__flag {
    background: #191919;
    color: #fff;
    font-size: .875rem;
    font-weight: 500;
    line-height: 1.214;
    margin: 0;
    padding: 5px;
    pointer-events: auto;
    text-align: center;
    text-transform: uppercase;
    width: -moz-fit-content;
    width: fit-content
}

.product-flags__flag--online-only {
    margin-top: 0;
    position: absolute;
    right: 0;
    z-index: 1
}

.product-flags__flag--discount,
.product-flags__flag--discount-amount,
.product-flags__flag--discount-percentage {
    background-color: #191919;
    min-width: 56px
}

.product-flags__flag--discount-amount.sizefix,
.product-flags__flag--discount-percentage.sizefix,
.product-flags__flag--discount.sizefix {
    min-width: 48px
}

.product-flags__flag--special {
    background-color: #ffd71f;
    color: #191919;
    min-width: 100px
}

.product-flags__flag--new {
    background-color: #3665f3;
    font-weight: 400;
    left: 0;
    min-width: 79px;
    position: absolute;
    top: 0
}

.product-flags__flag--on-sale {
    background: #ff9b1a;
    color: #191919;
    min-width: 108px;
    order: -1
}

.product-flags__flag--discount-amount.is_spec,
.product-flags__flag--discount-percentage.is_spec,
.product-flags__flag--discount.is_spec {
    order: -2
}

.product-flags__flag--out_of_stock {
    display: none !important
}

@media(max-width:767.98px) {
    .product-flags {
        bottom: 5px;
        left: 5px;
        right: 5px;
        top: 5px
    }

    .product-flags__flag {
        font-size: 10px;
        padding-bottom: 2px;
        padding-top: 2px
    }

    .product-flags__flag--new {
        min-width: 59px
    }

    .product-flags__flag--on-sale {
        min-width: 78px
    }

    .product-flags__flag--discount,
    .product-flags__flag--discount-amount,
    .product-flags__flag--discount-percentage {
        min-width: 46px
    }

    .product-flags__flag--discount-amount.sizefix,
    .product-flags__flag--discount-percentage.sizefix,
    .product-flags__flag--discount.sizefix {
        min-width: 38px
    }

    .product-flags__flag--special {
        min-width: 70px
    }
}

.customization-modal .modal-content {
    border: 1px solid #eee;
    border-radius: 0
}

.customization-modal .modal-content .modal-body {
    padding-top: 0
}

.customization-modal .modal-content .modal-body .product-customization-line {
    border-bottom: 1px solid #eee;
    padding-bottom: .9375rem;
    padding-top: .9375rem
}

.customization-modal .modal-content .modal-body .product-customization-line .label {
    font-weight: 600;
    text-align: right
}

.customization-modal .modal-content .modal-body .product-customization-line:last-child {
    border-bottom: 0;
    padding-bottom: 0
}

.price {
    color: #191919;
    font-size: 1.125rem;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 36px
}

@media(max-width:992px) {
    .price {
        font-size: calc(.825rem + .48387vw)
    }
}

.price--regular {
    color: #191919;
    font-size: 1.15rem;
    font-weight: 700;
    line-height: 22px;
    text-decoration: line-through
}

.price--lg {
    font-size: 1.75rem
}

@media(max-width:992px) {
    .price--lg {
        font-size: calc(.95rem + 1.29032vw)
    }
}

.price--sm {
    font-size: 1rem
}

@media(max-width:992px) {
    .price--sm {
        font-size: calc(.8rem + .32258vw)
    }
}

netto {
    font-size: 21px;
    padding-left: 5px
}

.price-netto {
    color: #838383;
    margin-bottom: 15px
}

.current-price {
    color: #191919;
    font-size: 1.15rem;
    font-weight: 700;
    line-height: 22px;
    padding: 0
}

.current-price .priceb.is_disc,
.current-price .priceb.is_disc_off {
    font-size: 24px;
    padding: 2px 5px 3px;
    position: relative;
    z-index: 0
}

.current-price .is_disc:after {
    background: #ff9b1a;
    bottom: 0;
    top: 0
}

.current-price .is_disc:after,
.current-price .is_disc_off:after {
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1
}

.current-price .is_disc_off:after {
    background: #ffd71f;
    border-radius: 2.5px;
    bottom: 6px;
    height: 5px
}

.star-content {
    display: flex;
    gap: 2px;
    left: 0;
    position: absolute;
    top: 0
}

.star-content .star,
.star-content .star-hover,
.star-content .star-on {
    background: url(/themes/falcon/assets/img-dist/4452360c9e3d058a535a3e64a797eb0a.svg) no-repeat 0 0 transparent;
    background-size: 20px;
    display: block;
    flex: auto;
    height: 20px;
    margin-left: 3px;
    width: 20px
}

.star-content .star-hover,
.star-content .star-on {
    background-image: url(/themes/falcon/assets/img-dist/8bd6201a6134e593b3ae43abc8dc334a.svg)
}

.star-content .star-hover {
    cursor: pointer
}

.small-stars .star-content .star,
.small-stars .star-content .star-hover,
.small-stars .star-content .star-on {
    background-size: contain;
    height: 8.03px;
    margin-left: 0;
    width: 8.38px
}

.grade-stars {
    display: inline-block;
    height: 20px;
    min-width: 120px;
    position: relative
}

.grade-stars.small-stars {
    height: 8.03px;
    min-width: 51.9167px
}

.product-list-reviews {
    align-items: center;
    color: #191919;
    display: flex;
    font-size: 12px;
    font-weight: 400;
    gap: 0 7px;
    justify-content: flex-end;
    line-height: 14px;
    padding: 5px 0 10px;
    visibility: hidden
}

.product-list-reviews .grade-stars {
    display: block
}

.product-list-reviews._is_on {
    visibility: visible
}

@media(max-width:767.98px) {
    .product-list-reviews {
        justify-content: flex-start;
        padding-bottom: 3px
    }
}

.products-list__block {
    margin-bottom: 1.25rem;
    padding: 0 .625rem
}

.products-list__block--grid {
    flex: 0 0 100%;
    max-width: 100%
}

@media(min-width:576px) {
    .products-list__block--grid {
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media(min-width:992px) {
    .layout-left-column .products-list__block--grid {
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%
    }
}

@media(min-width:768px) {
    .layout-full-width .products-list__block--grid {
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%
    }
}

@media(min-width:1200px) {
    .layout-full-width .products-list__block--grid {
        flex: 0 0 25%;
        max-width: 25%
    }
}

.products-list__block--list {
    flex: 0 0 100%;
    max-width: 100%
}

.product-slider {
    margin-left: -5px;
    margin-right: -5px
}

@media(min-width:576px) {
    .product-slider {
        margin-left: -10px;
        margin-right: -10px
    }
}

.product-slider__item {
    padding-left: 5px;
    padding-right: 5px
}

@media(min-width:576px) {
    .product-slider__item {
        padding-left: 10px;
        padding-right: 10px
    }
}

.product-slider__item .product-miniature {
    margin-left: auto;
    margin-right: auto;
    max-width: 372px;
    padding-top: 22px !important
}

@media(min-width:360px)and (max-width:767px) {
    .product-slider__item .product-miniature .cena-flex {
        flex-direction: column;
        height: auto
    }

    .product-slider__item .product-miniature .cena-flex .cena {
        min-height: 76px
    }

    .product-slider__item .product-miniature .warianty_text {
        font-size: 11px;
        font-weight: 600;
        line-height: 13px
    }

    .product-slider__item .product-miniature .qty-q {
        font-size: 11px;
        line-height: 13px;
        min-height: 67px;
        padding: 9px 0 14px
    }

    .product-slider__item .product-miniature .current-price {
        font-size: 14px
    }

    .product-slider__item .product-miniature .current-price .priceb {
        font-size: 17px
    }

    .product-slider__item .product-miniature .current-price .priceb.is_disc,
    .product-slider__item .product-miniature .current-price .priceb.is_disc_off {
        font-size: 18px
    }

    .product-slider__item .product-miniature .product-prices {
        flex-direction: column
    }

    .product-slider__item .product-miniature .product-prices .price--regular {
        font-size: 15px
    }

    .product-slider__item .product-miniature .product-prices .netto {
        font-size: 11px
    }
}

@media(max-width:476px) {
    .product-slider__item .product-miniature .current-price {
        font-size: 14px
    }

    .product-slider__item .product-miniature .current-price .priceb {
        font-size: 17px
    }

    .product-slider__item .product-miniature .current-price .priceb.is_disc,
    .product-slider__item .product-miniature .current-price .priceb.is_disc_off {
        font-size: 18px
    }

    .product-slider__item .product-miniature .product-prices .price--regular {
        font-size: 15px
    }

    .product-slider__item .product-miniature .product-prices .netto {
        font-size: 11px
    }
}

.comments-pagination ul {
    margin: 0
}

.comments-pagination span {
    cursor: pointer
}

.address__header {
    background-color: transparent
}

.address__body {
    line-height: 1.75
}

.address__body address {
    margin: 0
}

.address__footer {
    display: flex;
    padding: 0
}

.address__footer a {
    color: #212529;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 10px;
    text-align: center
}

.address__footer a:first-child {
    border-right: 1px solid rgba(25, 25, 25, .125)
}

.address__footer a:focus,
.address__footer a:hover {
    background: #eee;
    text-decoration: none
}

.customer-links {
    margin: 0 0 20px
}

@media(min-width:992px) {
    .customer-links {
        margin: 0
    }
}

.customer-links .link-item {
    align-items: center;
    display: flex
}

@media(max-width:991.98px) {
    .customer-links__list {
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        display: flex;
        flex-wrap: nowrap;
        margin: 1.25rem 0 0;
        overflow-x: scroll;
        overflow-y: hidden;
        white-space: nowrap
    }

    .customer-links__list::-webkit-scrollbar {
        display: none
    }
}

.customer-links a {
    border-radius: .4rem;
    color: #343a40;
    display: block;
    flex: 0 0;
    font-size: 1rem;
    font-weight: 700;
    max-width: inherit;
    padding: 10px;
    white-space: nowrap
}

@media(max-width:992px) {
    .customer-links a {
        font-size: calc(.8rem + .32258vw)
    }
}

@media(min-width:992px) {
    .customer-links a {
        white-space: normal
    }
}

.customer-links a:focus,
.customer-links a:hover {
    color: #191919;
    text-decoration: none
}

.customer-links a i {
    color: #191919;
    font-size: 1.625rem;
    margin-right: 5px
}

@media(max-width:992px) {
    .customer-links a i {
        font-size: calc(.925rem + 1.12903vw)
    }
}

@media(min-width:768px) {
    .customer-links a i {
        margin-right: 10px
    }
}

.customer-links a.active {
    background: #191919;
    color: #fff
}

.customer-links a.active:after {
    display: block
}

.customer-links a.active i {
    color: inherit
}

.customer-links__logout {
    text-align: center
}

.customer-links__logout:after,
.customer-links__logout:before {
    display: none
}

.user-form {
    margin: 0 auto;
    max-width: 800px
}

.user-form--sm {
    max-width: 600px
}

.product-table {
    margin: 0;
    overflow: hidden
}

@media(max-width:767.98px) {
    .product-table__head {
        display: none
    }
}

.product-table__head th {
    border-top: 0
}

@media(min-width:576px) {
    .product-table__row {
        margin-top: -1px
    }
}

@media(max-width:767.98px) {
    .product-table tbody {
        display: block
    }
}

.product-line {
    display: flex;
    flex-wrap: wrap;
    position: relative
}

.product-line:last-child {
    border-bottom: 0
}

.product-line--first {
    border-top: 1px solid #ededed
}

@media(min-width:768px) {
    .product-line {
        border-bottom: 1px solid #ededed;
        display: table-row;
        padding: 10px 0
    }
}

.product-line .product-line__cell {
    padding: 10px
}

@media(min-width:576px) {
    .product-line .product-line__cell {
        padding: .75rem;
        vertical-align: middle
    }
}

.product-line__qty-input .bootstrap-touchspin {
    margin: 0 auto
}

.product-line__cell--img {
    width: 7.5rem
}

@media(max-width:767.98px) {
    .product-line__cell--img {
        flex: 0 0 5.625rem;
        max-width: 5.625rem;
        order: -3;
        width: auto
    }

    .product-line__cell--prod {
        flex: 0 0 calc(100% - 5.625rem);
        max-width: calc(100% - 5.625rem);
        order: -2
    }

    .product-line__cell--delete {
        flex: 0 0 2.5rem;
        max-width: 2.5rem;
        order: -1
    }

    .product-line__cell--price,
    .product-line__cell--qty,
    .product-line__cell--total {
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%
    }

    .product-line__cell--total {
        text-align: right
    }

    .product-line__cell[data-title]:before {
        content: attr(data-title);
        display: block;
        font-size: .6875rem;
        margin: 0 0 5px
    }
}

.product-line__price {
    font-size: 1rem
}

@media(max-width:992px) {
    .product-line__price {
        font-size: calc(.8rem + .32258vw)
    }
}

.product-line__checkbox-block {
    position: static
}

.product-line__checkbox-block:before {
    bottom: 0;
    content: "";
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

@media(max-width:767.98px) {
    .product-line--return .product-line__cell--checkbox {
        flex: 0 0 2.5rem;
        max-width: 2.5rem;
        order: -3
    }

    .product-line--return .product-line__cell--img {
        flex: 0 0 4.375rem;
        max-width: 4.375rem;
        padding-left: 0
    }

    .product-line--return .product-line__cell--prod {
        flex: 0 0 calc(100% - 6.875rem);
        max-width: calc(100% - 6.875rem)
    }

    .product-line--return .product-line__cell--price,
    .product-line--return .product-line__cell--qty {
        flex: 0 0 50%;
        max-width: 50%
    }

    .product-line--extended .product-line__cell--price,
    .product-line--extended .product-line__cell--qty,
    .product-line--extended .product-line__cell--returned,
    .product-line--extended .product-line__cell--total {
        flex: 0 0 25%;
        max-width: 25%
    }
}

@media(max-width:575.98px) {

    .product-line--extended .product-line__cell--price,
    .product-line--extended .product-line__cell--qty,
    .product-line--extended .product-line__cell--returned,
    .product-line--extended .product-line__cell--total {
        flex: 0 0 50%;
        max-width: 50%
    }

    .product-line--extended .product-line__cell--qty {
        text-align: right
    }
}

.blockcart__dropdown {
    border: 1px solid #ededed;
    border-radius: .4rem;
    margin: 0;
    min-width: inherit;
    overflow: hidden;
    padding: 0;
    width: 20rem
}

#blockcart-modal {
    padding: 0 15px
}

@media(min-width:992px) {
    #blockcart-modal .modal-dialog {
        max-width: 69.25rem
    }
}

#blockcart-modal .modal-dialog .modal-content {
    padding: 0 15px 21px
}

@media(min-width:1200px) {
    #blockcart-modal .modal-dialog .modal-content {
        padding: 0 31px 31px
    }
}

#blockcart-modal .modal-dialog .modal-header {
    border-bottom-color: #d6d6d6;
    padding: 17px 0 18px
}

@media(min-width:992px) {
    #blockcart-modal .modal-dialog .modal-header {
        padding: 27px 0 28px
    }
}

#blockcart-modal .modal-dialog .modal-header .modal-title {
    align-items: center;
    color: #009857;
    display: flex;
    font-size: 1.125rem;
    font-weight: 500;
    gap: 0 15px;
    line-height: 1.5rem
}

@media(min-width:992px) {
    #blockcart-modal .modal-dialog .modal-header .modal-title {
        font-size: 1.5rem;
        gap: 0 23px;
        line-height: 1.75rem
    }
}

#blockcart-modal .modal-dialog .modal-header .close {
    color: #0e0e0e;
    font-size: .875rem;
    font-weight: 500;
    line-height: 1.3125rem;
    margin: 0 0 0 auto;
    opacity: 1;
    padding: 0;
    text-shadow: none;
    text-transform: uppercase
}

@media(min-width:992px) {
    #blockcart-modal .modal-dialog .modal-header .close {
        padding-right: 26px
    }
}

#blockcart-modal .modal-dialog .modal-header .close>span {
    align-items: center;
    display: flex;
    gap: 0 8px
}

#blockcart-modal .modal-dialog .modal-header .close>span i {
    font-size: 26px;
    line-height: 26px
}

@media(min-width:992px) {
    #blockcart-modal .modal-dialog .modal-header .close>span i {
        font-size: 36px;
        line-height: 36px
    }
}

#blockcart-modal .modal-dialog .modal-header .close:focus,
#blockcart-modal .modal-dialog .modal-header .close:hover {
    color: #3665f3
}

#blockcart-modal .modal-dialog .modal-body {
    padding: 0 0 25px
}

#blockcart-modal .modal-dialog .modal-body hr {
    border-top-color: #d6d6d6;
    margin-bottom: 25px;
    margin-top: 25px
}

#blockcart-modal .modal-dialog .modal-body .cart-products {
    padding: 25px 0 0
}

@media(max-width:491px) {
    #blockcart-modal .modal-dialog .modal-body .cart-products {
        flex-wrap: wrap;
        padding-top: 0
    }
}

#blockcart-modal .modal-dialog .modal-body .cart-products__thumb {
    flex: 0 0 5.625rem;
    max-width: 5.625rem
}

@media(max-width:491px) {
    #blockcart-modal .modal-dialog .modal-body .cart-products__thumb {
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0
    }

    #blockcart-modal .modal-dialog .modal-body .cart-products__thumb img {
        display: block;
        height: auto;
        margin: 0 auto;
        max-width: 100%
    }
}

#blockcart-modal .modal-dialog .modal-body .cart-products__desc {
    padding-right: 0
}

@media(max-width:991.98px) {
    #blockcart-modal .modal-dialog .modal-body .cart-products__desc {
        gap: 10px
    }
}

@media(min-width:992px) {
    #blockcart-modal .modal-dialog .modal-body .cart-products__desc .infos {
        max-width: 250px
    }
}

#blockcart-modal .modal-dialog .modal-body .cart-products__desc .infos .h6 {
    color: #191919;
    font-size: .8125rem;
    line-height: .9375rem;
    margin-bottom: 6px
}

#blockcart-modal .modal-dialog .modal-body .cart-products__desc .infos .product-reference {
    font-size: .6875rem;
    line-height: .8125rem;
    margin-bottom: 11px
}

#blockcart-modal .modal-dialog .modal-body .cart-products__desc .infos ul li {
    color: #0e0e0e;
    font-size: .6875rem;
    font-weight: 500;
    line-height: 1.0625rem;
    text-decoration: underline
}

@media(min-width:992px) {
    #blockcart-modal .modal-dialog .modal-body .cart-products__desc .variants {
        padding-left: 10px;
        padding-right: 10px
    }
}

@media(min-width:1200px) {
    #blockcart-modal .modal-dialog .modal-body .cart-products__desc .variants {
        padding-left: 23px;
        padding-right: 23px
    }
}

#blockcart-modal .modal-dialog .modal-body .cart-products__desc .variants .warianty_text {
    font-weight: 500;
    padding-bottom: 12px
}

#blockcart-modal .modal-dialog .modal-body .cart-products__desc .variants .qty-q {
    font-size: .625rem;
    line-height: .9375rem;
    min-height: 0;
    padding: 0
}

#blockcart-modal .modal-dialog .modal-body .cart-products__desc .variants .qty-q .qty-flex {
    gap: 0 8px
}

#blockcart-modal .modal-dialog .modal-body .cart-products__desc .variants .qty-q .qty-flex>span {
    white-space: nowrap
}

#blockcart-modal .modal-dialog .modal-body .cart-products__desc .variants .qty-q .qty-flex>.green-circle,
#blockcart-modal .modal-dialog .modal-body .cart-products__desc .variants .qty-q .qty-flex>.red-circle {
    flex: 0 0 15px;
    height: 15px;
    max-width: 15px
}

@media(min-width:992px) {
    #blockcart-modal .modal-dialog .modal-body .cart-products__desc .quantitys {
        padding-right: 10px
    }
}

@media(min-width:1200px) {
    #blockcart-modal .modal-dialog .modal-body .cart-products__desc .quantitys {
        padding-right: 23px
    }
}

#blockcart-modal .modal-dialog .modal-body .cart-products__desc .quantitys span {
    align-items: center;
    background: #eee;
    border-radius: 18px;
    -moz-border-radius: 18px;
    -ms-border-radius: 18px;
    -o-border-radius: 18px;
    -webkit-border-radius: 18px;
    color: #838383;
    display: flex;
    font-size: .875rem;
    font-weight: 400;
    height: 31px;
    justify-content: center;
    line-height: 1.0625rem;
    margin: 0 auto;
    text-align: center;
    width: 49px
}

@media(min-width:1200px) {
    #blockcart-modal .modal-dialog .modal-body .cart-products__desc .quantitys span {
        width: 98px
    }
}

#blockcart-modal .modal-dialog .modal-body .cart-products__desc .prices .current-price .price {
    font-size: .8125rem;
    font-weight: 700;
    line-height: .9375rem
}

#blockcart-modal .modal-dialog .modal-body .cart-products__desc .prices .current-price .price .priceb {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.375rem;
    padding: 0
}

#blockcart-modal .modal-dialog .modal-body .cart-products__desc .prices .current-price .price .priceb.is_disc {
    padding: 0 3px
}

#blockcart-modal .modal-dialog .modal-body .cart-products__desc .prices .current-price .price .priceb.is_disc_off {
    padding: 0 3px 3px
}

#blockcart-modal .modal-dialog .modal-body .cart-products__desc .prices .current-price .price .priceb.is_disc_off:after {
    border-radius: 1.5px;
    -moz-border-radius: 1.5px;
    -ms-border-radius: 1.5px;
    -o-border-radius: 1.5px;
    -webkit-border-radius: 1.5px;
    height: 3px
}

#blockcart-modal .modal-dialog .modal-body .cart-products__desc .prices .product-flags {
    flex-direction: row !important;
    gap: 6px;
    justify-content: flex-start;
    padding-top: 10px;
    position: static !important;
    width: auto !important
}

#blockcart-modal .modal-dialog .modal-body .cart-products__desc .prices .product-flags__flag {
    font-size: .625rem;
    font-weight: 500;
    line-height: .625rem;
    margin: 0
}

#blockcart-modal .modal-dialog .modal-body .cart-products__desc .prices .product-flags__flag--on-sale {
    min-width: 73px;
    order: -99
}

#blockcart-modal .modal-dialog .modal-body .cart-products__desc .prices .product-flags__flag--discount {
    color: #ffd71f;
    min-width: 37px
}

#blockcart-modal .modal-dialog .modal-body .cart-products__desc .prices .product-flags__flag--special {
    min-width: 73px;
    order: -99
}

#blockcart-modal .modal-dialog .modal-body .cart-products__desc .prices .product-flags__flag--new {
    display: none !important
}

#blockcart-modal .modal-dialog .modal-body .cart-products__desc .prices .product-without-taxes {
    color: #838383;
    font-size: .6875rem;
    font-weight: 400;
    line-height: .8125rem;
    margin: 0
}

#blockcart-modal .modal-footer {
    border-top-color: #d6d6d6;
    gap: 10px;
    padding: 16px 0 4px
}

@media(min-width:992px) {
    #blockcart-modal .modal-footer {
        gap: 17px;
        padding: 26px 10px 3px
    }
}

#blockcart-modal .modal-footer .btn {
    margin: 0;
    text-transform: uppercase
}

@media(min-width:992px) {
    #blockcart-modal .modal-footer .btn {
        padding: 1.062rem 1.25rem
    }
}

@media(max-width:530px) {
    #blockcart-modal .modal-footer .btn {
        width: 100%
    }
}

@media(min-width:992px) {
    #blockcart-modal .modal-footer .btn.btn-proceed {
        min-width: 232px
    }
}

#blockcart-modal .modal-footer .btn.btn-continue {
    background: #3665f3
}

@media(min-width:992px) {
    #blockcart-modal .modal-footer .btn.btn-continue {
        min-width: 257px
    }
}

#blockcart-modal .modal-footer .btn.btn-continue:focus,
#blockcart-modal .modal-footer .btn.btn-continue:hover {
    background-color: #191919
}

.cart-dropdown__content {
    padding: 10px 20px 20px
}

.cart-dropdown__products {
    border-bottom: 1px solid #ededed;
    border-top: 1px solid #ededed;
    max-height: 25rem;
    overflow-x: hidden;
    overflow-y: auto
}

.cart-dropdown__close {
    color: #6c757d;
    font-size: 1.375rem
}

.cart-dropdown__close:focus,
.cart-dropdown__close:hover {
    color: #191919
}

.cart-products {
    display: flex;
    padding-bottom: 20px
}

.cart-products:not(:first-child) {
    border-top: 1px solid #ededed;
    padding-top: 20px
}

.cart-products__thumb {
    flex: 0 0 5rem;
    max-width: 5rem;
    padding-right: 10px
}

.cart-products__desc {
    flex: 1 1;
    padding-right: 10px
}

.cart-products__remove {
    flex: 0 0
}

.cart-loader {
    align-items: center;
    background: hsla(0, 0%, 100%, .5);
    bottom: 0;
    display: none;
    justify-content: center;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10
}

.cart-loading .cart-loader {
    display: flex
}

.cart-summary-line {
    display: flex;
    font-size: 1rem;
    justify-content: space-between
}

@media(max-width:992px) {
    .cart-summary-line {
        font-size: calc(.8rem + .32258vw)
    }
}

.cart-summary-line:not(:last-child) {
    margin-bottom: 10px
}

.cart-summary-line.cart-total {
    font-size: 1.125rem
}

@media(max-width:992px) {
    .cart-summary-line.cart-total {
        font-size: calc(.825rem + .48387vw)
    }
}

.cart-summary-line .label {
    margin-right: 10px
}

.cart-summary-line .value {
    font-weight: 600
}

body.page-cms #main .page-header {
    display: none !important
}

body.page-cms .l-footer {
    padding-top: 0
}

.cms-content ol,
.cms-content ul {
    list-style: inherit;
    list-style-position: inside;
    padding-left: .75rem
}

.cms-content ol {
    list-style: decimal;
    padding-left: 1.875rem
}

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

.cms-content h1,
.cms-content h2,
.cms-content h3,
.cms-content h4,
.cms-content h5,
.cms-content h6 {
    color: #191919;
    font-weight: 500;
    line-height: 25px;
    margin: 0 0 21px;
    padding: 0;
    text-shadow: none;
    text-transform: none
}

.cms-content p+h1,
.cms-content p+h2,
.cms-content p+h3,
.cms-content p+h4,
.cms-content p+h5,
.cms-content p+h6 {
    padding-top: 5px
}

.cms-content h1 {
    font-size: 36px;
    line-height: 43px
}

.cms-content h2 {
    font-size: 29px;
    line-height: 34px
}

.cms-content h3 {
    font-size: 25px;
    line-height: 29px
}

.cms-content h4 {
    font-size: 21px;
    line-height: 26px
}

.cms-content h5 {
    font-size: 16px;
    line-height: 19px
}

.cms-content h6 {
    font-size: 12px;
    line-height: 14px
}

.cms-content p {
    color: #686464;
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
    margin: 0;
    padding: 0 0 25px
}

#faq .card,
.cms-content p {
    text-shadow: none;
    text-transform: none
}

#faq .card {
    background: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    -webkit-border-radius: 0;
    color: inherit;
    display: block;
    float: none;
    font: inherit;
    margin: 0 0 7px;
    overflow: hidden;
    padding: 0
}

#faq .card>.card-header {
    background: none;
    border: 0;
    margin: 0;
    padding: 0
}

#faq .card>.card-header h5 {
    align-items: first baseline;
    background: none;
    border: 0;
    color: #1e1e1e;
    display: flex;
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
    margin: 0;
    padding: 12px 35px 16px;
    text-shadow: none;
    text-transform: none
}

@media(max-width:991.98px) {
    #faq .card>.card-header h5 {
        font-size: 14px;
        padding-left: 15px;
        padding-right: 15px
    }
}

#faq .card>.card-header h5:focus,
#faq .card>.card-header h5:hover {
    cursor: pointer
}

#faq .card>.card-header h5 .arrows {
    margin: 0 8px 0 auto;
    padding: 0 0 0 5px;
    position: relative;
    top: 5px
}

@media(max-width:991.98px) {
    #faq .card>.card-header h5 .arrows {
        margin-right: 20px
    }
}

#faq .card>.card-header h5 .arrows .arrow {
    display: inline-block;
    flex: 0 0 1.071875rem;
    height: 1.071875rem;
    margin: 0;
    position: relative;
    width: 1.071875rem
}

#faq .card>.card-header h5 .arrows .arrow span {
    background: #333;
    display: inline-block;
    height: .1rem;
    position: absolute;
    top: .5rem;
    width: .625rem
}

#faq .card>.card-header h5 .arrows .arrow span:first-of-type {
    left: 0;
    transform: rotate(45deg)
}

#faq .card>.card-header h5 .arrows .arrow span:last-of-type {
    right: 0;
    transform: rotate(-45deg)
}

#faq .card>.card-header h5:not(.collapsed) .arrow span {
    background: #3665f3
}

#faq .card>.card-header h5:not(.collapsed) .arrow span:first-of-type {
    transform: rotate(-45deg)
}

#faq .card>.card-header h5:not(.collapsed) .arrow span:last-of-type {
    transform: rotate(45deg)
}

#faq .card .card-body {
    border: 0;
    padding: 7px 35px 5px
}

#faq .card .card-body img {
    border: 0;
    display: block;
    height: auto;
    margin: 0;
    max-width: 100%
}

#faq .card .card-body ol,
#faq .card .card-body ul {
    margin: 0 0 10px;
    max-width: 697px;
    padding: 0
}

#faq .card .card-body li {
    margin: 0;
    padding: 0 0 20px
}

#faq .card .card-body li p {
    padding-bottom: 0;
    padding-top: 10px
}

.main-menu {
    background: #191919
}

.main-menu__item-header {
    align-items: center;
    display: flex
}

@media(min-width:768px) {
    .main-menu__item-header {
        display: block
    }
}

.main-menu__dropdown {
    border-bottom: 1px solid #ededed;
    margin: -1rem -1rem 20px
}

@media(min-width:768px) {
    .main-menu__dropdown {
        align-items: inherit;
        border: 0;
        display: flex;
        margin: 0;
        position: relative
    }

    .main-menu__list {
        margin: 0 0 10px
    }

    .main-menu__list--1 {
        display: flex;
        flex-wrap: wrap
    }
}

.main-menu__item-link {
    display: block;
    padding: 1rem;
    position: relative
}

@media(min-width:768px) {
    .main-menu__item-link {
        display: inline-block;
        padding: 0
    }
}

.main-menu__item-link:not(.main-menu__item-link--sub):after {
    background-color: #343a40;
    color: #838383;
    content: "";
    display: none;
    height: 20px;
    position: absolute;
    right: -1px;
    width: 1px
}

.main-menu__item-link--top {
    color: #191919;
    font-size: 1rem;
    line-height: 17px;
    position: relative
}

@media(max-width:992px) {
    .main-menu__item-link--top {
        font-size: calc(.8rem + .32258vw)
    }
}

.main-menu__item-link--top:focus,
.main-menu__item-link--top:hover {
    background: #ff9b1a;
    color: #fff;
    text-decoration: none;
    z-index: 1
}

@media(min-width:768px) {
    .main-menu__item-link--top {
        color: #fff;
        font-size: .6875rem;
        padding: 12px 10px 13px
    }
}

@media(min-width:1200px) {
    .main-menu__item-link--top {
        font-size: .875rem;
        padding-left: 30px;
        padding-right: 30px
    }
}

@media(min-width:1200px)and (max-width:992px) {
    .main-menu__item-link--top {
        font-size: calc(.775rem + .16129vw)
    }
}

.main-menu__item-link--sub {
    color: #191919;
    text-decoration: none
}

@media(min-width:768px) {
    .main-menu__item-link--sub {
        margin: 0 0 5px
    }
}

.main-menu__item-link--sub:focus,
.main-menu__item-link--sub:hover {
    color: #3665f3;
    text-decoration: none
}

.main-menu__item-link--1 {
    font-weight: 500
}

.main-menu__item-link--2 {
    padding-left: 1.625rem
}

@media(min-width:768px) {
    .main-menu__item-link--2 {
        padding: 0
    }
}

.main-menu__item-link--3 {
    padding-left: 2.25rem
}

@media(min-width:768px) {
    .main-menu__item-link--3 {
        padding-left: 10px
    }
}

.main-menu__item-link--4 {
    padding-left: 2.875rem
}

@media(min-width:768px) {
    .main-menu__item-link--4 {
        padding-left: 10px
    }
}

.main-menu__item {
    border-top: 1px solid #ededed
}

.main-menu__item--top:first-child {
    border: 0
}

@media(min-width:768px) {
    .main-menu__item {
        border: 0
    }

    .main-menu__item--active .main-menu__sub {
        opacity: 1;
        transform: translateY(0);
        visibility: visible
    }

    .main-menu__item--1 {
        flex: 0 0 25%;
        max-width: 25%;
        padding-left: .625rem;
        padding-right: .625rem
    }
}

.main-menu__sub {
    background: #f8f9fa
}

@media(min-width:768px) {
    .main-menu__sub {
        background: #fff;
        box-shadow: 0 .5rem 1rem rgba(25, 25, 25, .15);
        left: 0;
        opacity: 0;
        padding: 30px 30px 20px;
        position: absolute;
        right: 0;
        top: 100%;
        transform: translateY(5px);
        transition: .2s ease-in;
        visibility: hidden;
        z-index: 100
    }
}

#header .main-menu__dropdown>.main-menu__item .main-menu__item-link--top:hover,
#header .main-menu__dropdown>.main-menu__item.main-menu__item--active .main-menu__item-link--top {
    background-color: #3665f3;
    color: #fff;
    z-index: 1
}

#header .main-menu__dropdown>.main-menu__item+.main-menu__item .main-menu__item-link--top:before {
    background-color: #343a40;
    bottom: 0;
    color: #838383;
    content: "";
    height: 25px;
    left: -1px;
    margin: auto 0;
    position: absolute;
    top: 0;
    width: 1px
}

#header .main-menu__dropdown>.main-menu__item .main-menu__item-link--top:hover:before,
#header .main-menu__dropdown>.main-menu__item.main-menu__item--active .main-menu__item-link--top:before {
    opacity: 0
}

@media(min-width:768px) {
    #header .main-menu__dropdown>.main-menu__item {
        height: auto !important
    }

    #header .main-menu__dropdown>.main-menu__item .main-menu__item-header {
        height: 100%
    }
}

#pagenotfound #main .page-header,
#products #main .page-header {
    margin: 2rem 0 3rem
}

#pagenotfound #main .page-not-found,
#products #main .page-not-found {
    background: none;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    color: inherit;
    font: inherit;
    margin: 0;
    max-width: 100%;
    overflow: visible;
    padding: 129.5px 0 31.7px
}

@media(max-width:991.98px) {

    #pagenotfound #main .page-not-found,
    #products #main .page-not-found {
        padding: 30px 0 10px
    }
}

#pagenotfound #main .page-not-found .page-content-404,
#products #main .page-not-found .page-content-404 {
    align-items: center;
    background: #ededed;
    display: flex;
    justify-content: flex-end;
    margin: 0 0 72px;
    padding: 15px;
    position: relative;
    z-index: 0
}

@media(max-width:991.98px) {

    #pagenotfound #main .page-not-found .page-content-404,
    #products #main .page-not-found .page-content-404 {
        justify-content: center
    }
}

@media(max-width:767.98px) {

    #pagenotfound #main .page-not-found .page-content-404,
    #products #main .page-not-found .page-content-404 {
        padding: 0
    }
}

#pagenotfound #main .page-not-found .page-content-404:after,
#products #main .page-not-found .page-content-404:after {
    background: url(/themes/falcon/assets/img-dist/af855368e5088a742d5ee2a71704223e.png) no-repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 477px;
    left: 7.08333vw;
    position: absolute;
    width: 319px;
    z-index: -1
}

@media(max-width:1199.98px) {

    #pagenotfound #main .page-not-found .page-content-404:after,
    #products #main .page-not-found .page-content-404:after {
        left: 0
    }
}

@media(max-width:991.98px) {

    #pagenotfound #main .page-not-found .page-content-404:after,
    #products #main .page-not-found .page-content-404:after {
        display: none
    }
}

#pagenotfound #main .page-not-found .page-content-404 .page-notfound,
#products #main .page-not-found .page-content-404 .page-notfound {
    background: url(/themes/falcon/assets/img-dist/bc528bb2bbd3a0fb5f7fc03c43cc525b.png) no-repeat scroll right 7px transparent;
    height: 362px;
    margin-right: 15.57292vw;
    width: 551.44px
}

@media(max-width:1279px) {

    #pagenotfound #main .page-not-found .page-content-404 .page-notfound,
    #products #main .page-not-found .page-content-404 .page-notfound {
        margin-right: 70px
    }
}

@media(max-width:1199.98px) {

    #pagenotfound #main .page-not-found .page-content-404 .page-notfound,
    #products #main .page-not-found .page-content-404 .page-notfound {
        margin-right: 0
    }
}

@media(max-width:767.98px) {

    #pagenotfound #main .page-not-found .page-content-404 .page-notfound,
    #products #main .page-not-found .page-content-404 .page-notfound {
        height: auto;
        padding: 30px 15px 10px
    }
}

#pagenotfound #main .page-not-found h4,
#products #main .page-not-found h4 {
    color: #ff9b1a;
    font-size: 46px;
    font-weight: 500;
    line-height: 50px;
    margin: 0 0 14.9px;
    padding: 0 30px 0 0;
    text-shadow: none;
    text-transform: none
}

@media(max-width:767.98px) {

    #pagenotfound #main .page-not-found h4,
    #products #main .page-not-found h4 {
        font-size: 30px;
        line-height: 36px
    }
}

#pagenotfound #main .page-not-found p.products-section-title,
#products #main .page-not-found p.products-section-title {
    justify-content: center
}

#pagenotfound #main .page-not-found .page-content-404 p,
#products #main .page-not-found .page-content-404 p {
    color: #0e0e0e;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    margin: 0 0 18px;
    padding: 0;
    text-shadow: none;
    text-transform: none
}

#pagenotfound #main .page-not-found .page-content-404 p+p,
#products #main .page-not-found .page-content-404 p+p {
    padding-top: 18px
}

@media(max-width:767.98px) {

    #pagenotfound #main .page-not-found .page-content-404 p,
    #products #main .page-not-found .page-content-404 p {
        font-size: 14px;
        line-height: 17px
    }
}

#pagenotfound #main .page-not-found .page-content-404 p a:not(.btn),
#products #main .page-not-found .page-content-404 p a:not(.btn) {
    color: #ff9b1a;
    text-decoration: underline;
    transition: all .5s ease
}

#pagenotfound #main .page-not-found .page-content-404 p a:not(.btn):focus,
#pagenotfound #main .page-not-found .page-content-404 p a:not(.btn):hover,
#products #main .page-not-found .page-content-404 p a:not(.btn):focus,
#products #main .page-not-found .page-content-404 p a:not(.btn):hover {
    color: #3665f3
}

#pagenotfound #main .page-not-found .page-content-404 p a.btn,
#products #main .page-not-found .page-content-404 p a.btn {
    border-radius: 28px;
    min-width: 202px;
    padding: .906rem 1rem
}

#pagenotfound .breadcrumb {
    padding-bottom: 0
}

#left-column .block_newsletter {
    margin-bottom: 1.563rem;
    padding: 1.563rem 1.25rem
}

.homeslider__img {
    background: #f8f9fa
}

.homeslider__list {
    margin: 0
}

.homeslider__slider {
    position: relative
}

.homeslider__caption {
    left: 80px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.homeslider__desc * {
    color: #343a40
}

.homeslider__arrow {
    bottom: 0;
    line-height: 1;
    padding: 0 20px;
    top: 0
}

.homeslider__arrow>* {
    font-size: 2.5rem
}

.homeslider__arrow--prev {
    left: 0
}

.homeslider__arrow--next {
    right: 0
}

.search-form {
    margin: 0 auto
}

.search-form,
.search-form__form-group {
    position: relative
}

@media(min-width:768px) {
    .search-result-open .search-form__form-group {
        z-index: 101
    }
}

.search-form__input {
    background: #eee;
    border: 1px solid #eee;
    border-radius: 28px;
    -moz-border-radius: 28px;
    -ms-border-radius: 28px;
    -o-border-radius: 28px;
    -webkit-border-radius: 28px;
    color: #686464;
    height: 3.125rem;
    line-height: 3.125rem;
    padding: 0 3.0625rem .1875rem 1.75rem
}

.search-form__input:focus {
    background: #eee;
    box-shadow: none
}

.search-form__input::-moz-placeholder {
    color: #686464;
    opacity: 1
}

.search-form__input::placeholder {
    color: #686464;
    opacity: 1
}

.search-form__input:focus::-moz-placeholder {
    opacity: 0
}

.search-form__input:focus::placeholder {
    opacity: 0
}

.search-form__btn {
    background: #191919;
    border: 0;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-border-radius: 50%;
    bottom: 4px;
    color: #fff;
    height: 42px;
    line-height: 1;
    padding: 0 .03125rem .03125rem 0;
    position: absolute;
    right: 4px;
    top: 4px;
    width: 42px
}

.search-form__btn:hover {
    background: #3665f3
}

.search-form__btn .material-icons {
    color: #fff;
    display: none !important
}

.search-form__btn:after {
    background: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16.507 16.279" fill="%23fff"><path fill-rule="evenodd" d="M16.507 14.786v.322l-.035.137a1.315 1.315 0 0 1-1.227 1.031 1.358 1.358 0 0 1-1.092-.453q-1.77-1.774-3.543-3.544c-.044-.044-.091-.086-.136-.129-.1.064-.186.121-.272.174a6.65 6.65 0 0 1-8.532-1.249A6.471 6.471 0 0 1 .124 7.938c-.052-.273-.084-.55-.125-.825v-.871c.01-.052.021-.1.029-.155.039-.265.058-.535.117-.8A6.578 6.578 0 0 1 3.277.935a6.669 6.669 0 0 1 10.03 5.1 6.539 6.539 0 0 1-.908 4.029.174.174 0 0 0 .031.257c1.154 1.148 2.3 2.3 3.456 3.448a1.907 1.907 0 0 1 .621 1.017ZM11.18 6.669a4.509 4.509 0 1 0-4.494 4.509 4.519 4.519 0 0 0 4.494-4.509Z"/></svg>') no-repeat scroll 50%/contain transparent;
    content: "";
    display: block;
    height: 16px;
    margin: auto;
    width: 17px
}

.search-modal .modal-body {
    padding-top: 2.5rem
}

.search-modal .close {
    padding: .4375rem .625rem;
    position: absolute;
    right: 0;
    top: 0
}

@media(min-width:768px) {
    .js-search-result {
        background: #fff;
        border: 0;
        border-radius: 29px;
        -moz-border-radius: 29px;
        -ms-border-radius: 29px;
        -o-border-radius: 29px;
        -webkit-border-radius: 29px;
        left: -6px;
        margin: 0;
        padding: 63px 0 0;
        position: absolute;
        right: -6px;
        top: -6px;
        z-index: 99
    }
}

.search-result {
    padding: 7px 18px 21px
}

.search-result .phrases {
    align-items: center;
    color: #aaa;
    display: flex;
    font-size: .75rem;
    font-weight: 400;
    gap: 0 12px;
    line-height: 1rem;
    margin: 0 0 10px;
    padding: 0;
    text-shadow: none;
    text-transform: none
}

.search-result .phrases:after {
    background: #e4e4e4;
    content: "";
    flex: 1;
    height: 1px
}

.search-result__products {
    margin: 0
}

.search-result__products .products-list__block {
    flex: 0 0 100%;
    margin: 0;
    max-width: 100%;
    padding: 3px 0
}

.search-result__bottom {
    background: #fff;
    bottom: -1rem;
    left: 0;
    margin: 0 -10px;
    padding: 10px 20px;
    position: sticky;
    right: 0;
    z-index: 1
}

@media(min-width:768px) {
    .search-result__bottom {
        margin: 0;
        padding: 7px 0 0
    }
}

.search-backdrop {
    background: #080808;
    bottom: 0;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1
}

.search-result-open .search-backdrop {
    opacity: .15;
    z-index: 98
}

.search-result-open .search-form__input {
    background: #fff;
    border-color: #dcdcdc
}

.page-loader {
    align-items: center;
    background-color: hsla(0, 0%, 100%, .5);
    bottom: 0;
    display: none;
    justify-content: center;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1001
}

.page-loader-active .page-loader {
    display: flex
}

.links-list {
    margin: 0;
    padding: 0 0 30px
}

@media(min-width:992px) {
    .links-list {
        padding: 0
    }
}

.links-list__elem:not(:last-child) {
    margin: 0 0 10px
}

.links-list__link {
    color: #0e0e0e;
    text-decoration: none
}

.links-list__link:focus,
.links-list__link:hover {
    color: #3665f3;
    text-decoration: none
}

img.lazyload:not(.loaded) {
    background: #eee
}

.alert-toast-stack {
    display: block;
    position: fixed;
    right: 20px;
    top: 20px;
    width: 15.625rem;
    z-index: 101
}

.alert-toast {
    border-radius: .4rem;
    box-shadow: 0 .5rem 1rem rgba(25, 25, 25, .15);
    font-size: .875rem;
    margin-bottom: 20px;
    opacity: 0;
    transform: translateX(100%);
    transition: .4s ease-in-out
}

@media(max-width:992px) {
    .alert-toast {
        font-size: calc(.775rem + .16129vw)
    }
}

.alert-toast__content {
    padding: 10px 20px
}

.alert-toast.show {
    opacity: 1;
    transform: translateX(0)
}

.alert-toast--info {
    background: #191919;
    color: #fff
}

.alert-toast--danger {
    background: #dc3545;
    color: #fff
}

.alert-toast--warning {
    background: #ff9a52;
    color: #212529
}

.alert-toast--success {
    background: #28a745;
    color: #fff
}

body {
    min-width: 320px
}

@media(min-width:1468px) {
    .col-xxl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
}

.poslistcategories-container .poslistcategories {
    margin-top: 59px
}

@media(min-width:768px) {
    .poslistcategories-container .poslistcategories .pos_content {
        display: grid;
        gap: 20px;
        grid-template-columns: 1fr 1fr;
        justify-content: inherit;
        transform: none !important
    }
}

@media(min-width:992px) {
    .poslistcategories-container .poslistcategories .pos_content {
        grid-template-columns: 1fr 1fr 1fr
    }
}

@media(min-width:1200px) {
    .poslistcategories-container .poslistcategories .pos_content {
        grid-template-columns: 1fr 1fr 1fr 1fr
    }
}

@media(min-width:1300px) {
    .poslistcategories-container .poslistcategories .pos_content {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr
    }
}

@media(max-width:767.98px) {
    .poslistcategories-container .poslistcategories .pos_content {
        justify-content: inherit
    }
}

.poslistcategories-container .poslistcategories .pos_content .item-listcategories {
    max-width: none
}

@media(max-width:991.98px) {
    .poslistcategories-container .poslistcategories .pos_content .item-listcategories {
        width: auto
    }
}

.poslistcategories-container .poslistcategories .list-categories {
    position: relative
}

.poslistcategories-container .poslistcategories .list-categories .thumb-category img {
    border: 0;
    display: block;
    height: auto;
    margin: 0 auto;
    max-width: 100%
}

.poslistcategories-container .poslistcategories .list-categories .desc-listcategoreis {
    align-items: center;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.poslistcategories-container .poslistcategories .swiper-button-content {
    margin-bottom: 22px;
    padding-bottom: 28px
}

@media(min-width:768px) {
    .poslistcategories-container .poslistcategories .swiper-button-content {
        margin-bottom: 0;
        padding-bottom: 0
    }
}

.poslistcategories-container .poslistcategories .swiper-button-content .scrollbar-on {
    padding-bottom: 30px
}

.poslistcategories-container .poslistcategories .swiper-pagination {
    align-items: center;
    bottom: 0;
    gap: 15px;
    justify-content: center;
    line-height: 0
}

.poslistcategories-container .poslistcategories .swiper-pagination>* {
    background: #fff;
    border: 1px solid #d0d0d0;
    height: 16px;
    margin: 0;
    opacity: 1;
    width: 16px
}

.poslistcategories-container .poslistcategories .swiper-pagination>.swiper-pagination-bullet-active {
    background: #0e0e0e;
    border-color: #0e0e0e
}

.poslistcategories-container .poslistcategories .swiper-scrollbar {
    --swiper-scrollbar-bottom: 0;
    --swiper-scrollbar-size: 2px;
    --swiper-scrollbar-border-radius: 0;
    --swiper-scrollbar-sides-offset: 0px;
    --swiper-scrollbar-bg-color: #dedede;
    --swiper-scrollbar-drag-bg-color: #0e0e0e
}

.poslistcategories-container .poslistcategories .item-listcategories .list-categories .name_categories {
    background: #fff;
    border-radius: 28px;
    -moz-border-radius: 28px;
    -ms-border-radius: 28px;
    -o-border-radius: 28px;
    -webkit-border-radius: 28px;
    font: inherit;
    margin: 0 auto 29px;
    max-width: 206px;
    padding: 0;
    position: static;
    width: 100%
}

.poslistcategories-container .poslistcategories .item-listcategories .list-categories .name_categories a {
    align-items: center;
    color: #0e0e0e;
    display: flex;
    flex-direction: column;
    font-size: 17px;
    font-weight: 500;
    height: 56px;
    justify-content: center;
    line-height: 20px;
    padding: 10px 40px 13px;
    text-align: center;
    width: auto
}

.poslistcategories-container .poslistcategories .item-listcategories .list-categories .name_categories a:hover {
    color: #1e1e1e
}

.poslistcategories-container .poslistcategories .item-listcategories .list-categories .name_categories a:after {
    display: none
}

.poslistcategories .item-listcategories .list-categories:hover .name_categories,
.poslistcategories-container .poslistcategories .item-listcategories .list-categories .name_categories:hover {
    background: #d6d6d6
}

.poslistcategories .item-listcategories .list-categories:hover .name_categories a {
    color: #1e1e1e
}

.additional-nav-top {
    padding: 0 10px
}

.additional-nav-top ul {
    display: flex;
    gap: 0 10px;
    margin: 0;
    padding: 16px 0 7px
}

@media(min-width:768px) {
    .additional-nav-top ul {
        gap: 0 41px
    }
}

.additional-nav-top ul li {
    line-height: 17px;
    margin: 0;
    padding: 0
}

.additional-nav-top ul li:last-child {
    margin-left: auto
}

.additional-nav-top ul li a {
    align-items: center;
    display: flex;
    font-size: .6875rem;
    font-weight: 500;
    gap: 0 5px;
    padding: 0;
    text-decoration: none
}

.additional-nav-top ul li a:focus,
.additional-nav-top ul li a:hover {
    color: #3665f3
}

@media(min-width:768px) {
    .additional-nav-top ul li a {
        font-size: .875rem;
        gap: 0 8px
    }
}

.additional-nav-top ul li a[href*=faq]:before {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19.253 17' fill='%231e1e1e'%3E%3Cpath d='M0 7.298v-.974c.037-.241.071-.481.11-.721A6.81 6.81 0 0 1 8.286.178 6.731 6.731 0 0 1 12.6 3.287a.265.265 0 0 0 .237.142c.231.013.462.037.69.071a6.785 6.785 0 0 1 5.541 5.159c.078.346.123.7.184 1.049v.978a.838.838 0 0 0-.03.125 6.8 6.8 0 0 1-.749 2.559.367.367 0 0 0-.025.213c.124.766.255 1.531.381 2.3a.572.572 0 0 1-.681.7c-.753-.125-1.506-.255-2.26-.371a.593.593 0 0 0-.334.051 6.805 6.805 0 0 1-8.9-2.532.263.263 0 0 0-.237-.142 6.817 6.817 0 0 1-2.7-.715.7.7 0 0 0-.39-.056c-.742.112-1.482.244-2.224.361a.563.563 0 0 1-.678-.7c.124-.753.254-1.506.372-2.26a.633.633 0 0 0-.044-.3c-.177-.487-.39-.962-.538-1.457A10.23 10.23 0 0 1 0 7.298Zm1.662 4.624a1.406 1.406 0 0 0 .147-.007c.549-.092 1.1-.182 1.648-.279a.779.779 0 0 1 .541.091 5.625 5.625 0 0 0 3.79.651 5.659 5.659 0 0 0-1.492-11.21 5.4 5.4 0 0 0-4.5 2.983 5.48 5.48 0 0 0 .058 5.429.8.8 0 0 1 .1.538c-.097.593-.19 1.186-.292 1.806Zm9.379.19h3.267c.363 0 .727-.007 1.09 0a.56.56 0 0 1 .491.843.574.574 0 0 1-.536.284h-5.79a.261.261 0 0 1-.112-.005c-.235-.124-.444 0-.662.058-.3.084-.6.155-.908.235.043.059.078.11.116.159a5.654 5.654 0 0 0 7.182 1.479.906.906 0 0 1 .68-.121c.182.044.369.066.555.1l1.18.192c-.1-.584-.184-1.139-.286-1.692a1 1 0 0 1 .114-.718 5.379 5.379 0 0 0 .7-2.433 5.676 5.676 0 0 0-4.1-5.737c-.253-.074-.516-.115-.808-.179a6.882 6.882 0 0 1 .365 2.583h1.774a.576.576 0 0 1 .584.385.559.559 0 0 1-.557.74c-.645.006-1.29 0-1.929 0l-.455 1.349h2.444a.574.574 0 0 1 .528.581.559.559 0 0 1-.564.542q-1.447.007-2.895 0a.368.368 0 0 0-.313.147c-.318.361-.656.7-.987 1.054-.041.046-.088.083-.168.155Z'/%3E%3Cpath d='M7.361 6.939c0 .389.006.764 0 1.14a.564.564 0 0 1-.855.513.528.528 0 0 1-.269-.467c0-.564-.006-1.128 0-1.692a.541.541 0 0 1 .482-.538 2.83 2.83 0 0 0 .315-.047.853.853 0 0 0-.281-1.67.859.859 0 0 0-.811.793 1.069 1.069 0 0 1-.026.2.563.563 0 0 1-.592.419.571.571 0 0 1-.511-.577 1.981 1.981 0 1 1 2.7 1.861ZM6.805 9.433a.576.576 0 0 1 .555.591.584.584 0 0 1-.576.534.578.578 0 0 1-.549-.6.56.56 0 0 1 .57-.525Z'/%3E%3C/svg%3E") no-repeat scroll 50%/contain transparent;
    content: "";
    display: block;
    height: 17px;
    margin: 0;
    width: 19px
}

#page .comparators {
    display: flex;
    line-height: 17px;
    margin: 0;
    padding: 16px 10px 17px
}

#page .comparators a {
    align-items: center;
    display: flex;
    font-size: .6875rem;
    font-weight: 500;
    gap: 0 5px;
    padding: 0;
    text-decoration: none
}

#page .comparators a:focus,
#page .comparators a:hover {
    color: #3665f3
}

@media(min-width:768px) {
    #page .comparators a {
        font-size: .875rem;
        gap: 0 8px
    }
}

#page .add-to-cart {
    background: #3665f3;
    padding: 10px 12px;
    position: relative
}

#page .add-to-cart:focus,
#page .add-to-cart:hover {
    background-color: #191919
}

#page .add-to-cart.wth_svg {
    padding-left: 60px;
    padding-right: 60px;
    text-align: center
}

@media(min-width:768px) {
    #page .add-to-cart.wth_svg {
        padding-left: 20px;
        padding-right: 40px;
        text-align: left
    }
}

@media(min-width:1200px) {
    #page .add-to-cart.wth_svg {
        padding-left: 60px;
        padding-right: 60px;
        text-align: center
    }
}

#page .add-to-cart.wth_svg svg {
    bottom: 0;
    margin: auto 0;
    position: absolute;
    right: 30px;
    top: 0
}

@media(min-width:768px) {
    #page .add-to-cart.wth_svg svg {
        right: 15px
    }
}

@media(min-width:1200px) {
    #page .add-to-cart.wth_svg svg {
        right: 30px
    }
}

@media(max-width:575.98px) {
    #page .add-to-cart.wth_svg {
        padding-left: 30px;
        padding-right: 30px
    }

    #page .add-to-cart.wth_svg svg {
        bottom: 3px;
        height: auto;
        max-width: 18px;
        right: 10px
    }
}

.iko {
    align-items: center;
    display: flex;
    font-size: .75rem;
    margin-bottom: 5px;
    margin-right: 30px;
    padding: 3px 0
}

.iko a {
    color: #fff
}

.iko.phone:before {
    background: #fff;
    content: "";
    display: block;
    height: 17px;
    margin-right: 10px;
    mask-image: url(/themes/falcon/assets/img-dist/6f1c765c7874450db4db27392b6f9106.svg);
    -webkit-mask-image: url(/themes/falcon/assets/img-dist/6f1c765c7874450db4db27392b6f9106.svg);
    width: 17px
}

.iko.mail:before {
    mask-image: url(/themes/falcon/assets/img-dist/607200e0410b9a233c3346761f03a8b2.svg);
    -webkit-mask-image: url(/themes/falcon/assets/img-dist/607200e0410b9a233c3346761f03a8b2.svg)
}

.iko.mail:before,
.iko.ship:before {
    background: #fff;
    content: "";
    display: block;
    height: 12px;
    margin-right: 10px;
    width: 17px
}

.iko.ship:before {
    mask-image: url(/themes/falcon/assets/img-dist/df8b490efa4681b62775510ba0315a20.svg);
    -webkit-mask-image: url(/themes/falcon/assets/img-dist/df8b490efa4681b62775510ba0315a20.svg)
}

.text_top {
    color: #fff
}

.banner-grid .d-grid {
    grid-gap: 10px;
    display: grid;
    grid-template-columns: 1fr;
    margin-bottom: 28px;
    place-content: center
}

@media(min-width:768px) {
    .banner-grid .d-grid {
        grid-template-columns: 1fr 1fr
    }
}

@media(min-width:992px) {
    .banner-grid .d-grid {
        grid-gap: 20px;
        margin-bottom: 58px
    }
}

.banner-grid .d-grid p {
    margin: 0;
    padding: 0
}

.banner-grid .d-grid p img {
    border: 0;
    display: block;
    height: auto;
    margin: 0;
    max-width: 100%
}

.displayHome-container .poslistcategories {
    margin-top: 0;
    padding-bottom: 0
}

@media(min-width:992px) {
    .displayHome-container .poslistcategories {
        display: none !important;
        padding-bottom: 36px
    }
}

@media(max-width:1199.98px) {
    .displayHome2-container .poslistcategories-container {
        display: none !important
    }
}

.home-text {
    color: #545454;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin: 0;
    padding: 0 0 36px;
    text-shadow: none;
    text-transform: none
}

.home-text .products-section-title {
    padding-bottom: 12px
}

.home-text p {
    color: inherit;
    font: inherit;
    margin: 0;
    padding: 4px 0
}

.home-text .btn-primary {
    min-width: 200px;
    padding: .806rem 1rem 1.006rem
}

.banner-grid .d-grid {
    margin: 0 0 38px;
    padding: 0
}

.span2 {
    grid-row-end: span 2
}

.products-section-title {
    align-items: center;
    border: 0;
    color: #1e1e1e;
    display: flex;
    font-size: 29px;
    font-weight: 500;
    line-height: 34px;
    margin: 0;
    padding: 0 0 18px;
    text-shadow: none;
    text-transform: none
}

@media(max-width:991.98px) {
    .products-section-title {
        font-size: 22px;
        line-height: 27px
    }
}

.products-section-title strong {
    font-weight: 300
}

.products-section-title.is_line:not(.text-center):after {
    background: #dedede;
    content: "";
    display: block;
    flex: 1;
    height: 1px;
    margin: auto 0 auto 38px;
    position: relative;
    top: -1px
}

.products-section-title a {
    color: inherit;
    text-decoration: none
}

.products-section-title a:focus,
.products-section-title a:hover {
    color: #3665f3;
    text-decoration: none
}

.products-section-title a.btn {
    color: #fff !important;
    min-width: 185px;
    padding: .806rem 1rem 1.006rem
}

.description-content {
    color: #545454;
    font-size: 14px;
    font-weight: 400;
    -webkit-hyphens: auto;
    hyphens: auto;
    line-height: 22px
}

.description-content .products-section-title {
    padding-bottom: 1.5625rem
}

.description-content p {
    margin: 0;
    padding: 0 0 1.375rem
}

.description-content p+.products-section-title {
    padding-top: 1.125rem
}

.description-content .row+.products-section-title {
    padding-top: 1.25rem
}

.description-content p+.row {
    padding-top: 2.4375rem
}

.description-content#category-description {
    margin-bottom: 2rem;
    position: relative
}

@media(min-width:992px) {
    .description-content#category-description .more_desc_btn {
        bottom: 2.75rem;
        position: absolute;
        right: 0
    }
}

.description-content#category-description .more_desc_btn .btn {
    min-width: 12.625rem;
    padding: .8125rem .9375rem 1rem
}

@media(min-width:992px) {
    .description-content#category-description>:not(.products-section-title):not(.more_desc_btn) {
        padding-right: 16.875rem
    }
}

.cena-flex {
    gap: 0 10px;
    height: 49px
}

.cena-flex .product-miniature__form {
    flex: 0 0 49px
}

.product-prices {
    display: flex;
    flex-wrap: wrap;
    gap: 10px
}

.product-prices #omnibuspricescontainer {
    background: #eee;
    flex: 0 0 100%;
    margin: 6px 0 15px;
    max-width: 100%;
    order: 9999;
    padding: 3px 10px 6px;
    text-align: center
}

.product-prices #omnibuspricescontainer .omnibusprice {
    color: #545454;
    display: inline-block;
    margin: 0;
    text-decoration: none;
    transition: border-color .5s ease
}

.product-prices #omnibuspricescontainer .omnibusprice:focus,
.product-prices #omnibuspricescontainer .omnibusprice:hover {
    color: #3665f3;
    text-decoration: none
}

.product-prices #omnibuspricescontainer .omnibusprice span {
    background: none;
    display: inline;
    padding: 0
}

.product-prices .netto {
    color: #838383;
    font-size: .875rem;
    margin-bottom: 0;
    padding-top: 6px
}

.product-prices .netto.is_spc {
    padding-top: 4px
}

.red-circle {
    background: #f17300;
    border-radius: 100%;
    display: inline-block;
    flex: 0 0 8px;
    height: 8px;
    max-width: 8px;
    width: 8px
}

.qty-flex {
    gap: 0 5px
}

.green-circle {
    background: #10b970;
    border-radius: 100%;
    display: inline-block;
    flex: 0 0 8px;
    height: 8px;
    max-width: 8px;
    width: 8px
}

.qty-q {
    color: #838383;
    min-height: 66px;
    padding: 14px 0 24px
}

.qty-q,
.warianty_text {
    font-size: 12px;
    line-height: 14px
}

.warianty_text {
    color: #191919;
    margin: 0
}

.warianty_text+.qty-q {
    min-height: 52px;
    padding-top: 0
}

.sticker {
    height: -moz-max-content;
    height: max-content;
    position: sticky;
    top: 100px
}

.title-product-name {
    color: #1e1e1e;
    font-size: 25px;
    font-weight: 700;
    line-height: 29px;
    margin: 0 0 7px;
    padding: 0 40px 0 0;
    text-shadow: none;
    text-transform: none
}

.product-reference {
    color: #838383;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    margin: 0;
    padding: 0
}

@media(max-width:767.98px) {
    .product-reference {
        font-size: 11px;
        line-height: 13px
    }
}

#accordionProduct .card {
    border: none
}

#accordionProduct .card-header {
    background: transparent;
    border-bottom: 0;
    margin: 0 0 23px;
    padding: 0
}

@media(max-width:767.98px) {
    #accordionProduct .card-header {
        margin-bottom: 13px
    }
}

#accordionProduct .card-header .btn[aria-expanded=false] svg {
    transform: rotate(-90deg);
    transition: transform .3s ease
}

#accordionProduct .card-header .btn[aria-expanded=true] svg {
    transform: rotate(0deg);
    transition: transform .3s ease
}

#accordionProduct .card-header span {
    align-items: center;
    display: flex;
    font-size: 1.5625rem;
    font-weight: 700;
    gap: 0 14px;
    padding: 0;
    text-decoration: none
}

@media(max-width:767.98px) {
    #accordionProduct .card-header span {
        font-size: 1.125rem
    }
}

#accordionProduct .card-header span .head-card {
    align-items: center;
    display: flex;
    gap: 0 5px
}

#accordionProduct .card-header span:after {
    background: #ebebeb;
    content: "";
    display: block;
    flex: 1;
    height: 1px
}

#accordionProduct .card-header span svg {
    fill: #838383;
    color: #838383
}

#accordionProduct .card-body {
    padding: 0 0 32px
}

.table-sheet>.d-flex {
    background: #fbfbfb;
    color: #686464;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    padding: 0;
    text-transform: none
}

.table-sheet>.d-flex.even {
    background: #f4f4f4
}

.table-sheet>.d-flex+.d-flex {
    border-top: 1px solid #fff
}

.table-sheet>.d-flex>div {
    padding: 10px 15px
}

.table-sheet>.d-flex>div.col-4,
.table-sheet>.d-flex>div.col-xs-4 {
    max-width: 245px;
    text-align: right
}

#accordionProduct #ct_matrix {
    border-collapse: collapse;
    border-spacing: 0;
    color: #191919;
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
    text-shadow: none;
    text-transform: none
}

@media(min-width:1200px) {
    #accordionProduct #ct_matrix {
        font-size: 15px;
        line-height: 18px
    }
}

@media(max-width:767.98px) {
    #accordionProduct #ct_matrix {
        font-size: 10px;
        font-weight: 500;
        line-height: 12px
    }

    #accordionProduct #ct_matrix thead {
        display: none !important
    }
}

#accordionProduct #ct_matrix thead th {
    background: #eee;
    border: 0;
    font-size: 12px;
    font-weight: 500;
    line-height: 17px;
    padding: 9px 10px 10px;
    text-align: left;
    text-shadow: none
}

@media(min-width:1200px) {
    #accordionProduct #ct_matrix thead th {
        font-size: 14px;
        line-height: 21px
    }
}

@media(max-width:991.98px) {

    #accordionProduct #ct_matrix thead th.cth_attribute,
    #accordionProduct #ct_matrix thead th.cth_image {
        display: none !important
    }
}

#accordionProduct #ct_matrix tbody td {
    background: #fff !important;
    border: 0;
    padding: 5px 10px;
    text-align: left
}

@media(max-width:767.98px) {
    #accordionProduct #ct_matrix tbody td {
        padding: 5px
    }

    #accordionProduct #ct_matrix tbody td:before {
        display: block;
        float: none;
        font-size: 10px;
        font-weight: 500;
        height: auto;
        padding-bottom: 0;
        text-align: left;
        width: auto
    }
}

#accordionProduct #ct_matrix tbody td.ctd_image {
    width: 70px
}

#accordionProduct #ct_matrix tbody td.ctd_image img {
    border: 0;
    display: block;
    height: auto;
    margin: 0;
    max-width: 50px
}

@media(min-width:1200px) {
    #accordionProduct #ct_matrix tbody td.ctd_image {
        width: 110px
    }

    #accordionProduct #ct_matrix tbody td.ctd_image img {
        max-width: 100%
    }
}

#accordionProduct #ct_matrix tbody td.ctd_reference {
    max-width: 175px
}

@media(min-width:1200px) {
    #accordionProduct #ct_matrix tbody td.ctd_reference {
        max-width: none;
        width: 276px
    }
}

@media(max-width:767.98px) {
    #accordionProduct #ct_matrix tbody td.ctd_reference {
        flex: 0 0 100%;
        max-width: 100%;
        padding-bottom: 0
    }

    #accordionProduct #ct_matrix tbody td.ctd_reference:before {
        display: none !important
    }

    #accordionProduct #ct_matrix tbody td.ctd_reference>div {
        gap: 0 10px
    }
}

#accordionProduct #ct_matrix tbody td.ctd_reference img {
    border: 0;
    display: block;
    height: auto;
    margin: 0 0 5px;
    max-width: 50px
}

@media(max-width:767.98px) {
    #accordionProduct #ct_matrix tbody td.ctd_reference img {
        margin-left: auto;
        margin-right: auto
    }

    #accordionProduct #ct_matrix tbody td.ctd_cname {
        flex: 0 0 100%;
        max-width: 100%
    }

    #accordionProduct #ct_matrix tbody td.ctd_cname:before {
        display: inline;
        padding-bottom: 0;
        padding-right: 5px
    }

    #accordionProduct #ct_matrix tbody td.ctd_cname .ctd_attr_group.ctd_attr_group_8 {
        padding: 2px 2px 0
    }

    #accordionProduct #ct_matrix tbody td.ctd_cname .ctd_attr_group.ctd_attr_group_8.ctd_attr_35 {
        border: 1px solid #ff9b1a
    }

    #accordionProduct #ct_matrix tbody td.ctd_cname .ctd_attr_group.ctd_attr_group_8.ctd_attr_40 {
        border-bottom: 1px solid #ff9b1a
    }

    #accordionProduct #ct_matrix tbody td.ctd_cname .ctd_attr_group.ctd_attr_group_9 {
        background-color: #ff9b1a;
        padding: 2px 2px 0
    }

    #accordionProduct #ct_matrix tbody td.ctd_cname .ctd_attr_group.ctd_attr_group_9.ctd_attr_37 {
        background-color: #3665f3;
        color: #fff
    }

    #accordionProduct #ct_matrix tbody td.ctd_cname .ctd_attr_group.ctd_attr_group_9.ctd_attr_38 {
        background-color: #28a745;
        color: #fff
    }

    #accordionProduct #ct_matrix tbody td.ctd_cname .ctd_attr_group.ctd_attr_group_9.ctd_attr_39 {
        background-color: #6f42c1;
        color: #fff
    }

    #accordionProduct #ct_matrix tbody td.ctd_cname .ctd_attr_group.ctd_attr_group_9.ctd_attr_70 {
        background-color: #17a2b8;
        color: #fff
    }
}

@media(min-width:1200px) {
    #accordionProduct #ct_matrix tbody td.ctd_quantity {
        width: 140px
    }
}

@media(max-width:767.98px) {
    #accordionProduct #ct_matrix tbody td.ctd_quantity {
        flex: 0 0 37%;
        max-width: 37%;
        padding-right: 0
    }

    #accordionProduct #ct_matrix tbody td.ctd_quantity:before {
        padding-bottom: 5px
    }
}

@media(max-width:575.98px) {
    #accordionProduct #ct_matrix tbody td.ctd_quantity {
        flex: 0 0 35%;
        max-width: 35%
    }
}

#accordionProduct #ct_matrix tbody td.ctd_price {
    max-width: 230px
}

@media(min-width:1200px) {
    #accordionProduct #ct_matrix tbody td.ctd_price {
        max-width: none;
        width: 300px
    }
}

@media(max-width:767.98px) {
    #accordionProduct #ct_matrix tbody td.ctd_price {
        flex: 0 0 63%;
        max-width: 63%
    }
}

@media(max-width:575.98px) {
    #accordionProduct #ct_matrix tbody td.ctd_price {
        flex: 0 0 65%;
        max-width: 65%
    }
}

#accordionProduct #ct_matrix tbody td h5 {
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
    margin: 0;
    padding: 0 0 5px;
    text-transform: none
}

@media(min-width:1200px) {
    #accordionProduct #ct_matrix tbody td h5 {
        font-size: 15px;
        line-height: 18px
    }
}

#accordionProduct #ct_matrix tbody td .product-reference {
    font-size: 10px;
    font-weight: 500;
    line-height: 12px
}

@media(min-width:1200px) {
    #accordionProduct #ct_matrix tbody td .product-reference {
        font-size: 12px;
        line-height: 14px
    }
}

@media(max-width:767.98px) {
    #accordionProduct #ct_matrix tbody td .product-reference {
        justify-content: center
    }
}

#accordionProduct #ct_matrix tbody td .qtybox {
    background: #eee;
    border-radius: 28px;
    -moz-border-radius: 28px;
    -ms-border-radius: 28px;
    -o-border-radius: 28px;
    -webkit-border-radius: 28px;
    height: 31px;
    overflow: hidden;
    width: 98px
}

@media(max-width:575.98px) {
    #accordionProduct #ct_matrix tbody td .qtybox {
        width: 88px
    }
}

#accordionProduct #ct_matrix tbody td .qtybox>* {
    border: 0;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    flex: 1;
    height: 100%;
    margin: 0;
    max-width: 100%;
    outline: none !important;
    padding: 0;
    text-decoration: none !important;
    width: auto
}

#accordionProduct #ct_matrix tbody td .qtybox>.qty {
    background: none;
    border: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    -webkit-border-radius: 0;
    color: #838383;
    flex: 0 0 48px;
    font-size: 14px;
    font-weight: 400;
    max-width: 48px;
    text-align: center
}

@media(max-width:575.98px) {
    #accordionProduct #ct_matrix tbody td .qtybox>.qty {
        flex: 0 0 38px;
        width: 38px
    }
}

#accordionProduct #ct_matrix tbody td .qtybox>.qtybtn {
    align-items: center;
    background: #d0d0d0;
    color: #838383;
    display: flex;
    font-size: .875rem;
    justify-content: center;
    text-align: center
}

#accordionProduct #ct_matrix tbody td .qtybox>.qtybtn:focus,
#accordionProduct #ct_matrix tbody td .qtybox>.qtybtn:hover {
    background-color: #3665f3;
    color: #fff
}

#accordionProduct #ct_matrix tbody td .qtybox>.qtybtn img {
    display: none !important
}

#accordionProduct #ct_matrix tbody td .qty-q {
    color: #545454;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    margin: 0;
    padding: 8px 0 0;
    text-align: left;
    text-transform: none
}

@media(min-width:1200px) {
    #accordionProduct #ct_matrix tbody td .qty-q {
        font-size: 15px;
        line-height: 21px
    }
}

#accordionProduct #ct_matrix tbody td .qty-q .warianty_text {
    color: inherit;
    font: inherit;
    margin: 0
}

#accordionProduct #ct_matrix tbody td .qty-q .qty-flex {
    gap: 0 9px
}

#accordionProduct #ct_matrix tbody td .qty-q .qty-flex>span {
    white-space: nowrap
}

#accordionProduct #ct_matrix tbody td .qty-q .qty-flex>.green-circle,
#accordionProduct #ct_matrix tbody td .qty-q .qty-flex>.red-circle {
    flex: 0 0 12px;
    height: 12px;
    max-width: 12px;
    width: 12px
}

#accordionProduct #ct_matrix tbody td .add-price-flex {
    gap: 5px 15px
}

@media(max-width:767.98px) {
    #accordionProduct #ct_matrix tbody td .add-price-flex .ctd_addtocart {
        bottom: 11px;
        position: absolute;
        right: 4px
    }

    #accordionProduct #ct_matrix tbody td .add-price-flex .ctd_addtocart .ct_submit {
        background-size: 18px auto;
        height: 32px;
        width: 32px
    }
}

#accordionProduct #ct_matrix tbody td .strongprice {
    display: block;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px
}

@media(min-width:1200px) {
    #accordionProduct #ct_matrix tbody td .strongprice {
        font-size: 26px;
        line-height: 31px
    }
}

@media(max-width:767.98px) {
    #accordionProduct #ct_matrix tbody td .strongprice {
        font-size: 14px;
        line-height: 19px
    }
}

#accordionProduct #ct_matrix tbody td .strongprice small {
    font-size: 13px;
    font-weight: inherit;
    line-height: 19px;
    text-transform: lowercase
}

@media(min-width:1200px) {
    #accordionProduct #ct_matrix tbody td .strongprice small {
        font-size: 20px;
        line-height: 24px
    }
}

@media(max-width:767.98px) {
    #accordionProduct #ct_matrix tbody td .strongprice small {
        font-size: 10px;
        line-height: 12px
    }
}

#accordionProduct #ct_matrix tbody td .strongpricesmall {
    color: #838383;
    display: block;
    font-size: 13px;
    font-weight: 400;
    line-height: 15px
}

@media(min-width:1200px) {
    #accordionProduct #ct_matrix tbody td .strongpricesmall {
        font-size: 15px;
        line-height: 18px
    }
}

@media(max-width:767.98px) {
    #accordionProduct #ct_matrix tbody td .strongpricesmall {
        font-size: 11px;
        line-height: 13px
    }
}

#accordionProduct #ct_matrix tbody td .strongpricesmall small {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    text-transform: lowercase
}

@media(max-width:767.98px) {
    #accordionProduct #ct_matrix tbody td .qty-q {
        font-size: 10px;
        line-height: 12px;
        padding-top: 4px
    }

    #accordionProduct #ct_matrix tbody td .qty-q .qty-flex {
        gap: 0 3px
    }

    #accordionProduct #ct_matrix tbody td .qty-q .qty-flex>span {
        white-space: nowrap
    }

    #accordionProduct #ct_matrix tbody td .qty-q .qty-flex>.green-circle,
    #accordionProduct #ct_matrix tbody td .qty-q .qty-flex>.red-circle {
        flex: 0 0 8px;
        height: 8px;
        max-width: 8px;
        width: 8px
    }
}

#accordionProduct #ct_matrix tbody td .ct_submit {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 22.046 24.297'%3E%3Cpath d='M12.544 23.8h-9.21a2.8 2.8 0 0 1-2.141-.94 2.866 2.866 0 0 1-.662-2.3c.211-1.621.415-3.271.612-4.868v-.014l.024-.2.272-2.178q.1-.794.194-1.589l.011-.089c.171-1.414.347-2.873.556-4.3a2.72 2.72 0 0 1 2.803-2.384h1.285A4.5 4.5 0 0 1 10.56.5h.175a4.508 4.508 0 0 1 4.461 4.438h1.266a2.783 2.783 0 0 1 2.532 1.486 3.612 3.612 0 0 1 .355 1.376l.01.078c.157 1.265.34 2.743.527 4.275h-1.113l-.07-.553c-.161-1.311-.326-2.667-.5-4a1.593 1.593 0 0 0-1.328-1.5 5.17 5.17 0 0 0-.655-.036c-.176 0-.364.006-.515.01s-.347.011-.538.011V9.33a.535.535 0 0 1-.539.6.638.638 0 0 1-.078 0 .554.554 0 0 1-.481-.629V6.086H7.411v3.236a.547.547 0 0 1-.543.608.728.728 0 0 1-.094-.007c-.294-.038-.462-.265-.462-.621V6.057H5.51c-.237 0-.416 0-.58.007a1.613 1.613 0 0 0-1.635 1.41c-.183 1.359-.36 2.783-.517 4.039l-.017.134c-.078.626-.156 1.254-.236 1.88l-.383 3.059-.044.354-.338 2.7-.05.405c-.034.266-.072.567-.1.856a1.549 1.549 0 0 0 .393 1.199 1.886 1.886 0 0 0 1.408.587h9.133v1.1Zm-1.78-22.187h-.084a3.335 3.335 0 0 0-2.377 1.063 3.174 3.174 0 0 0-.874 2.243h6.62a3.1 3.1 0 0 0-.895-2.25 3.345 3.345 0 0 0-2.39-1.056Z'/%3E%3Cpath fill-rule='evenodd' d='M20.775 17.397c-.639-.006-1.279 0-1.979 0v-1.959c0-.817-.416-1.3-1.1-1.287-.668.009-1.051.465-1.057 1.271-.005.637 0 1.275 0 1.975-.735 0-1.409-.032-2.077.015a1.661 1.661 0 0 0-.865.325.933.933 0 0 0-.238 1.116 1.03 1.03 0 0 0 1.02.7c.7.009 1.409 0 2.161 0 0 .721-.026 1.379.012 2.033a1.634 1.634 0 0 0 .269.838.937.937 0 0 0 1.137.316 1.047 1.047 0 0 0 .737-1.045c.011-.7 0-1.407 0-2.14h1.992c.764-.006 1.262-.439 1.26-1.089s-.491-1.062-1.272-1.069Z'/%3E%3C/svg%3E") no-repeat scroll 50%/22px 24px #3665f3;
    border: 0;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-border-radius: 50%;
    height: 42px;
    text-indent: -9999px;
    width: 42px
}

#accordionProduct #ct_matrix tbody td .ct_submit:focus,
#accordionProduct #ct_matrix tbody td .ct_submit:hover {
    background-color: #191919
}

@media(max-width:991.98px) {

    #accordionProduct #ct_matrix tbody td.ctd_attr_group,
    #accordionProduct #ct_matrix tbody td.ctd_image {
        display: none !important
    }
}

@media(max-width:767.98px) {
    #accordionProduct #ct_matrix tbody tr {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 10px;
        padding-bottom: 5px;
        padding-top: 5px;
        position: relative
    }
}

#accordionProduct #ct_matrix tbody tr:nth-child(2n),
#accordionProduct #ct_matrix tbody tr:nth-child(2n) td {
    background: #f7f7f7 !important
}

#accordionProduct #ct_matrix tbody tr:hover,
#accordionProduct #ct_matrix tbody tr:hover td {
    background: #dedede !important
}

#accordionProduct #ct_matrix tbody tr.active {
    background: #dedede !important;
    position: relative
}

#accordionProduct #ct_matrix tbody tr.active:after {
    align-items: center;
    background: #3665f3;
    border-radius: 0 0 6px 6px;
    color: #fff;
    content: " You are here";
    display: flex;
    font: 500 14px/17px Rubik, fontawesome;
    height: 27px;
    justify-content: center;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 138px
}

@media(max-width:767.98px) {
    #accordionProduct #ct_matrix tbody tr.active:after {
        font-size: 11px;
        height: 17px;
        line-height: 15px;
        top: -5px;
        width: 88px
    }
}

#accordionProduct #ct_matrix tbody tr.active td {
    background: #dedede !important
}

html[lang=pl-PL] #accordionProduct #ct_matrix tbody tr.active:after {
    content: " Tutaj jesteś"
}

html[lang=sk-SK] #accordionProduct #ct_matrix tbody tr.active:after {
    content: " Si tu"
}

.span-yellow {
    background-color: #ffd71f;
    font-weight: 500;
    padding: 3px 8px 4px
}

.rounded-max {
    border-radius: 50px
}

.btn {
    font-size: .875rem;
    outline: none !important
}

.btn,
.custom-select {
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important
}

.custom-select {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%231E1E1E' viewBox='0 0 13 8'%3E%3Cpath d='M1.909 0 .695 1.214l6.068 6.068 6.068-6.068L11.617.001 6.763 4.855 1.909 0Z'/%3E%3C/svg%3E") no-repeat scroll right 24px center/10px 6px #eee;
    border: 0;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    -webkit-border-radius: 25px;
    color: #191919;
    font-size: 14px;
    font-weight: 500;
    height: 50px;
    line-height: 21px;
    padding: 5px 38px 8px 28px
}

.product_list_filtr {
    border: 0;
    border-bottom: 1px solid #dedede;
    margin: 0 0 11px;
    padding: 0 0 9px
}

.product_list_filtr .products-selection {
    margin: 0 -7.5px !important
}

.product_list_filtr .products-selection .horizontal_filters {
    gap: 0 15px;
    margin: 0 !important
}

.product_list_filtr .products-selection .horizontal_filters .list-group,
.product_list_filtr .products-selection .horizontal_filters .list-group>*,
.product_list_filtr .products-selection .horizontal_filters .search-filters {
    background: none;
    border: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    display: block;
    margin: 0;
    outline: none;
    padding: 0;
    text-decoration: none
}

.product_list_filtr .products-selection .horizontal_filters .list-group {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0 15px
}

.product_list_filtr .products-selection .horizontal_filters .list-group .list-group-item {
    margin-bottom: 15px;
    padding: 0;
    position: relative
}

.product_list_filtr .products-selection .horizontal_filters .list-group .list-group-item .search-filters__header {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%231E1E1E' viewBox='0 0 13 8'%3E%3Cpath d='M1.909 0 .695 1.214l6.068 6.068 6.068-6.068L11.617.001 6.763 4.855 1.909 0Z'/%3E%3C/svg%3E") no-repeat scroll right 20px center/10px 6px #eee;
    border: 0;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    -webkit-border-radius: 25px;
    color: #191919;
    font-size: 13px;
    font-weight: 500;
    height: 50px;
    line-height: 21px;
    max-width: 163px;
    min-width: 163px;
    padding: 5px 35px 8px 25px;
    text-align: center
}

.product_list_filtr .products-selection .horizontal_filters .list-group .list-group-item .search-filters__header a>* {
    display: none
}

.product_list_filtr .products-selection .horizontal_filters .list-group .list-group-item .search-filters__collapse {
    background: #eee;
    border: 0;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    -webkit-border-radius: 25px;
    left: 0;
    margin: 0;
    min-width: 290px;
    padding: 15px;
    position: absolute;
    top: 100%;
    z-index: 9
}

.product_list_filtr .products-selection .horizontal_filters .search-filters {
    margin: 0 !important
}

.product_list_filtr .products-selection .horizontal_filters .search-filters .card-header {
    display: none !important
}

.product_list_filtr .products-selection>* {
    padding: 0 7.5px 15px !important
}

.product_list_filtr .products-selection>.horizontal_filters_list {
    padding-bottom: 0 !important
}

@media(max-width:575.98px) {
    .product_list_filtr .products-selection>.horizontal_filters_list {
        flex: 0 0 100%;
        max-width: 100%
    }

    .product_list_filtr .products-selection>.horizontal_filters_list .list-group {
        display: grid;
        flex: 0 0 100%;
        grid-template-columns: repeat(2, 1fr);
        max-width: 100%
    }

    .product_list_filtr .products-selection>.horizontal_filters_list .list-group .list-group-item .search-filters__header {
        max-width: none
    }

    .product_list_filtr .products-selection>.horizontal_filters_list .list-group .list-group-item .search-filters__collapse {
        max-width: 100%;
        min-width: 0;
        width: 100%
    }
}

@media(max-width:467px) {
    .product_list_filtr .products-selection>.horizontal_filters_list .list-group {
        grid-template-columns: 1fr
    }
}

.product_list_filtr .products-selection .custom-select {
    max-width: 163px;
    min-width: 163px;
    text-align: center
}

.supplierlist-container {
    padding-top: 42px
}

.displayHome2-container {
    padding-bottom: 46px
}

.displayHome3-container {
    background: #f6f6f6;
    padding-bottom: 50px;
    padding-top: 73px
}

.displayHome4-container {
    padding-top: 0
}

.displayHome3-container+.displayHome4-container {
    padding-top: 77px
}

.displayHome2-container+.displayHome4-container {
    margin-top: -46px
}

.testimonial-top {
    display: flex
}

#ets-ttn-page_home_reviews>.slick-dots {
    display: none !important
}

.ets_testimonial-container {
    overflow: hidden
}

.ets_testimonial-container .ets-ttn-home-reviews {
    margin: 0 -11px 78px;
    width: auto
}

.ets_testimonial-container .ets-ttn-home-reviews .products-section-title {
    padding-left: 11px;
    padding-right: 11px
}

.ets_testimonial-container .ets-ttn-list-reviews-slide .slick-track .review-item {
    padding: 0 11px
}

.ets_testimonial-container .ets-ttn-list-reviews-slide .slick-track .review-item .ets-ttn-review-item {
    padding: 0
}

.ets_testimonial-container .ets-ttn-list-reviews-slide .slick-track .review-item .license {
    color: #1e1e1e;
    font-size: 21px;
    font-weight: 500;
    line-height: 25px;
    text-align: left
}

.ets_testimonial-container .ets-ttn-list-reviews-slide .slick-track .review-item .review_avatar {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none
}

.ets_testimonial-container .ets-ttn-list-reviews-slide .slick-track .review-item .rate-review {
    gap: 0 8px;
    justify-content: flex-start;
    -webkit-justify-content: start;
    margin-bottom: 8px
}

.ets_testimonial-container .ets-ttn-list-reviews-slide .slick-track .review-item .rate-review .star {
    font-size: 15px;
    height: 15px;
    line-height: 0;
    margin: 0;
    width: 15px
}

.ets_testimonial-container .ets-ttn-list-reviews-slide .slick-track .review-item .rate-review .star svg {
    fill: #ffc107;
    height: 15px;
    width: 15px
}

.ets_testimonial-container .ets-ttn-list-reviews-slide .slick-track .review-item .testimonial_des {
    color: #686464;
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
    padding-top: 1px
}

.ets_testimonial-container .ets-ttn-home-reviews .ets-ttn-list-reviews-slide.total_items1,
.ets_testimonial-container .ets-ttn-home-reviews .ets-ttn-list-reviews-slide.total_items2,
.ets_testimonial-container .ets-ttn-home-reviews .ets-ttn-list-reviews-slide.total_items3 {
    margin: 0;
    padding: 0
}

.ets_testimonial-container .review-item-info {
    display: flex;
    flex-direction: column;
    height: 245px;
    justify-content: center;
    padding: 15px 24px
}

@media(min-width:1200px) {
    .ets_testimonial-container .review-item-info {
        padding-left: 48px;
        padding-right: 48px
    }
}

.btn-primary.active:not(:disabled):not(.disabled),
.btn-primary.focus:not(:disabled):not(.disabled),
.btn-primary.hover:not(:disabled):not(.disabled),
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled):focus,
.btn-primary:not(:disabled):not(.disabled):hover {
    background-color: #3665f3;
    border-color: #3665f3;
    color: #fff
}

.featured-products {
    padding-bottom: 7px
}

.newsletter-container {
    background: #ededed;
    margin: 0 0 47px;
    padding: 29px 0 26px
}

@media(min-width:992px) {
    .newsletter-container {
        padding-top: 59px
    }
}

.newsletter-container .block_newsletter .row {
    gap: 20px 0
}

#block-newsletter-label {
    color: #0b0b0b;
    font-size: 21px;
    font-weight: 500;
    line-height: 25px;
    margin: 0;
    padding-top: 2px;
    text-shadow: none;
    text-transform: none
}

#block-newsletter-label b,
#block-newsletter-label strong {
    font-weight: inherit
}

#block-newsletter-label p {
    color: inherit;
    font: inherit;
    margin: 0 0 13px;
    padding: 0
}

#block-newsletter-label p+p {
    color: #545454;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px
}

#block-newsletter-label p+small {
    color: #aaa;
    display: block;
    font-size: 11px;
    font-weight: 400;
    line-height: 13px;
    padding-top: 8px
}

#block-newsletter-label .text-muted {
    color: #aaa !important
}

#block-newsletter-label small+p {
    display: none !important
}

#page .blockEmailSubscriptionBlock .input-group {
    gap: 7px;
    margin-bottom: 14px
}

#page .blockEmailSubscriptionBlock .input-group .form-control {
    background-color: #fff;
    border-color: #fff;
    border-radius: 28px;
    -moz-border-radius: 28px;
    -ms-border-radius: 28px;
    -o-border-radius: 28px;
    -webkit-border-radius: 28px;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    color: #545454;
    font-size: 14px;
    font-weight: 400;
    height: 55px;
    padding: 5px 33px 7px
}

#page .blockEmailSubscriptionBlock .input-group .form-control::-moz-placeholder {
    color: #545454;
    opacity: 1
}

#page .blockEmailSubscriptionBlock .input-group .form-control::placeholder {
    color: #545454;
    opacity: 1
}

#page .blockEmailSubscriptionBlock .input-group .input-group-append {
    margin-left: 0
}

#page .blockEmailSubscriptionBlock .input-group .input-group-append .btn {
    border-radius: 28px;
    -moz-border-radius: 28px;
    -ms-border-radius: 28px;
    -o-border-radius: 28px;
    -webkit-border-radius: 28px;
    min-width: 115px
}

#page .blockEmailSubscriptionBlock #gdpr_consent {
    margin-bottom: 0
}

#page .blockEmailSubscriptionBlock #gdpr_consent .custom-control {
    padding-left: 28px
}

#page .blockEmailSubscriptionBlock #gdpr_consent .custom-control .custom-control-label {
    color: gray;
    font-size: 13px;
    font-weight: 400;
    line-height: 15px;
    margin: 0;
    padding: 0
}

#page .blockEmailSubscriptionBlock #gdpr_consent .custom-control .custom-control-label:before {
    border-color: #dedede;
    border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    height: 15px;
    left: -28px;
    top: .01rem;
    width: 15px
}

#page .blockEmailSubscriptionBlock #gdpr_consent .custom-control .custom-control-label:after {
    left: -28px;
    top: .01rem
}

#page .blockEmailSubscriptionBlock #gdpr_consent .custom-control .custom-control-label a {
    color: gray;
    text-decoration: underline
}

#page .blockEmailSubscriptionBlock #gdpr_consent .custom-control .custom-control-label a:hover {
    text-decoration: none
}

body#index .l-footer {
    padding-top: 0
}

body#index .footer-container {
    margin-top: 0
}

#wrapper .comments-pagination ul,
#wrapper .pagination,
.comments-pagination #wrapper ul {
    gap: 6px
}

@media(max-width:767.98px) {

    #wrapper .comments-pagination ul,
    #wrapper .pagination,
    .comments-pagination #wrapper ul {
        gap: 12px;
        margin-bottom: 20px !important
    }
}

#wrapper .comments-pagination ul .page-item .page-link,
#wrapper .comments-pagination ul .page-item span,
#wrapper .comments-pagination ul li .page-link,
#wrapper .comments-pagination ul li span,
#wrapper .pagination .comments-pagination li .page-link,
#wrapper .pagination .comments-pagination li span,
#wrapper .pagination .page-item .comments-pagination span,
#wrapper .pagination .page-item .page-link,
.comments-pagination #wrapper .pagination .page-item span,
.comments-pagination #wrapper .pagination li .page-link,
.comments-pagination #wrapper .pagination li span,
.comments-pagination #wrapper ul .page-item .page-link,
.comments-pagination #wrapper ul .page-item span,
.comments-pagination #wrapper ul li .page-link,
.comments-pagination #wrapper ul li span {
    border-color: #e9e9e9;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-border-radius: 50%;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    margin: 0;
    min-width: 25px;
    outline: none !important;
    padding: 3px;
    text-align: center
}

#wrapper .comments-pagination ul .page-item .page-link:focus,
#wrapper .comments-pagination ul .page-item .page-link:hover,
#wrapper .comments-pagination ul .page-item span:focus,
#wrapper .comments-pagination ul .page-item span:hover,
#wrapper .comments-pagination ul li .page-link:focus,
#wrapper .comments-pagination ul li .page-link:hover,
#wrapper .comments-pagination ul li span:focus,
#wrapper .comments-pagination ul li span:hover,
#wrapper .pagination .comments-pagination li .page-link:focus,
#wrapper .pagination .comments-pagination li .page-link:hover,
#wrapper .pagination .comments-pagination li span:focus,
#wrapper .pagination .comments-pagination li span:hover,
#wrapper .pagination .page-item .comments-pagination span:focus,
#wrapper .pagination .page-item .comments-pagination span:hover,
#wrapper .pagination .page-item .page-link:focus,
#wrapper .pagination .page-item .page-link:hover,
.comments-pagination #wrapper .pagination .page-item span:focus,
.comments-pagination #wrapper .pagination .page-item span:hover,
.comments-pagination #wrapper .pagination li .page-link:focus,
.comments-pagination #wrapper .pagination li .page-link:hover,
.comments-pagination #wrapper .pagination li span:focus,
.comments-pagination #wrapper .pagination li span:hover,
.comments-pagination #wrapper ul .page-item .page-link:focus,
.comments-pagination #wrapper ul .page-item .page-link:hover,
.comments-pagination #wrapper ul .page-item span:focus,
.comments-pagination #wrapper ul .page-item span:hover,
.comments-pagination #wrapper ul li .page-link:focus,
.comments-pagination #wrapper ul li .page-link:hover,
.comments-pagination #wrapper ul li span:focus,
.comments-pagination #wrapper ul li span:hover {
    background-color: #3665f3;
    color: #fff
}

#wrapper .comments-pagination ul .page-item.active .page-link,
#wrapper .comments-pagination ul .page-item.active span,
#wrapper .comments-pagination ul li.active .page-link,
#wrapper .comments-pagination ul li.active span,
#wrapper .pagination .comments-pagination li.active .page-link,
#wrapper .pagination .comments-pagination li.active span,
#wrapper .pagination .page-item.active .comments-pagination span,
#wrapper .pagination .page-item.active .page-link,
.comments-pagination #wrapper .pagination .page-item.active span,
.comments-pagination #wrapper .pagination li.active .page-link,
.comments-pagination #wrapper .pagination li.active span,
.comments-pagination #wrapper ul .page-item.active .page-link,
.comments-pagination #wrapper ul .page-item.active span,
.comments-pagination #wrapper ul li.active .page-link,
.comments-pagination #wrapper ul li.active span {
    background-color: #0e0e0e
}

#wrapper .comments-pagination ul .page-item.disabled .page-link,
#wrapper .comments-pagination ul .page-item.disabled span,
#wrapper .comments-pagination ul li.disabled .page-link,
#wrapper .comments-pagination ul li.disabled span,
#wrapper .pagination .comments-pagination li.disabled .page-link,
#wrapper .pagination .comments-pagination li.disabled span,
#wrapper .pagination .page-item.disabled .comments-pagination span,
#wrapper .pagination .page-item.disabled .page-link,
.comments-pagination #wrapper .pagination .page-item.disabled span,
.comments-pagination #wrapper .pagination li.disabled .page-link,
.comments-pagination #wrapper .pagination li.disabled span,
.comments-pagination #wrapper ul .page-item.disabled .page-link,
.comments-pagination #wrapper ul .page-item.disabled span,
.comments-pagination #wrapper ul li.disabled .page-link,
.comments-pagination #wrapper ul li.disabled span {
    min-width: 0
}

@media(min-width:992px) {

    #wrapper .comments-pagination ul .page-item.nobord .page-link,
    #wrapper .comments-pagination ul .page-item.nobord span,
    #wrapper .comments-pagination ul li.nobord .page-link,
    #wrapper .comments-pagination ul li.nobord span,
    #wrapper .pagination .comments-pagination li.nobord .page-link,
    #wrapper .pagination .comments-pagination li.nobord span,
    #wrapper .pagination .page-item.nobord .comments-pagination span,
    #wrapper .pagination .page-item.nobord .page-link,
    .comments-pagination #wrapper .pagination .page-item.nobord span,
    .comments-pagination #wrapper .pagination li.nobord .page-link,
    .comments-pagination #wrapper .pagination li.nobord span,
    .comments-pagination #wrapper ul .page-item.nobord .page-link,
    .comments-pagination #wrapper ul .page-item.nobord span,
    .comments-pagination #wrapper ul li.nobord .page-link,
    .comments-pagination #wrapper ul li.nobord span {
        background: none;
        border: 0;
        border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        -webkit-border-radius: 0;
        color: #191919;
        padding: 0;
        text-transform: uppercase
    }

    #wrapper .comments-pagination ul .page-item.nobord a.page-link:focus,
    #wrapper .comments-pagination ul .page-item.nobord a.page-link:hover,
    #wrapper .comments-pagination ul li.nobord a.page-link:focus,
    #wrapper .comments-pagination ul li.nobord a.page-link:hover,
    #wrapper .pagination .comments-pagination li.nobord a.page-link:focus,
    #wrapper .pagination .comments-pagination li.nobord a.page-link:hover,
    #wrapper .pagination .page-item.nobord a.page-link:focus,
    #wrapper .pagination .page-item.nobord a.page-link:hover,
    .comments-pagination #wrapper .pagination li.nobord a.page-link:focus,
    .comments-pagination #wrapper .pagination li.nobord a.page-link:hover,
    .comments-pagination #wrapper ul .page-item.nobord a.page-link:focus,
    .comments-pagination #wrapper ul .page-item.nobord a.page-link:hover,
    .comments-pagination #wrapper ul li.nobord a.page-link:focus,
    .comments-pagination #wrapper ul li.nobord a.page-link:hover {
        color: #3665f3
    }

    #wrapper .comments-pagination ul .page-item.nextprev,
    #wrapper .comments-pagination ul li.nextprev,
    #wrapper .pagination .comments-pagination li.nextprev,
    #wrapper .pagination .page-item.nextprev,
    .comments-pagination #wrapper .pagination li.nextprev,
    .comments-pagination #wrapper ul .page-item.nextprev,
    .comments-pagination #wrapper ul li.nextprev {
        padding-left: 17px;
        padding-right: 17px
    }
}

body.page-contact .l-footer {
    padding-top: 0
}

.contact_form .card,
.contact_form .card-body,
.contact_form .card-header {
    word-wrap: normal;
    background: none;
    border: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    margin: 0;
    padding: 0
}

.contact_form .before_form h2,
.contact_form .card-title {
    color: #1e1e1e;
    font-size: 29px;
    font-weight: 500;
    line-height: 34px;
    margin: 0 0 9px;
    padding: 0;
    text-shadow: none;
    text-transform: none
}

.contact_form p {
    color: #545454;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin: 0 0 24px;
    padding: 0;
    text-shadow: none;
    text-transform: none
}

.contact_form p.infop {
    color: #0e0e0e
}

.contact_form p.infop b,
.contact_form p.infop strong {
    font-weight: 500
}

.contact_form p.chatp {
    border-bottom: 1px solid #eaeaea;
    border-top: 1px solid #eaeaea;
    color: #0e0e0e;
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    margin-bottom: 27px;
    padding: 0
}

@media(min-width:992px) {
    .contact_form p.chatp {
        padding: 0 10px
    }
}

.contact_form p.chatp a {
    color: inherit;
    display: block;
    padding: 31px 25px 33px 80px;
    position: relative;
    text-decoration: none
}

@media(min-width:992px) {
    .contact_form p.chatp a {
        padding-left: 110px;
        padding-right: 33px
    }
}

.contact_form p.chatp a:after {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024' fill='%230088C3'%3E%3Cpath d='M271.653 1023.192c-8.685 0-17.573-3.432-24.238-10.097-13.33-13.33-13.33-35.144 0-48.474L703.67 508.163 254.08 58.573c-13.33-13.331-13.33-35.145 0-48.475 13.33-13.33 35.143-13.33 48.473 0L776.38 483.925c13.33 13.33 13.33 35.143 0 48.473l-480.492 480.694c-6.665 6.665-15.551 10.099-24.236 10.099z'/%3E%3C/svg%3E") no-repeat scroll 50% transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 26.88px;
    margin: auto 0;
    position: absolute;
    right: 5px;
    top: 0;
    width: 26.88px
}

@media(min-width:992px) {
    .contact_form p.chatp a:after {
        right: 17px
    }
}

.contact_form p.chatp a:before {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 66 66'%3E%3Cg transform='translate(-1624 -1635)'%3E%3Ccircle cx='33' cy='33' r='33' fill='%233665f3' transform='translate(1624 1635)'/%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M1671.288 1665.756c-.038.261-.086.521-.113.782a1.184 1.184 0 1 1-2.344-.254 8.8 8.8 0 0 0-.3-3.844 9.089 9.089 0 0 0-2.825-4.3 10.9 10.9 0 0 0-8.5-2.634 10.252 10.252 0 0 0-7.512 4.087 8.286 8.286 0 0 0-.936 9.169 10.111 10.111 0 0 0 7.394 5.57 10.814 10.814 0 0 0 6.282-.536 2.107 2.107 0 0 1 1.829.049c1.139.55 2.31 1.032 3.469 1.542.035.015.072.025.164.056-.046-.134-.075-.231-.112-.324-.407-1.01-.823-2.016-1.22-3.03a1.178 1.178 0 1 1 2.188-.864c.381.925.751 1.855 1.126 2.782q.7 1.741 1.411 3.481v.472a1.231 1.231 0 0 1-1.826.77q-2.972-1.315-5.95-2.617a.674.674 0 0 0-.411-.022c-.653.172-1.3.375-1.954.539a.7.7 0 0 0-.46.311 10.442 10.442 0 0 1-7.475 4.618 11.111 11.111 0 0 1-5.255-.5.668.668 0 0 0-.44.014c-1.673.723-3.34 1.46-5.008 2.193h-.472a1.432 1.432 0 0 1-.944-.944v-.466c.566-1.4 1.127-2.794 1.7-4.187a.493.493 0 0 0-.06-.536 8.809 8.809 0 0 1-1.477-3.526c-.057-.317-.11-.634-.165-.951v-1.415c.062-.385.106-.774.189-1.154a9.52 9.52 0 0 1 3.873-5.848.929.929 0 0 0 .42-.71 10.687 10.687 0 0 1 2.244-5.393 12.83 12.83 0 0 1 8.506-4.891c.464-.07.933-.113 1.4-.168h1.3c.574.068 1.152.112 1.72.209a13.127 13.127 0 0 1 5.451 2.236 11.613 11.613 0 0 1 4.8 6.965c.135.57.2 1.156.3 1.735Zm-13.655 11.2c-6.2-.712-10.37-3.84-12.055-10a6.948 6.948 0 0 0-2.117 5.1 6.616 6.616 0 0 0 1.557 4.2 1.433 1.433 0 0 1 .233 1.636c-.238.527-.44 1.07-.655 1.608-.036.091-.063.185-.114.335.851-.374 1.641-.7 2.409-1.067a1.807 1.807 0 0 1 1.526-.054 8.784 8.784 0 0 0 7.223-.34 7.245 7.245 0 0 0 1.993-1.418Z'/%3E%3Cpath d='M1653.622 1663.966a1.177 1.177 0 1 1-1.2 1.16 1.184 1.184 0 0 1 1.2-1.16ZM1658.305 1663.874a1.177 1.177 0 1 1-1.169 1.193 1.183 1.183 0 0 1 1.169-1.193ZM1663.026 1663.966a1.177 1.177 0 1 1-1.171 1.191 1.183 1.183 0 0 1 1.171-1.191Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat scroll 50% transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 66px;
    left: 0;
    margin: auto 0;
    position: absolute;
    top: 0;
    width: 66px
}

.contact_form p.chatp a:focus:after,
.contact_form p.chatp a:hover:after {
    right: 0
}

.contact_form p b,
.contact_form p strong {
    font-weight: 700
}

.contact_form .contactp {
    padding-bottom: 11px;
    padding-top: 19px
}

.contact_form .contactp p {
    color: #0e0e0e;
    font-size: 16px;
    font-weight: 400;
    line-height: 23px
}

.contact_form .contactp p a {
    color: inherit;
    text-decoration: none
}

.contact_form .contactp p a:focus,
.contact_form .contactp p a:hover {
    color: #3665f3;
    text-decoration: none
}

.contact_form .contactp p.fixfont {
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    padding-top: 19px
}

.contact_form .contactp p.fixfont a:not([href*=tel]) {
    font-size: 15px
}

.contact_form .before_form,
.contact_form .contact-form {
    background: #fff;
    border: 0;
    margin: 0;
    padding: 23px 15px 12px
}

@media(min-width:992px) {

    .contact_form .before_form,
    .contact_form .contact-form {
        padding: 46px 40px 24px
    }
}

.contact_form .contact-form {
    background-color: #f6f6f6
}

.contact_form .form-fields .form-group {
    margin-bottom: 20px
}

.contact_form .form-fields .form-group .form-control-label {
    color: #191919;
    font-size: 15px;
    font-weight: 500;
    line-height: 21px;
    margin: 0 0 13px;
    padding: 0;
    text-shadow: none;
    text-transform: none
}

.contact_form .form-fields .form-group .custom-file-label,
.contact_form .form-fields .form-group .custom-select,
.contact_form .form-fields .form-group .form-control {
    background: #fff;
    border: 0;
    border-radius: 28px;
    -moz-border-radius: 28px;
    -ms-border-radius: 28px;
    -o-border-radius: 28px;
    -webkit-border-radius: 28px;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    color: #545454;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    padding: 5px 34px 7px
}

.contact_form .form-fields .form-group .custom-file-label:not(textarea),
.contact_form .form-fields .form-group .custom-select:not(textarea),
.contact_form .form-fields .form-group .form-control:not(textarea) {
    height: 55px
}

.contact_form .form-fields .form-group .custom-file-label::-moz-placeholder,
.contact_form .form-fields .form-group .custom-select::-moz-placeholder,
.contact_form .form-fields .form-group .form-control::-moz-placeholder {
    color: #545454;
    opacity: 1
}

.contact_form .form-fields .form-group .custom-file-label::placeholder,
.contact_form .form-fields .form-group .custom-select::placeholder,
.contact_form .form-fields .form-group .form-control::placeholder {
    color: #545454;
    opacity: 1
}

.contact_form .form-fields .form-group .custom-file-label {
    padding-top: 16px
}

.contact_form .form-fields .form-group .custom-file-label:after {
    background: #0e0e0e;
    border: 0;
    border-radius: 28px;
    -moz-border-radius: 28px;
    -ms-border-radius: 28px;
    -o-border-radius: 28px;
    -webkit-border-radius: 28px;
    color: #fff;
    content: attr(data-title);
    font-size: 14px;
    font-weight: 500;
    height: 55px;
    line-height: 1.5;
    padding-top: 16px;
    text-align: center
}

@media(min-width:992px) {
    .contact_form .form-fields .form-group .custom-file-label:after {
        min-width: 154px
    }
}

.contact_form .form-fields .form-group .custom-file * {
    cursor: pointer
}

.contact_form .form-fields .form-group .custom-file-input:hover+.custom-file-label:after {
    background: #3665f3;
    cursor: pointer
}

.contact_form .form-fields .form-group textarea.form-control {
    height: 178px;
    padding-top: 16px;
    resize: none
}

.contact_form .form-fields .form-group .custom-select {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024' fill='%23838383'%3E%3Cpath d='M8.2 275.4c0-8.6 3.4-17.401 10-24.001 13.2-13.2 34.8-13.2 48 0l451.8 451.8 445.2-445.2c13.2-13.2 34.8-13.2 48 0s13.2 34.8 0 48L542 775.399c-13.2 13.2-34.8 13.2-48 0l-475.8-475.8c-6.8-6.8-10-15.4-10-24.199z'/%3E%3C/svg%3E") no-repeat scroll right 26.14px center/16.8px auto #fff;
    padding-right: 46px
}

.contact_form .form-fields .form-group .custom-file,
.contact_form .form-fields .form-group .custom-file-input {
    height: 55px
}

.contact_form .form-fields .form-group .custom-control-label {
    color: gray;
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
    margin: 0;
    padding: 0;
    text-shadow: none;
    text-transform: none
}

.contact_form .form-fields .form-group .custom-control-label a {
    color: inherit;
    text-decoration: underline
}

.contact_form .form-fields .form-group .custom-control-label a:focus,
.contact_form .form-fields .form-group .custom-control-label a:hover {
    color: #3665f3
}

.contact_form .form-fields .form-group .custom-control-label:after,
.contact_form .form-fields .form-group .custom-control-label:before {
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    height: 15px;
    left: -28px;
    width: 15px
}

.contact_form .form-fields .form-group .custom-control-label:before {
    border: 1px solid #dedede;
    border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    -webkit-border-radius: 0
}

.contact_form .form-fields .form-group .custom-control {
    padding-left: 28px
}

.contact_form .form-fields .form-group .custom-control-input:checked~.custom-control-label:before {
    background-color: #3665f3
}

.contact_form .form-fields .mb-fix2>.form-group {
    margin-bottom: 0
}

.contact_form .form-footer {
    margin: 0 0 20px;
    padding: 0
}

.contact_form .form-footer .btn {
    border-radius: 28px;
    -moz-border-radius: 28px;
    -ms-border-radius: 28px;
    -o-border-radius: 28px;
    -webkit-border-radius: 28px;
    font-size: 14px;
    font-weight: 500;
    height: 55px;
    line-height: 22px;
    min-width: 215px;
    padding: 5px 15px 7px
}

.contact_form .socialp {
    align-items: center;
    border-bottom: 1px solid #eaeaea;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 25px;
    margin: 0 0 22px;
    padding: 0 0 31px;
    text-align: left
}

.contact_form .socialp b,
.contact_form .socialp strong {
    color: #0e0e0e;
    font-size: 16px;
    font-weight: 700;
    line-height: 23px
}

.contact_form .socialp ul {
    align-items: center;
    display: flex;
    gap: 0 10px;
    margin: 0;
    padding: 0
}

.contact_form .socialp ul li {
    margin: 0;
    padding: 0
}

.contact_form .socialp ul li a {
    align-items: center;
    background: #d0d0d0;
    border: 0;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-border-radius: 50%;
    color: inherit;
    display: flex;
    height: 36px;
    justify-content: center;
    margin: 0;
    padding: 5px;
    text-align: center;
    text-decoration: none;
    width: 36px
}

.contact_form .socialp ul li a svg:not([fill=none]) {
    fill: #838383 !important
}

.contact_form .socialp ul li a svg:not([stroke=none]) {
    stroke: #838383 !important
}

.contact_form .socialp ul li a:focus,
.contact_form .socialp ul li a:hover {
    color: inherit;
    text-decoration: none
}

.contact_form .socialp ul li a:focus[href*=facebook],
.contact_form .socialp ul li a:hover[href*=facebook] {
    background: #0077b5
}

.contact_form .socialp ul li a:focus[href*=instagram],
.contact_form .socialp ul li a:hover[href*=instagram] {
    background: #f0496c
}

.contact_form .socialp ul li a:focus[href*=twitter],
.contact_form .socialp ul li a:hover[href*=twitter] {
    background: #1da1f2
}

.contact_form .socialp ul li a:focus[href*=pinterest],
.contact_form .socialp ul li a:hover[href*=pinterest] {
    background: #e60023
}

.contact_form .socialp ul li a:focus svg:not([fill=none]),
.contact_form .socialp ul li a:hover svg:not([fill=none]) {
    fill: #fff !important
}

.contact_form .socialp ul li a:focus svg:not([stroke=none]),
.contact_form .socialp ul li a:hover svg:not([stroke=none]) {
    stroke: #fff !important
}

.contact_form .after_form {
    padding-top: 38px
}

.contact_form .after_form ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    padding: 0
}

.contact_form .after_form ul li {
    flex: 0 0 100%;
    margin: 0;
    max-width: 100%;
    padding: 0 10px 20px
}

@media(min-width:768px) {
    .contact_form .after_form ul li {
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media(min-width:992px) {
    .contact_form .after_form ul li {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
}

.contact_form .after_form ul li .content {
    border: 1px solid #f1f1f1;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin: 0;
    overflow: hidden;
    padding: 52px 15px 7px
}

.contact_form .after_form ul li .content p {
    color: #686464;
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
    margin: 0 auto 11px;
    max-width: 390px;
    padding: 0;
    text-shadow: none;
    text-transform: none
}

.contact_form .after_form ul li .content p b,
.contact_form .after_form ul li .content p strong {
    color: #191919;
    display: block;
    font-size: 21px;
    font-weight: 500;
    line-height: 26px;
    padding-bottom: 19px
}

.contact_form .after_form ul li .content p b+br,
.contact_form .after_form ul li .content p strong+br {
    display: none !important
}

.contact_form .after_form ul li .content p a {
    background: #f1f1f1;
    border: 0;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-border-radius: 50%;
    color: #fff;
    display: inline-block;
    height: 41px;
    position: relative;
    text-decoration: none;
    width: 41px
}

.contact_form .after_form ul li .content p a b,
.contact_form .after_form ul li .content p a strong {
    display: none !important
}

.contact_form .after_form ul li .content p a:after,
.contact_form .after_form ul li .content p a:before {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%23818181'%3E%3Cpath d='M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224H32c-17.7 0-32 14.3-32 32s14.3 32 32 32h306.7L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z'/%3E%3C/svg%3E") no-repeat scroll 50%/contain transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 17px;
    left: 0;
    margin: auto;
    opacity: 1;
    position: absolute;
    right: 0;
    top: 0;
    width: 14.8833px
}

.contact_form .after_form ul li .content p a:before {
    background: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" fill="%23fff"><path d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224H32c-17.7 0-32 14.3-32 32s14.3 32 32 32h306.7L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z"/></svg>') no-repeat scroll 50%/contain transparent;
    opacity: 0
}

.contact_form .after_form ul li .content p a:focus,
.contact_form .after_form ul li .content p a:hover {
    background: #3665f3;
    color: #fff;
    text-decoration: none
}

.contact_form .after_form ul li .content p a:focus:after,
.contact_form .after_form ul li .content p a:hover:after {
    opacity: 0
}

.contact_form .after_form ul li .content p a:focus:before,
.contact_form .after_form ul li .content p a:hover:before {
    opacity: 1
}

#sliderhome {
    margin: 0;
    overflow: hidden;
    padding: 11px 0 0
}

@media(max-width:991.98px) {
    #sliderhome {
        display: none !important
    }
}

.map_image_row {
    margin: 0 -10px !important
}

.map_image {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 10px 20px !important
}

@media(min-width:1200px) {
    .map_image {
        flex: 0 0 50%;
        max-width: 50%
    }
}

.map_image .map_image_relative {
    overflow: hidden
}

.map_image .map_image_relative>div {
    margin: 0 auto;
    position: relative
}

.map_image .mapimgul {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0
}

.map_image .rneo_poz {
    min-width: 8.4375rem;
    position: absolute;
    transform: translateX(-50%)
}

.map_image .rneo_poz>span {
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
    background: hsla(0, 0%, 100%, .05);
    box-shadow: 0 .5rem 1rem rgba(25, 25, 25, .15);
    -moz-box-shadow: 0 .5rem 1rem rgba(25, 25, 25, .15);
    -webkit-box-shadow: 0 .5rem 1rem rgba(25, 25, 25, .15);
    cursor: pointer;
    height: 68px;
    margin: 0 auto;
    width: 68px
}

.map_image .rneo_poz>span,
.map_image .rneo_poz>span>span {
    align-items: center;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.map_image .rneo_poz>span>span {
    background: hsla(0, 0%, 100%, .25);
    height: 42px;
    width: 42px
}

.map_image .rneo_poz>span>span>span {
    background: #fff;
    height: 18px;
    width: 18px
}

.map_image .rneo_poz>span>span>span,
.map_image .rneo_poz>span>span>span>span {
    align-items: center;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.map_image .rneo_poz>span>span>span>span {
    background: #ff9b1a;
    height: 4px;
    width: 4px
}

.map_image .rneo_poz .rneo_tip {
    display: none;
    left: 0;
    padding: 5px 0 0;
    position: absolute;
    top: 100%;
    z-index: 999
}

.map_image .rneo_poz .rneo_tip div {
    background: #fff;
    border: 0;
    border-radius: 5px;
    box-shadow: 0 .5rem 1rem rgba(25, 25, 25, .15);
    -moz-box-shadow: 0 .5rem 1rem rgba(25, 25, 25, .15);
    -webkit-box-shadow: 0 .5rem 1rem rgba(25, 25, 25, .15);
    color: #545454;
    font-size: .875rem;
    font-weight: 400;
    line-height: 17px;
    margin: 0;
    min-width: 8.4375rem;
    padding: .75rem 1.875rem .75rem .75rem;
    position: relative;
    text-shadow: none;
    text-transform: none
}

.map_image .rneo_poz .rneo_tip div>* {
    color: inherit;
    font: inherit;
    margin: 0 0 10px;
    padding: 0;
    text-shadow: none;
    text-transform: none
}

.map_image .rneo_poz .rneo_tip div h5 {
    color: #dc3545;
    font-weight: 700
}

.map_image .rneo_poz .rneo_tip div h5.new {
    color: #3665f3
}

.map_image .rneo_poz .rneo_tip div h3 {
    color: #191919;
    font-weight: 700;
    margin-bottom: 0
}

.map_image .rneo_poz .rneo_tip div .cena {
    color: #3665f3;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 0
}

.map_image .rneo_poz .rneo_tip div .info_promo {
    font-size: .7rem;
    line-height: 13px;
    margin-bottom: 0;
    margin-top: 10px
}

.map_image .rneo_poz .rneo_tip div .link_map {
    border-left: 1px solid #e2e2e2;
    bottom: 0;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0
}

.map_image .rneo_poz .rneo_tip div .link_map a {
    align-items: center;
    border: 0;
    color: #e2e2e2;
    display: flex;
    height: 100%;
    justify-content: center;
    outline: none;
    text-align: center;
    text-decoration: none;
    width: 24px
}

.map_image .rneo_poz .rneo_tip div .link_map a>span {
    display: none !important
}

.map_image .rneo_poz .rneo_tip div .link_map a:after {
    content: "next";
    font-family: swiper-icons;
    font-size: 17px;
    font-variant: normal;
    letter-spacing: 0;
    line-height: 1
}

.map_image .rneo_poz .rneo_tip div .link_map a:focus,
.map_image .rneo_poz .rneo_tip div .link_map a:hover {
    color: #3665f3
}

#pd_wp_posts {
    margin: 0;
    padding: 0
}

#pd_wp_posts .block_content {
    margin: 0;
    padding: 45px 0 0
}

#pd_wp_posts .flex-blog {
    background: #fff;
    border: 0;
    outline: none;
    text-decoration: none
}

#pd_wp_posts .flex-blog:focus .text_container h5 .post_more .more_link,
#pd_wp_posts .flex-blog:hover .text_container h5 .post_more .more_link {
    background: #3665f3;
    color: #fff
}

#pd_wp_posts .flex-blog .text_container {
    margin: 0 auto;
    max-width: 440px;
    padding: 37px 15px 22px
}

#pd_wp_posts .flex-blog .text_container h3 {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #1e1e1e;
    display: -webkit-box;
    font-size: 21px;
    font-weight: 500;
    height: 52px;
    letter-spacing: 0;
    line-height: 26px;
    margin: 0 0 18px;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis;
    text-shadow: none;
    text-transform: none
}

#pd_wp_posts .flex-blog .text_container .rte {
    color: #686464;
    padding: 0 0 9px
}

#pd_wp_posts .flex-blog .text_container .rte,
#pd_wp_posts .flex-blog .text_container h5 {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 23px;
    margin: 0;
    text-shadow: none;
    text-transform: none
}

#pd_wp_posts .flex-blog .text_container h5 {
    color: #bfbfbf;
    padding: 0
}

#pd_wp_posts .flex-blog .text_container h5 .post_more {
    margin-left: auto
}

#pd_wp_posts .flex-blog .text_container h5 .post_more .more_link {
    align-items: center;
    background: #f1f1f1;
    border: 0;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-border-radius: 50%;
    color: #818181;
    display: flex;
    height: 41px;
    justify-content: center;
    margin: 0;
    outline: none;
    padding: 0;
    text-align: center;
    text-decoration: none;
    width: 41px
}

#pd_wp_posts .flex-blog .text_container h5 .meta_infos {
    align-items: center;
    display: flex;
    flex: 0 0 100%;
    flex-wrap: wrap;
    gap: 0 5px;
    max-width: 100%;
    padding-top: 7px
}

#pd_wp_posts .flex-blog .text_container h5 .meta_infos i {
    font-style: normal;
    font-weight: 500
}

#pd_wp_posts .flex-blog .text_container h5 .meta_infos>* {
    white-space: nowrap
}

#pd_wp_posts .flex-blog .text_container h5 .meta_infos>:not(:last-child):after {
    content: ", "
}

@media(min-width:992px) {
    #pd_wp_posts #wpposts_slider button.slick-arrow {
        top: 11.833vw
    }
}

@media(min-width:768px) {

    #ps_brandlist #brand_logo .swiper-wrapper,
    #ps_brandlist #supplier_logo .swiper-wrapper,
    #ps_supplierlist #brand_logo .swiper-wrapper,
    #ps_supplierlist #supplier_logo .swiper-wrapper {
        flex-wrap: wrap;
        transform: none !important
    }

    #ps_brandlist #brand_logo .item_brand,
    #ps_brandlist #brand_logo .item_supplier,
    #ps_brandlist #supplier_logo .item_brand,
    #ps_brandlist #supplier_logo .item_supplier,
    #ps_supplierlist #brand_logo .item_brand,
    #ps_supplierlist #brand_logo .item_supplier,
    #ps_supplierlist #supplier_logo .item_brand,
    #ps_supplierlist #supplier_logo .item_supplier {
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%;
        width: auto !important
    }
}

@media(min-width:1200px) {

    #ps_brandlist #brand_logo .item_brand,
    #ps_brandlist #brand_logo .item_supplier,
    #ps_brandlist #supplier_logo .item_brand,
    #ps_brandlist #supplier_logo .item_supplier,
    #ps_supplierlist #brand_logo .item_brand,
    #ps_supplierlist #brand_logo .item_supplier,
    #ps_supplierlist #supplier_logo .item_brand,
    #ps_supplierlist #supplier_logo .item_supplier {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }
}

#ps_brandlist .swiper-button-content,
#ps_supplierlist .swiper-button-content {
    margin-bottom: 22px;
    padding-bottom: 28px
}

@media(min-width:768px) {

    #ps_brandlist .swiper-button-content,
    #ps_supplierlist .swiper-button-content {
        margin-bottom: 0;
        padding-bottom: 0
    }
}

#ps_brandlist .swiper-pagination,
#ps_supplierlist .swiper-pagination {
    align-items: center;
    bottom: 0;
    gap: 10px;
    justify-content: center;
    line-height: 0
}

#ps_brandlist .swiper-pagination>*,
#ps_supplierlist .swiper-pagination>* {
    background: #fff;
    border: 1px solid #d0d0d0;
    height: 12px;
    margin: 0;
    opacity: 1;
    width: 12px
}

#ps_brandlist .swiper-pagination>.swiper-pagination-bullet-active,
#ps_supplierlist .swiper-pagination>.swiper-pagination-bullet-active {
    background: #0e0e0e;
    border-color: #0e0e0e
}

#pageUpButton {
    background: #191919;
    border: 0;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-border-radius: 50%;
    bottom: 2%;
    color: #fff;
    cursor: pointer;
    font-family: swiper-icons;
    font-size: 15px;
    font-variant: normal;
    height: 40px;
    letter-spacing: 0;
    line-height: 1;
    opacity: 0;
    padding: 0 0 2px;
    position: fixed;
    right: 2%;
    transform: rotate(-90deg);
    visibility: hidden;
    width: 40px;
    z-index: 1049
}

#pageUpButton:focus,
#pageUpButton:hover {
    background: #3665f3
}

#pageUpButton.show {
    opacity: 1;
    visibility: visible
}

#page #comparator-table .product-miniature {
    position: relative
}

#page .comparator-productlist .btn {
    align-items: center;
    background: none;
    border: 0;
    display: inline-flex;
    font-size: 14px;
    font-weight: 500;
    gap: 6px;
    justify-content: center;
    line-height: 17px;
    padding: 0;
    text-transform: lowercase
}

body#product #page .comparator-productlist .btn {
    margin: 0 0 7px
}

#module-comparator-comparator #page .comaprator-remove,
#page .comparator-productlist .comaprator-add,
#page .comparatorsf .comparator {
    display: flex !important
}

#page #comparator-table .comaprator-add,
#page .comparator-productlist .comaprator-remove {
    display: none !important
}

#module-comparator-comparator #page .remowe .removeall {
    align-items: center;
    display: flex;
    gap: 7px;
    margin: 0 0 2px
}

#page .product-miniature .infoprod .comparator-productlist {
    position: absolute;
    right: 0;
    top: -1px
}

@media(min-width:1500px) {
    .col-xxl-2 {
        flex: 0 0 20%;
        max-width: 20%
    }
}

.instagram-container {
    padding-top: 22px
}

@media(min-width:992px) {
    .instagram-container {
        padding-top: 44px
    }
}

.instagram-container .swiper-button-lock {
    opacity: 0;
    visibility: hidden
}

.toast-stack-ref {
    white-space: nowrap;
    width: auto
}

#page #js-product-list {
    overflow: hidden
}

#page .prodgrid {
    display: grid;
    gap: 0;
    grid-template-columns: repeat(2, 1fr);
    margin: 0 -15px 24px;
    padding-top: 16px;
    position: relative
}

@media(min-width:768px) {
    #page .prodgrid {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media(min-width:992px) {
    #page .prodgrid {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media(min-width:1200px) {
    #page .prodgrid {
        grid-template-columns: repeat(4, 1fr)
    }
}

#page .prodgrid:after {
    background: #fff;
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    right: 0
}

#page .prodgrid .products-list__block {
    border-bottom: 1px solid #dedede;
    flex: inherit;
    margin: 0;
    max-width: none;
    padding: 19px 15px 20px
}

#page .prodgrid .products-list__block .product-miniature {
    padding: 22px 0 0 !important
}

#page .prodgrid .products-list__block .product-miniature .product-miniature__thumb {
    background: #eee
}

#page .prodgrid .products-list__block .product-miniature .product-miniature__thumb .product-miniature__thumb-link {
    display: flex;
    position: relative
}

#page .prodgrid .products-list__block .product-miniature .product-miniature__thumb .product-miniature__thumb-link img {
    width: 100%
}

#page .prodgrid .products-list__block .product-miniature .infoprod {
    padding-bottom: 5px
}

#page .prodgrid .products-list__block .product-miniature .infoprod .comparator-productlist {
    right: 15px;
    top: 0
}

@media(min-width:992px)and (max-width:1299px) {
    #page .prodgrid .products-list__block .product-miniature .infoprod .product-miniature__title {
        font-size: 14px
    }

    #page .prodgrid .products-list__block .product-miniature .infoprod .current-price {
        font-size: 12px
    }

    #page .prodgrid .products-list__block .product-miniature .infoprod .current-price .priceb {
        font-size: 15px
    }

    #page .prodgrid .products-list__block .product-miniature .infoprod .current-price .priceb.is_disc,
    #page .prodgrid .products-list__block .product-miniature .infoprod .current-price .priceb.is_disc_off {
        font-size: 16px
    }

    #page .prodgrid .products-list__block .product-miniature .infoprod .product-prices .price--regular {
        font-size: 13px
    }

    #page .prodgrid .products-list__block .product-miniature .infoprod .product-prices .netto {
        font-size: 11px
    }
}

@media(min-width:768px)and (max-width:991px) {
    #page .prodgrid .products-list__block .product-miniature .infoprod .current-price {
        font-size: 14px
    }

    #page .prodgrid .products-list__block .product-miniature .infoprod .current-price .priceb {
        font-size: 17px
    }

    #page .prodgrid .products-list__block .product-miniature .infoprod .current-price .priceb.is_disc,
    #page .prodgrid .products-list__block .product-miniature .infoprod .current-price .priceb.is_disc_off {
        font-size: 18px
    }

    #page .prodgrid .products-list__block .product-miniature .infoprod .product-prices .price--regular {
        font-size: 15px
    }

    #page .prodgrid .products-list__block .product-miniature .infoprod .product-prices .netto {
        font-size: 13px
    }
}

@media(max-width:767px) {
    #page .prodgrid .products-list__block .product-miniature .infoprod .warianty_text {
        font-size: 11px;
        font-weight: 600;
        line-height: 13px
    }

    #page .prodgrid .products-list__block .product-miniature .infoprod .qty-q {
        font-size: 11px;
        line-height: 13px;
        min-height: 0;
        padding: 9px 0 14px
    }

    #page .prodgrid .products-list__block .product-miniature .infoprod .current-price {
        font-size: 14px
    }

    #page .prodgrid .products-list__block .product-miniature .infoprod .current-price .priceb {
        font-size: 17px
    }

    #page .prodgrid .products-list__block .product-miniature .infoprod .current-price .priceb.is_disc,
    #page .prodgrid .products-list__block .product-miniature .infoprod .current-price .priceb.is_disc_off {
        font-size: 18px
    }

    #page .prodgrid .products-list__block .product-miniature .infoprod .product-prices {
        flex-direction: column
    }

    #page .prodgrid .products-list__block .product-miniature .infoprod .product-prices .price--regular {
        font-size: 15px
    }

    #page .prodgrid .products-list__block .product-miniature .infoprod .product-prices .netto {
        font-size: 11px
    }
}

@media(max-width:476px) {
    #page .prodgrid .products-list__block .product-miniature .infoprod .current-price {
        font-size: 14px
    }

    #page .prodgrid .products-list__block .product-miniature .infoprod .current-price .priceb {
        font-size: 17px
    }

    #page .prodgrid .products-list__block .product-miniature .infoprod .current-price .priceb.is_disc,
    #page .prodgrid .products-list__block .product-miniature .infoprod .current-price .priceb.is_disc_off {
        font-size: 18px
    }

    #page .prodgrid .products-list__block .product-miniature .infoprod .product-prices .price--regular {
        font-size: 15px
    }

    #page .prodgrid .products-list__block .product-miniature .infoprod .product-prices .netto {
        font-size: 11px
    }
}

#page .prodgrid .products-list__block .block_listing {
    padding-top: 22px
}

#page .prodgrid .products-list__block .block_listing .aflex {
    background: #f4f4f4;
    border: 0;
    color: #545454;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 22px;
    outline: none;
    padding: 0;
    text-decoration: none;
    text-transform: none
}

#page .prodgrid .products-list__block .block_listing .aflex p {
    color: inherit;
    font: inherit;
    letter-spacing: 0;
    margin: 0;
    padding: 0 0 10px;
    text-transform: inherit
}

#page .prodgrid .products-list__block .block_listing .aflex h4 {
    color: #0b0b0b;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 22px;
    margin: 0;
    padding: 0 0 2px;
    text-transform: none
}

#page .prodgrid .products-list__block .block_listing .aflex .btn {
    min-width: 11.625rem;
    padding: .8125rem .9375rem 1rem
}

#page .prodgrid .products-list__block .block_listing .aflex img.h-100 {
    -o-object-fit: fill;
    object-fit: fill
}

#page .prodgrid .products-list__block .block_listing._inpost .aflex {
    align-items: flex-start !important;
    background: linear-gradient(180deg, #c5c3c4 0, #cfcccd)
}

#page .prodgrid .products-list__block .block_listing._inpost .aflex .tekst {
    align-items: flex-start !important;
    justify-content: flex-start !important;
    padding: 20px 20px 40px !important;
    width: 100%
}

#page .prodgrid .products-list__block .block_listing._inpost .aflex .tekst .tekstflex {
    flex: 0 0 100%
}

#page .prodgrid .products-list__block .block_listing._inpost .aflex .tekst .tekstflex h4 {
    color: #3d3d3d;
    font-size: 30px;
    font-weight: 500;
    line-height: 36px;
    padding-left: 3px
}

#page .prodgrid .products-list__block .block_listing._inpost .aflex .tekst .tekstflex p {
    color: #fff;
    font-size: 30px;
    font-weight: 500;
    line-height: 36px;
    padding-left: 3px
}

#page .prodgrid .products-list__block .block_listing._inpost .aflex .tekst .tekstflex .imgpost {
    display: flex;
    justify-content: flex-end;
    padding-bottom: 7px
}

#page .prodgrid .products-list__block .block_listing._inpost .aflex .tekst .tekstflex .imgpost img {
    border: 0;
    display: block;
    height: auto;
    margin: 0;
    max-width: 100%
}

#page .prodgrid .products-list__block .block_listing._inpost .aflex .obraz img {
    max-width: 245px
}

@media(max-width:767px) {
    #page .prodgrid .products-list__block .block_listing._inpost .aflex .tekst {
        justify-content: flex-start !important;
        padding: 20px 10px !important;
        width: 100%
    }

    #page .prodgrid .products-list__block .block_listing._inpost .aflex .tekst .tekstflex {
        flex: 0 0 100%
    }

    #page .prodgrid .products-list__block .block_listing._inpost .aflex .tekst .tekstflex h4,
    #page .prodgrid .products-list__block .block_listing._inpost .aflex .tekst .tekstflex p {
        font-size: 15px;
        line-height: 18px;
        padding-left: 0
    }

    #page .prodgrid .products-list__block .block_listing._inpost .aflex .tekst .tekstflex .imgpost img {
        max-width: 69px
    }

    #page .prodgrid .products-list__block .block_listing._inpost .aflex .obraz img {
        max-width: 85%
    }
}

#page .prodgrid .products-list__block .next-page-custom-button {
    padding-top: 22px
}

#page .prodgrid .products-list__block .next-page-custom-button a {
    background: #f4f4f4;
    font-size: 21px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 25px;
    padding: 15px;
    text-transform: none;
    transition: all .5s ease
}

#page .prodgrid .products-list__block .next-page-custom-button a .nextspan {
    max-height: 80%;
    max-width: 250px;
    min-height: 150px
}

#page .prodgrid .products-list__block .next-page-custom-button a .nextspan .swiper-button-next {
    background: #0e0e0e;
    color: #fff;
    height: 52px;
    width: 52px
}

#page .prodgrid .products-list__block .next-page-custom-button a .nextspan .swiper-button-next:after {
    font-size: 17px
}

#page .prodgrid .products-list__block .next-page-custom-button a:focus,
#page .prodgrid .products-list__block .next-page-custom-button a:hover {
    background: #d1d1d1
}

#page .prodgrid .products-list__block .next-page-custom-button a:focus .nextspan .swiper-button-next,
#page .prodgrid .products-list__block .next-page-custom-button a:hover .nextspan .swiper-button-next {
    background: #3665f3;
    color: #fff
}

@media(max-width:767px) {
    #page .prodgrid .products-list__block {
        border-left: 1px solid #dedede
    }

    #page .prodgrid .products-list__block .block_listing .aflex .btn {
        min-width: 0
    }
}

@media(max-width:576px) {
    #page .prodgrid .products-list__block .cena-flex {
        flex-direction: column;
        height: auto
    }

    #page .prodgrid .products-list__block .cena-flex .cena {
        min-height: 76px
    }
}

@media(max-width:359px) {
    #page .prodgrid {
        grid-template-columns: repeat(1, 1fr)
    }

    #page .colsm-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
}

#module-supercheckout-supercheckout #header {
    position: relative;
    z-index: 1041
}

#module-supercheckout-supercheckout .modal.fade#mobile_top_menu_wrapper.in,
#module-supercheckout-supercheckout .modal.fade#saerchModal.in {
    display: block !important;
    opacity: 1
}

#module-supercheckout-supercheckout #velsof_supercheckout_form #supercheckout-fieldset .form-control.error-form,
#module-supercheckout-supercheckout #velsof_supercheckout_form #supercheckout-fieldset input:not([type=checkbox]):not([type=button]).error-form,
#module-supercheckout-supercheckout #velsof_supercheckout_form #supercheckout-fieldset select.error-form,
#module-supercheckout-supercheckout #velsof_supercheckout_form #supercheckout-fieldset textarea.error-form {
    background-image: none !important
}

#module-supercheckout-supercheckout #supercheckout-fieldset .orangebuttonsmall {
    background: #3665f3 !important;
    border: 0 !important;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    -webkit-border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1.5;
    padding: 8px;
    text-transform: none;
    transition: all .5s ease
}

#module-supercheckout-supercheckout #supercheckout-fieldset .orangebuttonsmall+.orangebuttonsmall,
#module-supercheckout-supercheckout #supercheckout-fieldset .orangebuttonsmall:focus,
#module-supercheckout-supercheckout #supercheckout-fieldset .orangebuttonsmall:hover {
    background: #191919 !important
}

#module-supercheckout-supercheckout #supercheckout-fieldset .orangebuttonsmall+.orangebuttonsmall:focus,
#module-supercheckout-supercheckout #supercheckout-fieldset .orangebuttonsmall+.orangebuttonsmall:hover {
    background: #3665f3 !important
}

#module-supercheckout-supercheckout .supercheckout-checkout-content#logboxerror>* {
    margin: 10px 0 0 !important
}

#module-supercheckout-supercheckout #forgotpasswordlink {
    height: auto;
    padding-bottom: 10px;
    padding-top: 10px
}

#module-supercheckout-supercheckout .header-top__block--cart {
    display: none
}

#module-supercheckout-supercheckout .opc-container {
    padding-top: 30px
}

#module-supercheckout-supercheckout .opc-container label {
    color: #191919;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 21px;
    margin: 0 0 14px;
    text-transform: none
}

#module-supercheckout-supercheckout .opc-container label .supercheckout-required {
    color: #f61d1d !important
}

#module-supercheckout-supercheckout .opc-container .form-group {
    margin-bottom: 30px
}

#module-supercheckout-supercheckout .opc-container .form-control,
#module-supercheckout-supercheckout .opc-container input:not([type=checkbox]):not([type=button]),
#module-supercheckout-supercheckout .opc-container select,
#module-supercheckout-supercheckout .opc-container textarea {
    background-color: #eee;
    border-color: #eee;
    border-radius: 28px;
    -moz-border-radius: 28px;
    -ms-border-radius: 28px;
    -o-border-radius: 28px;
    -webkit-border-radius: 28px;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    color: #191919;
    font-size: 15px;
    font-weight: 400;
    height: 55px;
    padding: 5px 33px 7px
}

#module-supercheckout-supercheckout .opc-container .form-control::-moz-placeholder,
#module-supercheckout-supercheckout .opc-container input:not([type=checkbox]):not([type=button])::-moz-placeholder,
#module-supercheckout-supercheckout .opc-container select::-moz-placeholder,
#module-supercheckout-supercheckout .opc-container textarea::-moz-placeholder {
    color: #545454
}

#module-supercheckout-supercheckout .opc-container .form-control::placeholder,
#module-supercheckout-supercheckout .opc-container input:not([type=checkbox]):not([type=button])::placeholder,
#module-supercheckout-supercheckout .opc-container select::placeholder,
#module-supercheckout-supercheckout .opc-container textarea::placeholder {
    color: #545454
}

#module-supercheckout-supercheckout .opc-container select,
#module-supercheckout-supercheckout .opc-container select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%231E1E1E' viewBox='0 0 13 8'%3E%3Cpath d='M1.909 0 .695 1.214l6.068 6.068 6.068-6.068L11.617.001 6.763 4.855 1.909 0Z'/%3E%3C/svg%3E") no-repeat scroll right 24px center/10px 6px #eee;
    padding-right: 47px
}

#module-supercheckout-supercheckout .opc-container textarea,
#module-supercheckout-supercheckout .opc-container textarea.form-control {
    border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    -webkit-border-radius: 20px;
    height: 105px;
    max-width: 100%;
    min-height: 105px;
    padding: 16px 23px 17px;
    resize: none
}

#module-supercheckout-supercheckout .opc-container .input-box {
    line-height: 1
}

#module-supercheckout-supercheckout .opc-container [type=radio]:not(:checked)+label:before,
#module-supercheckout-supercheckout .opc-container input[type=radio]:checked+label:before {
    border-color: #e5e5e5
}

#module-supercheckout-supercheckout .opc-container input[type=radio]:checked+label:after,
#module-supercheckout-supercheckout .opc-container input[type=radio]:not(:checked)+label:after {
    background: #0e0e0e;
    height: 8px;
    left: 5px;
    top: 5px;
    width: 8px
}

#module-supercheckout-supercheckout .opc-container input[type=checkbox] {
    box-sizing: border-box;
    height: 15px;
    left: 0;
    margin: 0 !important;
    opacity: 0;
    padding: 0;
    position: absolute;
    width: 15px;
    z-index: -1
}

#module-supercheckout-supercheckout .opc-container input[type=checkbox]+label {
    color: gray;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 0;
    padding-left: 28px !important
}

#module-supercheckout-supercheckout .opc-container input[type=checkbox]+label b,
#module-supercheckout-supercheckout .opc-container input[type=checkbox]+label strong {
    font-weight: inherit
}

#module-supercheckout-supercheckout .opc-container input[type=checkbox]+label:before {
    background: 50%/60% 60% no-repeat #fff;
    border: 1px solid #dedede;
    border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    content: "";
    display: block;
    height: 15px;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: .01rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    width: 15px
}

#module-supercheckout-supercheckout .opc-container input[type=checkbox]+label a {
    color: inherit;
    text-decoration: underline
}

#module-supercheckout-supercheckout .opc-container input[type=checkbox]+label a:focus,
#module-supercheckout-supercheckout .opc-container input[type=checkbox]+label a:hover {
    text-decoration: none
}

#module-supercheckout-supercheckout .opc-container input[type=checkbox]:checked~label:before {
    background-color: #191919;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%23fff' d='m6.564.75-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3E%3C/svg%3E");
    color: #fff
}

#module-supercheckout-supercheckout .opc-container .panel {
    background: none;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    margin: 0;
    padding: 0
}

#module-supercheckout-supercheckout .opc-container .panel .panel-body {
    padding: 0
}

#module-supercheckout-supercheckout .opc-container .panel .panel-body .custom-panel.columnleftsort .supercheckout-blocks:not(.confirmCheckoutBack)>div:not(.section-body) {
    margin-bottom: 17px
}

@media(min-width:768px) {
    #module-supercheckout-supercheckout .opc-container .panel .panel-body .custom-panel.columnleftsort .supercheckout-blocks:not(.confirmCheckoutBack)>div:not(.section-body) {
        border: 1px solid #e3e3e3;
        padding: 23px 20px 18px
    }
}

@media(min-width:1200px) {
    #module-supercheckout-supercheckout .opc-container .panel .panel-body .custom-panel.columnleftsort .supercheckout-blocks:not(.confirmCheckoutBack)>div:not(.section-body) {
        padding: 46px 53px 36px
    }
}

#module-supercheckout-supercheckout .opc-container .panel .panel-body .custom-panel h2 {
    background: none;
    border: 0;
    color: #1e1e1e;
    font-size: 29px;
    font-weight: 500;
    line-height: 34px;
    margin: 0 0 25px;
    padding: 0;
    text-transform: none
}

#module-supercheckout-supercheckout .opc-container .panel .panel-body .custom-panel h2 b,
#module-supercheckout-supercheckout .opc-container .panel .panel-body .custom-panel h2 strong {
    font-weight: 300
}

#module-supercheckout-supercheckout .opc-container .panel .panel-body .custom-panel h2 i,
#module-supercheckout-supercheckout .opc-container .panel .panel-body .custom-panel h2:after,
#module-supercheckout-supercheckout .opc-container .panel .panel-body .custom-panel h2:before {
    display: none !important
}

#module-supercheckout-supercheckout .opc-container .panel .panel-body .custom-panel.opc_shoppingcart h2 {
    font-size: 36px;
    line-height: 43px;
    margin-bottom: 16px
}

@media(max-width:767.98px) {
    #module-supercheckout-supercheckout .opc-container .panel .panel-body .custom-panel.opc_confirmcart {
        background: #f4f4f4;
        padding: 0 17px 20px
    }

    #module-supercheckout-supercheckout .opc-container .panel .panel-body .custom-panel.opc_confirmcart .form-control,
    #module-supercheckout-supercheckout .opc-container .panel .panel-body .custom-panel.opc_confirmcart input:not([type=checkbox]):not([type=button]),
    #module-supercheckout-supercheckout .opc-container .panel .panel-body .custom-panel.opc_confirmcart select,
    #module-supercheckout-supercheckout .opc-container .panel .panel-body .custom-panel.opc_confirmcart textarea {
        background-color: #fff;
        border-color: #fff
    }

    #module-supercheckout-supercheckout .opc-container .panel .panel-body .custom-panel.opc_confirmcart select,
    #module-supercheckout-supercheckout .opc-container .panel .panel-body .custom-panel.opc_confirmcart select.form-control {
        background-color: #fff
    }

    #module-supercheckout-supercheckout .opc-container .panel .panel-body .custom-panel.opc_confirmcart .orangebutton {
        background: #3665f3 !important;
        border: 0 !important;
        border-radius: 28px;
        -moz-border-radius: 28px;
        -ms-border-radius: 28px;
        -o-border-radius: 28px;
        -webkit-border-radius: 28px;
        font-size: .875rem;
        font-weight: 500;
        line-height: 1.5;
        padding: .9375rem .9375rem 1.1875rem;
        text-transform: none
    }

    #module-supercheckout-supercheckout .opc-container .panel .panel-body .custom-panel.opc_confirmcart .orangebutton:focus,
    #module-supercheckout-supercheckout .opc-container .panel .panel-body .custom-panel.opc_confirmcart .orangebutton:hover {
        background: #191919 !important
    }

    #module-supercheckout-supercheckout .opc-container .panel .panel-body .custom-panel.opc_confirmcart .card {
        background: #f4f4f4;
        border: 0;
        border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        -webkit-border-radius: 0;
        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        margin: 0 0 5px
    }

    #module-supercheckout-supercheckout .opc-container .panel .panel-body .custom-panel.opc_confirmcart .card .card {
        margin-bottom: 0
    }

    #module-supercheckout-supercheckout .opc-container .panel .panel-body .custom-panel.opc_confirmcart .card .card-header {
        background: none;
        border: 0;
        border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        -webkit-border-radius: 0;
        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        margin: 0;
        padding: 0
    }

    #module-supercheckout-supercheckout .opc-container .panel .panel-body .custom-panel.opc_confirmcart .card .card-header .cart-title {
        align-items: first baseline;
        background: none;
        border: 0;
        color: #0b0b0b;
        display: flex;
        font-size: 15px;
        font-weight: 500;
        line-height: 18px;
        margin: 0;
        padding: 13px 17px 15.85px;
        text-shadow: none;
        text-transform: none
    }

    #module-supercheckout-supercheckout .opc-container .panel .panel-body .custom-panel.opc_confirmcart .card .card-header .cart-title:focus,
    #module-supercheckout-supercheckout .opc-container .panel .panel-body .custom-panel.opc_confirmcart .card .card-header .cart-title:hover {
        cursor: pointer
    }

    #module-supercheckout-supercheckout .opc-container .panel .panel-body .custom-panel.opc_confirmcart .card .card-header .cart-title .small_fix small {
        color: #545454;
        display: block;
        font-size: 12px;
        font-weight: 400;
        line-height: 17px;
        padding-top: 1px
    }

    #module-supercheckout-supercheckout .opc-container .panel .panel-body .custom-panel.opc_confirmcart .card .card-header .cart-title .svgflex {
        margin-right: 5px;
        min-width: 31px
    }

    #module-supercheckout-supercheckout .opc-container .panel .panel-body .custom-panel.opc_confirmcart .card .card-header .cart-title .svgflex svg {
        overflow: visible
    }

    #module-supercheckout-supercheckout .opc-container .panel .panel-body .custom-panel.opc_confirmcart .card .card-header .cart-title .arrows {
        margin: 0 8px 0 auto;
        padding: 0 0 0 5px;
        position: relative;
        top: 2px
    }

    #module-supercheckout-supercheckout .opc-container .panel .panel-body .custom-panel.opc_confirmcart .card .card-header .cart-title .arrows .arrow {
        display: inline-block;
        flex: 0 0 1.071875rem;
        height: 1.071875rem;
        margin: 0;
        position: relative;
        width: 1.071875rem
    }

    #module-supercheckout-supercheckout .opc-container .panel .panel-body .custom-panel.opc_confirmcart .card .card-header .cart-title .arrows .arrow span {
        background: #0e0e0e;
        display: inline-block;
        height: .1rem;
        position: absolute;
        top: .5rem;
        width: .625rem
    }

    #module-supercheckout-supercheckout .opc-container .panel .panel-body .custom-panel.opc_confirmcart .card .card-header .cart-title .arrows .arrow span:first-of-type {
        left: 0;
        transform: rotate(45deg)
    }

    #module-supercheckout-supercheckout .opc-container .panel .panel-body .custom-panel.opc_confirmcart .card .card-header .cart-title .arrows .arrow span:last-of-type {
        right: 0;
        transform: rotate(-45deg)
    }

    #module-supercheckout-supercheckout .opc-container .panel .panel-body .custom-panel.opc_confirmcart .card .card-header .cart-title:not(.collapsed) .arrow span {
        background: #0e0e0e
    }

    #module-supercheckout-supercheckout .opc-container .panel .panel-body .custom-panel.opc_confirmcart .card .card-header .cart-title:not(.collapsed) .arrow span:first-of-type {
        transform: rotate(-45deg)
    }

    #module-supercheckout-supercheckout .opc-container .panel .panel-body .custom-panel.opc_confirmcart .card .card-header .cart-title:not(.collapsed) .arrow span:last-of-type {
        transform: rotate(45deg)
    }

    #module-supercheckout-supercheckout .opc-container .panel .panel-body .custom-panel.opc_confirmcart .card .collapse {
        display: block
    }

    #module-supercheckout-supercheckout .opc-container .panel .panel-body .custom-panel.opc_confirmcart .card .collapse:not([aria-expanded=true]) {
        display: none
    }

    #module-supercheckout-supercheckout .opc-container .panel .panel-body .custom-panel.opc_confirmcart .card .card-body {
        padding: 14px 17px 20px
    }

    #module-supercheckout-supercheckout .opc-container .panel .panel-body .custom-panel.opc_confirmcart .card .card-body hr {
        border-color: #e2e2e2;
        margin: 14px 0
    }

    #module-supercheckout-supercheckout .opc-container .panel .panel-body .custom-panel.opc_confirmcart .card .card-body+.card-body {
        border-top: 0;
        padding-top: 5px
    }
}

#module-supercheckout-supercheckout .opc-container .panel .panel-body .opc_payment_method .alert-infos,
#module-supercheckout-supercheckout .opc-container .panel .panel-body .opc_shipping_method .alert-infos {
    color: #545454
}

#module-supercheckout-supercheckout .opc-container .panel .panel-body #complete_cart_summary>#confirmCheckout {
    margin-bottom: 30px
}

#module-supercheckout-supercheckout .opc-container .panel .panel-body #complete_cart_summary>#confirmCheckout:not(.shopping-cart-totals) {
    display: none
}

@media(min-width:1200px) {
    #module-supercheckout-supercheckout .opc-container .panel .panel-body .custom-panel.kb_mobile_sc_respo {
        position: sticky;
        top: 100px
    }
}

#module-supercheckout-supercheckout .opc-container .panel .panel-body .custom-panel.kb_mobile_sc_respo [class*=col-] {
    min-height: 0
}

#module-supercheckout-supercheckout .opc-container .panel .panel-body .custom-panel.kb_mobile_sc_respo #confirmCheckout+#confirmCheckout {
    display: none
}

#module-supercheckout-supercheckout .opc-container .panel .panel-body .custom-panel.kb_mobile_sc_respo .opc_confirmcart {
    background: #f4f4f4;
    margin: 0 0 5px;
    padding: 25px 17px 20px
}

#module-supercheckout-supercheckout .opc-container .panel .panel-body .custom-panel.kb_mobile_sc_respo .opc_confirmcart .form-control,
#module-supercheckout-supercheckout .opc-container .panel .panel-body .custom-panel.kb_mobile_sc_respo .opc_confirmcart input:not([type=checkbox]):not([type=button]),
#module-supercheckout-supercheckout .opc-container .panel .panel-body .custom-panel.kb_mobile_sc_respo .opc_confirmcart select,
#module-supercheckout-supercheckout .opc-container .panel .panel-body .custom-panel.kb_mobile_sc_respo .opc_confirmcart textarea {
    background-color: #fff;
    border-color: #fff
}

#module-supercheckout-supercheckout .opc-container .panel .panel-body .custom-panel.kb_mobile_sc_respo .opc_confirmcart select,
#module-supercheckout-supercheckout .opc-container .panel .panel-body .custom-panel.kb_mobile_sc_respo .opc_confirmcart select.form-control {
    background-color: #fff
}

#module-supercheckout-supercheckout .opc-container .panel .panel-body .custom-panel.kb_mobile_sc_respo .opc_confirmcart .orangebutton {
    background: #3665f3 !important;
    border: 0 !important;
    border-radius: 28px;
    -moz-border-radius: 28px;
    -ms-border-radius: 28px;
    -o-border-radius: 28px;
    -webkit-border-radius: 28px;
    font-size: .875rem;
    font-weight: 500;
    line-height: 1.5;
    padding: .9375rem .9375rem 1.1875rem;
    text-transform: none
}

#module-supercheckout-supercheckout .opc-container .panel .panel-body .custom-panel.kb_mobile_sc_respo .opc_confirmcart .orangebutton:focus,
#module-supercheckout-supercheckout .opc-container .panel .panel-body .custom-panel.kb_mobile_sc_respo .opc_confirmcart .orangebutton:hover {
    background: #191919 !important
}

#module-supercheckout-supercheckout .opc-container .panel .panel-body .custom-panel.kb_mobile_sc_respo .newsletter-container {
    background: #f4f4f4;
    margin: 0 0 5px;
    padding: 25px 15px 19px
}

#module-supercheckout-supercheckout .opc-container .panel .panel-body .custom-panel.kb_mobile_sc_respo .newsletter-container .container {
    max-width: none;
    padding: 0;
    width: auto
}

#module-supercheckout-supercheckout .opc-container .panel .panel-body .custom-panel.kb_mobile_sc_respo .newsletter-container .container .row {
    margin: 0
}

#module-supercheckout-supercheckout .opc-container .panel .panel-body .custom-panel.kb_mobile_sc_respo .newsletter-container .container .row [class*=col-] {
    clear: none;
    flex: inherit;
    float: none;
    margin: 0;
    max-width: none;
    padding: 0;
    width: auto
}

#module-supercheckout-supercheckout .opc-container .panel .panel-body .custom-panel.kb_mobile_sc_respo .newsletter-container .container .row [class*=col-] form .col-12,
#module-supercheckout-supercheckout .opc-container .panel .panel-body .custom-panel.kb_mobile_sc_respo .newsletter-container .container .row [class*=col-] form .col-xs-12 {
    flex: 0 0 100%
}

#module-supercheckout-supercheckout .opc-container .panel .panel-body .custom-panel.kb_mobile_sc_respo .newsletter-container #block-newsletter-label {
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 20px;
    padding-bottom: 10px;
    padding-top: 0
}

#module-supercheckout-supercheckout .opc-container .panel .panel-body .custom-panel.kb_mobile_sc_respo .newsletter-container #block-newsletter-label .span-yellow {
    padding-bottom: 3px
}

#module-supercheckout-supercheckout .opc-container .panel .panel-body .custom-panel.kb_mobile_sc_respo .newsletter-container #block-newsletter-label p {
    margin-bottom: 10px
}

#module-supercheckout-supercheckout .opc-container .panel .panel-body .custom-panel.kb_mobile_sc_respo .newsletter-container #block-newsletter-label p+p {
    font-size: 12px;
    letter-spacing: 0;
    line-height: 17px
}

#module-supercheckout-supercheckout .opc-container .panel .panel-body .custom-panel.kb_mobile_sc_respo .newsletter-container #block-newsletter-label .text-muted {
    display: none !important
}

#module-supercheckout-supercheckout .opc-container .panel .panel-body .custom-panel.kb_mobile_sc_respo .newsletter-container #gdpr_consent .custom-control .custom-control-label {
    line-height: 18px
}

#module-supercheckout-supercheckout .opc-container .panel .panel-body .custom-panel.kb_mobile_sc_respo .card {
    background: #f4f4f4;
    border: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    margin: 0 0 5px
}

#module-supercheckout-supercheckout .opc-container .panel .panel-body .custom-panel.kb_mobile_sc_respo .card .card {
    margin-bottom: 0
}

#module-supercheckout-supercheckout .opc-container .panel .panel-body .custom-panel.kb_mobile_sc_respo .card .card-header {
    background: none;
    border: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    margin: 0;
    padding: 0
}

#module-supercheckout-supercheckout .opc-container .panel .panel-body .custom-panel.kb_mobile_sc_respo .card .card-header .cart-title {
    align-items: first baseline;
    background: none;
    border: 0;
    color: #0b0b0b;
    display: flex;
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
    margin: 0;
    padding: 13px 17px 15.85px;
    text-shadow: none;
    text-transform: none
}

#module-supercheckout-supercheckout .opc-container .panel .panel-body .custom-panel.kb_mobile_sc_respo .card .card-header .cart-title:focus,
#module-supercheckout-supercheckout .opc-container .panel .panel-body .custom-panel.kb_mobile_sc_respo .card .card-header .cart-title:hover {
    cursor: pointer
}

#module-supercheckout-supercheckout .opc-container .panel .panel-body .custom-panel.kb_mobile_sc_respo .card .card-header .cart-title .small_fix small {
    color: #545454;
    display: block;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    padding-top: 1px
}

#module-supercheckout-supercheckout .opc-container .panel .panel-body .custom-panel.kb_mobile_sc_respo .card .card-header .cart-title .svgflex {
    margin-right: 5px;
    min-width: 31px
}

#module-supercheckout-supercheckout .opc-container .panel .panel-body .custom-panel.kb_mobile_sc_respo .card .card-header .cart-title .svgflex svg {
    overflow: visible
}

#module-supercheckout-supercheckout .opc-container .panel .panel-body .custom-panel.kb_mobile_sc_respo .card .card-header .cart-title .arrows {
    margin: 0 8px 0 auto;
    padding: 0 0 0 5px;
    position: relative;
    top: 2px
}

#module-supercheckout-supercheckout .opc-container .panel .panel-body .custom-panel.kb_mobile_sc_respo .card .card-header .cart-title .arrows .arrow {
    display: inline-block;
    flex: 0 0 1.071875rem;
    height: 1.071875rem;
    margin: 0;
    position: relative;
    width: 1.071875rem
}

#module-supercheckout-supercheckout .opc-container .panel .panel-body .custom-panel.kb_mobile_sc_respo .card .card-header .cart-title .arrows .arrow span {
    background: #0e0e0e;
    display: inline-block;
    height: .1rem;
    position: absolute;
    top: .5rem;
    width: .625rem
}

#module-supercheckout-supercheckout .opc-container .panel .panel-body .custom-panel.kb_mobile_sc_respo .card .card-header .cart-title .arrows .arrow span:first-of-type {
    left: 0;
    transform: rotate(45deg)
}

#module-supercheckout-supercheckout .opc-container .panel .panel-body .custom-panel.kb_mobile_sc_respo .card .card-header .cart-title .arrows .arrow span:last-of-type {
    right: 0;
    transform: rotate(-45deg)
}

#module-supercheckout-supercheckout .opc-container .panel .panel-body .custom-panel.kb_mobile_sc_respo .card .card-header .cart-title:not(.collapsed) .arrow span {
    background: #0e0e0e
}

#module-supercheckout-supercheckout .opc-container .panel .panel-body .custom-panel.kb_mobile_sc_respo .card .card-header .cart-title:not(.collapsed) .arrow span:first-of-type {
    transform: rotate(-45deg)
}

#module-supercheckout-supercheckout .opc-container .panel .panel-body .custom-panel.kb_mobile_sc_respo .card .card-header .cart-title:not(.collapsed) .arrow span:last-of-type {
    transform: rotate(45deg)
}

#module-supercheckout-supercheckout .opc-container .panel .panel-body .custom-panel.kb_mobile_sc_respo .card .collapse {
    display: block
}

#module-supercheckout-supercheckout .opc-container .panel .panel-body .custom-panel.kb_mobile_sc_respo .card .collapse:not([aria-expanded=true]) {
    display: none
}

#module-supercheckout-supercheckout .opc-container .panel .panel-body .custom-panel.kb_mobile_sc_respo .card .card-body {
    padding: 14px 17px 20px
}

#module-supercheckout-supercheckout .opc-container .panel .panel-body .custom-panel.kb_mobile_sc_respo .card .card-body hr {
    border-color: #e2e2e2;
    margin: 14px 0
}

#module-supercheckout-supercheckout .opc-container .panel .panel-body .custom-panel.kb_mobile_sc_respo .card .card-body+.card-body {
    border-top: 0;
    padding-top: 5px
}

#module-supercheckout-supercheckout .opc-container .panel .panel-body .custom-panel.kb_mobile_sc_respo .card .rewardsBody {
    padding: 14px 17px 20px
}

#module-supercheckout-supercheckout .opc-container .panel .panel-body .custom-panel.kb_mobile_sc_respo .card .rewardsBody .form-group {
    margin: 0
}

#module-supercheckout-supercheckout .opc-container .panel .panel-body .custom-panel.kb_mobile_sc_respo .card .rewardsBody #voucher-form {
    float: none;
    gap: 7px;
    max-width: 100%;
    width: 100%
}

#module-supercheckout-supercheckout .opc-container .panel .panel-body .custom-panel.kb_mobile_sc_respo .card .rewardsBody #voucher-form .form-control {
    background-color: #fff;
    border-color: #fff;
    color: #191919;
    font-size: 14px
}

#module-supercheckout-supercheckout .opc-container .panel .panel-body .custom-panel.kb_mobile_sc_respo .card .rewardsBody #voucher-form .input-group-btn #button-coupon {
    border-radius: 28px;
    -moz-border-radius: 28px;
    -ms-border-radius: 28px;
    -o-border-radius: 28px;
    -webkit-border-radius: 28px;
    height: 55px !important;
    margin: 0;
    min-width: 115px
}

#module-supercheckout-supercheckout .opc-container .panel .panel-body .custom-panel.kb_mobile_sc_respo .card .rewardsBody .cart_discount li {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 17px
}

#module-supercheckout-supercheckout .opc-container .panel .panel-body .custom-panel.kb_mobile_sc_respo .card .rewardsBody .cart_discount li>* {
    color: inherit;
    font: inherit
}

#module-supercheckout-supercheckout .opc-container .panel .panel-body .custom-panel.kb_mobile_sc_respo .card .rewardsBody .cart_discount li label {
    padding: 0
}

#module-supercheckout-supercheckout .opc-container .panel .panel-body .custom-panel.kb_mobile_sc_respo .cart-summary-line {
    color: #191919;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 17px
}

#module-supercheckout-supercheckout .opc-container .panel .panel-body .custom-panel.kb_mobile_sc_respo .cart-summary-line:not(:last-child) {
    margin-bottom: 5px
}

#module-supercheckout-supercheckout .opc-container .panel .panel-body .custom-panel.kb_mobile_sc_respo .cart-summary-line>* {
    color: inherit;
    font: inherit
}

#module-supercheckout-supercheckout .opc-container .panel .panel-body .custom-panel.kb_mobile_sc_respo .cart-summary-line .label,
#module-supercheckout-supercheckout .opc-container .panel .panel-body .custom-panel.kb_mobile_sc_respo .cart-summary-line label {
    padding: 0
}

#module-supercheckout-supercheckout .opc-container .panel .panel-body .custom-panel.kb_mobile_sc_respo .cart-summary-line .value {
    text-align: right
}

#module-supercheckout-supercheckout .opc-container .panel .panel-body .custom-panel.kb_mobile_sc_respo .cart-summary-line#supercehckout_summary_total_discount .value {
    color: #10b970;
    font-weight: 500
}

#module-supercheckout-supercheckout .opc-container .panel .panel-body .custom-panel.kb_mobile_sc_respo .cart-summary-line.cart-total {
    font-weight: 700
}

#module-supercheckout-supercheckout .opc-container .panel .panel-body .custom-panel.kb_mobile_sc_respo .cart-summary-line.cart-total .netto {
    color: #191919;
    display: block;
    font-size: 10px;
    font-weight: 400;
    line-height: 12px;
    padding-top: 2px
}

#module-supercheckout-supercheckout .opc-container .panel .panel-body .cart_list_item {
    border: 0;
    margin: 0
}

#module-supercheckout-supercheckout .opc-container .panel .panel-body .shopping-cart-totals .cart_list_item {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 15px 0 20px;
    position: relative
}

#module-supercheckout-supercheckout .opc-container .panel .panel-body .shopping-cart-totals .cart_list_item:not(:last-child) {
    border-bottom: 1px solid #ededed
}

#module-supercheckout-supercheckout .opc-container .panel .panel-body .shopping-cart-totals .cart_list_item:after,
#module-supercheckout-supercheckout .opc-container .panel .panel-body .shopping-cart-totals .cart_list_item:before {
    display: none !important
}

@media(min-width:768px) {
    #module-supercheckout-supercheckout .opc-container .panel .panel-body .shopping-cart-totals .cart_list_item {
        flex-wrap: nowrap
    }
}

#module-supercheckout-supercheckout .opc-container .panel .panel-body .shopping-cart-totals .cart_list_item>div {
    margin: 0;
    padding: 0 10px;
    position: static;
    width: auto
}

#module-supercheckout-supercheckout .opc-container .panel .panel-body .shopping-cart-totals .cart_list_item .Cart-product-Image {
    flex: 0 0 65px;
    max-width: 65px;
    order: -3
}

@media(min-width:992px) {
    #module-supercheckout-supercheckout .opc-container .panel .panel-body .shopping-cart-totals .cart_list_item .Cart-product-Image {
        flex: 0 0 95px;
        max-width: 95px
    }
}

#module-supercheckout-supercheckout .opc-container .panel .panel-body .shopping-cart-totals .cart_list_item .Cart-product-Image .product_img {
    border: 0
}

#module-supercheckout-supercheckout .opc-container .panel .panel-body .shopping-cart-totals .cart_list_item .shopping-cart-description {
    flex: 0 0 calc(100% - 8.125rem);
    max-width: calc(100% - 8.125rem);
    order: -2
}

#module-supercheckout-supercheckout .opc-container .panel .panel-body .shopping-cart-totals .cart_list_item .shopping-cart-description p {
    color: #0e0e0e;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 17px;
    margin: 0;
    padding: 0;
    text-transform: none;
    width: auto
}

#module-supercheckout-supercheckout .opc-container .panel .panel-body .shopping-cart-totals .cart_list_item .shopping-cart-description p .font-weight-bold {
    font-weight: inherit !important
}

#module-supercheckout-supercheckout .opc-container .panel .panel-body .shopping-cart-totals .cart_list_item .shopping-cart-description .product-title {
    color: #191919;
    font-size: 13px;
    font-weight: 700;
    line-height: 15px;
    margin-bottom: 6px !important
}

#module-supercheckout-supercheckout .opc-container .panel .panel-body .shopping-cart-totals .cart_list_item .shopping-cart-description .product-reference {
    font-size: 11px;
    line-height: 13px
}

#module-supercheckout-supercheckout .opc-container .panel .panel-body .shopping-cart-totals .cart_list_item .shopping-cart-description .product-reference svg {
    flex: 0 0 9px !important;
    margin-top: -2px
}

@media(min-width:768px) {
    #module-supercheckout-supercheckout .opc-container .panel .panel-body .shopping-cart-totals .cart_list_item .shopping-cart-description {
        flex: 1 1 auto;
        max-width: 170px
    }
}

@media(min-width:1200px) {
    #module-supercheckout-supercheckout .opc-container .panel .panel-body .shopping-cart-totals .cart_list_item .shopping-cart-description {
        max-width: 230px
    }
}

@media(min-width:992px)and (max-width:1399px) {
    #module-supercheckout-supercheckout .opc-container .panel .panel-body .shopping-cart-totals .cart_list_item .shopping-cart-description {
        max-width: 170px
    }
}

#module-supercheckout-supercheckout .opc-container .panel .panel-body .shopping-cart-totals .cart_list_item .shopping-cart-available .warianty_text {
    color: #191919;
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    margin-bottom: 15px
}

#module-supercheckout-supercheckout .opc-container .panel .panel-body .shopping-cart-totals .cart_list_item .shopping-cart-available .warianty_text+.qty-q {
    min-height: 0
}

#module-supercheckout-supercheckout .opc-container .panel .panel-body .shopping-cart-totals .cart_list_item .shopping-cart-available .qty-q {
    color: #838383;
    font-size: 10px;
    font-weight: 400;
    line-height: 12px;
    min-height: 0;
    padding: 0
}

#module-supercheckout-supercheckout .opc-container .panel .panel-body .shopping-cart-totals .cart_list_item .shopping-cart-available .qty-q .qty-flex {
    gap: 0 8px
}

#module-supercheckout-supercheckout .opc-container .panel .panel-body .shopping-cart-totals .cart_list_item .shopping-cart-available .qty-q .qty-flex>span {
    white-space: nowrap
}

#module-supercheckout-supercheckout .opc-container .panel .panel-body .shopping-cart-totals .cart_list_item .shopping-cart-available .qty-q .qty-flex>.green-circle,
#module-supercheckout-supercheckout .opc-container .panel .panel-body .shopping-cart-totals .cart_list_item .shopping-cart-available .qty-q .qty-flex>.red-circle {
    flex: 0 0 15px;
    height: 15px;
    max-width: 15px;
    width: 15px
}

@media(max-width:767.98px) {
    #module-supercheckout-supercheckout .opc-container .panel .panel-body .shopping-cart-totals .cart_list_item .shopping-cart-available {
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 75px
    }
}

#module-supercheckout-supercheckout .opc-container .panel .panel-body .shopping-cart-totals .cart_list_item .shopping-product-price {
    flex: 1;
    text-align: left
}

@media(min-width:768px) {
    #module-supercheckout-supercheckout .opc-container .panel .panel-body .shopping-cart-totals .cart_list_item .shopping-product-price {
        max-width: 167px
    }
}

@media(min-width:1200px) {
    #module-supercheckout-supercheckout .opc-container .panel .panel-body .shopping-cart-totals .cart_list_item .shopping-product-price {
        max-width: 197px
    }
}

@media(min-width:992px)and (max-width:1399px) {
    #module-supercheckout-supercheckout .opc-container .panel .panel-body .shopping-cart-totals .cart_list_item .shopping-product-price {
        max-width: 167px
    }
}

@media(max-width:767.98px) {
    #module-supercheckout-supercheckout .opc-container .panel .panel-body .shopping-cart-totals .cart_list_item .shopping-product-price {
        padding-top: .9375rem
    }
}

#module-supercheckout-supercheckout .opc-container .panel .panel-body .shopping-cart-totals .cart_list_item .shopping-product-price .current-price {
    color: #191919;
    font-size: 13px;
    font-weight: 400;
    line-height: 15px;
    margin-bottom: 3px
}

#module-supercheckout-supercheckout .opc-container .panel .panel-body .shopping-cart-totals .cart_list_item .shopping-product-price .current-price .price {
    color: inherit;
    font: inherit;
    font-weight: 700
}

#module-supercheckout-supercheckout .opc-container .panel .panel-body .shopping-cart-totals .cart_list_item .shopping-product-price .current-price .price b,
#module-supercheckout-supercheckout .opc-container .panel .panel-body .shopping-cart-totals .cart_list_item .shopping-product-price .current-price .price strong {
    font-size: 18px;
    font-weight: inherit;
    line-height: 22px
}

@media(max-width:767.98px) {

    #module-supercheckout-supercheckout .opc-container .panel .panel-body .shopping-cart-totals .cart_list_item .shopping-product-price .current-price .price b,
    #module-supercheckout-supercheckout .opc-container .panel .panel-body .shopping-cart-totals .cart_list_item .shopping-product-price .current-price .price strong {
        font-size: 14px;
        line-height: 23px
    }

    #module-supercheckout-supercheckout .opc-container .panel .panel-body .shopping-cart-totals .cart_list_item .shopping-product-price .current-price .price b.is_disc,
    #module-supercheckout-supercheckout .opc-container .panel .panel-body .shopping-cart-totals .cart_list_item .shopping-product-price .current-price .price b.is_disc_off,
    #module-supercheckout-supercheckout .opc-container .panel .panel-body .shopping-cart-totals .cart_list_item .shopping-product-price .current-price .price strong.is_disc,
    #module-supercheckout-supercheckout .opc-container .panel .panel-body .shopping-cart-totals .cart_list_item .shopping-product-price .current-price .price strong.is_disc_off {
        padding: 1px 5px
    }
}

#module-supercheckout-supercheckout .opc-container .panel .panel-body .shopping-cart-totals .cart_list_item .shopping-product-price .product-without-taxes {
    color: #838383;
    font-size: 11px;
    font-weight: 400;
    line-height: 13px;
    margin: 0;
    padding: 0
}

@media(max-width:767.98px) {
    #module-supercheckout-supercheckout .opc-container .panel .panel-body .shopping-cart-totals .cart_list_item .shopping-product-price .product-without-taxes {
        font-size: 10px
    }
}

#module-supercheckout-supercheckout .opc-container .panel .panel-body .shopping-cart-totals .cart_list_item .shopping-product-price .product-flags {
    flex-direction: row-reverse !important;
    gap: 6px;
    justify-content: flex-end;
    padding-top: 10px;
    position: static !important
}

#module-supercheckout-supercheckout .opc-container .panel .panel-body .shopping-cart-totals .cart_list_item .shopping-product-price .product-flags li {
    font-size: 10px;
    margin: 0;
    min-width: 37px;
    padding-bottom: 4px;
    padding-top: 4px
}

#module-supercheckout-supercheckout .opc-container .panel .panel-body .shopping-cart-totals .cart_list_item .shopping-product-price .product-flags li.product-flags__flag--on-sale,
#module-supercheckout-supercheckout .opc-container .panel .panel-body .shopping-cart-totals .cart_list_item .shopping-product-price .product-flags li.product-flags__flag--special {
    min-width: 73px
}

#module-supercheckout-supercheckout .opc-container .panel .panel-body .shopping-cart-totals .cart_list_item .shopping-product-price .product-flags li.product-flags__flag--new {
    display: none !important
}

#module-supercheckout-supercheckout .opc-container .panel .panel-body .shopping-cart-totals .cart_list_item .quantity-section {
    flex: 0 0 50%;
    margin: .9375rem 0 0;
    max-width: 50%
}

@media(min-width:768px) {
    #module-supercheckout-supercheckout .opc-container .panel .panel-body .shopping-cart-totals .cart_list_item .quantity-section {
        flex: 0 0 8.125rem;
        margin: 0;
        max-width: 8.125rem
    }
}

#module-supercheckout-supercheckout .opc-container .panel .panel-body .shopping-cart-totals .cart_list_item .quantity-section .bootstrap-touchspin {
    align-items: stretch;
    background-color: #eee;
    border: 0;
    flex-wrap: wrap !important;
    margin: 0 auto;
    max-width: 98px;
    min-width: 98px;
    width: 100%
}

#module-supercheckout-supercheckout .opc-container .panel .panel-body .shopping-cart-totals .cart_list_item .quantity-section .bootstrap-touchspin .input-number {
    background: #eee;
    border: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    color: #838383;
    flex: 1;
    font-size: 14px;
    font-weight: 400;
    height: 32px;
    max-width: 48px;
    outline: none
}

#module-supercheckout-supercheckout .opc-container .panel .panel-body .shopping-cart-totals .cart_list_item .quantity-section .bootstrap-touchspin .input-group-btn {
    width: 25px !important
}

#module-supercheckout-supercheckout .opc-container .panel .panel-body .shopping-cart-totals .cart_list_item .quantity-section .bootstrap-touchspin .input-group-btn .btn-number {
    background: #d0d0d0 !important;
    border: 0 !important;
    color: #838383 !important;
    font-size: .875rem !important;
    font-weight: 500;
    height: 100% !important;
    line-height: 1.5;
    max-width: 25px;
    transition: all .5s ease;
    width: 100%
}

#module-supercheckout-supercheckout .opc-container .panel .panel-body .shopping-cart-totals .cart_list_item .quantity-section .bootstrap-touchspin .input-group-btn .btn-number:focus,
#module-supercheckout-supercheckout .opc-container .panel .panel-body .shopping-cart-totals .cart_list_item .quantity-section .bootstrap-touchspin .input-group-btn .btn-number:hover {
    background-color: #3665f3 !important;
    color: #fff !important
}

#module-supercheckout-supercheckout .opc-container .panel .panel-body .shopping-cart-totals .cart_list_item .productTotalSection {
    flex: 1;
    margin: .9375rem 0 0;
    max-width: 50%;
    text-align: right
}

@media(min-width:768px) {
    #module-supercheckout-supercheckout .opc-container .panel .panel-body .shopping-cart-totals .cart_list_item .productTotalSection {
        flex: 1 1 auto;
        margin: 0;
        max-width: 168px
    }
}

@media(min-width:1200px) {
    #module-supercheckout-supercheckout .opc-container .panel .panel-body .shopping-cart-totals .cart_list_item .productTotalSection {
        max-width: 198px
    }
}

@media(min-width:992px)and (max-width:1399px) {
    #module-supercheckout-supercheckout .opc-container .panel .panel-body .shopping-cart-totals .cart_list_item .productTotalSection {
        max-width: 168px
    }
}

#module-supercheckout-supercheckout .opc-container .panel .panel-body .shopping-cart-totals .cart_list_item .productTotalSection .delete-prices {
    margin-bottom: -28px;
    padding-bottom: 28px
}

@media(max-width:991.98px) {
    #module-supercheckout-supercheckout .opc-container .panel .panel-body .shopping-cart-totals .cart_list_item .productTotalSection .delete-prices {
        margin-bottom: 0;
        padding-bottom: 0;
        position: static !important
    }
}

#module-supercheckout-supercheckout .opc-container .panel .panel-body .shopping-cart-totals .cart_list_item .productTotalSection .product-price {
    color: #191919;
    font-size: 13px;
    font-weight: 400;
    line-height: 15px;
    margin-bottom: 3px
}

#module-supercheckout-supercheckout .opc-container .panel .panel-body .shopping-cart-totals .cart_list_item .productTotalSection .product-price .price {
    color: inherit;
    font: inherit;
    font-weight: 700
}

#module-supercheckout-supercheckout .opc-container .panel .panel-body .shopping-cart-totals .cart_list_item .productTotalSection .product-price .price b,
#module-supercheckout-supercheckout .opc-container .panel .panel-body .shopping-cart-totals .cart_list_item .productTotalSection .product-price .price strong {
    font-size: 18px;
    font-weight: inherit;
    line-height: 22px
}

#module-supercheckout-supercheckout .opc-container .panel .panel-body .shopping-cart-totals .cart_list_item .productTotalSection .product-without-taxes {
    color: #838383;
    font-size: 11px;
    font-weight: 400;
    line-height: 13px;
    margin: 0;
    padding: 0
}

@media(max-width:767.98px) {
    #module-supercheckout-supercheckout .opc-container .panel .panel-body .shopping-cart-totals .cart_list_item .productTotalSection .product-without-taxes {
        font-size: 10px
    }
}

#module-supercheckout-supercheckout .opc-container .panel .panel-body .shopping-cart-totals .cart_list_item .productTotalSection .product-line-grid__block--delete {
    bottom: 0;
    flex: auto;
    line-height: 0;
    max-width: none;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: inherit
}

@media(max-width:991.98px) {
    #module-supercheckout-supercheckout .opc-container .panel .panel-body .shopping-cart-totals .cart_list_item .productTotalSection .product-line-grid__block--delete {
        bottom: auto;
        top: 20px
    }
}

#module-supercheckout-supercheckout .opc-container .panel .panel-body .shopping-cart-totals .cart_list_item .productTotalSection .product-line-grid__block--delete svg {
    overflow: visible
}

#module-supercheckout-supercheckout .opc-container .panel .panel-body .quantity-section .input-group.bootstrap-touchspin input {
    padding: 0
}

#module-supercheckout-supercheckout .opc-container .panel .panel-body .totalTable td {
    color: #191919;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px
}

#module-supercheckout-supercheckout .opc-container .panel .panel-body .totalTable td .price,
#module-supercheckout-supercheckout .opc-container .panel .panel-body .totalTable td b,
#module-supercheckout-supercheckout .opc-container .panel .panel-body .totalTable td strong {
    color: inherit;
    font: inherit
}

#module-supercheckout-supercheckout .opc-container .panel .panel-body .rewardsection .form-group {
    margin-bottom: 10px
}

#module-supercheckout-supercheckout .opc-container .panel .panel-body .rewardsection .totalAmount h3 {
    color: #191919;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    text-align: right
}

#module-supercheckout-supercheckout .opc-container .panel .panel-body .rewardsection .totalAmount h3 .price {
    color: inherit;
    font: inherit;
    min-width: 153px;
    padding: 0 5px
}

@media(max-width:991.98px) {
    #module-supercheckout-supercheckout .opc-container .panel .panel-body .rewardsection .totalAmount h3 {
        font-size: 16px;
        line-height: 20px
    }
}

#module-supercheckout-supercheckout .opc-container .panel .panel-body #complete_cart_summary {
    margin-bottom: 24px
}

#module-supercheckout-supercheckout .opc-container .panel .panel-body #complete_cart_summary .btn-continue {
    border-radius: 28px;
    -moz-border-radius: 28px;
    -ms-border-radius: 28px;
    -o-border-radius: 28px;
    -webkit-border-radius: 28px;
    color: #fff !important;
    gap: 0 26px;
    min-width: 222px;
    padding: 17px 15px 18px
}

#module-supercheckout-supercheckout .opc-container .panel .panel-body #complete_cart_summary .btn-continue i {
    font-family: swiper-icons;
    font-size: 17px;
    font-variant: normal;
    letter-spacing: 0;
    line-height: 1
}

#module-supercheckout-supercheckout .opc-container .panel .panel-body #complete_cart_summary .btn-continue i:before {
    content: "prev"
}

#module-supercheckout-supercheckout .opc-container .orangebuttonapply {
    transition: all .5s ease
}

#module-supercheckout-supercheckout .opc-container .orangebuttonapply:focus,
#module-supercheckout-supercheckout .opc-container .orangebuttonapply:hover {
    background-color: #3665f3 !important;
    border-color: #3665f3 !important;
    color: #fff !important
}

#module-supercheckout-supercheckout .opc-container #checkoutLogin.create_fix .create,
#module-supercheckout-supercheckout .opc-container #checkoutLogin.quest_fix .quest,
#module-supercheckout-supercheckout .opc-container #checkoutLogin:not(.quest_fix):not(.create_fix) .logins {
    display: none
}

#module-supercheckout-supercheckout .opc-container #checkoutLogin h3 {
    border-bottom: 1px solid #ffe1b9;
    color: #1e1e1e;
    font-size: 27px;
    font-weight: 500;
    line-height: 32px;
    margin: 0 0 33px;
    padding: 0 0 19px;
    text-transform: none
}

#module-supercheckout-supercheckout .opc-container #checkoutLogin h5 {
    color: #1e1e1e;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    margin: 0 0 13px;
    padding: 0;
    text-transform: none
}

#module-supercheckout-supercheckout .opc-container #checkoutLogin .circle {
    list-style: none;
    margin: 0 0 25px;
    padding: 0
}

#module-supercheckout-supercheckout .opc-container #checkoutLogin .circle li {
    align-items: center;
    color: #1e1e1e;
    display: flex;
    font-size: 15px;
    font-weight: 400;
    gap: 0 11px;
    line-height: 24px;
    margin: 0;
    padding: 0;
    text-transform: none
}

#module-supercheckout-supercheckout .opc-container #checkoutLogin .circle li:before {
    background: #ff9b1a;
    content: "";
    display: block;
    height: 13px;
    mask-image: url(/themes/falcon/assets/img-dist/11d49e36691ad0edd4565e2abfd47770.svg);
    -webkit-mask-image: url(/themes/falcon/assets/img-dist/11d49e36691ad0edd4565e2abfd47770.svg);
    width: 13px
}

#module-supercheckout-supercheckout .opc-container #checkoutLogin .radio-inline-opt {
    cursor: default;
    flex: 1 !important;
    margin: 0 !important;
    max-width: 100% !important;
    padding: 0 0 20px !important
}

#module-supercheckout-supercheckout .opc-container #checkoutLogin .radio-inline-opt .lab-btn {
    background: #ff9b1a;
    border: 0;
    border-radius: 28px;
    -moz-border-radius: 28px;
    -ms-border-radius: 28px;
    -o-border-radius: 28px;
    -webkit-border-radius: 28px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 21px;
    margin: 0;
    min-width: 222px;
    padding: 16px 15px 19px;
    text-align: center;
    text-transform: none;
    transition: all .5s ease;
    width: auto
}

#module-supercheckout-supercheckout .opc-container #checkoutLogin .radio-inline-opt .lab-btn:focus,
#module-supercheckout-supercheckout .opc-container #checkoutLogin .radio-inline-opt .lab-btn:hover {
    background-color: #3665f3 !important;
    color: #fff !important
}

#module-supercheckout-supercheckout .opc-container #checkoutLogin .radio-inline-opt .radio-chek {
    opacity: 0;
    visibility: hidden
}

#module-supercheckout-supercheckout .opc-container #checkoutLogin .radio-inline-opt .radio-chek:checked+.lab-btn {
    background-color: #3665f3 !important;
    color: #fff !important
}

#module-supercheckout-supercheckout .opc-container #checkoutLogin .radio-inline-opt .radio-inline-bg {
    background: #fff9f2;
    border: 1px solid #ffe0bc;
    padding: 20px 15px 21px
}

@media(min-width:1200px) {
    #module-supercheckout-supercheckout .opc-container #checkoutLogin .radio-inline-opt .radio-inline-bg {
        padding: 40px 35px 42px
    }
}

#module-supercheckout-supercheckout .opc-container #checkoutLogin .radio-inline-opt.quest .radio-inline-bg {
    background-color: #f6f6f6;
    border-color: #e1e1e1
}

#module-supercheckout-supercheckout .opc-container #checkoutLogin .radio-inline-opt.quest .lab-btn {
    background-color: #0e0e0e
}

#module-supercheckout-supercheckout .opc-container #checkoutLogin .radio-inline-opt.quest h3 {
    border-bottom-color: #d6d6d6
}

#module-supercheckout-supercheckout .opc-container #checkoutLogin .radio-inline-opt.quest h5 {
    margin-bottom: 19px
}

#module-supercheckout-supercheckout .opc-container #checkoutLogin .radio-inline-opt.logins .radio-inline-bg {
    background-color: #f8faff;
    border-color: #cad8ff
}

#module-supercheckout-supercheckout .opc-container #checkoutLogin .radio-inline-opt.logins .lab-btn {
    background-color: #3665f3
}

#module-supercheckout-supercheckout .opc-container #checkoutLogin .radio-inline-opt.logins .lab-btn:focus,
#module-supercheckout-supercheckout .opc-container #checkoutLogin .radio-inline-opt.logins .lab-btn:hover {
    background-color: #0e0e0e !important
}

#module-supercheckout-supercheckout .opc-container #checkoutLogin .radio-inline-opt.logins h3 {
    border-bottom-color: #dde6ff
}

#module-supercheckout-supercheckout .opc-container #checkoutLogin .radio-inline-opt.logins h5 {
    margin-bottom: 29px
}

#module-supercheckout-supercheckout .opc-container #checkoutLogin #supercheckout-option {
    align-items: normal;
    margin: 0 -10px !important;
    text-align: left
}

#module-supercheckout-supercheckout .opc-container #checkoutLogin #supercheckout-option .radio-inline-opt {
    flex: 0 0 100% !important;
    margin: 0 !important;
    max-width: 100% !important;
    padding: 0 10px 20px !important
}

@media(min-width:768px) {
    #module-supercheckout-supercheckout .opc-container #checkoutLogin #supercheckout-option .radio-inline-opt {
        flex: 0 0 50% !important;
        max-width: 50% !important
    }
}

#module-supercheckout-supercheckout .opc-container #checkoutLogin .login-form {
    background: #f8faff;
    border: 1px solid #cad8ff;
    margin: 0 0 20px;
    padding: 20px 15px 21px
}

@media(min-width:1200px) {
    #module-supercheckout-supercheckout .opc-container #checkoutLogin .login-form {
        padding: 40px 35px 42px
    }
}

#module-supercheckout-supercheckout .opc-container #checkoutLogin .login-form h3 {
    border-bottom-color: #dde6ff
}

#module-supercheckout-supercheckout .opc-container #checkoutLogin .login-form h5 {
    margin-bottom: 29px
}

#module-supercheckout-supercheckout .opc-container #checkoutLogin .login-form #supercheckout-login-box {
    margin: 0 !important
}

#module-supercheckout-supercheckout .opc-container #checkoutLogin .login-form .loginBtn {
    display: block;
    margin: 0;
    text-align: left
}

#module-supercheckout-supercheckout .opc-container #checkoutLogin .login-form .loginBtn .btn {
    background: #3665f3 !important;
    border: 0 !important;
    border-radius: 28px;
    -moz-border-radius: 28px;
    -ms-border-radius: 28px;
    -o-border-radius: 28px;
    -webkit-border-radius: 28px;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    font-size: 14px;
    font-weight: 500;
    height: auto !important;
    letter-spacing: 0;
    line-height: 21px;
    margin: 0 !important;
    min-width: 156px;
    outline: 0 !important;
    padding: 16px 15px 19px;
    width: auto
}

#module-supercheckout-supercheckout .opc-container #checkoutLogin .login-form .loginBtn .btn:focus,
#module-supercheckout-supercheckout .opc-container #checkoutLogin .login-form .loginBtn .btn:hover {
    background-color: #0e0e0e !important;
    color: #fff !important
}

#module-supercheckout-supercheckout .opc-container .opc_payment_method ul,
#module-supercheckout-supercheckout .opc-container .opc_shipping_method ul {
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(1, 1fr)
}

@media(min-width:768px) {

    #module-supercheckout-supercheckout .opc-container .opc_payment_method ul,
    #module-supercheckout-supercheckout .opc-container .opc_shipping_method ul {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media(min-width:1400px) {

    #module-supercheckout-supercheckout .opc-container .opc_payment_method ul,
    #module-supercheckout-supercheckout .opc-container .opc_shipping_method ul {
        grid-template-columns: repeat(3, 1fr)
    }
}

#module-supercheckout-supercheckout .opc-container .opc_payment_method ul li,
#module-supercheckout-supercheckout .opc-container .opc_shipping_method ul li {
    background: #fff;
    border: 1px solid #e3e3e3;
    clear: none !important;
    display: block;
    margin: 0;
    padding: 0;
    transition: all .5s ease
}

#module-supercheckout-supercheckout .opc-container .opc_payment_method ul li.alert-info,
#module-supercheckout-supercheckout .opc-container .opc_shipping_method ul li.alert-info {
    background: #f6f6f6;
    border-color: #3665f3
}

#module-supercheckout-supercheckout .opc-container .opc_payment_method ul li:focus,
#module-supercheckout-supercheckout .opc-container .opc_payment_method ul li:hover,
#module-supercheckout-supercheckout .opc-container .opc_shipping_method ul li:focus,
#module-supercheckout-supercheckout .opc-container .opc_shipping_method ul li:hover {
    border-color: #3665f3
}

#module-supercheckout-supercheckout .opc-container .opc_payment_method ul li[style*=contents],
#module-supercheckout-supercheckout .opc-container .opc_shipping_method ul li[style*=contents] {
    display: block !important
}

#module-supercheckout-supercheckout .opc-container .opc_payment_method ul li .radio,
#module-supercheckout-supercheckout .opc-container .opc_shipping_method ul li .radio {
    height: 100%;
    margin: 0;
    padding: 0
}

#module-supercheckout-supercheckout .opc-container .opc_payment_method ul li .radio label,
#module-supercheckout-supercheckout .opc-container .opc_shipping_method ul li .radio label {
    display: flex;
    flex-direction: column;
    gap: 3px;
    justify-content: center;
    margin: 0;
    min-height: 108px;
    padding: 10px 15px 10px 55px;
    text-align: left
}

#module-supercheckout-supercheckout .opc-container .opc_payment_method ul li .radio label._is_logo_off,
#module-supercheckout-supercheckout .opc-container .opc_shipping_method ul li .radio label._is_logo_off {
    padding-right: 55px
}

#module-supercheckout-supercheckout .opc-container .opc_payment_method ul li .radio label:after,
#module-supercheckout-supercheckout .opc-container .opc_payment_method ul li .radio label:before,
#module-supercheckout-supercheckout .opc-container .opc_shipping_method ul li .radio label:after,
#module-supercheckout-supercheckout .opc-container .opc_shipping_method ul li .radio label:before {
    bottom: 0;
    margin: auto 0;
    top: 0
}

#module-supercheckout-supercheckout .opc-container .opc_payment_method ul li .radio label:before,
#module-supercheckout-supercheckout .opc-container .opc_shipping_method ul li .radio label:before {
    background-color: #eee;
    border-color: #e6e6e6;
    height: 17px;
    left: 20px;
    width: 17px
}

#module-supercheckout-supercheckout .opc-container .opc_payment_method ul li .radio label:after,
#module-supercheckout-supercheckout .opc-container .opc_shipping_method ul li .radio label:after {
    background-color: #ff9b1a;
    height: 11px;
    left: 23px;
    width: 11px
}

#module-supercheckout-supercheckout .opc-container .opc_payment_method ul li .radio label>span,
#module-supercheckout-supercheckout .opc-container .opc_shipping_method ul li .radio label>span {
    display: block;
    float: none;
    letter-spacing: 0;
    margin: 0;
    padding: 0;
    text-align: inherit;
    text-transform: none
}

#module-supercheckout-supercheckout .opc-container .opc_payment_method ul li .radio label .shippingImage,
#module-supercheckout-supercheckout .opc-container .opc_shipping_method ul li .radio label .shippingImage {
    border: 0;
    bottom: 0;
    height: auto;
    margin: auto 0;
    max-width: 43px;
    position: absolute;
    right: 10px;
    top: 0
}

#module-supercheckout-supercheckout .opc-container .opc_payment_method ul li .radio label .shippingTitle,
#module-supercheckout-supercheckout .opc-container .opc_shipping_method ul li .radio label .shippingTitle {
    color: #0e0e0e;
    font-size: 13px;
    font-weight: 500;
    line-height: 15px
}

#module-supercheckout-supercheckout .opc-container .opc_payment_method ul li .radio label .shippingInfo,
#module-supercheckout-supercheckout .opc-container .opc_shipping_method ul li .radio label .shippingInfo {
    color: #9a9a9a;
    font-size: 11px;
    font-weight: 500;
    line-height: 15px
}

#module-supercheckout-supercheckout .opc-container .opc_payment_method ul li .radio label .shippingPrice,
#module-supercheckout-supercheckout .opc-container .opc_shipping_method ul li .radio label .shippingPrice {
    color: #9a9a9a;
    font-size: 12px;
    font-weight: 400;
    line-height: 21px
}

#module-supercheckout-supercheckout .opc-container .opc_payment_method ul li .radio label.position-absolute,
#module-supercheckout-supercheckout .opc-container .opc_shipping_method ul li .radio label.position-absolute {
    bottom: 0;
    display: block;
    left: 0;
    min-height: 0;
    padding: 0 !important;
    right: 0;
    top: 0;
    z-index: 1
}

#module-supercheckout-supercheckout .opc-container .opc_payment_method ul li .radio .paymentInfo,
#module-supercheckout-supercheckout .opc-container .opc_shipping_method ul li .radio .paymentInfo {
    display: block;
    font-size: 12px;
    margin: 0;
    padding: 0 20px
}

#module-supercheckout-supercheckout .opc-container .opc_payment_method ul li .radio .paymentInfo .payment-additional-info,
#module-supercheckout-supercheckout .opc-container .opc_shipping_method ul li .radio .paymentInfo .payment-additional-info {
    display: block !important
}

#module-supercheckout-supercheckout .opc-container .opc_payment_method ul li .radio .paymentInfo .payment-additional-info .additional-information dd,
#module-supercheckout-supercheckout .opc-container .opc_payment_method ul li .radio .paymentInfo .payment-additional-info .additional-information dl,
#module-supercheckout-supercheckout .opc-container .opc_payment_method ul li .radio .paymentInfo .payment-additional-info .additional-information dt,
#module-supercheckout-supercheckout .opc-container .opc_shipping_method ul li .radio .paymentInfo .payment-additional-info .additional-information dd,
#module-supercheckout-supercheckout .opc-container .opc_shipping_method ul li .radio .paymentInfo .payment-additional-info .additional-information dl,
#module-supercheckout-supercheckout .opc-container .opc_shipping_method ul li .radio .paymentInfo .payment-additional-info .additional-information dt {
    background: none;
    border: 0
}

#module-supercheckout-supercheckout .opc-container .opc_payment_method ul li .radio .paymentInfo .payment-additional-info .additional-information>section,
#module-supercheckout-supercheckout .opc-container .opc_shipping_method ul li .radio .paymentInfo .payment-additional-info .additional-information>section {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 30px
}

@media(min-width:768px) {

    #module-supercheckout-supercheckout .opc-container .opc_payment_method ul li .radio .paymentInfo .payment-additional-info .additional-information>section,
    #module-supercheckout-supercheckout .opc-container .opc_shipping_method ul li .radio .paymentInfo .payment-additional-info .additional-information>section {
        height: 160px
    }
}

#module-supercheckout-supercheckout .opc-container .opc_payment_method ul li .radio .paymentInfo .payment-additional-info .logopay,
#module-supercheckout-supercheckout .opc-container .opc_shipping_method ul li .radio .paymentInfo .payment-additional-info .logopay {
    align-items: center;
    display: flex;
    justify-content: center
}

#module-supercheckout-supercheckout .opc-container .opc_payment_method ul li .radio .paymentInfo .payment-additional-info .logopay span,
#module-supercheckout-supercheckout .opc-container .opc_shipping_method ul li .radio .paymentInfo .payment-additional-info .logopay span {
    background: none no-repeat scroll 0/contain transparent;
    height: 34px;
    margin: auto;
    width: 65px
}

#module-supercheckout-supercheckout .opc-container .opc_payment_method ul li .radio .paymentInfo .payment-additional-info dl+.logopay span,
#module-supercheckout-supercheckout .opc-container .opc_shipping_method ul li .radio .paymentInfo .payment-additional-info dl+.logopay span {
    background-position: 100%
}

#module-supercheckout-supercheckout .opc-container .opc_payment_method ul li .radio .paymentInfo[data-nazwa=nazwa_przelew-tradycyjny] .payment-additional-info .logopay span,
#module-supercheckout-supercheckout .opc-container .opc_shipping_method ul li .radio .paymentInfo[data-nazwa=nazwa_przelew-tradycyjny] .payment-additional-info .logopay span {
    background-image: url(https://static.przelewy24.pl/payment-form-logo/svg/mobile/178)
}

#module-supercheckout-supercheckout .opc-container .opc_payment_method ul li .radio .paymentInfo[data-nazwa=nazwa_zaplac-gotowka-przy-odbiorze] .payment-additional-info .logopay span,
#module-supercheckout-supercheckout .opc-container .opc_shipping_method ul li .radio .paymentInfo[data-nazwa=nazwa_zaplac-gotowka-przy-odbiorze] .payment-additional-info .logopay span {
    background-image: url(https://traderline.pl/modules/supercheckout/views/img/admin/uploads/paymethod39.png)
}

#module-supercheckout-supercheckout .opc-container .opc_payment_method ul li .radio .paymentInfo[data-nazwa=nazwa_zaplac-przez-przelewy24] .payment-additional-info .logopay span,
#module-supercheckout-supercheckout .opc-container .opc_shipping_method ul li .radio .paymentInfo[data-nazwa=nazwa_zaplac-przez-przelewy24] .payment-additional-info .logopay span {
    background-image: url(https://traderline.pl/themes/falcon/assets/img/paylogo/przelewy24.svg)
}

#module-supercheckout-supercheckout .opc-container .opc_payment_method ul li .radio .paymentInfo[data-nazwa=nazwa_blik] .payment-additional-info .fix_name.przelewy24,
#module-supercheckout-supercheckout .opc-container .opc_shipping_method ul li .radio .paymentInfo[data-nazwa=nazwa_blik] .payment-additional-info .fix_name.przelewy24 {
    display: none !important
}

#module-supercheckout-supercheckout .opc-container .opc_payment_method ul li .radio .paymentInfo[data-nazwa=nazwa_blik] .payment-additional-info .fix_name.blik,
#module-supercheckout-supercheckout .opc-container .opc_shipping_method ul li .radio .paymentInfo[data-nazwa=nazwa_blik] .payment-additional-info .fix_name.blik {
    display: block !important
}

#module-supercheckout-supercheckout .opc-container .opc_payment_method ul li .radio .paymentInfo[data-nazwa=nazwa_blik] .payment-additional-info .logopay span,
#module-supercheckout-supercheckout .opc-container .opc_shipping_method ul li .radio .paymentInfo[data-nazwa=nazwa_blik] .payment-additional-info .logopay span {
    background-image: url(https://static.przelewy24.pl/payment-form-logo/svg/181)
}

#module-supercheckout-supercheckout .opc-container .opc_payment_method ul li .radio .paymentInfo[data-nazwa=nazwa_applepay] .payment-additional-info .fix_name.przelewy24,
#module-supercheckout-supercheckout .opc-container .opc_shipping_method ul li .radio .paymentInfo[data-nazwa=nazwa_applepay] .payment-additional-info .fix_name.przelewy24 {
    display: none !important
}

#module-supercheckout-supercheckout .opc-container .opc_payment_method ul li .radio .paymentInfo[data-nazwa=nazwa_applepay] .payment-additional-info .fix_name.apple_pay,
#module-supercheckout-supercheckout .opc-container .opc_shipping_method ul li .radio .paymentInfo[data-nazwa=nazwa_applepay] .payment-additional-info .fix_name.apple_pay {
    display: block !important
}

#module-supercheckout-supercheckout .opc-container .opc_payment_method ul li .radio .paymentInfo[data-nazwa=nazwa_applepay] .payment-additional-info .logopay span,
#module-supercheckout-supercheckout .opc-container .opc_shipping_method ul li .radio .paymentInfo[data-nazwa=nazwa_applepay] .payment-additional-info .logopay span {
    background-image: url(https://static.przelewy24.pl/payment-form-logo/svg/239)
}

#module-supercheckout-supercheckout .opc-container .opc_payment_method ul li .radio .paymentInfo[data-nazwa=nazwa_google-pay] .payment-additional-info .fix_name.przelewy24,
#module-supercheckout-supercheckout .opc-container .opc_shipping_method ul li .radio .paymentInfo[data-nazwa=nazwa_google-pay] .payment-additional-info .fix_name.przelewy24 {
    display: none !important
}

#module-supercheckout-supercheckout .opc-container .opc_payment_method ul li .radio .paymentInfo[data-nazwa=nazwa_google-pay] .payment-additional-info .fix_name.google_pay,
#module-supercheckout-supercheckout .opc-container .opc_shipping_method ul li .radio .paymentInfo[data-nazwa=nazwa_google-pay] .payment-additional-info .fix_name.google_pay {
    display: block !important
}

#module-supercheckout-supercheckout .opc-container .opc_payment_method ul li .radio .paymentInfo[data-nazwa=nazwa_google-pay] .payment-additional-info .logopay span,
#module-supercheckout-supercheckout .opc-container .opc_shipping_method ul li .radio .paymentInfo[data-nazwa=nazwa_google-pay] .payment-additional-info .logopay span {
    background-image: url(https://static.przelewy24.pl/payment-form-logo/svg/238)
}

#module-supercheckout-supercheckout .opc-container .opc_payment_method ul li .radio .paymentInfo[data-nazwa=nazwa_karta-platnicza] .payment-additional-info .fix_name.przelewy24,
#module-supercheckout-supercheckout .opc-container .opc_shipping_method ul li .radio .paymentInfo[data-nazwa=nazwa_karta-platnicza] .payment-additional-info .fix_name.przelewy24 {
    display: none !important
}

#module-supercheckout-supercheckout .opc-container .opc_payment_method ul li .radio .paymentInfo[data-nazwa=nazwa_karta-platnicza] .payment-additional-info .fix_name.karty,
#module-supercheckout-supercheckout .opc-container .opc_shipping_method ul li .radio .paymentInfo[data-nazwa=nazwa_karta-platnicza] .payment-additional-info .fix_name.karty {
    display: block !important
}

#module-supercheckout-supercheckout .opc-container .opc_payment_method ul li .radio .paymentInfo[data-nazwa=nazwa_karta-platnicza] .payment-additional-info .logopay span,
#module-supercheckout-supercheckout .opc-container .opc_shipping_method ul li .radio .paymentInfo[data-nazwa=nazwa_karta-platnicza] .payment-additional-info .logopay span {
    background-image: url(https://static.przelewy24.pl/payment-form-logo/svg/147)
}

#module-supercheckout-supercheckout .opc-container .opc_payment_method ul li .radio .paymentInfo[data-nazwa=nazwa_zaplac-z-paypal] .payment-additional-info .logopay span,
#module-supercheckout-supercheckout .opc-container .opc_shipping_method ul li .radio .paymentInfo[data-nazwa=nazwa_zaplac-z-paypal] .payment-additional-info .logopay span {
    background-image: url(https://static.przelewy24.pl/payment-form-logo/svg/66)
}

#module-supercheckout-supercheckout .opc-container .opc_payment_method ul li .radio .carrier-extra-content .inpost-shipping-button,
#module-supercheckout-supercheckout .opc-container .opc_shipping_method ul li .radio .carrier-extra-content .inpost-shipping-button {
    position: relative;
    z-index: 1
}

#module-supercheckout-supercheckout .opc-container .clear-mobile-div {
    padding: 5px !important;
    width: 100% !important
}

@media(min-width:768px) {
    #module-supercheckout-supercheckout .opc-container .clear-mobile-div {
        display: none
    }
}

@media(max-width:1199.98px) {
    #module-supercheckout-supercheckout .opc-container #supercheckout-columnleft>.row>[class*=col-] {
        flex: 100% !important;
        max-width: 100% !important;
        width: 100% !important
    }
}

#module-supercheckout-supercheckout .opc-container .table-bordered.totalTable tr td.value {
    width: 148px
}

#module-supercheckout-supercheckout .opc-container #supercheckout-fieldset .ikonki_cart {
    align-items: center;
    display: flex;
    gap: 15px;
    justify-content: space-between;
    list-style: none;
    margin: 0;
    padding: 34px 3px 30px
}

#module-supercheckout-supercheckout .opc-container #supercheckout-fieldset .ikonki_cart li {
    align-items: center;
    display: flex;
    gap: 10px 15px;
    margin: 0;
    padding: 0
}

#module-supercheckout-supercheckout .opc-container #supercheckout-fieldset .ikonki_cart li p {
    color: #9a9a9a;
    display: flex;
    flex-direction: column;
    font-size: 13px;
    font-weight: 400;
    gap: 2px;
    line-height: 15px;
    margin: 0;
    padding: 0;
    text-transform: none
}

#module-supercheckout-supercheckout .opc-container #supercheckout-fieldset .ikonki_cart li p b,
#module-supercheckout-supercheckout .opc-container #supercheckout-fieldset .ikonki_cart li p strong {
    color: #0e0e0e;
    font-size: 17px;
    font-weight: 500;
    line-height: 20px
}

@media(max-width:991.98px) {
    #module-supercheckout-supercheckout .opc-container #supercheckout-fieldset .ikonki_cart {
        padding-left: 0;
        padding-right: 0
    }

    #module-supercheckout-supercheckout .opc-container #supercheckout-fieldset .ikonki_cart li p {
        font-size: 11px;
        line-height: 13px
    }

    #module-supercheckout-supercheckout .opc-container #supercheckout-fieldset .ikonki_cart li p b,
    #module-supercheckout-supercheckout .opc-container #supercheckout-fieldset .ikonki_cart li p strong {
        font-size: 12px;
        line-height: 14px
    }
}

@media(max-width:767.98px) {
    #module-supercheckout-supercheckout .opc-container #supercheckout-fieldset .ikonki_cart {
        padding-bottom: 15px;
        padding-top: 17px
    }

    #module-supercheckout-supercheckout .opc-container #supercheckout-fieldset .ikonki_cart li {
        flex-direction: column;
        text-align: center
    }
}

#module-supercheckout-supercheckout .opc-container #supercheckout-fieldset .telefon_cart {
    background: #fff;
    border: 0;
    margin: 0 0 15px;
    overflow: hidden;
    padding: 17px 0 5px;
    position: relative
}

#module-supercheckout-supercheckout .opc-container #supercheckout-fieldset .telefon_cart:after {
    background: url(/themes/falcon/assets/img-dist/a891b49ac1f6cb695af521dac094ff03.png) no-repeat scroll 50%/contain transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 274px;
    position: absolute;
    right: 6.3541666667vw;
    width: 340px;
    z-index: 2
}

#module-supercheckout-supercheckout .opc-container #supercheckout-fieldset .telefon_cart .telefon_bg {
    background: #ededed;
    overflow: hidden;
    padding: 49px 3.4895833333vw 46px;
    position: relative;
    z-index: 1
}

#module-supercheckout-supercheckout .opc-container #supercheckout-fieldset .telefon_cart .telefon_bg:after {
    background: #d0d0d0;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-border-radius: 50%;
    bottom: -200px;
    content: "";
    display: block;
    height: 328px;
    left: 8.6979166667vw;
    position: absolute;
    width: 328px;
    z-index: -1
}

#module-supercheckout-supercheckout .opc-container #supercheckout-fieldset .telefon_cart h4 {
    color: #333;
    font-size: 24px;
    font-weight: 500;
    line-height: 26px;
    margin: 0;
    padding: 0 0 21px;
    text-transform: none
}

#module-supercheckout-supercheckout .opc-container #supercheckout-fieldset .telefon_cart p {
    align-items: center;
    color: #333;
    display: flex;
    flex-wrap: wrap;
    font-size: 18px;
    font-weight: 500;
    gap: 10px;
    line-height: 18px;
    margin: 0;
    padding: 0;
    text-transform: none
}

#module-supercheckout-supercheckout .opc-container #supercheckout-fieldset .telefon_cart p small {
    flex: 0 0 100%;
    font-size: 15px;
    font-weight: 500;
    line-height: 21px;
    max-width: 100%
}

#module-supercheckout-supercheckout .opc-container #supercheckout-fieldset .telefon_cart p a {
    background: #1e1e1e;
    border: 0;
    border-radius: 28px;
    -moz-border-radius: 28px;
    -ms-border-radius: 28px;
    -o-border-radius: 28px;
    -webkit-border-radius: 28px;
    color: #fff;
    display: block;
    padding: 17px 18px 18px;
    text-align: center
}

#module-supercheckout-supercheckout .opc-container #supercheckout-fieldset .telefon_cart p a:focus,
#module-supercheckout-supercheckout .opc-container #supercheckout-fieldset .telefon_cart p a:hover {
    background: #3665f3
}

#module-supercheckout-supercheckout .opc-container #supercheckout-fieldset .telefon_cart p a span {
    color: #ff9b1a
}

@media(min-width:1200px)and (max-width:1450px) {
    #module-supercheckout-supercheckout .opc-container #supercheckout-fieldset .telefon_cart:after {
        right: 20px
    }

    #module-supercheckout-supercheckout .opc-container #supercheckout-fieldset .telefon_cart .telefon_bg {
        padding-left: 20px
    }

    #module-supercheckout-supercheckout .opc-container #supercheckout-fieldset .telefon_cart .telefon_bg:after {
        left: 60px
    }

    #module-supercheckout-supercheckout .opc-container #supercheckout-fieldset .telefon_cart p {
        font-size: 15px
    }
}

@media(max-width:991.98px) {
    #module-supercheckout-supercheckout .opc-container #supercheckout-fieldset .telefon_cart:after {
        height: 121px;
        right: 20px;
        width: 150px
    }

    #module-supercheckout-supercheckout .opc-container #supercheckout-fieldset .telefon_cart .telefon_bg {
        padding-left: 20px
    }

    #module-supercheckout-supercheckout .opc-container #supercheckout-fieldset .telefon_cart .telefon_bg:after {
        bottom: -125px;
        height: 228px;
        left: 60px;
        width: 228px
    }

    #module-supercheckout-supercheckout .opc-container #supercheckout-fieldset .telefon_cart p {
        font-size: 15px
    }
}

@media(max-width:767.98px) {
    #module-supercheckout-supercheckout .opc-container #supercheckout-fieldset .telefon_cart .telefon_bg {
        padding-top: 19px
    }

    #module-supercheckout-supercheckout .opc-container #supercheckout-fieldset .telefon_cart h4 {
        font-size: 17px;
        line-height: 20px;
        padding-bottom: 11px
    }

    #module-supercheckout-supercheckout .opc-container #supercheckout-fieldset .telefon_cart p {
        font-size: 11px
    }

    #module-supercheckout-supercheckout .opc-container #supercheckout-fieldset .telefon_cart p small {
        font-size: 14px;
        line-height: 17px;
        padding-right: 110px
    }

    #module-supercheckout-supercheckout .opc-container #supercheckout-fieldset .telefon_cart p a {
        padding: 10px 18px
    }
}

@media(max-width:520px) {
    #module-supercheckout-supercheckout .opc-container #supercheckout-fieldset .telefon_cart:after {
        height: 81px;
        right: 10px;
        width: 100px
    }
}

#module-supercheckout-supercheckout .modal.fade.show {
    opacity: 1
}

#module-supercheckout-supercheckout .modal.js-inpost-shipping-map-modal.fade .modal-dialog {
    max-width: 60%;
    min-height: 0;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none
}

@media(max-width:1199.98px) {
    #module-supercheckout-supercheckout .modal.js-inpost-shipping-map-modal.fade .modal-dialog {
        max-width: 90%
    }
}

#module-supercheckout-supercheckout .modal.js-inpost-shipping-map-modal.fade .modal-dialog .close {
    background: #191919;
    border-radius: 50%;
    color: #fff;
    height: 30px;
    opacity: 1;
    position: absolute;
    right: -15px;
    text-shadow: none;
    top: -15px;
    transition: all .5s ease;
    width: 30px;
    z-index: 999
}

#module-supercheckout-supercheckout .modal.js-inpost-shipping-map-modal.fade .modal-dialog .close:focus,
#module-supercheckout-supercheckout .modal.js-inpost-shipping-map-modal.fade .modal-dialog .close:hover {
    background: #3665f3
}

#page_off #checkoutLogin,
#page_off #checkoutShippingAddress,
#page_off .confirmCheckoutBack,
#page_off .kb_velsof_sc_overlay,
#page_off .opc_payment_method,
#page_off .opc_shipping_method,
#page_off .pay-loader {
    display: none !important
}

#accordionProduct #ct_matrix tbody td,
#accordionProduct #ct_matrix tbody td .qtybox>.qtybtn,
#accordionProduct #ct_matrix tbody tr,
#blockcart-modal .modal-dialog .modal-header .close,
#faq .card>.card-header h5 .arrow span,
#page .cart-grid-body .cart-container .product-line-grid__block--qty .bootstrap-touchspin .btn,
#page .cart-grid-body .cart-container .product-line-grid__block--total .product-line-grid__block--delete .text-danger,
#page .cart-grid-right .card .card-header .cart-title .arrows .arrow span,
#page .comparators a,
#page .footerafter-container .footerafter a,
#pageUpButton,
#wpposts_slider button.slick-arrow,
#wrapper .ets-ttn-list-reviews-slide button.slick-arrow,
._anim_a,
.additional-nav-top ul li a,
.block-social .btn,
.block-social .btn svg,
.breadcrumb .breadcrumb-item a,
.contact_form .after_form ul li .content p a,
.contact_form .after_form ul li .content p a:after,
.contact_form .after_form ul li .content p a:before,
.contact_form .contactp p a,
.contact_form .form-fields .form-group .custom-control-label a,
.contact_form .form-fields .form-group .custom-file-label:after,
.contact_form .socialp ul li a,
.contact_form .socialp ul li a svg,
.contact_form p.chatp a:after,
.display-toggle__link,
.display-toggle__link svg,
.footer-container .foot-block .text_info a,
.header-top__link,
.links-list__link,
.main-menu__item-link--sub,
.main-menu__item-link--top,
.map_image .rneo_poz .rneo_tip div .link_map a,
.page-link,
.poslistcategories .item-listcategories .list-categories .name_categories,
.poslistcategories .item-listcategories .list-categories .name_categories a,
.products-section-title a,
.search-backdrop,
.search-form__input,
.swiper-button-custom,
.texts-products a {
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    -khtml-transition: all .5s ease
}

.tooltipped {
    position: relative
}

.tooltipped:after {
    word-wrap: break-word;
    -webkit-font-smoothing: subpixel-antialiased;
    background: rgba(0, 0, 0, .8);
    border-radius: 3px;
    color: #fff;
    content: attr(aria-label);
    font: normal normal 11px/1.5 Helvetica, arial, nimbussansl, liberationsans, freesans, clean, sans-serif, Segoe UI Emoji, Segoe UI Symbol;
    letter-spacing: normal;
    padding: 5px 8px;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: pre;
    z-index: 1000000
}

.tooltipped:after,
.tooltipped:before {
    display: none;
    pointer-events: none;
    position: absolute
}

.tooltipped:before {
    border: 5px solid transparent;
    color: rgba(0, 0, 0, .8);
    content: "";
    height: 0;
    width: 0;
    z-index: 1000001
}

.tooltipped:active:after,
.tooltipped:active:before,
.tooltipped:focus:after,
.tooltipped:focus:before,
.tooltipped:hover:after,
.tooltipped:hover:before {
    display: inline-block;
    text-decoration: none
}

.tooltipped-multiline:active:after,
.tooltipped-multiline:focus:after,
.tooltipped-multiline:hover:after {
    display: table-cell
}

.tooltipped-s:after,
.tooltipped-se:after,
.tooltipped-sw:after {
    margin-top: 5px;
    right: 50%;
    top: 100%
}

.tooltipped-s:before,
.tooltipped-se:before,
.tooltipped-sw:before {
    border-bottom-color: rgba(0, 0, 0, .8);
    bottom: -5px;
    margin-right: -5px;
    right: 50%;
    top: auto
}

.tooltipped-se:after {
    left: 50%;
    margin-left: -15px;
    right: auto
}

.tooltipped-sw:after {
    margin-right: -15px
}

.tooltipped-n:after,
.tooltipped-ne:after,
.tooltipped-nw:after {
    bottom: 100%;
    margin-bottom: 5px;
    right: 50%
}

.tooltipped-n:before,
.tooltipped-ne:before,
.tooltipped-nw:before {
    border-top-color: rgba(0, 0, 0, .8);
    bottom: auto;
    margin-right: -5px;
    right: 50%;
    top: -5px
}

.tooltipped-ne:after {
    left: 50%;
    margin-left: -15px;
    right: auto
}

.tooltipped-nw:after {
    margin-right: -15px
}

.tooltipped-n:after,
.tooltipped-s:after {
    transform: translateX(50%)
}

.tooltipped-w:after {
    bottom: 50%;
    margin-right: 5px;
    right: 100%;
    transform: translateY(50%)
}

.tooltipped-w:before {
    border-left-color: rgba(0, 0, 0, .8);
    bottom: 50%;
    left: -5px;
    margin-top: -5px;
    top: 50%
}

.tooltipped-e:after {
    bottom: 50%;
    left: 100%;
    margin-left: 5px;
    transform: translateY(50%)
}

.tooltipped-e:before {
    border-right-color: rgba(0, 0, 0, .8);
    bottom: 50%;
    margin-top: -5px;
    right: -5px;
    top: 50%
}

.tooltipped-multiline:after {
    word-wrap: normal;
    border-collapse: separate;
    max-width: 250px;
    white-space: pre-line;
    width: -moz-max-content;
    width: max-content;
    word-break: break-word
}

.tooltipped-multiline.tooltipped-n:after,
.tooltipped-multiline.tooltipped-s:after {
    left: 50%;
    right: auto;
    transform: translateX(-50%)
}

.tooltipped-multiline.tooltipped-e:after,
.tooltipped-multiline.tooltipped-w:after {
    right: 100%
}

@media screen and (min-width:0\0) {
    .tooltipped-multiline:after {
        width: 250px
    }
}

.tooltipped-sticky:after,
.tooltipped-sticky:before {
    display: inline-block
}

.tooltipped-sticky.tooltipped-multiline:after {
    display: table-cell
}

.fullscreen-overlay-enabled.dark-theme .tooltipped:after {
    background: hsla(0, 0%, 100%, .8);
    color: #000
}

.fullscreen-overlay-enabled.dark-theme .tooltipped .tooltipped-s:before,
.fullscreen-overlay-enabled.dark-theme .tooltipped .tooltipped-se:before,
.fullscreen-overlay-enabled.dark-theme .tooltipped .tooltipped-sw:before {
    border-bottom-color: hsla(0, 0%, 100%, .8)
}

.fullscreen-overlay-enabled.dark-theme .tooltipped.tooltipped-n:before,
.fullscreen-overlay-enabled.dark-theme .tooltipped.tooltipped-ne:before,
.fullscreen-overlay-enabled.dark-theme .tooltipped.tooltipped-nw:before {
    border-top-color: hsla(0, 0%, 100%, .8)
}

.fullscreen-overlay-enabled.dark-theme .tooltipped.tooltipped-e:before {
    border-right-color: hsla(0, 0%, 100%, .8)
}

.fullscreen-overlay-enabled.dark-theme .tooltipped.tooltipped-w:before {
    border-left-color: hsla(0, 0%, 100%, .8)
}

.favorite-btn[data-active=true],
.favorite-btn[data-active=true]:active,
.favorite-btn[data-active=true]:focus,
.favorite-btn[data-active=true]:hover {
    color: #191919
}

.favorite-btn[data-active=false] .favorite-btn__content--added,
.favorite-btn[data-active=true] .favorite-btn__content--add {
    display: none
}

.eu-flag {
    max-width: 56px;
    height: auto;
}
.eu-funds-content {
    margin: auto auto auto 0;
    background: white;
}
.shop-closed-notice {
    color: #f8eeee;
    display: inline-block !important;
    background: #282828;
    width: 100%;
    padding: 10px 10px 20px 10px;
}
