:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #453ee1;
    --pink: #e83e8c;
    --red: #f2424f;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #499e63;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #787878;
    --gray-dark: #343a40;
    --primary: #3B5296;
    --secondary: #787878;
    --success: #499e63;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #f2424f;
    --light: #f9f9f9;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --breakpoint-laptop: 1440px;
    --breakpoint-desktop: 1660px;
    --breakpoint-fullhd: 1800px;
    --font-family-sans-serif: "OpenSans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

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

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

@-ms-viewport {
    width: device-width
}

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

body {
    margin: 0;
    font-family: OpenSans, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus {
    outline: 0 !important
}

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

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

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

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

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
}

dfn {
    font-style: italic
}

b, strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a, a:hover {
    color: #3B5296
}

a:hover {
    text-decoration: none
}

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

a:not([href]):not([tabindex]):focus {
    outline: 0
}

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

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

figure {
    margin: 0 0 1rem
}

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

svg:not(:root) {
    overflow: hidden
}

table {
    border-collapse: collapse
}

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

th {
    text-align: inherit
}

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

button {
    border-radius: 0
}

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

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

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

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

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

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

input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto
}

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

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

progress {
    vertical-align: baseline
}

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

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

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

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

output {
    display: inline-block
}

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

template {
    display: none
}

[hidden] {
    display: none !important
}

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

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

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

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

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

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

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

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

.display-1 {
    font-size: 6rem
}

.display-1, .display-2 {
    font-weight: 300;
    line-height: 1.2
}

.display-2 {
    font-size: 5.5rem
}

.display-3 {
    font-size: 4.5rem
}

.display-3, .display-4 {
    font-weight: 300;
    line-height: 1.2
}

.display-4 {
    font-size: 3.2rem
}

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

.small, small {
    font-size: 80%;
    font-weight: 400
}

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

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

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

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

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

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

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #787878
}

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

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.cart-buttons {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.preorder-buttons {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-right: 15px;
}

.cart-button {
    height: 50px;
    width: 50px !important;
    min-width: 50px !important;
    font-size: 14px;
    margin-left: 20px;
}

.cart-button:hover {
    opacity: .6;
    transition: 1s;
}


@media (max-width: 1025px) {

    .cart-buttons {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

    .cart-button {
        height: 50px;
        font-size: 14px;
        margin-left: 0px;
        margin-left: 8px;
    }

    .quick-button {
        white-space: normal !important;
        height: 50px;
        font-size: 14px !important;

    }

    .preorder-button {
        white-space: normal !important;
        height: 50px;
        font-size: 14px !important;
    }
}

@media (max-width: 480px) {
    .quick-button {
        height: 50px;
        font-size: 12px !important;
        white-space: normal !important;
        padding-left: 3px !important;
        padding-right: 3px !important;
        word-break: break-all;
    }
    .cart-bottom {
        flex-direction: column;
    }
    .cart-bottom-right {
        margin-top: 5px;
    }
    .preorder-button {
        white-space: normal !important;
        height: 50px;
        font-size: 12px !important;
    }

    .cart-button {
        margin-left: 8px;
    }
}



@media (max-width: 320px) {
    .preorder-button {
        font-size: 10px !important;
    }

    .quick-button {
        font-size: 10px !important;
    }
}

@media (min-width: 576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px
    }
}

@media (min-width: 1440px) {
    .container {
        max-width: 1380px
    }
}

@media (min-width: 1660px) {
    .container {
        max-width: 1620px
    }
}

@media (min-width: 1800px) {
    .container {
        max-width: 1740px
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

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

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

.col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-auto, .col-desktop, .col-desktop-1, .col-desktop-2, .col-desktop-3, .col-desktop-4, .col-desktop-5, .col-desktop-6, .col-desktop-7, .col-desktop-8, .col-desktop-9, .col-desktop-10, .col-desktop-11, .col-desktop-12, .col-desktop-auto, .col-fullhd, .col-fullhd-1, .col-fullhd-2, .col-fullhd-3, .col-fullhd-4, .col-fullhd-5, .col-fullhd-6, .col-fullhd-7, .col-fullhd-8, .col-fullhd-9, .col-fullhd-10, .col-fullhd-11, .col-fullhd-12, .col-fullhd-auto, .col-laptop, .col-laptop-1, .col-laptop-2, .col-laptop-3, .col-laptop-4, .col-laptop-5, .col-laptop-6, .col-laptop-7, .col-laptop-8, .col-laptop-9, .col-laptop-10, .col-laptop-11, .col-laptop-12, .col-laptop-auto, .col-lg, .col-lg-1, .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-10, .col-lg-11, .col-lg-12, .col-lg-auto, .col-md, .col-md-1, .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-10, .col-md-11, .col-md-12, .col-md-auto, .col-sm, .col-sm-1, .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-10, .col-sm-11, .col-sm-12, .col-sm-auto, .col-xl, .col-xl-1, .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-10, .col-xl-11, .col-xl-12, .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13
}

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

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

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

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

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

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

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

.order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12
}

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

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

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

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

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

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

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

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

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

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

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

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

    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

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

    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

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

    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

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

    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

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

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

    .order-sm-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

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

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

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

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

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

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

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

    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

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

    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

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

    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

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

    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

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

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

    .order-md-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

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

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

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

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

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

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

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

    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

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

    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

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

    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

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

    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

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

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

    .order-lg-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

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

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

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

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

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

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

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

    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

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

    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

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

    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

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

    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

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

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

    .order-xl-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

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

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

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

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

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

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

    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .col-laptop-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-laptop-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-laptop-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

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

    .col-laptop-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-laptop-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

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

    .col-laptop-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-laptop-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

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

    .col-laptop-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-laptop-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

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

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

    .order-laptop-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

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

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

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

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

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

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

    .order-laptop-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-laptop-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-laptop-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-laptop-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-laptop-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-laptop-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-laptop-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

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

    .offset-laptop-1 {
        margin-left: 8.33333%
    }

    .offset-laptop-2 {
        margin-left: 16.66667%
    }

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

    .offset-laptop-4 {
        margin-left: 33.33333%
    }

    .offset-laptop-5 {
        margin-left: 41.66667%
    }

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

    .offset-laptop-7 {
        margin-left: 58.33333%
    }

    .offset-laptop-8 {
        margin-left: 66.66667%
    }

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

    .offset-laptop-10 {
        margin-left: 83.33333%
    }

    .offset-laptop-11 {
        margin-left: 91.66667%
    }
}

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

    .col-desktop-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-desktop-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-desktop-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

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

    .col-desktop-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-desktop-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

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

    .col-desktop-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-desktop-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

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

    .col-desktop-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-desktop-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

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

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

    .order-desktop-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

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

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

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

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

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

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

    .order-desktop-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-desktop-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-desktop-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-desktop-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-desktop-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-desktop-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-desktop-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

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

    .offset-desktop-1 {
        margin-left: 8.33333%
    }

    .offset-desktop-2 {
        margin-left: 16.66667%
    }

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

    .offset-desktop-4 {
        margin-left: 33.33333%
    }

    .offset-desktop-5 {
        margin-left: 41.66667%
    }

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

    .offset-desktop-7 {
        margin-left: 58.33333%
    }

    .offset-desktop-8 {
        margin-left: 66.66667%
    }

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

    .offset-desktop-10 {
        margin-left: 83.33333%
    }

    .offset-desktop-11 {
        margin-left: 91.66667%
    }
}

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

    .col-fullhd-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-fullhd-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-fullhd-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

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

    .col-fullhd-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-fullhd-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

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

    .col-fullhd-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-fullhd-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

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

    .col-fullhd-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-fullhd-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

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

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

    .order-fullhd-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

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

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

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

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

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

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

    .order-fullhd-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-fullhd-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-fullhd-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-fullhd-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-fullhd-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-fullhd-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-fullhd-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

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

    .offset-fullhd-1 {
        margin-left: 8.33333%
    }

    .offset-fullhd-2 {
        margin-left: 16.66667%
    }

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

    .offset-fullhd-4 {
        margin-left: 33.33333%
    }

    .offset-fullhd-5 {
        margin-left: 41.66667%
    }

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

    .offset-fullhd-7 {
        margin-left: 58.33333%
    }

    .offset-fullhd-8 {
        margin-left: 66.66667%
    }

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

    .offset-fullhd-10 {
        margin-left: 83.33333%
    }

    .offset-fullhd-11 {
        margin-left: 91.66667%
    }
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent
}

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

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

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

.table .table {
    background-color: #fff
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: #ffeeba
}

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

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

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

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

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

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

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

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

.table .thead-dark th {
    color: #fff;
    background-color: #212529;
    border-color: #32383e
}

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

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

.table-dark td, .table-dark th, .table-dark thead th {
    border-color: #32383e
}

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

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

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

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

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

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

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

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

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

@media (max-width: 1439.98px) {
    .table-responsive-laptop {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

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

@media (max-width: 1659.98px) {
    .table-responsive-desktop {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

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

@media (max-width: 1799.98px) {
    .table-responsive-fullhd {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

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

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

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

.form-control {
    display: block;
    width: 100%;
    padding: 8px 15px;
    font-size: 1.5rem;
    line-height: 1.5;
    color: #000;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #c9c9c9;
    border-radius: 0;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

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

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

.form-control:focus {
    color: #000;
    background-color: #fff;
    border-color: #f9faff;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(126, 156, 250, .25);
    box-shadow: 0 0 0 .2rem rgba(126, 156, 250, .25)
}

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

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

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

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

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

select.form-control:not([size]):not([multiple]) {
    height: calc(3rem + 2px)
}

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

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

.col-form-label {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

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

.col-form-label-sm {
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 1.2rem;
    line-height: 1.5
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: 6px;
    padding-bottom: 6px;
    margin-bottom: 0;
    line-height: 1.5;
    color: #000;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

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

.form-control-sm {
    padding: 2px 0;
    font-size: 1.2rem;
    line-height: 1.5
}

select.form-control-sm:not([size]):not([multiple]) {
    height: calc(2.3rem + 2px)
}

.form-control-lg {
    padding: .5rem 1rem;
    font-size: 2rem;
    line-height: 1.5
}

select.form-control-lg:not([size]):not([multiple]) {
    height: calc(4rem + 2px)
}

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

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

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

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

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

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

.form-check-input:disabled ~ .form-check-label {
    color: #787878
}

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

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

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

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #499e63
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(73, 158, 99, .8);
    border-radius: .2rem
}

.custom-select.is-valid, .form-control.is-valid, .was-validated .custom-select:valid, .was-validated .form-control:valid {
    border-color: #499e63
}

.custom-select.is-valid:focus, .form-control.is-valid:focus, .was-validated .custom-select:valid:focus, .was-validated .form-control:valid:focus {
    border-color: #499e63;
    -webkit-box-shadow: 0 0 0 .2rem rgba(73, 158, 99, .25);
    box-shadow: 0 0 0 .2rem rgba(73, 158, 99, .25)
}

.custom-select.is-valid ~ .valid-feedback, .custom-select.is-valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback, .form-control-file.is-valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback, .form-control.is-valid ~ .valid-tooltip, .was-validated .custom-select:valid ~ .valid-feedback, .was-validated .custom-select:valid ~ .valid-tooltip, .was-validated .form-control-file:valid ~ .valid-feedback, .was-validated .form-control-file:valid ~ .valid-tooltip, .was-validated .form-control:valid ~ .valid-feedback, .was-validated .form-control:valid ~ .valid-tooltip {
    display: block
}

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

.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: #499e63
}

.custom-control-input.is-valid ~ .custom-control-label:before, .was-validated .custom-control-input:valid ~ .custom-control-label:before {
    background-color: #97cfa8
}

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

.custom-control-input.is-valid:checked ~ .custom-control-label:before, .was-validated .custom-control-input:valid:checked ~ .custom-control-label:before {
    background-color: #63b77d
}

.custom-control-input.is-valid:focus ~ .custom-control-label:before, .was-validated .custom-control-input:valid:focus ~ .custom-control-label:before {
    -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(73, 158, 99, .25);
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(73, 158, 99, .25)
}

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

.custom-file-input.is-valid ~ .custom-file-label:before, .was-validated .custom-file-input:valid ~ .custom-file-label:before {
    border-color: inherit
}

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

.custom-file-input.is-valid:focus ~ .custom-file-label, .was-validated .custom-file-input:valid:focus ~ .custom-file-label {
    -webkit-box-shadow: 0 0 0 .2rem rgba(73, 158, 99, .25);
    box-shadow: 0 0 0 .2rem rgba(73, 158, 99, .25)
}

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

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(242, 66, 79, .8);
    border-radius: .2rem
}

.custom-select.is-invalid, .form-control.is-invalid, .was-validated .custom-select:invalid, .was-validated .form-control:invalid {
    border-color: #f2424f
}

.custom-select.is-invalid:focus, .form-control.is-invalid:focus, .was-validated .custom-select:invalid:focus, .was-validated .form-control:invalid:focus {
    border-color: #f2424f;
    -webkit-box-shadow: 0 0 0 .2rem rgba(242, 66, 79, .25);
    box-shadow: 0 0 0 .2rem rgba(242, 66, 79, .25)
}

.custom-select.is-invalid ~ .invalid-feedback, .custom-select.is-invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback, .form-control-file.is-invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback, .form-control.is-invalid ~ .invalid-tooltip, .was-validated .custom-select:invalid ~ .invalid-feedback, .was-validated .custom-select:invalid ~ .invalid-tooltip, .was-validated .form-control-file:invalid ~ .invalid-feedback, .was-validated .form-control-file:invalid ~ .invalid-tooltip, .was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .form-control:invalid ~ .invalid-tooltip {
    display: block
}

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

.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: #f2424f
}

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

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

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

.custom-control-input.is-invalid:focus ~ .custom-control-label:before, .was-validated .custom-control-input:invalid:focus ~ .custom-control-label:before {
    -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(242, 66, 79, .25);
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(242, 66, 79, .25)
}

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

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

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

.custom-file-input.is-invalid:focus ~ .custom-file-label, .was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
    -webkit-box-shadow: 0 0 0 .2rem rgba(242, 66, 79, .25);
    box-shadow: 0 0 0 .2rem rgba(242, 66, 79, .25)
}

.form-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

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

@media (min-width: 576px) {
    .form-inline label {
        -ms-flex-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

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

    .form-inline .form-group {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-align: center
    }

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

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

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

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

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

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

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

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 2px solid transparent;
    padding: 12px 35px;
    font-size: 1.5rem;
    line-height: 1.5;
    border-radius: 0;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

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

.btn:focus, .btn:hover {
    text-decoration: none
}

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

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

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

.btn:not(:disabled):not(.disabled).active, .btn:not(:disabled):not(.disabled):active {
    background-image: none
}

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

.btn-primary:hover {
    background-color: #5980f9;
    border-color: #4d76f8
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    background-color: #4d76f8;
    border-color: #416df8
}

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

.btn-secondary:hover {
    color: #fff;
    background-color: #656565;
    border-color: #5f5f5f
}

.btn-secondary.focus, .btn-secondary:focus {
    -webkit-box-shadow: 0 0 0 .2rem hsla(0, 0%, 47%, .5);
    box-shadow: 0 0 0 .2rem hsla(0, 0%, 47%, .5)
}

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

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #5f5f5f;
    border-color: #585858
}

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

.btn-success {
    color: #fff;
    background-color: #499e63;
    border-color: #499e63
}

.btn-success:hover {
    color: #fff;
    background-color: #3d8453;
    border-color: #397b4d
}

.btn-success.focus, .btn-success:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(73, 158, 99, .5);
    box-shadow: 0 0 0 .2rem rgba(73, 158, 99, .5)
}

.btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #499e63;
    border-color: #499e63
}

.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #397b4d;
    border-color: #357248
}

.btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show > .btn-success.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(73, 158, 99, .5);
    box-shadow: 0 0 0 .2rem rgba(73, 158, 99, .5)
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-danger:hover {
    color: #fff;
    background-color: #f01e2e;
    border-color: #ef1223
}

.btn-danger.focus, .btn-danger:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(242, 66, 79, .5);
    box-shadow: 0 0 0 .2rem rgba(242, 66, 79, .5)
}

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

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

.btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-danger.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(242, 66, 79, .5);
    box-shadow: 0 0 0 .2rem rgba(242, 66, 79, .5)
}

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

.btn-light:hover {
    color: #212529;
    background-color: #e6e6e6;
    border-color: #e0e0e0
}

.btn-light.focus, .btn-light:focus {
    -webkit-box-shadow: 0 0 0 .2rem hsla(0, 0%, 98%, .5);
    box-shadow: 0 0 0 .2rem hsla(0, 0%, 98%, .5)
}

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

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

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

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

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

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

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

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

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

.btn-outline-primary {
    color: #3B5296;
    background-color: transparent;
    background-image: none;
    border-color: #3B5296
}

.btn-outline-primary:hover {
    color: #212529;
    background-color: #3B5296;
    border-color: #3B5296
}

.btn-outline-primary.focus, .btn-outline-primary:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(126, 156, 250, .5);
    box-shadow: 0 0 0 .2rem rgba(126, 156, 250, .5)
}

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

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

.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 {
    -webkit-box-shadow: 0 0 0 .2rem rgba(126, 156, 250, .5);
    box-shadow: 0 0 0 .2rem rgba(126, 156, 250, .5)
}

.btn-outline-secondary {
    color: #787878;
    background-color: transparent;
    background-image: none;
    border-color: #787878
}

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

.btn-outline-secondary.focus, .btn-outline-secondary:focus {
    -webkit-box-shadow: 0 0 0 .2rem hsla(0, 0%, 47%, .5);
    box-shadow: 0 0 0 .2rem hsla(0, 0%, 47%, .5)
}

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

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

.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 {
    -webkit-box-shadow: 0 0 0 .2rem hsla(0, 0%, 47%, .5);
    box-shadow: 0 0 0 .2rem hsla(0, 0%, 47%, .5)
}

.btn-outline-success {
    color: #499e63;
    background-color: transparent;
    background-image: none;
    border-color: #499e63
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #499e63;
    border-color: #499e63
}

.btn-outline-success.focus, .btn-outline-success:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(73, 158, 99, .5);
    box-shadow: 0 0 0 .2rem rgba(73, 158, 99, .5)
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #499e63;
    background-color: transparent
}

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

.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 {
    -webkit-box-shadow: 0 0 0 .2rem rgba(73, 158, 99, .5);
    box-shadow: 0 0 0 .2rem rgba(73, 158, 99, .5)
}

.btn-outline-info {
    color: #17a2b8;
    background-color: transparent;
    background-image: none;
    border-color: #17a2b8
}

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

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

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

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

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

.btn-outline-warning {
    color: #ffc107;
    background-color: transparent;
    background-image: none;
    border-color: #ffc107
}

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

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

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

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

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

.btn-outline-danger {
    color: #f2424f;
    background-color: transparent;
    background-image: none;
    border-color: #f2424f
}

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

.btn-outline-danger.focus, .btn-outline-danger:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(242, 66, 79, .5);
    box-shadow: 0 0 0 .2rem rgba(242, 66, 79, .5)
}

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

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

.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 {
    -webkit-box-shadow: 0 0 0 .2rem rgba(242, 66, 79, .5);
    box-shadow: 0 0 0 .2rem rgba(242, 66, 79, .5)
}

.btn-outline-light {
    color: #f9f9f9;
    background-color: transparent;
    background-image: none;
    border-color: #f9f9f9
}

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

.btn-outline-light.focus, .btn-outline-light:focus {
    -webkit-box-shadow: 0 0 0 .2rem hsla(0, 0%, 98%, .5);
    box-shadow: 0 0 0 .2rem hsla(0, 0%, 98%, .5)
}

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

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

.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 {
    -webkit-box-shadow: 0 0 0 .2rem hsla(0, 0%, 98%, .5);
    box-shadow: 0 0 0 .2rem hsla(0, 0%, 98%, .5)
}

.btn-outline-dark {
    color: #343a40;
    background-color: transparent;
    background-image: none;
    border-color: #343a40
}

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

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

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

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

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

.btn-link {
    font-weight: 400
}

.btn-link, .btn-link:hover {
    color: #3B5296;
    background-color: transparent
}

.btn-link.focus, .btn-link:focus, .btn-link:hover {
    text-decoration: none;
    border-color: transparent
}

.btn-link.focus, .btn-link:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

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

.btn-lg {
    padding: .5rem 1rem;
    font-size: 2rem
}

.btn-lg, .btn-sm {
    line-height: 1.5;
    border-radius: 0
}

.btn-sm {
    padding: .25rem .5rem;
    font-size: 1.2rem
}

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

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

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

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

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

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

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

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

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

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

.nav-link {
    display: block;
    padding: 0
}

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

.nav-link.disabled {
    color: #787878
}

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

.nav-tabs .nav-item {
    margin-bottom: 0
}

.nav-tabs .nav-link {
    border: 0 solid transparent
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: #e2e2e2 #e2e2e2 #dee2e6
}

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

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

.nav-tabs .dropdown-menu {
    margin-top: 0
}

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

.nav-fill .nav-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center
}

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

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

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

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

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

.breadcrumb-item + .breadcrumb-item:before {
    display: inline-block;
    padding-right: .5rem;
    color: #787878;
    content: "/"
}

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

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

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

.page-link {
    position: relative;
    display: block;
    padding: 0;
    margin-left: 0;
    line-height: 1.25;
    color: #000;
    background-color: #fff;
    border: 0 solid #fff
}

.page-link:hover {
    z-index: 2;
    color: #453ee1;
    text-decoration: none;
    background-color: #fff;
    border-color: #fff
}

.page-link:focus {
    z-index: 2;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.page-link:not(:disabled):not(.disabled) {
    cursor: pointer
}

.page-item:first-child .page-link {
    margin-left: 0
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #3B5296;
    border-color: #3B5296
}

.page-item.disabled .page-link {
    color: #c9c9c9;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #fff
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 2rem;
    line-height: 1.5
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: 1.2rem;
    line-height: 1.5
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em
}

.badge-primary {
    color: #212529;
    background-color: #3B5296
}

.badge-primary[href]:focus, .badge-primary[href]:hover {
    color: #212529;
    text-decoration: none;
    background-color: #4d76f8
}

.badge-secondary {
    color: #fff;
    background-color: #787878
}

.badge-secondary[href]:focus, .badge-secondary[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #5f5f5f
}

.badge-success {
    color: #fff;
    background-color: #499e63
}

.badge-success[href]:focus, .badge-success[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #397b4d
}

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

.badge-info[href]:focus, .badge-info[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #117a8b
}

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

.badge-warning[href]:focus, .badge-warning[href]:hover {
    color: #212529;
    text-decoration: none;
    background-color: #d39e00
}

.badge-danger {
    color: #fff;
    background-color: #f2424f
}

.badge-danger[href]:focus, .badge-danger[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #ef1223
}

.badge-light {
    color: #212529;
    background-color: #f9f9f9
}

.badge-light[href]:focus, .badge-light[href]:hover {
    color: #212529;
    text-decoration: none;
    background-color: #e0e0e0
}

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

.badge-dark[href]:focus, .badge-dark[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #1d2124
}

.modal, .modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    outline: 0
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 1.5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%)
}

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

.modal.show .modal-dialog {
    -webkit-transform: translate(0);
    transform: translate(0)
}

.modal-dialog-centered {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 3rem)
}

.modal-content, .modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.modal-content {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #fff
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .95
}

.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e2e2e2
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e2e2e2
}

.modal-footer > :not(:first-child) {
    margin-left: .25rem
}

.modal-footer > :not(:last-child) {
    margin-right: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 600px;
        margin: 1.75rem auto
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

    .modal-sm {
        max-width: 400px
    }
}

@media (min-width: 992px) {
    .modal-lg {
        max-width: 850px
    }
}

.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: #3B5296 !important
}

a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
    background-color: #4d76f8 !important
}

.bg-secondary {
    background-color: #787878 !important
}

a.bg-secondary:focus, a.bg-secondary:hover, button.bg-secondary:focus, button.bg-secondary:hover {
    background-color: #5f5f5f !important
}

.bg-success {
    background-color: #499e63 !important
}

a.bg-success:focus, a.bg-success:hover, button.bg-success:focus, button.bg-success:hover {
    background-color: #397b4d !important
}

.bg-info {
    background-color: #17a2b8 !important
}

a.bg-info:focus, a.bg-info:hover, button.bg-info:focus, button.bg-info:hover {
    background-color: #117a8b !important
}

.bg-warning {
    background-color: #ffc107 !important
}

a.bg-warning:focus, a.bg-warning:hover, button.bg-warning:focus, button.bg-warning:hover {
    background-color: #d39e00 !important
}

.bg-danger {
    background-color: #f2424f !important
}

a.bg-danger:focus, a.bg-danger:hover, button.bg-danger:focus, button.bg-danger:hover {
    background-color: #ef1223 !important
}

.bg-light {
    background-color: #f9f9f9 !important
}

a.bg-light:focus, a.bg-light:hover, button.bg-light:focus, button.bg-light:hover {
    background-color: #e0e0e0 !important
}

.bg-dark {
    background-color: #343a40 !important
}

a.bg-dark:focus, a.bg-dark:hover, button.bg-dark:focus, button.bg-dark:hover {
    background-color: #1d2124 !important
}

.bg-white {
    background-color: #fff !important
}

.bg-transparent {
    background-color: transparent !important
}

.border {
    border: 1px solid #dee2e6 !important
}

.border-top {
    border-top: 1px solid #dee2e6 !important
}

.border-right {
    border-right: 1px solid #dee2e6 !important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important
}

.border-left {
    border-left: 1px solid #dee2e6 !important
}

