@charset "UTF-8";
/*!
 * Bootstrap Reboot v4.1.0 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
    -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: 0.5rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-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;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}

dt {
    font-weight: 700;
}

dd {
    margin-bottom: .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]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
    outline: 0;
}

pre,
code,
kbd,
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: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: inherit;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

button {
    border-radius: 0;
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    -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;
}

/*!
 * Bootstrap Grid v4.1.0 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
    width: device-width;
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

.container {
    width: 100%;
    padding-right: 5px;
    padding-left: 5px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 769px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

.container-fluid {
    width: 100%;
    padding-right: 5px;
    padding-left: 5px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}

.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}

.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}

.col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}

.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}

.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}

.col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}

.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}

.order-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
}

.order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
}

.order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}

.order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
}

.order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
}

.order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
}

.order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
}

.order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
}

.order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
}

.order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
}

.order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
}

.order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
}

.offset-1 {
    margin-left: 8.33333%;
}

.offset-2 {
    margin-left: 16.66667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.33333%;
}

.offset-5 {
    margin-left: 41.66667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.33333%;
}

.offset-8 {
    margin-left: 66.66667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.33333%;
}

.offset-11 {
    margin-left: 91.66667%;
}

@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .order-sm-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }

    .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }

    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }

    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }

    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }

    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }

    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-sm-0 {
        margin-left: 0;
    }

    .offset-sm-1 {
        margin-left: 8.33333%;
    }

    .offset-sm-2 {
        margin-left: 16.66667%;
    }

    .offset-sm-3 {
        margin-left: 25%;
    }

    .offset-sm-4 {
        margin-left: 33.33333%;
    }

    .offset-sm-5 {
        margin-left: 41.66667%;
    }

    .offset-sm-6 {
        margin-left: 50%;
    }

    .offset-sm-7 {
        margin-left: 58.33333%;
    }

    .offset-sm-8 {
        margin-left: 66.66667%;
    }

    .offset-sm-9 {
        margin-left: 75%;
    }

    .offset-sm-10 {
        margin-left: 83.33333%;
    }

    .offset-sm-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 769px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .order-md-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }

    .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }

    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }

    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }

    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }

    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }

    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-md-0 {
        margin-left: 0;
    }

    .offset-md-1 {
        margin-left: 8.33333%;
    }

    .offset-md-2 {
        margin-left: 16.66667%;
    }

    .offset-md-3 {
        margin-left: 25%;
    }

    .offset-md-4 {
        margin-left: 33.33333%;
    }

    .offset-md-5 {
        margin-left: 41.66667%;
    }

    .offset-md-6 {
        margin-left: 50%;
    }

    .offset-md-7 {
        margin-left: 58.33333%;
    }

    .offset-md-8 {
        margin-left: 66.66667%;
    }

    .offset-md-9 {
        margin-left: 75%;
    }

    .offset-md-10 {
        margin-left: 83.33333%;
    }

    .offset-md-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .order-lg-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }

    .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }

    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }

    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }

    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }

    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }

    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-lg-0 {
        margin-left: 0;
    }

    .offset-lg-1 {
        margin-left: 8.33333%;
    }

    .offset-lg-2 {
        margin-left: 16.66667%;
    }

    .offset-lg-3 {
        margin-left: 25%;
    }

    .offset-lg-4 {
        margin-left: 33.33333%;
    }

    .offset-lg-5 {
        margin-left: 41.66667%;
    }

    .offset-lg-6 {
        margin-left: 50%;
    }

    .offset-lg-7 {
        margin-left: 58.33333%;
    }

    .offset-lg-8 {
        margin-left: 66.66667%;
    }

    .offset-lg-9 {
        margin-left: 75%;
    }

    .offset-lg-10 {
        margin-left: 83.33333%;
    }

    .offset-lg-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 1440px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .order-xl-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }

    .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }

    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }

    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }

    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }

    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }

    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-xl-0 {
        margin-left: 0;
    }

    .offset-xl-1 {
        margin-left: 8.33333%;
    }

    .offset-xl-2 {
        margin-left: 16.66667%;
    }

    .offset-xl-3 {
        margin-left: 25%;
    }

    .offset-xl-4 {
        margin-left: 33.33333%;
    }

    .offset-xl-5 {
        margin-left: 41.66667%;
    }

    .offset-xl-6 {
        margin-left: 50%;
    }

    .offset-xl-7 {
        margin-left: 58.33333%;
    }

    .offset-xl-8 {
        margin-left: 66.66667%;
    }

    .offset-xl-9 {
        margin-left: 75%;
    }

    .offset-xl-10 {
        margin-left: 83.33333%;
    }

    .offset-xl-11 {
        margin-left: 91.66667%;
    }
}

.d-none {
    display: none !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-table {
    display: table !important;
}

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }

    .d-sm-inline {
        display: inline !important;
    }

    .d-sm-inline-block {
        display: inline-block !important;
    }

    .d-sm-block {
        display: block !important;
    }

    .d-sm-table {
        display: table !important;
    }

    .d-sm-table-row {
        display: table-row !important;
    }

    .d-sm-table-cell {
        display: table-cell !important;
    }

    .d-sm-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 769px) {
    .d-md-none {
        display: none !important;
    }

    .d-md-inline {
        display: inline !important;
    }

    .d-md-inline-block {
        display: inline-block !important;
    }

    .d-md-block {
        display: block !important;
    }

    .d-md-table {
        display: table !important;
    }

    .d-md-table-row {
        display: table-row !important;
    }

    .d-md-table-cell {
        display: table-cell !important;
    }

    .d-md-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }

    .d-lg-inline {
        display: inline !important;
    }

    .d-lg-inline-block {
        display: inline-block !important;
    }

    .d-lg-block {
        display: block !important;
    }

    .d-lg-table {
        display: table !important;
    }

    .d-lg-table-row {
        display: table-row !important;
    }

    .d-lg-table-cell {
        display: table-cell !important;
    }

    .d-lg-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important;
    }

    .d-xl-inline {
        display: inline !important;
    }

    .d-xl-inline-block {
        display: inline-block !important;
    }

    .d-xl-block {
        display: block !important;
    }

    .d-xl-table {
        display: table !important;
    }

    .d-xl-table-row {
        display: table-row !important;
    }

    .d-xl-table-cell {
        display: table-cell !important;
    }

    .d-xl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media print {
    .d-print-none {
        display: none !important;
    }

    .d-print-inline {
        display: inline !important;
    }

    .d-print-inline-block {
        display: inline-block !important;
    }

    .d-print-block {
        display: block !important;
    }

    .d-print-table {
        display: table !important;
    }

    .d-print-table-row {
        display: table-row !important;
    }

    .d-print-table-cell {
        display: table-cell !important;
    }

    .d-print-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-print-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}

.flex-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}

.flex-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
}

.flex-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
}

.justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}

.align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.align-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
}

@media (min-width: 576px) {
    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-sm-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-sm-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-sm-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-sm-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-sm-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-sm-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-sm-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 769px) {
    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-md-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-md-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-md-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-md-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-md-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-md-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-md-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-lg-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-lg-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-lg-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-lg-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-lg-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-lg-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-xl-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-xl-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-xl-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-xl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-xl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-xl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@font-face {
    font-family: 'icomoon';
    src: url("../fonts/icomoon/icomoon.eot?n3t1g9");
    src: url("../fonts/icomoon/icomoon.eot?n3t1g9#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?n3t1g9") format("truetype"), url("../fonts/icomoon/icomoon.woff?n3t1g9") format("woff"), url("../fonts/icomoon/icomoon.svg?n3t1g9#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-left:before {
    content: "\e900";
    color: #fcfcfc;
}

.icon-arrow-right:before {
    content: "\e901";
    color: #fcfcfc;
}

.icon-header-email:before {
    content: "\e902";
    color: #75a423;
}

.icon-header-phone:before {
    content: "\e903";
    color: #75a423;
}

.icon-icon-map:before {
    content: "\e904";
    color: #75a423;
}

.icon-close-modal:before {
    content: "\e905";
}

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before, .slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/* Arrows */
.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent;
}

