/*!
 * Bootstrap Reboot v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 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;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    width: 100%;
    overflow-x: hidden;
}

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

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
    width: 100%;
    overflow-x: hidden;
}

[tabindex="-1"]:focus:not(:focus-visible) {
    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;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}

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;
}

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;
}

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

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

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

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

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

figure {
    margin: 0 0 1rem;
}

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

svg {
    overflow: hidden;
    vertical-align: middle;
}

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;
}

select {
    word-wrap: normal;
}

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

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

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-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.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
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: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.desktop-show { display: block;}
.mobile-show { display: none;}

.header-newgate_sk a {
  color: #000;
  line-height: 1.2;
  text-decoration: none;
  background-color: transparent;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px 6px 8px 8px;
}

@media (max-width: 768px) {
  .header__top--row .header-newgate_sk {
    order: 3;
  }
    .desktop-show { display: none; }
    .mobile-show { display: block; }
}


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

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

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

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

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

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

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

@media (min-width: 992px) {
    .container, .container-sm, .container-md, .container-lg {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1140px;
    }
}

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

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

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

.col-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%;
    padding-right: 15px;
    padding-left: 15px;
}

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

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

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

.row-cols-3 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

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

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

.row-cols-6 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .row-cols-sm-3 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

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

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

    .row-cols-sm-6 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .row-cols-md-3 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

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

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

    .row-cols-md-6 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .row-cols-lg-3 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

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

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

    .row-cols-lg-6 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .row-cols-xl-3 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

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

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

    .row-cols-xl-6 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.d-none {
    display: none !important;
}

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }

    .d-sm-inline {
        display: inline !important;
    }

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

    .d-sm-block {
        display: block !important;
    }

    .d-sm-table {
        display: table !important;
    }

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

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

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

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

@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }

    .d-md-inline {
        display: inline !important;
    }

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

    .d-md-block {
        display: block !important;
    }

    .d-md-table {
        display: table !important;
    }

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

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

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

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

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }

    .d-lg-inline {
        display: inline !important;
    }

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

    .d-lg-block {
        display: block !important;
    }

    .d-lg-table {
        display: table !important;
    }

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

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

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

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

@media (min-width: 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: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

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

@media print {
    .d-print-none {
        display: none !important;
    }

    .d-print-inline {
        display: inline !important;
    }

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

    .d-print-block {
        display: block !important;
    }

    .d-print-table {
        display: table !important;
    }

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

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

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

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

.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}

.flex-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.flex-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}

.flex-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}

.flex-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
}

.flex-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
}

.flex-shrink-0 {
    -webkit-flex-shrink: 0 !important;
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
}

.flex-shrink-1 {
    -webkit-flex-shrink: 1 !important;
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
}

.justify-content-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.justify-content-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}

.align-items-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.align-items-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}

.align-items-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.align-items-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

.align-content-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}

.align-content-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}

.align-content-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}

.align-content-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}

.align-content-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}

.align-content-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}

.align-self-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
}

.align-self-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}

.align-self-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}

.align-self-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
}

.align-self-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}

.align-self-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
}

@media (min-width: 576px) {
    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-sm-wrap {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-sm-nowrap {
        -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-sm-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-sm-fill {
        -webkit-box-flex: 1 !important;
        -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-sm-grow-0 {
        -webkit-box-flex: 0 !important;
        -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-sm-grow-1 {
        -webkit-box-flex: 1 !important;
        -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-sm-shrink-0 {
        -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-sm-shrink-1 {
        -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-sm-start {
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-sm-around {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-sm-start {
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-sm-end {
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-sm-center {
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-sm-start {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-sm-end {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-sm-center {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-sm-between {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-sm-around {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-sm-stretch {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-sm-auto {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }

    .align-self-sm-start {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-sm-end {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-sm-center {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }

    .align-self-sm-baseline {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-sm-stretch {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-md-wrap {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-md-nowrap {
        -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-md-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-md-fill {
        -webkit-box-flex: 1 !important;
        -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-md-grow-0 {
        -webkit-box-flex: 0 !important;
        -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-md-grow-1 {
        -webkit-box-flex: 1 !important;
        -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-md-shrink-0 {
        -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-md-shrink-1 {
        -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-md-start {
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-md-around {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-md-start {
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-md-end {
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-md-center {
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-md-start {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-md-end {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-md-center {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-md-between {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-md-around {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-md-stretch {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-md-auto {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }

    .align-self-md-start {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-md-end {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-md-center {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }

    .align-self-md-baseline {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-md-stretch {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-lg-wrap {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-lg-nowrap {
        -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-lg-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-lg-fill {
        -webkit-box-flex: 1 !important;
        -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-lg-grow-0 {
        -webkit-box-flex: 0 !important;
        -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-lg-grow-1 {
        -webkit-box-flex: 1 !important;
        -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-lg-shrink-0 {
        -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-lg-shrink-1 {
        -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-lg-around {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-lg-start {
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-lg-end {
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-lg-center {
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-lg-start {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-lg-end {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-lg-center {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-lg-between {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-lg-around {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-lg-stretch {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-lg-auto {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }

    .align-self-lg-start {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-lg-end {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-lg-center {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }

    .align-self-lg-baseline {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-lg-stretch {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-xl-wrap {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-xl-nowrap {
        -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-xl-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-xl-fill {
        -webkit-box-flex: 1 !important;
        -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-xl-grow-0 {
        -webkit-box-flex: 0 !important;
        -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-xl-grow-1 {
        -webkit-box-flex: 1 !important;
        -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-xl-shrink-0 {
        -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-xl-shrink-1 {
        -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-xl-around {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-xl-start {
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-xl-end {
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-xl-center {
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-xl-start {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-xl-end {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-xl-center {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-xl-between {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-xl-around {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-xl-stretch {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-xl-auto {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }

    .align-self-xl-start {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-xl-end {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-xl-center {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }

    .align-self-xl-baseline {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-xl-stretch {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }
}

.m-0 {
    margin: 0 !important;
}

.mt-0,
.my-0 {
    margin-top: 0 !important;
}

.mr-0,
.mx-0 {
    margin-right: 0 !important;
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
    margin-left: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.mt-3,
.my-3 {
    margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.mt-5,
.my-5 {
    margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important;
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-0,
.py-0 {
    padding-top: 0 !important;
}

.pr-0,
.px-0 {
    padding-right: 0 !important;
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
    padding-left: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.pt-3,
.py-3 {
    padding-top: 1rem !important;
}

.pr-3,
.px-3 {
    padding-right: 1rem !important;
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
    padding-left: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.pt-5,
.py-5 {
    padding-top: 3rem !important;
}

.pr-5,
.px-5 {
    padding-right: 3rem !important;
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
    padding-left: 3rem !important;
}

.m-n1 {
    margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
    margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
    margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
    margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
    margin-left: -0.25rem !important;
}

.m-n2 {
    margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
    margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
    margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
    margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
    margin-left: -0.5rem !important;
}

.m-n3 {
    margin: -1rem !important;
}

.mt-n3,
.my-n3 {
    margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
    margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
    margin-left: -1rem !important;
}

.m-n4 {
    margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important;
}

.m-n5 {
    margin: -3rem !important;
}

.mt-n5,
.my-n5 {
    margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
    margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
    margin-left: -3rem !important;
}

.m-auto {
    margin: auto !important;
}

.mt-auto,
.my-auto {
    margin-top: auto !important;
}

.mr-auto,
.mx-auto {
    margin-right: auto !important;
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
    margin-left: auto !important;
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important;
    }

    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important;
    }

    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important;
    }

    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important;
    }

    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important;
    }

    .m-sm-1 {
        margin: 0.25rem !important;
    }

    .mt-sm-1,
    .my-sm-1 {
        margin-top: 0.25rem !important;
    }

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 0.25rem !important;
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 0.25rem !important;
    }

    .m-sm-2 {
        margin: 0.5rem !important;
    }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: 0.5rem !important;
    }

    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 0.5rem !important;
    }

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 0.5rem !important;
    }

    .m-sm-3 {
        margin: 1rem !important;
    }

    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important;
    }

    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important;
    }

    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important;
    }

    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important;
    }

    .m-sm-4 {
        margin: 1.5rem !important;
    }

    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important;
    }

    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important;
    }

    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important;
    }

    .m-sm-5 {
        margin: 3rem !important;
    }

    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important;
    }

    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important;
    }

    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important;
    }

    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important;
    }

    .p-sm-0 {
        padding: 0 !important;
    }

    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important;
    }

    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important;
    }

    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important;
    }

    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important;
    }

    .p-sm-1 {
        padding: 0.25rem !important;
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: 0.25rem !important;
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: 0.25rem !important;
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: 0.25rem !important;
    }

    .p-sm-2 {
        padding: 0.5rem !important;
    }

    .pt-sm-2,
    .py-sm-2 {
        padding-top: 0.5rem !important;
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: 0.5rem !important;
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: 0.5rem !important;
    }

    .p-sm-3 {
        padding: 1rem !important;
    }

    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important;
    }

    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important;
    }

    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important;
    }

    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important;
    }

    .p-sm-4 {
        padding: 1.5rem !important;
    }

    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important;
    }

    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important;
    }

    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important;
    }

    .p-sm-5 {
        padding: 3rem !important;
    }

    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important;
    }

    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important;
    }

    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important;
    }

    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important;
    }

    .m-sm-n1 {
        margin: -0.25rem !important;
    }

    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -0.25rem !important;
    }

    .m-sm-n2 {
        margin: -0.5rem !important;
    }

    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -0.5rem !important;
    }

    .m-sm-n3 {
        margin: -1rem !important;
    }

    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important;
    }

    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important;
    }

    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important;
    }

    .m-sm-n4 {
        margin: -1.5rem !important;
    }

    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important;
    }

    .m-sm-n5 {
        margin: -3rem !important;
    }

    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem !important;
    }

    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem !important;
    }

    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem !important;
    }

    .m-sm-auto {
        margin: auto !important;
    }

    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important;
    }

    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important;
    }

    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important;
    }

    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important;
    }

    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important;
    }

    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important;
    }

    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important;
    }

    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important;
    }

    .m-md-1 {
        margin: 0.25rem !important;
    }

    .mt-md-1,
    .my-md-1 {
        margin-top: 0.25rem !important;
    }

    .mr-md-1,
    .mx-md-1 {
        margin-right: 0.25rem !important;
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: 0.25rem !important;
    }

    .m-md-2 {
        margin: 0.5rem !important;
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: 0.5rem !important;
    }

    .mr-md-2,
    .mx-md-2 {
        margin-right: 0.5rem !important;
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: 0.5rem !important;
    }

    .m-md-3 {
        margin: 1rem !important;
    }

    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important;
    }

    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important;
    }

    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important;
    }

    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important;
    }

    .m-md-4 {
        margin: 1.5rem !important;
    }

    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important;
    }

    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important;
    }

    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important;
    }

    .m-md-5 {
        margin: 3rem !important;
    }

    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important;
    }

    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important;
    }

    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important;
    }

    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important;
    }

    .p-md-0 {
        padding: 0 !important;
    }

    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important;
    }

    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important;
    }

    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important;
    }

    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important;
    }

    .p-md-1 {
        padding: 0.25rem !important;
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: 0.25rem !important;
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: 0.25rem !important;
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: 0.25rem !important;
    }

    .p-md-2 {
        padding: 0.5rem !important;
    }

    .pt-md-2,
    .py-md-2 {
        padding-top: 0.5rem !important;
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: 0.5rem !important;
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: 0.5rem !important;
    }

    .p-md-3 {
        padding: 1rem !important;
    }

    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important;
    }

    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important;
    }

    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important;
    }

    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important;
    }

    .p-md-4 {
        padding: 1.5rem !important;
    }

    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important;
    }

    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important;
    }

    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important;
    }

    .p-md-5 {
        padding: 3rem !important;
    }

    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important;
    }

    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important;
    }

    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important;
    }

    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important;
    }

    .m-md-n1 {
        margin: -0.25rem !important;
    }

    .mt-md-n1,
    .my-md-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -0.25rem !important;
    }

    .m-md-n2 {
        margin: -0.5rem !important;
    }

    .mt-md-n2,
    .my-md-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -0.5rem !important;
    }

    .m-md-n3 {
        margin: -1rem !important;
    }

    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important;
    }

    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important;
    }

    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important;
    }

    .m-md-n4 {
        margin: -1.5rem !important;
    }

    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important;
    }

    .m-md-n5 {
        margin: -3rem !important;
    }

    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem !important;
    }

    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem !important;
    }

    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem !important;
    }

    .m-md-auto {
        margin: auto !important;
    }

    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important;
    }

    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important;
    }

    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important;
    }

    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important;
    }

    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important;
    }

    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important;
    }

    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important;
    }

    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important;
    }

    .m-lg-1 {
        margin: 0.25rem !important;
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: 0.25rem !important;
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 0.25rem !important;
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 0.25rem !important;
    }

    .m-lg-2 {
        margin: 0.5rem !important;
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: 0.5rem !important;
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 0.5rem !important;
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 0.5rem !important;
    }

    .m-lg-3 {
        margin: 1rem !important;
    }

    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important;
    }

    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important;
    }

    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important;
    }

    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important;
    }

    .m-lg-4 {
        margin: 1.5rem !important;
    }

    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important;
    }

    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important;
    }

    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important;
    }

    .m-lg-5 {
        margin: 3rem !important;
    }

    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important;
    }

    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important;
    }

    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important;
    }

    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important;
    }

    .p-lg-0 {
        padding: 0 !important;
    }

    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important;
    }

    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important;
    }

    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important;
    }

    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important;
    }

    .p-lg-1 {
        padding: 0.25rem !important;
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: 0.25rem !important;
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: 0.25rem !important;
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: 0.25rem !important;
    }

    .p-lg-2 {
        padding: 0.5rem !important;
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: 0.5rem !important;
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: 0.5rem !important;
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: 0.5rem !important;
    }

    .p-lg-3 {
        padding: 1rem !important;
    }

    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important;
    }

    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important;
    }

    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important;
    }

    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important;
    }

    .p-lg-4 {
        padding: 1.5rem !important;
    }

    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important;
    }

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important;
    }

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important;
    }

    .p-lg-5 {
        padding: 3rem !important;
    }

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important;
    }

    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important;
    }

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important;
    }

    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important;
    }

    .m-lg-n1 {
        margin: -0.25rem !important;
    }

    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -0.25rem !important;
    }

    .m-lg-n2 {
        margin: -0.5rem !important;
    }

    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -0.5rem !important;
    }

    .m-lg-n3 {
        margin: -1rem !important;
    }

    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important;
    }

    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important;
    }

    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important;
    }

    .m-lg-n4 {
        margin: -1.5rem !important;
    }

    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important;
    }

    .m-lg-n5 {
        margin: -3rem !important;
    }

    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem !important;
    }

    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem !important;
    }

    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem !important;
    }

    .m-lg-auto {
        margin: auto !important;
    }

    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important;
    }

    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important;
    }

    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important;
    }

    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important;
    }

    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important;
    }

    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important;
    }

    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important;
    }

    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important;
    }

    .m-xl-1 {
        margin: 0.25rem !important;
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: 0.25rem !important;
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 0.25rem !important;
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 0.25rem !important;
    }

    .m-xl-2 {
        margin: 0.5rem !important;
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: 0.5rem !important;
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 0.5rem !important;
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 0.5rem !important;
    }

    .m-xl-3 {
        margin: 1rem !important;
    }

    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important;
    }

    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important;
    }

    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important;
    }

    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important;
    }

    .m-xl-4 {
        margin: 1.5rem !important;
    }

    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important;
    }

    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important;
    }

    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important;
    }

    .m-xl-5 {
        margin: 3rem !important;
    }

    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important;
    }

    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important;
    }

    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important;
    }

    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important;
    }

    .p-xl-0 {
        padding: 0 !important;
    }

    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important;
    }

    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important;
    }

    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important;
    }

    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important;
    }

    .p-xl-1 {
        padding: 0.25rem !important;
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: 0.25rem !important;
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: 0.25rem !important;
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: 0.25rem !important;
    }

    .p-xl-2 {
        padding: 0.5rem !important;
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: 0.5rem !important;
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: 0.5rem !important;
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: 0.5rem !important;
    }

    .p-xl-3 {
        padding: 1rem !important;
    }

    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important;
    }

    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important;
    }

    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important;
    }

    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important;
    }

    .p-xl-4 {
        padding: 1.5rem !important;
    }

    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important;
    }

    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important;
    }

    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important;
    }

    .p-xl-5 {
        padding: 3rem !important;
    }

    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important;
    }

    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important;
    }

    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important;
    }

    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important;
    }

    .m-xl-n1 {
        margin: -0.25rem !important;
    }

    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -0.25rem !important;
    }

    .m-xl-n2 {
        margin: -0.5rem !important;
    }

    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -0.5rem !important;
    }

    .m-xl-n3 {
        margin: -1rem !important;
    }

    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important;
    }

    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important;
    }

    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important;
    }

    .m-xl-n4 {
        margin: -1.5rem !important;
    }

    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important;
    }

    .m-xl-n5 {
        margin: -3rem !important;
    }

    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem !important;
    }

    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem !important;
    }

    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem !important;
    }

    .m-xl-auto {
        margin: auto !important;
    }

    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important;
    }

    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important;
    }

    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important;
    }

    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important;
    }
}

.w-25 {
    width: 25% !important;
}

.w-50 {
    width: 50% !important;
}

.w-75 {
    width: 75% !important;
}

.w-100 {
    width: 100% !important;
}

.w-auto {
    width: auto !important;
}

.h-25 {
    height: 25% !important;
}

.h-50 {
    height: 50% !important;
}

.h-75 {
    height: 75% !important;
}

.h-100 {
    height: 100% !important;
}

.h-auto {
    height: auto !important;
}

.mw-100 {
    max-width: 100% !important;
}

.mh-100 {
    max-height: 100% !important;
}

.min-vw-100 {
    min-width: 100vw !important;
}

.min-vh-100 {
    min-height: 100vh !important;
}

.vw-100 {
    width: 100vw !important;
}

.vh-100 {
    height: 100vh !important;
}

/* cyrillic-ext */
@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: local('Montserrat Light Italic'), local('Montserrat-LightItalic'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZYgzz8fZwnCo.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: local('Montserrat Light Italic'), local('Montserrat-LightItalic'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZYgzz-PZwnCo.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* latin-ext */
@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: local('Montserrat Light Italic'), local('Montserrat-LightItalic'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZYgzz8vZwnCo.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: local('Montserrat Light Italic'), local('Montserrat-LightItalic'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZYgzz_PZw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: local('Montserrat Italic'), local('Montserrat-Italic'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUQjIg1_i6t8kCHKm459WxRxC7mw9c.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: local('Montserrat Italic'), local('Montserrat-Italic'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUQjIg1_i6t8kCHKm459WxRzS7mw9c.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* latin-ext */
@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: local('Montserrat Italic'), local('Montserrat-Italic'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUQjIg1_i6t8kCHKm459WxRxy7mw9c.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: local('Montserrat Italic'), local('Montserrat-Italic'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUQjIg1_i6t8kCHKm459WxRyS7m.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: local('Montserrat Medium Italic'), local('Montserrat-MediumItalic'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZOg3z8fZwnCo.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: local('Montserrat Medium Italic'), local('Montserrat-MediumItalic'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZOg3z-PZwnCo.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* latin-ext */
@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: local('Montserrat Medium Italic'), local('Montserrat-MediumItalic'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZOg3z8vZwnCo.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: local('Montserrat Medium Italic'), local('Montserrat-MediumItalic'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZOg3z_PZw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 600;
    font-display: swap;
    src: local('Montserrat SemiBold Italic'), local('Montserrat-SemiBoldItalic'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZFgrz8fZwnCo.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 600;
    font-display: swap;
    src: local('Montserrat SemiBold Italic'), local('Montserrat-SemiBoldItalic'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZFgrz-PZwnCo.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* latin-ext */
@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 600;
    font-display: swap;
    src: local('Montserrat SemiBold Italic'), local('Montserrat-SemiBoldItalic'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZFgrz8vZwnCo.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 600;
    font-display: swap;
    src: local('Montserrat SemiBold Italic'), local('Montserrat-SemiBoldItalic'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZFgrz_PZw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: local('Montserrat Bold Italic'), local('Montserrat-BoldItalic'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZcgvz8fZwnCo.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: local('Montserrat Bold Italic'), local('Montserrat-BoldItalic'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZcgvz-PZwnCo.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* latin-ext */
@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: local('Montserrat Bold Italic'), local('Montserrat-BoldItalic'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZcgvz8vZwnCo.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: local('Montserrat Bold Italic'), local('Montserrat-BoldItalic'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZcgvz_PZw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 800;
    font-display: swap;
    src: local('Montserrat ExtraBold Italic'), local('Montserrat-ExtraBoldItalic'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZbgjz8fZwnCo.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 800;
    font-display: swap;
    src: local('Montserrat ExtraBold Italic'), local('Montserrat-ExtraBoldItalic'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZbgjz-PZwnCo.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* latin-ext */
@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 800;
    font-display: swap;
    src: local('Montserrat ExtraBold Italic'), local('Montserrat-ExtraBoldItalic'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZbgjz8vZwnCo.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 800;
    font-display: swap;
    src: local('Montserrat ExtraBold Italic'), local('Montserrat-ExtraBoldItalic'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZbgjz_PZw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local('Montserrat ExtraLight'), local('Montserrat-ExtraLight'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_aZA3gTD_u50.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local('Montserrat ExtraLight'), local('Montserrat-ExtraLight'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_aZA3g3D_u50.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* latin-ext */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local('Montserrat ExtraLight'), local('Montserrat-ExtraLight'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_aZA3gfD_u50.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local('Montserrat ExtraLight'), local('Montserrat-ExtraLight'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_aZA3gnD_g.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local('Montserrat Light'), local('Montserrat-Light'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_cJD3gTD_u50.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local('Montserrat Light'), local('Montserrat-Light'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_cJD3g3D_u50.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* latin-ext */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local('Montserrat Light'), local('Montserrat-Light'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_cJD3gfD_u50.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local('Montserrat Light'), local('Montserrat-Light'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_cJD3gnD_g.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: local('Montserrat Medium'), local('Montserrat-Medium'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_ZpC3gTD_u50.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: local('Montserrat Medium'), local('Montserrat-Medium'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_ZpC3g3D_u50.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: local('Montserrat Medium'), local('Montserrat-Medium'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_ZpC3gbD_u50.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: local('Montserrat Medium'), local('Montserrat-Medium'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_ZpC3gfD_u50.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: local('Montserrat Medium'), local('Montserrat-Medium'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_ZpC3gnD_g.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_bZF3gTD_u50.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_bZF3g3D_u50.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_bZF3gbD_u50.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_bZF3gfD_u50.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_bZF3gnD_g.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local('Montserrat Bold'), local('Montserrat-Bold'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_dJE3gTD_u50.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local('Montserrat Bold'), local('Montserrat-Bold'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_dJE3g3D_u50.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local('Montserrat Bold'), local('Montserrat-Bold'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_dJE3gbD_u50.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local('Montserrat Bold'), local('Montserrat-Bold'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_dJE3gfD_u50.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local('Montserrat Bold'), local('Montserrat-Bold'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_dJE3gnD_g.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: local('Montserrat ExtraBold'), local('Montserrat-ExtraBold'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_c5H3gTD_u50.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: local('Montserrat ExtraBold'), local('Montserrat-ExtraBold'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_c5H3g3D_u50.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* latin-ext */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: local('Montserrat ExtraBold'), local('Montserrat-ExtraBold'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_c5H3gfD_u50.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: local('Montserrat ExtraBold'), local('Montserrat-ExtraBold'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_c5H3gnD_g.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: "RobotoSlub";
    font-style: normal;
    font-weight: 400;
    src: local("RobotoSlub"), url("../fonts/roboto_slub/RobotoSlab-Regular.woff2") format("woff2");
}

@font-face {
    font-family: "RobotoSlub";
    font-style: normal;
    font-weight: 500;
    src: local("RobotoSlub"), url("../fonts/roboto_slub/RobotoSlab-Medium.woff2") format("woff2");
}

@font-face {
    font-family: "RobotoSlub";
    font-style: normal;
    font-weight: 600;
    src: local("RobotoSlub"), url("../fonts/roboto_slub/RobotoSlab-SemiBold.woff2") format("woff2");
}

@font-face {
    font-family: "RobotoSlub";
    font-style: normal;
    font-weight: 700;
    src: local("RobotoSlub"), url("../fonts/roboto_slub/RobotoSlab-Bold.woff2") format("woff2");
}

@font-face {
    font-family: "RobotoSlub";
    font-style: normal;
    font-weight: 800;
    src: local("RobotoSlub"), url("../fonts/roboto_slub/RobotoSlab-Black.woff2") format("woff2");
}

@font-face {
    font-family: "glyphter";
    font-style: normal;
    font-weight: normal;
    src: local("glyphter"), url("../fonts/glyphter/glyphter.woff") format("woff2");
}

[class*='icon-'] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

[class*='icon-']:before {
    display: inline-block;
    font-family: 'glyphter';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
}

.icon-chevron-down:before {
    content: '\0041';
}

.icon-chevron-right:before {
    content: '\0042';
}

.icon-skype:before {
    content: '\0043';
}

.icon-viber:before {
    content: '\0044';
}

.icon-whatsapp:before {
    content: '\0045';
}

.icon-telegram:before {
    content: '\0046';
}

.icon-phone:before {
    display: none;
    content: '\0047';
}

.icon-phone {
    display: inline-block;
    height: 18px;
    width: 18px;
    background: url("/storage/base-images/phoe_icon.png");
}

.contacts__item .icon-phone {
    margin-top: 6px;
}

.icon-home:before {
    content: '\0048';
}

.icon-arrow-right:before {
    content: '\0049';
}

.icon-star:before {
    content: '\004a';
}

.icon-star-o:before {
    content: '\004b';
}

.icon-arrow-circle-right:before {
    content: '\004c';
}

.icon-arrow-circle-left:before {
    content: '\004d';
}

.icon-envelope:before {
    content: '\004e';
}

.icon-map:before {
    content: '\004f';
}

.icon-ok:before {
    content: '\0050';
}

.icon-facebook:before {
    content: '\0051';
}

.icon-youtube:before {
    content: '\0052';
}

.icon-vk:before {
    content: '\0053';
}

.icon-instagram:before {
    display: none;
    content: '\0054';
}

.icon-instagram {
    display: inline-block;
    height: 12px;
    width: 11px;
    background: url("/storage/base-images/insta.png");
}

.icon-chevron-left:before {
    content: '\0055';
}

.icon-quote-rigth:before {
    content: '\0056';
}

.icon-bar:before {
    content: '\0057';
}

::-webkit-input-placeholder {
    color: #666;
}

::-moz-placeholder {
    color: #666;
}

:-ms-input-placeholder {
    color: #666;
}

::-ms-input-placeholder {
    color: #666;
}

::placeholder {
    color: #666;
}

::-moz-selection {
    background-color: #1b41ea94;
    color: #fff;
}

::selection {
    background-color: #1b41ea94;
    color: #fff;
}

input, textarea {
    outline: none;
}

input:focus:required:invalid, textarea:focus:required:invalid {
    border-color: red;
}

input:required:valid, textarea:required:valid {
    border-color: green;
}

body {
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    min-width: 320px;
    position: relative;
    line-height: 1.65;
    overflow-x: hidden;
    color: #000;
}

h2, .h2 {
    margin-bottom: 40px;
    margin-top: 40px;
}

table {
    width: 100%;
}

table th {
    text-align: center;
    background: #f4f5fa;
    padding: 30px;
    font-weight: 600;
    font-size: 1.3rem;
    border: 1px solid #ccc;
}

table td {
    padding: 30px;
    border: 1px solid #ccc;
}

table td .big {
    font-weight: 600;
    font-size: 1.3rem;
}

.img-responsive {
    width: 100%;
}

.section__header {
    font-size: 36px;
    font-weight: 600;
    font-family: RobotoSlub;
    text-align: center;
    margin-bottom: 40px;
    line-height: 1.2;
}

.section__header--left {
    text-align: left;
}

.block__header {
    font-size: 26px;
    font-weight: 600;
    line-height: 1.2;
}

.modal__inner .block__header {
    text-align: center;
    font-size: 24px;
    margin-bottom: 15px;
}

.modal__inner .btn.btn--block {
    margin-top: 15px;
}


.block__header a {
    color: #000;
}

.text-center {
    text-align: center;
}

section {
    padding: 50px 0;
}

.divider {
    display: block;
    width: 60px;
    height: 2px;
    background: #1b41ea;
    margin: 15px 0px;
}

.video {
    position: relative;
    padding-bottom: 50%;
}

.video > iframe {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

.marb {
    margin-bottom: 30px;
}

.mart {
    margin-top: 30px;
}

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

.block__image {
    background-size: cover;
    background-position: center;
    position: relative;
    padding-bottom: 50%;
    margin-bottom: 20px;
}

.block__image > a {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

.content ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.content ul li:before {
    content: '';
    height: 8px;
    width: 8px;
    background: #1b41ea;
    border-radius: 50%;
    display: inline-block;
    margin-right: 7px;
    margin-bottom: 2px;
}


.content ol {
    counter-reset: myCounter;
}

.content ol li {
    list-style: none;

}

.content ol li:before {
    font-weight: 500;
    counter-increment: myCounter;
    content: counter(myCounter) ".";
    font-family: RobotoSlub;
    margin-right: 5px;
    color: #1b41ea;
}

.accordion__item > div {
    border-top: 1px solid #1b41ea;
    border-left: 1px solid #1b41ea;
    border-right: 1px solid #1b41ea;
}

.accordion__item .accordion__header {
    font-size: 1.3rem;
    font-weight: 700;
    padding: 25px 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.accordion__item .accordion__header .click {
    cursor: pointer;
    line-height: 1;
}

.accordion__item .accordion__header .click:before {
    content: '+';
    font-weight: 300;
    font-size: 3rem;
    line-height: 1;
    color: #1b41ea;
}

.accordion__item .accordion__text {
    padding: 25px 30px;
    display: none;
}

.accordion__item.active .accordion__header {
    background: #1b41ea;
    color: #fff;
}

.accordion__item.active .accordion__header .click:before {
    content: '-';
    color: #fff;
}

.accordion__item.active .accordion__text {
    display: block;
}

.btn {
    text-decoration: none;
    font-weight: 600;
    background: #1b41ea;
    color: #fff;
    border: 2px solid #1b41ea;
    padding: 10px 20px;
    text-align: center;
}

.btn:hover {
    text-decoration: none;
    background: #fff;
    color: #1b41ea;
}

.btn--transparent {
    background: #fff;
    color: #1b41ea;
}

.btn--transparent:hover {
    background: #1b41ea;
    color: #fff;
}

.btn--arrow:after {
    content: '\0049';
    font-family: glyphter;
    margin-left: 10px;
    font-size: 0.8rem;
}

.btn--arrow.btn--clear:after {
    color: #1b41ea;
}

.btn--clear {
    background: #ffffff00;
    color: #000;
    border: none;
    padding-left: 0px;
}

.btn--clear:hover {
    background: #ffffff00;
}

.btn--block {
    display: block;
}

.whatsapp {
    color: #5EF97A;
}

.viber {
    color: #7C519E;
}

.telegram {
    color: #31A9DD;
}

.skype {
    color: #00A9E8;
}

.messanger-btn {
    margin-left: 8px;
    margin-right: 8px;
}

.messanger-btn:hover {
    text-decoration: none;
}

.phone {
    font-size: 1.22rem;
    font-weight: 700;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.phone i {
    margin-right: 10px;
}

.phone a {
    color: #000;
}

.social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.3rem;
    padding: 0px 10px;
}

.bg-image {
    background-size: cover;
    background-position: center;
    height: 100%;
    min-height: 350px;
}

.main-slider {
    padding: 0px;
}

.main-slider__wrapper {
    position: relative;
}
.main-slider .main-slider__wrapper{
    background-size: cover;
    background-position: right;
}
.main-slider__element {
    background-size: cover;
    background-position: right;
    padding-bottom: 35%;
}

.main-slider__inner {
    width: calc(1140px / 2);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: absolute;
    left: 48%;
    top: 0px;
    bottom: 0px;
}

.main-slider__title h1,
.main-slider__title {
    font-size: 3rem;
    font-weight: 700;
    font-family: RobotoSlub;
    line-height: 1.2;
    text-align: left !important;
    color: #000;
}

.main-slider__title:after {
    content: '';
    background: #1b41ea;
    height: 2px;
    width: 100px;
    display: block;
    margin: 15px 0px;
}

.main-slider__caption {
    font-weight: 300;
    font-size: 1.15rem;
}

.main-slider .owl-dots {
    position: absolute;
    bottom: 20px;
    left: 0px;
    right: 0px;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.owl-dot:focus {
    outline: none;
}

.owl-dot.active span {
    background: #1b41ea;
    border: 1px solid #f1f1f1;
}

.owl-dot span {
    display: block;
    width: 12px;
    height: 12px;
    background: #f1f1f1;
    border-radius: 50%;
    margin-left: 7px;
    margin-right: 7px;
}

.owl-carousel {
    position: relative;
}

.owl-nav button {
    position: absolute;
    top: calc(50% - 53px / 2);
}

.owl-nav button:focus {
    outline: none;
}

.owl-nav button span {
    display: none;
}

.owl-nav button:before {
    content: '\004c';
    font-family: glyphter;
    font-size: 2rem;
    color: #dfdee3;
}

.owl-nav button.owl-prev {
    left: -40px;
}

.owl-nav button.owl-prev:before {
    content: '\004d';
}

.owl-nav button.owl-next {
    right: -40px;
}

.futures {
    font-weight: 300;
}

.futures__img {
    text-align: center;
    margin-bottom: 50px;
}


.services {
    background: #f4f5fa;
}

.services__item {
    position: relative;
    background-color: #fff;
    font-weight: 500;
    border-bottom: 2px solid #1b41ea;
    padding: 40px 30px;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.services__item img {
    position: absolute;
    width: 56px;
    height: auto;
    right: 50px;
    top: 35px;
}

.services__item .block__header {
    margin-right: 40px;
}

.services__text ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.services__text ul li {
    margin: 20px 0px;
}

.services__text ul li:before {
    content: '';
    display: inline-block;
    margin-right: 5px;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background: #1b41ea;
}

.services__button {
    margin-top: 30px;
}

.about__image {
    position: relative;
    background-size: cover;
    background-position: center;
    height: 100%;
    margin-right: 20px;
}

.about__short {
    position: absolute;
    background: #1b41ea;
    padding: 40px 30px;
    color: #fff;
    font-weight: 600;
    font-family: RobotoSlub;
    font-size: 1.2rem;
    right: -20px;
    bottom: 20px;
    width: 65%;
}

.about__text {
    margin-bottom: 70px;
}

.reviews {
    background: #f4f5fa;
}

.reviews__item {
    position: relative;
    text-align: center;
}

.reviews__item--page {
    margin-bottom: 40px;
    padding-right: 40px;
    padding-left: 40px;
}

.reviews__item--page:before, .reviews__item--page:after {
    content: '\0056';
    font-family: glyphter;
    line-height: 1;
    font-size: 40px;
    position: absolute;
    color: #1b41ea;
}

.reviews__item--page:after {
    bottom: 0px;
    right: -20px;
}

.reviews__item--page:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    top: 50%;
    left: -20px;
}

.reviews__item .reviews__image {
    text-align: center;
    position: absolute;
    z-index: 2;
    left: 0px;
    right: 0px;
}

.reviews__item .reviews__image--inline {
    position: static;
    margin-bottom: 10px;
}

.reviews__item .reviews__image > img {
    border-radius: 50%;
    width: 120px;
    margin: auto;
}

.reviews__top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 30px;
}

.reviews__header {
    font-size: 18px;
    text-align: left;
}

.reviews__data {
    font-weight: 300;
}

.reviews__comment {
    text-align: justify;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e8e8e8;
}

.reviews__container {
    background: #fff;
    padding-top: 80px;
    position: relative;
    background: #fff;
    top: 60px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    border-bottom: 2px solid #1b41ea;
    margin-bottom: 60px;
    padding-bottom: 30px;
}

.reviews__container .active, .reviews__container .not-active {
    font-size: 18px;
}

.reviews__container .active {
    display: none;
}

.reviews__container .comment {
    font-weight: 300;
    display: none;
}

.reviews__container .button {
    display: none;
}

.reviews .center .not-active {
    display: none;
}

.reviews .center .comment, .reviews .center .button, .reviews .center .active {
    display: block;
}

.reviews .owl-stage {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.heading {
    padding-top: 0px;
}

.heading__header {
    padding-top: 40px;
    padding-bottom: 70px;
    background: -webkit-gradient(linear, left top, right top, from(#041e2f), to(#1b41ea));
    background: -o-linear-gradient(left, #041e2f 0%, #1b41ea 100%);
    background: linear-gradient(to right, #041e2f 0%, #1b41ea 100%);
    color: #fff;
}

.heading__header--bg {
    background-size: cover;
    background-position: center;
    padding-top: 220px;
}

.heading__inner {
    background: #fff;
    margin-left: 40px;
    margin-right: 40px;
    margin-top: -60px;
    padding: 30px;
}

.heading__line {
    border-bottom: 1px solid #e8e8e8;
}

input[type="text"],
textarea {
    width: 100%;
    font-size: 0.9rem;
    padding: 10px;
    margin-bottom: 15px;
}


.modal__inner input[type="text"],
.modal__inner textarea {
    border: 1px solid #000;
}

.modal__inner input[type="text"]::placeholder::first-word {
    color: red;
}

.styled-placeholder {
    position: absolute;
    left: 25px;
    top: 11px;
}

.styled-placeholder .text-blue {
    color: #1b41ea;
    font-weight: 600;
}

.styled-placeholder:hover {
    cursor: poiner;
}

input[type="checkbox"] {
    display: none;
}



input[type="checkbox"] + label:before,
.agree-control input[type="hidden"] + label:before {
    content: '\2713';
    color: #fff;
    width: 18px;
    height: 18px;
    background: #1b41ea;
    line-height: 18px;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    margin-right: 5px;
    font-size: 16px;
    text-align: center;
}
input[type="checkbox"]:checked + label:before,
.form-group.agree-control.has-error label:before {
    content: '';
}
.form-message-modal .modal__inner.modal__inner_form{
    display: flex;
    justify-content: flex-end;
}
.form-message-modal .modal__close.btn{
    position: unset;
    width: 50%;
    font-size: 16px;
}

label ,
.agree-control label {
    font-size: 14px;
    font-weight: 300;
}

.agree-control label,
label.agree {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    line-height: 1.2;
}

.agree-control label.agree a,
label.agree a {
    color: #000;
    text-decoration: underline;
}

.contacts__accordion {
    border-bottom: 1px solid #1b41ea;
}

.contacts__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-weight: 300;
    font-size: 1.1em;
    margin-bottom: 5px;
}

.contacts__item a {
    color: #000;
}

.contacts__item i {
    margin-right: 15px;
}

.contacts__map {
    display: none;
}

.contacts__map.active {
    display: block;
    height: 100%;
}

.footer__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 5px 0;
    border-bottom: 1px solid #e8e8e8;
}

.footer__menu ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.footer__menu ul li {
    margin-left: 20px;
}

.footer__menu ul li a {
    color: #000;
    font-weight: 300;
}

.footer__copyright {
    padding: 30px 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer__copyright .copyright {
    font-weight: 300;
}

.footer__copyright .soc {
    color: #fff;
    font-size: 1rem;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #000;
    margin-left: 5px;
    margin-right: 5px;
}

.breadcrumbs {
    padding: 20px 0;
    border-bottom: 1px solid #e8e8e8;
    background: #f4f5fa;
}

.breadcrumbs .breadcrumb {
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 0.87rem;
}

.breadcrumbs .breadcrumb li a {
    color: #000;
}

.breadcrumbs .breadcrumb li a span{
    font-weight: 400;
}

.breadcrumbs .breadcrumb li span {
    font-weight: 600;
}

.breadcrumbs .breadcrumb li + li:before {
    content: '/';
    margin-left: 5px;
    margin-right: 5px;
}

.personal {
    background: #f4f5fa;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.personal .person__item {
    position: relative;
}

.personal .person__text {
    background: #ffffffcc;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 30px;
    text-align: center;
    padding: 15px 10px;
}

.personal .person__name {
    font-weight: 600;
}

.personal .person__name:after {
    content: '';
    display: block;
    width: 80px;
    height: 2px;
    background: #1b41ea;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

.personal .person__state {
    font-size: 0.9rem;
}

.sidebar__menu {
    margin-bottom: 20px;
}

.sidebar__menu ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    border-bottom: 1px solid #1b41ea;
}
.sidebar__menu ul li.active.haschild >a,
.sidebar__menu ul li.active:not(.haschild) a {
    background: #1b41ea;
    color: #fff;
}

.sidebar__menu ul li a {
    font-weight: 600;
    padding: 12px 20px;
    display: block;
    border: 1px solid #1b41ea;
    color: #000;
    border-bottom: none;
    text-decoration: none;
}

.sidebar__menu ul li a:hover {
    background: #1b41ea;
    color: #fff;
}

.sidebar__form .section__header {
    font-size: 1.35rem;
    margin-bottom: 22px;
}

.sidebar__form .heading__inner {
    padding: 20px;
    margin-left: 25px;
    margin-right: 25px;
    margin-top: -50px;
}

.sidebar__form .heading__header {
    padding-top: 20px;
    padding-bottom: 50px;
}

.sidebar__form .phone {
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.sidebar__form .social {
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.stars {
    color: #1b41ea;
    position: relative;
    display: inline-block;
}

.stars > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.stars > div i {
    margin-right: 3px;
}

.stars__fill {
    position: absolute;
    left: 0px;
    top: 0px;
    overflow: hidden;
}

.modal {
    display: none;
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 10;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.modal.open {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.modal__overlay {
    background: #ffffff11;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
}

.modal__window {
    background: -webkit-gradient(linear, left top, right top, from(#041e2f), to(#1b41ea));
    background: -o-linear-gradient(left, #041e2f 0%, #1b41ea 100%);
    background: linear-gradient(to right, #041e2f 0%, #1b41ea 100%);
    padding: 10px;
    position: relative;
    z-index: 2;
    width: 560px;
    max-width: 90%;
}

.modal__close {
    position: absolute;
    top: 15px;
    right: 15px;
    line-height: 1;
    z-index: 2;
    font-size: 36px;
    cursor: pointer;
}

.modal__inner {
    background: #fff;
    padding: 35px;
}

.question {
    background-image: url("/storage/base-images/3185947.jpg");
    background-size: cover;
    background-position: center;
    padding: 100px 0px;
}

.question__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.question__wrapper .header {
    font-size: 1.7rem;
    color: #1b41ea;
    font-family: RobotoSlub;
    width: 100%;
}

.question__wrapper .button {
    width: 100%;
    text-align: center;
}

.tabs > ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #1b41ea;
    margin-bottom: 20px;
}

.tabs > ul li {
    background: #f4f5fa;
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-top: 1px solid #f4f5fa;
    border-left: 1px solid #f4f5fa;
    border-right: 1px solid #f4f5fa;
    cursor: pointer;
}

.tabs > ul li:first-child {
    margin-left: 0;
}

.tabs > ul li:last-child {
    margin-right: 0;
}

.tabs > ul li:before {
    display: none;
}

.tabs > ul li.active {
    background: #fff;
    border-top: 1px solid #1b41ea;
    border-left: 1px solid #1b41ea;
    border-right: 1px solid #1b41ea;
    border-bottom: 1px solid #fff;
    color: #1b41ea;
    margin-bottom: -1px;
}

.tabs > ul li:hover {
    color: #1b41ea;
}

.tabs > ul li img {
    width: 24px;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    margin-right: 5px;
}

.tabs .tab {
    display: none;
}

.tabs .tab.active {
    display: block;
}

.left-image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.left-image .image {
    margin-right: 20px;
}

.left-image img {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
}

.rate {
    font-size: 14px;
    font-weight: 300;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.rate-area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-left: 10px;
}

.rate-area input {
    display: none;
}

.rate-area input:checked ~ label:before {
    content: '\004a';
}

.rate-area label {
    margin: 0px 2px;
    font-size: 16px;
    cursor: pointer;
}

.rate-area label:before {
    content: '\004b';
    font-family: glyphter;
    color: #1b41ea;
}

.upload {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction:  column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 300;
    -webkit-box-align: flex-end;
    -webkit-align-items: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
}

.upload .loader-container{
    cursor: pointer;
}

.upload img {
    width: 16px;
    height: 16px;
    margin-right: 10px;
}

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

ul.pagination li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    height: 36px;
    width: 36px;
    margin-right: 10px;
    border: 1px solid #e8e8e8;
    font-weight: 600;
}

ul.pagination li.active, ul.pagination li:hover {
    background: #1b41ea;
}

ul.pagination li.active a, ul.pagination li:hover a {
    color: #fff;
}

ul.pagination li a {
    text-decoration: none;
    color: #000;
}

ul.pagination li:before {
    display: none;
}

.faq__question {
    border: 1px solid #e8e8e8;
    font-size: 18px;
    font-weight: 600;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    padding: 10px 15px;
    margin-bottom: 10px;
}

.faq__question:after {
    content: "";
    height: 30px;
    width: 30px;
    background-size: cover;
    color: #1b41ea;
    display: block;
    background-image: url(/storage/base-images/icon_plus.png);
}


.faq__question.expanded {
    border-color: #1b41ea;
    color: #1b41ea;
}

.faq__question.expanded:after {
    background-image: url(/storage/base-images/icon_minus.png);
}

.faq__question.expanded + .faq__answer {
    display: block;
    margin-top: 10px;
}

.faq__answer {
    display: none;
}

.articles .more {
    text-align: left;
}

.articles .active.first {
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.articles .active.first > div {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 15px;
    padding-left: 15px;
}

.articles .active.first .block__image {
    padding-bottom: 30%;
}

.articles .more {
    display: block;
}

.header__404 {
    font-weight: 900;
    font-size: 68px;
}

.legend__404 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
}

header.header {
    position: relative;
    z-index: 2;
}

.header__top {
    border-bottom: 1px solid #e8e8e8;
    padding: 12px 0px;
}

@media only screen and (min-width: 769px) {
    .header__top--row {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.header__top--row .logo a,
.footer__wrapper .logo a ,
.header__top--row .logo p,
.footer__wrapper .logo p {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.header__top--row .logo,
.footer__wrapper .logo {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.header__top--row .logo a,
.footer__wrapper .logo a ,
.header__top--row .logo p,
.footer__wrapper .logo p {
    color: #000;
    text-decoration: none;
    font-size: 12px;
    margin-bottom: 0;
}

.header__top--row .logo a span,
.header__top--row .logo p span,
.footer__wrapper .logo p span ,
.footer__wrapper .logo a span {
    margin-left: 60px;
    margin-top: -7px;
}

.header__top--button {
    margin-left: 20px;
    /*-webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;*/
}

.header__top--sandwich {
    display: none;
}

.header__top--phone {
    font-size: 1.22rem;
    font-weight: 700;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0px 10px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.header__top--phone i {
    margin-right: 10px;
}

.header__top--phone a {
    color: #000;
    line-height: 1.2;
}

.header__top--social {
    font-size: 1.3rem;
    padding: 0px 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.header__top--lang .languages__widget {
    font-size: 15px;
    position: relative;
}

.header__top--lang .languages__widget img {
    width: 20px;
}

.header__top--lang .languages__widget label {
    padding: 10px 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.header__top--lang .languages__widget label i {
    font-size: 10px;
}

.header__top--lang .languages__widget label span {
    font-weight: 600;
    padding-left: 5px;
    padding-right: 5px;
    text-transform: uppercase;
}

.header__top--lang .languages__widget input {
    display: none;
}

.header__top--lang .languages__widget input:checked + .dropdown-lang {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.header__top--lang .languages__widget .dropdown-lang {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    right: 0;
    top: 100%;
    background: #fff;
    z-index: 2;
    border: 1px solid #1b41ea;
}

.header__top--lang .languages__widget .dropdown-lang a {
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    padding: 5px 15px;
}

.header__top--lang .languages__widget .dropdown-lang a:hover {
    text-decoration: none;
    background: #1b41ea;
    color: #fff;
}

.header__bottom {
    border-bottom: 1px solid #e8e8e8;
}

.header__bottom--row .main-menu-wrp {
    width: 100%;
}

.header__bottom--row .main-menu-wrp,
.header__bottom--row .main-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
    margin: 0px;
    padding: 0px;
}


.header__bottom--row .main-menu__text {
    font-weight: 700;
}

.header__bottom--row .main-menu-wrp > li > a {
    color: rgba(0, 0, 0, 0.7);
}

.header__bottom--row .main-menu a {
    color: #000;
}

.header__bottom--row .main-menu a:hover {
    text-decoration: none;
    color: #1b41ea;
}

.header__bottom--row .main-menu-wrp > li.haschild {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.header__bottom--row .main-menu-wrp > li.haschild > span {
    font-size: 12px;
}

.header__bottom--row .main-menu-wrp li.haschild > span:before {
    content: '\0041';
    font-family: glyphter;
}



.header__bottom--row .main-menu-wrp > li:hover > a {
    border-bottom-color: #1b41ea;
    color: #1b41ea;
}
.main-slider__title.main-page-header{
    text-align: center;
}
.main-slider__title.main-page-header::after{
    display: none;
}

.width-100{
    width: 100%;
}


.custom-form .form-group .help-block{
    position: absolute;
    font-size: 12px;
    bottom: -2px;
}
.custom-form .upload .form-group .help-block{
    position: unset;
}
.text-right{
    text-align: right;
}
.custom-form .agree-control.form-group .help-block{
    bottom: -10px;
}
.custom-form .form-group.has-error .help-block{
    color: #dc3545;
}
.custom-form .form-group.has-error input,
.custom-form .form-group.has-error textarea{
    border: 1px solid #dc3545;
}
.custom-form .form-group input,
.custom-form .form-group textarea{
    border-radius: 0;
    border: 1px solid #000;
}
.custom-form .styled-placeholder{
    font-weight: 700;
}

.custom-form label a{
    color: #000;
    text-decoration: underline;
}
.sidebar-form .col-md-6{
    flex: 0 0 100%;
    max-width: 100%;
}
.sidebar-form .col-md-6 button{
    margin-top: 10px;
}


@media only screen and (min-width: 991px) {
    .menu-wrapper,
    .menu-header {
        display: none;
    }

    .header__bottom--row .main-menu li:hover >.menu-wrapper {
        display: block;
        position: absolute;
        list-style: none;
        margin: 0px;
        padding: 0px;
        padding-top: 10px;
        left: 0px;
        top: 100%;
        border-bottom: 1px solid #1b41ea;
        -webkit-box-shadow: 20px 20px 30px #00000055;
        box-shadow: 20px 20px 30px #00000055;
    }

    .header__bottom--row .main-menu li:hover .menu-wrapper .menu-wrapper {
        top: 0px;
        left: 100%;
    }

    .header__bottom--row .main-menu-wrp > li:hover >.submenu >li{
        position: relatve;
    }

    .menu-wrapper > .submenu {
        display: block;
        position: absolute;
        list-style: none;
        margin: 0px;
        padding: 0px;
        padding-top: 10px;
        left: 100%;
        top: 0%;
        border-bottom: 1px solid #1b41ea;
        -webkit-box-shadow: 20px 20px 30px #00000055;
        box-shadow: 20px 20px 30px #00000055;
    }


    .header__bottom--row .main-menu-wrp > li > .submenu > li .submenu li a{
        padding-left: 40px;

    }

    .header__bottom--row .main-menu-wrp > li:hover .submenu li {
        border: 1px solid #1b41ea;
        border-bottom: none;
        background: #fff;
    }
    .header__bottom--row .main-menu-wrp > li:hover .submenu li:hover {
        background: #1b41ea;
    }

    .header__bottom--row .main-menu-wrp > li:hover .submenu li:hover >span,
    .header__bottom--row .main-menu-wrp > li:hover .submenu li:hover >a {
        color: #fff;
    }

    .header__bottom--row .main-menu-wrp > li:hover .submenu li a {
        padding: 9px 7px 9px 20px;
        font-weight: 700;
        font-size: 0.95rem;
        width: auto;
        display: block;
        white-space: nowrap;
    }
}

.header__bottom--row .main-menu-wrp > li > a {
    padding: 10px 6px 8px 8px;
    border-bottom: 2px solid #ffffff00;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.header__bottom--row .main-menu-wrp.main-menu-padding,
.main-menu-padding {
    padding-left: 1.8%;
}

/* Changes  */
.header__top--menu-toggler {
    display: none;
}

.main-menu__close_button {
    display: none;
}

.reviews__wrapper .owl-item.active.center .reviews__item .reviews__image > img {
    width: 100px;
}

.reviews__wrapper .owl-item.active.center .button .btn {
    display: block;
}

.custom-content .bg-image{
    height: auto;
}
#return-to-top .chevron-up:before{
    content: '\0041';
    font-family: glyphter;
    display: block;
    width: 21px;
    transform: none;
    height: 20px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    font-style: initial;
}
#return-to-top {
    position: fixed;
    bottom: 85px;
    right: 10px;
    background: #000;
    background: #1b41ea;
    width: 40px;
    height: 40px;
    display: block;
    display: none;
    text-decoration: none;
    transition: all .3s ease;
    z-index: 10001;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 8px;
    top: 13px;
    font-size: 16px;
    transition: all .3s ease;
}
#return-to-top:hover {
    background: rgba(0,0,0,.9);
}
#return-to-top:hover i {
    color: #fff;
}

@media only screen and (min-width: 1200px) {
    .two-columns-desktop{
        column-count: 2;
    }
    .reviews__wrapper .owl-item.active {
        width: 265px !important;
    }

    .reviews__wrapper .owl-item {
        margin: 0 15px;
    }

    .reviews__wrapper .owl-item.active.center {
        width: 555px !important;
    }

    .reviews__wrapper .owl-item.active.center:before,
    .reviews__wrapper .owl-item.active.center:after {
        content: '\0056';
        font-family: glyphter;
        line-height: 1;
        font-size: 40px;
        position: absolute;
    }

    .reviews__wrapper .owl-item.active.center:before {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        top: 39%;
        left: 5px;
        z-index: 9;
    }

    .reviews__wrapper .owl-item.active.center:after {
        bottom: 30px;
        right: 5px;
        z-index: 9;
    }

    .reviews__wrapper .owl-item.active.center .reviews__container {
        padding-bottom: 5px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    /*
    .owl-item.active {
        width: 230px !important;
    }

    .owl-item.active.center {
        width: 525px !important;
    }
    */

    .block__header {
        font-size: 22px;
        font-weight: 600;
    }

    .reviews__wrapper .owl-item {
        margin: 0 15px;
    }

    .reviews__wrapper .owl-item.active.center:before,
    .reviews__wrapper .owl-item.active.center:after {
        content: '\0056';
        font-family: glyphter;
        line-height: 1;
        font-size: 40px;
        position: absolute;
    }

    .reviews__wrapper .owl-item.active.center:before {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        top: 38%;
        left: 10px;
        z-index: 9;
    }

    .reviews__wrapper .owl-item.active.center:after {
        bottom: 30px;
        right: 10px;
        z-index: 9;
    }

    .reviews__wrapper .owl-item.active.center .reviews__container {
        padding-bottom: 5px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .header__top .header__top--button {
        margin-left: 0;
    }

    .header__top .header__top--button .btn {
        display: block;
        padding: 5px;
        margin-left: 0;
        font-size: 15px;
    }

    .phone {
        font-size: 1.10rem;
    }

}


.content ul.mart-25 {
    margin-top: 35px;
}

.padding-top-0 {
    padding-top: 0;
}

.padding-bottom-15 {
    padding-bottom: 15px;
}

.back_sloven {
    background: url("/storage/base-images/back_sloven.png")
}

.back_slovak {
    background: url("/storage/base-images/back_slovak.png")
}

.back_italy {
    background: url("/storage/base-images/back_italy.png")
}

.section-information .news-date.hidden-desktop {
    display: none;
}

.row__article-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.row__icons-add .left-image .image {
    margin-right: 50px;
}

.row__icons-add .left-image > div:last-of-type {
    text-align: justify;
}

.main-menu__home .icon-home:before {
    display: none;
}

.main-menu__home .icon-home {
    display: inline-block;
    margin: 4px 0 0;
    height: 17px;
    width: 20px;
    background: url(/storage/base-images/home.png);
}


.modal__inner.modal__inner_header {
    padding-bottom: 0px;

}

.modal__inner.modal__inner_header .block__header {
    font-family: RobotoSlub;
}

.modal__inner.modal__inner_header .block__header {
    margin-bottom: 0;
}

.modal__inner.modal__inner_form {
    padding-top: 15px;
}


.contacts__item i.icon-map:before {
    display: none
}

.contacts__item i.icon-map {
    display: inline-block;
    height: 20px;
    width: 20px;
    background-size: 100%;
    background: url(/storage/base-images/icon_map.png);
    background-repeat: no-repeat;
    margin-top: 7px;
    background-position: center;

}

.contacts__item i.icon-envelope:before {
    display: none
}

.contacts__item i.icon-envelope {
    display: inline-block;
    height: 16px;
    width: 20px;
    background: url("/storage/base-images/icon_mail.png");
    margin-top: 7px;
}

section.contacts {
    background: #f4f5fa;
}

ul.pagination.center {
    justify-content: center;
}

.thin-question-block {
    padding: 25px 0;
}

.upload-handler input{
    display: none;
}
.faq-section .faq-tabs li,
.custom-tabs-section .tabs li{
    padding: 0;
}
.faq-section .faq-tabs li a,
.custom-tabs-section .tabs li a{
    width: 100%;
    display: block;
    padding: 10px;
}
.sidebar__menu .haschild li a{
    padding-left: 45px;
}
.sidebar__menu li.haschild ul {
    border-bottom: none;
}
h1.section__header,
h1, h2, h3, h4, h5, h6 ,
.h1, .h2, .h3, .h4, .h5, .h6 {
    color: #1b41ea;
    text-align: left;
}
.container>.section__header{
    color: #1b41ea;
    text-align: center!important;
}

h1, .h1, h1.section__header{
    text-align: center !important;
}


/* Content blocks */
.content_block_1{
    border: 2px solid #1b41ea;
    padding: 15px;
}
.content_block_1_heading{
    margin: auto;
    width: fit-content;
    margin-top: -32px;
    background: #fff;
    color: #1b41ea;
    font-size: 20px;
}

.content_block_2{
    padding: 5px 0px 5px 25px;
    border-left: 2px solid #1b41ea;
    margin-bottom: 10px;
}
.content_block_2_heading{
    color: #1b41ea;
    font-size: 20px;
}
.content_block_3{

}
.content_block_3_heading{
    color: #1b41ea;
    font-size: 20px;
    font-weight: 700;
}
.content_block_3{
    counter-reset: counter;
}
.content_block_3 .content_block_3_step:before{
    counter-increment: counter;
    content: "Шаг " counter(counter);
    display: inline-block;
    padding: 5px 9px 5px 5px;
    background: url(/storage/icon/0.png);
    color: #fff;
    margin-right: 10px;
    text-transform: uppercase;
    background-size: contain;
    font-weight: 700;
    background-repeat: no-repeat;
}

.content_block_4{
    position: relative;
    padding: 25px 0;
}

.content_block_4_heading{
    color: #1b41ea;
    font-size: 20px;
    font-weight: 700;
}
.content_block_4:before{
    height: 100%;
    width: 230vw;
    position: absolute;
    top: 0;
    left: -120%;
    content: '';
    background: #DDE3FD;
    z-index: -1;
}

.content_block_4 ul{
    padding-left: 150px;
    position: relative;
}
.content_block_4 ul:before{
    content: '';
    display: inline-block;
    background: url(/storage/icon/01.png) no-repeat;
    width: 140px;
    height: 110px;
    top: calc((100% - 110px) / 2);
    position: absolute;
    left: -25px;
    background-size: contain;

}

.content_block_5{
    position: relative;
    padding: 25px 0;
}
.content_block_5:before{
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
//background: #DDE3FD;
    z-index: -1;
}

.content_block_5_heading{
    color: #1b41ea;
    font-size: 20px;
}
ul.list_checked li{
    margin-left: 20px;
    position: relative;
}
ul.list_checked li:before{
    content: '✔';
    background: none;
    border-radius: 0;
    height: auto;
    width: auto;
    color: #1b41ea;
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    position: absolute;
    left: -20px;
}



.content_block_6{
    padding: 45px 65px;
    border: 2px solid #1b41ea;
    position: relative;
}
.content_block_6 p:last-of-type{
    margin-bottom: 0;
}
.content_block_6:before{
    content: '';
    display: block;
    position: absolute;
    background: url(/storage/icon/000.png);
    top: 10px;
    left: 10px;
    height: 34px;
    width: 45px;
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotateZ(180deg);
}
.content_block_6:after{
    content: '';
    display: block;
    position: absolute;
    background: url(/storage/icon/000.png);
    bottom: 30px;
    right: 10px;
    height: 34px;
    width: 45px;
    background-size: contain;
    background-repeat: no-repeat;
}

.content_block_7{
    position: relative;
    padding: 25px 0;
}

.content_block_7_heading{
    color: #1b41ea;
    font-size: 20px;
    font-weight: 700;
}
.content_block_7:before{
    height: 100%;
    width: 230vw;
    position: absolute;
    top: 0;
    left: -120%;
    content: '';
    background: #DDE3FD;
    z-index: -1;
}

.content_block_7 ul{
    padding-left: 150px;
    position: relative;
}
.content_block_7 ul:before{
    content: '';
    display: inline-block;
    background: url(/storage/icon/02.png) no-repeat;
    width: 140px;
    height: 110px;
    top: calc((100% - 110px) / 2);
    position: absolute;
    left: -25px;
    background-size: contain;

}
.content_block_2,
.content_block_3,
.content_block_4,
.content_block_5,
.content_block_6,
.content_block_7{
    margin-top: 50px;
    margin-bottom: 50px;
}
.content_block_2{
    margin-top: 25px;
    margin-bottom: 25px;
}
.content_block_2 p:last-of-type{
    margin-bottom: 0;
}
.content_block_contents{
    margin-bottom: 50px;
}
.contents_heading{
    font-weight: 700;
}
.content_block_contents ul li:before{
    content: "➢";
    background: none;
    border-radius: 0;
    height: auto;
    width: auto;
    color: #1b41ea;
    font-size: 18px;
    font-weight: 700;
    display: inline-block;
}
.content_block_contents ul li a{
    color: #1b41ea;
}
.content_block_table{
    margin-bottom: 25px;
}
.content_block_table p{
    margin-bottom: 0;
}
.content_block_table tr td,
.content_block_table tr th{
    padding: 5px
}
.no-padding-b{
    padding-bottom: 0;
}
.no-margin{
    margin-bottom: 0;
}
.no-margin-t{
    margin-top: 0;
}
.content_block_4.no-margin{
    margin-top: 50px;
}
.custom-content p:last-of-type{
    /*margin-bottom: 0;*/
}
.content_block_6.custom-content-6{
    margin: 0;
    border: 0;
}
.grecaptcha-badge {
    display: none !important;
}
@media only screen and (max-width: 767px){
    .content_block_1{
        margin-top: 25px;
    }

    .content_block_1_heading{
        display: flex;
        width: fit-content;
        margin-top: -46px;
        background: #fff;
        color: #1b41ea;
        font-size: 20px;
    }
    .content_block_4 ul{
        padding-left: 0px;
    }
    .content_block_4 ul:before{
        display: none;
    }
    .content_block_6{
        padding: 35px 35px;
    }
    .content_block_6:before{
        height: 23px;
        width: 30px;
    }
    .content_block_6:after{
        height: 23px;
        width: 30px;
    }
    .content_block_7 ul{
        padding-left: 0px;
    }
    .content_block_7 ul:before{
        display: none;
    }
    .content_block_4:before,
    .content_block_7:before{
        width: 100%;
        left: 0;
    }
}

/* Content blocks */
@media only screen and (min-width: 1200px){
    .reviews__item--page:before{
        left: 108px;
    }
}
@media only screen and (max-width: 1200px) and (min-width: 992px){
    #review-form .styled-placeholder{
        font-size: 12px;
    }
}
@media only screen and (max-width: 1200px) and (min-width: 1025px){
    .reviews__wrapper .owl-item.active.center{
        width: 50vw !important;
    }
    .reviews__wrapper .owl-item.active{
        width: 18vw !important;
    }
    .reviews__wrapper .review-fixed-height-desktop{
        min-height: 130px;
    }
    .reviews__item--page:before{
        left: 92px;
    }
}
@media only screen and (max-width: 1024px){
    .main-slider__inner{
        width: 52vw;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 992px){
    .reviews__wrapper .owl-item.active.center{
        width: 50vw !important;
    }
    .reviews__wrapper .owl-item.active{
        width: 24vw !important;
    }
    .reviews__wrapper .review-fixed-height-desktop{
        min-height: 130px;
    }
    .reviews__item--page:before{
        left: 92px;
    }
    #review-form label{
        font-size: 12px;
    }
    .main-menu-padding{

    }
}

@media only screen and (min-width: 992px){
    .center-items-desktop .owl-stage{
        display: flex !important;
        flex-direction: row !important;
        justify-content: center !important;
        /*width: 100% !important;*/
    }
    .toggle-contacts {
        display: none;
    }

    .inmobile {
        display: none;
    }

    .tab .onmobile {
        display: none;
    }

    .reviews__comment .short {
        display: none;
    }

    .reviews__comment .show-less {
        display: none;
    }

    .haschild .haschild span::before {
        transform: rotate(270deg);
        display: inline-block;
    }
    .review-fixed-height-desktop{
        min-height: 104px;
    }
}

.main-menu .haschild {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media only screen and (max-width: 992px) {
    .hide-sidebar-on-mobile{
        display: none;
    }
    .header__top--row .logo a,
    .footer__wrapper .logo a ,
    .header__top--row .logo p,
    .footer__wrapper .logo p {
        font-size: 11px;

    }

    .sidebar__menu {
        display: none;
    }

    .main-slider__inner {
        width: 100%;
        left: 0;
        padding: 25px;
    }

    .inmobile {
        margin-top: 10px;
    }
    .modal__overlay {
        background-color: #000000cc;
    }

    .modal__inner.modal__inner_header {
        padding-bottom: 80px;
        background: inherit;
    }

    .modal__inner.modal__inner_header .block__header {
        margin-bottom: 0;
        color: #fff;
    }

    .modal__inner.modal__inner_form {
        padding: 20px;
    }

    .modal__inner.modal__inner_form form {
        padding: 15px;
        margin-top: -80px;
        background-color: #fff;
    }

    .modal__window .modal__close {
        color: #fff;
    }


    .modal__window {
        padding: 0
    }

    .agree span {
        font-size: 13px;
        line-height: 20px;
    }

    .main-menu__home .icon-home {
        margin: 0;
    }

    .header__bottom {
        width: 0;
        overflow: hidden;
        position: fixed;
        left: 0;
        top: 0;
        transition: all 0.2s;
        height: auto;
        background: #fff;
        z-index: 999;
    }

    .header__bottom .main-menu__close_button {
        display: block;
        color: #000;
        font-size: 28px;
        line-height: 18px;
        font-weight: 600;
    }


    .header__bottom .main-menu {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .header__bottom .main-menu-wrp > li {
        width: 100%;
        order: 2;
    }

    .header__bottom .main-menu .main-menu__text {
        order: 1;
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }


    .header__bottom .main-menu .main-menu__home,
    .header__bottom .main-menu .main-menu__close_button {
        order: 0;
    }

    .header__bottom {
        box-shadow: 2px 2px 5px #00000055;
    }

    .header__bottom.menu_open {
        width: 480px;
        overflow-y: auto;
        height: 100vh;
        max-width: 100%;
    }

    .header__top--row {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }

    .header__bottom ul {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        list-style: none;
        padding: 0px;
        margin: 0px;
    }

    .header__bottom .main-menu li {
        width: 100%;
        display: flex;
    }

    .header__bottom .main-menu li a {
        padding: 8px;
    }

    .header__top--blank {
        display: none;
    }

    .header__bottom .main-menu li.haschild > span {
        padding-right: 15px;
    }

    .header__bottom .main-menu li.haschild > span:before {
        display: inline-block;
        transform: rotate(270deg);
    }

    .header__bottom .slided {
        transform: translateX(-100%);
        transition: .3s;
        flex-wrap: wrap;
    }

    .header__bottom--row .main-menu-wrp > li.haschild {
        position: static;
    }

    .header__bottom--row {
        position: relative;
    }

    .main-menu-wrp {
        width: 100%;
        order: 4;
        flex-direction: column;
    }

    .haschild.openned > .menu-wrapper {
        display: block;
        transform: translateX(100%);
        transition: .3s;
        width: 100%;
        top: 0px;
        right: 0px;
        position: absolute;
    }

    .haschild > .menu-wrapper {
        transition: .3s;
        transform: translateX(0);
    }

    .menu-header {
        padding: 8px;
        border-bottom: 2px solid #1b41ea;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .menu-header:after {
        content: '\0041';
        font-family: glyphter;
        transform: rotate(90deg);
    }

    .menu-wrapper {
        display: none;
    }


    .body__overflow-hidden {
        overflow: hidden;
    }


    .header__top--row .logo {
        order: 2;
        width: 50%;
        flex: none;
        text-align: center;
    }

    .header__top--row .logo a span,
    .header__top--row .logo p span {
        display: none;
    }

    .header__top--row .logo a {
        margin: auto;
        width: 110px;
    }

    .header__top--row .logo img {
        margin: auto;
        width: 110px;
    }

    .header__top--row .header__top--lang {
        order: 2
    }

    .header__top--row .header__top--lang .languages__widget label {
        margin-bottom: 0;
        font-size: 18px
    }

    .header__top--row .header__top--sandwich {
        display: block;
        order: 1;
        padding: 7px;
        font-size: 1.4em;
        color: #1b41ea;
    }

    .header__top--row .header__top--social {
        order: 3;
        margin-top: 10px
    }

    .header__top--row .header__top--social > a {
        font-size: 1.1em
    }

    .header__top--row .header__top--social {
        justify-content: space-between;
    }

    .header__top--row .header__top--social a {
        margin-left: 0;
    }

    .header__top--row .header__top--social > a:last-of-type {
        margin-right: 0;
    }

    .header__top--row .header__top--phone {
        flex: 1.3;
    }

    .header__top--row .header__top--phone {
        order: 5;
        font-size: 1em;
        margin-top: 10px
    }

    .header__top--row .header__top--button {
        order: 6;
        position: relative;
        width: 100%;
        margin-left: 0;
        margin-top: 20px;
        flex: none;
        display: none;
    }

    .header__top--row .header__top--button:before {
        display: block;
        content: "";
        height: 1px;
        position: absolute;
        left: 0;
        width: 200vw;
        background: #e8e8e8;
        top: -10px;
        left: -50vw;
    }

    .header__top--row .header__top--button .btn.btn--transparent {
        width: 100%;
        display: block;
        padding: 5px 20px
    }

    .toggle-contacts {
        order: 4;
        font-size: 1.4rem;
    }

    .footer__wrapper,
    .footer__wrapper .footer__menu ul {
        display: flex;
        flex-direction: column;
    }

    .footer .footer__copyright {

        display: flex;
        flex-direction: column-reverse;
        align-items: center;
    }

    .footer .footer__copyright .copyright {
        margin-top: 10px;
    }


    .footer__wrapper .footer__menu {
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .contacts__map.active {
        height: calc(100vw - 30px);
    }

    .owl-carousel.person__wrapper {
        position: relative;
    }

    .owl-carousel.person__wrapper .owl-nav button,
    .owl-carousel.onmobile .owl-nav button {
        position: absolute;
        top: 0;
    }

    .owl-nav button.disabled {
        display: none;
    }

    .owl-carousel.onmobile .owl-nav button.owl-prev,
    .owl-carousel.person__wrapper .owl-nav button.owl-prev {
        left: -10px;
    }

    .owl-carousel.person__wrapper .owl-nav button.owl-next,
    .owl-carousel.onmobile .owl-nav button.owl-next {
        right: -10px;
    }

    .owl-carousel.partners__wrapper .owl-nav button.owl-prev {
        left: -10px;
    }

    .owl-carousel.partners__wrapper .owl-nav button.owl-next {
        right: -10px;
    }

    .header__top--social,
    .header__top--phone {
        flex: none;
        width: 50%;
        display: none;
    }

    .toggle-contacts.active ~ .header__top--phone,
    .toggle-contacts.active ~ .header__top--social {
        display: flex;
    }

    .sticky {
        overflow-x: visible;
    }

    .sticky header {
        position: sticky;
        top: 0;
        background: #fff
    }

    .section__header {
        font-size: 24px;
    }

    .block__header {
        font-size: 20px;
    }

    body {
        font-size: 14px;
    }

    .futures__item {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 40px;
    }

    .futures__img {
        width: 60px;
        flex: none;
        order: 2;
        margin-bottom: 10px;
    }

    .futures__img img {
        width: 100%;
    }

    .futures__img + div {
        width: calc(100% - 80px);
        order: 1;
    }

    .futures__text {
        order: 3;
        width: 100%;
    }

    .nophone .phone i {
        display: none;
    }
    .nophone .heading__social-row.row {
        margin-left: 0px;
        margin-right: 0px;
    }

    .tabs-container-block .tab .heading__header--bg,
    .tabs-container-block .tab .heading__inner {
        display: none;
    }

    .tab .ondesktop {
        display: none;
    }

    .tab .onmobile table {
        width: 90%;
        margin: auto;
    }

    .question__wrapper .header {
        font-size: 24px;
    }

    .reviews__comment .full {
        display: none;
    }

    .reviews__comment .show-more .btn--arrow:after {
        display: inline-block;
        transform: rotate(90deg);
    }

    .reviews__comment .show-less .btn--arrow:after {
        display: inline-block;
        transform: rotate(-90deg);
    }

    .comment {
        font-size: 14px;
        line-height: 18px;
        padding: 20px;
    }
}


@media only screen and (max-width: 768px) {
    .contacts__map {
        margin-top: 30px;
    }

    .breadcrumbs {
        display: none;
    }

    .contacts__accordion .accordion__header {
        padding: 5px 30px;
    }

    .header__top--row .logo a img {
        display: block;
        width: 68%
    }

    /* Slider main */
    .main-slider__element {
        padding-bottom: 60%;
    }

    .main-slider__title {
        font-size: 1.9em;
    }

    .main-slider__caption {
        font-weight: 400;
        font-size: 1.1rem;
        margin-bottom: 10px;
    }

    /* Aboout block main */
    .about .about__image {
        margin-right: 0px;
        height: 45vw;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }

    .about .about__short {
        padding: 10px 30px;
        position: unset;
        width: 100%;
    }

    .about .about__text .section__header {
        margin-bottom: 15px;
    }

    .about .about__text {
        margin-top: 15px;
    }

    .heading .heading__header {
        padding-bottom: 80px;
    }

    .heading .section__header {
        font-size: 25px;
        margin-bottom: 15px;
    }

    .heading .heading__inner .block__header {
        font-size: 20px;
        line-height: 1.35;
    }

    .heading .heading_text--container {
        text-align: justify;
        font-size: 16px;
    }

    .heading .heading__inner {
        margin-left: 15px;
        margin-right: 15px;
        padding: 30px 15px;
        margin-top: -75px;
    }

    .heading .heading__social-row > div {
        padding: 0;
        width: auto;
    }

    .heading .heading__social-row {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: nowrap;
        margin-bottom: 20px;
    }

    .heading .heading__social-row .social {
        padding: 0;
    }

    .heading .heading__social-row .social a:first-of-type {
        margin-left: 0;
    }

    .heading .heading__social-row .social a {
        margin-right: 0;
    }

    .heading .heading__social-row .phone {
        font-size: 1rem;
    }
    .services__item img{
        right: 20px;
    }

    .section-information .row__first-item .news-date.hidden-desktop {
        display: inline-block;
    }

    .section-information .row__first-item .btn.btn--clear.btn--arrow {
        display: none;
    }

    .section-information .row__first-item .bg-image {
        min-height: 165px;
    }

    .question {
        padding: 50px 0;
    }

    .question .question__wrapper {
        flex-wrap: wrap;
    }

    .question .question__wrapper .header {
        text-align: center;
        font-weight: 700;
        line-height: 1.2;
    }

    .question .question__wrapper .button .btn {
        display: block;
        margin-top: 25px;
    }

    .hide-mobile {
        display: none;
    }


    .reviews__item--page:after,
    .reviews__item--page:before {
        display: none;
    }

    .reviews__item--page .reviews__top .reviews__header {
        text-align: center;
    }

    .reviews__item--page .reviews__top {
        justify-content: center;
        flex-wrap: wrap;
        text-align: center;
    }

    .reviews__item--page .reviews__date {
        width: 100%
    }

    ul.pagination {
        justify-content: center;
    }

    .review__form-container .upload {
        justify-content: flex-start;
        margin-bottom: 1.2rem;
    }

    .tabs ul li img {
        display: none;
    }

    .tabs .tab .heading__inner {
        margin-left: 15px;
        margin-right: 15px;
        text-align: justify;
        padding: 25px 15px;
    }

    .tabs.faq-tabs ul li,
    .tabs.articles ul li {
        margin: 0 5px;
        font-size: 14px;
    }

    .articles .active.first {
        flex-direction: column;
    }

    .articles .active.first > div {
        max-width: 100%;
        flex: none;
    }

    .articles .active.first .block__image {
        padding-bottom: 0;
        height: 165px;
    }

    .row__article-header {
        display: flex;
        flex-direction: row;
        justify-content: center;
        flex-wrap: wrap;
    }

    .row__article-header h1 {
        margin-bottom: 5px;
    }

    .row__icons-add .left-image {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .row__icons-add .left-image .image {
        margin-right: 0px;
        margin-bottom: 15px;
    }

    .row__icons-add .left-image > div:last-of-type {
        text-align: justify;
    }

    .diploms .owl-nav .owl-prev,
    .diploms .owl-nav .owl-next {
        top: -85px;
    }

    .diploms .owl-nav .owl-prev {
        left: -15px;
    }

    .diploms .owl-nav .owl-next {
        right: -15px;;
    }

    .reviews__wrapper .owl-nav button.owl-prev {
        left: -35px;
    }

    .reviews__wrapper .owl-nav button.owl-next {
        right: -35px;
    }

    .reviews__wrapper .owl-nav button {
        top: 8%;
    }

    .tabs-container-block{
        padding-top: 5px;
    }
    .tabs-container-block .table-responsive table td{
        padding: 10px;
    }
    .tabs-container-block .table-responsive table th{
        padding: 10px;
        font-size: 1.1rem;
    }
    .tabs-container-block .table-responsive {
        width: 100%;
    }
    .tabs-container-block .tabs .tab .heading__inner{
        padding-bottom: 5px;
    }

    .faq__item .faq__question p{
        font-size: 14px;
        display: block;
        max-width: calc(100% - 35px);
    }
}

@media only screen and (max-width: 576px) {
    .person__wrapper .owl-dots {
        display: flex;
        justify-content: center;
    }

    .main-slider__element {
        padding-bottom: 65%;
    }

    .about .about__image {
        height: 65vw
    }

    .reviews__wrapper .owl-nav button.owl-prev {
        left: -10px;
    }

    .reviews__wrapper .owl-nav button.owl-next {
        right: -10px;
    }

    .personal .section__header {
        font-size: 30px;
    }

    .owl-carousel.person__wrapper .owl-nav button {
        position: absolute;
        top: -78px;
    }
    .owl-carousel.partners__wrapper .owl-nav button {
        position: absolute;
        top: -78px;
    }
    .custom-content p:last-of-type{
        margin-bottom: 0px;
    }
    .pb-10{
        padding-bottom: 10px;
    }
    .pt-10{
        padding-top: 10px;
    }

    .header__top--phone {
        width: 60%;
    }

    .header__top--social {
        width: 40%;
    }
}


@media only screen and (max-width: 374px) {
    .personal .section__header {
        font-size: 36px;
    }

    .owl-carousel.person__wrapper .owl-nav button {
        position: absolute;
        top: -110px;
    }
}

@media only screen and (max-width: 540px) {
    .diploms .owl-nav .owl-prev,
    .diploms .owl-nav .owl-next {
        top: -110px;
    }

    .diploms .owl-nav .owl-prev {
        left: -5px;
    }

    .diploms .owl-nav .owl-next {
        right: -5px;;
    }

    .reviews__wrapper .owl-nav button.owl-prev {
        left: -12px;
    }

    .reviews__wrapper .owl-nav button.owl-next {
        right: -12px;
    }

}

@media only screen and (max-width: 480px) {
    .main-slider__element {
        padding-bottom: 105%;
    }

    .about .about__image {
        height: 90vw
    }
}

@media only screen and (max-width: 320px) {
    .header__top--row .header__top--phone {
        flex: 1.6;
    }

    .header__top--row .logo a span {
        margin-left: 30%;
        margin-top: -7px;
        display: block;
    }

    .header__top--row .header__top--phone {
        font-size: 0.8em;
    }

    body::-webkit-scrollbar-track {
        display: none;
    }

    .main-slider__element {
        padding-bottom: 115%;
    }

    .about .about__image {
        height: 105vw;
    }

    .diploms .owl-nav .owl-prev,
    .diploms .owl-nav .owl-next {
        top: -110px;
    }

    .reviews .section__header {
        font-size: 30px;
    }

    .reviews__wrapper .owl-nav button.owl-prev {
        left: -15px;
    }

    .reviews__wrapper .owl-nav button.owl-next {
        right: -15px;
    }

    .reviews__wrapper .owl-nav button {
        top: -20%;
    }

    .tabs > ul li{
        margin-left: 2px;
        margin-right: 2px;
        padding: 5px;
    }
}
.section__cookies{
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color:  #1b41ea;
    padding: 10px 0;
    z-index: 9999;
}
.section__cookies .cookies-text,
.section__cookies a{
    color: #fff;
    margin: 0;
}
.section__cookies .btn{
    background-color: #fff;
    color: #1b41ea;
}
@media only screen and (max-width: 576px) {
    .section__cookies .cookies-text{
        text-align: center;
    }
    .section__cookies .close-cookies{
        margin: auto;
    }
}
.articles .tab div:not(.block__image) p:last-of-type,
.futures__text p:last-of-type{
    margin-bottom: 0;
}
.full-content {
    padding-top: 0;
}
.short_content .content_block_3{
    margin-bottom: 0;
}
.full-content{
    margin-top: 50px;
}
.full-content .container .row .custom-content *:first-child{
    margin-top: 0;
    padding-top: 0;
}
.tabs-block-custom .table-responsive table tr th:first-of-type,
.tabs-block-custom .table-responsive table tr td:first-of-type{
    width: 73%;
}

.img-cut-wrapper{
    overflow-y: hidden;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.img-cut-wrapper img{
    width: 100%;
    height: auto;
}

.main-slider__inner.slider__section { width: 60%; margin-left: 20%; left: 0; bottom: 10%; top: unset; }
.main-slider__inner.slider__section h1 { color: #fff; font-size: 48px; }
.main-slider__inner.slider__section .main-slider__title:after { display: none; }

.b-menu-section { background: #1f40e6; }
.b-menu-section a { color: #fff; font-size: 11px; text-transform: uppercase; font-weight: 700; }
.b-menu-section ul { list-style: none; margin: 0; padding: 0; --bs-gutter-x: 1.5rem; --bs-gutter-y: 0; display: flex; flex-wrap: wrap; margin-top: calc(var(--bs-gutter-y) * -1); margin-right: calc(var(--bs-gutter-x)/ -2); margin-left: calc(var(--bs-gutter-x)/ -2); }
.b-menu-section li { flex: 1 0 0%; padding-top: .75rem; padding-bottom: .75rem; }
.h3 { color: #000; font-size: 26px; font-weight: bold; margin: 25px auto; line-height: 36px; }
.text-center { text-align: center !important; }
.mr-25 { margin: 25px auto; }
.b-text-info#block1 li { display: block; width: 50%; padding-left: 60px; position: relative; margin: 10px auto; font-weight: 500; font-size: 18px; float: left; }
.content#block1 ul li:before { content: '\0041'; font-family: glyphter; background: transparent; color: #1f40e6; position: absolute; display: block; top: 50%; left: 20px; font-size: 22px; margin-top: -17px; }
.b-text-info#block1 ul { margin: 10px  auto; display: block; width: 70%; }

.bg-dark { background: #f4f5fa; }

.b-text-info#block2 .row:last-child { margin: 10px  auto; width: 85%; }
.b-text-info#block2 li { padding-left: 60px; position: relative; font-size: 16px; list-style: none; min-height: 80px; align-content: center; align-items: center; display: flex; }
.content#block2 .row:last-child .col:first-child ul li:before { content: "\002b"; font-family: glyphter; background: transparent; color: #1f40e6; position: absolute; display: block; top: 50%; left: 10px; font-size: 32px; margin-top: -20px; line-height: 20px; width: 32px; height: 32px; text-align: center; border: #1f40e6 solid 2px; font-weight: bold; }
    .content#block2 .row:last-child .col:last-child ul li:before { content: "\2212"; font-family: glyphter; background: transparent; color: #9699ab; position: absolute; display: block; top: 50%; left: 10px; font-size: 32px; margin-top: -20px; line-height: 20px; width: 32px; height: 32px; text-align: center; border: #9699ab solid 2px; font-weight: bold; }

.bg-blue { background: #1f40e6; padding: 0; }
.bg-blue .h3 { color: #fff; font-size: 36px }

.bg-dark-blue { background: #112d83; }
.bg-dark-blue#block4 { padding: 50px 0 0 0; background: #112d83 /*url(/storage/images/bg_block4.png)*/; background-size: cover; background-position: bottom center; background-repeat: no-repeat; color: #fff; }
.bg-dark-blue#block4 img { width: 100%; }
.bg-dark-blue.content ul li:before { background: #fff; }
.bg-dark-blue .h3 { color: #fff; margin: 15px auto; line-height: 30px; }
.darknes { color: #c5c9df !important; }

#block5 ul { margin: 20px auto; position: relative; }
#block5 li { display: block; width: 25%; float: left; padding: 10px; text-align: center; box-sizing: border-box; margin-bottom: 20px; position: relative; font-weight: 600; font-size: 15px; line-height: 20px; }
#block5 li span { display: block; color: #1f40e6; margin: 20px auto; font-weight: bold; font-size: 16px; }
#block5 li:before { display: inline-block; background: url(/storage/images/i-block5-01.png) no-repeat 50% 50%; content: ' '; width: 110px; height: 110px; border-radius: 0; }
#block5 li:nth-child(2):before { display: inline-block; background: url(/storage/images/i-block5-02.png) no-repeat 50% 50%; }
#block5 li:nth-child(3):before { display: inline-block; background: url(/storage/images/i-block5-03.png) no-repeat 50% 50%; }
#block5 li:nth-child(4):before { display: inline-block; background: url(/storage/images/i-block5-04.png) no-repeat 50% 50%; }
#block5 li:after { display: inline-block; content: ' '; width: 40px; height: 1px; background: #b9bfc3; position: absolute; top: 75px; right: -20px; }
#block5 li:last-child:after { display: none; }
#block5 p:first-child { border-top: #b9bfc3 solid 1px; padding: 15px; margin: 15px auto; }

.b-text-info#block7 li { padding-left: 60px; position: relative; font-size: 16px; list-style: none; min-height: 80px; align-content: center; align-items: center; display: flex; }
.content#block7 .row:last-child .col:first-child ul li:before { content: "\002b"; font-family: glyphter; background: transparent; color: #1f40e6; position: absolute; display: block; top: 50%; left: 10px; font-size: 32px; margin-top: -20px; line-height: 20px; width: 32px; height: 32px; text-align: center; border: #1f40e6 solid 2px; font-weight: bold; }
.content#block7 .row:last-child .col:last-child ul li:before { content: "\2212"; font-family: glyphter; background: transparent; color: #9699ab; position: absolute; display: block; top: 50%; left: 10px; font-size: 32px; margin-top: -20px; line-height: 20px; width: 32px; height: 32px; text-align: center; border: #9699ab solid 2px; font-weight: bold; }

#block8 .row:last-child .col { border: #1f40e6 solid 10px; }
#block8 .row:last-child .col ul { display: block; width: 50%; margin: 0 auto 30px auto; }
#block8 p:last-child { margin-bottom: 40px; }

.bg-dark-blue#block9 { padding: 50px 0 0 0;  background: #112d83 /*url(/storage/images/bg_block9.png)*/; background-size: cover; background-position: bottom center; background-repeat: no-repeat; color: #fff; }
.bg-dark-blue#block9 img { width: 100%; }

#block10 .h3 { margin-top: 0; }
#block10 p:first-child { margin-bottom: 19px; }
#block10 .col.custom-content { margin-top: 0; background: url(/storage/images/bg_block10.png); background-size: cover; background-position: bottom center; background-repeat: no-repeat; color: #fff; padding-top: 35px; }
#block10.content .custom-content ul li:before { background: #fff; }

#block11 ul { margin: 20px auto; position: relative; text-align: center; }
#block11 li { display: inline-block; width: 33%; padding: 0; text-align: center; box-sizing: border-box; margin-bottom: 20px; font-weight: bold; position: relative; min-height: 260px; vertical-align: top; }
#block11 li:nth-child(1), #block11 li:nth-child(3) { width: 25%; }
#block11 li:nth-child(2) { width: 49%; padding: 0 60px; }
#block11 li span { display: block; color: #1f40e6; margin: 20px auto; }
#block11 li:before { display: inline-block; background: url(/storage/images/i-block5-01.png) no-repeat 50% 50%; content: ' '; width: 110px; height: 110px; border-radius: 0; }
#block11 li:nth-child(2):before { display: inline-block; background: url(/storage/images/i-block5-02.png) no-repeat 50% 50%; }
#block11 li:nth-child(3):before { display: inline-block; background: url(/storage/images/i-block5-05.png) no-repeat 50% 50%; }
#block11 li:nth-child(4):before { display: inline-block; background: url(/storage/images/i-block5-03.png) no-repeat 50% 50%; }
#block11 li:nth-child(5):before { display: inline-block; background: url(/storage/images/i-block5-04.png) no-repeat 50% 50%; }
#block11 li:after { display: inline-block; content: ' '; width: 40px; height: 1px; background: #b9bfc3; position: absolute; top: 75px; right: -20px; }
#block11 li:last-child:after, #block11 li:nth-child(3):after { display: none; }
#block11 p:first-child { border-top: #b9bfc3 solid 1px; padding: 15px; margin: 15px auto; }

.bg-dark-blue#block13 { padding: 50px 0 0 0; background: #112d83 /*url(/storage/images/bg_block13.png)*/; background-size: cover; background-position: bottom center; background-repeat: no-repeat; color: #fff; }
.bg-dark-blue#block13 img { width: 100%; }

#block14 ul { margin: 20px auto; position: relative; }
#block14 li { display: block; width: 33%; float: left; padding: 10px; text-align: center; box-sizing: border-box; margin-bottom: 20px; font-weight: bold; position: relative; min-height: 300px; }
#block14 li span { display: block; color: #1f40e6; margin: 20px auto; }
#block14 li:before { display: inline-block; background: url(/storage/images/i-block14-01.png) no-repeat 50% 50%; content: ' '; width: 110px; height: 110px; border-radius: 0; }
#block14 li:nth-child(2):before { display: inline-block; background: url(/storage/images/i-block14-02.png) no-repeat 50% 50%; }
#block14 li:nth-child(3):before { display: inline-block; background: url(/storage/images/i-block14-03.png) no-repeat 50% 50%; }
#block14 li:nth-child(4):before { display: inline-block; background: url(/storage/images/i-block14-04.png) no-repeat 50% 50%; }
#block14 li:nth-child(5):before { display: inline-block; background: url(/storage/images/i-block14-05.png) no-repeat 50% 50%; }
#block14 li:nth-child(6):before { display: inline-block; background: url(/storage/images/i-block14-06.png) no-repeat 50% 50%; }
#block14 li:after { display: inline-block; content: ' '; width: 40px; height: 1px; background: #b9bfc3; position: absolute; top: 75px; right: -20px; }
#block14 li:last-child:after, #block14 li:nth-child(3):after { display: none; }
#block14 p:first-child { border-top: #b9bfc3 solid 1px; padding: 15px; margin: 15px auto; }

.b-text-info#block15 li { padding-left: 60px; position: relative; font-size: 16px; list-style: none; min-height: 80px; align-content: center; align-items: center; display: flex; }
.content#block15 .row:last-child .col:first-child ul li:before { content: "\002b"; font-family: glyphter; background: transparent; color: #1f40e6; position: absolute; display: block; top: 50%; left: 10px; font-size: 32px; margin-top: -20px; line-height: 20px; width: 32px; height: 32px; text-align: center; border: #1f40e6 solid 2px; font-weight: bold; }
.content#block15 .row:last-child .col:last-child ul li:before { content: "\2212"; font-family: glyphter; background: transparent; color: #9699ab; position: absolute; display: block; top: 50%; left: 10px; font-size: 32px; margin-top: -20px; line-height: 20px; width: 32px; height: 32px; text-align: center; border: #9699ab solid 2px; font-weight: bold; }

.bg-dark-blue#block16 { padding: 50px 0 0 0; background: #112d83 /*url(/storage/images/bg_block16.png)*/; background-size: cover; background-position: bottom center; background-repeat: no-repeat; color: #fff; }
.bg-dark-blue#block16 .h3:first-child { font-size: 24px; }
.bg-dark-blue#block16 img { width: 100%; }

#block20 div[class*="col-l"].custom-content { margin-top: 0; background: url(/storage/images/bg_block10.png); background-size: cover; background-position: bottom center; background-repeat: no-repeat; color: #fff; padding-top: 35px; }
#block20.content .custom-content ul li:before { background: #fff; }

.bg-dark-blue#block19 { padding: 50px 0 0 0; background: url(/storage/images/bg_block19.png); background-size: cover; background-position: bottom center; background-repeat: no-repeat; color: #fff; padding-top: 10px; }
.bg-dark-blue#block19 p:first-child { font-family: 'RobotoSlub'; font-size: 36px; line-height: 40px; }
.bg-dark-blue#block19 img { width: 100%; }
#block19 .align-items-end div:last-child { background: url(/storage/images/block19.png); background-size: contain; min-height: 630px; background-repeat: no-repeat; background-position: center -5px; }

#block2 ul { margin: 0; padding: 0; }
.pbottom50 { padding-bottom: 50px; }

@media only screen and (min-width: 992px) {
    .b-menu-section li { display: flex; width: 160px; float: left; flex: unset; margin-right: 25px; line-height: 16px; padding-top: 1.5rem; padding-bottom: 1.5rem; align-self: center; }
    .b-menu-section li:nth-child(1), .b-menu-section li:nth-child(5) { width: 90px; }
    .b-menu-section li:nth-child(3) { width: 135px; }
    .b-menu-section li:nth-child(5) { text-align: center; }
    .b-menu-section li:nth-child(5) a { display: block; width: 100%; text-align: center; }
    .b-menu-section li:last-child { margin-right: 0; }
}

@media only screen and (max-width: 576px) {
    .b-menu-section li { display: block; flex: none; }
    .b-text-info#block1 li, .b-text-info#block1 ul, #block8 .row:last-child .col ul, #block11 li, #block14 li { width: 100%; }
    #block11 li { width: 100% !important; padding: 10px !important; }
    #block5 li { width: 50%; }
    #block5 li:nth-child(2n):after, #block11 li:after, #block14 li:after { display: none; }
    #block19 .custom-content { padding-top: 45px; }
    .main-slider__inner.slider__section { width: 100%; margin-left: 0; }
}

section.b-text-info[id^="block"] .custom-content ul,
section.b-text-info[id^="block"] ul { margin: 0; padding: 0; }
.not-m { margin: 0 auto; }
.text-middle { font-weight: 500; }
.mt-50 { margin-top: 50px; }
.no-border .heading__line { display: none; }

.section-immigration .main-slider__element { padding-bottom: 28%; }
.section-immigration .main-slider .main-slider__wrapper { background-size: cover; background-position: top center; }
.section-immigration .main-slider__inner.slider__section { bottom: 15%; }

.reviews__wrapper .owl-item:not(.center):hover{
    cursor: pointer;
}
.date-right{
    position: relative;
}
.date-right span {
    position: absolute;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    right: 0;
    top: 16px;
    color: #000;
    font-weight: normal;
}
@media only screen and (max-width: 1024px) {
	.b-menu-section { display: none; }
}

@media only screen and (max-width: 768px) {
	.main-slider__inner.slider__section h1 { font-size: 24px; font-weight: 700; }
	.section-immigration .main-slider__inner.slider__section { bottom: 0px; }
	.main-slider__title h1, .main-slider__title { font-size: 2.2rem; }
    .date-right{
        text-align: center;
        margin-bottom: 40px;
    }
    .date-right span{
        position: relative;
        top: auto;
        right: auto;
        text-align: center;
    }
    .date-right h1{
        margin-bottom: 0px;
    }
}

@media only screen and (max-width: 480px) {
    .section-immigration .main-slider__element {
        padding-bottom: 115%;
    }
    section { padding: 25px 0; }
    .main-slider__inner.slider__section h1 { font-size: 24px; font-weight: 700; }
    .section-immigration .main-slider__inner.slider__section { bottom: 0px; }
    .b-menu-section { display: none; }
    .b-text-info#block2 .row:last-child { margin: auto; width: 100%; }
    #block5 li { width: 100%; }
    #block5 li:after { display: none; }
    .bg-blue .h3 { font-size: 24px; }
    #block9 .container:last-child .row, #block16 .container:last-child .row { flex-direction: column-reverse; }
    .pbottom50 { padding-bottom: 25px; }
    .bg-dark-blue#block19 { padding-top: 10px; background: #112d83; }
    #block19 .align-items-end div:last-child { min-height: 430px; }
    .h3 { font-size: 20px; line-height: 30px; }
    .bg-dark-blue .h3 { margin-bottom: 20px !important; }
    #block8 .custom-content .h3 { font-size: 24px; font-family: "RobotoSlub"; }
    #block9 .custom-content .h3, #block10 .h3, #block16 .h3 { text-align: center; }
    .bg-dark-blue#block19 p:first-child { text-align: center; font-size: 24px; line-height: 34px; }
    #block19 p b { font-size: 20px; }
    #block20 div[class*="col-l"].custom-content { margin-top: 20px; padding-top: 20px; padding-bottom: 20px; font-size: 16px; font-weight: 600; }
    .reviews .section__header { font-size: 24px; font-family: "RobotoSlub"; color: #000; }
    .heading .section__header { font-size: 24px; font-family: "RobotoSlub"; }

}

.price__item { background: #fff; border-bottom: #1f40e6 solid 3px;}
.price__item__header { font-size: 20px; font-weight: bold; text-align: center; line-height: 28px; box-sizing: border-box; padding: 20px; min-height: 125px; align-items: center; display: flex; background-position: right 30px; background-repeat: no-repeat; }

.price__item__price { font-size: 16px; font-weight: bold; color: #1f40e6; text-align: center; padding: 15px 0; border-top: #ebebeb solid 1px; }
.price__item__price span { font-size: 24px; display: block; }

.price__item__procent { font-size: 16px; text-align: center; padding: 15px 0; border-top: #ebebeb solid 1px; }
.price__item__procent span { font-size: 20px; font-weight: bold; display: block; }

.price__item__month { font-size: 16px; padding: 15px 30px; border-top: #ebebeb solid 1px; }
.price__item__month span { font-size: 20px; font-weight: bold; text-align: center; display: block; }
.price__item__month span:first-child { margin-bottom: 20px; }
.price__item__month span.blue { color: #1f40e6; font-size: 16px; }
.price__item__month ul { margin: 0; padding: 0; list-style: none; }
.price__item__month ul li:before { content: ''; height: 8px; width: 8px; background: #1b41ea; border-radius: 50%; display: inline-block; margin-right: 7px; margin-bottom: 2px; }

.slider-prices .owl-nav { position: absolute; top: 50%; margin-top: -59px; width: 100%; }
.slider-prices .owl-nav button { display: block !important; }
.slider-prices .owl-nav .owl-prev { margin-left: 30px; }
.slider-prices .owl-nav .owl-next { margin-right: 30px; }

@media only screen and (max-width: 480px) {
	.row.b-prices { margin: 25px auto; }
	.row.b-prices .item { padding: 0; }
}

.slider-prices .owl-nav button:before { font-size: 2.5rem; }
.slider-prices .owl-dots { position: absolute; top: -35px; text-align: center; width: 100%; }
.slider-prices .owl-dots .owl-dot span { background: #fff; }
.slider-prices .owl-dots .owl-dot.active span { background: #1b41ea; }

.btn-download-pdf { display: block; width: 240px; text-align: center; margin: 25px auto; background: #1f40e6; font-size: 15px; color: #fff; font-weight: bold; padding: 10px 0; }


@media only screen and (max-width: 480px) {
	.price__item__header { font-size: 18px; line-height: 26px; background-image: none !important; padding: 10px; min-height: 100px; }
	.price__item__price, .price__item__procent { font-size: 14px; padding: 10px 0; }
	.price__item__month { font-size: 14px; padding: 10px; }
	.price__item__month span.blue { font-size: 14px; }
	.price__item__price span { font-size: 22px; }
	.price__item__procent span, .price__item__month span { font-size: 18px; }
	.price__item { min-height: 610px; }
	.custom-content p { line-height: 20px; }
}

.section__header { position: relative; }
.section__header span { position: absolute; font-family: Montserrat, sans-serif; font-size: 16px; right: 0; top: 16px; color: #000; font-weight: normal; }

@media only screen and (max-width: 480px) {
	.section__header span { display: block; position: relative; }
}

@media only screen and (min-width: 768px) {
	h1.section__header { padding: 0 85px; }
}
@media screen and (max-width: 767px) {
    .content#block15 .row:last-child .col:last-child ul li:before,
    .content#block15 .row:last-child .col:first-child ul li:before,
    .content#block7 .row:last-child .col:first-child ul li:before,
    .content#block7 .row:last-child .col:last-child ul li:before,
    .content#block2 .row:last-child .col:last-child ul li:before,
    .content#block2 .row:last-child .col:first-child ul li:before{
        position: unset;
        width: 32px;
        height: 32px;
        margin-top: 0;
        border-radius: 16px;
    }
    .b-text-info#block7 li,
    .b-text-info#block15 li,
    .b-text-info#block2 li {
        padding-left: 15px;
    }
    .b-text-info#block7 li span,
    .b-text-info#block15 li span,
    .b-text-info#block2 li  span{
        width: calc(100% - 39px);
    }
}
.contacts__foot .contacts__item {font-size: 1em;} @media only screen and (max-width: 992px) {.contacts__foot .contacts__item {margin-top: 10px; margin-bottom: 10px;}} .sticky header { position: sticky; top: 0; background: #fff; } .sticky { overflow-x: visible; }.sticky header .header__top .logo img { width: 100px; height: auto; } .sticky header .header__top .logo span { display: none; }