.border-0 {
    border: 0 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-right-0 {
    border-right: 0 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-left-0 {
    border-left: 0 !important
}

.border-primary {
    border-color: #3B5296 !important
}

.border-secondary {
    border-color: #787878 !important
}

.border-success {
    border-color: #499e63 !important
}

.border-info {
    border-color: #17a2b8 !important
}

.border-warning {
    border-color: #ffc107 !important
}

.border-danger {
    border-color: #f2424f !important
}

.border-light {
    border-color: #f9f9f9 !important
}

.border-dark {
    border-color: #343a40 !important
}

.border-white {
    border-color: #fff !important
}

.rounded {
    border-radius: .25rem !important
}

.rounded-top {
    border-top-left-radius: .25rem !important
}

.rounded-right, .rounded-top {
    border-top-right-radius: .25rem !important
}

.rounded-bottom, .rounded-right {
    border-bottom-right-radius: .25rem !important
}

.rounded-bottom, .rounded-left {
    border-bottom-left-radius: .25rem !important
}

.rounded-left {
    border-top-left-radius: .25rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-0 {
    border-radius: 0 !important
}

.clearfix:after {
    display: block;
    clear: both;
    content: ""
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

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

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

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

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

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

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

@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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

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

@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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

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

@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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

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

@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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

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

@media (min-width: 1440px) {
    .d-laptop-none {
        display: none !important
    }

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

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

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

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

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

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

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

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

@media (min-width: 1660px) {
    .d-desktop-none {
        display: none !important
    }

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

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

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

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

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

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

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

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

@media (min-width: 1800px) {
    .d-fullhd-none {
        display: none !important
    }

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

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

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

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

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

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

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

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

@media print {
    .d-print-none {
        display: none !important
    }

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

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

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

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

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

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

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

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

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.embed-responsive:before {
    display: block;
    content: ""
}

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-21by9:before {
    padding-top: 42.85714%
}

.embed-responsive-16by9:before {
    padding-top: 56.25%
}

.embed-responsive-4by3:before {
    padding-top: 75%
}

.embed-responsive-1by1:before {
    padding-top: 100%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1440px) {
    .flex-laptop-row {
        -webkit-box-orient: horizontal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1660px) {
    .flex-desktop-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1800px) {
    .flex-fullhd-row {
        -webkit-box-orient: horizontal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

@media (min-width: 576px) {
    .float-sm-left {
        float: left !important
    }

    .float-sm-right {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }
}

@media (min-width: 768px) {
    .float-md-left {
        float: left !important
    }

    .float-md-right {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }
}

@media (min-width: 992px) {
    .float-lg-left {
        float: left !important
    }

    .float-lg-right {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }
}

@media (min-width: 1200px) {
    .float-xl-left {
        float: left !important
    }

    .float-xl-right {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }
}

@media (min-width: 1440px) {
    .float-laptop-left {
        float: left !important
    }

    .float-laptop-right {
        float: right !important
    }

    .float-laptop-none {
        float: none !important
    }
}

@media (min-width: 1660px) {
    .float-desktop-left {
        float: left !important
    }

    .float-desktop-right {
        float: right !important
    }

    .float-desktop-none {
        float: none !important
    }
}

@media (min-width: 1800px) {
    .float-fullhd-left {
        float: left !important
    }

    .float-fullhd-right {
        float: right !important
    }

    .float-fullhd-none {
        float: none !important
    }
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important
}

.fixed-top {
    top: 0
}

.fixed-bottom, .fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    bottom: 0
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}

.shadow-sm {
    -webkit-box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.shadow {
    -webkit-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.shadow-lg {
    -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
}

.shadow-none {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

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

.m-0 {
    margin: 0 !important
}

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

.mr-0, .mx-0 {
    margin-right: 0 !important
}

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

.ml-0, .mx-0 {
    margin-left: 0 !important
}

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

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

.mr-1, .mx-1 {
    margin-right: .25rem !important
}

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

.ml-1, .mx-1 {
    margin-left: .25rem !important
}

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

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

.mr-2, .mx-2 {
    margin-right: .5rem !important
}

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

.ml-2, .mx-2 {
    margin-left: .5rem !important
}

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

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

.mr-3, .mx-3 {
    margin-right: 1rem !important
}

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

.ml-3, .mx-3 {
    margin-left: 1rem !important
}

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

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

.mr-4, .mx-4 {
    margin-right: 1.5rem !important
}

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

.ml-4, .mx-4 {
    margin-left: 1.5rem !important
}

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

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

.mr-5, .mx-5 {
    margin-right: 2rem !important
}

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

.ml-5, .mx-5 {
    margin-left: 2rem !important
}

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

.mt-6, .my-6 {
    margin-top: 3rem !important
}

.mr-6, .mx-6 {
    margin-right: 3rem !important
}

.mb-6, .my-6 {
    margin-bottom: 3rem !important
}

.ml-6, .mx-6 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

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

.pr-0, .px-0 {
    padding-right: 0 !important
}

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

.pl-0, .px-0 {
    padding-left: 0 !important
}

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

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

.pr-1, .px-1 {
    padding-right: .25rem !important
}

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

.pl-1, .px-1 {
    padding-left: .25rem !important
}

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

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

.pr-2, .px-2 {
    padding-right: .5rem !important
}

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

.pl-2, .px-2 {
    padding-left: .5rem !important
}

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

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

.pr-3, .px-3 {
    padding-right: 1rem !important
}

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

.pl-3, .px-3 {
    padding-left: 1rem !important
}

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

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

.pr-4, .px-4 {
    padding-right: 1.5rem !important
}

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

.pl-4, .px-4 {
    padding-left: 1.5rem !important
}

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

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

.pr-5, .px-5 {
    padding-right: 2rem !important
}

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

.pl-5, .px-5 {
    padding-left: 2rem !important
}

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

.pt-6, .py-6 {
    padding-top: 3rem !important
}

.pr-6, .px-6 {
    padding-right: 3rem !important
}

.pb-6, .py-6 {
    padding-bottom: 3rem !important
}

.pl-6, .px-6 {
    padding-left: 3rem !important
}

.m-auto {
    margin: auto !important
}

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

.mr-auto, .mx-auto {
    margin-right: auto !important
}

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

.ml-auto, .mx-auto {
    margin-left: auto !important
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important
    }

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

    .mr-sm-0, .mx-sm-0 {
        margin-right: 0 !important
    }

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

    .ml-sm-0, .mx-sm-0 {
        margin-left: 0 !important
    }

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

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

    .mr-sm-1, .mx-sm-1 {
        margin-right: .25rem !important
    }

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

    .ml-sm-1, .mx-sm-1 {
        margin-left: .25rem !important
    }

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

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

    .mr-sm-2, .mx-sm-2 {
        margin-right: .5rem !important
    }

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

    .ml-sm-2, .mx-sm-2 {
        margin-left: .5rem !important
    }

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

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

    .mr-sm-3, .mx-sm-3 {
        margin-right: 1rem !important
    }

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

    .ml-sm-3, .mx-sm-3 {
        margin-left: 1rem !important
    }

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

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

    .mr-sm-4, .mx-sm-4 {
        margin-right: 1.5rem !important
    }

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

    .ml-sm-4, .mx-sm-4 {
        margin-left: 1.5rem !important
    }

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

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

    .mr-sm-5, .mx-sm-5 {
        margin-right: 2rem !important
    }

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

    .ml-sm-5, .mx-sm-5 {
        margin-left: 2rem !important
    }

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

    .mt-sm-6, .my-sm-6 {
        margin-top: 3rem !important
    }

    .mr-sm-6, .mx-sm-6 {
        margin-right: 3rem !important
    }

    .mb-sm-6, .my-sm-6 {
        margin-bottom: 3rem !important
    }

    .ml-sm-6, .mx-sm-6 {
        margin-left: 3rem !important
    }

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

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

    .pr-sm-0, .px-sm-0 {
        padding-right: 0 !important
    }

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

    .pl-sm-0, .px-sm-0 {
        padding-left: 0 !important
    }

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

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

    .pr-sm-1, .px-sm-1 {
        padding-right: .25rem !important
    }

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

    .pl-sm-1, .px-sm-1 {
        padding-left: .25rem !important
    }

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

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

    .pr-sm-2, .px-sm-2 {
        padding-right: .5rem !important
    }

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

    .pl-sm-2, .px-sm-2 {
        padding-left: .5rem !important
    }

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

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

    .pr-sm-3, .px-sm-3 {
        padding-right: 1rem !important
    }

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

    .pl-sm-3, .px-sm-3 {
        padding-left: 1rem !important
    }

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

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

    .pr-sm-4, .px-sm-4 {
        padding-right: 1.5rem !important
    }

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

    .pl-sm-4, .px-sm-4 {
        padding-left: 1.5rem !important
    }

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

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

    .pr-sm-5, .px-sm-5 {
        padding-right: 2rem !important
    }

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

    .pl-sm-5, .px-sm-5 {
        padding-left: 2rem !important
    }

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

    .pt-sm-6, .py-sm-6 {
        padding-top: 3rem !important
    }

    .pr-sm-6, .px-sm-6 {
        padding-right: 3rem !important
    }

    .pb-sm-6, .py-sm-6 {
        padding-bottom: 3rem !important
    }

    .pl-sm-6, .px-sm-6 {
        padding-left: 3rem !important
    }

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

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

    .mr-sm-auto, .mx-sm-auto {
        margin-right: auto !important
    }

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

    .ml-sm-auto, .mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important
    }

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

    .mr-md-0, .mx-md-0 {
        margin-right: 0 !important
    }

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

    .ml-md-0, .mx-md-0 {
        margin-left: 0 !important
    }

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

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

    .mr-md-1, .mx-md-1 {
        margin-right: .25rem !important
    }

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

    .ml-md-1, .mx-md-1 {
        margin-left: .25rem !important
    }

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

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

    .mr-md-2, .mx-md-2 {
        margin-right: .5rem !important
    }

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

    .ml-md-2, .mx-md-2 {
        margin-left: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .mt-md-3, .my-md-3 {
        margin-top: 1rem !important
    }

    .mr-md-3, .mx-md-3 {
        margin-right: 1rem !important
    }

    .mb-md-3, .my-md-3 {
        margin-bottom: 1rem !important
    }

    .ml-md-3, .mx-md-3 {
        margin-left: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .mt-md-4, .my-md-4 {
        margin-top: 1.5rem !important
    }

    .mr-md-4, .mx-md-4 {
        margin-right: 1.5rem !important
    }

    .mb-md-4, .my-md-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-4, .mx-md-4 {
        margin-left: 1.5rem !important
    }

    .m-md-5 {
        margin: 2rem !important
    }

    .mt-md-5, .my-md-5 {
        margin-top: 2rem !important
    }

    .mr-md-5, .mx-md-5 {
        margin-right: 2rem !important
    }

    .mb-md-5, .my-md-5 {
        margin-bottom: 2rem !important
    }

    .ml-md-5, .mx-md-5 {
        margin-left: 2rem !important
    }

    .m-md-6 {
        margin: 3rem !important
    }

    .mt-md-6, .my-md-6 {
        margin-top: 3rem !important
    }

    .mr-md-6, .mx-md-6 {
        margin-right: 3rem !important
    }

    .mb-md-6, .my-md-6 {
        margin-bottom: 3rem !important
    }

    .ml-md-6, .mx-md-6 {
        margin-left: 3rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .pt-md-0, .py-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0, .px-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0, .py-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0, .px-md-0 {
        padding-left: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .pt-md-1, .py-md-1 {
        padding-top: .25rem !important
    }

    .pr-md-1, .px-md-1 {
        padding-right: .25rem !important
    }

    .pb-md-1, .py-md-1 {
        padding-bottom: .25rem !important
    }

    .pl-md-1, .px-md-1 {
        padding-left: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .pt-md-2, .py-md-2 {
        padding-top: .5rem !important
    }

    .pr-md-2, .px-md-2 {
        padding-right: .5rem !important
    }

    .pb-md-2, .py-md-2 {
        padding-bottom: .5rem !important
    }

    .pl-md-2, .px-md-2 {
        padding-left: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .pt-md-3, .py-md-3 {
        padding-top: 1rem !important
    }

    .pr-md-3, .px-md-3 {
        padding-right: 1rem !important
    }

    .pb-md-3, .py-md-3 {
        padding-bottom: 1rem !important
    }

    .pl-md-3, .px-md-3 {
        padding-left: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .pt-md-4, .py-md-4 {
        padding-top: 1.5rem !important
    }

    .pr-md-4, .px-md-4 {
        padding-right: 1.5rem !important
    }

    .pb-md-4, .py-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-4, .px-md-4 {
        padding-left: 1.5rem !important
    }

    .p-md-5 {
        padding: 2rem !important
    }

    .pt-md-5, .py-md-5 {
        padding-top: 2rem !important
    }

    .pr-md-5, .px-md-5 {
        padding-right: 2rem !important
    }

    .pb-md-5, .py-md-5 {
        padding-bottom: 2rem !important
    }

    .pl-md-5, .px-md-5 {
        padding-left: 2rem !important
    }

    .p-md-6 {
        padding: 3rem !important
    }

    .pt-md-6, .py-md-6 {
        padding-top: 3rem !important
    }

    .pr-md-6, .px-md-6 {
        padding-right: 3rem !important
    }

    .pb-md-6, .py-md-6 {
        padding-bottom: 3rem !important
    }

    .pl-md-6, .px-md-6 {
        padding-left: 3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mt-md-auto, .my-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto, .mx-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto, .my-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto, .mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important
    }

    .mt-lg-0, .my-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0, .mx-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0, .my-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-lg-0, .mx-lg-0 {
        margin-left: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .mt-lg-1, .my-lg-1 {
        margin-top: .25rem !important
    }

    .mr-lg-1, .mx-lg-1 {
        margin-right: .25rem !important
    }

    .mb-lg-1, .my-lg-1 {
        margin-bottom: .25rem !important
    }

    .ml-lg-1, .mx-lg-1 {
        margin-left: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .mt-lg-2, .my-lg-2 {
        margin-top: .5rem !important
    }

    .mr-lg-2, .mx-lg-2 {
        margin-right: .5rem !important
    }

    .mb-lg-2, .my-lg-2 {
        margin-bottom: .5rem !important
    }

    .ml-lg-2, .mx-lg-2 {
        margin-left: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .mt-lg-3, .my-lg-3 {
        margin-top: 1rem !important
    }

    .mr-lg-3, .mx-lg-3 {
        margin-right: 1rem !important
    }

    .mb-lg-3, .my-lg-3 {
        margin-bottom: 1rem !important
    }

    .ml-lg-3, .mx-lg-3 {
        margin-left: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .mt-lg-4, .my-lg-4 {
        margin-top: 1.5rem !important
    }

    .mr-lg-4, .mx-lg-4 {
        margin-right: 1.5rem !important
    }

    .mb-lg-4, .my-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-4, .mx-lg-4 {
        margin-left: 1.5rem !important
    }

    .m-lg-5 {
        margin: 2rem !important
    }

    .mt-lg-5, .my-lg-5 {
        margin-top: 2rem !important
    }

    .mr-lg-5, .mx-lg-5 {
        margin-right: 2rem !important
    }

    .mb-lg-5, .my-lg-5 {
        margin-bottom: 2rem !important
    }

    .ml-lg-5, .mx-lg-5 {
        margin-left: 2rem !important
    }

    .m-lg-6 {
        margin: 3rem !important
    }

    .mt-lg-6, .my-lg-6 {
        margin-top: 3rem !important
    }

    .mr-lg-6, .mx-lg-6 {
        margin-right: 3rem !important
    }

    .mb-lg-6, .my-lg-6 {
        margin-bottom: 3rem !important
    }

    .ml-lg-6, .mx-lg-6 {
        margin-left: 3rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .pt-lg-0, .py-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0, .px-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0, .py-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0, .px-lg-0 {
        padding-left: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .pt-lg-1, .py-lg-1 {
        padding-top: .25rem !important
    }

    .pr-lg-1, .px-lg-1 {
        padding-right: .25rem !important
    }

    .pb-lg-1, .py-lg-1 {
        padding-bottom: .25rem !important
    }

    .pl-lg-1, .px-lg-1 {
        padding-left: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .pt-lg-2, .py-lg-2 {
        padding-top: .5rem !important
    }

    .pr-lg-2, .px-lg-2 {
        padding-right: .5rem !important
    }

    .pb-lg-2, .py-lg-2 {
        padding-bottom: .5rem !important
    }

    .pl-lg-2, .px-lg-2 {
        padding-left: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .pt-lg-3, .py-lg-3 {
        padding-top: 1rem !important
    }

    .pr-lg-3, .px-lg-3 {
        padding-right: 1rem !important
    }

    .pb-lg-3, .py-lg-3 {
        padding-bottom: 1rem !important
    }

    .pl-lg-3, .px-lg-3 {
        padding-left: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .pt-lg-4, .py-lg-4 {
        padding-top: 1.5rem !important
    }

    .pr-lg-4, .px-lg-4 {
        padding-right: 1.5rem !important
    }

    .pb-lg-4, .py-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-4, .px-lg-4 {
        padding-left: 1.5rem !important
    }

    .p-lg-5 {
        padding: 2rem !important
    }

    .pt-lg-5, .py-lg-5 {
        padding-top: 2rem !important
    }

    .pr-lg-5, .px-lg-5 {
        padding-right: 2rem !important
    }

    .pb-lg-5, .py-lg-5 {
        padding-bottom: 2rem !important
    }

    .pl-lg-5, .px-lg-5 {
        padding-left: 2rem !important
    }

    .p-lg-6 {
        padding: 3rem !important
    }

    .pt-lg-6, .py-lg-6 {
        padding-top: 3rem !important
    }

    .pr-lg-6, .px-lg-6 {
        padding-right: 3rem !important
    }

    .pb-lg-6, .py-lg-6 {
        padding-bottom: 3rem !important
    }

    .pl-lg-6, .px-lg-6 {
        padding-left: 3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mt-lg-auto, .my-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto, .mx-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto, .my-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto, .mx-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important
    }

    .mt-xl-0, .my-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0, .mx-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0, .my-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0, .mx-xl-0 {
        margin-left: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .mt-xl-1, .my-xl-1 {
        margin-top: .25rem !important
    }

    .mr-xl-1, .mx-xl-1 {
        margin-right: .25rem !important
    }

    .mb-xl-1, .my-xl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xl-1, .mx-xl-1 {
        margin-left: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .mt-xl-2, .my-xl-2 {
        margin-top: .5rem !important
    }

    .mr-xl-2, .mx-xl-2 {
        margin-right: .5rem !important
    }

    .mb-xl-2, .my-xl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xl-2, .mx-xl-2 {
        margin-left: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .mt-xl-3, .my-xl-3 {
        margin-top: 1rem !important
    }

    .mr-xl-3, .mx-xl-3 {
        margin-right: 1rem !important
    }

    .mb-xl-3, .my-xl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xl-3, .mx-xl-3 {
        margin-left: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .mt-xl-4, .my-xl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xl-4, .mx-xl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xl-4, .my-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-4, .mx-xl-4 {
        margin-left: 1.5rem !important
    }

    .m-xl-5 {
        margin: 2rem !important
    }

    .mt-xl-5, .my-xl-5 {
        margin-top: 2rem !important
    }

    .mr-xl-5, .mx-xl-5 {
        margin-right: 2rem !important
    }

    .mb-xl-5, .my-xl-5 {
        margin-bottom: 2rem !important
    }

    .ml-xl-5, .mx-xl-5 {
        margin-left: 2rem !important
    }

    .m-xl-6 {
        margin: 3rem !important
    }

    .mt-xl-6, .my-xl-6 {
        margin-top: 3rem !important
    }

    .mr-xl-6, .mx-xl-6 {
        margin-right: 3rem !important
    }

    .mb-xl-6, .my-xl-6 {
        margin-bottom: 3rem !important
    }

    .ml-xl-6, .mx-xl-6 {
        margin-left: 3rem !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .pt-xl-0, .py-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0, .px-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0, .py-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0, .px-xl-0 {
        padding-left: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .pt-xl-1, .py-xl-1 {
        padding-top: .25rem !important
    }

    .pr-xl-1, .px-xl-1 {
        padding-right: .25rem !important
    }

    .pb-xl-1, .py-xl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xl-1, .px-xl-1 {
        padding-left: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .pt-xl-2, .py-xl-2 {
        padding-top: .5rem !important
    }

    .pr-xl-2, .px-xl-2 {
        padding-right: .5rem !important
    }

    .pb-xl-2, .py-xl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xl-2, .px-xl-2 {
        padding-left: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .pt-xl-3, .py-xl-3 {
        padding-top: 1rem !important
    }

    .pr-xl-3, .px-xl-3 {
        padding-right: 1rem !important
    }

    .pb-xl-3, .py-xl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xl-3, .px-xl-3 {
        padding-left: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .pt-xl-4, .py-xl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xl-4, .px-xl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xl-4, .py-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-4, .px-xl-4 {
        padding-left: 1.5rem !important
    }

    .p-xl-5 {
        padding: 2rem !important
    }

    .pt-xl-5, .py-xl-5 {
        padding-top: 2rem !important
    }

    .pr-xl-5, .px-xl-5 {
        padding-right: 2rem !important
    }

    .pb-xl-5, .py-xl-5 {
        padding-bottom: 2rem !important
    }

    .pl-xl-5, .px-xl-5 {
        padding-left: 2rem !important
    }

    .p-xl-6 {
        padding: 3rem !important
    }

    .pt-xl-6, .py-xl-6 {
        padding-top: 3rem !important
    }

    .pr-xl-6, .px-xl-6 {
        padding-right: 3rem !important
    }

    .pb-xl-6, .py-xl-6 {
        padding-bottom: 3rem !important
    }

    .pl-xl-6, .px-xl-6 {
        padding-left: 3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mt-xl-auto, .my-xl-auto {
        margin-top: auto !important
    }

    .mr-xl-auto, .mx-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto, .my-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-auto, .mx-xl-auto {
        margin-left: auto !important
    }
}

@media (min-width: 1440px) {
    .m-laptop-0 {
        margin: 0 !important
    }

    .mt-laptop-0, .my-laptop-0 {
        margin-top: 0 !important
    }

    .mr-laptop-0, .mx-laptop-0 {
        margin-right: 0 !important
    }

    .mb-laptop-0, .my-laptop-0 {
        margin-bottom: 0 !important
    }

    .ml-laptop-0, .mx-laptop-0 {
        margin-left: 0 !important
    }

    .m-laptop-1 {
        margin: .25rem !important
    }

    .mt-laptop-1, .my-laptop-1 {
        margin-top: .25rem !important
    }

    .mr-laptop-1, .mx-laptop-1 {
        margin-right: .25rem !important
    }

    .mb-laptop-1, .my-laptop-1 {
        margin-bottom: .25rem !important
    }

    .ml-laptop-1, .mx-laptop-1 {
        margin-left: .25rem !important
    }

    .m-laptop-2 {
        margin: .5rem !important
    }

    .mt-laptop-2, .my-laptop-2 {
        margin-top: .5rem !important
    }

    .mr-laptop-2, .mx-laptop-2 {
        margin-right: .5rem !important
    }

    .mb-laptop-2, .my-laptop-2 {
        margin-bottom: .5rem !important
    }

    .ml-laptop-2, .mx-laptop-2 {
        margin-left: .5rem !important
    }

    .m-laptop-3 {
        margin: 1rem !important
    }

    .mt-laptop-3, .my-laptop-3 {
        margin-top: 1rem !important
    }

    .mr-laptop-3, .mx-laptop-3 {
        margin-right: 1rem !important
    }

    .mb-laptop-3, .my-laptop-3 {
        margin-bottom: 1rem !important
    }

    .ml-laptop-3, .mx-laptop-3 {
        margin-left: 1rem !important
    }

    .m-laptop-4 {
        margin: 1.5rem !important
    }

    .mt-laptop-4, .my-laptop-4 {
        margin-top: 1.5rem !important
    }

    .mr-laptop-4, .mx-laptop-4 {
        margin-right: 1.5rem !important
    }

    .mb-laptop-4, .my-laptop-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-laptop-4, .mx-laptop-4 {
        margin-left: 1.5rem !important
    }

    .m-laptop-5 {
        margin: 2rem !important
    }

    .mt-laptop-5, .my-laptop-5 {
        margin-top: 2rem !important
    }

    .mr-laptop-5, .mx-laptop-5 {
        margin-right: 2rem !important
    }

    .mb-laptop-5, .my-laptop-5 {
        margin-bottom: 2rem !important
    }

    .ml-laptop-5, .mx-laptop-5 {
        margin-left: 2rem !important
    }

    .m-laptop-6 {
        margin: 3rem !important
    }

    .mt-laptop-6, .my-laptop-6 {
        margin-top: 3rem !important
    }

    .mr-laptop-6, .mx-laptop-6 {
        margin-right: 3rem !important
    }

    .mb-laptop-6, .my-laptop-6 {
        margin-bottom: 3rem !important
    }

    .ml-laptop-6, .mx-laptop-6 {
        margin-left: 3rem !important
    }

    .p-laptop-0 {
        padding: 0 !important
    }

    .pt-laptop-0, .py-laptop-0 {
        padding-top: 0 !important
    }

    .pr-laptop-0, .px-laptop-0 {
        padding-right: 0 !important
    }

    .pb-laptop-0, .py-laptop-0 {
        padding-bottom: 0 !important
    }

    .pl-laptop-0, .px-laptop-0 {
        padding-left: 0 !important
    }

    .p-laptop-1 {
        padding: .25rem !important
    }

    .pt-laptop-1, .py-laptop-1 {
        padding-top: .25rem !important
    }

    .pr-laptop-1, .px-laptop-1 {
        padding-right: .25rem !important
    }

    .pb-laptop-1, .py-laptop-1 {
        padding-bottom: .25rem !important
    }

    .pl-laptop-1, .px-laptop-1 {
        padding-left: .25rem !important
    }

    .p-laptop-2 {
        padding: .5rem !important
    }

    .pt-laptop-2, .py-laptop-2 {
        padding-top: .5rem !important
    }

    .pr-laptop-2, .px-laptop-2 {
        padding-right: .5rem !important
    }

    .pb-laptop-2, .py-laptop-2 {
        padding-bottom: .5rem !important
    }

    .pl-laptop-2, .px-laptop-2 {
        padding-left: .5rem !important
    }

    .p-laptop-3 {
        padding: 1rem !important
    }

    .pt-laptop-3, .py-laptop-3 {
        padding-top: 1rem !important
    }

    .pr-laptop-3, .px-laptop-3 {
        padding-right: 1rem !important
    }

    .pb-laptop-3, .py-laptop-3 {
        padding-bottom: 1rem !important
    }

    .pl-laptop-3, .px-laptop-3 {
        padding-left: 1rem !important
    }

    .p-laptop-4 {
        padding: 1.5rem !important
    }

    .pt-laptop-4, .py-laptop-4 {
        padding-top: 1.5rem !important
    }

    .pr-laptop-4, .px-laptop-4 {
        padding-right: 1.5rem !important
    }

    .pb-laptop-4, .py-laptop-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-laptop-4, .px-laptop-4 {
        padding-left: 1.5rem !important
    }

    .p-laptop-5 {
        padding: 2rem !important
    }

    .pt-laptop-5, .py-laptop-5 {
        padding-top: 2rem !important
    }

    .pr-laptop-5, .px-laptop-5 {
        padding-right: 2rem !important
    }

    .pb-laptop-5, .py-laptop-5 {
        padding-bottom: 2rem !important
    }

    .pl-laptop-5, .px-laptop-5 {
        padding-left: 2rem !important
    }

    .p-laptop-6 {
        padding: 3rem !important
    }

    .pt-laptop-6, .py-laptop-6 {
        padding-top: 3rem !important
    }

    .pr-laptop-6, .px-laptop-6 {
        padding-right: 3rem !important
    }

    .pb-laptop-6, .py-laptop-6 {
        padding-bottom: 3rem !important
    }

    .pl-laptop-6, .px-laptop-6 {
        padding-left: 3rem !important
    }

    .m-laptop-auto {
        margin: auto !important
    }

    .mt-laptop-auto, .my-laptop-auto {
        margin-top: auto !important
    }

    .mr-laptop-auto, .mx-laptop-auto {
        margin-right: auto !important
    }

    .mb-laptop-auto, .my-laptop-auto {
        margin-bottom: auto !important
    }

    .ml-laptop-auto, .mx-laptop-auto {
        margin-left: auto !important
    }
}

@media (min-width: 1660px) {
    .m-desktop-0 {
        margin: 0 !important
    }

    .mt-desktop-0, .my-desktop-0 {
        margin-top: 0 !important
    }

    .mr-desktop-0, .mx-desktop-0 {
        margin-right: 0 !important
    }

    .mb-desktop-0, .my-desktop-0 {
        margin-bottom: 0 !important
    }

    .ml-desktop-0, .mx-desktop-0 {
        margin-left: 0 !important
    }

    .m-desktop-1 {
        margin: .25rem !important
    }

    .mt-desktop-1, .my-desktop-1 {
        margin-top: .25rem !important
    }

    .mr-desktop-1, .mx-desktop-1 {
        margin-right: .25rem !important
    }

    .mb-desktop-1, .my-desktop-1 {
        margin-bottom: .25rem !important
    }

    .ml-desktop-1, .mx-desktop-1 {
        margin-left: .25rem !important
    }

    .m-desktop-2 {
        margin: .5rem !important
    }

    .mt-desktop-2, .my-desktop-2 {
        margin-top: .5rem !important
    }

    .mr-desktop-2, .mx-desktop-2 {
        margin-right: .5rem !important
    }

    .mb-desktop-2, .my-desktop-2 {
        margin-bottom: .5rem !important
    }

    .ml-desktop-2, .mx-desktop-2 {
        margin-left: .5rem !important
    }

    .m-desktop-3 {
        margin: 1rem !important
    }

    .mt-desktop-3, .my-desktop-3 {
        margin-top: 1rem !important
    }

    .mr-desktop-3, .mx-desktop-3 {
        margin-right: 1rem !important
    }

    .mb-desktop-3, .my-desktop-3 {
        margin-bottom: 1rem !important
    }

    .ml-desktop-3, .mx-desktop-3 {
        margin-left: 1rem !important
    }

    .m-desktop-4 {
        margin: 1.5rem !important
    }

    .mt-desktop-4, .my-desktop-4 {
        margin-top: 1.5rem !important
    }

    .mr-desktop-4, .mx-desktop-4 {
        margin-right: 1.5rem !important
    }

    .mb-desktop-4, .my-desktop-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-desktop-4, .mx-desktop-4 {
        margin-left: 1.5rem !important
    }

    .m-desktop-5 {
        margin: 2rem !important
    }

    .mt-desktop-5, .my-desktop-5 {
        margin-top: 2rem !important
    }

    .mr-desktop-5, .mx-desktop-5 {
        margin-right: 2rem !important
    }

    .mb-desktop-5, .my-desktop-5 {
        margin-bottom: 2rem !important
    }

    .ml-desktop-5, .mx-desktop-5 {
        margin-left: 2rem !important
    }

    .m-desktop-6 {
        margin: 3rem !important
    }

    .mt-desktop-6, .my-desktop-6 {
        margin-top: 3rem !important
    }

    .mr-desktop-6, .mx-desktop-6 {
        margin-right: 3rem !important
    }

    .mb-desktop-6, .my-desktop-6 {
        margin-bottom: 3rem !important
    }

    .ml-desktop-6, .mx-desktop-6 {
        margin-left: 3rem !important
    }

    .p-desktop-0 {
        padding: 0 !important
    }

    .pt-desktop-0, .py-desktop-0 {
        padding-top: 0 !important
    }

    .pr-desktop-0, .px-desktop-0 {
        padding-right: 0 !important
    }

    .pb-desktop-0, .py-desktop-0 {
        padding-bottom: 0 !important
    }

    .pl-desktop-0, .px-desktop-0 {
        padding-left: 0 !important
    }

    .p-desktop-1 {
        padding: .25rem !important
    }

    .pt-desktop-1, .py-desktop-1 {
        padding-top: .25rem !important
    }

    .pr-desktop-1, .px-desktop-1 {
        padding-right: .25rem !important
    }

    .pb-desktop-1, .py-desktop-1 {
        padding-bottom: .25rem !important
    }

    .pl-desktop-1, .px-desktop-1 {
        padding-left: .25rem !important
    }

    .p-desktop-2 {
        padding: .5rem !important
    }

    .pt-desktop-2, .py-desktop-2 {
        padding-top: .5rem !important
    }

    .pr-desktop-2, .px-desktop-2 {
        padding-right: .5rem !important
    }

    .pb-desktop-2, .py-desktop-2 {
        padding-bottom: .5rem !important
    }

    .pl-desktop-2, .px-desktop-2 {
        padding-left: .5rem !important
    }

    .p-desktop-3 {
        padding: 1rem !important
    }

    .pt-desktop-3, .py-desktop-3 {
        padding-top: 1rem !important
    }

    .pr-desktop-3, .px-desktop-3 {
        padding-right: 1rem !important
    }

    .pb-desktop-3, .py-desktop-3 {
        padding-bottom: 1rem !important
    }

    .pl-desktop-3, .px-desktop-3 {
        padding-left: 1rem !important
    }

    .p-desktop-4 {
        padding: 1.5rem !important
    }

    .pt-desktop-4, .py-desktop-4 {
        padding-top: 1.5rem !important
    }

    .pr-desktop-4, .px-desktop-4 {
        padding-right: 1.5rem !important
    }

    .pb-desktop-4, .py-desktop-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-desktop-4, .px-desktop-4 {
        padding-left: 1.5rem !important
    }

    .p-desktop-5 {
        padding: 2rem !important
    }

    .pt-desktop-5, .py-desktop-5 {
        padding-top: 2rem !important
    }

    .pr-desktop-5, .px-desktop-5 {
        padding-right: 2rem !important
    }

    .pb-desktop-5, .py-desktop-5 {
        padding-bottom: 2rem !important
    }

    .pl-desktop-5, .px-desktop-5 {
        padding-left: 2rem !important
    }

    .p-desktop-6 {
        padding: 3rem !important
    }

    .pt-desktop-6, .py-desktop-6 {
        padding-top: 3rem !important
    }

    .pr-desktop-6, .px-desktop-6 {
        padding-right: 3rem !important
    }

    .pb-desktop-6, .py-desktop-6 {
        padding-bottom: 3rem !important
    }

    .pl-desktop-6, .px-desktop-6 {
        padding-left: 3rem !important
    }

    .m-desktop-auto {
        margin: auto !important
    }

    .mt-desktop-auto, .my-desktop-auto {
        margin-top: auto !important
    }

    .mr-desktop-auto, .mx-desktop-auto {
        margin-right: auto !important
    }

    .mb-desktop-auto, .my-desktop-auto {
        margin-bottom: auto !important
    }

    .ml-desktop-auto, .mx-desktop-auto {
        margin-left: auto !important
    }
}

@media (min-width: 1800px) {
    .m-fullhd-0 {
        margin: 0 !important
    }

    .mt-fullhd-0, .my-fullhd-0 {
        margin-top: 0 !important
    }

    .mr-fullhd-0, .mx-fullhd-0 {
        margin-right: 0 !important
    }

    .mb-fullhd-0, .my-fullhd-0 {
        margin-bottom: 0 !important
    }

    .ml-fullhd-0, .mx-fullhd-0 {
        margin-left: 0 !important
    }

    .m-fullhd-1 {
        margin: .25rem !important
    }

    .mt-fullhd-1, .my-fullhd-1 {
        margin-top: .25rem !important
    }

    .mr-fullhd-1, .mx-fullhd-1 {
        margin-right: .25rem !important
    }

    .mb-fullhd-1, .my-fullhd-1 {
        margin-bottom: .25rem !important
    }

    .ml-fullhd-1, .mx-fullhd-1 {
        margin-left: .25rem !important
    }

    .m-fullhd-2 {
        margin: .5rem !important
    }

    .mt-fullhd-2, .my-fullhd-2 {
        margin-top: .5rem !important
    }

    .mr-fullhd-2, .mx-fullhd-2 {
        margin-right: .5rem !important
    }

    .mb-fullhd-2, .my-fullhd-2 {
        margin-bottom: .5rem !important
    }

    .ml-fullhd-2, .mx-fullhd-2 {
        margin-left: .5rem !important
    }

    .m-fullhd-3 {
        margin: 1rem !important
    }

    .mt-fullhd-3, .my-fullhd-3 {
        margin-top: 1rem !important
    }

    .mr-fullhd-3, .mx-fullhd-3 {
        margin-right: 1rem !important
    }

    .mb-fullhd-3, .my-fullhd-3 {
        margin-bottom: 1rem !important
    }

    .ml-fullhd-3, .mx-fullhd-3 {
        margin-left: 1rem !important
    }

    .m-fullhd-4 {
        margin: 1.5rem !important
    }

    .mt-fullhd-4, .my-fullhd-4 {
        margin-top: 1.5rem !important
    }

    .mr-fullhd-4, .mx-fullhd-4 {
        margin-right: 1.5rem !important
    }

    .mb-fullhd-4, .my-fullhd-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-fullhd-4, .mx-fullhd-4 {
        margin-left: 1.5rem !important
    }

    .m-fullhd-5 {
        margin: 2rem !important
    }

    .mt-fullhd-5, .my-fullhd-5 {
        margin-top: 2rem !important
    }

    .mr-fullhd-5, .mx-fullhd-5 {
        margin-right: 2rem !important
    }

    .mb-fullhd-5, .my-fullhd-5 {
        margin-bottom: 2rem !important
    }

    .ml-fullhd-5, .mx-fullhd-5 {
        margin-left: 2rem !important
    }

    .m-fullhd-6 {
        margin: 3rem !important
    }

    .mt-fullhd-6, .my-fullhd-6 {
        margin-top: 3rem !important
    }

    .mr-fullhd-6, .mx-fullhd-6 {
        margin-right: 3rem !important
    }

    .mb-fullhd-6, .my-fullhd-6 {
        margin-bottom: 3rem !important
    }

    .ml-fullhd-6, .mx-fullhd-6 {
        margin-left: 3rem !important
    }

    .p-fullhd-0 {
        padding: 0 !important
    }

    .pt-fullhd-0, .py-fullhd-0 {
        padding-top: 0 !important
    }

    .pr-fullhd-0, .px-fullhd-0 {
        padding-right: 0 !important
    }

    .pb-fullhd-0, .py-fullhd-0 {
        padding-bottom: 0 !important
    }

    .pl-fullhd-0, .px-fullhd-0 {
        padding-left: 0 !important
    }

    .p-fullhd-1 {
        padding: .25rem !important
    }

    .pt-fullhd-1, .py-fullhd-1 {
        padding-top: .25rem !important
    }

    .pr-fullhd-1, .px-fullhd-1 {
        padding-right: .25rem !important
    }

    .pb-fullhd-1, .py-fullhd-1 {
        padding-bottom: .25rem !important
    }

    .pl-fullhd-1, .px-fullhd-1 {
        padding-left: .25rem !important
    }

    .p-fullhd-2 {
        padding: .5rem !important
    }

    .pt-fullhd-2, .py-fullhd-2 {
        padding-top: .5rem !important
    }

    .pr-fullhd-2, .px-fullhd-2 {
        padding-right: .5rem !important
    }

    .pb-fullhd-2, .py-fullhd-2 {
        padding-bottom: .5rem !important
    }

    .pl-fullhd-2, .px-fullhd-2 {
        padding-left: .5rem !important
    }

    .p-fullhd-3 {
        padding: 1rem !important
    }

    .pt-fullhd-3, .py-fullhd-3 {
        padding-top: 1rem !important
    }

    .pr-fullhd-3, .px-fullhd-3 {
        padding-right: 1rem !important
    }

    .pb-fullhd-3, .py-fullhd-3 {
        padding-bottom: 1rem !important
    }

    .pl-fullhd-3, .px-fullhd-3 {
        padding-left: 1rem !important
    }

    .p-fullhd-4 {
        padding: 1.5rem !important
    }

    .pt-fullhd-4, .py-fullhd-4 {
        padding-top: 1.5rem !important
    }

    .pr-fullhd-4, .px-fullhd-4 {
        padding-right: 1.5rem !important
    }

    .pb-fullhd-4, .py-fullhd-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-fullhd-4, .px-fullhd-4 {
        padding-left: 1.5rem !important
    }

    .p-fullhd-5 {
        padding: 2rem !important
    }

    .pt-fullhd-5, .py-fullhd-5 {
        padding-top: 2rem !important
    }

    .pr-fullhd-5, .px-fullhd-5 {
        padding-right: 2rem !important
    }

    .pb-fullhd-5, .py-fullhd-5 {
        padding-bottom: 2rem !important
    }

    .pl-fullhd-5, .px-fullhd-5 {
        padding-left: 2rem !important
    }

    .p-fullhd-6 {
        padding: 3rem !important
    }

    .pt-fullhd-6, .py-fullhd-6 {
        padding-top: 3rem !important
    }

    .pr-fullhd-6, .px-fullhd-6 {
        padding-right: 3rem !important
    }

    .pb-fullhd-6, .py-fullhd-6 {
        padding-bottom: 3rem !important
    }

    .pl-fullhd-6, .px-fullhd-6 {
        padding-left: 3rem !important
    }

    .m-fullhd-auto {
        margin: auto !important
    }

    .mt-fullhd-auto, .my-fullhd-auto {
        margin-top: auto !important
    }

    .mr-fullhd-auto, .mx-fullhd-auto {
        margin-right: auto !important
    }

    .mb-fullhd-auto, .my-fullhd-auto {
        margin-bottom: auto !important
    }

    .ml-fullhd-auto, .mx-fullhd-auto {
        margin-left: auto !important
    }
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace
}

.text-justify {
    text-align: justify !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
    }
}

@media (min-width: 1440px) {
    .text-laptop-left {
        text-align: left !important
    }

    .text-laptop-right {
        text-align: right !important
    }

    .text-laptop-center {
        text-align: center !important
    }
}

@media (min-width: 1660px) {
    .text-desktop-left {
        text-align: left !important
    }

    .text-desktop-right {
        text-align: right !important
    }

    .text-desktop-center {
        text-align: center !important
    }
}

@media (min-width: 1800px) {
    .text-fullhd-left {
        text-align: left !important
    }

    .text-fullhd-right {
        text-align: right !important
    }

    .text-fullhd-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-normal {
    font-weight: 400 !important
}

.font-weight-bold {
    font-weight: 700 !important
}

.font-italic {
    font-style: italic !important
}

.text-white {
    color: #fff !important
}

.text-primary {
    color: #3B5296 !important
}

a.text-primary:focus, a.text-primary:hover {
    color: #4d76f8 !important
}

.text-secondary {
    color: #787878 !important
}

a.text-secondary:focus, a.text-secondary:hover {
    color: #5f5f5f !important
}

.text-success {
    color: #499e63 !important
}

a.text-success:focus, a.text-success:hover {
    color: #397b4d !important
}

.text-info {
    color: #17a2b8 !important
}

a.text-info:focus, a.text-info:hover {
    color: #117a8b !important
}

.text-warning {
    color: #ffc107 !important
}

a.text-warning:focus, a.text-warning:hover {
    color: #d39e00 !important
}

.text-danger {
    color: #f2424f !important
}

a.text-danger:focus, a.text-danger:hover {
    color: #ef1223 !important
}

.text-light {
    color: #f9f9f9 !important
}

a.text-light:focus, a.text-light:hover {
    color: #e0e0e0 !important
}

.text-dark {
    color: #343a40 !important
}

a.text-dark:focus, a.text-dark:hover {
    color: #1d2124 !important
}

.text-body {
    color: #000 !important
}

.text-muted {
    color: #787878 !important
}

.text-black-50 {
    color: rgba(0, 0, 0, .5) !important
}

.text-white-50 {
    color: hsla(0, 0%, 100%, .5) !important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

.slick-slider {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list, .slick-slider {
    position: relative;
    display: block
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after, .slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

/*! nouislider - 11.1.0 - 2018-04-02 11:18:13 */
.noUi-target, .noUi-target * {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.noUi-target {
    position: relative;
    direction: ltr
}

.noUi-base, .noUi-connects {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1
}

.noUi-connects {
    overflow: hidden;
    z-index: 0
}

.noUi-connect, .noUi-origin {
    will-change: transform;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0
}

html:not([dir=rtl]) .noUi-horizontal .noUi-origin {
    left: auto;
    right: 8px
}

.noUi-vertical .noUi-origin {
    width: 0
}

.noUi-horizontal .noUi-origin {
    height: 0;
    width: calc(100% - 16px)
}

.noUi-handle {
    position: absolute
}

.noUi-state-tap .noUi-connect, .noUi-state-tap .noUi-origin {
    -webkit-transition: transform .3s;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.noUi-state-drag * {
    cursor: inherit !important
}

.noUi-horizontal {
    height: 2px
}

.noUi-horizontal .noUi-handle {
    width: 18px;
    height: 18px;
    left: -9px;
    top: -9px
}

.noUi-vertical {
    width: 18px
}

.noUi-vertical .noUi-handle {
    width: 28px;
    height: 34px;
    left: -6px;
    top: -17px
}

html:not([dir=rtl]) .noUi-horizontal .noUi-handle {
    right: -9px;
    left: auto
}

.noUi-target {
    background: #c9c9c9
}

.noUi-connects {
    border-radius: 3px
}

.noUi-connect {
    background: #000
}

.noUi-draggable {
    cursor: ew-resize
}

.noUi-vertical .noUi-draggable {
    cursor: ns-resize
}

.noUi-handle {
    border-radius: 50%;
    background: #3B5296;
    cursor: default
}

.noUi-active {
    border-color: #000
}

[disabled] .noUi-connect {
    background: #b8b8b8
}

[disabled].noUi-handle, [disabled] .noUi-handle, [disabled].noUi-target {
    cursor: not-allowed
}

.noUi-pips, .noUi-pips * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.noUi-pips {
    position: absolute;
    color: #999
}

.noUi-value {
    position: absolute;
    white-space: nowrap;
    text-align: center
}

.noUi-value-sub {
    color: #ccc;
    font-size: 10px
}

.noUi-marker {
    position: absolute;
    background: #ccc
}

.noUi-marker-large, .noUi-marker-sub {
    background: #aaa
}

.noUi-pips-horizontal {
    padding: 10px 0;
    height: 80px;
    top: 100%;
    left: 0;
    width: 100%
}

.noUi-value-horizontal {
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%)
}

.noUi-rtl .noUi-value-horizontal {
    -webkit-transform: translate(50%, 50%);
    transform: translate(50%, 50%)
}

.noUi-marker-horizontal.noUi-marker {
    margin-left: -1px;
    width: 2px;
    height: 5px
}

.noUi-marker-horizontal.noUi-marker-sub {
    height: 10px
}

.noUi-marker-horizontal.noUi-marker-large {
    height: 15px
}

.noUi-pips-vertical {
    padding: 0 10px;
    height: 100%;
    top: 0;
    left: 100%
}

.noUi-value-vertical {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-left: 25px
}

.noUi-rtl .noUi-value-vertical {
    -webkit-transform: translateY(50%);
    transform: translateY(50%)
}

.noUi-marker-vertical.noUi-marker {
    width: 5px;
    height: 2px;
    margin-top: -1px
}

.noUi-marker-vertical.noUi-marker-sub {
    width: 10px
}

.noUi-marker-vertical.noUi-marker-large {
    width: 15px
}

.noUi-tooltip {
    display: block;
    position: absolute;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    background: #fff;
    color: #000;
    padding: 5px;
    text-align: center;
    white-space: nowrap
}

.noUi-horizontal .noUi-tooltip {
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    left: 50%;
    bottom: 120%
}

.noUi-vertical .noUi-tooltip {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    right: 120%
}

.ps {
    overflow: hidden !important;
    overflow-anchor: none;
    -ms-overflow-style: none;
    touch-action: auto;
    -ms-touch-action: auto
}

.ps__rail-x {
    height: 4px;
    bottom: 0
}

.ps__rail-x, .ps__rail-y {
    display: none;
    transition: background-color .2s linear, opacity .2s linear;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    position: absolute
}

.ps__rail-y {
    width: 4px;
    right: 0;
    left: auto !important
}

.ps--active-x > .ps__rail-x, .ps--active-y > .ps__rail-y {
    display: block;
    background-color: #e2e2e2
}

.ps__thumb-x {
    -webkit-transition: background-color .2s linear, height .2s ease-in-out;
    transition: background-color .2s linear, height .2s ease-in-out;
    height: 4px;
    bottom: 0
}

.ps__thumb-x, .ps__thumb-y {
    background-color: #3B5296;
    position: absolute
}

.ps__thumb-y {
    -webkit-transition: background-color .2s linear, width .2s ease-in-out;
    transition: background-color .2s linear, width .2s ease-in-out;
    width: 4px;
    right: 0
}

@supports (-ms-overflow-style:none) {
    .ps {
        overflow: auto !important
    }
}

@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
    .ps {
        overflow: auto !important
    }
}

@font-face {
    font-family: lg;
    src: url(../../fonts/lg/lightgallery.ed7dcde9a3.eot);
    src: url(../../fonts/lg/lightgallery.ed7dcde9a3.eot) format("embedded-opentype"), url(../../fonts/lg/lightgallery.61dcf1154e.woff) format("woff"), url(../../fonts/lg/lightgallery.8c1d5dd00c.ttf) format("truetype"), url(../../fonts/lg/lightgallery.bb16492da5.svg) format("svg");
    font-weight: 400;
    font-style: normal
}

.lg-icon {
    font-family: lg;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.lg-actions .lg-next, .lg-actions .lg-prev {
    background-color: #fff;
    border-radius: 2px;
    color: #3B5296;
    cursor: pointer;
    display: block;
    font-size: 22px;
    margin-top: -10px;
    padding: 8px 10px 9px;
    position: absolute;
    top: 50%;
    z-index: 1080;
    border: none;
    outline: none
}

.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
    pointer-events: none;
    opacity: .5
}

.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
    color: #453ee1
}

.lg-actions .lg-next {
    right: 20px
}

.lg-actions .lg-next:before {
    content: "\e095"
}

.lg-actions .lg-prev {
    left: 20px
}

.lg-actions .lg-prev:after {
    content: "\e094"
}

@-webkit-keyframes a {
    0% {
        left: 0
    }
    50% {
        left: -30px
    }
    to {
        left: 0
    }
}

@keyframes a {
    0% {
        left: 0
    }
    50% {
        left: -30px
    }
    to {
        left: 0
    }
}

@-webkit-keyframes b {
    0% {
        left: 0
    }
    50% {
        left: 30px
    }
    to {
        left: 0
    }
}

@keyframes b {
    0% {
        left: 0
    }
    50% {
        left: 30px
    }
    to {
        left: 0
    }
}

.lg-outer.lg-right-end .lg-object {
    -webkit-animation: a .3s;
    animation: a .3s;
    position: relative
}

.lg-outer.lg-left-end .lg-object {
    -webkit-animation: b .3s;
    animation: b .3s;
    position: relative
}

.lg-toolbar {
    z-index: 1082;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background-color: #fff
}

.lg-toolbar .lg-icon {
    color: #3B5296;
    cursor: pointer;
    float: right;
    font-size: 24px;
    height: 47px;
    line-height: 27px;
    padding: 10px 0;
    text-align: center;
    width: 50px;
    text-decoration: none !important;
    outline: medium none;
    -webkit-transition: color .2s linear;
    transition: color .2s linear
}

.lg-toolbar .lg-icon:hover {
    color: #453ee1
}

.lg-toolbar .lg-close:after {
    content: "\e070"
}

.lg-toolbar .lg-download:after {
    content: "\e0f2"
}

.lg-sub-html {
    background-color: #fff;
    bottom: 0;
    color: #000;
    font-size: 16px;
    left: 0;
    padding: 10px 40px;
    position: fixed;
    right: 0;
    text-align: center;
    z-index: 1080
}

.lg-sub-html h4 {
    margin: 0;
    font-size: 13px;
    font-weight: 700
}

.lg-sub-html p {
    font-size: 12px;
    margin: 5px 0 0
}

#lg-counter {
    color: #999;
    display: inline-block;
    font-size: 16px;
    padding-left: 20px;
    padding-top: 12px;
    vertical-align: middle
}

.lg-next, .lg-prev, .lg-toolbar {
    opacity: 1;
    -webkit-transition: -webkit-transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear;
    -webkit-transition: opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear, -webkit-transform .35s cubic-bezier(0, 0, .25, 1) 0s;
    transition: opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear, -webkit-transform .35s cubic-bezier(0, 0, .25, 1) 0s;
    transition: transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear;
    transition: transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear, -webkit-transform .35s cubic-bezier(0, 0, .25, 1) 0s
}

.lg-hide-items .lg-prev {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0)
}

.lg-hide-items .lg-next {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0)
}

.lg-hide-items .lg-toolbar {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0)
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
    -webkit-transform: scale3d(.5, .5, .5);
    transform: scale3d(.5, .5, .5);
    opacity: 0;
    -webkit-transition: -webkit-transform .25s cubic-bezier(0, 0, .25, 1) 0s, opacity .25s cubic-bezier(0, 0, .25, 1) !important;
    -webkit-transition: opacity .25s cubic-bezier(0, 0, .25, 1), -webkit-transform .25s cubic-bezier(0, 0, .25, 1) 0s !important;
    transition: opacity .25s cubic-bezier(0, 0, .25, 1), -webkit-transform .25s cubic-bezier(0, 0, .25, 1) 0s !important;
    transition: transform .25s cubic-bezier(0, 0, .25, 1) 0s, opacity .25s cubic-bezier(0, 0, .25, 1) !important;
    transition: transform .25s cubic-bezier(0, 0, .25, 1) 0s, opacity .25s cubic-bezier(0, 0, .25, 1), -webkit-transform .25s cubic-bezier(0, 0, .25, 1) 0s !important;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 1
}

.lg-outer .lg-thumb-outer {
    background-color: #0d0a0a;
    bottom: 0;
    position: absolute;
    width: 100%;
    z-index: 1080;
    max-height: 350px;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: -webkit-transform .25s cubic-bezier(0, 0, .25, 1) 0s;
    transition: -webkit-transform .25s cubic-bezier(0, 0, .25, 1) 0s;
    transition: transform .25s cubic-bezier(0, 0, .25, 1) 0s;
    transition: transform .25s cubic-bezier(0, 0, .25, 1) 0s, -webkit-transform .25s cubic-bezier(0, 0, .25, 1) 0s
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.lg-outer .lg-thumb {
    padding: 10px 0;
    height: 100%;
    margin-bottom: -5px
}

.lg-outer .lg-thumb-item {
    border-radius: 5px;
    cursor: pointer;
    float: left;
    overflow: hidden;
    height: 100%;
    border: 2px solid #fff;
    border-radius: 4px;
    margin-bottom: 5px
}

@media (min-width: 1025px) {
    .lg-outer .lg-thumb-item {
        -webkit-transition: border-color .25s ease;
        transition: border-color .25s ease
    }
}

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
    border-color: #a90707
}

.lg-outer .lg-thumb-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.lg-outer.lg-has-thumb .lg-item {
    padding-bottom: 120px
}

.lg-outer.lg-can-toggle .lg-item {
    padding-bottom: 0
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
    -webkit-transition: bottom .25s ease;
    transition: bottom .25s ease
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
    bottom: 100px
}

.lg-outer .lg-toogle-thumb {
    background-color: #0d0a0a;
    border-radius: 2px 2px 0 0;
    color: #999;
    cursor: pointer;
    font-size: 24px;
    height: 39px;
    line-height: 27px;
    padding: 5px 0;
    position: absolute;
    right: 20px;
    text-align: center;
    top: -39px;
    width: 50px
}

.lg-outer .lg-toogle-thumb:after {
    content: "\e1ff"
}

.lg-outer .lg-toogle-thumb:hover {
    color: #fff
}

.lg-outer .lg-video-cont {
    display: inline-block;
    vertical-align: middle;
    max-width: 1140px;
    max-height: 100%;
    width: 100%;
    padding: 0 5px
}

.lg-outer .lg-video {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative
}

.lg-outer .lg-video .lg-object {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important
}

.lg-outer .lg-video .lg-video-play {
    width: 84px;
    height: 59px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -42px;
    margin-top: -30px;
    z-index: 1080;
    cursor: pointer
}

.lg-outer .lg-has-iframe .lg-video {
    -webkit-overflow-scrolling: touch;
    overflow: auto
}

.lg-outer .lg-has-vimeo .lg-video-play {
    background: url(../../img/vimeo-play.e80ca4e80a.png) no-repeat scroll 0 0 transparent
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
    background: url(../../img/vimeo-play.e80ca4e80a.png) no-repeat scroll 0 -58px transparent
}

.lg-outer .lg-has-html5 .lg-video-play {
    background: transparent url(../../img/video-play.01019e0e52.png) no-repeat scroll 0 0;
    height: 64px;
    margin-left: -32px;
    margin-top: -32px;
    width: 64px;
    opacity: .8
}

.lg-outer .lg-has-html5:hover .lg-video-play {
    opacity: 1
}

.lg-outer .lg-has-youtube .lg-video-play {
    background: url(../../img/youtube-play.f1c99ad0d2.png) no-repeat scroll 0 0 transparent
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
    background: url(../../img/youtube-play.f1c99ad0d2.png) no-repeat scroll 0 -60px transparent
}

.lg-outer .lg-video-object {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0
}

.lg-outer .lg-has-video .lg-video-object {
    visibility: hidden
}

.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
    display: none
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
    visibility: visible
}

.lg-progress-bar {
    background-color: #333;
    height: 5px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1083;
    opacity: 0;
    -webkit-transition: opacity .08s ease 0s;
    transition: opacity .08s ease 0s
}

.lg-progress-bar .lg-progress {
    background-color: #a90707;
    height: 5px;
    width: 0
}

.lg-progress-bar.lg-start .lg-progress {
    width: 100%
}

.lg-show-autoplay .lg-progress-bar {
    opacity: 1
}

.lg-autoplay-button:after {
    content: "\e01d"
}

.lg-show-autoplay .lg-autoplay-button:after {
    content: "\e01a"
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transition-duration: 0s;
    transition-duration: 0s
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transition: -webkit-transform .3s cubic-bezier(0, 0, .25, 1) 0s;
    transition: -webkit-transform .3s cubic-bezier(0, 0, .25, 1) 0s;
    transition: transform .3s cubic-bezier(0, 0, .25, 1) 0s;
    transition: transform .3s cubic-bezier(0, 0, .25, 1) 0s, -webkit-transform .3s cubic-bezier(0, 0, .25, 1) 0s
}

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transition: left .3s cubic-bezier(0, 0, .25, 1) 0s, top .3s cubic-bezier(0, 0, .25, 1) 0s;
    transition: left .3s cubic-bezier(0, 0, .25, 1) 0s, top .3s cubic-bezier(0, 0, .25, 1) 0s
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition: -webkit-transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s !important;
    -webkit-transition: opacity .15s, -webkit-transform .3s cubic-bezier(0, 0, .25, 1) 0s !important;
    transition: opacity .15s, -webkit-transform .3s cubic-bezier(0, 0, .25, 1) 0s !important;
    transition: transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s !important;
    transition: transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s, -webkit-transform .3s cubic-bezier(0, 0, .25, 1) 0s !important;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

#lg-zoom-in:after {
    content: "\e311"
}

#lg-actual-size {
    font-size: 20px
}

#lg-actual-size:after {
    content: "\e033"
}

#lg-zoom-out {
    opacity: .5;
    pointer-events: none
}

#lg-zoom-out:after {
    content: "\e312"
}

.lg-zoomed #lg-zoom-out {
    opacity: 1;
    pointer-events: auto
}

.lg-outer .lg-pager-outer {
    bottom: 60px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 1080;
    height: 10px
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
    overflow: visible
}

.lg-outer .lg-pager-cont {
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    margin: 0 5px
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
    -webkit-box-shadow: 0 0 0 2px #fff inset;
    box-shadow: inset 0 0 0 2px #fff
}

.lg-outer .lg-pager-thumb-cont {
    background-color: #fff;
    color: #fff;
    bottom: 100%;
    height: 83px;
    left: 0;
    margin-bottom: 20px;
    margin-left: -60px;
    opacity: 0;
    padding: 5px;
    position: absolute;
    width: 120px;
    border-radius: 3px;
    -webkit-transition: opacity .15s ease 0s, -webkit-transform .15s ease 0s;
    transition: opacity .15s ease 0s, -webkit-transform .15s ease 0s;
    transition: opacity .15s ease 0s, transform .15s ease 0s;
    transition: opacity .15s ease 0s, transform .15s ease 0s, -webkit-transform .15s ease 0s;
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0)
}

.lg-outer .lg-pager-thumb-cont img {
    width: 100%;
    height: 100%
}

.lg-outer .lg-pager {
    background-color: hsla(0, 0%, 100%, .5);
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 8px hsla(0, 0%, 100%, .7) inset;
    box-shadow: inset 0 0 0 8px hsla(0, 0%, 100%, .7);
    display: block;
    height: 12px;
    -webkit-transition: box-shadow .3s ease 0s;
    -webkit-transition: -webkit-box-shadow .3s ease 0s;
    transition: -webkit-box-shadow .3s ease 0s;
    transition: box-shadow .3s ease 0s;
    transition: box-shadow .3s ease 0s, -webkit-box-shadow .3s ease 0s;
    width: 12px
}

.lg-outer .lg-pager:focus, .lg-outer .lg-pager:hover {
    -webkit-box-shadow: 0 0 0 8px #fff inset;
    box-shadow: inset 0 0 0 8px #fff
}

.lg-outer .lg-caret {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px dashed;
    bottom: -10px;
    display: inline-block;
    height: 0;
    left: 50%;
    margin-left: -5px;
    position: absolute;
    vertical-align: middle;
    width: 0
}

.lg-fullscreen:after {
    content: "\e20c"
}

.lg-fullscreen-on .lg-fullscreen:after {
    content: "\e20d"
}

.lg-outer #lg-dropdown-overlay {
    background-color: rgba(0, 0, 0, .25);
    bottom: 0;
    cursor: default;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1081;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: visibility 0s linear .18s, opacity .18s linear 0s;
    transition: visibility 0s linear .18s, opacity .18s linear 0s
}

.lg-outer.lg-dropdown-active #lg-dropdown-overlay, .lg-outer.lg-dropdown-active .lg-dropdown {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
    visibility: visible
}

.lg-outer.lg-dropdown-active #lg-share {
    color: #fff
}

.lg-outer .lg-dropdown {
    background-color: #fff;
    border-radius: 2px;
    font-size: 14px;
    list-style-type: none;
    margin: 0;
    padding: 10px 0;
    position: absolute;
    right: 0;
    text-align: left;
    top: 50px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
    -webkit-transition: -webkit-transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
    -webkit-transition: visibility 0s linear .5s, opacity .18s linear 0s, -webkit-transform .18s linear 0s;
    transition: visibility 0s linear .5s, opacity .18s linear 0s, -webkit-transform .18s linear 0s;
    transition: transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
    transition: transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s, -webkit-transform .18s linear 0s
}

.lg-outer .lg-dropdown:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    border: 8px solid transparent;
    border-bottom-color: #fff;
    right: 16px;
    top: -16px
}

.lg-outer .lg-dropdown > li:last-child {
    margin-bottom: 0
}

.lg-outer .lg-dropdown > li:hover .lg-icon, .lg-outer .lg-dropdown > li:hover a {
    color: #333
}

.lg-outer .lg-dropdown a {
    color: #333;
    display: block;
    white-space: pre;
    padding: 4px 12px;
    font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 12px
}

.lg-outer .lg-dropdown a:hover {
    background-color: rgba(0, 0, 0, .07)
}

.lg-outer .lg-dropdown .lg-dropdown-text {
    display: inline-block;
    line-height: 1;
    margin-top: -3px;
    vertical-align: middle
}

.lg-outer .lg-dropdown .lg-icon {
    color: #333;
    display: inline-block;
    float: none;
    font-size: 20px;
    height: auto;
    line-height: 1;
    margin-right: 8px;
    padding: 0;
    vertical-align: middle;
    width: auto
}

.lg-outer #lg-share {
    position: relative
}

.lg-outer #lg-share:after {
    content: "\e80d"
}

.lg-outer #lg-share-facebook .lg-icon {
    color: #3b5998
}

.lg-outer #lg-share-facebook .lg-icon:after {
    content: "\e901"
}

.lg-outer #lg-share-twitter .lg-icon {
    color: #00aced
}

.lg-outer #lg-share-twitter .lg-icon:after {
    content: "\e904"
}

.lg-outer #lg-share-googleplus .lg-icon {
    color: #dd4b39
}

.lg-outer #lg-share-googleplus .lg-icon:after {
    content: "\e902"
}

.lg-outer #lg-share-pinterest .lg-icon {
    color: #cb2027
}

.lg-outer #lg-share-pinterest .lg-icon:after {
    content: "\e903"
}

.lg-group:after {
    content: "";
    display: table;
    clear: both
}

.lg-outer {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    text-align: left;
    opacity: 0;
    -webkit-transition: opacity .15s ease 0s;
    transition: opacity .15s ease 0s
}

.lg-outer * {
    /*-webkit-box-sizing: border-box;*/
    /*box-sizing: border-box;*/
    border: none !important;
    background: transparent !important;
}

.lg-outer.lg-visible {
    opacity: 1
}

.lg-outer.lg-css3 .lg-item.lg-current, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-prev-slide {
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-current, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important;
    opacity: 1
}

.lg-outer.lg-grab img.lg-object {
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.lg-outer.lg-grabbing img.lg-object {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing
}

.lg-outer .lg {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    max-height: 100%
}

.lg-outer .lg-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap
}

.lg-outer .lg-item {
    background: url(../../img/loading.a6b3409aec.gif) no-repeat scroll 50% transparent;
    background-size: 150px;
    display: none !important
}

.lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide, .lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css .lg-current {
    display: inline-block !important
}

.lg-outer .lg-img-wrap, .lg-outer .lg-item {
    display: inline-block;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%
}

.lg-outer .lg-img-wrap:before, .lg-outer .lg-item:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px
}

.lg-outer .lg-img-wrap {
    position: absolute;
    padding: 0 5px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.lg-outer .lg-item.lg-complete {
    background-image: none
}

.lg-outer .lg-item.lg-current {
    z-index: 1060
}

.lg-outer .lg-image {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    height: auto !important
}

.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
    opacity: 0;
    -webkit-transition: opacity .15s ease 0s;
    transition: opacity .15s ease 0s
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
    opacity: 1
}

.lg-outer .lg-empty-html, .lg-outer.lg-hide-download #lg-download {
    display: none
}

.lg-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1040;
    background-color: #fff;
    opacity: 0;
    -webkit-transition: opacity .15s ease 0s;
    transition: opacity .15s ease 0s
}

.lg-backdrop.in {
    opacity: 1
}

.lg-css3.lg-no-trans .lg-current, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-prev-slide {
    -webkit-transition: none 0s ease 0s !important;
    transition: none 0s ease 0s !important
}

.lg-css3.lg-use-css3 .lg-item, .lg-css3.lg-use-left .lg-item {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.lg-css3.lg-fade .lg-item {
    opacity: 0
}

.lg-css3.lg-fade .lg-item.lg-current {
    opacity: 1
}

.lg-css3.lg-fade .lg-item.lg-current, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-prev-slide {
    -webkit-transition: opacity .1s ease 0s;
    transition: opacity .1s ease 0s
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
    opacity: 0
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    -webkit-transition: opacity .1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s;
    transition: opacity .1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s;
    transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s
}

.lg-css3.lg-slide.lg-use-left .lg-item {
    opacity: 0;
    position: absolute;
    left: 0
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
    left: -100%
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
    left: 100%
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
    left: 0;
    opacity: 1
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
    -webkit-transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s
}

fieldset[disabled] .multiselect {
    pointer-events: none
}

.multiselect__spinner {
    position: absolute;
    right: 1px;
    top: 1px;
    width: 48px;
    height: 35px;
    background: #fff;
    display: block
}

.multiselect__spinner:after, .multiselect__spinner:before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    margin: -8px 0 0 -8px;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    border: 2px solid transparent;
    border-top-color: #41b883;
    -webkit-box-shadow: 0 0 0 1px transparent;
    box-shadow: 0 0 0 1px transparent
}

.multiselect__spinner:before {
    -webkit-animation: c 2.4s cubic-bezier(.41, .26, .2, .62);
    animation: c 2.4s cubic-bezier(.41, .26, .2, .62);
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.multiselect__spinner:after {
    -webkit-animation: c 2.4s cubic-bezier(.51, .09, .21, .8);
    animation: c 2.4s cubic-bezier(.51, .09, .21, .8);
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.multiselect__loading-enter-active, .multiselect__loading-leave-active {
    -webkit-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
    opacity: 1
}

.multiselect__loading-enter, .multiselect__loading-leave-active {
    opacity: 0
}

.multiselect, .multiselect__input, .multiselect__single {
    font-family: inherit;
    font-size: 16px;
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

.multiselect {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: block;
    position: relative;
    width: 100%;
    min-height: 40px;
    text-align: left;
    color: #35495e
}

.multiselect * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.multiselect:focus {
    outline: none
}

.multiselect--disabled {
    background: #ededed;
    pointer-events: none;
    opacity: .6
}

.multiselect--active {
    z-index: 50
}

.multiselect--active:not(.multiselect--above) .multiselect__current, .multiselect--active:not(.multiselect--above) .multiselect__input, .multiselect--active:not(.multiselect--above) .multiselect__tags {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.multiselect--active .multiselect__select {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.multiselect--above.multiselect--active .multiselect__current, .multiselect--above.multiselect--active .multiselect__input, .multiselect--above.multiselect--active .multiselect__tags {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.multiselect__input, .multiselect__single {
    position: relative;
    display: inline-block;
    min-height: 20px;
    line-height: 20px;
    border: none;
    border-radius: 5px;
    background: #fff;
    padding: 0 0 0 5px;
    width: 100%;
    -webkit-transition: border .1s ease;
    transition: border .1s ease;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 8px;
    vertical-align: top
}

.multiselect__input:-ms-input-placeholder {
    color: #35495e
}

.multiselect__input::-webkit-input-placeholder {
    color: #35495e
}

.multiselect__input::-moz-placeholder {
    color: #35495e
}

.multiselect__input::-ms-input-placeholder {
    color: #35495e
}

.multiselect__input::placeholder {
    color: #35495e
}

.multiselect__tag ~ .multiselect__input, .multiselect__tag ~ .multiselect__single {
    width: auto
}

.multiselect__input:hover, .multiselect__single:hover {
    border-color: #cfcfcf
}

.multiselect__input:focus, .multiselect__single:focus {
    border-color: #a8a8a8;
    outline: none
}

.multiselect__single {
    padding-left: 5px;
    margin-bottom: 8px
}

.multiselect__tags-wrap {
    display: inline
}

.multiselect__tags {
    min-height: 40px;
    display: block;
    padding: 8px 40px 0 8px;
    border-radius: 5px;
    border: 1px solid #e8e8e8;
    background: #fff;
    font-size: 14px
}

.multiselect__tag {
    position: relative;
    display: inline-block;
    padding: 4px 26px 4px 10px;
    border-radius: 5px;
    margin-right: 10px;
    color: #fff;
    line-height: 1;
    background: #41b883;
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    max-width: 100%;
    text-overflow: ellipsis
}

.multiselect__tag-icon {
    cursor: pointer;
    margin-left: 7px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    font-weight: 700;
    font-style: normal;
    width: 22px;
    text-align: center;
    line-height: 22px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    border-radius: 5px
}

.multiselect__tag-icon:after {
    content: "\D7";
    color: #266d4d;
    font-size: 14px
}

.multiselect__tag-icon:focus, .multiselect__tag-icon:hover {
    background: #369a6e
}

.multiselect__tag-icon:focus:after, .multiselect__tag-icon:hover:after {
    color: #fff
}

.multiselect__current {
    min-height: 40px;
    overflow: hidden;
    padding: 8px 30px 0 12px;
    white-space: nowrap;
    border-radius: 5px;
    border: 1px solid #e8e8e8
}

.multiselect__current, .multiselect__select {
    line-height: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    margin: 0;
    text-decoration: none;
    cursor: pointer
}

.multiselect__select {
    position: absolute;
    width: 40px;
    height: 38px;
    right: 1px;
    top: 1px;
    padding: 4px 8px;
    text-align: center;
    -webkit-transition: -webkit-transform .2s ease;
    transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease, -webkit-transform .2s ease
}

.multiselect__select:before {
    position: relative;
    right: 0;
    top: 65%;
    color: #999;
    margin-top: 4px;
    border-color: #999 transparent transparent;
    border-style: solid;
    border-width: 5px 5px 0
}

.multiselect__placeholder {
    color: #adadad;
    display: inline-block;
    margin-bottom: 10px;
    padding-top: 2px
}

.multiselect--active .multiselect__placeholder {
    display: none
}

.multiselect__content-wrapper {
    position: absolute;
    display: block;
    background: #fff;
    width: 100%;
    max-height: 240px;
    overflow: auto;
    border: 1px solid #e8e8e8;
    border-top: none;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    z-index: 50;
    -webkit-overflow-scrolling: touch
}

.multiselect__content {
    list-style: none;
    display: inline-block;
    padding: 0;
    margin: 0;
    min-width: 100%;
    vertical-align: top
}

.multiselect--above .multiselect__content-wrapper {
    bottom: 100%;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom: none;
    border-top: 1px solid #e8e8e8
}

.multiselect__content::webkit-scrollbar {
    display: none
}

.multiselect__element {
    display: block
}

.multiselect__option {
    display: block;
    padding: 12px;
    min-height: 40px;
    line-height: 16px;
    text-decoration: none;
    text-transform: none;
    vertical-align: middle;
    position: relative;
    cursor: pointer;
    white-space: nowrap
}

.multiselect__option:after {
    top: 0;
    right: 0;
    position: absolute;
    line-height: 40px;
    padding-right: 12px;
    padding-left: 20px;
    font-size: 13px
}

.multiselect__option--highlight {
    background: #41b883;
    outline: none;
    color: #fff
}

.multiselect__option--highlight:after {
    content: attr(data-select);
    background: #41b883;
    color: #fff
}

.multiselect__option--selected {
    background: #f3f3f3;
    color: #35495e;
    font-weight: 700
}

.multiselect__option--selected:after {
    content: attr(data-selected);
    color: silver
}

.multiselect__option--selected.multiselect__option--highlight {
    background: #ff6a6a;
    color: #fff
}

.multiselect__option--selected.multiselect__option--highlight:after {
    background: #ff6a6a;
    content: attr(data-deselect);
    color: #fff
}

.multiselect--disabled .multiselect__current, .multiselect--disabled .multiselect__select {
    background: #ededed;
    color: #a6a6a6
}

.multiselect__option--disabled {
    background: #ededed !important;
    color: #a6a6a6 !important;
    cursor: text;
    pointer-events: none
}

.multiselect__option--group {
    background: #ededed;
    color: #35495e
}

.multiselect__option--group.multiselect__option--highlight {
    background: #35495e;
    color: #fff
}

.multiselect__option--group.multiselect__option--highlight:after {
    background: #35495e
}

.multiselect__option--disabled.multiselect__option--highlight {
    background: #dedede
}

.multiselect__option--group-selected.multiselect__option--highlight {
    background: #ff6a6a;
    color: #fff
}

.multiselect__option--group-selected.multiselect__option--highlight:after {
    background: #ff6a6a;
    content: attr(data-deselect);
    color: #fff
}

.multiselect-enter-active, .multiselect-leave-active {
    -webkit-transition: all .15s ease;
    transition: all .15s ease
}

.multiselect-enter, .multiselect-leave-active {
    opacity: 0
}

.multiselect__strong {
    margin-bottom: 8px;
    line-height: 20px;
    display: inline-block;
    vertical-align: top
}

[dir=rtl] .multiselect {
    text-align: right
}

[dir=rtl] .multiselect__select {
    right: auto;
    left: 1px
}

[dir=rtl] .multiselect__tags {
    padding: 8px 8px 0 40px
}

[dir=rtl] .multiselect__content {
    text-align: right
}

[dir=rtl] .multiselect__option:after {
    right: auto;
    left: 0
}

[dir=rtl] .multiselect__clear {
    right: auto;
    left: 12px
}

[dir=rtl] .multiselect__spinner {
    right: auto;
    left: 1px
}

@-webkit-keyframes c {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(2turn);
        transform: rotate(2turn)
    }
}

@keyframes c {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(2turn);
        transform: rotate(2turn)
    }
}

@font-face {
    font-family: Montserrat;
    src: url(../../fonts/montserrat/Montserrat-Regular.c93c008f5d.eot) format("embedded-opentype"), url(../../fonts/montserrat/Montserrat-Regular.a630a5ff54.woff) format("woff"), url(../../fonts/montserrat/Montserrat-Regular.212823f2e0.ttf) format("truetype"), url(../../fonts/montserrat/Montserrat-Regular.6ee16a6c91.svg) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    src: url(../../fonts/montserrat/Montserrat-Medium.2e5e3e96b1.eot) format("embedded-opentype"), url(../../fonts/montserrat/Montserrat-Medium.510bab18bd.woff) format("woff"), url(../../fonts/montserrat/Montserrat-Medium.fcba6dbce3.ttf) format("truetype"), url(../../fonts/montserrat/Montserrat-Medium.4d37a9f0dc.svg) format("svg");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    src: url(../../fonts/montserrat/Montserrat-SemiBold.0aef052f52.eot) format("embedded-opentype"), url(../../fonts/montserrat/Montserrat-SemiBold.72cf33dceb.woff) format("woff"), url(../../fonts/montserrat/Montserrat-SemiBold.743fac0efb.ttf) format("truetype"), url(../../fonts/montserrat/Montserrat-SemiBold.5eba42a710.svg) format("svg");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    src: url(../../fonts/montserrat/Montserrat-Bold.b7e69e4586.eot) format("embedded-opentype"), url(../../fonts/montserrat/Montserrat-Bold.0352c68570.woff) format("woff"), url(../../fonts/montserrat/Montserrat-Bold.a2df075b49.ttf) format("truetype"), url(../../fonts/montserrat/Montserrat-Bold.9a86a2b43f.svg) format("svg");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    src: url(../../fonts/montserrat/Montserrat-ExtraBold.63987ac464.eot) format("embedded-opentype"), url(../../fonts/montserrat/Montserrat-ExtraBold.1071530852.woff) format("woff"), url(../../fonts/montserrat/Montserrat-ExtraBold.33458ac350.ttf) format("truetype"), url(../../fonts/montserrat/Montserrat-ExtraBold.16436c7637.svg) format("svg");
    font-weight: 800;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    src: url(../../fonts/montserrat/Montserrat-Black.950db0c55b.eot) format("embedded-opentype"), url(../../fonts/montserrat/Montserrat-Black.b36be24f9d.woff) format("woff"), url(../../fonts/montserrat/Montserrat-Black.a260714e13.ttf) format("truetype"), url(../../fonts/montserrat/Montserrat-Black.68ed1e5f82.svg) format("svg");
    font-weight: 900;
    font-style: normal;
    font-display: swap
}

abbr[title] {
    text-decoration: none;
    border-bottom: 0;
    cursor: inherit !important
}

.form-control {
    border: none;
    font-weight: 600;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    font-size: 1.6rem
}

.form-control:focus {
    border-bottom-color: #3B5296
}

.c-input {
    position: relative;
    padding-top: 15px;
    border-bottom: 1px solid #ddd;

}

.c-input .form-label {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    color: #c4c4c4;
    line-height: 1;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    -webkit-transform: translateY(24px);
    transform: translateY(24px);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    will-change: transform;
    pointer-events: none
}

.c-input .form-control {
    -webkit-transition: border-bottom .3s;
    transition: border-bottom .3s
}

.c-input .form-control.is-filled, .c-input .form-control:focus {
    border-bottom-color: #453ee1
}

.c-input .form-control.is-filled + .form-label, .c-input .form-control.is-filled ~ .form-label, .c-input .form-control:focus + .form-label, .c-input .form-control:focus ~ .form-label {
    -webkit-transform: translateY(0) scale3d(.8, .8, .8);
    transform: translateY(0) scale3d(.8, .8, .8);
    pointer-events: all
}

.c-input .form-control.is-invalid {
    color: #f2424f;
    border-bottom-color: #f2424f
}

.c-input-label {
    display: block;
    margin-bottom: 0;
    color: #c4c4c4;
    line-height: 1;
    -webkit-transform: scale3d(.8, .8, .8);
    transform: scale3d(.8, .8, .8);
    -webkit-transform-origin: left center;
    transform-origin: left center
}

.c-input--search .form-label {
    font-weight: 800;
    color: #000;
    font-size: 2.5rem;
    -webkit-transform: translateY(33px);
    transform: translateY(33px)
}

@media (min-width: 1200px) {
    .c-input--search .form-label {
        font-size: 3.5rem;
        -webkit-transform: translateY(35px);
        transform: translateY(35px)
    }
}

.c-input--search .form-control {
    padding: 12px 55px 12px 0;
    font-weight: 800;
    font-size: 2.5rem;
    background: none
}

@media (min-width: 1200px) {
    .c-input--search .form-control {
        font-size: 3.5rem
    }
}

.c-input--search .form-control.is-filled, .c-input--search .form-control:focus {
    border-bottom-color: #453ee1
}

.c-input--search .form-control.is-filled + .form-label, .c-input--search .form-control:focus + .form-label {
    -webkit-transform: translateY(-2px) scale3d(.5, .5, .5);
    transform: translateY(-2px) scale3d(.5, .5, .5);
    color: #3B5296
}

div:not(.selectric-is-native) > select {
    display: none
}

.c-checkbox, .c-radio {
    margin-bottom: 5px
}

.c-checkbox input, .c-radio input {
    display: none
}

.call-label {
    font-weight: 600;
    font-size: 14px;
    padding-left: 10px;
    margin-bottom: 0px;
}

.call-input {
    width: 18px;
    height: 14px;

}

.is-call-block {
    display: flex;
    align-items: center;
    padding-bottom: 20px;
}

.c-checkbox input + label, .c-radio input + label {
    position: relative;
    padding-left: 25px;
    margin-bottom: 0;
    font-size: 1.5rem;
    font-weight: 400;
    color: #000;
    -webkit-transition: color .3s;
    transition: color .3s;
    cursor: pointer
}

.c-checkbox input + label:before, .c-radio input + label:before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 3px;
    left: 0;
    background: #e2e2e2;
    border: 3px solid #e2e2e2;
    -webkit-transition: .3s;
    transition: .3s
}

.c-checkbox input + label:after, .c-radio input + label:after {
    content: "";
    display: none;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 6px;
    left: 3px;
    background-color: #3B5296;
    -webkit-transition: .3s;
    transition: .3s
}

.c-checkbox input + label:hover:before, .c-radio input + label:hover:before {
    border-color: #c9c9c9
}

.c-checkbox input:checked + label:before, .c-radio input:checked + label:before {
    border-color: #e2e2e2
}

.c-checkbox input:checked + label:after, .c-radio input:checked + label:after {
    display: block
}

.c-checkbox input:disabled + label, .c-radio input:disabled + label {
    cursor: not-allowed;
    opacity: .5
}

.c-checkbox input:disabled + label:hover:before, .c-radio input:disabled + label:hover:before {
    border-color: #c9c9c9
}

.c-checkbox--lg input + label, .c-radio--lg input + label {
    padding-left: 36px;
    font-size: 2rem;
    font-weight: 600
}

.c-checkbox--lg input + label:before, .c-radio--lg input + label:before {
    top: 7px
}

.c-checkbox--lg input + label:after, .c-radio--lg input + label:after {
    top: 10px
}

.c-checkbox--inline, .c-radio--inline {
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px 5px 0
}

.c-checkbox--filter {
    margin-bottom: 7px
}

.c-checkbox--filter input + label {
    padding-left: 0
}

.c-checkbox--filter input + label sup {
    color: #3B5296
}

.c-checkbox--filter input + label:after, .c-checkbox--filter input + label:before {
    display: none !important
}

.c-checkbox--filter input + label:hover {
    color: #453ee1;
    -webkit-transition: none;
    transition: none
}

.c-checkbox--filter input:checked + label {
    font-weight: 600
}

.c-checkbox--filter input:checked:hover + label, .c-checkbox--filter input:disabled:hover + label {
    color: #000
}

.c-checkbox--color {
    position: relative
}

.c-checkbox--color[style^="color:#ffffff"]:before {
    border: 1px solid #000
}

.c-checkbox--color:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 6px;
    left: 0;
    background-color: currentColor;
    border-radius: 50%;
    pointer-events: none
}

.c-checkbox--color input + label {
    padding-left: 20px
}

.c-radio input + label:after, .c-radio input + label:before {
    border-radius: 50%
}

.c-number {
    position: relative;
    width: 100px
}

.c-number__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 16px;
    padding: 0;
    border: none;
    background: none;
    color: #000000;
    cursor: pointer
}

.qty-group {
    display: flex;
    align-items: center;
}

.qty-group .qty-title {
    padding-right: 15px;
}

.qty-group .qty-q {
    padding-left: 15px;
}

.c-number .form-control {
    padding-left: 26px;
    padding-right: 26px;
    text-align: center;
    font-size: 2rem;
    -webkit-transition: border-bottom .3s;
    transition: border-bottom .3s;
    border: 1px solid #ddd;
}

.c-number .form-control:focus {
    border-bottom-color: #453ee1
}

input[type=number] {
    -moz-appearance: textfield
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0
}

.btn {
    font-size: 2rem;
    font-weight: 600;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-decoration: none
}

.btn-primary {
    color: #212529;
    background-color: #3B5296;
    border-color: #3B5296;
    color: #fff;
    min-width: 200px
}

.btn-primary:hover {
    color: #fff;
    background-color: #453ee1;
    border-color: #453ee1
}

.btn-primary.focus, .btn-primary:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(126, 156, 250, .5);
    box-shadow: 0 0 0 .2rem rgba(126, 156, 250, .5)
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #212529;
    background-color: #3B5296;
    border-color: #3B5296
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #453ee1;
    border-color: #453ee1
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(126, 156, 250, .5);
    box-shadow: 0 0 0 .2rem rgba(126, 156, 250, .5)
}

.btn-primary.is-active {
    background-color: #453ee1;
    border-color: #453ee1
}

.btn-primary-outline {
    color: #212529;
    background-color: #fff;
    border-color: #3B5296
}

.btn-primary-outline:hover {
    color: #fff;
    background-color: #453ee1;
    border-color: #453ee1
}

.btn-primary-outline.focus, .btn-primary-outline:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(126, 156, 250, .5);
    box-shadow: 0 0 0 .2rem rgba(126, 156, 250, .5)
}

.btn-primary-outline.disabled, .btn-primary-outline:disabled {
    color: #212529;
    background-color: #fff;
    border-color: #3B5296
}

.btn-primary-outline:not(:disabled):not(.disabled).active, .btn-primary-outline:not(:disabled):not(.disabled):active, .show > .btn-primary-outline.dropdown-toggle {
    color: #fff;
    background-color: #453ee1;
    border-color: #453ee1
}

.btn-primary-outline:not(:disabled):not(.disabled).active:focus, .btn-primary-outline:not(:disabled):not(.disabled):active:focus, .show > .btn-primary-outline.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(126, 156, 250, .5);
    box-shadow: 0 0 0 .2rem rgba(126, 156, 250, .5)
}

.btn-icon {
    position: relative;
    padding-left: 75px
}

.btn-icon svg {
    position: absolute;
    top: 50%;
    left: 30px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    fill: #3B5296
}

.btn-icon:active svg, .btn-icon:hover svg {
    fill: currentColor
}

.btn-submit {
    margin-top: 30px
}

.btn-empty {
    background-color: #dee2e6;
    color: #fff;
    cursor: default !important
}

@media (max-width: 991.98px) {
    .btn {
        font-size: 1.6rem;
        padding: 8px 23px;
        min-width: 160px
    }

    .btn-icon {
        padding-left: 60px
    }

    .btn-icon svg {
        left: 20px
    }

    .btn-submit {
        margin-top: 20px
    }
}

.text-hide {
    margin: 0;
    padding: 0
}

.nav-tabs, .nav-tabs .nav-item {
    margin-bottom: 10px
}

.nav-tabs .nav-item:not(:last-child) {
    margin-right: 20px
}

.nav-tabs .nav-link {
    color: #000;
    font-size: 2.2rem;
    text-decoration: none;
    font-weight: 600;
    line-height: 1.2
}

.nav-tabs .nav-link:after {
    content: "";
    display: block;
    height: 2px;
    background-image: linear-gradient(90deg, #3B5296 2px, hsla(0, 0%, 100%, 0) 0);
    background-position: bottom;
    background-size: 5px 2px;
    background-repeat: repeat-x;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.nav-tabs .nav-link:hover:after {
    opacity: 0;
    -webkit-transition: none;
    transition: none
}

.nav-tabs .nav-link.active {
    /*text-decoration: underline;*/
    background: none
}

.nav-tabs .tab-link.active {
    text-decoration: underline;
}

.nav-tabs .nav-link.active:hover {
    color: #3B5296
}

.nav-tabs .nav-link.active:after {
    opacity: 0
}

.nav-tabs .nav-link:hover {
    color: #000
}

.nav-tabs .nav-text {
    color: #000;
    font-size: 2.2rem;
    text-decoration: none;
    font-weight: 600;
    line-height: 1.2
}

.nav-tabs .active {
    cursor: default
}

@media (min-width: 768px) {
    .nav-tabs {
        margin-bottom: 20px
    }

    .nav-tabs .nav-item:not(:last-child) {
        margin-right: 40px
    }

    .nav-tabs .nav-link, .nav-tabs .nav-text {
        font-size: 3.2rem
    }
}

@media (min-width: 1200px) {
    .nav-tabs {
        margin-bottom: 30px
    }

    .nav-tabs .nav-item:not(:last-child) {
        margin-right: 70px
    }

    .nav-tabs .nav-link, .nav-tabs .nav-text {
        font-size: 4rem
    }
}

.nav--sm {
    margin-bottom: 10px
}

.nav--sm .nav-item:not(:last-child) {
    margin-right: 30px
}

.nav--sm .nav-link {
    font-size: 1.5rem
}

.nav--sm .nav-link:after {
    content: "";
    display: block;
    height: 1px;
    background-image: linear-gradient(90deg, #3B5296 1px, hsla(0, 0%, 100%, 0) 0);
    background-position: bottom;
    background-size: 4px 1px;
    background-repeat: repeat-x;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.nav--sm .nav-link:hover:after {
    opacity: 0;
    -webkit-transition: none;
    transition: none
}

@media (min-width: 768px) {
    .nav--md .nav-link, .nav--md .nav-text {
        font-size: 2.6rem
    }
}

@media (min-width: 1200px) {
    .nav--md .nav-link, .nav--md .nav-text {
        font-size: 3.5rem
    }
}

.breadcrumb-item {
    font-size: 1.4rem
}

.breadcrumb-item a {
    color: #787878;
    text-decoration: none;
    border-bottom: 1px solid #c9c9c9
}

.breadcrumb-item a:hover {
    border-bottom-color: transparent
}

.pagination {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 70px;
    margin-bottom: -10px
}

.pagination .page-item {
    margin: 0 5px 10px
}

.pagination .page-item.active {
    font-weight: 800
}

.pagination .page-item.disabled {
    opacity: 1
}

.pagination .page-item.next, .pagination .page-item.prev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 50%;
    margin-top: -18px;
    margin-right: 0
}

.pagination .page-item.next .page-link, .pagination .page-item.prev .page-link {
    width: auto;
    height: auto
}

.pagination .page-item.next svg, .pagination .page-item.prev svg {
    fill: currentColor
}

.pagination .page-item.prev {
    left: 0
}

.pagination .page-item.prev svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.pagination .page-item.next {
    right: 0
}

.pagination .page-link {
    display: block;
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    text-decoration: none
}

.pagination .page-divider {
    pointer-events: none
}

@media (min-width: 768px) {
    .pagination {
        padding: 0 100px
    }
}

@media (min-width: 992px) {
    .pagination {
        padding: 0 120px;
        margin-bottom: -15px
    }

    .pagination .page-item {
        margin: 0 20px 15px
    }
}

.c-files {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0
}

.c-files .item:not(:last-child) {
    margin-bottom: 15px
}

.c-files .link {
    position: relative;
    display: inline-block;
    padding-left: 27px;
    color: #000
}

.c-files .link:before {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: 0;
    height: 16px;
    width: 16px;
    background: url(../../img/svg/link.c832e919e0.svg) no-repeat 50%;
    background-size: 100%
}

.c-files .link[href$=".pdf"]:before {
    background: url(../../img/svg/download.e3b7b30aef.svg) no-repeat 50%
}

.c-sitemap__group-title {
    margin-bottom: 10px;
    font-size: 2rem;
    font-weight: 600
}

.c-sitemap__group:not(:last-child) {
    margin-bottom: 30px
}

.c-sitemap__list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0
}

.c-sitemap__list-item:not(:last-child) {
    margin-bottom: 5px
}

.c-sitemap__list-link {
    color: #000;
    border-bottom: 1px solid #3B5296;
    text-decoration: none
}

.c-sitemap__list-link:hover {
    color: #000;
    border-bottom-color: transparent
}

.c-sitemap__list .c-sitemap__list {
    margin: 5px 0 10px 20px
}

@media (min-width: 768px) {
    .c-sitemap__group-title {
        margin-bottom: 15px;
        font-size: 2.2rem
    }

    .c-sitemap__group:not(:last-child) {
        margin-bottom: 40px
    }
}

@media (min-width: 1200px) {
    .c-sitemap__group-title {
        font-size: 2.6rem
    }

    .c-sitemap__group:not(:last-child) {
        margin-bottom: 50px
    }
}

body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 100px
}

@media (min-width: 768px) {
    body {
        padding-top: 120px
    }
}

@media (min-width: 1200px) {
    body {
        padding-top: 140px
    }
}

main {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow: hidden;
}

.c-banner, .c-footer, .o-wrap {
    padding-left: 15px;
    padding-right: 15px
}

.c-footer {
    margin-left: 60px;
    margin-right: 60px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.o-wrap {
    margin-top: 60px;
}

.o-unwrap {
    margin-left: -15px;
    margin-right: -15px
}

.o-full-page {
    margin-top: 60px;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.o-full-page__inner {
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width: 768px) {
    .c-banner, .c-footer, .o-wrap {
        padding-left: 30px;
        padding-right: 30px
    }

    .o-unwrap {
        margin-left: -30px;
        margin-right: -30px
    }

    .o-full-page__inner {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media (min-width: 1200px) {
    .c-banner, .c-footer, .o-wrap, .c-collections {
        padding-left: 45px;
        padding-right: 45px
    }

    .c-collections {
        margin-top: 40px;
    }

    .o-unwrap {
        margin-left: -45px;
        margin-right: -45px
    }

    .o-full-page__inner {
        padding-left: 45px;
        padding-right: 45px
    }
}

:focus {
    outline: none !important
}

html {
    font-size: 10px
}

body {
    fill: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.btn, a, button {
    -webkit-transition: color .3s, background .3s, border-color .3s, fill .3s, opacity .3s;
    transition: color .3s, background .3s, border-color .3s, fill .3s, opacity .3s
}

.btn:hover, a:hover, button:hover {
    -webkit-transition: none;
    transition: none
}

textarea {
    resize: vertical
}

img {
    max-width: 100%;
    height: auto
}

.o-block {
    padding: 40px 0
}

.o-block-sm {
    padding: 20px 0
}

.c-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    padding-left: 0;
    margin: 0 -5px -10px
}

.c-list__item {
    padding: 0 5px 10px
}

@media (min-width: 768px) {
    .c-list {
        margin-bottom: -20px
    }

    .c-list__item {
        padding-bottom: 20px
    }
}

.c-list--lg .c-list__item {
    width: 100%
}

@media (min-width: 576px) {
    .c-list--lg .c-list__item {
        width: 33.3334%
    }
}

@media (min-width: 992px) {
    .c-list--lg .c-list__item {
        width: 33.3334%
    }
}

@media (min-width: 1440px) {
    .c-list--lg .c-list__item {
        width: 25%
    }

}

@media (max-width: 1440px) {
    .c-banner__contact-span {
        display: none;
    }
}

.c-list--sm .c-list__item {
    width: 100%
}
@media (min-width: 210px) {
    .c-list--sm .c-list__item {
        width: 100%
    }
}
@media (min-width: 340px) {
    .c-list--sm .c-list__item {
        width: 50%
    }
}
@media (min-width: 576px) {
    .c-list--sm .c-list__item {
        width: 50%
    }
}

@media (min-width: 992px) {
    .c-list--sm .c-list__item {
        width: 33.3334%;

    }
}

@media (min-width: 1620px) {
    .c-list--sm .c-list__item {
        width: 25%
    }
}

.c-load-more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px
}

.c-load-more .link {
    position: relative;
    color: #000;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px solid #3B5296
}

.c-load-more .link:hover {
    border-bottom-color: transparent
}

.c-load-more .link:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    margin: -6px 0 0 8px;
    display: block;
    width: 30px;
    height: 13px;
    background: url(../../img/svg/arrow-sm.9576f9c4f8.svg) no-repeat 50%
}

.c-address p {
    margin-bottom: 7px;
    line-height: 1
}

.c-address .phone {
    color: #000;
    font-size: 2.2rem;
    font-weight: 600;
    text-decoration: none
}

.c-address .mail {
    text-decoration: none;
    border-bottom: 1px solid #453ee1
}

.c-address .mail:hover {
    border-bottom-color: transparent
}

.o-page-heading {
    margin-bottom: 30px
}

.o-page-heading .title {
    font-size: 2.6rem;
    font-weight: 800;
    margin-bottom: 0
}

@media (min-width: 768px) {
    .o-page-heading {
        padding-left: 30px;
    }

    .o-page-heading .title {
        font-size: 3.2rem
    }
}

@media (min-width: 1200px) {
    .o-page-heading .title {
        font-size: 4rem
    }
}

.c-play {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 110px;
    height: 110px;
    background-color: #3B5296;
    -webkit-transition: background-color .3s;
    transition: background-color .3s
}

.c-play svg {
    fill: #fff
}

.c-play--sm {
    width: 60px;
    height: 60px
}

.link:hover .c-play {
    background-color: #453ee1;
    -webkit-transition: none;
    transition: none
}

.c-play--sm {
    width: 80px;
    height: 80px
}

.c-np {
    display: inline-block;
    position: relative;
    margin: 7px 0 7px 33px
}

.c-np img {
    position: absolute;
    top: 50%;
    left: -33px;
    margin-top: -12px
}

.c-np .ttn {
    color: #000
}

a.c-np {
    text-decoration: none;
    border-bottom: 1px solid #3B5296
}

a.c-np:hover {
    border-bottom-color: transparent
}

.o-form__row-item {
    width: 100%;
    max-width: 335px
}

.o-form__row-item .o-form__row-item:nth-child(2n) {
    margin-left: 20px
}

.o-form__row .o-form__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.c-status--success {
    color: #499e63
}

.c-status--danger {
    color: #f2424f
}

.c-status--warning {
    color: #fd7e14
}

.o-static {
    width: 100%;
    /*margin-left: auto;*/
    /*margin-right: auto;*/
    margin-bottom: 30px
}

.lg-open, .lg-open body {
    overflow: hidden
}

@media (min-width: 768px) {
    .o-form__row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .o-form__row-item:nth-child(2n) {
        margin-left: 40px
    }

    .o-form__row-item .o-form__row-item:nth-child(2n) {
        margin-left: 30px
    }
}

@media (min-width: 992px) {
    .c-load-more {
        margin-top: 30px
    }

    .o-block {
        padding: 25px 0
    }

    .o-block-sm {
        padding: 30px 0
    }

    .o-static {
        margin-bottom: 60px
    }
}

.c-banner {
    position: fixed;
    top: 0;
    left: 0px;
    right: 0px;
    height: 103px;
    font-size: 1.6rem;
    -webkit-transition: height .3s;
    transition: height .3s;
    z-index: 9;
    font-weight: 500;
}

.c-banner, .is-small .c-banner {
    padding-top: 40px
}

.c-banner__secondary {
    background-color: #ffffff;
    border-bottom: 1px solid #ddd;
    width: 100%;
    height: 50px;
    padding-left: 60px;
    padding-right: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    -webkit-transition: top .3s;
    transition: top .3s;
    justify-content: space-between;
}

.c-banner__button {
    height: 36px;
    width: 36px;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 15px;
    cursor: pointer;
}

.c-banner__links {
    display: flex;
    flex-direction: row;
}

.c-banner__links-item:hover {
    font-weight: 600;

}

.is-small .c-banner__secondary {
    top: 0;
}

.c-banner__tel {
    margin-right: 5px;
    flex-wrap: wrap;
    display: flex;
    align-items: center;
}

.c-banner__tel-link {
    color: #000000;
    text-decoration: none;
    font-size: 1.4rem;
    font-weight: 500 !important;
    line-height: 1.5;
    padding-left: 10px;
}

.c-banner__tel-link:hover {
    color: currentColor;
    font-weight: 600 !important;
}

.c-banner__messanger {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
    margin-right: -10px
}

.c-banner__link, .c-banner__messanger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.c-banner__link {
    text-decoration: none;
    padding: 5px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.c-banner__link:hover {
    border-bottom-color: currentColor;
    -webkit-transition: none;
    transition: none
}

.c-banner__link:hover .svg {
    fill: #3B5296
}

.c-banner__link:not(:last-child) {
    margin-right: 5px
}

.c-banner__link svg {
    height: 15px
}

.c-banner__link .svg {
    fill: #fff;
    -webkit-transition: .3s;
    transition: .3s
}

.c-banner__menu {
    display: none
}

.c-banner__primary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    height: 180px;
    margin: 0 -15px;
    padding: 0 15px;
    background-color: transparent;
    -webkit-transition: .3s;
    transition: .3s
}

.c-banner__primary-list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}

.is-small .c-banner__primary {
    background-color: #fff;
    -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, .1);
    box-shadow: 0 20px 50px rgba(0, 0, 0, .1)
}

.c-banner__catalog .switch {
    display: none
}

.menu-showed {
    padding-left: 5px;
}

.c-banner__catalog .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
    width: 34px;
    height: 34px;
    padding: 5px;
    background: none;
    border: 1px solid #ddd;
    cursor: pointer
}

.c-banner__catalog .menu span {
    height: 2px;
    background-color: currentColor;
    margin: 2px 0
}

.c-banner__catalog .menu span:last-child {
    margin-left: 7px
}

.c-banner__catalog .menu:hover {
    color: #3B5296
}

.c-banner__language {
    display: none
}

.c-banner__links, .c-banner__links .link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.c-banner__links .link {
    padding: 3px;
    text-decoration: none;
    line-height: 1;
    color: #000
}

.c-banner__links .link:not(:last-child) {
    margin-right: 20px
}

.c-banner__links .link:hover .title:after {
    opacity: 0;
    -webkit-transition: none;
    transition: none
}

.c-banner__links .title {
    margin-left: 10px
}

.c-banner__links .title:after {
    content: "";
    display: block;
    height: 1px;
    background-image: linear-gradient(90deg, #3B5296 1px, hsla(0, 0%, 100%, 0) 0);
    background-position: bottom;
    background-size: 4px 1px;
    background-repeat: repeat-x;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.c-banner__links .title:hover:after {
    opacity: 0;
    -webkit-transition: none;
    transition: none
}

.c-banner__links .cart {
    position: relative
}

.c-banner__links .cart .count {
    text-align: center;
    position: absolute;
    padding: 0 2px;
    min-width: 20px;
    top: -2px;
    left: 15px;
    background-color: #3B5296;
    font-size: 1.1rem;
    font-weight: 700;
    color: #fff
}

.c-banner__logo {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    pointer-events: none
}

.c-banner__logo .link {
    width: 142px;
    display: block;
    margin: 0 auto;
    pointer-events: auto;
    overflow: hidden
}

.c-banner__search {
}

.c-banner__search .link {
    display: block;
    padding: 5px;
    color: #000
}

.c-banner__search .link:hover {
    color: #3B5296
}

.c-banner__search svg {
    display: block;
    fill: currentColor
}

.c-banner__tools {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: -5px
}

.c-banner__star {
    display: block;
    position: relative;
    margin-left: 3px;
    margin-right: auto
}

.c-banner__star-item {
    display: block;
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out
}

.c-banner__star-item:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateX(8px);
    transform: translateX(8px)
}

.c-banner__star-item:nth-child(3) {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateX(36px);
    transform: translateX(36px);
}

.c-banner__star:hover .c-banner__star-item:first-child {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px)
}

.c-banner__star:hover .c-banner__star-item:nth-child(2) {
    -webkit-transform: translateX(12px);
    transform: translateX(12px)
}

.c-banner__star:hover .c-banner__star-item:nth-child(3) {
    -webkit-transform: translateX(64px);
    transform: translateX(64px)
}

@media (max-width: 500px) {
    .c-banner__tel-link {
        font-size: 1.2rem;
    }
}

@media (max-width: 320px) {
    .c-banner__tel-link {
        font-size: 1rem;
    }
}

@media (max-width: 1199.98px) {
    .c-banner__tel-link {
        font-size: 0.8rem;
    }
}

@media (max-width: 1199.98px) {
    .c-banner__links .link:hover {
        color: #3B5296
    }

    .c-banner__links-item {
        padding-right: 15px;
    }

    .c-banner__links .link svg {
        fill: currentColor
    }

    .c-banner__links .title {
        display: none
    }
}

@media (max-width: 991.98px) {
    .c-banner__links .cabinet {
        display: none
    }


    .c-banner {
        padding-left: 0px;
        padding-right: 0px
    }

    .c-banner__primary {
        height: 67px;
        margin: 0px 0px;
        padding: 0px 0px;
    }

    .c-banner__primary-list {
        justify-content: space-between;
    }

    .c-banner__links .cabinet {
        display: none
    }

    .c-banner__tel {
        display: none
    }

    .c-banner__links {
        font-size: 12px;
        justify-content: center;
        flex-wrap: wrap;
    }

    .c-banner__secondary {
        width: 100%;
        height: 50px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .c-banner__links-item {
        padding-right: 5px;
        max-width: 30%;
    }

    .c-banner__links-item > a {
        text-align: center;
    }


    .top_banner {
        position: relative;
        min-height: 290px;
        margin-left: 0px;
        background-size: cover;
        margin-right: 0px;
        align-items: center;
        justify-content: center;
        display: flex;
    }

    .top_banner__content {
        display: flex;
        align-items: center;
        font-size: 14px;
        color: #ffffff;
        margin: auto;
        justify-content: center;
    }

    .top_banner__content > div {
        text-align: center;
    }

    .top_banner__header {
        justify-content: center;
        display: flex;
        align-items: center;
        font-size: 24px;
        font-weight: bold;
        color: #ffffff;
        margin: auto;
        text-align: center;
    }

    .top_banner__items {
        display: flex;
        flex-direction: column;
    }

    .categories-content {
        display: flex;
        flex-direction: column;
        align-items: center;
    }


    .presentation-title {
        font-size: 24px;
        font-weight: 700;
        padding-left: 0px;
        margin-bottom: 64px;
        text-align: center;
    }

    .diller-registration-inputs {
        display: flex;
        flex-direction: column;
    }

    .email-input {
    }

    .mobile-button {
        padding-left: 10px;
    }

    .mobile-button-diller {
        padding-left: 0px;
    }

    .js-feedback-diller-btn {
        height: 65px;
        margin-bottom: 30px;
        margin-top: 0px;
        padding-top: 15px;
    }

    .diller-form-title {
        color: #000000;
        font-size: 24px;
        line-height: 28px;
        font-weight: bold;
        padding-bottom: 10px;
        text-align: center;
    }

    .diller-content {
        min-height: 240px;
        justify-content: space-between;
        font-size: 18px;
        line-height: 30px;
        border-left: 1px solid #000000;
        margin-left: 60px;
    }

    .diller-header {
        font-weight: bold;
        font-size: 84px;
        line-height: 64px;
        text-transform: uppercase;
        color: #F1F1F1;
        transform: rotate(-90deg);
        position: absolute;
        left: -170px;
        bottom: 90px;
    }

    .for-diller__header {
        justify-content: center;
        display: flex;
        font-size: 24px;
        font-weight: bold;
        color: #000000;
        min-height: 120px;
        align-items: center;
        text-align: center;
    }

    .for-diller__content {
        display: flex;
        align-items: center;
        font-size: 14px;
        color: #000000;
        margin: auto;
        min-height: 120px;
        text-align: center;
    }

    .js-feedback-presentation-btn {
        height: 65px;
        margin-bottom: 30px;
        margin-top: 0px;
    }

    .presentation-data-inputs {
        display: flex;
        flex-direction: column;
    }

    .presentation-data {
        padding-left: 10px;
    }

    .presentation-text {
        margin-bottom: 15px;
        text-align: center;
    }

    .diller-form-face {
        padding-top: 24px;
    }

    .c-footer-main {
        display: flex;
        flex-direction: column;
    }

    .c-footer_data {
        padding-top: 15px;
        display: flex;
        flex-direction: row;
        font-size: 14px;
    }

    .c-footer_data > span {
        min-width: 33%;
        font-size: 14px;
        padding-right: 15px;
    }

    .c-footer_data > p {
        font-size: 14px;
    }
}

@media (max-width: 767.98px) {
    .c-banner__logo img {
        -webkit-transform: translateX(-52px);
        transform: translateX(-52px);
        width: 192px;
        max-width: none
    }

    .main-banner-title {
        font-size: 32px;
        text-align: center;
        line-height: 42px;
        padding-left: 0px;
    }

    .main-banner-description {
        max-width: 100%;
        flex: 0 0 100%;
    }
}

@media (min-width: 768px) and (max-width: 1622.98px) {
    .main-banner-title {
        font-size: 32px;
        line-height: 56px;
        padding-left: 20%;
    }

    .main-banner-description {
        max-width: 53%;
        flex: 0 0 53%;
    }
}

@media (max-width: 359px) {
    .c-banner__logo .link {
        width: 122px
    }

    .c-banner__logo img {
        -webkit-transform: translateX(-46px);
        transform: translateX(-46px);
        width: 166px
    }

    .c-banner__search {
        margin-right: 5px
    }
}

@media (min-width: 768px) {
    .c-banner--transparent {
        background-color: transparent
    }

    .is-small .c-banner {
        height: 75px;
        background-color: #fff;
    }

    .c-banner__logo .link {
        width: 230px;
        height: 26px
    }

    .c-banner__logo img {
        width: 100%;
        height: 100%
    }

    .c-banner__search {
    }

    .c-banner__secondary {
        padding: 0 0px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .c-banner__primary {
        margin: 0 -30px;
        height: 120px;
    }

    .is-small .c-banner__primary {
        height: 60px
    }

    .c-banner__star {
        margin-left: 15px
    }

    .c-banner__star-item:nth-child(2) {
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }

    .c-banner__star:hover .c-banner__star-item:first-child {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px)
    }

    .c-banner__star:hover .c-banner__star-item:nth-child(2) {
        -webkit-transform: translateX(30px);
        transform: translateX(30px)
    }
}

@media (min-width: 900px) {
    .c-banner__inner-menu {
        margin: auto
    }

    .c-banner__menu {
        display: block !important;
        line-height: 1;
        list-style: none;
        padding-left: 0;
        margin: 0
    }

    .c-banner__menu .item {
        display: inline-block;
        vertical-align: middle;
        margin-left: 10px;
        padding-right: 15px;
    }

    .c-banner__menu .item .link {
        color: #fff;
        text-decoration: none;
        border-bottom: 1px solid transparent;
        font-size: 1.4rem;
        margin-left: 10px;
        padding-right: 15px;
    }

    .c-banner__menu .item .link:hover {
        color: #3B5296
    }

    .c-banner__messanger {
        margin-left: 0;
        margin-right: 0
    }
}

@media (max-width: 768px) {
    .c-banner__star-item:nth-child(3) {
        -webkit-transform: translateX(16px);
        transform: translateX(16px)
    }

    .c-banner__star:hover .c-banner__star-item:nth-child(3) {
        -webkit-transform: translateX(24px);
        transform: translateX(24px)
    }
}

@media (min-width: 992px) {
    .c-banner__catalog {
        position: relative
    }

    .c-banner__catalog .switch {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 13px 25px;
        color: white;
        background-color: #3B5296;
        border: 1px solid #000;
        font-weight: 700;
        line-height: 1;
        cursor: pointer
    }

    .c-banner__catalog .switch:after {
        content: "";
        display: block;
        width: 6px;
        height: 6px;
        margin-left: 8px;
        margin-top: -2px;
        border: none !important;
        -webkit-transform: rotate(45deg);
    }

    .c-banner__catalog .menu {
        display: none
    }

    .c-banner__catalog:hover .switch {
        background-color: #3B5296;
        border-color: #3B5296;
        -webkit-transition: none;
        transition: none
    }

    .c-banner__catalog:hover .c-nav {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        pointer-events: all
    }

    .c-banner__language {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-left: 25px
    }

    .c-banner__language-list {
        position: relative;
        list-style: none;
        padding-left: 0;
        margin-bottom: 0
    }

    .c-banner__language-item {
        padding-top: 15px;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-transform: translateY(-7px);
        transform: translateY(-7px);
        -webkit-transition: .3s;
        transition: .3s;
        opacity: 0;
        visibility: hidden
    }

    .c-banner__language-active {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0;
        background: none;
        border: none;
        cursor: pointer
    }

    .c-banner__language-active:after {
        content: "";
        display: block;
        width: 4px;
        height: 4px;
        margin-left: 6px;
        margin-top: -1px;
        border-right: 1px solid currentColor;
        border-bottom: 1px solid currentColor;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .c-banner__language-link {
        color: #000;
        text-decoration: none
    }

    .c-banner__language-link:hover {
        color: #3B5296
    }

    .c-banner__language:hover .c-banner__language-item {
        opacity: 1;
        visibility: visible
    }

    .c-banner__language:hover .c-banner__language-item:first-child {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    .c-banner__language:hover .c-banner__language-item:nth-child(2) {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }

    .c-banner__language:hover .c-banner__language-item:nth-child(3) {
        -webkit-transform: translateY(200%);
        transform: translateY(200%)
    }

    .c-banner__language:hover .c-banner__language-item:nth-child(4) {
        -webkit-transform: translateY(300%);
        transform: translateY(300%)
    }

    .c-banner__language:hover .c-banner__language-item:nth-child(5) {
        -webkit-transform: translateY(400%);
        transform: translateY(400%)
    }

    .c-banner__menu .item {
        margin-left: 30px;
    }
}

@media (min-width: 1200px) {
    .c-banner__links .link {
        padding: 0
    }

    .main-banner-items {
        width: 100%;
        min-height: 300px;
        background-size: cover;
    }

    .main-banner-title {
        color: #ffffff;
        font-size: 48px;
    }

    .c-banner__links-item {
        padding-right: 25px;
    }

    .c-banner__links .cart .count {
        top: -7px;
        left: 10px
    }

    .top_banner {
        position: relative;
        min-height: 290px;
        margin-left: 60px;
        background-size: cover;
        height: 296px;
        margin-right: 120px;
    }

    .bottom_banner {
        position: relative;
        min-height: 290px;
        margin-left: 60px;
        background-size: cover;
        margin-right: 120px;
    }

    .r-image {
        position: absolute;
        right: -60px;
        top: 0px;
    }

    .top_banner__header {
        justify-content: center;
        display: flex;
        align-items: center;
        font-size: 48px;
        font-weight: bold;
        color: #ffffff;
        margin: auto;
        text-align: right;
    }

    .for-diller__header {
        justify-content: end;
        display: flex;
        font-size: 48px;
        font-weight: bold;
        color: #000000;
        min-height: 290px;
        align-items: center;
    }

    .for-diller__content {
        display: flex;
        align-items: center;
        font-size: 14px;
        color: #000000;
        margin: auto;
        min-height: 290px;
    }

    .for-diller-open-button {
        text-decoration: underline;
        cursor: pointer;
        color: #000000;
    }

    .catalog-open-button {
        text-decoration: underline;
        cursor: pointer;
        color: #ffffff;
    }

    .top_banner__content {
        display: flex;
        align-items: center;
        font-size: 14px;
        color: #ffffff;
        margin: auto;
    }

    .top_banner__content-item {
        display: flex;
        flex-direction: column;

    }

    .c-banner__secondary {
        padding-left: 60px;
        padding-right: 60px;
    }

    .c-banner__primary {
        background-color: #ffffff;
        height: 70px;
        margin: 10px -45px 0;
        padding-left: 60px;
        padding-right: 60px;
    }

    .c-banner__star {
        margin-left: 30px
    }

    .diller-form-face {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding-top: 96px;
    }

    .presentation-title {
        font-size: 48px;
        font-weight: 700;
        padding-left: 70px;
        margin-bottom: 64px;
    }

    .diller-registration-inputs {
        display: flex;
        flex-direction: row;
    }

    .email-input {
        padding-left: 25px;
        width: 65%;
    }

    .phone-input {
        padding-top: 0px;
    }

    .js-feedback-diller-btn {
        height: 110px;
        margin-bottom: 60px;
        margin-top: 30px;
        padding-top: 30px;
    }

    .diller-form-title {
        color: #000000;
        font-size: 36px;
        line-height: 48px;
        font-weight: bold;
        padding-bottom: 10px;
    }

    .diller-content {
        min-height: 240px;
        justify-content: space-between;
        font-size: 18px;
        line-height: 30px;
        border-left: 1px solid #000000;
    }

    .diller-header {
        font-weight: bold;
        font-size: 84px;
        line-height: 64px;
        text-transform: uppercase;
        color: #F1F1F1;
        transform: rotate(-90deg);
        position: absolute;
        left: -200px;
        bottom: 90px;
    }

    .js-feedback-presentation-btn {
        height: 110px;
        margin-bottom: 60px;
        margin-top: 0px;
    }

    .presentation-report {
        padding-top: 0px;
    }

    .presentation-email {
        padding-left: 25px;
        width: 65%
    }

    .presentation-data-inputs {
        display: flex;
        flex-direction: row;
    }

    .presentation-data {
        padding-left: 80px;
    }

    .presentation-text {
        margin-bottom: 62px;
    }

    .c-footer-main {
        display: flex;
        justify-content: space-between;
    }

    .c-footer_data {
        padding-top: 15px;
        display: flex;
        flex-direction: column;
        font-size: 18px;
        max-width: 25%;
    }

    .c-footer_data > span {
        margin-bottom: 15px;
        font-size: 14px;
    }
}

@media (min-width: 767px) and (max-width: 1199.98px) {
    .c-banner__links .link {
        padding: 0
    }

    .main-banner-items {
        width: 100%;
        min-height: 300px;
        background-size: cover;
    }

    .c-banner__links-item {
        padding-right: 25px;
    }

    .c-banner__links .cart .count {
        top: -7px;
        left: 10px
    }

    .top_banner {
        position: relative;
        min-height: 290px;
        margin-left: 60px;
        background-size: cover;
        height: 520px;
        margin-right: 60px;
    }

    .bottom_banner {
        position: relative;
        min-height: 290px;
        margin-left: 60px;
        background-size: cover;
        margin-right: 60px;
    }

    .r-image {
        position: absolute;
        right: -60px;
        top: 0px;
    }

    .top_banner__header {
        justify-content: center;
        display: flex;
        align-items: center;
        font-size: 48px;
        font-weight: bold;
        color: #ffffff;
        margin: auto;
        text-align: right;
    }

    .for-diller__header {
        justify-content: end;
        display: flex;
        font-size: 48px;
        font-weight: bold;
        color: #000000;
        min-height: 290px;
        align-items: center;
    }

    .for-diller__content {
        display: flex;
        align-items: center;
        font-size: 14px;
        color: #000000;
        margin: auto;
        min-height: 290px;
    }

    .for-diller-open-button {
        text-decoration: underline;
        cursor: pointer;
        color: #000000;
    }

    .catalog-open-button {
        text-decoration: underline;
        cursor: pointer;
        color: #ffffff;
    }

    .top_banner__content {
        display: flex;
        align-items: center;
        font-size: 14px;
        color: #ffffff;
        margin: auto;
    }

    .top_banner__content-item {
        display: flex;
        flex-direction: column;

    }

    .c-banner__secondary {
        padding-left: 60px;
        padding-right: 60px;
    }

    .c-banner__primary {
        background-color: #ffffff;
        height: 70px;
        margin: 10px -45px 0;
        padding-left: 60px;
        padding-right: 60px;
    }

    .c-banner__star {
        margin-left: 30px
    }

    .diller-form-face {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding-top: 96px;
    }

    .presentation-title {
        font-size: 36px;
        font-weight: 700;
        padding-left: 20px;
        margin-bottom: 64px;
    }

    .diller-registration-inputs {
        display: flex;
        flex-direction: column;
    }

    .mobile-button-diller {
        max-width: 41.66667%
    }

    .email-input {
        padding-left: 0px;
        width: 100%;
    }

    .phone-input {
        padding-top: 0px;
    }

    .js-feedback-diller-btn {
        height: 110px;
        margin-bottom: 60px;
        margin-top: 30px;
        padding-top: 30px;
    }

    .diller-form-title {
        color: #000000;
        font-size: 36px;
        line-height: 48px;
        font-weight: bold;
        padding-bottom: 10px;
    }

    .diller-content {
        min-height: 240px;
        justify-content: space-between;
        font-size: 18px;
        line-height: 30px;
        border-left: 1px solid #000000;
    }

    .diller-header {
        font-weight: bold;
        font-size: 84px;
        line-height: 64px;
        text-transform: uppercase;
        color: #F1F1F1;
        transform: rotate(-90deg);
        position: absolute;
        left: -200px;
        bottom: 90px;
    }

    .js-feedback-presentation-btn {
        height: 110px;
        margin-bottom: 60px;
        margin-top: 0px;
    }

    .presentation-report {
        padding-top: 0px;
    }

    .presentation-email {
        padding-left: 25px;
        width: 65%
    }

    .presentation-data-inputs {
        display: flex;
        flex-direction: column;
    }

    .presentation-data {
        padding-left: 30px;
    }

    .presentation-text {
        margin-bottom: 15px;
    }

    .presentation-email {
        width: 100%;
        padding-left: 0px;
    }

    .presentation-report {
        padding-top: 0px;
    }

    .mobile-button {
        max-width: 41.66667%;
    }

    .c-footer-main {
        display: flex;
        flex-direction: column;
    }

    .c-footer_data {
        padding-top: 15px;
        display: flex;
        flex-direction: row;
        font-size: 14px;
    }

    .c-footer_data > span {
        min-width: 33%;
        font-size: 14px;
        padding-right: 15px;
    }

    .c-footer_data > p {
        font-size: 14px;
    }

}

@media (min-width: 1440px) {
    .c-banner__language {
        margin-left: 30px
    }

    .main-banner-title {
        color: #ffffff;
        font-size: 48px;
    }

    .main-banner-items {
        width: 100%;
        min-height: 300px;
        background-size: cover;
    }

    .c-banner__links .link:not(:last-child) {
        margin-right: 30px
    }

    .c-banner__search {
    }
}

@media (min-width: 1200px) and (max-width: 1439.98px) {
    .c-banner__links .link:not(:last-child) {
        margin-right: 25px
    }

    .c-banner__search {
    }
}

.c-footer {
    margin-top: 30px;
    padding-bottom: 30px
}

.main-banner-title {
    color: #ffffff;
    font-size: 48px;
    font-weight: 700;
    padding-left: 35px;
    line-height: 56px;
    text-transform: uppercase;
}

.main-banner-items {
    width: 100%;
    min-height: 600px;
    background-size: cover;
}

.c-footer__copyright {
    text-align: center;
    margin-top: 30px
}

.c-footer__info {
    margin-bottom: 30px;
    text-align: center
}

.c-footer__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.c-footer__menu {
    line-height: 1;
    list-style: none;
    padding-left: 0;
    margin-bottom: 20px
}

.c-footer__menu .item {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 10px
}

.c-footer__menu .item:not(:last-child) {
    margin-right: 25px
}

.c-footer__menu .link {
    color: #000;
    text-decoration: none;
    border-bottom: 1px solid transparent
}

.c-footer__menu .link:hover {
    border-bottom-color: currentColor;
    -webkit-transition: none;
    transition: none
}

.c-footer__social {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
    margin-bottom: 20px;
    text-align: center
}

.c-footer__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.c-footer__bottom > * {
    width: 100%
}

.c-footer__pay {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

.c-footer__pay-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    list-style-type: none;
    padding-left: 0;
    margin: 0 auto;
    max-width: 330px
}

.c-social {
    list-style: none;
    padding-left: 0
}

.c-social .item {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 10px
}

.c-social .item:not(:last-child) {
    margin-right: 25px
}

.c-social .link {
    display: block;
    color: #000;
    min-width: 20px
}

.c-social .link:hover.youtube {
    color: red
}

.c-social .link:hover.telegram {
    color: #08c
}

.c-social .link:hover.google {
    color: #dd4b39
}

.c-social .link:hover.facebook {
    color: #3b5998
}

.c-social .link:hover.instagram {
    color: #c13584
}

.c-social svg {
    display: block;
    margin: 0 auto;
    fill: currentColor
}

.c-ideil {
    margin-top: 20px;
    text-align: center
}

.c-ideil__link {
    color: #000;
    text-decoration: none
}

.c-ideil__link:hover {
    color: #3B5296
}

.c-ideil__logo {
    width: 34px;
    margin-top: -3px;
    margin-left: 2px
}

@media (min-width: 576px) {
    .c-footer__copyright {
        width: 50%;
        text-align: left
    }

    .c-ideil {
        width: 50%;
        margin-top: 30px;
        text-align: right
    }
}

@media (min-width: 992px) {
    .c-footer {
        margin-top: 60px;
        padding-bottom: 40px
    }

    .c-footer__top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .c-footer__bottom {
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .c-footer__bottom > * {
        width: auto
    }

    .c-footer__copyright {
        margin-top: 0;
        width: 40%
    }

    .c-footer__info {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-left: auto;
        margin-bottom: 0;
        text-align: left
    }

    .c-footer__menu {
        padding-right: 40px
    }

    .c-footer__social {
        width: 100%;
        text-align: left
    }

    .c-footer__pay {
        width: 40%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .c-footer__pay-list {
        margin: 0 0 0 auto
    }

    .c-footer__pay-list .item:last-child {
        padding-right: 0
    }

    .c-ideil {
        margin-top: 0;
        text-align: center
    }

    .c-social {
        margin-bottom: 5px
    }
}

.c-slider {
    position: relative;
    margin-top: 0px;
    box-shadow: 0 3px 18px rgb(0 0 0 / 17%);
    background: #f5f3f3;
}

@media (min-width: 768px) {
    .c-slider {
        margin-top: 0px;
        padding-left: 60px;
        padding-right: 60px;
    }
}

@media (min-width: 1200px) {
    .c-slider {
        margin-top: 0px;
        padding-left: 60px;
        padding-right: 60px;
    }
}


.c-slider__slides:not(.slick-initialized) .c-slider__slide:not(:first-child) {
    display: none
}

.c-slider__slides.slick-initialized .c-slider__slide {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.c-slider__slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    /*padding: 80px 15px 70px;*/
    padding-top: 10px;
    padding-bottom: 10px;
    text-decoration: none;
    color: #000
}

.c-slider__slide:hover {
    color: #000
}

.c-slider__slide-img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 50%;
    max-width: 420px
}

.c-slider__slide-main {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-top: 30px
}

.c-slider__slide-main .heading {
    font-size: 3.2rem;
    font-weight: 900;
    line-height: 1
}

.c-slider__slide-main .category {
    display: block;
    -webkit-transition-delay: 0;
    transition-delay: 0
}

.is-init .slick-current .c-slider__slide-main .category {
    -webkit-transition-delay: .7s;
    transition-delay: .7s
}

@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
    .c-slider__slide-main .category {
        color: red;
        text-shadow: -1px -1px 0 #000, -1px 0 0 #000, -1px 1px 0 #000, 0 -1px 0 #000, 0 0 0 #000, 0 1px 0 #000, 1px -1px 0 #000, 1px 0 0 #000, 1px 1px 0 #000
    }
}

.c-slider__slide-main .title {
    display: inline-block;
    position: relative;
    color: #000
}

.c-slider__slide-main .title:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 5px;
    left: 2px;
    right: 0;
    height: 10px;
    background-color: #3B5296;
    z-index: -1
}

.c-slider__slide-main .category, .c-slider__slide-main .title {
    opacity: 0;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    -webkit-transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
    transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
    transition: opacity 1s ease-out, transform 1s ease-out;
    transition: opacity 1s ease-out, transform 1s ease-out, -webkit-transform 1s ease-out;
    will-change: transform
}

.is-init .slick-current .c-slider__slide-main .category, .is-init .slick-current .c-slider__slide-main .title {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.c-slider__slide-main .description {
    margin-top: 15px;
    max-width: 430px;
    font-size: 1.6rem;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px)
}

.c-slider__slide-main .description p:last-child {
    margin-bottom: 0
}

.c-slider__slide-main .price {
    display: inline-block;
    margin-top: 15px;
    font-size: 2rem;
    font-weight: 800;
    line-height: 1.1;
    border-bottom: 1px solid #3B5296;
    -webkit-transform: translateX(30px);
    transform: translateX(30px)
}

.c-slider__slide-main .description, .c-slider__slide-main .price {
    opacity: 0;
    -webkit-transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
    transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
    transition: opacity 1s ease-out, transform 1s ease-out;
    transition: opacity 1s ease-out, transform 1s ease-out, -webkit-transform 1s ease-out;
    -webkit-transition-delay: 0;
    transition-delay: 0;
    will-change: transform
}

.is-init .slick-current .c-slider__slide-main .description, .is-init .slick-current .c-slider__slide-main .price {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 1.2s;
    transition-delay: 1.2s
}

.c-slider__info {
    display: none
}

.c-slider .slick-arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    background: none;
    border: none;
    padding: 0;
    z-index: 1;
    cursor: pointer
}

.c-slider .slick-arrow svg {
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    will-change: transform
}

.c-slider .slick-arrow.slick-prev {
    left: -50px
}

.c-slider .slick-arrow.slick-prev svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.c-slider .slick-arrow.slick-prev svg path {
    fill: black;
}

.c-slider .slick-arrow.slick-next svg path {
    fill: black;
}

.c-slider .slick-arrow.slick-prev:hover svg {
    -webkit-transform: rotate(180deg) translateX(10px);
    transform: rotate(180deg) translateX(10px)
}

.c-slider .slick-arrow.slick-next {
    right: -50px
}


.c-slider .slick-arrow.slick-next:hover svg {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
}

.c-slider .slick-dots {
    width: 260px;
    position: absolute;
    bottom: 30px;
    left: 50%;
    margin-left: -130px
}

.slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0
}

.slick-dots li:not(:last-child) {
    margin-right: 20px
}

.slick-dots li.slick-active button {
    background-color: #3B5296
}

.slick-dots button {
    display: block;
    width: 10px;
    height: 10px;
    padding: 0;
    border-radius: 50%;
    border: none;
    background-color: #000;
    font-size: 0;
    cursor: pointer
}

@media (min-width: 576px) {
    .c-slider__slide-main .heading {
        font-size: 5rem
    }

    .c-slider__slide-main .price {
        font-size: 2.4rem
    }

    .c-slider__slide-main .description {
        margin-top: 25px
    }

    .c-slider__slide-main .title:after {
        bottom: 7px;
        left: 3px;
        height: 15px
    }
}

@media (min-width: 768px) {
    .c-slider__info {
        display: block;
        position: absolute;
        bottom: 30px;
        right: 45px
    }

    .c-slider__slide {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding: 20px 30px
    }

    .c-slider__slide-img {
        width: 33%;
        max-width: none
    }

    .c-slider__slide-main {
        margin-top: 0;
        padding-right: 40px
    }

    .slick-dots li:not(:last-child) {
        margin-right: 27px
    }
}

@media (min-width: 992px) {
    .c-slider__slide {
        padding-left: 0px;
        padding-right: 0px
    }

    .c-slider__slide-main .heading {
        font-size: 6rem
    }

    .c-slider__slide-main .price {
        font-size: 3rem
    }

    .c-slider__slide-main .title:after {
        bottom: 9px;
        left: 4px;
        height: 20px
    }
}

@media (min-width: 1366px) {
    .c-slider__slide {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .c-slider__slide-main .heading {
        font-size: 9rem
    }

    .c-slider__slide-main .price {
        font-size: 3.6rem
    }

    .c-slider__slide-main .title:after {
        bottom: 12px;
        left: 5px
    }
}

@media (max-width: 991.98px) {
    .is-sidebar, .is-sidebar body {
        overflow: hidden
    }

    .c-sidebar {
        position: fixed;
        left: -250px;
        width: 250px;
        z-index: 10
    }

    .c-sidebar, .c-sidebar:before {
        top: 0;
        bottom: 0;
        -webkit-transition: .3s ease-out;
        transition: .3s ease-out
    }

    .c-sidebar:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        width: 1242px;
        background-color: #000;
        opacity: 0;
        visibility: hidden;
        pointer-events: none
    }

    .c-sidebar__cabinet {
        list-style: none;
        padding-left: 0;
        margin-bottom: 20px
    }

    .c-sidebar__cabinet .link {
        display: block;
        position: relative;
        padding-left: 45px;
        padding-right: 15px;
        color: #000;
        text-decoration: none;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 38px;
        font-weight: 600
    }

    .c-sidebar__cabinet .link svg {
        position: absolute;
        top: 50%;
        left: 15px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        fill: currentColor
    }

    .c-sidebar__cabinet .title {
        border-bottom: 1px dotted rgba(0, 0, 0, .5)
    }

    .c-sidebar__language {
        list-style: none;
        padding-left: 0;
        margin-top: 20px;
        margin-bottom: 15px;
        text-align: center
    }

    .c-sidebar__language .item {
        display: inline-block;
        margin: 0 5px
    }

    .c-sidebar__language .item.is-active .link {
        font-weight: 600;
        border-bottom-color: transparent
    }

    .c-sidebar__language .link {
        display: block;
        color: #000;
        text-decoration: none;
        border-bottom: 1px solid rgba(0, 0, 0, .5);
        line-height: 1
    }

    .c-sidebar__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: relative;
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
        background-color: #3B5296;
        font-size: 1.5rem;
        -webkit-overflow-scrolling: touch
    }

    .c-sidebar__inner .logo {
        display: block;
        margin: 30px 30px 30px 15px
    }

    .is-sidebar .c-sidebar {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    .is-sidebar .c-sidebar:before {
        opacity: .2;
        visibility: visible;
        pointer-events: all
    }

    .c-nav {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .c-nav__inner-title {
        display: none
    }

    .c-nav__list-1, .c-nav__list-2, .c-nav__list-3 {
        list-style: none;
        padding-left: 0;
        margin-bottom: 0
    }

    .c-nav__list-1-link, .c-nav__list-2-link, .c-nav__list-3-link {
        display: block;
        color: #000;
        text-decoration: none;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-weight: 600
    }

    .c-nav__list-1-link--parent, .c-nav__list-2-link--parent, .c-nav__list-3-link--parent {
        position: relative
    }

    .c-nav__list-1-link--parent:after, .c-nav__list-2-link--parent:after, .c-nav__list-3-link--parent:after {
        content: "";
        position: absolute;
        right: 15px;
        top: 50%;
        width: 6px;
        height: 6px;
        border-right: 2px solid currentColor;
        border-bottom: 2px solid currentColor;
        -webkit-transform: translateY(-4px) rotate(45deg);
        transform: translateY(-4px) rotate(45deg)
    }

    .c-nav__list-1-link--parent.is-active:after, .c-nav__list-2-link--parent.is-active:after, .c-nav__list-3-link--parent.is-active:after {
        -webkit-transform: translateY(-2px) rotate(-135deg);
        transform: translateY(-2px) rotate(-135deg)
    }

    .c-nav__list-1-link:hover, .c-nav__list-2-link:hover, .c-nav__list-3-link:hover {
        color: #000
    }

    .c-nav__list-1-item.is-open + .c-nav__list-1-item:not(.is-open) {
        padding-top: 8px;
        border-top: 2px solid #453ee1
    }

    .c-nav__list-1-link {
        padding: 8px 40px 8px 15px
    }

    .c-nav__list-1-link.is-active {
        color: #fff;
        background-color: #453ee1
    }

    .c-nav__list-2 {
        display: none;
        padding: 12px 0
    }

    .c-nav__list-1-item.is-open .c-nav__list-2 {
        display: block
    }

    .c-nav__list-2-link {
        padding: 6px 40px 6px 15px
    }

    .c-nav__list-3 {
        display: none;
        padding-bottom: 3px
    }

    .c-nav__list-2-item.is-open .c-nav__list-3 {
        display: block
    }

    .c-nav__list-3-link {
        padding: 3px 40px 3px 15px;
        font-weight: 400
    }

    .c-nav__product {
        display: none
    }
}

@media (min-width: 992px) {
    .c-sidebar .logo, .c-sidebar__cabinet, .c-sidebar__language {
        display: none
    }

    .c-nav {
        position: absolute;
        top: 100%;
        left: 0;
        margin-top: 30px;
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
        -webkit-transition: .3s ease-out;
        transition: .3s ease-out;
        pointer-events: none
    }

    .c-nav:before {
        width: 0;
        height: 0;
        left: 25px;
        border-bottom: 20px solid #3B5296;
        border-right: 20px solid transparent
    }

    .c-nav:after, .c-nav:before {
        content: "";
        display: block;
        position: absolute;
        bottom: 100%
    }

    .c-nav:after {
        left: 0;
        right: 0;
        height: 30px
    }

    .c-nav__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        position: absolute;
        top: 0;
        left: 100%;
        width: 630px;
        min-height: 100%;
        color: #000;
        background-color: #f9f9f9;
        opacity: 0;
        visibility: hidden;
        z-index: -1;
        -webkit-transform: translateX(-40px);
        transform: translateX(-40px);
        -webkit-transition: .3s ease-out;
        transition: .3s ease-out
    }

    .c-nav__inner-title {
        font-size: 2rem;
        font-weight: 600;
        margin-bottom: 25px
    }

    .c-nav__list-1 {
        list-style: none;
        padding: 18px 0;
        margin-bottom: 0;
        line-height: 1.3
    }

    .c-nav__list-1-item {
        -webkit-transition: background-color .3s;
        transition: background-color .3s
    }

    .c-nav__list-1-item:hover {
        background-color: #453ee1;
        -webkit-transition: none;
        transition: none
    }

    .c-nav__list-1-item:hover .c-nav__list-1-link .title {
        color: #fff;
        -webkit-transition: none;
        transition: none;
        border-bottom-color: transparent
    }

    .c-nav__list-1-item:hover .c-nav__inner {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    .c-nav__list-1-link {
        display: block;
        padding: 14px 40px;
        text-decoration: none;
        font-weight: 600
    }

    .c-nav__list-1-link .title {
        color: #000;
        border-bottom: 1px dotted rgba(0, 0, 0, .5);
        -webkit-transition: color .3s, border .3s;
        transition: color .3s, border .3s
    }

    .c-nav__list-1-link .title:hover {
        border-bottom-color: transparent
    }

    .c-nav__list-2 {
        list-style: none;
        padding-left: 0;
        margin-bottom: 0;
        -webkit-columns: 2;
        -moz-columns: 2;
        columns: 2;
        -webkit-column-gap: 40px;
        -moz-column-gap: 40px;
        column-gap: 40px
    }

    .c-nav__list-2-item {
        padding-bottom: 20px;
        -webkit-column-break-inside: avoid;
        page-break-inside: avoid;
        -moz-column-break-inside: avoid;
        break-inside: avoid
    }

    .c-nav__list-2-link {
        color: #000;
        font-weight: 600;
        text-decoration: none;
        border-bottom: 1px solid rgba(126, 156, 250, .5)
    }

    .c-nav__list-2-link:hover {
        border-bottom-color: transparent;
        color: #000
    }

    .c-nav__list-3 {
        list-style: none;
        padding-left: 0;
        margin-top: 12px;
        margin-bottom: 0
    }

    .c-nav__list-3-item:not(:last-child) {
        margin-bottom: 12px
    }

    .c-nav__list-3-link {
        color: #000;
        text-decoration: none
    }

    .c-nav__list-3-link:hover {
        color: #000;
        text-decoration: underline;
        -webkit-text-decoration-color: rgba(0, 0, 0, .5);
        text-decoration-color: rgba(0, 0, 0, .5)
    }

    .c-nav__primary {
        background-color: #3B5296
    }

    .c-nav__product {
        display: none
    }

    .c-nav__secondary {
        position: relative;
        max-height: 500px;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        overflow-y: hidden
    }

    .c-nav__secondary-inner {
        padding: 25px 40px 40px
    }
}

@media (min-width: 1200px) {
    .c-nav__inner--lg {
        width: 890px
    }

    .c-nav__inner--lg .c-nav__product {
        display: block;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 260px;
        padding: 25px 25px 40px
    }

    .c-nav__inner--lg .c-nav__secondary {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 260px;
        max-height: none
    }
}

.c-item {
    position: relative;
    background-color: #fff
}

.c-item__img {
    position: relative;
    margin-bottom: 10px;
    text-align: center
}

.c-item__img a {
    display: block;
    text-decoration: none
}

.c-item__badge {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 1.2rem
}

.c-item__link {
    padding: 10px;
    background-color: #fff
}

.c-item__main, .c-product-item__main {
    word-break: break-word
}

.c-item__main .rating, .c-product-item__main .rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 5px
}

.c-item__main .rating span, .c-product-item__main .rating span {
    margin-top: 1px;
    font-size: 1.1rem;
    margin-left: 8px;
    opacity: .5
}

@media (max-width: 359px) {
    .c-item__main .rating, .c-product-item__main .rating {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .c-item__main .rating span, .c-product-item__main .rating span {
        margin-top: 3px;
        margin-left: 0;
        width: 100%;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }
}

.c-item__main .title, .c-product-item__main .title {
    margin-bottom: 5px;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.5
}

.c-item__main .description, .c-product-item__main .description {
    font-size: 1.4rem
}

.c-item__main .description p:last-child, .c-product-item__main .description p:last-child {
    margin-bottom: 0
}

.c-item__main .info, .c-product-item__main .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px;
    color: #3B5296;
    font-size: 1.1rem
}

.c-item__main .info .label, .c-product-item__main .info .label {
    margin-top: -3px;
    margin-left: 5px;
    line-height: 1;
    border-bottom: 1px solid currentColor
}

.c-item__main .price, .c-product-item__main .price {
    margin-top: 10px;
    padding-bottom: 10px;
    line-height: 1.3;
    font-weight: 800
}

.c-item__main .old, .c-product-item__main .old {
    color: #c9c9c9;
    text-decoration: line-through
}

.c-item__main .old + .new, .c-product-item__main .old + .new {
    color: #000000;
}

.c-item__main .new, .c-product-item__main .new {
    font-size: 2rem;
    opacity: 0.8;
}

.c-item__main > a, .c-product-item__main > a {
    color: #000;
    text-decoration: none
}

.c-item__hover {
    display: none;
    padding: 0 10px 10px
}

.c-item__hover .btn {
    width: 100%;
    min-width: 0;
    padding-left: 0;
    padding-right: 0
}

.c-item__empty {
    padding: 5px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    height: 44px;
    line-height: 1;
    color: #afafaf;
    font-size: 1.3rem;
    font-weight: 600;
    background-color: #f9f9f9
}

.c-item:hover .c-item__link {
    color: #000
}

.no-touchevents .c-item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, .1);
    box-shadow: 0 20px 50px rgba(0, 0, 0, .1);
    pointer-events: none;
    opacity: 0;
    background-color: #fff;
    /*-webkit-transform: translateY(-20px);*/
    /*transform: translateY(-20px);*/
    z-index: -1;
    border: 1px solid #ddd;
    width: 101%;
    height: 101%;
    margin-left: -1px;
    margin-top: -1px;
}

.no-touchevents .c-item:hover {
    z-index: 1
}

.no-touchevents .c-item:hover:before {
    opacity: 1;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
    pointer-events: all
}

.no-touchevents .c-item--default .c-item__hover {
    position: absolute;
    left: 0;
    right: 0;
    top: 108%;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
}

.no-touchevents .c-item--default:hover .c-item__hover {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: .3s ease-out .2s;
    transition: .3s ease-out .2s;
}

.no-touchevents .c-item--default:hover:before {
    -webkit-transform: translateY(0px);
    transform: translateY(0px)
}

.c-item--nav {
    margin-top: -15px;
    line-height: 1.5
}

.c-item--nav, .c-item--nav .c-item__link {
    background: none
}

.c-item--nav .c-item__main .title, .c-item--nav .c-product-item__main .title {
    font-size: 1.5rem;
    margin-bottom: 7px
}

.c-item--nav .c-item__hover {
    padding-bottom: 0
}

.no-touchevents .c-item--nav:hover:before {
    -webkit-transform: translateY(15px);
    transform: translateY(15px)
}

.c-item--horizontal {
    background: none
}

.c-item--horizontal .c-item__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: flex-start;
    flex-direction: flex-start;
    background: none
}

.c-item--horizontal .c-item__img {
    width: 140px;
    margin-right: 30px;
    margin-bottom: 0
}

.c-item--horizontal .c-item__main, .c-item--horizontal .c-product-item__main {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-top: 15px
}

.no-touchevents .c-item--horizontal:hover:before {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.c-badge {
    padding: 3px 10px;
    color: #fff;
    background-color: #3B5296;
    font-weight: 700;
    text-transform: lowercase
}

@media (min-width: 768px) {
    .c-item__img {
        margin-bottom: 12px
    }

    .c-item__link {
        padding: 15px
    }

    .c-item__main .rating, .c-product-item__main .rating {
        margin-bottom: 8px
    }

    .c-item__main .rating img, .c-product-item__main .rating img {
        width: 14px;
        height: 14px
    }

    .c-item__main .rating span, .c-product-item__main .rating span {
        margin-top: 2px;
        margin-left: 10px;
        font-size: 1.2rem
    }

    .c-item__main .title, .c-product-item__main .title {
        font-size: 1.8rem
    }

    .c-item__main .description, .c-product-item__main .description {
        font-size: 1.5rem
    }

    .c-item__main .info, .c-product-item__main .info {
        margin-top: 12px;
        font-size: 1.2rem
    }

    .c-item__main .info .label, .c-product-item__main .info .label {
        margin-left: 10px
    }

    .c-item__main .price, .c-product-item__main .price {
        margin-top: 12px;
        padding-bottom: 12px;
    }

    .c-item__main .new, .c-product-item__main .new {
        font-size: 1.8rem
    }

    .c-item__hover {
        padding: 0 15px 15px
    }
}

@media (min-width: 992px) {
    .c-item__empty {
        height: 58px;
        font-size: 1.5rem
    }

    .no-touchevents .c-item--default:hover:before {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

.c-partners__article {
    padding: 10px 15px;
    font-weight: 600
}

.c-partners__article p {
    max-width: 665px;
    line-height: 1.4
}

.c-partners__article a {
    text-decoration: none;
    border-bottom: 1px solid #3B5296
}

.c-partners__article a:hover {
    border-bottom-color: transparent;
    color: #453ee1
}

.c-partners__article .service {
    position: relative;
    margin-left: 20px
}

.c-partners__article .service:before {
    content: "";
    position: absolute;
    top: 5px;
    left: -15px;
    display: block;
    width: 12px;
    height: 18px;
    background: url(../../img/svg/pin-sm.630da34829.svg) no-repeat 50%
}

.c-partners__aside {
    display: none
}

.c-partners__carousel:not(.slick-initialized) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    margin: 0 -25px;
    overflow: hidden
}

.c-partners__carousel:not(.slick-initialized) .link {
    margin: 0 25px;
    max-width: 130px
}

.c-partners__carousel .link {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    text-align: center;
    text-decoration: none
}

.c-partners__carousel .link .title {
    color: #000;
    border-bottom: 1px solid #3B5296;
    -webkit-transition: border-bottom .3s;
    transition: border-bottom .3s
}

.c-partners__carousel .link .title:hover {
    border-bottom-color: transparent
}

.c-partners__carousel .link img {
    display: block;
    margin: 0 auto 30px
}

.c-partners__carousel .link:hover .title {
    border-bottom-color: transparent;
    -webkit-transition: none;
    transition: none
}

.c-partners__carousel .slick-list:after, .c-partners__carousel .slick-list:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 125px;
    z-index: 1
}

.c-partners__carousel .slick-list:before {
    left: 0;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, hsla(0, 0%, 100%, .7)), to(hsla(0, 0%, 100%, 0)));
    background-image: linear-gradient(90deg, hsla(0, 0%, 100%, .7) 50%, hsla(0, 0%, 100%, 0));
    background-repeat: repeat-x
}

.c-partners__carousel .slick-list:after {
    right: 0;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, hsla(0, 0%, 100%, 0)), color-stop(50%, hsla(0, 0%, 100%, .7)));
    background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, .7) 50%);
    background-repeat: repeat-x
}

