@import url(https://fonts.googleapis.com/css?family=Lato:400,500,700,900|Montserrat:400,500,600&display=swap);

.owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(../libs/OwlCarousel/dist/assets/owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.custom-select {
    position: relative
}

.custom-select__option {
    overflow: hidden;
    box-sizing: border-box;
    display: block;
    width: 100%;
    padding: 0;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    font-family: inherit;
    white-space: nowrap;
    text-align: left;
    text-overflow: ellipsis;
    cursor: pointer;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-select__option-wrap {
    position: relative
}

.custom-select__input {
    box-sizing: border-box;
    display: block;
    width: 100%;
    padding: 0;
    border-width: 1px 0;
    border-style: solid;
    border-radius: 0;
    font-family: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-select__dropdown {
    position: absolute;
    box-sizing: border-box;
    width: 100%;
    top: 100%;
    left: 0
}

.custom-select--dropup .custom-select__dropdown {
    top: auto;
    bottom: 100%
}

.custom-select__option {
    position: relative;
    padding: .375rem .75rem;
    font-size: 1rem;
    color: #212121;
    line-height: 1.5
}

.custom-select__option:focus {
    outline: 0
}

.custom-select__option:focus, .custom-select__option:hover {
    background-color: #f9f9f9
}

.custom-select__option--value {
    padding: 0 40px 0 15px;
    background-color: #fff;
    border: none;
    border-radius: 4px;
    height: 40px
}

.custom-select__option--value::after {
    position: absolute;
    box-sizing: border-box;
    width: 0;
    height: 0;
    top: 50%;
    right: .75rem;
    border-width: .3rem;
    border-bottom-width: 0;
    border-style: solid;
    border-color: currentColor transparent;
    transform: translateY(-50%);
    content: ""
}

.custom-select--active .custom-select__option--value::after {
    transform: translateY(-50%) rotate(-180deg)
}

.custom-select--active .custom-select__option--value {
    border-bottom-color: transparent;
    border-radius: .25rem .25rem 0 0
}

.custom-select--active .custom-select__option--value:focus, .custom-select--active .custom-select__option--value:hover {
    background-color: #fff
}

.custom-select--dropup.custom-select--active .custom-select__option--value {
    border-top-color: transparent;
    border-bottom-color: #e6e6e6;
    border-radius: 0 0 .25rem .25rem
}

.custom-select__option--selected {
    background-color: #fcfcfc
}

.custom-select__option[disabled] {
    color: #a1a1a1;
    cursor: default
}

.custom-select__option[disabled]:focus, .custom-select__option[disabled]:hover {
    background-color: transparent
}

.custom-select__option-wrap {
    overflow-y: auto;
    max-height: 11.25rem
}

.custom-select__option-wrap::-webkit-scrollbar {
    width: 16px
}

.custom-select__option-wrap::-webkit-scrollbar-thumb {
    background-color: #e6e6e6;
    background-clip: padding-box;
    border-width: 0 4px;
    border-style: solid;
    border-color: transparent
}

.custom-select__input {
    position: relative;
    z-index: 1;
    height: 2.25rem;
    margin-top: -1px;
    padding: 0 .75rem;
    border-color: #e6e6e6;
    transform: translateY(1px);
    font-size: 1rem;
    color: #212121
}

.custom-select__input:focus {
    outline: 0
}

.custom-select--dropup .custom-select__input {
    border-top-width: 0;
    margin-top: 0;
    transform: translateY(0)
}

.custom-select__dropdown {
    overflow: hidden;
    z-index: 1;
    top: calc(100% - 1px);
    background-color: #fff;
    border-width: 0 1px 1px;
    border-style: solid;
    border-color: #e6e6e6;
    border-radius: 0 0 .25rem .25rem
}

.custom-select--dropup .custom-select__dropdown {
    bottom: calc(100% - 1px);
    border-width: 1px 1px 0;
    border-radius: .25rem .25rem 0 0
}

*, ::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: transparent
}

@-ms-viewport {
    width: device-width
}

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    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 {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol, ol ul, ul ol, ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

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 {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none
}

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: monospace, 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: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem;
    font-weight: bold;
}

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;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

[type=search]::-webkit-search-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
}

@-ms-viewport {
    width: device-width
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-overflow-style: scrollbar
}

*, ::after, ::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@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: 1230px) {
    .container {
        max-width: 1200px
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters > .col, .no-gutters > [class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

.col-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.col-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.col-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.col-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.col-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.col-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.col-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.col-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13
}

.order-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -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 {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-sm-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-sm-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-sm-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-sm-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-sm-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-sm-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-sm-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-sm-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-sm-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1
    }

    .order-sm-last {
        -webkit-box-ordinal-group: 14;
        -webkit-order: 13;
        -ms-flex-order: 13;
        order: 13
    }

    .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0
    }

    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }

    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3
    }

    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4
    }

    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5
    }

    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6
    }

    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7
    }

    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -webkit-order: 8;
        -ms-flex-order: 8;
        order: 8
    }

    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -webkit-order: 9;
        -ms-flex-order: 9;
        order: 9
    }

    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10
    }

    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -webkit-order: 11;
        -ms-flex-order: 11;
        order: 11
    }

    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -webkit-order: 12;
        -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 {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-md-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-md-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-md-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-md-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-md-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-md-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-md-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-md-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1
    }

    .order-md-last {
        -webkit-box-ordinal-group: 14;
        -webkit-order: 13;
        -ms-flex-order: 13;
        order: 13
    }

    .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0
    }

    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }

    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3
    }

    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4
    }

    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5
    }

    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6
    }

    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7
    }

    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -webkit-order: 8;
        -ms-flex-order: 8;
        order: 8
    }

    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -webkit-order: 9;
        -ms-flex-order: 9;
        order: 9
    }

    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10
    }

    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -webkit-order: 11;
        -ms-flex-order: 11;
        order: 11
    }

    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -webkit-order: 12;
        -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 {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-lg-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-lg-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-lg-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-lg-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-lg-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-lg-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-lg-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-lg-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-lg-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1
    }

    .order-lg-last {
        -webkit-box-ordinal-group: 14;
        -webkit-order: 13;
        -ms-flex-order: 13;
        order: 13
    }

    .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0
    }

    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }

    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3
    }

    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4
    }

    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5
    }

    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6
    }

    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7
    }

    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -webkit-order: 8;
        -ms-flex-order: 8;
        order: 8
    }

    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -webkit-order: 9;
        -ms-flex-order: 9;
        order: 9
    }

    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10
    }

    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -webkit-order: 11;
        -ms-flex-order: 11;
        order: 11
    }

    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -webkit-order: 12;
        -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: 1230px) {
    .col-xl {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-xl-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-xl-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xl-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-xl-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-xl-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-xl-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-xl-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-xl-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-xl-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1
    }

    .order-xl-last {
        -webkit-box-ordinal-group: 14;
        -webkit-order: 13;
        -ms-flex-order: 13;
        order: 13
    }

    .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0
    }

    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }

    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3
    }

    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4
    }

    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5
    }

    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6
    }

    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7
    }

    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -webkit-order: 8;
        -ms-flex-order: 8;
        order: 8
    }

    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -webkit-order: 9;
        -ms-flex-order: 9;
        order: 9
    }

    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10
    }

    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -webkit-order: 11;
        -ms-flex-order: 11;
        order: 11
    }

    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -webkit-order: 12;
        -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%
    }
}

.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: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !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: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !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: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !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: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width: 1230px) {
    .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: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !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: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-print-inline-flex {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

.flex-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.flex-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

.justify-content-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.align-items-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.align-content-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.align-content-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.align-content-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.align-self-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important
}

.align-self-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.align-self-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.align-self-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important
}

.align-self-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.align-self-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
}