.slick-prev {
    left: -25px;
}

.slick-next {
    right: -25px;
}

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: black;
    opacity: 0.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    color: black;
    opacity: 0.75;
}

html,
body {
    font-size: 15px;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Lato', sans-serif;
    color: #84847f;
    background: #fff;
}

a:hover, a:active, a:focus {
    text-decoration: none;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

img {
    max-width: 100%;
    height: auto;
}

.section-title,
 h1 {
    font-size: 25px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 900;
    color: #10100f;
}

h3.section-title, h3 {
    font-size: 16px;
}

.container-big {
    max-width: 1680px;
    margin: 0 auto;
    padding: 0 10px;
}

.container {
    max-width: 1680px;
    margin: 0 auto;
    padding: 0 10px;
    width: 100%;
}

@media screen and (max-width: 992px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.btn {
    display: inline-block;
    vertical-align: middle;
    padding: 16px 20px;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    border-radius: 4px;
}

.btn:hover {
    text-decoration: none;
    cursor: pointer;
}

.btn.btn--yellow {
    color: black;
    background: #ffd800;
}

.btn.btn--yellow:hover {
    background: #ebc700;
}

.btn.btn--green {
    color: #10100f;
    background: #75a423;
}

.btn.btn--green:hover {
    background: #69931f;
}

.btn.btn--black {
    color: #fff;
    background: #2b2b28;
}

.btn.btn--black:hover {
    background: #20201e;
}

/* header
====================================================*/
.main-header {
    /* header-top
  ====================================================*/
}

.main-header .logo {
    position: relative;
    display: table;
}

@media screen and (max-width: 992px) {
    .main-header .logo {
        margin-bottom: 30px;
    }
}

.main-header .logo .address {
    position: absolute;
    top: 0;
    right: -148px;
    width: 138px;
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
    color: #777a74;
}

@media screen and (max-width: 992px) {
    .main-header .logo .address {
        position: static;
        display: inline-block;
        vertical-align: top;
        margin-left: 10px;
    }
}

.main-header .header-top {
    padding-top: 25px;
    width: 100%;
    /* header-top__content-top-item
    ====================================================*/
    /* header-top__content-top-item
    ====================================================*/
    /* header-top__content-bottom
        ====================================================*/
    /* header-top__content-bottom
        ====================================================*/
    /* menu-bar
    ====================================================*/
    /* menu-bar
    ====================================================*/
    /* menu
    ====================================================*/
    /* menu
    ====================================================*/
}

.main-header .header-top__content-top {
    margin-bottom: 20px;
}

.main-header .header-top__content-top-item {
    margin-left: 30px;
    font-size: 15px;
    font-weight: 300;
    text-align: right;
}

@media screen and (max-width: 768px) {
    .main-header .header-top__content-top-item {
        margin-bottom: 10px;
    }
}

.main-header .header-top__content-top-item a {
    cursor: pointer;
}

.main-header .header-top__content-top-item .icon {
    font-size: 18px;
}

.main-header .header-top__content-top-item .icon::before {
    color: #75a423;
}

.main-header .header-top__content-top-item .phone {
    color: #10100f;
}

.main-header .header-top__content-top-item .email {
    color: #a8c675;
    text-decoration: underline;
}

.main-header .header-top__content-top-item .time {
    color: #10100f;
}

.main-header .header-top__content-bottom .btn {
    display: table;
    margin-left: auto;
}

.main-header .header-top .menu-bar {
    display: none;
    height: 51px;
    font-size: 20px;
    font-weight: bold;
    line-height: 51px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    background: #74a424;
}

@media screen and (max-width: 768px) {
    .main-header .header-top .menu-bar {
        display: block;
    }
}

.main-header .header-top .menu-bar .fa {
    float: right;
    margin-top: 16px;
    margin-right: 40px;
}

.main-header .header-top .menu-bar .fa:hover {
    cursor: pointer;
}

.main-header .header-top .menu {
    text-align: right;
}

@media screen and (max-width: 768px) {
    .main-header .header-top .menu {
        display: none;
        text-align: left;
        background: #74a424;
    }
}

@media screen and (min-width: 769px) {
    .main-header .header-top .menu {
        display: block !important;
    }
}

.main-header .header-top .menu__item {
    display: inline-block;
    vertical-align: top;
}

@media screen and (max-width: 768px) {
    .main-header .header-top .menu__item {
        display: block;
    }
}

.main-header .header-top .menu__item:hover a {
    text-decoration: none;
    color: #75a423;
}

@media screen and (max-width: 768px) {
    .main-header .header-top .menu__item:hover a {
        color: #496d0c;
    }
}

.main-header .header-top .menu__link {
    display: block;
    padding: 12px;
    font-size: 17px;
    font-weight: 900;
    text-transform: uppercase;
    color: #10100f;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

@media screen and (max-width: 768px) {
    .main-header .header-top .menu__link {
        color: #fff;
        border-top: 1px solid #ccc;
    }
}

@media screen and (max-width: 768px) {
    .main-header .header-top .btn {
        display: block;
        text-align: center;
    }
}

@media screen and (max-width: 576px) {
    .main-header .header-top .btn {
        margin-top: 10px;
    }
}

/* header-top
====================================================*/
.header-bottom {
    margin-top: 12px;
    background: #75a423;
}

/* header-categoreis-wrap
====================================================*/
.header-categories-wrap {
    width: 100%;
}

.header-categories-wrap .header-categories-navbar {
    display: none;
    text-align: center;
    height: 53px;
    line-height: 53px;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
}

@media screen and (max-width: 768px) {
    .header-categories-wrap .header-categories-navbar {
        display: block;
    }
}

.header-categories-wrap .header-categories-navbar span {
    float: right;
    margin-top: 18px;
    margin-right: 40px;
}

.header-categories-wrap .header-categories-navbar span.title {
    float: none;
    margin-left: -100px;
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    .header-categories-wrap .header-categories-navbar span.title {
        margin-left: 60px;
    }
}

/* header-categoreis-wrap
====================================================*/
/* header-categories
====================================================*/
.header-categories {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    font-size: 0;
    /* inner
  ====================================================*/
    /* inner
  ====================================================*/
}

@media screen and (max-width: 768px) {
    .header-categories {
        display: none;
    }
}

@media screen and (min-width: 769px) {
    .header-categories {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
}

.header-categories__item {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.header-categories__item:first-child > a {
    border-left: 1px solid #527810;
}

.header-categories__item:hover .inner {
    display: block;
}

.header-categories__link {
    display: block;
    padding-top: 17px;
    padding-bottom: 17px;
    min-width: 70px;
    font-size: 13px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    background: #75a423;
    border-right: 1px solid #527810;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

@media screen and (max-width: 768px) {
    .header-categories__link {
        position: relative;
        padding-left: 30px;
        text-align: left;
        border-top: 1px solid #ccc;
        z-index: 10;
    }
}

.header-categories__link:hover {
    text-decoration: none;
    color: #fff;
    background: #59840e;
}

.header-categories .inner {
    position: absolute;
    top: 53px;
    left: 0;
    display: none;
    padding: 0 19px;
    width: 287px;
    min-height: 40px;
    background: #59840e;
    z-index: 20;
}

.header-categories .inner__item {
    display: block;
}

.header-categories .inner__link {
    display: block;
    height: 36px;
    line-height: 36px;
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    border-bottom: 1px solid #426602;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.header-categories .inner__link:hover {
    opacity: .6;
}

/* header-categories
====================================================*/
/* slider
====================================================*/
.slider {
    position: relative;
    margin-bottom: 56px;
}

@media screen and (max-width: 1200px) {
    .slider {
        min-height: 500px;
    }
}

@media screen and (max-width: 992px) {
    .slider {
        min-height: 400px;
    }
}

.slider .container {
    padding: 0 90px;
}

@media screen and (max-width: 580px) {
    .slider .container {
        padding: 0 10px;
    }
}

@media screen and (max-width: 1600px) {
    .slider img {
        max-width: 110%;
    }
}

@media screen and (max-width: 1500px) {
    .slider img {
        max-width: 120%;
    }
}

@media screen and (max-width: 1300px) {
    .slider img {
        max-width: 130%;
    }
}

@media screen and (max-width: 1100px) {
    .slider img {
        max-width: 140%;
    }
}

@media screen and (max-width: 1000px) {
    .slider img {
        max-width: 160%;
    }
}

@media screen and (max-width: 900px) {
    .slider img {
        max-width: 180%;
    }
}

@media screen and (max-width: 760px) {
    .slider img {
        max-width: 200%;
    }
}

@media screen and (max-width: 680px) {
    .slider img {
        max-width: 220%;
    }
}

@media screen and (max-width: 590px) {
    .slider img {
        max-width: 240%;
    }
}

@media screen and (max-width: 491px) {
    .slider img {
        max-width: 280%;
    }
}

@media screen and (max-width: 480px) {
    .slider img {
        max-width: 320%;
    }
}

@media screen and (max-width: 400px) {
    .slider img {
        max-width: 360%;
    }
}

.slider::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 47px;
    background: url("../i/slider-index/slider-bottom.png") no-repeat center;
    background-size: cover;
}

.slider__content {
    position: absolute;
    top: 100px;
}

@media screen and (max-width: 1200px) {
    .slider__content {
        top: 60px;
    }
}

@media screen and (max-width: 580px) {
    .slider__content {
        padding-left: 20px;
    }
}

@media screen and (max-width: 490px) {
    .slider__content {
        top: 50px;
    }
}

@media screen and (max-width: 370px) {
    .slider__content {
        padding: 0 10px;
    }
}

.slider h1 {
    margin-bottom: 60px;
    font-size: 50px;
    font-weight: 900;
    text-transform: uppercase;
    color: #fff;
}

@media screen and (max-width: 768px) {
    .slider h1 {
        font-size: 40px;
    }
}

@media screen and (max-width: 670px) {
    .slider h1 {
        font-size: 36px;
    }
}

@media screen and (max-width: 614px) {
    .slider h1 {
        font-size: 30px;
    }
}

@media screen and (max-width: 540px) {
    .slider h1 {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 490px) {
    .slider h1 {
        width: 320px;
    }
}

@media screen and (max-width: 370px) {
    .slider h1 {
        width: 300px;
        font-size: 20px;
    }
}

.slider__text {
    display: table;
    font-weight: 900;
    margin-bottom: 0;
    padding: 12px;
    text-transform: uppercase;
    line-height: 30px;
    color: #10100f;
    background: #ffd800;
}

@media screen and (max-width: 670px) {
    .slider__text {
        font-size: 12px;
    }
}

@media screen and (max-width: 490px) {
    .slider__text {
        padding: 6px;
        width: 280px;
    }
}

.slider .buttons {
    margin-top: 120px;
}

@media screen and (max-width: 540px) {
    .slider .buttons {
        margin-top: 60px;
    }
}

.slider .buttons .btn {
    margin-right: 40px;
}

@media screen and (max-width: 490px) {
    .slider .buttons .btn {
        display: block;
        margin-bottom: 20px;
    }
}

.slider .slick-arrow {
    position: absolute;
    top: 50%;
    font-size: 40px;
    z-index: 2000;
    opacity: .8;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    cursor: pointer;
}

@media screen and (max-width: 992px) {
    .slider .slick-arrow {
        top: 58%;
    }
}

@media screen and (max-width: 490px) {
    .slider .slick-arrow {
        display: none;
    }
}

.slider .slick-arrow:hover, .slider .slick-arrow:focus, .slider .slick-arrow:active {
    opacity: 1;
}

.slider .icon-arrow-left {
    left: 30px;
}

.slider .icon-arrow-right {
    right: 30px;
}

/* slider
====================================================*/
/* seven-reasons
====================================================*/
.seven-reasons {
    background: url("/uploads/images/seven-reasons-bg.png") no-repeat center 34%;
    /* seven-reasons__block-item
  ====================================================*/
    /* seven-reasons__-item
  ====================================================*/
    /* seven-reasons__bottom
  ====================================================*/
}

@media screen and (max-width: 920px) {
    .seven-reasons {
        background: none;
    }
}

.seven-reasons .container {
    max-width: 1680px;
    padding: 0 15px;
}

.seven-reasons .section-title {
    margin-bottom: 56px;
}

.seven-reasons__block-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

@media screen and (max-width: 768px) {
    .seven-reasons__block-item {
        display: block;
    }
}

.seven-reasons__item {
    margin-bottom: 70px;
    max-width: 500px;
    /* seven-reasons__item-title
    ====================================================*/
}

@media screen and (max-width: 1425px) {
    .seven-reasons__item {
        max-width: 400px;
    }
}

@media screen and (max-width: 1200px) {
    .seven-reasons__item {
        max-width: 350px;
    }
}

@media screen and (max-width: 1100px) {
    .seven-reasons__item {
        max-width: 300px;
    }
}

@media screen and (max-width: 1000px) {
    .seven-reasons__item {
        max-width: 260px;
    }
}

@media screen and (max-width: 920px) {
    .seven-reasons__item {
        max-width: 400px;
    }
}

@media screen and (max-width: 768px) {
    .seven-reasons__item {
        margin-left: auto;
        margin-right: auto;
    }
}

.seven-reasons__item:last-child {
    text-align: right;
}

@media screen and (max-width: 768px) {
    .seven-reasons__item:last-child {
        text-align: left;
    }
}

.seven-reasons__item-title {
    text-transform: uppercase;
    color: #75a423;
}

.seven-reasons .seven-reasons__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto 40px;
    width: 800px;
    /* seven-reasons__bottom-title
    ====================================================*/
}

@media screen and (max-width: 680px) {
    .seven-reasons .seven-reasons__bottom {
        display: block;
        text-align: center;
    }
}

.seven-reasons .seven-reasons__bottom-title {
    margin-bottom: 15px;
    font-size: 20px;
    text-transform: uppercase;
    color: #75a423;
}

.seven-reasons .seven-reasons__bottom .btn {
    display: table;
    padding: 20px 22px;
}

@media screen and (max-width: 680px) {
    .seven-reasons .seven-reasons__bottom .btn {
        display: inline-block;
    }
}

/* seven-reasons
====================================================*/
/* standarts
====================================================*/
.standarts {
    font-size: 0;
    margin-bottom: 8px;
    /* standarts__item
  ====================================================*/
}

.standarts .container-big {
    padding: 0;
    max-width: 2000px;
}

.standarts .section-title {
    margin-top: 15px;
    margin-bottom: 40px;
}

.standarts__item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-bottom: -8px;
    width: 25%;
    /* standarts__item-content
    ====================================================*/
    /* standarts__item-title
    ====================================================*/
    /* standarts__item-list
    ====================================================*/
}


.menu-gallary .standarts__item:hover{
    cursor: pointer;
}

@media screen and (max-width: 950px) {
    .standarts__item {
        width: 50%;
    }
}

@media screen and (max-width: 478px) {
    .standarts__item {
        width: 100%;
    }
}






.standarts.menu_main_index  .standarts__item:hover .standarts__item-content {
    background: rgba(0, 0, 0, 0.6);
}

.standarts__item:hover .standarts__item-list {
    display: block;
}

.standarts__item-content {
    position: absolute;
    top: 0;
    left: 0;
    padding: 36px 0 26px 32px;
    width: 100%;
    height: 100%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.standarts__item-title {
    display: table;
    margin-bottom: 16px;
    padding: 9px 10px;
    font-size: 14px;
    color: #10100f;
    background: #fff;
    border-radius: 5px;
}

.menu-gallary .standarts__item-content {
    position: absolute;
    top: 0;
    left: 0;
    padding: 16px 0 0 16px;
    width: 100%;
    height: 100%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.menu-gallary .standarts__item-title {
    display: table;
    margin-bottom: 16px;
    padding: 9px 10px;
    font-size: 14px;
    color: #10100f;
    background: #fff;
    border-radius: 5px;
/*    max-width: 196px;*/
}


.standarts__item-title a {
    color: inherit;
}

.standarts__item-list {
    display: none;
}

.standarts__item-list a {
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    color: #75a423;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.standarts__item-list a:hover {
    color: #fff;
}

/* standarts
====================================================*/
/* for-what
====================================================*/
.for-what {
    margin-top: -2px;
    /* for-what__item
  ====================================================*/
    /* for-what__title
  ====================================================*/
    /* for-what__text
  ====================================================*/
    /* for-what__item-top
  ====================================================*/
}

.for-what .container-big {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    max-width: 2000px;
}

.for-what .section-title {
    margin-bottom: 0;
    padding: 34px 0;
    background: #d8d9d7;
}

.for-what__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    padding: 53px 0 51px 57px;
    -ms-flex-preferred-size: 49%;
    flex-basis: 49%;
    border: 1px solid #d8d9d7;
    /* for-what__item-top
    ====================================================*/
    /* for-what__item-list
    ====================================================*/
}

@media screen and (max-width: 768px) {
    .for-what__item {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
}

.for-what__item:nth-child(2n) {
    border-left: none;
}

@media screen and (max-width: 992px) {
    .for-what__item:nth-child(2n) {
        border-bottom: 1px solid #d8d9d7;
    }
}

.for-what__item:first-child {
    border-bottom: none;
}

@media screen and (max-width: 992px) {
    .for-what__item:first-child {
        border-bottom: 1px solid #d8d9d7;
    }
}

.for-what__item:nth-child(2) {
    border-bottom: none;
}

@media screen and (max-width: 992px) {
    .for-what__item:nth-child(2) {
        border-bottom: 1px solid #d8d9d7;
        border-left: 1px solid #d8d9d7;
    }
}

.for-what__item:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 0;
    padding-bottom: 0;
    min-height: 100%;
    background: #f6f6f6;
    /* @media screen and (max-width: $lg) {
        max-width: 500px;
        width: auto;
        border-left: 1px solid #d8d9d7;
      } */
}

@media screen and (max-width: 1255px) {
    .for-what__item:last-child {
        width: 40%;
    }
}

.for-what__item-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 35px;
}

.for-what__item-list a {
    display: block;
    font-size: 13px;
    font-weight: 900;
    line-height: 30px;
    text-transform: uppercase;
    color: #75a423;
}

.for-what__title {
    margin-bottom: 44px;
    font-size: 20px;
    font-weight: 900;
    text-transform: uppercase;
    color: #10100f;
}

@media screen and (max-width: 1255px) {
    .for-what__title {
        margin-bottom: 14px;
    }
}

.for-what__text {
    max-width: 480px;
}

@media screen and (max-width: 602px) {
    .for-what__item-top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media screen and (max-width: 603px) {
    .for-what__item-top .img-wrap {
        text-align: right;
    }
}

/* for-what
====================================================*/
/* form
====================================================*/

.form-order-calc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.form-special-offer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.form {
    /*  display: flex;*/

    /* form-bottom
  ====================================================*/
}

@media screen and (max-width: 1200px) {
    .form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.form__title {
    margin-bottom: 40px;
    font-weight: 900;
    text-align: left;
    text-transform: uppercase;
    color: #10100f;
}

.form-wrap {
    padding-left: 45px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.form-top {
    padding-right: 40px;
}

.form input[type="text"] {
    width: 30%;
    height: 52px;
    font-size: 12px;
    font-style: italic;
    font-weight: bold;
    text-indent: 10px;
    color: #10100f;
    border-radius: 4px;
    border: 2px solid #171714;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (max-width: 1255px) {
    .form input[type="text"] {
        display: block;
        margin-bottom: 20px;
        width: 320px;
    }
}

@media screen and (max-width: 404px) {
    .form input[type="text"] {
        width: 100%;
    }
}

.form input[type="submit"].btn {
    margin-bottom: 20px;
    vertical-align: top;
    border: none;
    outline: none;
}

@media screen and (max-width: 1255px) {
    .form input[type="submit"].btn {
        width: 320px;
        text-align: center;
    }
}

@media screen and (max-width: 404px) {
    .form input[type="submit"].btn {
        width: 100%;
    }
}

.form-bottom {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 40px;
    padding: 17px 53px;
    font-size: 14px;
    font-weight: bold;
    color: #10100f;
    background: #75a423;
}

@media screen and (max-width: 1200px) {
    .form-bottom {
        padding: 17px 30px;
    }
}

@media screen and (max-width: 1050px) {
    .form-bottom {
        padding: 17px 20px;
    }
}

@media screen and (max-width: 400px) {
    .form-bottom {
        display: block;
    }
}

.form-bottom .text {
    width: 264px;
}

@media screen and (max-width: 400px) {
    .form-bottom .text {
        margin-bottom: 10px;
    }
}

.form-bottom .phone {
    width: 261px;
    font-size: 25px;
    font-weight: 900;
    color: #f1f1f1;
}

@media screen and (max-width: 1255px) {
    .form-bottom .phone {
        font-size: 22px;
    }
}

.underline {
    color: inherit;
    text-decoration: underline;
}

/* form
====================================================*/
/* gost
====================================================*/
.gost {
    padding-top: 50px;
    /* gost-slider
  ====================================================*/
}

.gost .container-big {
    padding: 0;
    max-width: 2000px;
}

.gost-slider-wrap {
    position: relative;
}

.gost-slider-wrap .block-left,
.gost-slider-wrap .block-right {
    position: absolute;
    top: 0;
    width: 76px;
    height: 100%;
    background: url("../i/gost-slider/gost-slider-bg.png");
    background-size: cover;
    opacity: 0;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    z-index: 1999;
}

.gost-slider-wrap .block-right {
    right: 0;
}

.gost-slider-wrap .block-left {
    left: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.gost__text {
    padding: 0 10px;
    margin: 42px auto 45px;
    max-width: 790px;
    text-align: center;
}

.gost-slider {
    position: relative;
}

.gost-slider .fa {
    position: absolute;
    top: 45%;
    font-size: 30px;
    color: #000;
    z-index: 2000;
    cursor: pointer;
}

.gost-slider .fa-chevron-left {
    left: 30px;
}

.gost-slider .fa-chevron-right {
    right: 30px;
}

/* gost
====================================================*/
.breadcrumbs {
    padding: 20px 0;
    padding-left: 12px;
}

.breadcrumbs li {
    display: inline-block;
    vertical-align: top;
}

.breadcrumbs li.active a {
    color: #75a423;
}

.breadcrumbs li.active a::after {
    content: '';
    position: absolute;
    top: 3px;
    right: -4px;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-left-color: #75a423;
}

.breadcrumbs a {
    position: relative;
    display: block;
    padding-right: 14px;
    padding-left: 6px;
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
    color: #777a74;
}

/* text-page
====================================================*/
.text-page h1 {
    margin-top: 40px;
    margin-bottom: 30px;
    text-align: left;
}

.text-page__article {
    margin-bottom: 30px;
    width: 100%;
}

.text-page__article::after {
    content: '';
    display: block;
    clear: both;
}

.text-page__article .img-wrap {
    float: left;
    margin-right: 40px;
    width: 233px;
    height: 201px;
}

@media screen and (max-width: 768px) {
    .text-page__article .img-wrap {
        float: none;
        margin-bottom: 40px;
    }
}

.text-page__article-content {
    overflow: hidden;
}

.text-page__article-content .section-title {
    margin-top: 0;
    line-height: 25px;
}

.order-list {
    margin-bottom: 30px;
    counter-reset: myCounter;
    color: #343430;
}

.order-list .section-title {
    font-size: 16px;
}

.order-list li {
    list-style: none;
}

.order-list li:before {
    counter-increment: myCounter;
    content: counter(myCounter) ".";
    display: inline-block;
    margin: 5px 10px;
    font-weight: bold;
    text-align: center;
    line-height: 20px;
    width: 20px;
    height: 20px;
    background: #75a423;
}

.order-list a {
    line-height: 30px;
    color: inherit;
}

.unorder-list {
    margin-bottom: 30px;
    color: #343430;
}

.unorder-list .section-title {
    font-size: 16px;
}

.unorder-list a {
    position: relative;
    display: block;
    padding-left: 7px;
    line-height: 30px;
    color: inherit;
}

.unorder-list a::before {
    content: '';
    position: absolute;
    top: 14px;
    left: 0;
    width: 3px;
    height: 3px;
    background: #75a423;
}
/*
.table {
    border-collapse: collapse;
    margin-bottom: 30px;
}

.table tr {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.table tr:hover {
    cursor: pointer;
    background: #f3ffdf;
}

.table tr:nth-child(2n) {
    background: #fffbe3;
}

.table th,
.table td {
    padding: 20px 12px;
}

.table th:first-child,
.table td:first-child {
    padding-left: 14px;
}

.table th:last-child,
.table td:last-child {
    padding-right: 14px;
}

.table th {
    font-size: 12px;
    text-transform: uppercase;
    color: #10100f;
    background: #d8d9d7;
}

.table th:first-child {
    border-top-left-radius: 4px;
}

.table th:last-child {
    border-top-right-radius: 4px;
}

.table td {
    color: #343430;
}*/



.product-page__content table {
    border-collapse: collapse;
    margin-bottom: 30px;
}

.product-page__content table tr {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.product-page__content table tr:hover {
    cursor: pointer;
    background: #f3ffdf;
}

.product-page__content table tr:nth-child(2n) {
    background: #fffbe3;
}

.product-page__content table th,
.product-page__content table td {
    padding: 20px 12px;
}

.product-page__content table th:first-child,
.product-page__content table td:first-child {
    padding-left: 14px;
}

.product-page__content table th:last-child,
.product-page__content table td:last-child {
    padding-right: 14px;
}

.product-page__content table th {
    font-size: 12px;
    text-transform: uppercase;
    color: #10100f;
    background: #d8d9d7;
}

.product-page__content table th:first-child {
    border-top-left-radius: 4px;
}

.product-page__content table th:last-child {
    border-top-right-radius: 4px;
}

.product-page__content table td {
    color: #343430;
}






/* text-page
====================================================*/
/* sidebar
====================================================*/
.sidebar .section-title {
    margin-bottom: 50px;
    text-align: left;
}

.sidebar .section-title.section-title--green {
    color: #75a423;
}

.sidebar .sidebar__list-link,
.sidebar .sidebar__inner-list-link {
    display: block;
    padding: 0 16px;
    height: 39px;
    line-height: 39px;
    font-size: 12px;
    text-transform: uppercase;
}

.sidebar__list {
    margin-bottom: 40px;
}

@media screen and (max-width: 1200px) {
    .sidebar__list {
        max-width: 300px;
    }
}

.sidebar__list-item:last-child .sidebar__list-link {
    border: none;
}

.sidebar__list-item.active .sidebar__list-link {
    color: #fff;
    background: #75a423;
}

.sidebar__list-link {
    font-size: 12px;
    font-weight: 900;
    color: #10100f;
    background: #ededed;
    border-bottom: 1px solid #d8d9d7;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.sidebar__list-link:hover {
    color: #75a423;
}

.sidebar__inner-list {
    display: none;
}

.sidebar__inner-list-item {
    height: 39px;
    border-radius: 4px;
}

.sidebar__inner-list-item.active .sidebar__inner-list-link {
    color: #fff;
    background: #74746a;
}

.sidebar__inner-list-link {
    display: block;
    color: #1d1d1c;
    background: #d8d9d7;
    border: none;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.sidebar__inner-list-link:hover,
.sidebar__inner-list-link.active_link {
    color: #1d1d1c;
    background: #ffd800;
}

.sidebar .form-wrap {
    padding-left: 0;
    background: #75a423;
    border-radius: 4px;
}

@media screen and (max-width: 992px) {
    .sidebar .form-wrap {
        margin: 0 auto 0 0;
        max-width: 300px;
    }
}

.sidebar .form-wrap .confidential {
    padding: 0 10px 10px;
    font-size: 12px;
    color: #4c710c;
}

.sidebar .form-wrap .confidential a {
    text-decoration: underline;
    color: inherit;
}

.sidebar__form {
    padding: 21px 15px;
}

.sidebar__form input[type="text"] {
    margin-bottom: 13px;
    width: 100%;
    height: 54px;
    line-height: 54px;
    text-indent: 6px;
    font-style: italic;
    color: #10100f;
    border: 2px solid #171714;
    border-radius: 4px;
    background: transparent;
}

.sidebar__form input[type="text"]::-webkit-input-placeholder {
    color: #171714;
}

.sidebar__form input[type="text"]:-moz-placeholder {
    /*Firefox 18-*/
    color: #171714;
}

.sidebar__form input[type="text"]::-moz-placeholder {
    /*Firefox 19+*/
    color: #171714;
}

.sidebar__form input[type="text"]:-ms-input-placeholder {
    color: #171714;
}

.sidebar__form .btn {
    display: table;
    margin: 10px auto;
    width: 161px;
    text-align: center;
    border: none;
    outline: none;
    padding-left: 0;
    padding-right: 0;
}

/* sidebar
====================================================*/
/* portfolio
====================================================*/
.portfolio .section-title {
    margin-bottom: 40px;
    line-height: 16px;
    text-align: left;
}

.portfolio__content {
    margin-left: 20px;
    margin-bottom: 50px;
}

@media screen and (max-width: 1200px) {
    .portfolio__content {
        margin-left: 0;
    }
}

@media screen and (max-width: 570px) {
    .portfolio__content {
        margin-left: auto;
        margin-right: auto;
        max-width: 470px;
    }
}

.portfolio__content .section-title {
    margin-bottom: 25px;
}

.portfolio__content .img-wrap {
    display: inline-block;
    vertical-align: top;
    margin: 5px;
    max-width: 220px;
    border-radius: 6px;
    overflow: hidden;
}

/* portfolio
====================================================*/
/* pagination
====================================================*/
.pagination {
    display: table;
    margin: 0 auto 50px;
}

.pagination__item {
    display: inline-block;
    vertical-align: top;
}

.pagination__item.active .pagination__link {
    background: #ffd800;
}

.pagination__link {
    display: block;
    margin-right: -4px;
    width: 28px;
    height: 28px;
    font-weight: 900;
    font-size: 17px;
    line-height: 28px;
    text-align: center;
    color: #10100f;
    border-radius: 4px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.pagination__link:hover {
    color: #75a423;
    text-decoration: underline;
}

.pagination .previous,
.pagination .next {
    display: inline-block;
    vertical-align: top;
}

.pagination .previous a,
.pagination .next a {
    position: relative;
    top: 6px;
    display: block;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.pagination .previous.active a {
    border-right-color: #75a423;
}

.pagination .previous a {
    left: -14px;
    border-right-color: #10100f;
}

.pagination .previous a:hover {
    border-right-color: #75a423;
}

.pagination .next.active a {
    border-left-color: #75a423;
}

.pagination .next a {
    right: -14px;
    border-left-color: #10100f;
}

.pagination .next a:hover {
    border-left-color: #75a423;
}

/* pagination
====================================================*/
/* product-page
====================================================*/
.product-page {
    color: #10100f;
}

.product-page__content {
    margin-left: 14px;
}

@media screen and (max-width: 992px) {
    .product-page__content {
        margin-left: 0;
    }
}

.product-page .clearfix::after {
    content: '';
    display: block;
    clear: both;
}

.product-page .img-wrap {
    float: left;
    margin-bottom: 18px;
    margin-right: 20px;
/*    width: 232px;
    height: 191px;*/
    border-radius: 5px;
    overflow: hidden;
}

.product-page .section-title,
.product-page h2{
    margin-top: 29px;
    margin-bottom: 25px;
    text-align: left;
}

.product-page .gallery {
    margin-bottom: 30px;
}

.product-page .gallery .img-wrap {
    display: inline-block;
    vertical-align: top;
    margin: 5px;
    max-width: 220px;
}

.product-page .gallery .img-wrap img {
    max-width: 100%;
}

@media screen and (max-width: 992px) {
    .product-page .gallery {
        margin-left: 0;
        margin-right: auto;
        max-width: 700px;
    }
}

@media screen and (max-width: 768px) {
    .product-page .gallery {
        max-width: 454px;
    }
}

/* product-page
====================================================*/
/* promotions
====================================================*/
.promotions .col-sm-6,
.promotions .col-md-4 {
    padding: 0 15px;
}

@media screen and (max-width: 570px) {
    .promotions .col-sm-6,
    .promotions .col-md-4 {
        padding: 0 5px;
    }
}

.promotions .section-title {
    margin-bottom: 50px;
    text-align: left;
}

.promotions__content .section-title {
    margin-bottom: 24px;
    height: 48px;
    overflow: hidden;
}

@media screen and (max-width: 768px) {
    .promotions__content {
        margin: 0 auto 0 0;
        max-width: 640px;
    }
}

.promotions .img-wrap {
    margin-bottom: 30px;
    border-radius: 4px;
    overflow: hidden;
}

.promotions__item {
    margin-bottom: 52px;
    color: #84847f;
}

.promotions__item .section-title {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.promotions__item:hover .section-title {
    color: #75a423;
}

/* promotions
====================================================*/
/* contacts
====================================================*/
.contacts .section-title {
    margin-bottom: 50px;
    text-align: left;
}

.contacts__content::after {
    content: '';
    display: block;
    clear: both;
}

.contacts__list {
    margin-bottom: 38px;
    color: #343430;
}

.contacts__list li {
    margin-bottom: 20px;
}

.contacts__list .icon {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    font-size: 20px;
    color: #75a423;
}

.contacts__list span {
    display: inline-block;
    vertical-align: top;
}

.contacts__list-email {
    text-decoration: underline;
    color: #75a423;
}

.contacts__list-email:hover {
    color: #75a423;
}

.contacts__list .list-phones {
    display: inline-block;
    vertical-align: top;
}

.contacts__list .list-phones li {
    margin-bottom: 0;
}

.contacts__sublist {
    margin-bottom: 38px;
    font-weight: 900;
    text-transform: uppercase;
    color: #75a423;
}

.contacts__data {
    float: left;
    margin-right: 40px;
    width: 358px;
}

@media screen and (max-width: 992px) {
    .contacts__data {
        float: none;
        margin-right: 0;
    }
}

.contacts__data .section-title {
    margin-bottom: 34px;
    font-size: 14px;
}

.contacts__data-text {
    color: #10100f;
}

.contacts__form {
    margin-bottom: 60px;
}

.contacts__form input[type="text"],
.contacts__form input[type="email"],
.contacts__form textarea {
    display: block;
    margin-bottom: 20px;
    width: 100%;
    height: 54px;
    font-style: italic;
    text-indent: 11px;
    border-radius: 4px;
    border: 2px solid #171714;
}

.contacts__form input[type="text"]::-webkit-input-placeholder,
.contacts__form input[type="email"]::-webkit-input-placeholder,
.contacts__form textarea::-webkit-input-placeholder {
    color: #171714;
}

.contacts__form input[type="text"]:-moz-placeholder,
.contacts__form input[type="email"]:-moz-placeholder,
.contacts__form textarea:-moz-placeholder {
    /*Firefox 18-*/
    color: #171714;
}

.contacts__form input[type="text"]::-moz-placeholder,
.contacts__form input[type="email"]::-moz-placeholder,
.contacts__form textarea::-moz-placeholder {
    /*Firefox 19+*/
    color: #171714;
}

.contacts__form input[type="text"]:-ms-input-placeholder,
.contacts__form input[type="email"]:-ms-input-placeholder,
.contacts__form textarea:-ms-input-placeholder {
    color: #171714;
}

.contacts__form input[type="submit"] {
    border: none;
}

.contacts__form textarea {
    padding: 16px;
    padding-left: 0;
    height: 156px;
}

.contacts__form a {
    text-decoration: underline;
    color: inherit;
}

.contacts .map {
    margin-bottom: 50px;
    overflow: hidden;
}

.contacts .map .img-wrap {
    margin-bottom: 45px;
}

.contacts .map .section-title {
    margin-bottom: 28px;
}

.contacts .map__text {
    color: #10100f;
}

.contacts .contacts-map {
    margin-bottom: 40px;
    height: 509px;
}

/* contacts
====================================================*/
/* footer-main
====================================================*/
.footer-main {
    padding: 40px 0;
    font-size: 13px;
    color: #a8a8a8;
    background: #373732;
}

.footer-main__content {
    display: table;
    margin: 0 auto;
}

@media screen and (max-width: 710px) {
    .footer-main__content {
        padding: 0 15px;
    }
}

.footer-main__item {
    display: inline-block;
    vertical-align: top;
    padding: 0 16px;
    border-right: 1px solid #5f5f5d;
}

.footer-main__item:first-child {
    padding-left: 0;
}

@media screen and (max-width: 728px) {
    .footer-main__item:first-child {
        border: none;
    }
}

.footer-main__item:last-child {
    padding-right: 0;
    border-right: none;
}

@media screen and (max-width: 992px) {
    .footer-main__item:last-child {
        display: block;
        padding: 0;
        border: none;
    }
}

.footer-main .copy {
    max-width: 224px;
}

.footer-main .phones {
    max-width: 470px;
    height: 72px;
}

@media screen and (max-width: 992px) {
    .footer-main .phones {
        border-right: none;
    }
}

@media screen and (max-width: 728px) {
    .footer-main .phones {
        padding: 0;
    }
}

@media screen and (max-width: 455px) {
    .footer-main .phones {
        margin-bottom: 20px;
        height: auto;
    }
}

.footer-main .phones__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 15px;
    color: #fff;
}

@media screen and (max-width: 455px) {
    .footer-main .phones__top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media screen and (max-width: 455px) {
    .footer-main .phones__top-item {
        display: inline-block;
        vertical-align: top;
        margin-bottom: 10px;
    }
}

.footer-main .info {
    max-width: 208px;
}

.footer-main .info a {
    text-decoration: underline;
    color: inherit;
}

.footer-main .info a:hover {
    text-decoration: none;
}

/* footer-main
====================================================*/
/* modal
====================================================*/
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    background: rgba(0, 0, 0, 0.8);
    z-index: 3000;
}

.modal-wrap {
    position: fixed;
    top: 50%;
    left: 50%;
    display: none;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 686px;
    background: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 5px 30px -5px rgba(0, 0, 0, 0.8);
    box-shadow: 0 5px 30px -5px rgba(0, 0, 0, 0.8);
    z-index: 3001;
}

.modal-wrap .form-top {
    position: relative;
}

.modal-wrap .close-modal {
    position: absolute;
    top: 20px;
    right: 20px;
    display: inline-block;
    vertical-align: top;
}

.modal-wrap .form-wrap {
    padding-left: 0;
}

.modal-wrap .form-top {
    padding: 47px 42px 0;
}

.modal-wrap .form-bottom .text {
    margin-right: 20px;
    text-transform: uppercase;
    text-align: right;
}

.not_link {
    cursor: default;
}

@media screen and (max-width: 1200px) {
    .menu-gallary  .standarts__item {
        width: 33%;
    }
}
@media screen and (max-width: 1080px) {
    .menu-gallary  .standarts__item {
        width: 50%;
    }
}
@media screen and (max-width: 544px) {
    .menu-gallary  .standarts__item {
        width: 100%;
    }
}
/*
@media (min-width: 1440px){
	.col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
	.col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
	
}
*/

@media (max-width: 420px){

    .product-page__content table{
        font-size:13px;
    }
}
@media (max-width: 375px){

    .product-page__content table th, .product-page__content table td{
        padding: 20px 5px;
    }
    .product-page__content table th:first-child, .product-page__content table td:first-child{
        padding-left:10px;
    }
    .product-page__content table th:last-child, .product-page__content table td:last-child{
        padding-right:0;
    }
}