.c-partners__carousel .slick-slide {
    padding: 0 25px
}

.c-partners__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 30px -15px 0
}

.c-partners__content p:last-child {
    margin-bottom: 0
}

.c-partners__title {
    max-width: 500px;
    margin-bottom: 30px;
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 1.4
}

.c-rupes {
    padding: 40px 0 10px
}

.c-rupes__article {
    font-weight: 600;
    line-height: 1.4
}

.c-rupes__article h1 {
    margin-bottom: 0;
    font-weight: inherit;
    line-height: inherit;
    font-size: inherit
}

.c-rupes__article p:last-child {
    margin-bottom: 0
}

.c-rupes__article a {
    text-decoration: none;
    border-bottom: 1px solid #3B5296
}

.c-rupes__article a:hover {
    border-bottom-color: transparent;
    color: #453ee1
}

.c-rupes__aside {
    margin-top: 15px
}

.c-rupes__aside img {
    width: 180px
}

@media (min-width: 768px) {
    .c-partners__article {
        width: 50%;
        font-size: 1.8rem
    }

    .c-partners__aside {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 50%;
        min-height: 300px;
        padding: 0 15px 0 13%;
        background: url(../../img/ida-bg.e8bbe15615.png) no-repeat 50%;
        background-size: auto 300px
    }

    .c-partners__aside img {
        margin-bottom: 30px
    }

    .c-partners__aside p {
        max-width: 330px;
        line-height: 2
    }

    .c-partners__carousel .slick-arrow {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0;
        position: absolute;
        top: 50%;
        margin-top: -20px;
        background: none;
        border: none;
        z-index: 1;
        cursor: pointer
    }

    .c-partners__carousel .slick-arrow svg {
        -webkit-transition: -webkit-transform .3s ease-out;
        transition: -webkit-transform .3s ease-out;
        transition: transform .3s ease-out;
        transition: transform .3s ease-out, -webkit-transform .3s ease-out;
        will-change: transform
    }

    .c-partners__carousel .slick-prev {
        left: 20px
    }

    .c-partners__carousel .slick-prev svg {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .c-partners__carousel .slick-prev:hover svg {
        -webkit-transform: rotate(180deg) translateX(10px);
        transform: rotate(180deg) translateX(10px)
    }

    .c-partners__carousel .slick-next {
        right: 20px
    }

    .c-partners__carousel .slick-next:hover svg {
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }

    .c-partners__title {
        max-width: 650px;
        margin-bottom: 40px;
        font-size: 3.2rem
    }

    .c-rupes {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-left: -15px;
        margin-right: -15px;
        font-size: 1.8rem
    }

    .c-rupes__article {
        width: 50%;
        padding: 0 15px
    }

    .c-rupes__aside {
        width: 50%;
        padding: 0 15px 0 13%;
        margin-top: -15px
    }

    .c-rupes__aside img {
        width: 220px
    }
}

@media (min-width: 992px) {
    .c-rupes {
        padding-top: 60px
    }
}

@media (min-width: 1200px) {
    .c-partners__article {
        font-size: 2.2rem
    }

    .c-partners__title {
        max-width: 800px;
        margin-bottom: 70px;
        font-size: 4rem
    }

    .c-rupes {
        padding: 80px 0 20px
    }

    .c-rupes__article {
        font-size: 2.2rem
    }

    .c-rupes__article .rupes {
        position: relative;
        margin-left: 35px
    }

    .c-rupes__article .rupes:before {
        content: "";
        position: absolute;
        top: -2px;
        left: -33px;
        display: block;
        width: 30px;
        height: 30px;
        background: url(../../img/rupes.c6c88d179b.jpg) no-repeat 50%;
        background-size: 100% auto
    }

    .c-rupes__aside {
        padding-left: 80px
    }

    .c-rupes__aside img {
        width: 250px
    }
}

@media (min-width: 1440px) {
    .c-rupes__aside img {
        width: 300px
    }
}

.c-subscribe__form {
    max-width: 400px
}

.c-subscribe__form .form-group {
    margin-top: 15px;
    margin-bottom: 30px
}

.c-subscribe__inner {
    position: relative;
    margin-bottom: 10px;
    max-height: 100px;
    font-size: 1.2rem;
    line-height: 2;
    overflow: hidden
}

.c-subscribe__inner.is-expand {
    max-height: none
}

.c-subscribe__inner.is-expand:after {
    display: none
}

.c-subscribe__inner:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), to(#fff));
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 0, #fff);
    background-repeat: repeat-x
}