@media (min-width: 576px) {
    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: row-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;
        -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .justify-content-sm-start {
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-sm-start {
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-sm-end {
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-sm-center {
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-sm-start {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-sm-end {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-sm-center {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-sm-between {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-sm-around {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-sm-auto {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-sm-start {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-sm-end {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-sm-center {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-sm-baseline {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: row-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;
        -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .justify-content-md-start {
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-md-around {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-md-start {
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-md-end {
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-md-center {
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-md-start {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-md-end {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-md-center {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-md-between {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-md-around {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-md-stretch {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-md-auto {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-md-start {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-md-end {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-md-center {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-md-baseline {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-md-stretch {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: row-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;
        -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-lg-start {
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-lg-end {
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-lg-center {
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-lg-start {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-lg-end {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-lg-center {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-lg-between {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-lg-around {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-lg-auto {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-lg-start {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-lg-end {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-lg-center {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-lg-baseline {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 1230px) {
    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: row-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;
        -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-xl-start {
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-xl-end {
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-xl-center {
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-xl-start {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-xl-end {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-xl-center {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-xl-between {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-xl-around {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-xl-auto {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-xl-start {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-xl-end {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-xl-center {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-xl-baseline {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

::-webkit-input-placeholder {
    color: #000
}

::-moz-placeholder {
    color: #000
}

:-ms-input-placeholder {
    color: #000
}

::-ms-input-placeholder {
    color: #000
}

::placeholder {
    color: #000
}

::-moz-selection {
    background-color: #f08423;
    color: #fff
}

::selection {
    background-color: #f08423;
    color: #fff
}

html {
    -webkit-text-size-adjust: none
}

body, html {
    min-height: 100vh
}

body {
    background: #f7f8fa;
    font-size: 13px;
    min-width: 320px;
    position: relative;
    line-height: 1.6;
    font-family: Montserrat, sans-serif;
    color: #333;
    padding-top: 120px
}

b, h1, h2, h3, h4, h5, h6, strong {
    font-weight: 700
}

h2 {
    text-align: center;
    text-transform: uppercase;
    font-family: Lato, sans-serif;
    font-weight: 900;
    color: #383d4d;
    font-size: 35px;
    line-height: 54px;
    margin-bottom: 60px;
    letter-spacing: .05em
}

a, button, input {
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

a:focus, button:focus, input:focus, select:focus, textarea:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

input {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

a {
    color: #333
}

a:hover {
    color: #f08423;
    text-decoration: none
}

button, input[type=submit] {
    cursor: pointer
}

ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.container-fluid {
    max-width: 1440px
}

.header {
    background: #333;
    color: #fff;
    font-size: 12px;
    padding: 10px 0;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 10
}

.header-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header-in {
    width: -webkit-calc(100% - 160px);
    width: calc(100% - 160px);
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.header-toggle {
    position: relative;
    height: 19px;
    width: 29px;
    background: 0 0;
    border: none;
    padding: 0
}

.header-toggle span, .header-toggle:after, .header-toggle:before {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.header-toggle:after, .header-toggle:before {
    content: ''
}

.header-toggle:before {
    top: 0
}

.header-toggle:after {
    bottom: 0
}

.header-toggle span {
    top: 8px
}

.header-toggle.active span, .header-toggle.active:after, .header-toggle.active:before, .header-toggle:hover span, .header-toggle:hover:after, .header-toggle:hover:before {
    background: #f08423
}

.header-toggle.active:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 8px
}

.header-toggle.active:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 9px
}

.header-toggle.active span {
    opacity: 0
}

.header .logo {
    width: 110px;
    margin-right: 50px
}

.header .menu {
    margin-right: 30px
}

.header a {
    color: inherit
}

.header a:hover {
    color: #f08423
}

.back {
    position: fixed;
    z-index: 9;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    display: none
}

.back.active {
    display: block
}

.menu {
    font-size: 12px;
    position: relative;
    z-index: 2
}

.menu > ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.menu > ul > li:not(:last-child) {
    margin-right: 40px
}

.menu > ul > li.folder {
    position: relative
}

.menu > ul > li.folder > a {
    padding-right: 13px;
    position: relative
}

.menu > ul > li.folder > a:after {
    content: '';
    position: absolute;
    right: 0;
    top: -webkit-calc(50% - 1px);
    top: calc(50% - 1px);
    width: 6px;
    height: 4px;
    background: url(../img/chevron-bottom-white.svg) center no-repeat;
    background-size: cover;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.menu > ul > li.folder > a.open:after {
    -webkit-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    transform: scaleY(-1)
}

.menu > ul > li.folder:hover > a:after {
    background-image: url(../img/chevron-bottom-orange.svg)
}

.menu > ul > li.folder ul {
    display: none;
    background: #333;
    position: absolute;
    top: 100%;
    left: -15px;
    white-space: nowrap;
    padding: 12px 15px
}

.menu > ul > li.folder ul li:not(:last-child) {
    margin-bottom: 3px
}

.menu > ul a {
    display: block
}

.logo a, .logo img {
    display: block
}

.logo img {
    max-width: 100%
}

.search {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.search.active .search-open {
    background-image: url(../img/x-white.svg);
    background-size: 16px
}

.search.active form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: #333
}

.search.active form input {
    height: 100%
}

.search-open {
    width: 40px;
    height: 40px;
    background: url(../img/loupe.svg) center no-repeat;
    border: none;
    padding: 0;
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}

.search form {
    display: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
    border-bottom: 1px solid #fff;
    color: #fff;
    width: 356px
}

.search form input {
    border: none
}

.search form input:not([type=submit]) {
    background: 0 0;
    padding: 0 10px 0 0;
    color: #fff;
    width: -webkit-calc(100% - 16px);
    width: calc(100% - 16px)
}

.search form input[type=submit] {
    background: url(../img/loupe.svg) center no-repeat;
    padding: 0;
    width: 16px
}

.user-panel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.user-panel-item {
    border: none;
    padding: 0 0 0 25px;
    background-color: transparent;
    background-position: left center;
    background-repeat: no-repeat;
    color: inherit
}

.user-panel-item:hover {
    color: #f08423
}

.user-panel-item:not(:last-child) {
    margin-right: 27px
}

.user-panel-item.user-hello, .user-panel-item.user-reg {
    background-image: url(../img/user.svg)
}

.user-panel-item.user-login {
    background-image: url(../img/login.svg)
}

.user-panel-item.user-logout {
    background-image: url(../img/logout.svg)
}

.user-panel + .search {
    display: none
}

.user-hello {
    max-width: 280px;
    white-space: nowrap;
    overflow: hidden
}

.body > .product-list:first-child {
    margin: 0 0 80px
}

.body > .product-wrap:first-child {
    margin-top: -70px
}

.body > .table:first-child {
    margin: -45px 0 80px
}

.banner-top {
    margin-top: -120px
}

.banner-top a, .banner-top img {
    display: block
}

.banner-top img {
    width: 100%
}

.banner-top + .hiw {
    margin-top: -78px
}

@-webkit-keyframes hiw-arrow {
    0%, 25% {
        background-image: url(../img/arrow-right-light.svg)
    }
    8.33% {
        background-image: url(../img/arrow-right-gray.svg)
    }
}

@keyframes hiw-arrow {
    0%, 25% {
        background-image: url(../img/arrow-right-light.svg)
    }
    8.33% {
        background-image: url(../img/arrow-right-gray.svg)
    }
}

@-webkit-keyframes hiw-icon1 {
    0%, 25% {
        background: 0 0
    }
    8.33% {
        background: #f08423
    }
}

@keyframes hiw-icon1 {
    0%, 25% {
        background: 0 0
    }
    8.33% {
        background: #f08423
    }
}

@-webkit-keyframes hiw-icon2 {
    0%, 25% {
        opacity: 0
    }
    8.33% {
        opacity: 1
    }
}

@keyframes hiw-icon2 {
    0%, 25% {
        opacity: 0
    }
    8.33% {
        opacity: 1
    }
}

@-webkit-keyframes hiw-icon3 {
    0%, 25% {
        opacity: 1
    }
    8.33% {
        opacity: 0
    }
}

@keyframes hiw-icon3 {
    0%, 25% {
        opacity: 1
    }
    8.33% {
        opacity: 0
    }
}

@-webkit-keyframes hiw-num {
    0%, 25% {
        opacity: .1
    }
    8.33% {
        opacity: 1
    }
}

@keyframes hiw-num {
    0%, 25% {
        opacity: .1
    }
    8.33% {
        opacity: 1
    }
}

.hiw {
    margin: 80px 0;
    position: relative;
    z-index: 2;
    text-align: center
}

.hiw-in {
    background: #fff;
    -webkit-box-shadow: 0 15px 35px rgba(0, 0, 0, .05);
    box-shadow: 0 15px 35px rgba(0, 0, 0, .05);
    border-radius: 8px;
    padding: 28px 0 23px;
    overflow: hidden
}

.hiw-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.hiw-item {
    width: 170px;
    height: 238px;
    position: relative;
    padding-top: 27px
}

.hiw-item:not(:last-child):after {
    content: '';
    width: 30px;
    height: 6px;
    position: absolute;
    top: 74px;
    right: -30px;
    background: url(../img/arrow-right-light.svg);
    -webkit-animation: hiw-arrow 12s linear infinite;
    animation: hiw-arrow 12s linear infinite
}

.hiw-item:nth-child(2):after {
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

.hiw-item:nth-child(2) .hiw-item-icon {
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

.hiw-item:nth-child(2) .hiw-item-icon img {
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

.hiw-item:nth-child(2) .hiw-item-icon img:first-child {
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

.hiw-item:nth-child(2) .hiw-item-num:after {
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

.hiw-item:nth-child(2) .hiw-item-num span {
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

.hiw-item:nth-child(3):after {
    -webkit-animation-delay: 4s;
    animation-delay: 4s
}

.hiw-item:nth-child(3) .hiw-item-icon {
    -webkit-animation-delay: 4s;
    animation-delay: 4s
}

.hiw-item:nth-child(3) .hiw-item-icon img {
    -webkit-animation-delay: 4s;
    animation-delay: 4s
}

.hiw-item:nth-child(3) .hiw-item-icon img:first-child {
    -webkit-animation-delay: 4s;
    animation-delay: 4s
}

.hiw-item:nth-child(3) .hiw-item-num:after {
    -webkit-animation-delay: 4s;
    animation-delay: 4s
}

.hiw-item:nth-child(3) .hiw-item-num span {
    -webkit-animation-delay: 4s;
    animation-delay: 4s
}

.hiw-item:nth-child(4):after {
    -webkit-animation-delay: 6s;
    animation-delay: 6s
}

.hiw-item:nth-child(4) .hiw-item-icon {
    -webkit-animation-delay: 6s;
    animation-delay: 6s
}

.hiw-item:nth-child(4) .hiw-item-icon img {
    -webkit-animation-delay: 6s;
    animation-delay: 6s
}

.hiw-item:nth-child(4) .hiw-item-icon img:first-child {
    -webkit-animation-delay: 6s;
    animation-delay: 6s
}

.hiw-item:nth-child(4) .hiw-item-num:after {
    -webkit-animation-delay: 6s;
    animation-delay: 6s
}

.hiw-item:nth-child(4) .hiw-item-num span {
    -webkit-animation-delay: 6s;
    animation-delay: 6s
}

.hiw-item:nth-child(5):after {
    -webkit-animation-delay: 8s;
    animation-delay: 8s
}

.hiw-item:nth-child(5) .hiw-item-icon {
    -webkit-animation-delay: 8s;
    animation-delay: 8s
}

.hiw-item:nth-child(5) .hiw-item-icon img {
    -webkit-animation-delay: 8s;
    animation-delay: 8s
}

.hiw-item:nth-child(5) .hiw-item-icon img:first-child {
    -webkit-animation-delay: 8s;
    animation-delay: 8s
}

.hiw-item:nth-child(5) .hiw-item-num:after {
    -webkit-animation-delay: 8s;
    animation-delay: 8s
}

.hiw-item:nth-child(5) .hiw-item-num span {
    -webkit-animation-delay: 8s;
    animation-delay: 8s
}

.hiw-item:nth-child(6):after {
    -webkit-animation-delay: 10s;
    animation-delay: 10s
}

.hiw-item:nth-child(6) .hiw-item-icon {
    -webkit-animation-delay: 10s;
    animation-delay: 10s
}

.hiw-item:nth-child(6) .hiw-item-icon img {
    -webkit-animation-delay: 10s;
    animation-delay: 10s
}

.hiw-item:nth-child(6) .hiw-item-icon img:first-child {
    -webkit-animation-delay: 10s;
    animation-delay: 10s
}

.hiw-item:nth-child(6) .hiw-item-num:after {
    -webkit-animation-delay: 10s;
    animation-delay: 10s
}

.hiw-item:nth-child(6) .hiw-item-num span {
    -webkit-animation-delay: 10s;
    animation-delay: 10s
}

.hiw-item-icon {
    width: 100px;
    height: 100px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    border-radius: 50%;
    -webkit-animation: hiw-icon1 12s linear infinite;
    animation: hiw-icon1 12s linear infinite
}

.hiw-item-icon img {
    position: absolute;
    opacity: 0;
    -webkit-animation: hiw-icon2 12s linear infinite;
    animation: hiw-icon2 12s linear infinite
}

.hiw-item-icon img:first-child {
    opacity: 1;
    -webkit-animation: hiw-icon3 12s linear infinite;
    animation: hiw-icon3 12s linear infinite
}

.hiw-item-num {
    font: 900 24px Lato, sans-serif;
    line-height: 28px;
    color: #000;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    padding-bottom: 7px;
    margin-bottom: 16px;
    position: relative
}

.hiw-item-num:after, .hiw-item-num:before {
    content: '';
    position: absolute
}

.hiw-item-num:before {
    bottom: 1px;
    left: -100%;
    right: -100%;
    height: 1px;
    background: #e6eaf2
}

.hiw-item-num:after {
    opacity: 0;
    z-index: 2;
    width: 80px;
    height: 3px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
    background: #f08423;
    -webkit-box-shadow: 0 0 10px rgba(238, 137, 47, .2);
    box-shadow: 0 0 10px rgba(238, 137, 47, .2);
    -webkit-animation: hiw-icon2 12s linear infinite;
    animation: hiw-icon2 12s linear infinite
}

.hiw-item-num span {
    display: block;
    opacity: .1;
    -webkit-animation: hiw-num 12s linear infinite;
    animation: hiw-num 12s linear infinite
}

.hiw-item-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    color: #383d4d
}

.hiw-item-title span {
    display: block;
    font-size: 13px;
    line-height: 16px;
    opacity: .5
}

.hiw h2 {
    margin-bottom: 5px
}

.video {
    margin: 80px 0 70px;
    padding: 40px 0;
    position: relative;
    background: url(../img/pattern1.svg) left top no-repeat, url(../img/pattern2.svg) right top no-repeat
}

.video:before {
    content: '';
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    height: 100%;
    width: -webkit-calc(50% + 80px);
    width: calc(50% + 80px);
    background: #e6e6e6
}

.video.active .video-push {
    opacity: 0;
    visibility: hidden
}

.video.active .video-frame {
    opacity: 1
}

.video-in {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.video-title {
    font: 900 70px Lato, sans-serif;
    line-height: 84px;
    width: 300px;
    color: #000;
    text-transform: capitalize
}

.video-wrap {
    width: -webkit-calc(100% - 300px);
    width: calc(100% - 300px);
    position: relative;
    background: #111;
    overflow: hidden;
    border-radius: 14px;
    border: 8px solid #1a1a1a
}

.video-push {
    cursor: pointer;
    position: relative;
    z-index: 2;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.video-push:hover .video-play {
    opacity: .8
}

.video-play {
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 64px;
    height: 64px;
    background: url(../img/play.svg) center no-repeat;
    background-size: cover;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.video-cover img {
    display: block;
    width: 100%;
    opacity: .5
}

.video-frame {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.video-frame iframe {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%
}

.product-list {
    margin: 70px 0 65px
}

.product-list-in {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.product-list-in .product-card {
    margin-bottom: 30px
}

.product-list-slider .product-card {
    width: 100% !important;
    margin: 0 !important
}

.product-list-slider .product-card:before {
    display: none
}

.product-list-slider .product-card:hover .product-card-labels {
    left: 10px;
    right: 10px;
    top: 10px
}

.product-list-slider .product-card-img img {
    width: auto !important
}

.product-list-slider .owl-dots {
    margin-top: 45px
}

.product-card {
    width: 270px;
    background: #fff;
    border-radius: 8px;
    position: relative;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.product-card:before {
    content: '';
    position: absolute;
    z-index: -1;
    background: #fff;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 8px;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .15);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .15);
    opacity: 0;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.product-card:not(:nth-child(5n+5)) {
    margin-right: 15px
}

.product-card-labels {
    position: absolute;
    z-index: 2;
    left: 10px;
    right: 10px;
    top: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.product-card-label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    font: 900 14px Lato, sans-serif;
    text-transform: uppercase;
    border-radius: 4px;
    width: 50px;
    height: 21px
}

.product-card-label.off {
    text-transform: none;
    width: auto;
    padding: 0 10px;
    background: #f08423
}

.product-card-label.new {
    background: #4dd694
}

.product-card-label.top {
    background: #eb1328
}

.product-card-img {
    padding: 30px
}

.product-card-img a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 210px
}

.product-card-img img {
    max-width: 100%;
    max-height: 100%
}

.product-card-cont {
    padding: 0 20px 20px
}

.product-card-title {
    margin-bottom: 24px
}

.product-card-title a {
    display: block;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    max-height: 60px
}

.product-price {
    margin-bottom: 20px;
    font-family: Lato, sans-serif
}

.product-price-old {
    font-size: 14px;
    line-height: 17px
}

.product-price-old span {
    position: relative
}

.product-price-old span:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
    background: #eb1328
}

.product-price-new {
    font-size: 24px;
    line-height: 29px;
    font-weight: 700;
    color: #eb1328
}

.product-actions {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 40px
}

.product-actions button {
    border-radius: 4px;
    border: none;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}

.product-subscribe-none-action {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #4dd694;
    color: #fff;
    /*width: -webkit-calc(100% - 50px);
    width: calc(100% - 50px);*/
    width: 100%;
    font: 900 18px Lato, sans-serif
}

.product-subscribe {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #4dd694;
    color: #fff;
    /*width: -webkit-calc(100% - 50px);
    width: calc(100% - 50px);*/
    width: 100%;
    font: 900 18px Lato, sans-serif
}

.product-subscribe.active {
    background: #eb1328
}

    .product-subscribe:disabled {
        background: #a1a1a1;
        pointer-events: none
    }

.product-subscribe.active span {
    display: block
}

.product-subscribe.active span:first-child {
    display: none
}

.product-subscribe span {
    display: none
}

.product-subscribe span:first-child {
    display: block
}

.product-like {
    width: 40px;
    height: 40px;
    background: #eff1f4 url(../img/heart.svg) center no-repeat
}

.product-like.active {
    background-image: url(../img/heart-filled.png)
}

.product-panel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 50px;
    position: relative;
    z-index: 3
}

.product-panel h2 {
    margin-bottom: 0;
    max-width: -webkit-calc(100% - 845px);
    max-width: calc(100% - 845px);
    padding-right: 30px;
    text-align: left
}

.product-panel-in {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 8px
}

.product-panel-in > :not(:last-child) {
    margin-right: 30px
}

.product-panel-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.product-panel-buttons * {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 40px;
    background: #fff;
    border-radius: 4px;
    font-size: 16px;
    color: #c4c4c4;
    font-weight: 500;
    position: relative;
    border: none;
    padding: 0 18px
}

.product-panel-buttons :after {
    content: '';
    position: absolute;
    right: 4px;
    top: 4px;
    width: 8px;
    height: 8px;
    background: url(../img/x-white.svg) center no-repeat;
    background-size: 100%;
    opacity: 0;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.product-panel-buttons .active {
    background: #f08423;
    color: #fff;
    -webkit-box-shadow: 0 5px 15px rgba(238, 137, 47, .3);
    box-shadow: 0 5px 15px rgba(238, 137, 47, .3)
}

.product-panel-buttons .active:after {
    opacity: 1
}

.product-panel-buttons :not(:last-child) {
    margin-right: 15px
}

.product-wrap {
    background: #fff;
    padding: 0 0 80px
}

.product-back {
    margin-bottom: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.product-back a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 15px 0 40px;
    height: 40px;
    border-radius: 4px;
    background: #4dd694;
    color: #fff;
    font: 900 18px Lato, sans-serif;
    position: relative
}

.product-back a:before {
    content: '';
    width: 20px;
    height: 18px;
    position: absolute;
    left: 10px;
    top: -webkit-calc(50% - 9px);
    top: calc(50% - 9px);
    background: url(../img/back.svg) center no-repeat;
    opacity: .5;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.product-back a:hover:before {
    opacity: 1
}

.product-back {
    padding: 5px 0 6px;
    position: relative
}

.product-back:after {
    content: '';
    position: absolute;
    left: -15px;
    right: -15px;
    height: 1px;
    background: #c4c4c4;
    bottom: 0
}

.product-back a {
    background: 0 0;
    color: #383d4d;
    position: relative;
    padding-left: 24px
}

.product-back a:before {
    width: 18px;
    height: 12px;
    background: url(../img/chevron-bottom-orange.svg) center no-repeat;
    background-size: auto 100%;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 1;
    left: -4px;
    top: -webkit-calc(50% - 6px);
    top: calc(50% - 6px)
}

.product-in {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.product-slider {
    width: 470px
}

.product-slider-nav {
    margin-top: 14px
}

.product-slider-nav .owl-stage {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.product-slider-nav .owl-item {
    padding-bottom: 10px;
    position: relative;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.product-slider-nav .owl-item:after, .product-slider-nav .owl-item:before {
    content: '';
    position: absolute
}

.product-slider-nav .owl-item:before {
    left: 0;
    right: -15px;
    bottom: 1px;
    height: 1px;
    background: #e6eaf2
}

.product-slider-nav .owl-item:after {
    opacity: 0;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    height: 3px;
    left: 0;
    right: 0;
    bottom: 0;
    background: #f08423
}

.product-slider-nav .owl-item.center, .product-slider-nav .owl-item:hover {
    z-index: 2
}

.product-slider-nav .owl-item.center:after, .product-slider-nav .owl-item:hover:after {
    opacity: 1
}

.product-slider-nav .owl-item.center .item:after, .product-slider-nav .owl-item:hover .item:after {
    opacity: 0
}

.product-slider-nav .item {
    position: relative;
    height: 86px;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.product-slider-nav .item:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: .7;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.product-slider-nav .item img {
    width: auto !important;
    max-width: 100%;
    max-height: 100%
}

.product-slider .owl-dots {
    display: none
}

.product-info {
    width: -webkit-calc(100% - 470px);
    width: calc(100% - 470px);
    padding-left: 30px
}

.product-info h3 {
    font: 900 30px Lato, sans-serif;
    line-height: 36px;
    letter-spacing: .05em;
    padding-bottom: 20px;
    border-bottom: 1px solid #eff1f4;
    margin-bottom: 15px;
    padding-right: 70px
}

.product-info .product-price {
    letter-spacing: .05em;
    margin-bottom: 35px
}

.product-info .product-price-old {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5
}

.product-info .product-price-old span {
    font-weight: 400
}

.product-info .product-price-old span:before {
    height: 2px
}

.product-info .product-price-new {
    font-size: 30px;
    line-height: 1.5
}

.product-info .product-actions {
    max-width: 230px;
    margin-bottom: 25px
}

.product-description {
    letter-spacing: .05em;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    overflow: hidden;
    max-height: 240px
}

.product-description.open {
    max-height: 1000px
}

.product-description.open + .product-description-toggle span {
    display: block
}

.product-description.open + .product-description-toggle span:first-child {
    display: none
}

.product-description h4 {
    font: 900 24px Lato, sans-serif;
    line-height: 29px;
    color: #383d4d;
    margin-bottom: 15px
}

.product-description p {
    margin-bottom: 20px
}

.product-description p:last-child {
    margin-bottom: 0
}

.product-description-cont {
    color: #5c5f66
}

.product-description-cont b, .product-description-cont h5 {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 0
}

.product-description-block:not(:last-child) {
    margin-bottom: 20px
}

.product-description-toggle {
    margin-top: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 40px;
    border-radius: 4px;
    border: none;
    width: 100%;
    background: #eff1f4;
    padding: 0;
    font: 700 18px Lato, sans-serif;
    color: #333
}

.product-description-toggle:hover {
    color: #fff;
    background: #4dd694
}

.product-description-toggle span {
    display: none
}

.product-description-toggle span:first-child {
    display: block
}

.testimonials {
    background: #fff;
    padding: 70px 0 80px
}

.testimonials .owl-stage {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.testimonials .owl-stage-outer {
    padding: 20px 5px 50px;
    width: -webkit-calc(100% + 10px);
    width: calc(100% + 10px);
    margin-left: -5px
}

.testimonials .owl-item.center {
    position: relative;
    z-index: 2
}

.testimonials .owl-item.center .testimonials-item {
    -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, .15);
    box-shadow: 0 15px 30px rgba(0, 0, 0, .15);
    width: 550px;
    left: -90px
}

.testimonials .owl-item.center .testimonials-item:after {
    opacity: 0;
    visibility: hidden
}

.testimonials .owl-item.center .testimonials-item-text {
    max-height: 300px
}

.testimonials-item {
    background: #fff;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .05);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .05);
    border-radius: 8px;
    text-align: center;
    position: relative;
    overflow: hidden;
    padding: 20px
}

.testimonials-item:after, .testimonials-item:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%
}

.testimonials-item:before {
    height: 55px;
    background: #f5f6f7
}

.testimonials-item:after {
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    height: 100%;
    background: #fff;
    opacity: .7;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .05);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .05);
    border-radius: 8px
}

.testimonials-item-avatar {
    width: 70px;
    height: 70px;
    position: relative;
    margin: 0 auto 20px
}

.testimonials-item-avatar:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: -webkit-calc(50% - 9px);
    left: calc(50% - 9px);
    width: 18px;
    height: 18px;
    background: #f08423 url(../img/quotes.svg) center no-repeat;
    border-radius: 50%
}

.testimonials-item-avatar img {
    border-radius: 50%;
    -webkit-box-shadow: 0 8px 15px rgba(0, 0, 0, .15);
    box-shadow: 0 8px 15px rgba(0, 0, 0, .15)
}

.testimonials-item-text {
    max-height: 60px;
    overflow: hidden;
    margin-bottom: 5px
}

.testimonials-item-name {
    font-size: 14px;
    line-height: 21px;
    font-weight: 900;
    color: #383d4d
}

.testimonials h2 {
    margin-bottom: 30px
}

.owl-nav button {
    width: 30px;
    height: 30px;
    background: url(../img/arrow-right-dark.svg) center no-repeat;
    border: none;
    padding: 0;
    position: absolute;
    top: -webkit-calc(50% - 15px);
    top: calc(50% - 15px)
}

.owl-nav button:hover {
    opacity: .5
}

.owl-prev {
    left: -55px;
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1)
}

.owl-next {
    right: -55px
}

.owl-dots {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.owl-dot {
    width: 8px;
    height: 8px;
    background: #c4c4c4;
    border: none;
    padding: 0;
    border-radius: 50%
}

.owl-dot.active, .owl-dot:hover {
    background: #f08423
}

.owl-dot:not(:last-child) {
    margin-right: 10px
}

.footer {
    position: relative;
    background: #eff1f4;
    border-top: 1px solid #dedede;
    color: #383d4d
}

.footer-top {
    padding: 36px 0
}

.footer-top-in {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.footer-bottom {
    padding: 26px 0;
    border-top: 1px solid #dedede
}

.footer-bottom-in {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 14px;
    line-height: 17px;
    position: relative
}

.footer-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.footer-links a:not(:last-child) {
    margin-right: 45px
}

.footer .menu > ul > li.folder > a:after {
    background-image: url(../img/chevron-bottom-dark.svg);
    -webkit-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    transform: scaleY(-1)
}

.footer .menu > ul > li.folder > a:hover:after {
    background-image: url(../img/chevron-bottom-orange.svg)
}

.footer .menu > ul > li.folder > a.open:after {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.footer .menu > ul > li.folder ul {
    top: auto;
    bottom: 100%;
    background: #eff1f4;
    border: 1px solid #dedede
}

.socials {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.socials a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    opacity: .5
}

.socials a:hover {
    opacity: 1
}

.socials a:not(:last-child) {
    margin-right: 15px
}

.select-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.select-label {
    margin-right: 10px;
    font-size: 16px;
    font-weight: 500;
    color: #000
}

.custom-select__option--value {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    padding: 0 40px 0 15px !important
}

.custom-select__option--value:after {
    width: 6px;
    height: 4px;
    background: url(../img/chevron-bottom-dark.svg) center no-repeat;
    border: none;
    right: 18px
}

.custom-select__option--value:focus, .custom-select__option--value:hover {
    background: #fff
}

.custom-select__dropdown {
    border: none;
    border-radius: 0 0 4px 4px
}

.custom-select__option {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    padding: 6px 15px
}

.custom-select--active .custom-select__option--value {
    border-radius: 4px 4px 0 0
}

.pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.pagination > * {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    background: #fff;
    border: 1px solid rgba(49, 53, 61, .1);
    font-size: 14px;
    font-weight: 500;
    color: #c4c4c4
}

.pagination > :not(:last-child) {
    margin-right: 15px
}

.pagination > .current, .pagination > :hover {
    background-color: #f08423;
    border-color: #f08423;
    color: #fff
}

.pagination > .current {
    -webkit-box-shadow: 0 5px 15px rgba(238, 137, 47, .3);
    box-shadow: 0 5px 15px rgba(238, 137, 47, .3)
}

.pagination > .last {
    position: relative;
    margin-left: 55px
}

.pagination > .last:before {
    content: '...';
    width: 40px;
    height: 40px;
    position: absolute;
    left: -55px;
    top: -1px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    pointer-events: none;
    color: #c4c4c4 !important
}

.pagination-nav {
    width: 56px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../img/arrow-right-white.svg)
}

.pagination-nav:hover img {
    opacity: 0
}

.pagination-nav img {
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    opacity: .5
}

.pagination-prev {
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1)
}

.table-in {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center;
    font-size: 14px;
    line-height: 1.5;
    color: #000
}

.table-in .left {
    text-align: left
}

.table-titles {
    margin-bottom: 13px
}

.table-titles .table-in {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    font-size: 12px;
    line-height: 1.5;
    font-weight: 600;
    color: #383d4d
}

.table-elem-title {
    display: none;
    font-size: 12px;
    line-height: 1.5;
    font-weight: 600;
    color: #383d4d
}

.table-elem-1 {
    width: 70px
}

.table-elem-2 {
    width: 360px
}

.table-elem-3 {
    width: 80px;
    margin-right: 20px
}

.table-elem-4 {
    width: 200px
}

.table-elem-5 {
    width: 110px
}

.table-elem-6 {
    width: 70px;
    margin-right: 20px
}

.table-elem-7 {
    width: 75px
}

.table-elem-8 {
    width: 60px
}

.table-elem-9 {
    width: 105px
}

.table-elem-10 {
    width: 60px
}

.table-elem-11 {
    width: 75px;
    margin-left: 10px
}

.table-elem-12 {
    width: 70px
}

.table-elem-13 {
    width: 540px;
    padding: 0 10px 0 10px
}

.table-elem-14 {
    width: 540px
}

.table-elem-15, .table-elem-16 {
    width: 110px
}

.table-elem-15 .table-link, .table-elem-16 .table-link {
    padding: 0;
    width: 100%
}

.table-elem-16 {
    margin-left: 30px
}

.table-cont {
    background: #fff;
    -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, .05);
    box-shadow: 0 4px 15px rgba(0, 0, 0, .05);
    margin-bottom: 30px
}

.table-cont .table-elem-1, .table-cont .table-elem-12 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 70px
}

.table-cont .table-elem-1 img, .table-cont .table-elem-12 img {
    display: block;
    max-width: 100%;
    max-height: 100%
}

.table-cont .table-elem-2 {
    font-size: 13px;
    padding-right: 30px
}

.table-item {
    padding: 10px 0;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, .01);
    box-shadow: 0 1px 5px rgba(0, 0, 0, .01);
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.table-item:hover {
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, .05);
    box-shadow: 0 5px 20px rgba(0, 0, 0, .05)
}

.table-link {
    color: #4dd694;
    border: 1px solid #4dd694;
    height: 30px;
    display: inline-block;
    padding: 0 15px;
    background: 0 0;
    border-radius: 8px;
    white-space: nowrap
}

.table-link-button {
    background: #4dd694;
    border: 1px solid #4dd694;
    color: #fff;
    height: 30px;
    display: inline-block;
    padding: 0 15px;
    border-radius: 8px;
    white-space: nowrap;
}

    .table-link-button:disabled {
        background: #a1a1a1;
        pointer-events: none
    }

.table-link.active, .table-link:hover {
    color: #fff;
    background: #4dd694
}

.table-link.active {
    -webkit-box-shadow: 0 5px 10px rgba(77, 214, 148, .3);
    box-shadow: 0 5px 10px rgba(77, 214, 148, .3)
}

.table-link.toggle {
    position: relative;
    color: #f08423;
    border-color: #f08423
}

.table-link.toggle:before {
    /*content: 'Yes';*/
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden
}

.table-link.toggle:hover {
    color: #f08423;
    border-color: #f08423;
    background: 0 0
}

.table-link.toggle.active, .table-link.toggle.active:hover {
    color: #fff;
    border-color: #4dd694;
    background: #4dd694
}

.table-link.toggle.active:before {
    opacity: 1;
    visibility: visible
}

.table-link.toggle.active span {
    opacity: 0
}

.table-link span {
    display: block
}

.tooltip {
    display: inline-block;
    position: relative;
    z-index: 3;
    margin-left: 3px
}

.tooltip:hover .tooltip-label {
    background: #383d4d;
    color: #fff
}

.tooltip:hover .tooltip-text {
    opacity: 1;
    visibility: visible;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .15);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .15)
}

.tooltip-label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #383d4d;
    font-size: 10px;
    font-weight: 600;
    color: #383d4d;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.tooltip-text {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -webkit-calc(100% + 18px);
    top: calc(100% + 18px);
    width: 238px;
    padding: 8px;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    background: #383d4d;
    border-radius: 4px;
    text-align: left;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    opacity: 0;
    visibility: hidden
}

.tooltip-text:before {
    content: '';
    position: absolute;
    top: -7px;
    left: -webkit-calc(50% - 4px);
    left: calc(50% - 4px);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7px 8px 7px;
    border-color: transparent transparent #383d4d transparent
}

.order-id {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

.order-id-filled {
    display: inline-block;
    position: relative;
    cursor: pointer;
    white-space: nowrap;
    max-width: 100%
}

.order-id-filled:after {
    content: '';
    position: absolute;
    right: -22px;
    top: -webkit-calc(50% - 8px);
    top: calc(50% - 8px);
    width: 16px;
    height: 16px;
    background: url(../img/pencil.svg) center no-repeat;
    opacity: 0;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.order-id-filled:hover:after {
    opacity: 1
}

.order-id-filled + .order-id {
    display: none
}

.order-id-filled.edit {
    display: none
}

.order-id-filled.edit + .order-id {
    display: block
}

.order-id ::-webkit-input-placeholder {
    color: rgba(0, 0, 0, .2)
}

.order-id ::-moz-placeholder {
    color: rgba(0, 0, 0, .2)
}

.order-id :-ms-input-placeholder {
    color: rgba(0, 0, 0, .2)
}

.order-id ::-ms-input-placeholder {
    color: rgba(0, 0, 0, .2)
}

.order-id ::placeholder {
    color: rgba(0, 0, 0, .2)
}

.order-id-input {
    height: 30px;
    width: 175px;
    border: 1px solid #f5f6f7;
    padding: 0 8px 0 29px;
    background: url(../img/keyboard.svg) 6px center no-repeat;
    border-radius: 4px;
    font-size: 13px
}

.order-id button {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 30px;
    background: #4dd694;
    color: #fff;
    border: none;
    padding: 0
}

.order-id button:hover {
    background: #f08423
}

.modal {
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    overflow-y: auto;
    padding: 15px;
}

.modal.open {
    opacity: 1;
    visibility: visible
}

.modal-wrap {
    display: table;
    width: 100%;
    height: 100%
}

.modal-in {
    display: table-cell;
    vertical-align: middle
}

.modal-cont {
    border-radius: 8px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, .3);
    box-shadow: 0 5px 20px rgba(0, 0, 0, .3);
    text-align: left;
}

.modal-shadow {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .4)
}

.modal-close {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 3px;
    top: 3px;
    background: url(../img/x-gray.svg) center no-repeat;
    background-size: 15px;
    padding: 0;
    border: none
}

.modal-close:hover {
    opacity: .6
}

.modal-light .modal-cont {
    background: #fff;
    max-width: 370px
}

.modal-dark {
    color: #fff;
    line-height: 1.5
}

.modal-dark .modal-cont {
    background: #31353d;
    max-width: 426px;
    padding: 20px
}

.modal-dark .modal-close {
    width: 30px;
    height: 30px;
    background-image: url(../img/x-white.svg);
    background-size: 15px
}

.modal-dark .modal-shadow {
    opacity: 0
}

.modal-dark h6 {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 0
}

.modal-dark p {
    font-size: 12px;
    margin-bottom: 0
}

.modal-dark .copy-block:not(:first-child) {
    margin-top: 10px
}

.modal-dark .copy-block + p {
    margin-top: 20px
}

.modal-dark .form:not(:first-child) {
    margin-top: 10px
}

.modal-dark .form + p {
    margin-top: 20px
}

.modal-block:not(:last-child) {
    margin-bottom: 18px
}

.modal-fp .form-flex > * {
    width: -webkit-calc(50% - 7px);
    width: calc(50% - 7px)
}

.tabs-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 1px solid #eff1f4;
    margin-bottom: 30px;
    padding-top: 40px
}

.tabs-nav-item {
    font-weight: 600;
    font-size: 18px;
    padding: 0 0 4px 0;
    border: none;
    position: relative;
    background: 0 0
}

.tabs-nav-item:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -2px;
    width: 76px;
    height: 3px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #f08423;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    opacity: 0
}

.tabs-nav-item.active:after, .tabs-nav-item:hover:after {
    opacity: 1
}

.tabs-nav-item.active {
    pointer-events: none
}

.tabs-nav-item.active:after {
    -webkit-box-shadow: 0 2px 5px rgba(238, 137, 47, .2);
    box-shadow: 0 2px 5px rgba(238, 137, 47, .2)
}

.tabs-nav-item:not(:last-child) {
    margin-right: 38px
}

.tabs-cont {
    padding: 0 30px 40px
}

.tabs-cont-item {
    display: none;
    text-align: center;
}

.tabs-cont-item.active {
    display: block
}

.check-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.check-wrap input {
    display: none !important
}

.check-wrap input:checked + label:before {
    background-image: url(../img/check.svg)
}

.check-wrap label {
    position: relative;
    padding-left: 27px;
    font-size: 12px;
    margin-bottom: 0;
    cursor: pointer
}

.check-wrap label:before {
    content: '';
    position: absolute;
    left: 0;
    top: -webkit-calc(50% - 8px);
    top: calc(50% - 8px);
    width: 16px;
    height: 16px;
    border-radius: 2px;
    border: 1px solid #c4c4c4;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    background-position: center;
    background-repeat: no-repeat
}

.fb-reg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 230px;
    margin: 0 auto;
    border-radius: 4px;
    height: 40px;
    background: #4267b2 url(../img/icon-fb-white.svg) 15px center no-repeat;
    color: #fff;
    font-size: 14px;
    padding-left: 15px
}

.fb-reg:hover {
    color: #fff;
    opacity: .8
}

.fp-button {
    text-align: center;
    margin: 35px 0 15px
}

.fp-button button {
    display: inline-block;
    font-weight: 600;
    font-size: 12px;
    color: #18a0fb;
    padding: 0;
    background: 0 0;
    border: none;
    border-bottom: 1px solid #18a0fb
}

.fp-button button:hover {
    border-color: transparent
}

.form.submit {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.form.submit input {
    height: 30px
}

.form.submit input:not([type=submit]) {
    padding-right: 14px;
    margin-bottom: 0;
    width: -webkit-calc(100% - 122px);
    width: calc(100% - 122px)
}

.form.submit input[type=submit] {
    width: 110px;
    font-weight: 400
}

.form input {
    display: block;
    width: 100%;
    height: 40px;
    border-radius: 4px;
    position: relative
}

.form input:not([type=submit]) {
    border: 1px solid #eff1f4;
    
    background-repeat: no-repeat;
    padding: 0 50px 0 14px;
    font-size: 12px;
    color: #000
}

    .form input:read-only {
        background-color: #f5f6f7;
    }


.form input[type=submit] {
    border: none;
    color: #fff;
    background-color: #4dd694;
    font: 900 18px Lato, sans-serif
}

.form input[type=submit]:hover {
    background-color: #f08423
}

.form input:not(:last-child) {
    margin-bottom: 15px
}

.form input.name {
    background-image: url(../img/user2.svg);
    background-position: -webkit-calc(100% - 12px) center;
    background-position: calc(100% - 12px) center
}

.form input.email {
    background-image: url(../img/email.svg);
    background-position: -webkit-calc(100% - 13px) center;
    background-position: calc(100% - 13px) center;
    padding-right: 33px
}

    .form input.check {
        background-image: url(../img/ok.png);
        background-position: -webkit-calc(100% - 13px) center;
        background-position: calc(100% - 13px) center;
        padding-right: 33px
    }

.form input.password {
    background-image: url(../img/lock.svg);
    background-position: -webkit-calc(100% - 15px) center;
    background-position: calc(100% - 15px) center
}

.form .check-wrap {
    margin: 20px 0
}

.form-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.form-flex > * {
    width: -webkit-calc(50% - 5px);
    width: calc(50% - 5px);
    margin-bottom: 0 !important
}

.form-remove {
    height: 40px;
    border-radius: 4px;
    padding: 0;
    background: #e0e0e0;
    color: #737780;
    font: 500 18px Lato, sans-serif;
    border: none
}

.form-remove:hover {
    color: #fff;
    background: #eb1328
}

.copy-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}

.copy-block input {
    display: none
}

.copy-field {
    width: -webkit-calc(100% - 52px);
    width: calc(100% - 52px);
    background: #fff;
    border-radius: 4px;
    color: #000;
    font-size: 12px;
    padding: 11px 14px
}

.copy-link {
    height: 40px
}

.copy-button {
    height: 40px;
    width: 40px;
    background: #4dd694 url(../img/files-transit.png) center no-repeat;
    background-size: 18px;
    border: none;
    border-radius: 4px
}

.copy-button:hover {
    background-color: #f08423
}

.copy-button.text {
    background-image: url(../img/copy.svg);
    background-size: auto
}

.copy-button.disabled {
    pointer-events: none
}

.copy-alert {
    position: absolute;
    z-index: 2;
    left: 50%;
    top: -webkit-calc(50% + 50px);
    top: calc(50% + 50px);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #4dd694;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100px;
    height: 40px;
    color: #fff;
    font-weight: 500;
    border-radius: 4px;
    font-size: 16px;
    text-transform: uppercase;
    -webkit-box-shadow: 0 15px 35px rgba(0, 0, 0, .3);
    box-shadow: 0 15px 35px rgba(0, 0, 0, .3);
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    opacity: 0;
    visibility: hidden
}

.copy-alert.active {
    top: 50%;
    opacity: 1;
    visibility: visible
}

.copy-alert.fade {
    top: -webkit-calc(50% - 50px);
    top: calc(50% - 50px)
}

#copy_tooltip {
    display: none !important
}

.copyright {
    width: 25%
}

.creator-link {
    width: 25%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.creator-link a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.creator-link a span {
    max-width: 90px;
    font-size: 11px;
    line-height: 14px
}

.page-title {
    text-align: left;
    margin-bottom: 0px
}

@media (max-width: 1460px) {
    .product-list .container-fluid {
        max-width: 1200px
    }

    .product-card {
        width: -webkit-calc(25% - 12px);
        width: calc(25% - 12px)
    }

    .product-card:not(:nth-child(5n+5)) {
        margin-right: 0
    }

    .product-card:not(:nth-child(4n+4)) {
        margin-right: 16px
    }

    .product-card-img a {
        height: 220px
    }

    .product-panel {
        display: block;
        margin-bottom: 15px
    }

    .product-panel h2 {
        max-width: 100%;
        padding-right: 30px;
        margin-bottom: 30px
    }

    .product-panel-in {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-top: 0;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .table .container-fluid {
        max-width: 1200px
    }

    .table-in {
        font-size: 13px
    }

    .table-elem-2 {
        padding-left: 10px;
        width: 260px
    }

    .table-elem-4 {
        width: 190px
    }

    .table-elem-6 {
        width: 58px
    }

    .table-elem-9 {
        width: 90px
    }

    .table-elem-10 {
        width: 50px
    }

    .table-elem-14 {
        width: 350px
    }

    .table-link {
        padding: 0 10px
    }

    .order-id-input {
        width: 170px;
        font-size: 12px
    }
}

@media (max-width: 1440px) {
    .search form {
        width: 280px
    }
}

@media (max-width: 1366px) {
    .search form {
        position: absolute;
        top: -webkit-calc(100% + 16px);
        top: calc(100% + 16px);
        left: 0;
        padding: 2px;
        border: none
    }

    .search form input {
        height: 36px
    }

    .search form input:not([type=submit]) {
        background: #fff;
        width: -webkit-calc(100% - 36px);
        width: calc(100% - 36px);
        color: #333;
        padding: 0 10px
    }

    .search form input[type=submit] {
        width: 36px
    }

    .owl-prev {
        left: 6px
    }

    .owl-next {
        right: 6px
    }
}

@media (max-width: 1229.98px) {
    .header-wrap {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .header-in {
        display: none;
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
        width: 100%;
        padding-top: 15px
    }

    .header-left {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .header .menu {
        margin: 0 0 10px
    }

    .header .menu + .search {
        display: none
    }

    .search-open {
        display: none !important
    }

    .search form {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        top: 0;
        padding: 0;
        border: none;
        width: 434px;
        max-width: 100%
    }

    .search form input {
        height: 100%
    }

    .search form input[type=submit] {
        background: #fff url(../img/loupe-dark.svg) center no-repeat
    }

    .user-panel {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 15px
    }

    .user-panel + .search {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .banner-top {
        margin-top: -72px
    }

    .banner-top + .hiw {
        margin-top: 80px
    }

    .hiw-item:not(:last-child):after {
        right: -17px
    }

    .hiw-item-title {
        font-size: 16px;
        line-height: 18px
    }

    .product-list .container-fluid {
        max-width: 960px
    }

    .product-card {
        width: -webkit-calc(33.333% - 10px);
        width: calc(33.333% - 10px)
    }

    .product-card:not(:nth-child(4n+4)) {
        margin-right: 0
    }

    .product-card:not(:nth-child(3n+3)) {
        margin-right: 15px
    }

    .product-card-img a {
        height: 240px
    }

    .product-slider {
        width: 400px
    }

    .product-slider-nav .item {
        height: 72px
    }

    .product-info {
        width: -webkit-calc(100% - 400px);
        width: calc(100% - 400px)
    }

    .testimonials .owl-item.center .testimonials-item {
        width: 500px;
        left: -106px
    }

    .table .container-fluid {
        max-width: 960px
    }

    .table-titles {
        display: none
    }

    .table-in {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        text-align: left
    }

    .table-elem-title {
        display: block;
        padding-top: 5px;
        margin-bottom: 4px
    }

    .table-elem-2 {
        width: 350px
    }

    .table-elem-5 {
        width: 150px
    }

    .table-elem-9 {
        width: 130px
    }

    .table-elem-13 {
        width: 350px
    }

    .table-elem-14 {
        width: 180px
    }

    .table-elem-16 {
        margin-left: 0
    }
}

@media (max-width: 991.98px) {
    .body > .product-wrap:first-child {
        margin-top: -72px
    }

    .page-title, h2 {
        font-size: 35px;
        line-height: 45px
    }

    .hiw-list {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .hiw-item {
        width: 33.333%
    }

    .hiw-item:nth-child(3):after {
        display: none
    }

    .video:before {
        display: none
    }

    .video-in {
        display: block
    }

    .video-title {
        width: 100%;
        font-size: 40px;
        line-height: 48px;
        margin-bottom: 30px
    }

    .video-wrap {
        width: 100%
    }

    .product-wrap {
        padding-top: 0
    }

    .product-list .container-fluid {
        max-width: 720px
    }

    .product-card {
        width: -webkit-calc(50% - 8px);
        width: calc(50% - 8px)
    }

    .product-card:not(:nth-child(3n+3)) {
        margin-right: 0
    }

    .product-card:not(:nth-child(2n+2)) {
        margin-right: 16px
    }

    .product-card-img a {
        height: 277px
    }

    .product-card-title {
        font-size: 15px
    }

    .product-card-title a {
        max-height: 72px
    }

    .product-panel-in > div:not(:last-child) {
        margin: 0 0 5px
    }

    .product-panel-buttons * {
        margin-bottom: 10px
    }

    .product-in {
        display: block
    }

    .product-slider {
        width: 100%;
        margin-bottom: 30px
    }

    .product-slider-nav .item {
        height: 130px
    }

    .product-info {
        width: 100%;
        padding-left: 0
    }

    .product-info h3 {
        padding-right: 0
    }

    .testimonials .owl-item.center .testimonials-item {
        width: 450px;
        left: -120px
    }

    .footer .menu > ul > li:not(:last-child) {
        margin-right: 30px
    }

    .table .container-fluid {
        max-width: 720px
    }

    .table-elem-4 {
        width: 170px
    }

    .table-elem-5 {
        width: 100px
    }

    .table-elem-13 {
        width: 250px
    }

    .table-elem-14 {
        width: 100px
    }

    .table-elem-15, .table-elem-16 {
        width: 100px
    }

    .order-id button {
        right: -22px
    }
}

@media (max-width: 767.98px) {
    body {
        padding-top: 100px
    }

    .page-title, h2 {
        font-size: 32px;
        line-height: 34px;
        margin-bottom: 30px
    }

    .body > .product-wrap:first-child {
        margin-top: -32px
    }

    .body > .table:first-child {
        margin-top: 0
    }

    .header .menu {
        margin-bottom: 15px
    }

    .menu {
        width: 100%
    }

    .menu > ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .menu > ul > li.folder ul {
        position: static;
        background: #fff
    }

    .menu > ul > li.folder ul a {
        color: #333;
        font-weight: 500;
        font-size: 16px
    }

    .menu > ul > li.folder ul a:hover {
        color: #f08423
    }

    .menu > ul > li:not(:last-child) {
        margin: 0 0 10px
    }

    .menu li {
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .search {
        width: 100%
    }

    .search form {
        width: 100%
    }

    .user-panel {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .user-panel-item:not(:last-child) {
        margin: 0 0 10px
    }

    .user-hello {
        max-width: none;
        white-space: normal
    }

    .banner-top {
        margin-top: -32px
    }

    .hiw {
        margin: 60px 0 !important
    }

    .hiw-in {
        padding-bottom: 0
    }

    .video {
        background: 0 0;
        margin: 60px 0
    }

    .video-title {
        font-size: 34px;
        line-height: 38px
    }

    .product-list {
        margin: 60px 0
    }

    .product-list-slider .owl-dots {
        margin-top: 30px
    }

    .product-slider-nav .item {
        height: 94px
    }

    .product-card-img a {
        height: 37.4vw
    }

    .testimonials {
        padding: 60px 0
    }

    .testimonials .page-title, .testimonials h2 {
        margin-bottom: 20px
    }

    .testimonials .owl-stage-outer {
        padding: 10px 0;
        margin-left: 0;
        width: 100%
    }

    .testimonials .owl-dots {
        margin-top: 20px
    }

    .testimonials .owl-item.center .testimonials-item {
        width: 100%;
        left: 0;
        -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, .05);
        box-shadow: 0 1px 5px rgba(0, 0, 0, .05)
    }

    .testimonials-item {
        -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, .05);
        box-shadow: 0 1px 5px rgba(0, 0, 0, .05)
    }

    .testimonials-item-text {
        max-height: none !important;
        padding: 0 20px;
        font-size: 12px
    }

    .footer-top {
        padding: 30px 0
    }

    .footer-top-in {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .footer-bottom-in {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .footer .menu {
        margin-bottom: 30px
    }

    .footer .menu > ul > li:not(:last-child) {
        margin-right: 0
    }

    .footer .menu > ul > li.folder a:after {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .footer .menu > ul > li.folder a.open:after {
        -webkit-transform: scaleY(-1);
        -ms-transform: scaleY(-1);
        transform: scaleY(-1)
    }

    .footer .logo {
        margin-bottom: 30px
    }

    .copyright {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        margin-top: 20px;
        text-align: center;
        width: 100%
    }

    .pagination {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .table-in > div {
        margin: 0 0 10px !important
    }

    .table-item {
        padding: 30px 0 20px
    }

    .table-elem-2 {
        width: -webkit-calc(100% - 150px);
        width: calc(100% - 150px)
    }

    .table-elem-3 {
        margin-right: 0
    }

    .table-elem-10, .table-elem-4, .table-elem-5, .table-elem-6, .table-elem-7, .table-elem-8, .table-elem-9 {
        width: 33.333%
    }

    .table-elem-11 {
        width: 66.666%
    }

    .table-elem-13 {
        width: -webkit-calc(100% - 70px);
        width: calc(100% - 70px)
    }

    .table-elem-14 {
        width: -webkit-calc(100% - 200px);
        width: calc(100% - 200px)
    }

    .table-elem-15, .table-elem-16 {
        width: 90px
    }

    .order-id ::-webkit-input-placeholder {
        font-size: 11px
    }

    .order-id ::-moz-placeholder {
        font-size: 11px
    }

    .order-id :-ms-input-placeholder {
        font-size: 11px
    }

    .order-id ::-ms-input-placeholder {
        font-size: 11px
    }

    .order-id ::placeholder {
        font-size: 11px
    }

    .order-id-input {
        background: 0 0;
        padding: 0 8px;
        width: 135px;
        font-size: 11px
    }

    .order-id button {
        right: auto;
        left: 130px
    }

    .creator-link {
        width: 100%;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 20px
    }
}

@media (max-width: 575.98px) {
    body {
        padding-top: 84px
    }

    .page-title, .product-panel h2, h2 {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 16px
    }

    .banner-top, .body > .product-wrap:first-child {
        margin-top: -16px
    }

    .hiw-in {
        padding-bottom: 32px
    }

    .hiw-item {
        padding-top: 15px;
        height: auto
    }

    .hiw-item:not(:last-child):after {
        width: 23px;
        height: 5px;
        background-size: 100% auto;
        top: 49px;
        right: -12px
    }

    .hiw-item-icon {
        width: 70px;
        height: 70px
    }

    .hiw-item-icon img {
        -webkit-transform: scale(.7);
        -ms-transform: scale(.7);
        transform: scale(.7)
    }

    .hiw-item-num {
        font-size: 18px
    }

    .hiw-item-title {
        font-size: 13px;
        line-height: 15px
    }

    .hiw-item-title span {
        font-size: 12px;
        line-height: 14px
    }

    .video-title {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 20px
    }

    .product-list-slider .product-card-img img {
        width: 100% !important
    }

    .product-card {
        width: 100%
    }

    .product-card:not(:nth-child(2n+2)) {
        margin-right: 0
    }

    .product-card-img a {
        height: auto
    }

    .product-card-img a img {
        display: block;
        width: 100%
    }

    .product-card-title a {
        max-height: none
    }

    .product-info h3 {
        font-size: 26px;
        line-height: 32px
    }

    .product-slider-nav .item {
        height: -webkit-calc(15.5vw - 10px);
        height: calc(15.5vw - 10px)
    }

    .pagination {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .pagination > * {
        width: 32px;
        height: 32px;
        font-size: 13px
    }

    .pagination > :not(:last-child) {
        margin-right: 10px
    }

    .pagination > .last {
        margin-left: 30px
    }

    .pagination > .last:before {
        left: -37px;
        width: 32px;
        height: 32px
    }

    .pagination-nav {
        background-size: 22px
    }

    .pagination-nav img {
        width: 22px
    }

    .table-elem-10, .table-elem-11, .table-elem-4, .table-elem-5, .table-elem-6, .table-elem-7, .table-elem-8, .table-elem-9 {
        width: 50%
    }

    .order-id ::-webkit-input-placeholder {
        font-size: 10px
    }

    .order-id ::-moz-placeholder {
        font-size: 10px
    }

    .order-id :-ms-input-placeholder {
        font-size: 10px
    }

    .order-id ::-ms-input-placeholder {
        font-size: 10px
    }

    .order-id ::placeholder {
        font-size: 10px
    }

    .order-id-input {
        width: 125px;
        font-size: 10px
    }

    .order-id button {
        left: 115px
    }
}

@media (max-width: 380px) {
    .select-label {
        display: none
    }

    .select-wrap {
        width: 100%
    }

    .custom-select {
        width: 100%
    }

    .table-elem-2 {
        width: -webkit-calc(100% - 70px);
        width: calc(100% - 70px);
        padding-right: 0 !important
    }

    .table-elem-3 {
        width: 50%
    }

    .tabs-nav {
        padding-top: 25px
    }

    .tabs-cont {
        padding: 0 15px 15px
    }
}

@media (max-width: 370px) {
    .modal-dark .modal-cont {
        max-width: 290px
    }
}

@media (min-width: 992px) {
    .product-card:hover:before {
        opacity: 1;
        left: -10px;
        right: -10px;
        top: -10px;
        bottom: -10px
    }

    .product-card:hover .product-card-labels {
        left: 0;
        right: 0;
        top: 0
    }
}

@media (min-width: 1230px) {
    .header-toggle {
        display: none
    }

    .header-in {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
}

.float-right {
    float: right;
}