.c-subscribe__inner ol, .c-subscribe__inner p, .c-subscribe__inner ul {
    margin-bottom: 2.4rem
}

.c-subscribe__inner ol:last-child, .c-subscribe__inner p:last-child, .c-subscribe__inner ul:last-child {
    margin-bottom: 0
}

.c-subscribe__inner ol, .c-subscribe__inner ul {
    padding-left: 3rem
}

.c-subscribe__inner ol li:not(:last-child), .c-subscribe__inner ul li:not(:last-child) {
    margin-bottom: .7rem
}

.c-subscribe__inner h1, .c-subscribe__inner h2, .c-subscribe__inner h3, .c-subscribe__inner h4, .c-subscribe__inner h5, .c-subscribe__inner h6 {
    margin-bottom: 1rem
}

.c-subscribe__inner h1 {
    font-size: 1.6rem
}

.c-subscribe__inner h2 {
    font-size: 1.5rem
}

.c-subscribe__inner h3 {
    font-size: 1.4rem
}

.c-subscribe__inner h4 {
    font-size: 1.3rem
}

.c-subscribe__inner h5 {
    font-size: 1.2rem
}

.c-subscribe__inner h6 {
    font-size: 1.1rem
}

.c-subscribe__input {
    margin-bottom: 30px
}

.c-subscribe__main {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.c-subscribe__main .more {
    padding: 0;
    background: none;
    border: none;
    font-size: 1.2rem;
    font-weight: 600;
    border-bottom: 1px solid #3B5296;
    cursor: pointer
}

.c-subscribe__main .more:hover {
    border-bottom-color: transparent
}

.c-subscribe__title {
    margin-bottom: 0;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.4
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .c-subscribe__form {
        max-width: none
    }

    .c-subscribe__form .form-group {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        margin: 0 20px 0 0
    }

    .c-subscribe__input {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        margin-top: 20px
    }
}

@media (min-width: 768px) {
    .c-subscribe {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .c-subscribe__form {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 45px;
        max-width: 350px
    }

    .c-subscribe__inner {
        max-height: 190px
    }

    .c-subscribe__input {
        margin-bottom: 0
    }
}

@media (min-width: 992px) {
    .c-subscribe {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .c-subscribe__form {
        max-width: none;
        width: 400px
    }
}

.c-range {
    margin-top: 30px;
    width: 200px
}

.c-range__slider:not(.noUi-target) {
    height: 2px
}

.c-range__input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 25px
}

.c-range__input .divider {
    display: block;
    width: 15px;
    height: 1px;
    background-color: #c9c9c9;
    margin: 0 15px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.c-range__input .form-control {
    width: 70px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.c-catalog, .c-catalog__main {
    margin-bottom: 30px
}

.c-categories {
    margin-top: 15px;
    font-size: 1.6rem;
    line-height: 1.3
}

.c-categories .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    padding-left: 0;
    margin-bottom: -7px;
    margin-right: 15px
}

.c-categories .item {
    margin-right: 15px;
    margin-bottom: 7px
}

.c-categories .item.is-active .link {
    color: #3B5296
}

.c-categories .item.is-active span {
    border-bottom-color: transparent
}

.c-categories .link {
    display: block;
    text-decoration: none;
    color: #000
}

.c-categories .link:hover {
    color: #453ee1
}

.c-categories .link:hover span {
    border-bottom-color: transparent;
    -webkit-transition: none;
    transition: none
}

.c-categories span {
    border-bottom: 1px solid #3B5296;
    -webkit-transition: border-bottom .3s;
    transition: border-bottom .3s
}

.c-categories sup {
    color: #3B5296
}

.c-sorting {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 15px;
    font-size: 1.2rem
}

.c-categories ~ .c-sorting {
    margin-top: 20px
}

.c-sorting .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    padding-left: 0;
    margin-bottom: -5px;
    margin-right: 15px
}

.c-sorting .item {
    margin-bottom: 5px;
    padding: 4px 12px;
    line-height: 1;
    -webkit-transition: background-color .3s;
    transition: background-color .3s
}

.c-sorting .is-active {
    background-color: #3B5296;
    -webkit-transition: none;
    transition: none
}

.c-sorting .is-active .link {
    color: #fff;
    border-bottom: none
}

.c-sorting .link {
    display: block;
    text-decoration: none;
    color: #afafaf;
    border-bottom: 1px dotted #c9c9c9
}

.c-sorting .link:hover {
    border-bottom-color: transparent
}

.c-sorting .filters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: -5px;
    margin-right: -5px;
    padding: 5px;
    border: none;
    background: none;
    cursor: pointer
}

.c-sorting .filters:hover {
    color: #3B5296
}

.c-sorting .filters svg {
    fill: currentColor
}

@media (max-width: 1199.98px) {
    .c-catalog__sidebar {
        position: fixed;
        right: -280px;
        width: 280px;
        z-index: 10
    }

    .c-catalog__sidebar, .c-catalog__sidebar:before {
        top: 0;
        bottom: 0;
        -webkit-transition: .3s ease-out;
        transition: .3s ease-out
    }

    .c-catalog__sidebar:before {
        content: "";
        display: block;
        position: absolute;
        right: 0;
        width: 1480px;
        background-color: #000;
        opacity: 0;
        visibility: hidden;
        pointer-events: none
    }

    .is-filters .c-catalog__sidebar {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    .is-filters .c-catalog__sidebar:before {
        opacity: .2;
        visibility: visible;
        pointer-events: all
    }
}

@media (min-width: 768px) {
    .c-categories {
        font-size: 1.8rem
    }

    .c-categories, .c-sorting {
        margin-top: 20px
    }

    .c-categories ~ .c-sorting {
        margin-top: 30px
    }
}

@media (min-width: 1200px) {
    .c-catalog {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .c-catalog__main {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        margin-bottom: 0
    }

    .c-catalog__sidebar {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 230px;
        margin-left: 30px
    }

    .c-sorting .filters {
        display: none
    }
}

@media (min-width: 1440px) {
    .c-catalog__sidebar {
        width: 280px;
        padding-right: 50px
    }
}

.c-filters__group:not(:last-child) {
    margin-bottom: 40px
}

.c-filters__group .more {
    padding: 0;
    background: none;
    border: none;
    color: #3B5296;
    font-size: 1.2rem;
    line-height: 1.2;
    border-bottom: 1px dotted #3B5296;
    cursor: pointer
}

.c-filters__group .more:hover {
    border-bottom-color: transparent
}

.c-filters__subgroup {
    margin-bottom: 8px
}

.c-filters__subgroup > .c-filters__subgroup {
    padding-left: 15px;
    display: none
}

.c-filters__subgroup.is-open > .c-filters__subgroup {
    display: block
}

.c-filters__title {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 15px;
    line-height: 1.3
}

.c-filters__subtitle {
    position: relative;
    padding: 0 0 0 15px;
    background: none;
    border: none;
    font-size: 1.6rem;
    font-weight: 600;
    text-align: left;
    line-height: 1.2;
    cursor: pointer
}

.c-filters__subtitle:active, .c-filters__subtitle:hover {
    color: #453ee1
}

.c-filters__subtitle:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.is-open > .c-filters__subtitle {
    margin-bottom: 8px
}

.is-open > .c-filters__subtitle:after {
    -webkit-transform: translateY(-1px) rotate(135deg);
    transform: translateY(-1px) rotate(135deg)
}

.c-filters__list-item {
    margin-bottom: 7px
}

.c-filters__list-link {
    display: inline-block;
    text-decoration: none;
    cursor: pointer
}

.c-filters__list-link span {
    color: #000;
    -webkit-transition: color .3s;
    transition: color .3s
}

.c-filters__list-link sup {
    color: #3B5296
}

.c-filters__list-link.is-active span, .c-filters__list-link:hover span {
    color: #453ee1;
    -webkit-transition: none;
    transition: none
}

.c-filters__list-link.is-disabled {
    cursor: not-allowed;
    opacity: .5
}

.c-filters__list-link.is-disabled:hover span {
    color: #000
}

.c-filters__list-link--color {
    position: relative;
    padding-left: 20px
}

.c-filters__list-link--color[style^="color:#ffffff"]:before {
    border: 1px solid #000
}

.c-filters__list-link--color:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 6px;
    left: 0;
    background-color: currentColor;
    border-radius: 50%;
    pointer-events: none
}

.c-filters__subgroup .c-filters__list:last-child, .c-filters__subgroup .c-filters__list ~ .more {
    margin-bottom: 12px
}

.c-filters__list--shadow:not(.is-expand) {
    position: relative
}

.c-filters__list--shadow:not(.is-expand) > :nth-child(n+10) {
    display: none
}

.c-filters__list--shadow:not(.is-expand):after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 30px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), to(#fff));
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 0, #fff);
    background-repeat: repeat-x
}

@media (max-width: 1199.98px) {
    .c-filters {
        position: relative;
        padding: 30px 15px;
        background-color: #fff;
        max-height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch
    }

    .is-filters, .is-filters body {
        overflow: hidden
    }
}

.c-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 40px
}

.c-pagination__progress {
    font-size: 1.2rem
}

.c-pagination__progress-bar {
    width: 190px;
    margin: 15px auto 0;
    background-color: #c9c9c9
}

.c-pagination__progress-bar .inner {
    height: 4px;
    background-color: #3B5296
}

.c-pagination__more {
    margin-top: 20px
}

.c-pagination__more .link {
    padding: 0;
    background: none;
    border: none;
    color: #3B5296;
    line-height: 1.3;
    cursor: pointer
}

.c-pagination__more .link:hover .title {
    border-bottom-color: transparent;
    -webkit-transition: none;
    transition: none
}

.c-pagination__more .link.is-loading svg {
    -webkit-animation: d 1s linear infinite;
    animation: d 1s linear infinite
}

.c-pagination__more .title {
    border-bottom: 1px dotted #3B5296;
    -webkit-transition: border-bottom .3s;
    transition: border-bottom .3s
}

.c-pagination__more .title:hover {
    border-bottom-color: transparent
}

.c-pagination__more svg {
    vertical-align: middle;
    margin-right: 5px
}

.c-pagination__pages {
    margin-top: 20px
}

@-webkit-keyframes d {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
}

@keyframes d {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
}

@media (min-width: 992px) {
    .c-pagination {
        margin-top: 70px
    }

    .c-pagination__pages {
        margin-top: 40px
    }
}

.c-product {
    position: relative;
    margin-bottom: 20px
}

.c-product__carousel:not(.slick-initialized) .item:not(:first-child) {
    display: none
}

.c-product__carousel .link {
    position: relative;
    display: block;
    text-align: center
}

.c-product__carousel .link .c-play {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

.c-product__carousel img {
    margin-left: auto;
    margin-right: auto
}

.c-product__carousel .slick-dots {
    margin-top: 20px
}

.c-product__badge {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

.c-product__gallery {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto
}

.c-product__info {
    margin-top: 20px
}

.c-product__info-group {
    margin-bottom: 20px
}

.c-product__info .code {
    color: #c9c9c9;
    margin-bottom: 7px;
    padding-top: 10px;
    font-size: 18px;
    line-height: 30px

}

.c-product__info .product-title {
    padding-top: 20px;
    font-weight: 600;
    line-height: 1;
    font-size: 3.2rem
}

.c-product__info .list {
    list-style: none;
    padding-left: 0
}

.c-product__info .list .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.c-product__info .list .item:not(:last-child) {
    margin-bottom: 5px
}

.c-product__info .list .title {
    color: #c9c9c9;
    margin-right: 10px
}

.c-product__info .list a {
    color: #000;
    text-decoration: none;
    border-bottom: 1px solid rgba(0, 0, 0, .6)
}

.c-product__info .list a:hover {
    border-bottom-color: transparent
}

.c-product__info .options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    line-height: 1.2
}

.c-product__info .options .link {
    margin: 0 15px 5px 0;
    font-size: 1.8rem;
    font-weight: 700;
    color: #000;
    border-bottom: 1px solid #000000;
    text-decoration: none
}

.c-product__info .options .link:hover {
    border-bottom-color: transparent;
    color: #000000;
}

.c-product__info .options .link.is-active {
    color: #000000;
    opacity: 0.64;
    border-bottom-color: transparent
}

.c-product__info .price {
    font-size: 2.6rem;
    font-weight: 600;
    line-height: 1.3
}

.c-product__info .price .old {
    font-size: 2.2rem;
    color: #c9c9c9;
    font-weight: 600;
    text-decoration: line-through
}

.c-product__delivery .price .old {
    font-size: 18px;
    color: #c9c9c9;
    font-weight: 600;
    text-decoration: line-through
}

/*.c-product__delivery .price .new {*/
/*    font-size: 2.2rem;*/
/*    font-weight: 600;*/
/*}*/

/*.c-product__info .price .old + .new {*/
/*    color: #000000*/
/*}*/

.c-product__delivery .price .new {
    font-size: 18px;
    font-weight: 600;
}

.c-product__info .price .old + .new {
    color: #000000
}

.c-product__info .not-available {
    font-size: 2.2rem;
    color: #c9c9c9;
    font-weight: 800;
    line-height: 1.3
}

.c-product__info .tools {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px
}

.c-product__info .tools > * {
    margin-right: 25px;
    margin-bottom: 10px
}

.c-product__thumbs {
    display: none
}

.c-product__wishlist-btn {
    cursor: pointer;
    height: 60px;
    width: 60px;
    background-color: #ffffff;
    border: 1px solid #ddd;
}

.tab-link {
    font-size: 24px !important;
    line-height: 30px !important;
    color: black !important;
}

.c-product__wishlist-btn:hover {
    background-color: #3B5296;
}

.c-product__quick-button {
    width: auto;
    height: 60px;
    color: #3B5296;
    cursor: pointer;
    background: #FFFFFF;
    border: 1px solid #3B5296;
    font-size: 2rem;
    font-weight: 600;
    padding-left: 10px;
    padding-right: 10px;
}

.c-product__quick-button:hover {
    background-color: #453ee1;
    color: #ffffff;
}

.c-product__wishlist-btn svg {
    cursor: pointer;
    fill: #ffffff;
    stroke-width: 50;
    stroke: #000000;
    width: 30px;
    margin-top: 5px;

}

.c-product__wishlist-btn.is-active svg {

    fill: #000000;
    stroke-width: 50;
    stroke: #000000;
}

.c-product__comments {
    max-width: 830px
}

.c-product__comments-heading {
    margin-bottom: 30px
}

.c-product__comments-counter {
    font-weight: 500
}

.c-product__comments-title {
    margin-bottom: 10px;
    font-size: 1.8rem;
    font-weight: 800;

}

.c-product__comments-load {
    margin-top: 20px;
    text-align: center
}

.c-product__comments-form {
    margin-bottom: 30px;
    padding: 20px 15px;
    background-color: #f5f5f5
}

.c-product__comments-form .form-control {
    background-color: #f5f5f5
}

.c-product__comments-form .btn-primary {
    margin-top: 10px
}

.c-product__comments-form .c-input-label, .c-product__comments-form .c-input .form-label {
    color: #999
}

.c-product__comments-empty {
    padding: 20px 15px;
    background-color: #f5f5f5;
    text-align: center;
    color: #afafaf;
    font-weight: 500
}

.c-product__rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px
}

.c-product__rating .comments-count {
    font-size: 18px;
    opacity: 1;
    color: #000000;

}

.c-product__rating .js-comments-to {
    font-size: 18px;
    color: #868383FF;
    padding-left: 25px;
}

.c-product__rating .rating-number {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 18px;
}

.c-product__rating a {
    font-size: 1.4rem;
    color: #000;
    line-height: 1;
    font-weight: 500;
    margin-bottom: -2px;
    margin-left: 12px;
    text-decoration: none;
    border-bottom: 1px solid rgba(0, 0, 0, .6)
}

.c-product__rating a:hover {
    border-bottom-color: transparent
}

.c-product__delivery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px 0 0;
    margin-bottom: 30px;
    border-top: 1px solid rgba(0, 0, 0, .05);
    border-bottom: 1px solid rgba(0, 0, 0, .05)
}

.c-product__bottom__comments-title {
    font-size: 24px;
    line-height: 30px;
    padding-bottom: 15px;
    font-weight: 600;
}

.c-product__bottom {
    padding-top: 0px;
}

.c-product__delivery-title {
    position: relative;
    margin-bottom: 15px;
    padding-left: 35px;
    font-weight: 700
}

.c-product__delivery-title img {
    position: absolute;
    top: -2px;
    left: 0
}

.c-product__delivery-group {
    margin-bottom: 25px
}

.c-product__list {
    padding-left: 0;
    margin-bottom: -12px;
    list-style: none
}

.c-product__list-item {
    position: relative;
    padding-left: 17px;
    margin-bottom: 12px;
    line-height: 1.2;
    font-size: 1.4rem
}

.c-product__list-item:before {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    position: absolute;
    top: 4px;
    left: 0;
    background-color: #3B5296;
    border-radius: 50%
}

.c-product__list-item span {
    display: block;
    margin-top: 2px;
    font-size: 1.2rem;
    color: #7d7d7d
}

.apple-btn {
    height: 44px;
    width: 160px
}

@media (min-width: 576px) {
    .c-product__comments-heading {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .c-product__delivery {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .c-product__delivery-group {
        width: calc(50% - 15px)
    }

    .c-product__delivery-group:nth-child(2n) {
        margin-left: 30px
    }
}

@media (min-width: 768px) {
    .c-product__info .product-title {
        font-size: 4rem
    }

    .c-product__info .options .link {
        margin-right: 25px;
        font-size: 2rem
    }

    .c-product__info .price {
        font-size: 3.2rem
    }

    .c-product__info .not-available, .c-product__info .price .old {
        font-size: 2.2rem
    }

    .c-product__info .tools {
        margin-bottom: 30px
    }

    .c-product__comments-form {
        padding: 25px 20px
    }

    .c-product__comments-form .btn-primary {
        margin-top: 15px
    }

    .c-product__comments-title {
        font-size: 2rem
    }

    .c-product__delivery {
        margin-bottom: 0px
    }
}

@media (min-width: 992px) {
    .c-product {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-bottom: 30px
    }

    .c-product__content {
        margin-left: -100%;
        margin-top: 0px
    }


    .c-product__gallery {
        width: 50%;
        padding-right: 40px
    }

    .c-product__info {
        margin-top: 0;
        min-height: 470px
    }

    .c-product__main {
        width: 100%;
        max-width: 920px;
        background: #f1f1f126;
        padding: 30px 30px 0px;
    }

    .apple-btn {
        height: 58px;
        width: 200px
    }
}

@media (min-width: 1200px) {
    .c-product__content {
        margin-left: 0
    }

    .c-product__gallery {
        padding-right: 100px;
        margin: 0;
        max-width: none
    }

    .c-product__badge {
        font-size: 1.8rem;
        padding: 5px 15px
    }

    .c-product__info {
        min-height: 0
    }

    .c-product__info .product-title {
        font-size: 6.5rem
    }

    .c-product__info .price {
        font-size: 3.5rem
    }

    .c-product__info .not-available, .c-product__info .price .old {
        font-size: 2.6rem
    }

    .c-product__thumbs {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 430px;
        margin: 20px auto -20px
    }

    .c-product__thumbs .item {
        margin-bottom: 20px
    }

    .c-product__thumbs .item:not(:nth-child(3n)) {
        margin-right: 50px
    }

    .c-product__thumbs .item.is-active .link:not(.link--video) {
        border-color: #453ee1
    }

    .c-product__thumbs .item.is-active .link--video .c-play {
        background-color: #453ee1
    }

    .c-product__thumbs .link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 110px;
        height: 110px
    }

    .c-product__thumbs .link:not(.link--video) {
        border: 2px solid transparent
    }

    .c-product__thumbs .link:not(.link--video):hover {
        border-color: #3B5296
    }

    .c-product__delivery {
        padding-top: 30px
    }

    .c-product__delivery-group {
        width: calc(50% - 20px);
        margin-bottom: 40px
    }

    .c-product__delivery-group:nth-child(2n) {
        margin-left: 40px
    }
}

.s-content .h1, .s-content .h2, .s-content .h3, .s-content .h4, .s-content .h5, .s-content .h6, .s-content h1, .s-content h2, .s-content h3, .s-content h4, .s-content h5, .s-content h6 {
    margin-bottom: 1rem;
    font-weight: 700
}

.s-content h1 {
    font-size: 1.7rem
}

.s-content h2 {
    font-size: 1.6rem
}

.s-content h3 {
    font-size: 1.5rem
}

.s-content h4 {
    font-size: 1.4rem
}

.s-content h5 {
    font-size: 1.3rem
}

.s-content h6 {
    font-size: 1.2rem
}

.s-content p {
    line-height: 1.6
}

.s-content dl, .s-content ol, .s-content p, .s-content ul {
    margin-bottom: 2.4rem
}

.s-content ol, .s-content ul {
    padding-left: 3rem
}

.s-content ol li:not(:last-child), .s-content ul li:not(:last-child) {
    margin-bottom: .7rem
}

.s-content > :last-child {
    margin-bottom: 0
}

.c-search.modal {
    overflow-y: scroll;
    padding-right: 0 !important
}

.c-search .modal-dialog {
    max-width: none;
    pointer-events: auto;
    margin: 0
}

.c-search .close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    background: none;
    border: none;
    position: absolute;
    cursor: pointer;
    top: 18px;
    right: 15px
}

@media (min-width: 768px) {
    .c-search .close {
        top: 25px;
        right: 30px
    }
}

@media (min-width: 1200px) {
    .c-search .close {
        top: 30px
    }
}

.c-search .close svg {
    fill: currentColor;
    width: 22px;
    height: 22px
}

@media (min-width: 576px) {
    .c-search .close svg {
        width: 24px;
        height: 24px
    }
}

@media (min-width: 1200px) {
    .c-search .close svg {
        width: 32px;
        height: 32px
    }
}

.c-search .close:hover {
    color: #3B5296
}

.c-search__inner {
    max-width: 785px;
    margin: 0 auto;
    padding: 50px 15px
}

@media (min-width: 576px) {
    .c-search__inner {
        padding: 100px 15px
    }
}

@media (min-width: 1200px) {
    .c-search__inner {
        padding: 180px 15px
    }
}

.c-search__inner .form-group {
    position: relative;
    margin-bottom: 50px
}

.c-search__inner .submit {
    position: absolute;
    bottom: 22px;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    background: none;
    border: none;
    color: #000;
    cursor: pointer
}

.c-search__inner .submit svg {
    fill: currentColor;
    width: 22px;
    height: 22px
}

@media (min-width: 576px) {
    .c-search__inner .submit svg {
        width: 24px;
        height: 24px
    }
}

@media (min-width: 1200px) {
    .c-search__inner .submit svg {
        width: 32px;
        height: 32px
    }
}

.c-search__inner .submit:hover {
    color: #3B5296
}

.c-search__list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0
}

.c-search__item:not(:last-child) {
    margin-bottom: 40px
}

.c-cabinet, .c-cabinet__block {
    margin-bottom: 30px
}

.c-cabinet__block-title {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 10px
}

.c-cabinet__list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0
}

.c-cabinet__list .item:not(:last-child) {
    margin-bottom: 7px
}

.c-cabinet__list .item > :first-child:not(:last-child) {
    margin-right: 30px
}

.c-cabinet__nav {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0
}

.c-cabinet__nav .item:not(:last-child) {
    margin-bottom: 20px
}

.c-cabinet__nav .item.is-active .link {
    color: #3B5296;
    border-bottom-color: transparent;
    cursor: default
}

.c-cabinet__nav .link {
    color: #000;
    font-weight: 800;
    text-decoration: none;
    border-bottom: 1px dotted #3B5296
}

.c-cabinet__nav .link:hover {
    border-bottom-color: transparent
}

.c-cabinet__order {
    max-width: 830px;
    border-bottom: 1px solid #c9c9c9
}

.c-cabinet__order-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 0;
    border-bottom: 1px solid #c9c9c9
}

.c-cabinet__order-heading .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    line-height: 1.2
}

.c-cabinet__order-heading .info > :not(:last-child) {
    margin-bottom: 10px
}

.c-cabinet__order-heading .info .date {
    color: #787878
}

.c-cabinet__order-heading .info .number {
    font-weight: 600;
    font-size: 2rem
}

.c-cabinet__order-heading .price {
    font-size: 2rem;
    font-weight: 800
}

.c-cabinet__sidebar {
    margin-bottom: 30px
}

@media (max-width: 1199.98px) {
    .c-cabinet__nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .c-cabinet__nav:after {
        content: "";
        display: block;
        width: 20px
    }

    .c-cabinet__nav .item, .c-cabinet__nav:after {
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .c-cabinet__nav .item:not(:last-child) {
        margin-right: 20px;
        margin-bottom: 10px
    }

    .c-cabinet__sidebar {
        position: relative
    }

    .c-cabinet__sidebar-inner {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .c-cabinet__sidebar:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 23px;
        height: 23px;
        background-image: -webkit-gradient(linear, left top, right top, from(hsla(0, 0%, 100%, 0)), to(#fff));
        background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0) 0, #fff);
        background-repeat: repeat-x;
        z-index: 1
    }
}

@media (min-width: 768px) {
    .c-cabinet__order-heading .price {
        margin-right: 40px
    }
}

@media (min-width: 1200px) {
    .c-cabinet {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .c-cabinet__block {
        margin-bottom: 50px
    }

    .c-cabinet__block-title {
        margin-bottom: 20px
    }

    .c-cabinet__main {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .c-cabinet__nav .item:last-child {
        margin-top: 70px
    }

    .c-cabinet__nav .item:last-child .link {
        font-weight: 400;
        color: #3B5296;
        border-bottom-color: transparent
    }

    .c-cabinet__nav .item:last-child .link:hover {
        color: #453ee1
    }

    .c-cabinet__sidebar {
        width: 250px;
        padding-right: 30px;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }
}

@media (min-width: 1440px) {
    .c-cabinet__sidebar {
        width: 400px;
        padding-right: 45px
    }
}

@media (min-width: 576px) and (max-width: 991.98px) {
    .c-cabinet__block .c-list__item:nth-child(4) {
        display: none
    }
}

.c-history {
    list-style: none;
    padding-left: 0;
    max-width: 830px;
    margin-top: -10px;
    margin-bottom: 0
}

.c-history__delivery {
    line-height: 1.3
}

.c-history__group {
    width: 50%
}

.c-history__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-bottom: -5px;
    line-height: 1.2
}

.c-history__info > * {
    margin-bottom: 5px
}

.c-history__info .date {
    color: #787878
}

.c-history__info .number span {
    font-weight: 600;
    border-bottom: 1px solid #3B5296
}

.c-history__item {
    border-bottom: 1px solid #c9c9c9
}

.c-history__item:last-child {
    border-bottom: none
}

.c-history__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 20px;
    padding-bottom: 20px;
    text-decoration: none;
    color: #000;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.c-history__link:hover {
    color: #000
}

.c-history__list {
    -webkit-box-align: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    margin-top: 20px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.c-history__list, .c-history__list .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.c-history__list .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 68px;
    height: 68px;
    line-height: 1.2
}

.c-history__list .item:not(:last-child) {
    margin-right: 10px
}

.c-history__list .item--more {
    color: #3B5296;
    text-align: center;
    height: auto
}

.c-history__list .item--more .plus {
    position: relative;
    width: 26px;
    height: 26px;
    margin-bottom: 10px
}

.c-history__list .item--more .plus:after, .c-history__list .item--more .plus:before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background-color: #3B5296
}

.c-history__list .item--more .plus:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.c-history__price {
    font-weight: 800;
    line-height: 1.3;
    white-space: nowrap;
    margin-bottom: 10px
}

.c-history__price .old {
    color: #c9c9c9;
    text-decoration: line-through
}

.c-history__price .old + .new {
    color: #453ee1
}

.c-history__price .new {
    font-size: 2rem
}

.c-history:hover .c-history__link:not(:hover) {
    opacity: .5
}

@media (min-width: 768px) {
    .c-history__delivery {
        max-width: 170px
    }

    .c-history__group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 40%
    }

    .c-history__info {
        width: 140px;
        margin-bottom: -10px
    }

    .c-history__info > * {
        margin-bottom: 10px
    }

    .c-history__link {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .c-history__list {
        width: 224px;
        margin: 0;
        -webkit-box-ordinal-group: inherit;
        -ms-flex-order: inherit;
        order: inherit
    }

    .c-history__price {
        width: 125px;
        margin-bottom: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .c-history__info, .c-history__list, .c-history__price {
        margin-right: 20px
    }
}

@media (min-width: 992px) {
    .c-history__link {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .c-history__list {
        width: 320px
    }

    .c-history__list .item {
        width: 100px;
        height: 100px
    }

    .c-history__list .item--more .plus {
        width: 34px;
        height: 34px
    }
}

.c-products-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0
}

.c-cabinet .c-products-list {
    max-width: 830px
}

.c-order .c-products-list {
    border-bottom: 3px solid #3B5296;
    margin-bottom: 25px;
    max-width: 445px
}

.c-products-list__item {
    padding-top: 20px;
    padding-bottom: 20px
}

@media (min-width: 992px) {
    .c-products-list__item {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .c-order .c-products-list__item {
        padding-top: 30px;
        padding-bottom: 30px
    }
}

.c-products-list__item:not(:last-child) {
    border-bottom: 1px solid #c9c9c9
}

.c-product-item {
    position: relative
}

.c-product-item__count {
    margin-bottom: 10px
}

.c-product-item__count .value {
    font-weight: 800
}

.c-order .c-product-item__count .value {
    font-weight: 600
}

.c-product-item__img {
    width: 90px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 15px
}

.c-order .c-product-item__img {
    width: 80px;
    margin-right: 10px
}

.c-product-item__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #000;
    text-decoration: none
}

.c-product-item__link:hover {
    color: #000
}

.c-product-item__link:hover .c-product-item__main .title {
    color: #3B5296;
    text-decoration: underline;
    -webkit-transition: none;
    transition: none
}

.c-product-item__main {
    padding-top: 10px;
    padding-right: 10px;
    margin-bottom: 10px
}

.c-product-item__main .title {
    -webkit-transition: .3s;
    transition: .3s
}

.c-order .c-product-item__main .title {
    font-size: inherit
}

.c-product-item__main .new {
    font-size: 2rem
}

.c-product-item__total .price {
    width: 130px;
    font-size: 2rem;
    font-weight: 800
}

.c-order .c-product-item__total .price {
    font-size: inherit;
    margin-right: 10px;
    width: auto
}

.c-product-item__count, .c-product-item__total {
    padding-left: 105px
}

.c-order .c-product-item__count, .c-order .c-product-item__total {
    padding-left: 90px
}

.c-product-item__btn {
    margin-top: 10px
}

.c-product-item .remove {
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    top: -10px;
    right: -10px;
    padding: 0;
    background: none;
    border: none;
    color: #3B5296;
    cursor: pointer
}

.c-product-item .remove:after, .c-product-item .remove:before {
    content: "";
    display: block;
    width: 16px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -1px;
    margin-left: -8px;
    background-color: currentColor
}

.c-product-item .remove:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.c-product-item .remove:after {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
}

.c-product-item .remove:hover {
    color: #453ee1;
    -webkit-transition: none;
    transition: none
}

.c-product-item .c-number {
    margin-top: -3px
}

@media (min-width: 576px) {
    .c-product-item__btn {
        margin-top: 0;
        margin-left: 15px
    }

    .c-product-item__total {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .c-order .c-product-item, .c-product-item__total {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .c-order .c-product-item {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .c-order .c-product-item__count {
        width: 60px;
        text-align: right;
        margin-bottom: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .c-order .c-product-item__link {
        margin-right: 20px
    }

    .c-order .c-product-item__main {
        max-width: 250px;
        padding: 0;
        margin-bottom: 0
    }

    .c-order .c-product-item__total {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 107px;
        margin-left: 20px;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .c-order .c-product-item__count, .c-order .c-product-item__total {
        padding-left: 0
    }
}

@media (min-width: 768px) {
    .c-product-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .c-cabinet__order .c-product-item {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .c-product-item__btn {
        width: 100%;
        margin-left: 0;
        margin-top: 15px
    }

    .c-product-item__btn .btn {
        width: 100%
    }

    .c-product-item__count {
        width: 100px;
        margin-bottom: 0;
        padding-left: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .c-product-item__img {
        width: 130px
    }

    .c-product-item__link {
        margin-right: 25px
    }

    .c-cabinet__order .c-product-item__link {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .c-product-item__main {
        max-width: 250px;
        padding: 0;
        margin-bottom: 0
    }

    .c-product-item__total {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 170px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        position: relative;
        margin-left: 25px;
        padding-left: 0
    }

    .c-product-item__total .price {
        width: auto;
        margin-right: 40px
    }

    .c-product-item__total .remove {
        top: 0
    }
}

@media (min-width: 992px) {
    .c-product-item__img {
        width: 190px;
        margin-right: 20px
    }

    .c-product-item__link {
        margin-right: 40px
    }

    .c-product-item__total {
        width: 200px;
        margin-left: 40px
    }
}

.c-basket {
    max-width: 1000px;
    margin: 0 auto;
    margin-bottom: 60px
}

.c-basket__code-title {
    margin-bottom: 15px
}

.c-basket__code-clear button {
    margin-top: 5px;
    padding: 0;
    font-size: 1.2rem;
    color: #f2424f;
    border: none;
    border-bottom: 1px dotted currentColor;
    background: none
}

.c-basket__code-clear button:hover {
    border-bottom-color: transparent
}

.c-basket__code-value {
    margin-top: -10px;
    font-size: 1.8rem;
    font-weight: 700
}

.c-basket__code .form-group {
    margin-bottom: 0
}

.c-basket__code .form-group .btn {
    position: absolute;
    top: 15px;
    right: 0;
    padding: 0;
    min-width: 0;
    background: none;
    border: none;
    color: #3B5296
}

.c-basket__code .form-group .btn svg {
    display: block;
    width: 30px;
    height: 30px;
    fill: currentColor
}

.c-basket__code .form-group .btn:hover {
    color: #453ee1
}

.c-basket__code .form-control {
    padding-right: 40px
}

.c-order .c-basket__code {
    margin-bottom: 30px
}

.c-basket__total {
    border-top: 3px solid #3B5296;
    padding-top: 30px
}

.c-basket__total-item {
    max-width: 300px
}

.c-basket__total-item:not(:last-child) {
    margin-bottom: 40px
}

.c-basket__price {
    display: inline-block;
    text-align: left
}

.c-basket__price .title {
    display: block;
    font-size: 16px;
    font-weight: 600;
    line-height: 16px
}

.c-basket__price .price {
    display: inline-block;
    font-size: 40px;
    font-weight: 800;
    line-height: 50px
}

.c-basket__btn {
    margin-top: 24px
}

@media (min-width: 768px) {
    .c-basket__total {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        text-align: right
    }

    .c-basket__total-item:not(:last-child) {
        margin-bottom: 0
    }

    .c-basket__code {
        text-align: left
    }
}

.c-order {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 60px
}

@media (min-width: 1200px) {
    .c-order {
        margin-top: 80px
    }
}

.c-order__main {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%
}

@media (min-width: 1200px) {
    .c-order__main {
        width: auto;
        max-width: 715px
    }
}

.c-order__sidebar {
    width: 445px;
    max-width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-bottom: 30px
}

@media (min-width: 1200px) {
    .c-order__sidebar {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 0;
        margin-left: 120px
    }
}

.c-order--success .c-order__sidebar {
    margin: 0 auto;
    width: 620px
}

.c-order__title {
    font-size: 22px;
    font-weight: 600;
    display: block;
    margin-bottom: 20px
}

@media (min-width: 768px) {
    .c-order__title {
        font-size: 26px
    }
}

@media (min-width: 1200px) {
    .c-order__title {
        font-size: 35px;
        margin-bottom: 40px
    }
}

.c-order__block {
    margin-bottom: 40px
}

@media (min-width: 1200px) {
    .c-order__block {
        margin-bottom: 60px
    }
}

.c-order__block-title {
    font-size: 20px;
    font-weight: 600;
    display: block;
    margin-bottom: 20px
}

.c-order__total {
    max-width: 445px
}

.c-order__total-price {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.c-order__total-price .price {
    margin-left: auto;
    font-weight: 800
}

.c-order__total-price.total .price {
    font-size: 20px
}

.c-order__total-btn {
    text-align: right;
    margin-top: 40px
}

.c-order__collapse {
    display: none;
    overflow: hidden;
    -webkit-transition: .3s;
    transition: .3s;
    padding-top: 25px
}

.c-order__collapse + .c-checkbox, .c-order__collapse + .c-radio {
    margin-top: 30px
}

.c-order .is-checked + .c-order__collapse {
    display: block
}

.c-order .c-checkbox input + label, .c-order .c-radio input + label {
    font-weight: 600;
    font-size: 14px;
    padding-left: 30px
}

.c-order .c-checkbox + .c-checkbox, .c-order .c-checkbox + .c-radio, .c-order .c-radio + .c-checkbox, .c-order .c-radio + .c-radio {
    margin-top: 30px
}

.c-error {
    position: relative;
    color: #dee2e6
}

.c-error:before {
    content: "";
    width: 100%;
    display: block;
    padding-bottom: 30%
}

.c-error-overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.c-error-icon {
    margin-bottom: 10px
}

.c-error-icon img, .c-error-icon svg {
    fill: currentColor;
    width: 6vw;
    height: 6vw
}

@media (min-width: 576px) {
    .c-error-icon img, .c-error-icon svg {
        width: 5vw;
        height: 5vw
    }
}

@media (min-width: 768px) {
    .c-error-icon img, .c-error-icon svg {
        width: 4vw;
        height: 4vw
    }
}

.c-error-text {
    font-size: 5vw;
    font-weight: 700
}

@media (min-width: 576px) {
    .c-error-text {
        font-size: 4vw
    }
}

@media (min-width: 768px) {
    .c-error-text {
        font-size: 3vw
    }
}

.c-login {
    max-width: 335px;
    margin-left: auto;
    margin-right: auto
}

.c-login__remember {
    margin-top: 15px
}

.c-login__remember > :not(:last-child) {
    margin-bottom: 10px
}

.c-login__social {
    margin-top: 45px
}

.c-login .description, .c-login__social .title {
    margin-bottom: 15px
}

.multiselect {
    min-height: 0
}

.multiselect__content {
    font-size: 1.5rem
}

.multiselect__input {
    color: #000;
    font-weight: 600
}

.multiselect__input::-webkit-input-placeholder {
    color: #c4c4c4;
    font-weight: 400
}

.multiselect__input::-moz-placeholder {
    color: #c4c4c4;
    font-weight: 400
}

.multiselect__input::-ms-input-placeholder {
    color: #c4c4c4;
    font-weight: 400
}

.multiselect__input::placeholder {
    color: #c4c4c4;
    font-weight: 400
}

.multiselect__input, .multiselect__single {
    padding: 7px 0;
    margin: 0;
    font-size: 1.5rem
}

.multiselect__option--highlight {
    background-color: #3B5296
}

.multiselect__option--selected {
    color: #fff;
    background-color: #453ee1
}

.multiselect__option--selected.multiselect__option--highlight, .multiselect__option--selected.multiselect__option--highlight:after {
    background-color: #f2424f
}

.multiselect__single {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #c4c4c4;
    font-weight: 700;
    color: black;
}

.multiselect__select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    top: 0;
    right: 0;
    width: 30px;
    height: 100%
}

.multiselect__select:before {
    content: "";
    display: block;
    position: static;
    width: 6px;
    height: 6px;
    margin-top: -3px;
    border: none;
    color: #000;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.multiselect__spinner {
    right: 0;
    top: 0;
    bottom: 2px;
    height: auto;
    width: 30px
}

.multiselect__spinner:after, .multiselect__spinner:before {
    border-color: #3B5296 transparent transparent
}

.multiselect__tags {
    padding: 0 30px 0 0;
    border-radius: 0;
    border: none;
    border-bottom: 2px solid #3B5296;
    min-height: 0;
    -webkit-transition: border-bottom .3s;
    transition: border-bottom .3s
}

.multiselect--active .multiselect__tags {
    border-bottom-color: #453ee1
}

.multiselect--selected .multiselect__single {
    color: #000;
    font-weight: 600
}

.c-page-search {
    width: 500px;
    max-width: calc(100vw - 50px)
}

.c-page-search .title {
    font-size: 2.6rem;
    font-weight: 800
}

@media (min-width: 992px) {
    .c-page-search .title {
        font-size: 4rem
    }
}

.c-page-search .form-group {
    position: relative;
    margin-top: 20px;
    margin-bottom: 40px
}

@media (min-width: 992px) {
    .c-page-search .form-group {
        margin-top: 30px;
        margin-bottom: 150px
    }
}

.c-page-search .submit {
    position: absolute;
    bottom: 10px;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    background: none;
    border: none;
    color: #000;
    cursor: pointer
}

.c-page-search .submit svg {
    fill: currentColor;
    width: 22px;
    height: 22px
}

.c-page-search .submit:hover {
    color: #3B5296
}

.c-page-error {
    position: relative;
    padding-top: 100px
}

.c-page-error .code {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    font-weight: 900;
    color: #e2e2e2;
    font-size: 6rem
}

@media (min-width: 992px) {
    .c-page-error .code {
        font-size: 9rem
    }
}

.c-page-error .title {
    font-size: 2.6rem;
    font-weight: 800
}

@media (min-width: 992px) {
    .c-page-error .title {
        font-size: 4rem
    }
}

.c-page-error .btn {
    margin-top: 20px
}

@media (min-width: 992px) {
    .c-page-error .btn {
        margin-top: 30px
    }
}

@media (min-width: 992px) {
    .c-page-error {
        padding-top: 140px
    }

    .c-page-error .code {
        font-size: 9rem
    }

    .c-page-error .title {
        font-size: 4rem
    }

    .c-page-error .btn {
        margin-top: 30px
    }
}

.c-modal .modal-dialog {
    width: calc(100% - 30px)
}

.c-modal .modal-content {
    border-color: #e2e2e2
}

.c-modal .modal-header {
    padding: 20px 20px 0;
    border: none
}

.c-modal .modal-header .close {
    padding: 8px;
    margin: -8px -8px -8px auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border: none;
    background: none;
    cursor: pointer
}

.c-modal .modal-header .close svg {
    display: block;
    width: 18px;
    height: 18px;
    fill: currentColor
}

.c-modal .modal-header .close:hover {
    color: #453ee1
}

.c-modal .modal-title {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 20px
}

.c-modal .modal-body {
    padding: 0 20px 20px
}

.c-modal--message .modal-body {
    font-weight: 500
}

.c-modal--message .modal-body .icon {
    margin-bottom: 10px;
    fill: #3B5296
}

@media (min-width: 768px) {
    .c-modal .modal-header {
        padding: 30px 30px 0
    }

    .c-modal .modal-header .close {
        padding: 6px;
        margin: -6px -6px -6px auto
    }

    .c-modal .modal-header .close svg {
        display: block;
        width: 22px;
        height: 22px;
        fill: currentColor
    }

    .c-modal .modal-title {
        font-size: 2.2rem;
        margin-bottom: 30px
    }

    .c-modal .modal-body {
        padding: 0 30px 30px
    }

    .c-modal--message .modal-body {
        font-size: 1.6rem
    }

    .c-modal--message .modal-body .icon {
        margin-bottom: 15px
    }
}

.c-comment {
    position: relative;
    padding: 20px 15px;
    background-color: #f5f5f5
}

.c-comment__title {
    font-weight: 700;
    line-height: 1.2
}

.c-comment__date, .c-comment__position {
    font-size: 1.4rem;
    opacity: .5
}

.c-comment__position {
    margin-top: 2px
}

.c-comment__date {
    display: block;
    margin-bottom: 2px
}

.c-comment__body {
    margin-top: 7px
}

.c-comment__body > :last-child {
    margin-bottom: 0
}

.c-comment__rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px
}

.c-comment:before {
    content: "";
    display: block;
    position: absolute;
    left: 15px;
    bottom: 100%;
    border-bottom: 15px solid #f5f5f5;
    border-right: 40px solid transparent
}

.c-comment--nested {
    margin-left: 30px
}

.c-comment--nested:after {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    position: absolute;
    left: -30px;
    top: -5px;
    background: url(../../img/svg/reply.35b2040262.svg) no-repeat 50%;
    background-size: 100% auto
}

.c-comment + .c-comment {
    margin-top: 30px
}

.c-rating {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    padding-top: 8px
}

.c-rating input {
    display: none
}

.c-rating input:checked ~ label svg {
    fill: #000000
}

.c-rating svg {
    display: block;
    width: 30px;
    height: 30px;
    -webkit-transition: fill .3s;
    transition: fill .3s
}

.c-rating label {
    margin-bottom: 0;
    padding-left: 8px;
    cursor: pointer
}

.c-rating label:last-of-type {
    padding-left: 0
}

.c-rating label:hover svg, .c-rating label:hover ~ label svg {
    fill: #000000
}

@media (min-width: 768px) {
    .c-comment {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 25px 20px
    }

    .c-comment__heading {
        width: 140px;
        margin-right: 15px;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .c-comment__body {
        margin-top: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .c-comment--nested {
        margin-left: 80px
    }

    .c-comment--nested:after {
        width: 28px;
        height: 28px;
        top: -10px;
        left: -40px
    }
}

.c-notifications {
    position: fixed;
    top: 115px;
    right: 15px;
    width: 280px;
    z-index: 99;
    pointer-events: none;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0
}

.c-notifications__item {
    width: 100%;
    margin-bottom: 10px;
    -webkit-transition: .3s;
    transition: .3s;
    pointer-events: auto
}

.c-notifications__item-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #000;
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .15);
    box-shadow: 0 0 20px rgba(0, 0, 0, .15);
    overflow: hidden
}

.c-notifications__item-icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 60px;
    min-height: 50px;
    background-color: #3B5296
}

.c-notifications__item--danger .c-notifications__item-icon {
    background-color: #f2424f
}

.c-notifications__item-icon svg {
    fill: #fff
}

.c-notifications__item-message {
    -ms-flex-item-align: center;
    align-self: center;
    padding: 20px 25px;
    font-size: 1.2rem;
    font-weight: 500
}

.c-notifications__item.notifications-list-enter, .c-notifications__item.notifications-list-leave-active {
    opacity: 0;
    -webkit-transform: translateX(15px);
    transform: translateX(15px)
}

@media (max-width: 767.98px) {
    .c-notifications__item {
        position: absolute;
        top: 0;
        left: 0
    }

    .c-item__main .new, .c-product-item__main .new {
        font-size: 12px;
        opacity: 0.8;
    }

    .c-item__main .new, .c-product-item__main .old {
        font-size: 12px;
        opacity: 0.8;
    }
}

@media (min-width: 768px) {
    .c-notifications {
        top: 140px;
        right: 30px
    }

    .c-notifications__item-icon {
        width: 75px;
        min-height: 75px
    }

    .c-notifications__item-message {
        font-size: 1.4rem
    }

    .c-notifications__item.notifications-list-leave-active {
        position: absolute
    }
}

.u-m {
    margin: 30px
}

.u-mt {
    margin-top: 30px
}

.u-mb {
    margin-bottom: 30px
}

.u-ml {
    margin-left: 30px
}

.u-mr {
    margin-right: 30px
}

.u-p {
    padding: 30px
}

.u-pt {
    padding-top: 30px
}

.u-pb {
    padding-bottom: 30px
}

.u-pl {
    padding-left: 30px
}

.u-pr {
    padding-right: 30px
}

.u-m-0 {
    margin: 0
}

.u-mt-0 {
    margin-top: 0
}

.u-mb-0 {
    margin-bottom: 0
}

.u-ml-0 {
    margin-left: 0
}

.u-mr-0 {
    margin-right: 0
}

.u-p-0 {
    margin: 0
}

.u-pt-0 {
    margin-top: 0
}

.u-pb-0 {
    margin-bottom: 0
}

.u-pl-0 {
    margin-left: 0
}

.u-pr-0 {
    margin-right: 0
}

.u-m-xs {
    margin: 10px
}

.u-mt-xs {
    margin-top: 10px
}

.u-mb-xs {
    margin-bottom: 10px
}

.u-ml-xs {
    margin-left: 10px
}

.u-mr-xs {
    margin-right: 10px
}

.u-p-xs {
    margin: 10px
}

.u-pt-xs {
    margin-top: 10px
}

.u-pb-xs {
    margin-bottom: 10px
}

.u-pl-xs {
    margin-left: 10px
}

.u-pr-xs {
    margin-right: 10px
}

.u-m-sm {
    margin: 15px
}

.u-mt-sm {
    margin-top: 15px
}

.u-mb-sm {
    margin-bottom: 15px
}

.u-ml-sm {
    margin-left: 15px
}

.u-mr-sm {
    margin-right: 15px
}

.u-p-sm {
    margin: 15px
}

.u-pt-sm {
    margin-top: 15px
}

.u-pb-sm {
    margin-bottom: 15px
}

.u-pl-sm {
    margin-left: 15px
}

.u-pr-sm {
    margin-right: 15px
}

.u-m-md {
    margin: 45px
}

.u-mt-md {
    margin-top: 45px
}

.u-mb-md {
    margin-bottom: 45px
}

.u-ml-md {
    margin-left: 45px
}

.u-mr-md {
    margin-right: 45px
}

.u-p-md {
    margin: 45px
}

.u-pt-md {
    margin-top: 45px
}

.u-pb-md {
    margin-bottom: 45px
}

.u-pl-md {
    margin-left: 45px
}

.u-pr-md {
    margin-right: 45px
}

.u-m-lg {
    margin: 60px
}

.u-mt-lg {
    margin-top: 60px
}

.u-mb-lg {
    margin-bottom: 60px
}

.u-ml-lg {
    margin-left: 60px
}

.u-mr-lg {
    margin-right: 60px
}

.u-p-lg {
    margin: 60px
}

.u-pt-lg {
    margin-top: 60px
}

.u-pb-lg {
    margin-bottom: 60px
}

.u-pl-lg {
    margin-left: 60px
}

.u-pr-lg {
    margin-right: 60px
}

.u-normal {
    font-weight: 400
}

.u-medium {
    font-weight: 500
}

.u-semibold {
    font-weight: 600
}

.u-bold {
    font-weight: 700
}

.u-extrabold {
    font-weight: 800
}

.u-black {
    font-weight: 900
}

.u-dotted {
    border-bottom: 1px dotted #3B5296;
    text-decoration: none
}

.u-dotted:hover {
    border-bottom-color: transparent
}

.u-dotted-btn {
    padding: 0;
    background: none;
    border: none;
    color: #3B5296;
    border-bottom: 1px dotted #3B5296;
    cursor: pointer
}

.u-dotted-btn:hover {
    border-bottom-color: transparent
}

.u-dotted-btn svg {
    margin-bottom: 1px;
    vertical-align: middle;
    fill: currentColor
}

.u-solid {
    color: #000;
    border-bottom: 1px solid #3B5296;
    text-decoration: none
}

.u-solid:hover {
    border-bottom-color: transparent;
    color: #000
}

.btn-load {
    position: relative
}

.btn-load:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #3B5296;
    background-image: linear-gradient(45deg, rgba(69, 62, 225, .1) 25%, transparent 0, transparent 50%, rgba(69, 62, 225, .1) 0, rgba(69, 62, 225, .1) 75%, transparent 0, transparent);
    background-size: 40px 40px;
    visibility: hidden;
    opacity: 0;
    z-index: 1
}

.btn-load.is-loading {
    color: transparent !important;
    pointer-events: none
}

.btn-load.is-loading:after {
    visibility: visible;
    opacity: 1;
    -webkit-animation: f 1s linear infinite;
    animation: f 1s linear infinite
}

.u-load:not(.u-load--abs) {
    position: relative
}

.u-load:before {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: hsla(0, 0%, 100%, .8);
    -webkit-transition: .3s;
    transition: .3s
}

.u-load:after, .u-load:before {
    content: "";
    display: block;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    z-index: 1
}

.u-load:after {
    top: 50%;
    left: 50%;
    width: 80px;
    height: 44px;
    margin: -22px 0 0 -40px;
    background: url(../../img/svg/car.665a2219e5.svg) no-repeat 50%;
    background-size: 100% auto;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

.u-load.is-loading {
    min-height: 80px
}

.u-load.is-loading.u-load--md {
    min-height: 160px
}

.u-load.is-loading.u-load--lg {
    min-height: 240px
}

.u-load.is-loading.u-load--xl {
    min-height: 320px
}

.u-load.is-loading:before {
    opacity: 1
}

.u-load.is-loading:after, .u-load.is-loading:before {
    visibility: visible
}

.u-load.is-loading:after {
    -webkit-animation: e 2s infinite ease-in;
    animation: e 2s infinite ease-in
}

@-webkit-keyframes e {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
    10% {
        opacity: 0
    }
    50% {
        opacity: 1
    }
    90% {
        opacity: 0
    }
    to {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

@keyframes e {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
    10% {
        opacity: 0
    }
    50% {
        opacity: 1
    }
    90% {
        opacity: 0
    }
    to {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

@-webkit-keyframes f {
    0% {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

@keyframes f {
    0% {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

.c-map {
    height: 500px;
}

@media (min-width: 768px) {
    .c-map {
        margin-top: 60px
    }

    .o-block-heading {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 40px
    }

    .o-block-heading .title {
        margin-bottom: 0;
        margin-right: 20px;
        font-size: 28px
    }

    .o-block-heading--top {
        margin-top: 40px
    }

    .o-layout__sidebar-inner {
        padding: 30px;
        border: 1px solid #ddd;
        border-radius: 5px
    }

    .o-layout__close {
        display: none
    }

    .c-list-block {
        font-size: 0;
        margin: 60px -30px 20px
    }

    .c-list-block .item {
        display: inline-block;
        vertical-align: top;
        width: 50%;
        padding: 0 30px;
        margin-bottom: 40px;
        font-size: 14px
    }

    .c-list-tile .item {
        width: 25%
    }

    .c-grouplist__heading .edit {
        padding: 0;
        margin: 0
    }

    .c-grouplist__heading .edit span {
        display: block;
        margin-left: 10px
    }

    .c-grouplist__list .item {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center
    }

    .c-grouplist__list .title {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 145px;
        margin-bottom: 0;
        margin-right: 15px
    }

    .c-empty {
        min-height: 320px
    }
}


.left-banner-show {
    z-index: 1065;
    display: block;
    position: fixed;
    bottom: 50px;
    left: 110px;
    visibility: visible;
}

.left-banner-popup {
    background-color: white;

    border-radius: 10px;
    background-repeat: no-repeat;
    background-position: 50% 103%;
}

.left-popup-close {
    display: block;
    width: 26px;
    height: 26px;
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 0;
    background: none;
    border: none;
    /*color: #809fcf;*/
    color: #ffffff;
    /*background: #ffffff;*/
    background: #809fcf;
    border-radius: 25px;
    cursor: pointer;
}

.left-popup-close:after {
    content: "";
    display: block;
    width: 16px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -1px;
    margin-left: -8px;
    background-color: currentColor;
    -webkit-transform: rotate(
            135deg
    );
    transform: rotate(
            135deg
    );
}

.left-popup-close:before {
    content: "";
    display: block;
    width: 16px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -1px;
    margin-left: -8px;
    background-color: currentColor;
    -webkit-transform: rotate(
            45deg
    );
    transform: rotate(
            45deg
    );
}

.email-widget-bubble {
    bottom: 50px;
    left: 20px;
    background-color: #ff671f;
    /*background-image: url(data:image/svg+xml,%3Csvg width='44' height='45' viewBox='0 0 44 45' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_dd)'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M7.41675 34.6055V18.7892L6.68758 17.3514L5.22925 13.0378L7.41675 10.8811H12.5209L13.2501 10.1621L11.7917 5.84859L15.4376 2.9729L18.3542 4.41075L21.2709 10.1621H22.7292L25.6459 3.69182H29.2917L32.2084 6.56752L30.7501 10.8811H37.3126L38.7709 12.3189V15.9135L36.5834 18.0703V33.8866L34.3959 36.0434H33.6667H8.87508L7.41675 34.6055Z' fill='%23E25C1D'/%3E%3Cpath d='M36.4238 10.3418H32.2511C32.8963 9.49634 33.2793 8.44592 33.2793 7.30883C33.2793 4.52155 30.9793 2.25391 28.1523 2.25391C26.4494 2.25391 25.1938 2.85544 24.2006 4.14694C23.3696 5.22748 22.7621 6.73615 22 8.64233C21.2379 6.73608 20.6304 5.22748 19.7994 4.14694C18.8063 2.85544 17.5506 2.25391 15.8477 2.25391C13.0207 2.25391 10.7207 4.52155 10.7207 7.30883C10.7207 8.44592 11.1037 9.49634 11.7489 10.3418H7.57617C5.87997 10.3418 4.5 11.7024 4.5 13.3747V15.3967C4.5 16.7147 5.35729 17.8385 6.55078 18.2558V33.7293C6.55078 35.4016 7.93075 36.7622 9.62695 36.7622H34.373C36.0692 36.7622 37.4492 35.4016 37.4492 33.7293V18.2558C38.6427 17.8385 39.5 16.7147 39.5 15.3967V13.3747C39.5 11.7024 38.12 10.3418 36.4238 10.3418ZM23.8822 9.44808C25.453 5.51885 26.0502 4.27588 28.1523 4.27588C29.8485 4.27588 31.2285 5.63646 31.2285 7.30883C31.2285 8.98121 29.8485 10.3418 28.1523 10.3418H23.5235C23.6492 10.0307 23.769 9.73129 23.8822 9.44808ZM15.8477 4.27588C17.9498 4.27588 18.547 5.51885 20.1178 9.44808C20.231 9.73129 20.3508 10.0307 20.4765 10.3418H15.8477C14.1515 10.3418 12.7715 8.98121 12.7715 7.30883C12.7715 5.63646 14.1515 4.27588 15.8477 4.27588ZM17.8984 34.7402H9.62695C9.06155 34.7402 8.60156 34.2867 8.60156 33.7293V18.4297H17.8984V34.7402ZM17.8984 16.4077H7.57617C7.01077 16.4077 6.55078 15.9542 6.55078 15.3967V13.3747C6.55078 12.8173 7.01077 12.3638 7.57617 12.3638H17.8984V16.4077ZM24.0508 34.7402H19.9492V12.3638C20.1641 12.3638 22.8723 12.3638 24.0508 12.3638V34.7402ZM35.3984 33.7293C35.3984 34.2867 34.9384 34.7402 34.373 34.7402H26.1016V18.4297H35.3984V33.7293ZM37.4492 15.3967C37.4492 15.9542 36.9892 16.4077 36.4238 16.4077H26.1016V12.3638H36.4238C36.9892 12.3638 37.4492 12.8173 37.4492 13.3747V15.3967Z' fill='%23CAC2DE'/%3E%3Cpath d='M36.4238 10.3418H32.2511C32.8963 9.49634 33.2793 8.44592 33.2793 7.30883C33.2793 4.52155 30.9793 2.25391 28.1523 2.25391C26.4494 2.25391 25.1938 2.85544 24.2006 4.14694C23.3696 5.22748 22.7621 6.73615 22 8.64233C21.2379 6.73608 20.6304 5.22748 19.7994 4.14694C18.8063 2.85544 17.5506 2.25391 15.8477 2.25391C13.0207 2.25391 10.7207 4.52155 10.7207 7.30883C10.7207 8.44592 11.1037 9.49634 11.7489 10.3418H7.57617C5.87997 10.3418 4.5 11.7024 4.5 13.3747V15.3967C4.5 16.7147 5.35729 17.8385 6.55078 18.2558V33.7293C6.55078 35.4016 7.93075 36.7622 9.62695 36.7622H34.373C36.0692 36.7622 37.4492 35.4016 37.4492 33.7293V18.2558C38.6427 17.8385 39.5 16.7147 39.5 15.3967V13.3747C39.5 11.7024 38.12 10.3418 36.4238 10.3418ZM23.8822 9.44808C25.453 5.51885 26.0502 4.27588 28.1523 4.27588C29.8485 4.27588 31.2285 5.63646 31.2285 7.30883C31.2285 8.98121 29.8485 10.3418 28.1523 10.3418H23.5235C23.6492 10.0307 23.769 9.73129 23.8822 9.44808ZM15.8477 4.27588C17.9498 4.27588 18.547 5.51885 20.1178 9.44808C20.231 9.73129 20.3508 10.0307 20.4765 10.3418H15.8477C14.1515 10.3418 12.7715 8.98121 12.7715 7.30883C12.7715 5.63646 14.1515 4.27588 15.8477 4.27588ZM17.8984 34.7402H9.62695C9.06155 34.7402 8.60156 34.2867 8.60156 33.7293V18.4297H17.8984V34.7402ZM17.8984 16.4077H7.57617C7.01077 16.4077 6.55078 15.9542 6.55078 15.3967V13.3747C6.55078 12.8173 7.01077 12.3638 7.57617 12.3638H17.8984V16.4077ZM24.0508 34.7402H19.9492V12.3638C20.1641 12.3638 22.8723 12.3638 24.0508 12.3638V34.7402ZM35.3984 33.7293C35.3984 34.2867 34.9384 34.7402 34.373 34.7402H26.1016V18.4297H35.3984V33.7293ZM37.4492 15.3967C37.4492 15.9542 36.9892 16.4077 36.4238 16.4077H26.1016V12.3638H36.4238C36.9892 12.3638 37.4492 12.8173 37.4492 13.3747V15.3967Z' fill='url(%23paint0_linear)'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_dd' x='0.5' y='0.253906' width='43' height='44.5083' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0'/%3E%3CfeOffset dy='2'/%3E%3CfeGaussianBlur stdDeviation='2'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0'/%3E%3CfeOffset dy='4'/%3E%3CfeGaussianBlur stdDeviation='2'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.12 0'/%3E%3CfeBlend mode='normal' in2='effect1_dropShadow' result='effect2_dropShadow'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect2_dropShadow' result='shape'/%3E%3C/filter%3E%3ClinearGradient id='paint0_linear' x1='22' y1='2.25391' x2='22' y2='36.7622' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='white'/%3E%3C/linearGradient%3E%3CclipPath id='clip0'%3E%3Crect width='35' height='34.5083' fill='white' transform='translate(4.5 2.25391)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A);*/
    background-position: 50% 54%;
    background-repeat: no-repeat;
    cursor: pointer;
    width: 79px;
    height: 79px;
    border-radius: 50%;
    position: fixed;
    z-index: 97;
    display: none;
    overflow: hidden;
    transition: background-color 0.15s;
    /*box-shadow: 0 1px 6px rgb(0 0 0 / 35%);*/
    overflow: visible;

}

.widget_open {
    background-color: #fff;
    background-position: 50% 50%;
    background-size: 16px;
}

.pp-visible {
    display: block;
    background-color: #809fcf;
}

.close-banner-popup {
    display: flex;
    height: 95%;
    justify-content: center;
    align-items: center;

}

.popup-wrap {
    width: 400px;
    height: 220px;
    padding: 0;
    transition: top 1s, opacity 0.4s;
}

@media (max-width: 570px) {
    .popup-wrap {
        width: 200px;
        height: 100px;
    }

    .left-banner-show {
        bottom: 135px;
        left: 20px;
    }

    .email-widget-bubble {
        width: 62px;
        height: 62px;
        bottom: 64px;
    }
}

.popup-close {
    display: block;
    width: 32px;
    height: 32px;
    padding: 0;
    background: none;
    border: none;
    color: white;
    cursor: pointer;
}

.popup-close:after {
    content: "";
    display: block;
    width: 16px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -1px;
    margin-left: -8px;
    background-color: currentColor;
    -webkit-transform: rotate(
            135deg
    );
    transform: rotate(
            135deg
    );
}

.popup-close:before {
    content: "";
    display: block;
    width: 16px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -1px;
    margin-left: -8px;
    background-color: currentColor;
    -webkit-transform: rotate(
            45deg
    );
    transform: rotate(
            45deg
    );
}


#promo-web {
    display: block;
}

#promo-mobile {
    display: none;
}

@media screen and (max-width: 991px) {
    #promo-web {
        display: none;
    }

    #promo-mobile {
        display: block;
    }
}

@media screen and (max-width: 991px) {
    .promo-card {
        width: 250px;
    }

    .promo-block {
        flex-direction: row;
        display: flex;
        zoom: 1;
    }

    .promo-mobile {
        position: relative;
        width: 90%;
        padding-top: 25px;
        margin: auto;
    }

    .prev-but {
        width: 30px;
        display: -webkit-box;
        transform: rotate(180deg);
        left: -15px;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        top: 45%;
        margin-top: -20px;
        background: none;
        border: none;
        padding: 0;
        z-index: 1;
        cursor: pointer;
    }

    .c-product__info .price .new {
        font-size: 1.8rem;
        font-weight: 800;
        line-height: 1.3
    }

    .c-product__info .price .old {
        font-size: 1.8rem;
        color: #c9c9c9;
        font-weight: 800;
        text-decoration: line-through
    }
}

@media screen and (max-width: 576px) {
    .promo-card {
        width: 150px;
    }

    .promo-block {
        flex-direction: row;
        display: flex;
        zoom: 0.75;
    }

    .promo-mobile {
        position: relative;
        width: 90%;
        padding-top: 25px;
        margin: auto;
    }

    .prev-but {
        width: 30px;
        display: -webkit-box;
        transform: rotate(180deg);
        left: -15px;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        top: 45%;
        margin-top: -20px;
        background: none;
        border: none;
        padding: 0;
        z-index: 1;
        cursor: pointer;
    }

    .c-product__info .price .new {
        font-size: 1.8rem;
        font-weight: 800;
        line-height: 1.3
    }

    .c-product__info .price .old {
        font-size: 1.8rem;
        color: #c9c9c9;
        font-weight: 800;
        text-decoration: line-through
    }
}

.next-button {
    width: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    right: -25px;
    position: absolute;
    top: 45%;
    margin-top: -20px;
    background: none;
    border: none;
    padding: 0;
    z-index: 1;
    cursor: pointer;
}


.method-block {
    display: flex;
    flex-direction: row;
    width: 80%;
    justify-content: space-between;
}

.method-input {
    width: 60%;
}

.method-select {
    display: block !important;
    padding: 1px;
    width: 90px;
    border: none;
    border-bottom: 3px solid #3B5296;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    background-color: white;
}

.method-select option {
    border: none;
    padding: 5px;
    height: 25px;
    font-weight: 400;
    font-size: 14px;
    cursor: pointer;
}

.method-label {
    font-weight: 800;
    font-size: 14px;
    padding-left: 30px;
    color: #3B5296;
    white-space: nowrap;
}

.credit-info {
    padding-top: 30px;
    border-top: 2px solid #3B5296;
    margin-top: 30px;
}

.credit-span {
    font-weight: 600;
    font-size: 14px;
}

.credit-popup-info {
    padding: 15px;
    position: absolute;
    display: none;
    max-width: 80%;
    left: 10%;
    /* width: 200px; */
    left: 10%;
    line-height: 2.4rem;
    color: white;
    border-radius: .7rem;
    background: #809fcf !important;
    z-index: 3;
    transform: translateY(1rem);
    transition: transform .3s ease-in-out;
    overflow: hidden;
    text-align: center;
}

.credit-popup-title {
    margin-bottom: 5px;
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1.5;
}

.credit-popup-text {
    font-size: 1.2rem;
}

.privat-credit-img {
    width: 50px !important;
    height: 40px !important;
    margin-top: 20px;
    cursor: pointer
}

@media (max-width: 768px) {
    .credit-popup-text {
        font-size: 0.8rem;
    }

    .credit-popup-title {
        font-size: 1rem;
        font-weight: 600;
        line-height: 1.5;
    }

    .privat-credit-img {
        width: 30px !important;
        height: 25px !important;
    }

    .credit-popup-info {
        line-height: 1.4rem;
    }

    .parts-method-info {
        width: 100px;
    }

    .privat-credit-method-img {
        margin-left: 5px;
    }

}


.parts-method-info {
    width: 200px;
    left: inherit;
}

.privat-credit-method-img {
    margin-top: 0px;
    margin-left: 10px;
}

.diller-form {
    padding-right: 60px;
    padding-left: 60px;
    padding-top: 30px;
    background: #ffffff;
}


.presentation-form {
    margin: 40px 60px;
    background: #E1E0DE;
}

.diller-input {
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.presentation-input {
    border: 1px solid transparent;
}

.diller-form-face-p {
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
    padding: 15px;
    border: 6px solid #ffffff;
    width: 550px;
    text-align: center;
    font-size: 2.2rem;
}

.form-submit-button {
    width: 100%;
    background-color: #2a508e;
    color: white;
    min-width: 220px;
}

.diller-data {
    padding-left: 0px;
    padding-top: 30px;
}


.categories-main {
    margin-left: 60px;
    margin-right: 60px;
    padding-top: 60px;
}

.categories-title {
    font-size: 48px;
    line-height: 64px;
    font-weight: bold;
}

.categories-content {
    display: flex;
    justify-content: center;
}

.categories-item {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 40px;
    text-align: center;
}

.sorting-select {
    display: block !important;
    margin-left: auto;
    margin-right: 60px;
    width: 130px;
    height: 30px;
    font-size: 16px;
    /*border: none;*/
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #1d1f21;
    border: 1px solid #bbb;
    border-radius: 3px;
    border: none;
}

.sorting-select .v-select .dropdown-toggle {
    border: none;
}

.sorting-select .md-select-icon {
    display: none;
}

.c-catalog-tools__item {
    margin-left: auto;
    margin-right: 60px;
}

/*======================================
  Selectric v1.13.0
======================================*/
.selectric-wrapper {
    position: relative;
    cursor: pointer;
}

.selectric-responsive {
    width: 100%;
}

.selectric {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    /*padding: 11px 15px;*/
    color: #1d1f21;
    border: none;
    border-radius: 3px;
}

.selectric:hover .button {
    opacity: 1;
}

.c-banner .selectric,
.c-product__heading .selectric,
.c-cart .selectric {
    padding-top: 8px;
    padding-bottom: 8px;
}

.selectric .label {
    display: block;
    padding: 0;
    font-size: 16px;
    font-weight: normal;
    color: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: 0.3s;
}

.selectric .button {
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 8px;
    height: 4px;
    margin-left: 10px;

    background-size: 100%;
    font-size: 0;
    opacity: .4;
    transition: 0.3s;
}

.selectric-open {
    z-index: 9;
}

.selectric-open .selectric-items {
    display: block;
}

.selectric-disabled {
    filter: alpha(opacity=50);
    opacity: 0.5;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.selectric-hide-select {
    position: relative;
    overflow: hidden;
    width: 0;
    height: 0;
}

.selectric-hide-select select {
    position: absolute;
    left: -100%;
}

.selectric-hide-select.selectric-is-native {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.selectric-hide-select.selectric-is-native select {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    border: none;
    z-index: 1;
    box-sizing: border-box;
    opacity: 0;
}

.selectric-input {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 1px !important;
    height: 1px !important;
    outline: none !important;
    border: none !important;
    *font: NaN a !important;
    background: none !important;
}

.selectric-temp-show {
    position: absolute !important;
    visibility: hidden !important;
    display: block !important;
}

/* Items box */
.selectric-items {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 10px;
    background: #fff;
    z-index: -1;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.25);
    min-width: 100px;
}

.selectric-items .selectric-scroll {
    height: 100%;
    overflow: hidden;
}

.selectric-above .selectric-items {
    top: auto;
    bottom: 100%;
}

.selectric-items ul,
.selectric-items li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.selectric-items li {
    display: block;
    padding: 5px 15px;
    color: #282a2e;
    cursor: pointer;
}

.selectric-items li.highlighted {
    background: #F1F1F1;
}

.selectric-items li:hover {
    background: #F1F1F1;
}

.selectric-items li.selected {
    color: #fff;
    background: #2A508E;
}

.selectric-items .disabled {
    opacity: 0.5;
    cursor: not-allowed !important;
    background-color: #bbb !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.selectric-items .selectric-group .selectric-group-label {
    font-weight: bold;
    padding-left: 10px;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: none;
    color: #444;
}

.selectric-items .selectric-group.disabled li {
    filter: alpha(opacity=100);
    opacity: 1;
}

.selectric-items .selectric-group li {
    padding-left: 25px;
}

.sorting-items {
    display: flex;
}

.form-price {
    border-bottom: 1px solid #ddd;
    text-align: center;
}

.from-label {
    padding-right: 15px;
}

.to-label {
    padding-right: 15px;
    padding-left: 15px;
}

.cart-count {
    position: absolute;
    top: 29px;
    left: 8px;
    width: 23px;
    background: #3B5296;
    text-align: center;
    color: #ffffff;
}

.cart-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 24px;
}

.buy-button {
    /*width: 50px;*/
}

.cart-buy-button {
    width: 50px !important;
    height: 50px;
    margin-left: 24px;
    background-color: #3B5296;
    border: none;
}

.cart-buy-button:hover {
    cursor: pointer;
    background-color: #453ee1;
}


.quick-button {
    width: auto;
    height: 50px;
    color: #3B5296;
    cursor: pointer;
    background: #FFFFFF;
    border: 1px solid #3B5296;
    font-size: 16px;
    padding-left: 10px;
    padding-right: 10px;
}

.quick-button:hover {
    background-color: #453ee1;
    color: #ffffff;
}

.preorder-button {
    width: auto;
    height: 50px;
    color: #3B5296;
    cursor: pointer;
    background: #FFFFFF;
    border: 1px solid #3B5296;
    font-size: 16px;
    padding-left: 10px;
    padding-right: 10px;
}

.presentation-success-message {
    display: none;
    text-align: center;
    font-size: 18px;
    color: #2a508e;
    padding-bottom: 15px;
    padding-top: 10px;
    font-weight: 600;
}

/* calculator block */
/* calculator block */
/* calculator block */
/* calculator block */


.calculator-main {
    margin-left: 60px;
    margin-right: 60px;
    padding-top: 60px;
}

.calculator-title {
    font-size: 48px;
    line-height: 64px;
    padding-bottom: 25px;
    font-weight: bold;
}

.calculator-content {
    display: flex;
    justify-content: center;
}


.calculator-item {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 20px;
    text-align: center;
}

.calculator-items-width {
    max-width: 25%;
}

.calculator-items {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

@media (max-width: 1642px) {
    .calculator-items-width {
        max-width: 25%;
    }

    .calculator-items {
        justify-content: center;
    }
}

@media (max-width: 1224px) {
    .calculator-items-width {
        max-width: 50%;
    }

    .calculator-items {
        justify-content: space-around;
    }
}

@media (max-width: 991px) {
    .calculator-items-width {
        max-width: 50%;
    }

    .calculator-items {
        justify-content: center;
    }
}

@media (max-width: 524px) {
    .calculator-items-width {
        max-width: 100%;
    }

    .calculator-items {
        justify-content: center;
    }
}

.calculator-description {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 25px;
    padding-bottom: 15px;
    width: 100%;
    min-height: 72px;
}


.calculator-left {
    font-size: 36px;
    line-height: 24px;
    font-weight: 400;
}

.calculator-right {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    padding-top: 15px;
}

.calculator-price {
    font-size: 22px;
    line-height: 32px;
}

.calculator-complex {
    font-size: 14px;
    line-height: 18px;
    color: #0a0a0a;
    opacity: 0.7;
    text-align: left;
}

.calculator-info {
    display: flex;
    flex-direction: column;
    padding-top: 25px;
    border-bottom: 1px solid #ddd;
    width: 100%;
    border-top: 1px solid #ddd;
    min-height: 180px;
}

.calculator-prices {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    font-size: 18px;
    line-height: 24px;
    padding-top: 15px;
}

.calculator-prices-next {
    padding-top: 0px;
}

.calculator-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    padding-top: 25px;
    align-items: center;
}

.open-form-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /*padding: 13px 25px;*/
    color: white;
    background-color: #3B5296;
    border: 1px solid #000;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    cursor: pointer;
    width: 45%;
}

.js-calculator-btn {
    height: 110px;
    margin-top: 50px;
}

.custom-center {
    margin: 10% 25% !important;
}

@media (max-width: 1224px) {
    .custom-center {
        margin: 10% 15% !important;
    }
}

@media (max-width: 764px) {
    .custom-center {
        margin: 10% 5% !important;
    }
}

.h2-banner-header {
    display: flex;
    padding-left: 120px;
    font-size: 32px;
    font-weight: bold;
    color: #000000;
    min-height: 290px;
    align-items: center;
}

.h2-banner-image {
    display: flex;
    font-size: 32px;
    font-weight: bold;
    color: #000000;
    min-height: 290px;
    align-items: center;
}

.h2-image {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.h2-banner-row {
    height: 100%;
}

@media (max-width: 340px) {
    .h2-banner-header {
        padding-left: 2%;

        font-size: 24px;
    }
}

@media (max-width: 764px) {
    .h2-image {
        margin: auto;
    }

    .h2-banner-header {
        padding-left: 5%;
    }

    .h2-banner-row {
        margin: auto;
    }
}

.calc-arrow {
    width: 100px;
    height: 18px;
    padding-left: 10px;
}


@media (max-width: 1720px) {
    .calc-arrow {
        width: 70px;
        height: 18px;
        padding-left: 10px;

    }
}

@media (max-width: 1640px) {
    .calc-arrow {
        width: 40px;
        height: 18px;
        padding-left: 10px;

    }
}

@media (max-width: 1510px) {
    .calc-arrow {
        display: none;
        width: 40px;
        height: 18px;
        padding-left: 10px;
    }

    .open-form-button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: flex-start;
        /*padding: 13px 25px;*/
        color: white;
        background-color: #3B5296;
        border: 1px solid #000;
        font-weight: 400;
        font-size: 14px;
        line-height: 19px;
        cursor: pointer;
        padding-left: 4%;
        width: 45%;
    }
}

@media (max-width: 1224px) {

    .open-form-button {
        min-width: 110px;
    }
}

@media (max-width: 575px) {
    .calc-arrow {
        width: 70px;
        height: 18px;
        padding-left: 10px;

    }
}

/* calculator block */
/* calculator block */
/* calculator block */
/* calculator block */

.footer-phone {
    text-decoration: none;
    color: #000000;;
}

.slick-prev-related {
    width: 45px;
    transform: rotate(180deg);
    left: 0px;
    display: flex;
    position: absolute;
    margin-top: 200px;
    background: none;
    border: none;
    padding: 0px;
    z-index: 1;
    cursor: pointer;
}

.slick-next-related {
    width: 45px;
    transform: rotate(0deg);
    right: 0px;
    display: flex;
    position: absolute;
    margin-top: 200px;
    background: none;
    border: none;
    padding: 0px;
    z-index: 1;
    cursor: pointer;
}

.slick-prev-viewed {
    width: 45px;
    transform: rotate(180deg);
    left: 0px;
    display: flex;
    position: absolute;
    margin-top: 200px;
    background: none;
    border: none;
    padding: 0px;
    z-index: 1;
    cursor: pointer;
}

.slick-next-viewed {
    width: 45px;
    transform: rotate(0deg);
    right: 0px;
    display: flex;
    position: absolute;
    margin-top: 200px;
    background: none;
    border: none;
    padding: 0px;
    z-index: 1;
    cursor: pointer;
}

.categories-item-title {
    font-size: 22px;
    color: black;
    line-height: 32px;
}

.c-banner__links .link:hover {
    color: #3B5296
}

.c-banner__tel-link:hover {
    color: #3B5296
}

.h2-label {
    padding-left: 20px;
    font-size: 18px;
    line-height: 40px;
    font-weight: 600;
}

.h2-banner-textblock {
    display: flex;
    flex-direction: column;
    text-align: start;
    align-items: baseline;
    justify-content: center;
    padding-left: 4%;
}

.feedback-data-inputs {
    display: flex;
    flex-direction: row;
}

.feedback-time {
    padding-left: 25px;
    width: 100%;
}

@media (max-width: 1567px) {
    .feedback-data-inputs {
        display: flex;
        flex-direction: column;
    }

    .feedback-time {
        padding-left: 0px;
        width: 100%;
    }
}

.product-promo-card {
    margin-bottom: 0px;
    width: 45%;
    max-width: 340px;
    margin-left: 20px;
}

.product-promo-plus {
    width: 28px;
    height: 28px;
    margin: auto;
}

@media (max-width: 1490px) {
    .product-promo-card {
        width: 40%;
    }

}

@media (max-width: 1220px ) {
    .product-promo-plus {
        margin-right: 0px;
        margin-left: 0px;
    }
}

@media (max-width: 788px) {
    .product-promo-card {
        width: 35%;
    }

    .product-promo-plus {
        margin: auto;
    }
}

@media (max-width: 754px) {
    .product-promo-card {
        width: 60%;
        margin: auto;
    }
}

.main-slider-image {
    display: flex;
    justify-content: center;
}

@media (min-width: 768px) and (max-width: 869px) {
    .main-slider-image {
        display: flex;
        justify-content: flex-start;
    }
}


.show-more-items {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 10px;
    padding-right: 25px;
}

.show-more-button {
    display: flex;
    align-items: center;
    color: #000000;
    background: transparent;
    border: none;
    font-size: 15px;
    padding-right: 30px;
    font-weight: 600;
    cursor: pointer;
}

.promo-prices {
    /* margin: auto; */
    DISPLAY: FLEX;
    WIDTH: 100%;
    JUSTIFY-CONTENT: CENTER;
    PADDING-TOP: 15PX;
    PADDING-BOTTOM: 15PX;
}

.promotion-items {
    display: flex;
    justify-content: center;
}

.promotion-item-second {
    margin: auto;
}

.combo-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.list-group-items {
    display: flex;
    flex-direction: column;

}

.c-collections {
    min-height: 640px;
}

@media (min-width: 210px) {
    .c-list__collection {
        width: 50%
    }
}
@media (min-width: 576px) {
    .c-list__collection {
        width: 33.3334%
    }
}

@media (min-width: 992px) {
    .c-list__collection {
        width: 25%
    }
}

@media (min-width: 1440px) {
    .c-list__collection {
        width: 20%
    }
}

.group-description {
    font-size: 16px;
    margin: 10px auto;
    font-weight: 500;
}

.product-promo-group {
    width: 100%;
    max-width: 100%;

}

.product-promo-group-items {
    display: flex;
    align-items: center;
}

@media (max-width: 767px) {
    .group-im {
        margin: auto;
        padding-bottom: 25px;
    }
}

.c-collections {
    min-height: 640px;
}

@media (max-width: 576px) {

    .c-product__delivery {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.c-bottom-links {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 16px;
}

.c-bottom-links > a {
    color: #000;
    font-weight: 600;
}

.static-pages-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    flex-wrap: wrap;
}


.slick-prev-combo, .slick-prev-combo-second, .slick-prev-group, .slick-prev-group-second {
    width: 45px;
    transform: rotate(180deg);
    left: 0px;
    display: block;
    position: absolute;
    margin-top: 200px;
    background: none;
    border: none;
    padding: 0px;
    z-index: 1;
    cursor: pointer;
}

.slick-next-combo, .slick-next-combo-second, .slick-next-group, .slick-next-group-second {
    width: 45px;
    transform: rotate(0deg);
    right: 0px;
    display: block;
    position: absolute;
    margin-top: 200px;
    background: none;
    border: none;
    padding: 0px;
    z-index: 1;
    cursor: pointer;
}


.slider-combo-second, .slider-group-second {
    margin-top: 60px;
}

.promotion-items {
    display: flex;
    justify-content: center;
    min-height: 420px;
    overflow: hidden;
}

.comments-item-content {
    font-size: 2.4rem;
    color: black;
}

.comments-item-main {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.comments-item-content {
    text-decoration: none;
    font-weight: bold;
}

.comments-item-description {
    color: black;
}

.comments-item-stars {
    display: flex;
    padding-top: 25px;
}

.slick-prev-comments {
    width: 45px;
    transform: rotate(180deg);
    left: 0px;
    display: block;
    position: absolute;
    margin-top: 200px;
    background: none;
    border: none;
    padding: 0px;
    z-index: 1;
    cursor: pointer;
}

.slick-next-comments {
    width: 45px;
    transform: rotate(0deg);
    right: 0px;
    display: block;
    position: absolute;
    margin-top: 200px;
    background: none;
    border: none;
    padding: 0px;
    z-index: 1;
    cursor: pointer;
}

.comments-item-content {
    font-size: 2.4rem;
    color: black
}
@media (max-width: 768px) {
    .slick-prev-combo, .slick-prev-combo-second, .slick-prev-group, .slick-prev-group-second, .slick-prev-comments {
        width: 30px;
        margin-top: 25% !important;

    }

    .slick-next-combo, .slick-next-combo-second, .slick-next-group, .slick-next-group-second, .slick-next-comments {
        width: 30px;
        margin-top: 25% !important;
    }
    .comments-item-content {
        font-size: 1.8rem!important;
    }
    .c-comment__body {
        font-size: 1.4rem;
    }
    .comments-item-main {
        margin-left: 10px;
    }
}
.c-category-link:hover {
    text-decoration: underline !important;
}
