@charset "UTF-8";
*,
*::before,
*::after {
    box-sizing: border-box;
}

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

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: #ffffff;
}

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

hr {
    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: 0.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: -0.25em;
}

sup {
    top: -0.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;
    -ms-overflow-style: scrollbar;
}

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

[role="button"] {
    cursor: pointer;
}

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"] {
    box-sizing: border-box;
    padding: 0;
}

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: 0.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;
}

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

h1,
.h1 {
    font-size: 2.5rem;
}

h2,
.h2 {
    font-size: 2rem;
}

h3,
.h3 {
    font-size: 1.75rem;
}

h4,
.h4 {
    font-size: 1.5rem;
}

h5,
.h5 {
    font-size: 1.25rem;
}

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

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

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

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

kbd {
    padding: 0.2rem 0.4rem;
    font-size: 87.5%;
    color: #ffffff;
    background-color: #212529;
    border-radius: 0.2rem;
}
kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
}

pre {
    display: block;
    font-size: 87.5%;
    color: #212529;
}
pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal;
}

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

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

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

@media (min-width: 576px) {
    .container-sm,
    .container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container-md,
    .container-sm,
    .container {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1140px;
    }
}
.row {
    display: flex;
    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-xl,
.col-xl-auto,
.col-xl-12,
.col-xl-11,
.col-xl-10,
.col-xl-9,
.col-xl-8,
.col-xl-7,
.col-xl-6,
.col-xl-5,
.col-xl-4,
.col-xl-3,
.col-xl-2,
.col-xl-1,
.col-lg,
.col-lg-auto,
.col-lg-12,
.col-lg-11,
.col-lg-10,
.col-lg-9,
.col-lg-8,
.col-lg-7,
.col-lg-6,
.col-lg-5,
.col-lg-4,
.col-lg-3,
.col-lg-2,
.col-lg-1,
.col-md,
.col-md-auto,
.col-md-12,
.col-md-11,
.col-md-10,
.col-md-9,
.col-md-8,
.col-md-7,
.col-md-6,
.col-md-5,
.col-md-4,
.col-md-3,
.col-md-2,
.col-md-1,
.col-sm,
.col-sm-auto,
.col-sm-12,
.col-sm-11,
.col-sm-10,
.col-sm-9,
.col-sm-8,
.col-sm-7,
.col-sm-6,
.col-sm-5,
.col-sm-4,
.col-sm-3,
.col-sm-2,
.col-sm-1,
.col,
.col-auto,
.col-12,
.col-11,
.col-10,
.col-9,
.col-8,
.col-7,
.col-6,
.col-5,
.col-4,
.col-3,
.col-2,
.col-1 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
    order: -1;
}

.order-last {
    order: 13;
}

.order-0 {
    order: 0;
}

.order-1 {
    order: 1;
}

.order-2 {
    order: 2;
}

.order-3 {
    order: 3;
}

.order-4 {
    order: 4;
}

.order-5 {
    order: 5;
}

.order-6 {
    order: 6;
}

.order-7 {
    order: 7;
}

.order-8 {
    order: 8;
}

.order-9 {
    order: 9;
}

.order-10 {
    order: 10;
}

.order-11 {
    order: 11;
}

.order-12 {
    order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-sm-last {
        order: 13;
    }

    .order-sm-0 {
        order: 0;
    }

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

    .order-sm-2 {
        order: 2;
    }

    .order-sm-3 {
        order: 3;
    }

    .order-sm-4 {
        order: 4;
    }

    .order-sm-5 {
        order: 5;
    }

    .order-sm-6 {
        order: 6;
    }

    .order-sm-7 {
        order: 7;
    }

    .order-sm-8 {
        order: 8;
    }

    .order-sm-9 {
        order: 9;
    }

    .order-sm-10 {
        order: 10;
    }

    .order-sm-11 {
        order: 11;
    }

    .order-sm-12 {
        order: 12;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-md-last {
        order: 13;
    }

    .order-md-0 {
        order: 0;
    }

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

    .order-md-2 {
        order: 2;
    }

    .order-md-3 {
        order: 3;
    }

    .order-md-4 {
        order: 4;
    }

    .order-md-5 {
        order: 5;
    }

    .order-md-6 {
        order: 6;
    }

    .order-md-7 {
        order: 7;
    }

    .order-md-8 {
        order: 8;
    }

    .order-md-9 {
        order: 9;
    }

    .order-md-10 {
        order: 10;
    }

    .order-md-11 {
        order: 11;
    }

    .order-md-12 {
        order: 12;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-lg-last {
        order: 13;
    }

    .order-lg-0 {
        order: 0;
    }

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

    .order-lg-2 {
        order: 2;
    }

    .order-lg-3 {
        order: 3;
    }

    .order-lg-4 {
        order: 4;
    }

    .order-lg-5 {
        order: 5;
    }

    .order-lg-6 {
        order: 6;
    }

    .order-lg-7 {
        order: 7;
    }

    .order-lg-8 {
        order: 8;
    }

    .order-lg-9 {
        order: 9;
    }

    .order-lg-10 {
        order: 10;
    }

    .order-lg-11 {
        order: 11;
    }

    .order-lg-12 {
        order: 12;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-xl-last {
        order: 13;
    }

    .order-xl-0 {
        order: 0;
    }

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

    .order-xl-2 {
        order: 2;
    }

    .order-xl-3 {
        order: 3;
    }

    .order-xl-4 {
        order: 4;
    }

    .order-xl-5 {
        order: 5;
    }

    .order-xl-6 {
        order: 6;
    }

    .order-xl-7 {
        order: 7;
    }

    .order-xl-8 {
        order: 8;
    }

    .order-xl-9 {
        order: 9;
    }

    .order-xl-10 {
        order: 10;
    }

    .order-xl-11 {
        order: 11;
    }

    .order-xl-12 {
        order: 12;
    }

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

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

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

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

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

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

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

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

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

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

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

    .offset-xl-11 {
        margin-left: 91.6666666667%;
    }
}
.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
}
.table th,
.table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}
.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
    border-top: 2px solid #dee2e6;
}

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

.table-bordered {
    border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
    border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
    border-bottom-width: 2px;
}

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

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

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

.table-primary,
.table-primary > th,
.table-primary > td {
    background-color: #b8daff;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
    border-color: #7abaff;
}

.table-hover .table-primary:hover {
    background-color: #9fcdff;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
    background-color: #9fcdff;
}

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

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

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

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

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

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

.table-warning,
.table-warning > th,
.table-warning > td {
    background-color: #ffeeba;
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
    border-color: #ffdf7e;
}

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

.table-danger,
.table-danger > th,
.table-danger > td {
    background-color: #f9d0d0;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
    border-color: #f5a8a8;
}

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

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

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

.table-dark,
.table-dark > th,
.table-dark > td {
    background-color: #c6c8ca;
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
    border-color: #95999c;
}

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

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

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

.table .thead-dark th {
    color: #ffffff;
    background-color: #343a40;
    border-color: #454d55;
}
.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.table-dark {
    color: #ffffff;
    background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
    border-color: #454d55;
}
.table-dark.table-bordered {
    border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .table-responsive-sm > .table-bordered {
        border: 0;
    }
}
@media (max-width: 767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .table-responsive-md > .table-bordered {
        border: 0;
    }
}
@media (max-width: 991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .table-responsive-lg > .table-bordered {
        border: 0;
    }
}
@media (max-width: 1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .table-responsive-xl > .table-bordered {
        border: 0;
    }
}
.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
    border: 0;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none;
    }
}
.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}
.form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057;
}
.form-control:focus {
    color: #495057;
    background-color: #ffffff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}

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

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

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

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

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

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

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

.form-control-sm {
    height: calc(1.5em + 0.5rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

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

textarea.form-control {
    height: auto;
}

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

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

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

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

.form-check-input {
    position: absolute;
    margin-top: 0.3rem;
    margin-left: -1.25rem;
}
.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
    color: #6c757d;
}

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

.form-check-inline {
    display: inline-flex;
    align-items: center;
    padding-left: 0;
    margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0;
}

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

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #ffffff;
    background-color: rgba(40, 167, 69, 0.9);
    border-radius: 0.25rem;
}

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

.was-validated .form-control:valid,
.form-control.is-valid {
    border-color: #28a745;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

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

.was-validated .custom-select:valid,
.custom-select.is-valid {
    border-color: #28a745;
    padding-right: calc(0.75em + 2.3125rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
            no-repeat right 0.75rem center/8px 10px,
        url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e")
            #ffffff no-repeat center right 1.75rem / calc(0.75em + 0.375rem)
            calc(0.75em + 0.375rem);
}
.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
    color: #28a745;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip,
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
    display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label,
.custom-control-input.is-valid ~ .custom-control-label {
    color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before,
.custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #28a745;
}
.was-validated
    .custom-control-input:valid:checked
    ~ .custom-control-label::before,
.custom-control-input.is-valid:checked ~ .custom-control-label::before {
    border-color: #34ce57;
    background-color: #34ce57;
}
.was-validated
    .custom-control-input:valid:focus
    ~ .custom-control-label::before,
.custom-control-input.is-valid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated
    .custom-control-input:valid:focus:not(:checked)
    ~ .custom-control-label::before,
.custom-control-input.is-valid:focus:not(:checked)
    ~ .custom-control-label::before {
    border-color: #28a745;
}

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

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

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #ffffff;
    background-color: rgba(235, 87, 87, 0.9);
    border-radius: 0.25rem;
}

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

.was-validated .form-control:invalid,
.form-control.is-invalid {
    border-color: #eb5757;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23eb5757' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23eb5757' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
    border-color: #eb5757;
    box-shadow: 0 0 0 0.2rem rgba(235, 87, 87, 0.25);
}

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

.was-validated .custom-select:invalid,
.custom-select.is-invalid {
    border-color: #eb5757;
    padding-right: calc(0.75em + 2.3125rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
            no-repeat right 0.75rem center/8px 10px,
        url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23eb5757' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23eb5757' stroke='none'/%3e%3c/svg%3e")
            #ffffff no-repeat center right 1.75rem / calc(0.75em + 0.375rem)
            calc(0.75em + 0.375rem);
}
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
    border-color: #eb5757;
    box-shadow: 0 0 0 0.2rem rgba(235, 87, 87, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
    color: #eb5757;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip,
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
    display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label,
.custom-control-input.is-invalid ~ .custom-control-label {
    color: #eb5757;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before,
.custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #eb5757;
}
.was-validated
    .custom-control-input:invalid:checked
    ~ .custom-control-label::before,
.custom-control-input.is-invalid:checked ~ .custom-control-label::before {
    border-color: #f08585;
    background-color: #f08585;
}
.was-validated
    .custom-control-input:invalid:focus
    ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(235, 87, 87, 0.25);
}
.was-validated
    .custom-control-input:invalid:focus:not(:checked)
    ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus:not(:checked)
    ~ .custom-control-label::before {
    border-color: #eb5757;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label,
.custom-file-input.is-invalid ~ .custom-file-label {
    border-color: #eb5757;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid:focus ~ .custom-file-label {
    border-color: #eb5757;
    box-shadow: 0 0 0 0.2rem rgba(235, 87, 87, 0.25);
}

.form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}
.form-inline .form-check {
    width: 100%;
}
@media (min-width: 576px) {
    .form-inline label {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0;
    }
    .form-inline .form-group {
        display: flex;
        flex: 0 0 auto;
        flex-flow: row wrap;
        align-items: center;
        margin-bottom: 0;
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .form-inline .form-control-plaintext {
        display: inline-block;
    }
    .form-inline .input-group,
    .form-inline .custom-select {
        width: auto;
    }
    .form-inline .form-check {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        padding-left: 0;
    }
    .form-inline .form-check-input {
        position: relative;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: 0.25rem;
        margin-left: 0;
    }
    .form-inline .custom-control {
        align-items: center;
        justify-content: center;
    }
    .form-inline .custom-control-label {
        margin-bottom: 0;
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .btn {
        transition: none;
    }
}
.btn:hover {
    color: #212529;
    text-decoration: none;
}
.btn:focus,
.btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled,
.btn:disabled {
    opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none;
}

.btn-primary {
    color: #ffffff;
    background-color: #007bff;
    border-color: #007bff;
}
.btn-primary:hover {
    color: #ffffff;
    background-color: #0069d9;
    border-color: #0062cc;
}
.btn-primary:focus,
.btn-primary.focus {
    color: #ffffff;
    background-color: #0069d9;
    border-color: #0062cc;
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
    color: #ffffff;
    background-color: #007bff;
    border-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
    color: #ffffff;
    background-color: #0062cc;
    border-color: #005cbf;
}
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-secondary {
    color: #ffffff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.btn-secondary:hover {
    color: #ffffff;
    background-color: #5a6268;
    border-color: #545b62;
}
.btn-secondary:focus,
.btn-secondary.focus {
    color: #ffffff;
    background-color: #5a6268;
    border-color: #545b62;
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #ffffff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
    color: #ffffff;
    background-color: #545b62;
    border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success {
    color: #ffffff;
    background-color: #28a745;
    border-color: #28a745;
}
.btn-success:hover {
    color: #ffffff;
    background-color: #218838;
    border-color: #1e7e34;
}
.btn-success:focus,
.btn-success.focus {
    color: #ffffff;
    background-color: #218838;
    border-color: #1e7e34;
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-success.disabled,
.btn-success:disabled {
    color: #ffffff;
    background-color: #28a745;
    border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
    color: #ffffff;
    background-color: #1e7e34;
    border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-info {
    color: #ffffff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
.btn-info:hover {
    color: #ffffff;
    background-color: #138496;
    border-color: #117a8b;
}
.btn-info:focus,
.btn-info.focus {
    color: #ffffff;
    background-color: #138496;
    border-color: #117a8b;
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-info.disabled,
.btn-info:disabled {
    color: #ffffff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
    color: #ffffff;
    background-color: #117a8b;
    border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}
.btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
}
.btn-warning:focus,
.btn-warning.focus {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
    box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-warning.disabled,
.btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger {
    color: #ffffff;
    background-color: #eb5757;
    border-color: #eb5757;
}
.btn-danger:hover {
    color: #ffffff;
    background-color: #e73535;
    border-color: #e62929;
}
.btn-danger:focus,
.btn-danger.focus {
    color: #ffffff;
    background-color: #e73535;
    border-color: #e62929;
    box-shadow: 0 0 0 0.2rem rgba(238, 112, 112, 0.5);
}
.btn-danger.disabled,
.btn-danger:disabled {
    color: #ffffff;
    background-color: #eb5757;
    border-color: #eb5757;
}
.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
    color: #ffffff;
    background-color: #e62929;
    border-color: #e41e1e;
}
.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(238, 112, 112, 0.5);
}

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
}
.btn-light:focus,
.btn-light.focus {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-light.disabled,
.btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
    color: #ffffff;
    background-color: #343a40;
    border-color: #343a40;
}
.btn-dark:hover {
    color: #ffffff;
    background-color: #23272b;
    border-color: #1d2124;
}
.btn-dark:focus,
.btn-dark.focus {
    color: #ffffff;
    background-color: #23272b;
    border-color: #1d2124;
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-dark.disabled,
.btn-dark:disabled {
    color: #ffffff;
    background-color: #343a40;
    border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
    color: #ffffff;
    background-color: #1d2124;
    border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
    color: #007bff;
    border-color: #007bff;
}
.btn-outline-primary:hover {
    color: #ffffff;
    background-color: #007bff;
    border-color: #007bff;
}
.btn-outline-primary:focus,
.btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
    color: #ffffff;
    background-color: #007bff;
    border-color: #007bff;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d;
}
.btn-outline-secondary:hover {
    color: #ffffff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
    color: #ffffff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
    color: #28a745;
    border-color: #28a745;
}
.btn-outline-success:hover {
    color: #ffffff;
    background-color: #28a745;
    border-color: #28a745;
}
.btn-outline-success:focus,
.btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
    color: #ffffff;
    background-color: #28a745;
    border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
    color: #17a2b8;
    border-color: #17a2b8;
}
.btn-outline-info:hover {
    color: #ffffff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
.btn-outline-info:focus,
.btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
    color: #ffffff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107;
}
.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}
.btn-outline-warning:focus,
.btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
    color: #eb5757;
    border-color: #eb5757;
}
.btn-outline-danger:hover {
    color: #ffffff;
    background-color: #eb5757;
    border-color: #eb5757;
}
.btn-outline-danger:focus,
.btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(235, 87, 87, 0.5);
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #eb5757;
    background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
    color: #ffffff;
    background-color: #eb5757;
    border-color: #eb5757;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(235, 87, 87, 0.5);
}

.btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-outline-light:focus,
.btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
    color: #343a40;
    border-color: #343a40;
}
.btn-outline-dark:hover {
    color: #ffffff;
    background-color: #343a40;
    border-color: #343a40;
}
.btn-outline-dark:focus,
.btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
    color: #ffffff;
    background-color: #343a40;
    border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
    font-weight: 400;
    color: #007bff;
    text-decoration: none;
}
.btn-link:hover {
    color: #0056b3;
    text-decoration: underline;
}
.btn-link:focus,
.btn-link.focus {
    text-decoration: underline;
}
.btn-link:disabled,
.btn-link.disabled {
    color: #6c757d;
    pointer-events: none;
}

.btn-lg,
.btn-group-lg > .btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.btn-sm,
.btn-group-sm > .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.btn-block {
    display: block;
    width: 100%;
}
.btn-block + .btn-block {
    margin-top: 0.5rem;
}

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

.fade {
    transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
    .fade {
        transition: none;
    }
}
.fade:not(.show) {
    opacity: 0;
}

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

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none;
    }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
    position: relative;
}

.dropdown-toggle {
    white-space: nowrap;
}
.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

.dropdown-menu-left {
    right: auto;
    left: 0;
}

.dropdown-menu-right {
    right: 0;
    left: auto;
}

@media (min-width: 576px) {
    .dropdown-menu-sm-left {
        right: auto;
        left: 0;
    }

    .dropdown-menu-sm-right {
        right: 0;
        left: auto;
    }
}
@media (min-width: 768px) {
    .dropdown-menu-md-left {
        right: auto;
        left: 0;
    }

    .dropdown-menu-md-right {
        right: 0;
        left: auto;
    }
}
@media (min-width: 992px) {
    .dropdown-menu-lg-left {
        right: auto;
        left: 0;
    }

    .dropdown-menu-lg-right {
        right: 0;
        left: auto;
    }
}
@media (min-width: 1200px) {
    .dropdown-menu-xl-left {
        right: auto;
        left: 0;
    }

    .dropdown-menu-xl-right {
        right: 0;
        left: auto;
    }
}
.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid;
    border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
    margin-left: 0;
}
.dropright .dropdown-toggle::after {
    vertical-align: 0;
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
}
.dropleft .dropdown-toggle::after {
    display: none;
}
.dropleft .dropdown-toggle::before {
    display: inline-block;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0.3em solid;
    border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
    margin-left: 0;
}
.dropleft .dropdown-toggle::before {
    vertical-align: 0;
}

.dropdown-menu[x-placement^="top"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"] {
    right: auto;
    bottom: auto;
}

.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.dropdown-item:hover,
.dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
}
.dropdown-item.active,
.dropdown-item:active {
    color: #ffffff;
    text-decoration: none;
    background-color: #007bff;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent;
}

.dropdown-menu.show {
    display: block;
}

.dropdown-header {
    display: block;
    padding: 0.5rem 1.5rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #6c757d;
    white-space: nowrap;
}

.dropdown-item-text {
    display: block;
    padding: 0.25rem 1.5rem;
    color: #212529;
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
    position: relative;
    flex: 1 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
    z-index: 1;
}
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
    z-index: 1;
}

.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.btn-toolbar .input-group {
    width: auto;
}

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

.dropdown-toggle-split {
    padding-right: 0.5625rem;
    padding-left: 0.5625rem;
}
.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
    margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
    margin-right: 0;
}

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

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

.btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
    width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

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

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
    margin-left: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
    z-index: 4;
}
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group > .custom-file {
    display: flex;
    align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
    display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
    position: relative;
    z-index: 2;
}
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
    z-index: 3;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
    margin-left: -1px;
}

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

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

.input-group-text {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}
.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
    margin-top: 0;
}

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

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

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

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

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

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

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

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
}

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

.custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
    color: #ffffff;
    border-color: #007bff;
    background-color: #007bff;
}
.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #ffffff;
    background-color: #b3d7ff;
    border-color: #b3d7ff;
}
.custom-control-input[disabled] ~ .custom-control-label,
.custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d;
}
.custom-control-input[disabled] ~ .custom-control-label::before,
.custom-control-input:disabled ~ .custom-control-label::before {
    background-color: #e9ecef;
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
}
.custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #ffffff;
    border: #adb5bd solid 1px;
}
.custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50%/50% 50%;
}

.custom-checkbox .custom-control-label::before {
    border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23ffffff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox
    .custom-control-input:indeterminate
    ~ .custom-control-label::before {
    border-color: #007bff;
    background-color: #007bff;
}
.custom-checkbox
    .custom-control-input:indeterminate
    ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23ffffff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox
    .custom-control-input:disabled:checked
    ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
}
.custom-checkbox
    .custom-control-input:disabled:indeterminate
    ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
    border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ffffff'/%3e%3c/svg%3e");
}
.custom-radio
    .custom-control-input:disabled:checked
    ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
}

.custom-switch {
    padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .custom-switch .custom-control-label::after {
        transition: none;
    }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #ffffff;
    transform: translateX(0.75rem);
}
.custom-switch
    .custom-control-input:disabled:checked
    ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #ffffff
        url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
        no-repeat right 0.75rem center/8px 10px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-select:focus::-ms-value {
    color: #495057;
    background-color: #ffffff;
}
.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none;
}
.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef;
}
.custom-select::-ms-expand {
    display: none;
}
.custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057;
}

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

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

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    margin-bottom: 0;
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    margin: 0;
    opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-file-input[disabled] ~ .custom-file-label,
.custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse);
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #ffffff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}
.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
    width: 100%;
    height: 1.4rem;
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.custom-range:focus {
    outline: none;
}
.custom-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range::-moz-focus-outer {
    border: 0;
}
.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    appearance: none;
}
@media (prefers-reduced-motion: reduce) {
    .custom-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none;
    }
}
.custom-range::-webkit-slider-thumb:active {
    background-color: #b3d7ff;
}
.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -moz-appearance: none;
    appearance: none;
}
@media (prefers-reduced-motion: reduce) {
    .custom-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none;
    }
}
.custom-range::-moz-range-thumb:active {
    background-color: #b3d7ff;
}
.custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
}
.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -ms-transition: background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none;
}
@media (prefers-reduced-motion: reduce) {
    .custom-range::-ms-thumb {
        -ms-transition: none;
        transition: none;
    }
}
.custom-range::-ms-thumb:active {
    background-color: #b3d7ff;
}
.custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
    cursor: default;
}
.custom-range:disabled::-ms-thumb {
    background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
        transition: none;
    }
}

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

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
}
.nav-link:hover,
.nav-link:focus {
    text-decoration: none;
}
.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default;
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
    margin-bottom: -1px;
}
.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
    border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #ffffff;
    border-color: #dee2e6 #dee2e6 #ffffff;
}
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.nav-pills .nav-link {
    border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #ffffff;
    background-color: #007bff;
}

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

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

.tab-content > .tab-pane {
    display: none;
}
.tab-content > .active {
    display: block;
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 1rem;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}
.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none;
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}
.navbar-nav .dropdown-menu {
    position: static;
    float: none;
}

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

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

.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
.navbar-toggler:hover,
.navbar-toggler:focus {
    text-decoration: none;
}

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

@media (max-width: 575.98px) {
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid,
    .navbar-expand-sm > .container-sm,
    .navbar-expand-sm > .container-md,
    .navbar-expand-sm > .container-lg,
    .navbar-expand-sm > .container-xl {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (min-width: 576px) {
    .navbar-expand-sm {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-sm .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid,
    .navbar-expand-sm > .container-sm,
    .navbar-expand-sm > .container-md,
    .navbar-expand-sm > .container-lg,
    .navbar-expand-sm > .container-xl {
        flex-wrap: nowrap;
    }
    .navbar-expand-sm .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-sm .navbar-toggler {
        display: none;
    }
}
@media (max-width: 767.98px) {
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid,
    .navbar-expand-md > .container-sm,
    .navbar-expand-md > .container-md,
    .navbar-expand-md > .container-lg,
    .navbar-expand-md > .container-xl {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (min-width: 768px) {
    .navbar-expand-md {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-md .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid,
    .navbar-expand-md > .container-sm,
    .navbar-expand-md > .container-md,
    .navbar-expand-md > .container-lg,
    .navbar-expand-md > .container-xl {
        flex-wrap: nowrap;
    }
    .navbar-expand-md .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-md .navbar-toggler {
        display: none;
    }
}
@media (max-width: 991.98px) {
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid,
    .navbar-expand-lg > .container-sm,
    .navbar-expand-lg > .container-md,
    .navbar-expand-lg > .container-lg,
    .navbar-expand-lg > .container-xl {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (min-width: 992px) {
    .navbar-expand-lg {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid,
    .navbar-expand-lg > .container-sm,
    .navbar-expand-lg > .container-md,
    .navbar-expand-lg > .container-lg,
    .navbar-expand-lg > .container-xl {
        flex-wrap: nowrap;
    }
    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-lg .navbar-toggler {
        display: none;
    }
}
@media (max-width: 1199.98px) {
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid,
    .navbar-expand-xl > .container-sm,
    .navbar-expand-xl > .container-md,
    .navbar-expand-xl > .container-lg,
    .navbar-expand-xl > .container-xl {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (min-width: 1200px) {
    .navbar-expand-xl {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-xl .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid,
    .navbar-expand-xl > .container-sm,
    .navbar-expand-xl > .container-md,
    .navbar-expand-xl > .container-lg,
    .navbar-expand-xl > .container-xl {
        flex-wrap: nowrap;
    }
    .navbar-expand-xl .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-xl .navbar-toggler {
        display: none;
    }
}
.navbar-expand {
    flex-flow: row nowrap;
    justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
    padding-right: 0;
    padding-left: 0;
}
.navbar-expand .navbar-nav {
    flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
    flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
}
.navbar-expand .navbar-toggler {
    display: none;
}

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
    color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
    color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
    color: #ffffff;
}
.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
    color: #ffffff;
}
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
    color: #ffffff;
}
.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
    color: #ffffff;
}
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
    color: #ffffff;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #ffffff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}
.card > hr {
    margin-right: 0;
    margin-left: 0;
}
.card > .list-group {
    border-top: inherit;
    border-bottom: inherit;
}
.card > .list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}

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

.card-title {
    margin-bottom: 0.75rem;
}

.card-subtitle {
    margin-top: -0.375rem;
    margin-bottom: 0;
}

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

.card-link:hover {
    text-decoration: none;
}
.card-link + .card-link {
    margin-left: 1.25rem;
}

.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-header + .list-group .list-group-item:first-child {
    border-top: 0;
}

.card-footer {
    padding: 0.75rem 1.25rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
    margin-right: -0.625rem;
    margin-bottom: -0.75rem;
    margin-left: -0.625rem;
    border-bottom: 0;
}

.card-header-pills {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}

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

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

.card-img,
.card-img-top {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck .card {
    margin-bottom: 15px;
}
@media (min-width: 576px) {
    .card-deck {
        display: flex;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px;
    }
    .card-deck .card {
        flex: 1 0 0%;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px;
    }
}

.card-group > .card {
    margin-bottom: 15px;
}
@media (min-width: 576px) {
    .card-group {
        display: flex;
        flex-flow: row wrap;
    }
    .card-group > .card {
        flex: 1 0 0%;
        margin-bottom: 0;
    }
    .card-group > .card + .card {
        margin-left: 0;
        border-left: 0;
    }
    .card-group > .card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .card-group > .card:not(:last-child) .card-img-top,
    .card-group > .card:not(:last-child) .card-header {
        border-top-right-radius: 0;
    }
    .card-group > .card:not(:last-child) .card-img-bottom,
    .card-group > .card:not(:last-child) .card-footer {
        border-bottom-right-radius: 0;
    }
    .card-group > .card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .card-group > .card:not(:first-child) .card-img-top,
    .card-group > .card:not(:first-child) .card-header {
        border-top-left-radius: 0;
    }
    .card-group > .card:not(:first-child) .card-img-bottom,
    .card-group > .card:not(:first-child) .card-footer {
        border-bottom-left-radius: 0;
    }
}

.card-columns .card {
    margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
    .card-columns {
        column-count: 3;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1;
    }
    .card-columns .card {
        display: inline-block;
        width: 100%;
    }
}

.accordion > .card {
    overflow: hidden;
}
.accordion > .card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.accordion > .card:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.accordion > .card > .card-header {
    border-radius: 0;
    margin-bottom: -1px;
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}

.breadcrumb-item {
    display: flex;
}
.breadcrumb-item + .breadcrumb-item {
    padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #6c757d;
    content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: none;
}
.breadcrumb-item.active {
    color: #6c757d;
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #ffffff;
    border: 1px solid #dee2e6;
}
.page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}
.page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
    z-index: 3;
    color: #ffffff;
    background-color: #007bff;
    border-color: #007bff;
}
.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #ffffff;
    border-color: #dee2e6;
}

.pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
}

.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .badge {
        transition: none;
    }
}
a.badge:hover,
a.badge:focus {
    text-decoration: none;
}

.badge:empty {
    display: none;
}

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

.badge-pill {
    padding-right: 0.6em;
    padding-left: 0.6em;
    border-radius: 10rem;
}

.badge-primary {
    color: #ffffff;
    background-color: #007bff;
}
a.badge-primary:hover,
a.badge-primary:focus {
    color: #ffffff;
    background-color: #0062cc;
}
a.badge-primary:focus,
a.badge-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.badge-secondary {
    color: #ffffff;
    background-color: #6c757d;
}
a.badge-secondary:hover,
a.badge-secondary:focus {
    color: #ffffff;
    background-color: #545b62;
}
a.badge-secondary:focus,
a.badge-secondary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
    color: #ffffff;
    background-color: #28a745;
}
a.badge-success:hover,
a.badge-success:focus {
    color: #ffffff;
    background-color: #1e7e34;
}
a.badge-success:focus,
a.badge-success.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info {
    color: #ffffff;
    background-color: #17a2b8;
}
a.badge-info:hover,
a.badge-info:focus {
    color: #ffffff;
    background-color: #117a8b;
}
a.badge-info:focus,
a.badge-info.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
    color: #212529;
    background-color: #ffc107;
}
a.badge-warning:hover,
a.badge-warning:focus {
    color: #212529;
    background-color: #d39e00;
}
a.badge-warning:focus,
a.badge-warning.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
    color: #ffffff;
    background-color: #eb5757;
}
a.badge-danger:hover,
a.badge-danger:focus {
    color: #ffffff;
    background-color: #e62929;
}
a.badge-danger:focus,
a.badge-danger.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(235, 87, 87, 0.5);
}

.badge-light {
    color: #212529;
    background-color: #f8f9fa;
}
a.badge-light:hover,
a.badge-light:focus {
    color: #212529;
    background-color: #dae0e5;
}
a.badge-light:focus,
a.badge-light.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
    color: #ffffff;
    background-color: #343a40;
}
a.badge-dark:hover,
a.badge-dark:focus {
    color: #ffffff;
    background-color: #1d2124;
}
a.badge-dark:focus,
a.badge-dark.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: 0.3rem;
}
@media (min-width: 576px) {
    .jumbotron {
        padding: 4rem 2rem;
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0;
}

.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.alert-heading {
    color: inherit;
}

.alert-link {
    font-weight: 700;
}

.alert-dismissible {
    padding-right: 4rem;
}
.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit;
}

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}
.alert-primary hr {
    border-top-color: #9fcdff;
}
.alert-primary .alert-link {
    color: #002752;
}

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
}
.alert-secondary hr {
    border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
    color: #202326;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.alert-success hr {
    border-top-color: #b1dfbb;
}
.alert-success .alert-link {
    color: #0b2e13;
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}
.alert-info hr {
    border-top-color: #abdde5;
}
.alert-info .alert-link {
    color: #062c33;
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}
.alert-warning hr {
    border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
    color: #533f03;
}

.alert-danger {
    color: #7a2d2d;
    background-color: #fbdddd;
    border-color: #f9d0d0;
}
.alert-danger hr {
    border-top-color: #f6b9b9;
}
.alert-danger .alert-link {
    color: #551f1f;
}

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe;
}
.alert-light hr {
    border-top-color: #ececf6;
}
.alert-light .alert-link {
    color: #686868;
}

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca;
}
.alert-dark hr {
    border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
    color: #040505;
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }
    to {
        background-position: 0 0;
    }
}
.progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    line-height: 0;
    font-size: 0.75rem;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
    .progress-bar {
        transition: none;
    }
}

.progress-bar-striped {
    background-image: linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
    background-size: 1rem 1rem;
}

.progress-bar-animated {
    animation: progress-bar-stripes 1s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
        animation: none;
    }
}

.media {
    display: flex;
    align-items: flex-start;
}

.media-body {
    flex: 1;
}

.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: 0.25rem;
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit;
}
.list-group-item-action:hover,
.list-group-item-action:focus {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa;
}
.list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}
.list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit;
}
.list-group-item.disabled,
.list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #ffffff;
}
.list-group-item.active {
    z-index: 2;
    color: #ffffff;
    background-color: #007bff;
    border-color: #007bff;
}
.list-group-item + .list-group-item {
    border-top-width: 0;
}
.list-group-item + .list-group-item.active {
    margin-top: -1px;
    border-top-width: 1px;
}

.list-group-horizontal {
    flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
    margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
}

@media (min-width: 576px) {
    .list-group-horizontal-sm {
        flex-direction: row;
    }
    .list-group-horizontal-sm > .list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }
    .list-group-horizontal-sm > .list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }
    .list-group-horizontal-sm > .list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-sm > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }
    .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}
@media (min-width: 768px) {
    .list-group-horizontal-md {
        flex-direction: row;
    }
    .list-group-horizontal-md > .list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }
    .list-group-horizontal-md > .list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }
    .list-group-horizontal-md > .list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-md > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }
    .list-group-horizontal-md > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}
@media (min-width: 992px) {
    .list-group-horizontal-lg {
        flex-direction: row;
    }
    .list-group-horizontal-lg > .list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }
    .list-group-horizontal-lg > .list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }
    .list-group-horizontal-lg > .list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-lg > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }
    .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}
@media (min-width: 1200px) {
    .list-group-horizontal-xl {
        flex-direction: row;
    }
    .list-group-horizontal-xl > .list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }
    .list-group-horizontal-xl > .list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }
    .list-group-horizontal-xl > .list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-xl > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }
    .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}
.list-group-flush {
    border-radius: 0;
}
.list-group-flush > .list-group-item {
    border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
    border-bottom-width: 0;
}

.list-group-item-primary {
    color: #004085;
    background-color: #b8daff;
}
.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
    color: #004085;
    background-color: #9fcdff;
}
.list-group-item-primary.list-group-item-action.active {
    color: #ffffff;
    background-color: #004085;
    border-color: #004085;
}

.list-group-item-secondary {
    color: #383d41;
    background-color: #d6d8db;
}
.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
    color: #383d41;
    background-color: #c8cbcf;
}
.list-group-item-secondary.list-group-item-action.active {
    color: #ffffff;
    background-color: #383d41;
    border-color: #383d41;
}

.list-group-item-success {
    color: #155724;
    background-color: #c3e6cb;
}
.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
    color: #155724;
    background-color: #b1dfbb;
}
.list-group-item-success.list-group-item-action.active {
    color: #ffffff;
    background-color: #155724;
    border-color: #155724;
}

.list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb;
}
.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
    color: #0c5460;
    background-color: #abdde5;
}
.list-group-item-info.list-group-item-action.active {
    color: #ffffff;
    background-color: #0c5460;
    border-color: #0c5460;
}

.list-group-item-warning {
    color: #856404;
    background-color: #ffeeba;
}
.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
    color: #856404;
    background-color: #ffe8a1;
}
.list-group-item-warning.list-group-item-action.active {
    color: #ffffff;
    background-color: #856404;
    border-color: #856404;
}

.list-group-item-danger {
    color: #7a2d2d;
    background-color: #f9d0d0;
}
.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
    color: #7a2d2d;
    background-color: #f6b9b9;
}
.list-group-item-danger.list-group-item-action.active {
    color: #ffffff;
    background-color: #7a2d2d;
    border-color: #7a2d2d;
}

.list-group-item-light {
    color: #818182;
    background-color: #fdfdfe;
}
.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
    color: #818182;
    background-color: #ececf6;
}
.list-group-item-light.list-group-item-action.active {
    color: #ffffff;
    background-color: #818182;
    border-color: #818182;
}

.list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca;
}
.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
    color: #1b1e21;
    background-color: #b9bbbe;
}
.list-group-item-dark.list-group-item-action.active {
    color: #ffffff;
    background-color: #1b1e21;
    border-color: #1b1e21;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.5;
}
.close:hover {
    color: #000;
    text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
    opacity: 0.75;
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
}

a.close.disabled {
    pointer-events: none;
}

.toast {
    max-width: 350px;
    overflow: hidden;
    font-size: 0.875rem;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    opacity: 0;
    border-radius: 0.25rem;
}
.toast:not(:last-child) {
    margin-bottom: 0.75rem;
}
.toast.showing {
    opacity: 1;
}
.toast.show {
    display: block;
    opacity: 1;
}
.toast.hide {
    display: none;
}

.toast-header {
    display: flex;
    align-items: center;
    padding: 0.25rem 0.75rem;
    color: #6c757d;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.toast-body {
    padding: 0.75rem;
}

@media print {
    *,
    *::before,
    *::after {
        text-shadow: none !important;
        box-shadow: none !important;
    }

    a:not(.btn) {
        text-decoration: underline;
    }

    abbr[title]::after {
        content: " (" attr(title) ")";
    }

    pre {
        white-space: pre-wrap !important;
    }

    pre,
    blockquote {
        border: 1px solid #adb5bd;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    @page {
        size: a3;
    }
    body {
        min-width: 992px !important;
    }

    .container {
        min-width: 992px !important;
    }

    .navbar {
        display: none;
    }

    .badge {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }
    .table td,
    .table th {
        background-color: #ffffff !important;
    }

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

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

    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6;
    }
}
@font-face {
    font-display: swap;
    font-family: "Gilroy";
    font-style: normal;
    src: url("../fonts/Gilroy-Regular.eot?") format("eot"),
        url("../fonts/Gilroy-Regular.woff") format("woff"),
        url("../fonts/Gilroy-Regular.ttf") format("truetype");
}
@font-face {
    font-display: swap;
    font-family: "Gilroy";
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/Gilroy-Medium.eot?") format("eot"),
        url("../fonts/Gilroy-Medium.woff") format("woff"),
        url("../fonts/Gilroy-Medium.ttf") format("truetype");
}
@font-face {
    font-display: swap;
    font-family: "Gilroy";
    font-style: normal;
    font-weight: 600;
    src: url("../fonts/Gilroy-SemiBold.eot?") format("eot"),
        url("../fonts/Gilroy-SemiBold.woff") format("woff"),
        url("../fonts/Gilroy-SemiBold.ttf") format("truetype");
}
@font-face {
    font-display: swap;
    font-family: "Gilroy";
    font-style: normal;
    font-weight: 800;
    src: url("../fonts/Gilroy-ExtraBold.eot?") format("eot"),
        url("../fonts/Gilroy-ExtraBold.woff") format("woff"),
        url("../fonts/Gilroy-ExtraBold.ttf") format("truetype");
}
@font-face {
    font-display: swap;
    font-family: "Gilroy";
    font-style: normal;
    font-weight: 900;
    src: url("../fonts/Gilroy-Heavy.eot?") format("eot"),
        url("../fonts/Gilroy-Heavy.woff") format("woff"),
        url("../fonts/Gilroy-Heavy.ttf") format("truetype");
}
@font-face {
    font-display: swap;
    font-family: "icomoon";
    font-style: normal;
    src: url("../fonts/icomoon.eot?") format("eot"),
        url("../fonts/icomoon.woff") format("woff"),
        url("../fonts/icomoon.ttf") format("truetype");
}
@media (min-width: 0) {
    .head-top,
    .head-container {
        padding: 0 20px;
    }

    .header-page {
        padding: 0 20px;
    }

    .container-fluid,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl,
    .container,
    .featured-container {
        max-width: 100%;
        padding: 0 20px;
    }

    .row {
        margin-left: -20px;
        margin-right: -20px;
    }

    [class*="col-"] {
        padding-left: 10px;
        padding-right: 10px;
    }

    .col-12 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .page-menu__breadcrumbs ul,
    .page-menu__block,
    .page-menu__list {
        padding: 0 20px;
    }
}
@media (min-width: 768px) {
    .head-top,
    .head-container {
        padding: 0 50px;
    }

    .header-page,
    .menu-search__block,
    #breadcrumbs,
    .featured-container {
        padding: 0 50px;
    }

    .container {
        padding: 0 50px;
    }
    .container-fluid,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl {
        padding: 0 15px;
    }

    .page-menu__breadcrumbs ul,
    .page-menu__block,
    .page-menu__list {
        padding: 0 50px;
    }
}
@media (min-width: 992px) {
    .head-top,
    .head-container {
        padding: 0 78px;
    }

    .header-page,
    .menu-search__block,
    #breadcrumbs,
    .featured-container {
        padding: 0 78px;
    }

    .container,
    .foo-container {
        padding: 0 78px;
    }

    .page-menu__breadcrumbs ul,
    .page-menu__block,
    .page-menu__list {
        padding: 0 78px;
    }
}
@media (min-width: 1280px) {
    .head-top,
    .head-container {
        padding: 0 55px;
    }

    .header-page,
    .menu-search__block,
    #breadcrumbs,
    .featured-container {
        padding: 0 55px;
    }

    .container,
    .foo-container,
    .footer-grid {
        padding: 0 55px;
    }

    .page-menu__breadcrumbs ul,
    .page-menu__block,
    .page-menu__list {
        padding: 0 55px;
    }
}
@media screen and (min-width: 1025px) {
    .row {
        margin-left: -15px;
        margin-right: -15px;
    }

    [class*="col-"] {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media (min-width: 1600px) {
    .foo-container,
    .container,
    .footer-grid {
        max-width: 1800px;
        padding: 0 100px;
    }

    .head-top,
    .head-container {
        padding: 0 100px;
    }

    .header-page,
    .menu-search__block {
        padding: 0 100px;
    }

    .page-menu__breadcrumbs ul,
    .page-menu__list {
        max-width: 1800px;
        padding: 0 100px;
    }
    .page-menu__block {
        max-width: 100%;
        padding: 0 100px;
    }

    #breadcrumbs,
    .featured-container {
        max-width: 1800px;
        padding: 0 100px;
    }
}
[class^="icon-"],
[class*=" icon-"] {
    font-family: "icomoon" !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-account:before {
    content: "";
    color: #fff;
}

.icon-arrow-down:before {
    content: "";
    color: #1866d9;
}

.icon-arrow-right:before {
    content: "";
    color: #2989ff;
}

.icon-chevron-left:before {
    content: "";
    color: #fff;
}

.icon-chevron-right:before {
    content: "";
    color: #fff;
}

.icon-close:before {
    content: "";
    color: #1866d9;
}

.icon-fb:before {
    content: "";
    color: #e0e0e0;
}

.icon-filter:before {
    content: "";
    color: #2989ff;
}

.icon-linkedin:before {
    content: "";
    color: #e0e0e0;
}

.icon-mail:before {
    content: "";
    color: #e0e0e0;
}

.icon-message:before {
    content: "";
    color: #fff;
}

.icon-planet:before {
    content: "";
    color: #fff;
}

.icon-plus:before {
    content: "";
    color: #1866d9;
}

.icon-search:before {
    content: "";
    color: #fff;
}

.icon-twitter:before {
    content: "";
    color: #e0e0e0;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

:focus {
    outline: 0;
}

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

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    -webkit-appearance: none;
    -moz-appearance: none;
}

input[type="search"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    box-sizing: content-box;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    max-width: 100%;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden] {
    display: none;
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

a:focus {
    outline: thin dotted;
}

a:active,
a:hover {
    outline: 0;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
}

figure {
    margin: 0;
}

form {
    margin: 0;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
    white-space: normal;
    *margin-left: -7px;
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}

button,
input {
    line-height: normal;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    *overflow: visible;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    *height: 13px;
    *width: 13px;
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}

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

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html,
button,
input,
select,
textarea {
    color: #222;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

.text {
    font-size: 18px;
    line-height: 24px;
}

body {
    color: #333;
    font-family: "Gilroy", sans-serif;
    font-size: 18px;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333;
    font-weight: 900;
    letter-spacing: 1px;
    margin-bottom: 0;
}

h1 {
    font-size: 64px;
    line-height: 72px;
}

h2 {
    font-size: 48px;
    line-height: 56px;
}

h3 {
    font-size: 40px;
    line-height: 48px;
}

h4 {
    font-size: 36px;
    line-height: 40px;
}

h5 {
    font-size: 30px;
    line-height: 36px;
}

h6 {
    font-size: 24px;
    line-height: 30px;
}

.owl-carousel {
    display: none;
}

.owl-carousel.owl-loaded {
    display: block;
}

a,
a:hover {
    cursor: pointer;
    transition: all 300ms ease-in-out;
}

a:hover {
    text-decoration: none;
}

*,
a,
a:focus,
button,
button:focus,
.owl-next:focus,
.owl-prev:focus {
    outline: none;
}

img {
    height: auto;
    max-width: 100%;
}

button {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}

::selection {
    background: #2989ff;
    color: #fff;
}

input[type="text"],
input[type="tel"],
input[type="email"],
textarea {
    background: #f7f7f7;
    border: 2px solid #d2d2d2;
    color: #141524;
    height: 60px;
    letter-spacing: 0.5px;
    margin-bottom: 30px;
    padding: 19px 22px;
    width: 100%;
}

::placeholder {
    color: rgba(79, 79, 79, 0.7);
    opacity: 1;
}

textarea {
    height: 150px;
    resize: none;
}

input[type="submit"] {
    color: #1866d9;
    font-size: 18px;
    letter-spacing: 3px;
    height: 70px;
    width: 100%;
}
input[type="submit"]:hover {
    color: #fff;
}
input[type="submit"]:disabled {
    background: #f7f7f7;
    border-color: #333;
    color: #333;
    transition: all 300ms ease-in-out;
}
input[type="submit"]:disabled:hover,
input[type="submit"]:disabled:focus {
    color: #333;
    transition: all 300ms ease-in-out;
}

.section {
    margin-bottom: 100px;
    margin-top: 100px;
}
.section-half {
    margin-bottom: 50px;
    margin-top: 50px;
}
.section-external {
    padding-bottom: 100px;
    padding-top: 100px;
}
.section-external + .section-external {
    padding-top: 0;
}
.section-external ul {
    list-style: none;
    padding-left: 1em;
}
.section-external ul li:before {
    content: "•";
    color: #1866d9;
    display: inline-block;
    font-weight: bold;
    margin-left: -1em;
    width: 1em;
}
.section-external--top {
    padding-top: 100px;
}
.section-external--bottom {
    padding-bottom: 100px;
}
.section--title {
    margin-top: 100px;
    margin-bottom: 60px;
}
.section-indent {
    margin-top: 100px;
    margin-bottom: 100px;
}
.section-indent--top {
    margin-top: 100px;
}
.section-indent--bottom {
    margin-bottom: 100px;
}
.section ul {
    list-style: none;
    padding-left: 1em;
}
.section ul li:before {
    content: "•";
    color: #1866d9;
    display: inline-block;
    font-weight: bold;
    margin-left: -1em;
    width: 1em;
}

.title-section {
    font-size: 48px;
    font-weight: 900;
    letter-spacing: 1px;
    line-height: 56px;
    margin-bottom: 20px;
    text-align: center;
}
.title-black {
    color: #333;
}
.title-white {
    color: #ffffff;
}

.bg-blue2 {
    background: #0244a5;
}
.bg-gray {
    background: #f7f7f7;
}
.bg-gray_light {
    background: #f3f3f3;
}
.bg-gray__txt {
    padding-bottom: 100px;
    padding-top: 60px;
}

.main-btn {
    align-items: center;
    background: rgba(41, 137, 255, 0.3);
    border: 2px solid #2989ff;
    color: #fff;
    display: flex;
    height: 46px;
    justify-content: center;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
    transition: all 300ms ease-in-out;
    width: 137px;
}
.main-btn:hover {
    background: #2989ff;
    transition: all 300ms ease-in-out;
}

.line-btn {
    background: transparent;
    border: none;
    color: #2989ff;
    display: inline-block;
    font-weight: 800;
    line-height: 36px;
    letter-spacing: 3px;
    padding-bottom: 14px;
    padding-top: 17px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    transition: all 600ms ease;
    width: 210px;
}
.line-btn:hover {
    transition: all 600ms ease;
    border-width: 3px;
}
.line-btn:after {
    border-color: #2989ff;
    border-style: solid;
    border-width: 0 0 3px 0;
    bottom: 0;
    content: "";
    display: block;
    height: 0;
    left: 0;
    position: absolute;
    transition: all 600ms ease;
    width: 100%;
}
.line-btn:hover:after {
    border-width: 3px;
    height: 100%;
}

.main-title,
.line-title {
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.line-title {
    font-size: 48px;
    font-weight: 900;
    line-height: 56px;
    margin-bottom: 10px;
    padding-left: 35px;
    position: relative;
}
.line-title:before {
    background: #1866d9;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 5px;
}

.underline-title {
    font-size: 48px;
    font-weight: 900;
    line-height: 56px;
    letter-spacing: 1px;
    margin-bottom: 35px;
    padding-bottom: 14px;
    position: relative;
}
.underline-title:before {
    background: #1866d9;
    bottom: 0;
    left: 0;
    content: "";
    display: block;
    height: 5px;
    position: absolute;
    width: 100px;
}
.underline-txt {
    color: #4f4f4f;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 54px;
}
.underline-txt p {
    margin-bottom: 1em;
}

.single-title {
    margin-bottom: 55px;
}

.more-info {
    align-items: center;
    color: #fff;
    display: flex;
    font-weight: 800;
    line-height: 36px;
    letter-spacing: 3px;
    text-transform: uppercase;
}
.more-info span {
    padding-left: 40px;
    transition: all 300ms ease-in-out;
}
.more-info:hover {
    color: #fff;
}
.more-info:hover span {
    transform: translateX(5px);
    transition: all 300ms ease-in-out;
}

.link-arrow {
    color: #1866d9;
    display: inline-block;
    font-weight: 900;
    letter-spacing: 3px;
    line-height: 1;
    position: relative;
    text-transform: uppercase;
}
.link-arrow span {
    padding-left: 30px;
    transition: all 300ms ease-in-out;
}
.link-arrow:hover {
    color: #1866d9;
}
.link-arrow:hover span {
    padding-left: 35px;
    transition: all 300ms ease-in-out;
}

.social {
    list-style: none;
    margin: 0;
    padding: 0;
}
.social li {
    display: flex;
}
.social li:not(:last-child) {
    margin-right: 18px;
}
.social a {
    line-height: 1;
}
.social span {
    font-size: 50px;
    transition: all 300ms ease-in-out;
}
.social span:hover:before {
    color: #2989ff;
    transition: all 300ms ease-in-out;
}
.social-subscribe {
    border: 10px solid #e0e0e0;
    box-sizing: border-box;
    padding: 60px 40px;
}
.social-subscribe__title {
    color: #4f4f4f;
    font-size: 30px;
    font-weight: 500;
    line-height: 40px;
    text-align: center;
}
.social-subscribe__list {
    justify-content: center;
    list-style: none;
    margin: 0;
    margin-top: 38px;
    padding: 0;
}
.social-subscribe__list li {
    font-size: 50px;
}
.social-subscribe__list li:not(:last-child) {
    margin-right: 20px;
}
.social-subscribe__list span:before {
    color: #2989ff;
    transition: all 300ms ease-in-out;
}
.social-subscribe__list span:hover:before {
    color: #1866d9;
    transition: all 300ms ease-in-out;
}

.head {
    display: flex;
    position: relative;
}
.head-container {
    margin: 0 auto;
    max-width: 1800px;
}
.head-top {
    align-items: center;
    display: flex;
    height: 40px;
    justify-content: flex-end;
    margin: 0 auto;
    max-width: 1800px;
    position: relative;
    width: 100%;
}
.head-top__page {
    background: #333;
    display: flex;
    justify-content: center;
    margin-bottom: 8px;
}
.head-page .menu-list a,
.head-page .search span:before {
    color: #333;
}
.head-page .main-btn {
    color: #333;
}
.head-page .main-btn:hover {
    color: #ffffff;
}

.js-head-fixed.active {
    background: #fff;
    box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
}
.js-head-fixed.active .head {
    align-items: center;
    margin: 0 auto;
    max-width: 1600px;
}
.js-head-fixed.active .menu-list > li {
    height: 76px;
    line-height: 76px;
}
.js-head-fixed.active .menu-list > li > a {
    color: #1866d9;
    text-decoration: underline;
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
}
.js-head-fixed.active .menu-list > li > a:hover {
    -webkit-text-decoration-color: #1866d9;
    text-decoration-color: #1866d9;
}
.js-head-fixed.active .menu-list > li.has-inside:hover .menu-inside__block,
.js-head-fixed.active
    .menu-list
    > li.menu-item-has-children:hover
    .menu-inside__block {
    display: none;
}
.js-head-fixed.active .menu-btn {
    height: 76px;
}

.lang-block {
    align-items: center;
    display: flex;
    position: relative;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 2px;
}
.lang-current {
    align-items: center;
    background: none;
    border: none;
    color: #ffffff;
    display: flex;
    font-weight: 700;
    letter-spacing: 2px;
    opacity: 0.5;
    padding: 0;
    text-transform: uppercase;
}
.lang-current:hover,
.lang-current:focus {
    opacity: 1;
    color: #ffffff;
}
.lang-current span {
    font-size: 15px;
    margin-right: 10px;
}
.lang-list {
    align-items: center;
    background: #ffffff;
    display: none;
    flex-flow: column nowrap;
    left: -19px;
    padding: 10px 18px;
    position: absolute;
    top: 40px;
    z-index: 100;
}
.lang-list.active {
    display: flex;
}
.lang-list__arrow {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #ffffff;
    height: 0;
    margin: 0 0 15px 0;
    position: absolute;
    top: -10px;
    width: 0;
}
.lang-link {
    color: #333;
    letter-spacing: 2px;
    line-height: 36px;
    text-transform: uppercase;
}
.lang-link:hover,
.lang-link:focus {
    color: #2989ff;
}

.account-block {
    align-items: center;
}
.account-block a {
    align-items: center;
    color: rgba(255, 255, 255, 0.5);
    display: flex;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.account-block span:before {
    color: rgba(255, 255, 255, 0.5);
    font-size: 15px;
    margin-right: 10px;
}

.logo {
    align-items: center;
    display: flex;
    height: 60px;
    margin-right: 57px;
    max-width: 90px;
    width: 100%;
}

.menu {
    align-items: center;
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.menu-item:not(.has-inside) a:hover,
.menu-item:not(.menu-item-has-children) a:hover {
    color: #1866d9;
}
.menu-icons {
    align-items: center;
    display: flex;
    margin-right: 30px;
    position: relative;
}
.menu-icons li:not(.search) {
    display: none;
}
.menu-search {
    background: #fff;
    border-bottom: 1px solid #f2f2f2;
    bottom: 0;
    display: flex;
    height: 80px;
    justify-content: space-between;
    left: 0;
    padding: 0;
    position: fixed;
    right: 0;
    top: 40px;
    transform: translateX(calc(100% + 10px));
    transition: all 300ms ease-in-out;
    z-index: 10;
}
.menu-search form,
.menu-search .error-search {
    width: 100%;
}
.menu-search__block {
    margin: 0 auto;
    max-width: 1800px;
    width: 100%;
}
.menu-search__form {
    flex: 1;
}
.menu-search__close {
    align-items: center;
    cursor: pointer;
    display: flex;
    margin-left: 30px;
}
.menu-search__close img {
    margin-right: 15px;
}
.menu-search__close span {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.menu-search.active {
    transform: translateX(0);
    transition: all 300ms ease-in-out;
}
.menu-search input {
    font-size: 18px !important;
    font-weight: normal;
    margin-bottom: 0;
    height: 80px;
}
.menu-search input,
.menu-search button {
    background: transparent;
    border: 0px;
}
.menu-search button {
    font-size: 20px;
    margin: 0;
    padding: 0 30px;
    position: relative;
}
.menu-search button:after {
    background: #f2f2f2;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
}
.menu-search button span:before {
    color: #333;
}
.menu-inside__prev,
.menu-inside__title,
.menu-block .lang {
    display: none;
}
.menu-main > .has-inside > .menu-inside__block,
.menu-main > .menu-item-has-children > .menu-inside__block {
    background: #fff;
    left: 50%;
    padding: 0;
    top: 100%;
    transform: translateX(-50%);
}
.menu-list {
    display: flex;
}
.menu-list li {
    color: #fff;
    font-size: 18px;
    letter-spacing: 0.5px;
}
.menu-list li.has-inside:hover > .menu-inside__block,
.menu-list li.menu-item-has-children:hover > .menu-inside__block {
    display: block;
}
.menu-list li.has-inside:hover .menu-inside__overlay,
.menu-list li.menu-item-has-children:hover .menu-inside__overlay {
    background: rgba(0, 0, 0, 0.3);
    bottom: 0;
    left: 0;
    min-height: 100vh;
    position: fixed;
    right: 0;
    top: 148px;
}
.menu-list > li {
    height: 103px;
    padding: 0 15px;
}
.menu-list > li.has-inside:hover .menu-arrow,
.menu-list > li.menu-item-has-children:hover .menu-arrow {
    display: block;
}
.menu-list a {
    color: #fff;
    line-height: 60px;
}
.menu-inside {
    padding: 25px 0;
}
.menu-inside li {
    display: flex;
    flex: 1 0 50%;
    height: 60px;
}
.menu-inside a {
    align-items: center;
    color: #000;
    display: flex;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2;
    height: 60px;
    letter-spacing: 2px;
    padding: 0 50px;
    text-decoration: underline;
    text-transform: uppercase;
    width: 100%;
}
.menu-inside a {
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
    transition: all 300ms ease-in-out;
}
.menu-inside a:hover {
    color: #1866d9;
    -webkit-text-decoration-color: #1866d9;
    text-decoration-color: #1866d9;
    transition: all 300ms ease-in-out;
}
.menu-inside li.has-inside > span.arrow,
.menu-inside li.menu-item-has-children > span.arrow {
    color: #000;
    position: relative;
}
.menu-inside li.has-inside > span.arrow:after,
.menu-inside li.menu-item-has-children > span.arrow:after {
    content: "";
    font-family: "icomoon";
    font-size: 10px;
    height: 60px;
    line-height: 60px;
    position: absolute;
    right: 24px;
}
.menu-inside li.has-inside:hover,
.menu-inside li.menu-item-has-children:hover {
    background: #d4e7ff;
}
.menu-inside li.has-inside:hover > a,
.menu-inside li.menu-item-has-children:hover > a {
    color: #1866d9;
    -webkit-text-decoration-color: #1866d9;
    text-decoration-color: #1866d9;
}
.menu-inside li.has-inside:hover span.arrow,
.menu-inside li.menu-item-has-children:hover span.arrow {
    color: #1866d9;
}
.menu-inside__block {
    background: #fff;
    display: none;
    left: 100%;
    padding: 0;
    position: absolute;
    top: 0;
}
.menu-inside__block.level-1 {
    border: 1px solid #f3f3f3;
    max-width: 1600px;
    width: 100%;
}
.menu-inside__block.level-1 > .menu-inside {
    max-width: 460px;
    background-color: #f3f3f3;
}
.menu-inside__block.level-1 > .menu-inside > li:last-child a {
    /*color: #1866d9;*/
}
.menu-inside__block.level-2 {
    height: 100%;
    left: 460px;
    max-width: calc(100% - 460px);
    width: 100%;
}
.menu-inside__block.level-2 .menu-inside {
    background: #fff;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.7);
    display: flex;
    flex-flow: row wrap;
    max-width: 100%;
}
.menu-inside__block.level-2 a {
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.25px;
    text-transform: unset;
}
.menu-arrow {
    border: 14px solid transparent;
    border-bottom-color: transparent;
    border-bottom-color: #fff;
    bottom: 0;
    display: none;
    position: absolute;
}
.menu-btn {
    align-items: center;
    align-self: flex-start;
    display: flex;
    height: 60px;
    order: 1;
}
.menu-btn a {
    position: relative;
}

.burger {
    display: none;
}

header {
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 101;
}

.owl-carousel .main-banner__img img {
    height: 100vh;
    object-fit: cover;
    width: 100vw;
}

.main-banner__img {
    width: 100vw;
}
.main-banner__txt {
    color: #fff;
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
}
.main-banner__txt .line-btn {
    color: #fff;
    margin-top: 50px;
    width: 294px;
}
.main-banner__title {
    color: #ffffff;
    font-size: 64px;
    font-weight: 900;
    line-height: 72px;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
.main-banner__title span {
    color: #1866d9;
}
.main-banner__subtitle {
    font-size: 24px;
    line-height: 30px;
}

.owl-main .owl-nav {
    color: #fff;
    font-size: 24px;
    left: 0;
    position: absolute;
    top: calc(50% - 20px);
    right: 0;
    width: 100%;
}
.owl-main .owl-nav button.owl-prev,
.owl-main .owl-nav button.owl-next {
    align-items: center;
    background: rgba(41, 137, 255, 0.2);
    display: flex;
    height: 80px;
    justify-content: center;
    position: absolute;
    transition: all 300ms ease-in-out;
    width: 80px;
}
.owl-main .owl-nav button.owl-prev:hover,
.owl-main .owl-nav button.owl-next:hover {
    background: rgba(41, 137, 255, 0.7);
    transition: all 300ms ease-in-out;
}
.owl-main .owl-nav button.owl-next {
    right: 0;
}
.owl-main.owl-carousel .owl-main__dots {
    bottom: 30px;
}
.owl-main.owl-carousel .owl-main__dots span {
    background: #d4e7ff;
}

.sec-title {
    margin-bottom: 68px;
}
.sec-title h1 {
    margin-bottom: 10px;
}
.sec-title__white h1,
.sec-title__white h2,
.sec-title__white h3,
.sec-title__white .sec-subtitle {
    color: #fff;
}
.sec-title__accent {
    font-size: 18px;
    font-weight: 900;
    line-height: 36px;
    letter-spacing: 3px;
    margin-top: 26px;
    text-align: center;
    text-transform: uppercase;
}
.sec-subtitle {
    color: #848484;
    font-size: 24px;
    letter-spacing: 1px;
    line-height: 30px;
    margin: 0 auto;
    margin-top: 20px;
    max-width: 1160px;
    text-align: center;
}
.sec-subtitle_white {
    color: #ffffff;
}

.solution-block {
    background-position: center;
    background-size: cover;
    color: #fff;
    flex-flow: column nowrap;
    justify-content: space-between;
    min-height: 600px;
    overflow: hidden;
    padding: 90px 60px;
    position: relative;
    text-align: center;
    z-index: 1;
}
.solution-block:before {
    background: linear-gradient(#141524 28.54%, rgba(20, 21, 36, 0.7) 68.1%);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}
.solution-block:after {
    background: #1866d9;
    content: "";
    display: block;
    height: 5px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.solution-content {
    position: relative;
}
.solution-title {
    color: #fff;
    font-size: 30px;
    font-weight: 900;
    line-height: 36px;
    letter-spacing: 3px;
    margin-bottom: 16px;
    text-transform: uppercase;
}
.solution-subtitle {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 15px;
}
.solution-icon {
    flex: 1;
    position: relative;
}
.solution-icon__img {
    align-self: flex-end;
    display: flex;
    margin: 0 auto;
    opacity: 1;
    transition: all 300ms ease-in-out;
}
.solution-icon__img img {
    object-fit: contain;
}
.solution-txt {
    display: flex;
    flex: 1;
    flex-flow: column nowrap;
    height: 100%;
    justify-content: space-between;
    line-height: 1.5;
    position: absolute;
    transition: all 500ms ease-in-out;
    transform: translateY(300%);
}
.solution-txt a {
    display: inline-block;
}

.advantages_white {
    color: #ffffff;
}
.advantages-block {
    text-align: center;
}
.advantages-block:nth-last-child(n + 4) {
    margin-bottom: 75px;
}
.advantages-icon {
    margin-bottom: 30px;
}
.advantages-num {
    font-size: 80px;
    font-weight: 700;
    line-height: 1;
}
.advantages-num p:nth-child(2) {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 32px;
}
.advantages-title {
    color: inherit;
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
.advantages-txt {
    letter-spacing: 0.25px;
    line-height: 24px;
    margin: 0 auto;
    max-width: 458px;
}

.project-list {
    margin-bottom: 30px;
}
.project-list > .container {
    padding: 0;
}
.project-info {
    max-width: 735px;
    margin-left: calc(11.33333% + 30px);
}
.project-info.product-info {
    display: flex;
    justify-content: center;
    flex-flow: column nowrap;
    height: 100%;
}
.project-title {
    margin-bottom: 14px;
    max-width: 650px;
    word-break: keep-all;
}
.project-txt {
    color: #4f4f4f;
    letter-spacing: 0.5px;
    line-height: 24px;
    margin-bottom: 78px;
    max-width: 665px;
}
.project-btn {
    align-items: center;
    justify-content: space-between;
}
.project-btn__links a:nth-child(n + 2) {
    margin-left: 30px;
}
.project-btn .social {
    margin-right: 50px;
}
.project-col2 {
    display: flex;
}
.project-col2 img {
    max-width: 513px;
}
.project-block {
    align-items: center;
    display: flex;
    font-size: 30px;
    font-weight: 900;
    height: 100%;
    justify-content: center;
    letter-spacing: 1px;
    line-height: 36px;
    position: relative;
    text-align: center;
}
.project-block__img {
    height: 100%;
}
.project-block__img img {
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.project-block__title {
    color: #ffffff;
    max-width: 650px;
    padding: 20px;
    position: absolute;
}
.project-block__link {
    bottom: 35px;
    color: #ffffff;
    display: inline-block;
    font-size: 18px;
    letter-spacing: 3px;
    line-height: 1;
    position: absolute;
    text-transform: uppercase;
}
.project-block__link span {
    padding-left: 30px;
    transition: all 300ms ease-in-out;
}
.project-block__half {
    min-height: 300px;
}
.project-block:hover .project-block__link span {
    padding-left: 35px;
}
.project-logo {
    margin-bottom: 30px;
}
.project-meta {
    color: #848484;
}
.project-meta p {
    letter-spacing: 0.5px;
    line-height: 24px;
}
.project-meta p:nth-child(2n) {
    margin-bottom: 30px;
}
.project-ceo__info {
    align-items: center;
    margin-bottom: 38px;
    padding-left: 80px;
}
.project-ceo__img {
    margin-right: 20px;
}
.project-ceo__name {
    color: #848484;
    letter-spacing: 0.5px;
    line-height: 24px;
}
.project-ceo__quote {
    letter-spacing: 0.5px;
    line-height: 24px;
    padding-left: 80px;
    position: relative;
}
.project-ceo__quote:before,
.project-ceo__quote:after {
    color: #007bff;
    display: block;
    font-size: 72px;
    font-weight: 900;
    letter-spacing: 1px;
    position: absolute;
}
.project-ceo__quote:before {
    content: "“";
    left: 0;
}
.project-ceo__quote:after {
    content: "”";
    right: 0;
}
.project-advantages--columns {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
}
.project-advantages__title,
.project-advantages h2 {
    margin-bottom: 16px;
}
.project-advantages h3 {
    margin-bottom: 24px;
}
.project-advantages p {
    letter-spacing: 0.5px;
    line-height: 24px;
}
.project-advantages ul {
    color: #848484;
    list-style-position: inside;
}
.project-advantages ul li {
    line-height: 24px;
}

.projects-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
}
.projects-item {
    background-color: #ffffff;
    border: 2px solid #c4c4c4;
    transition: all 300ms ease-in-out;
}
.projects-item:hover {
    box-shadow: 0 5px 10px #c4c4c4;
    transition: all 300ms ease-in-out;
}
.projects-item__top {
    position: relative;
}
.projects-item__image img {
    max-height: 267px;
    width: 100%;
    object-fit: cover;
}
.projects-item__logo {
    border-radius: 10px;
    position: absolute;
    top: 20px;
    left: 20px;
}
.projects-item__content {
    padding: 20px 30px;
}
.projects-item__title {
    color: #000;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
}
.projects-item__description {
    color: #848484;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0.5px;
    display: none;
    margin-top: 20px;
}
.projects-item:nth-child(12n + 1),
.projects-item:nth-child(12n + 7) {
    grid-column: 1/3;
}
.projects-item:nth-child(12n + 1),
.projects-item:nth-child(12n + 7) {
    grid-row: span 2;
}
.projects-item:nth-child(12n + 1) .projects-item__image img,
.projects-item:nth-child(12n + 7) .projects-item__image img {
    max-height: 632px;
}
.projects-item:nth-child(12n + 1) .projects-item__title,
.projects-item:nth-child(12n + 7) .projects-item__title {
    font-size: 30px;
    font-weight: 900;
    line-height: 36px;
    margin-bottom: 20px;
}
.projects-item:nth-child(12n + 1) .projects-item__description,
.projects-item:nth-child(12n + 7) .projects-item__description {
    display: block;
}

.mb-30 {
    margin-bottom: 30px;
}

.owl-projects {
    margin-bottom: 30px;
}

.owl-projects .owl-nav,
.owl-news .owl-nav,
.owl-reward .owl-nav,
.owl-logos .owl-nav,
.owl-products .owl-nav,
.owl-testimonials .owl-nav,
.analogue-projects-carousel .owl-nav {
    position: absolute;
    top: calc(50% - 18px);
    width: 100%;
}
.owl-projects .owl-nav button.owl-prev,
.owl-projects .owl-nav button.owl-next,
.owl-news .owl-nav button.owl-prev,
.owl-news .owl-nav button.owl-next,
.owl-reward .owl-nav button.owl-prev,
.owl-reward .owl-nav button.owl-next,
.owl-logos .owl-nav button.owl-prev,
.owl-logos .owl-nav button.owl-next,
.owl-products .owl-nav button.owl-prev,
.owl-products .owl-nav button.owl-next,
.owl-testimonials .owl-nav button.owl-prev,
.owl-testimonials .owl-nav button.owl-next,
.analogue-projects-carousel .owl-nav button.owl-prev,
.analogue-projects-carousel .owl-nav button.owl-next {
    line-height: 1;
    position: absolute;
}
.owl-projects .owl-nav button.owl-prev:hover span:before,
.owl-projects .owl-nav button.owl-next:hover span:before,
.owl-news .owl-nav button.owl-prev:hover span:before,
.owl-news .owl-nav button.owl-next:hover span:before,
.owl-reward .owl-nav button.owl-prev:hover span:before,
.owl-reward .owl-nav button.owl-next:hover span:before,
.owl-logos .owl-nav button.owl-prev:hover span:before,
.owl-logos .owl-nav button.owl-next:hover span:before,
.owl-products .owl-nav button.owl-prev:hover span:before,
.owl-products .owl-nav button.owl-next:hover span:before,
.owl-testimonials .owl-nav button.owl-prev:hover span:before,
.owl-testimonials .owl-nav button.owl-next:hover span:before,
.analogue-projects-carousel .owl-nav button.owl-prev:hover span:before,
.analogue-projects-carousel .owl-nav button.owl-next:hover span:before {
    color: #0244a5;
    transition: all 300ms ease-in-out;
}
.owl-projects .owl-nav span:before,
.owl-news .owl-nav span:before,
.owl-reward .owl-nav span:before,
.owl-logos .owl-nav span:before,
.owl-products .owl-nav span:before,
.owl-testimonials .owl-nav span:before,
.analogue-projects-carousel .owl-nav span:before {
    color: #bdbdbd;
    font-size: 36px;
    transition: all 300ms ease-in-out;
}
.owl-projects .owl-nav button.owl-prev,
.owl-news .owl-nav button.owl-prev,
.owl-reward .owl-nav button.owl-prev,
.owl-logos .owl-nav button.owl-prev,
.owl-products .owl-nav button.owl-prev,
.owl-testimonials .owl-nav button.owl-prev,
.analogue-projects-carousel .owl-nav button.owl-prev {
    left: -71px;
}
.owl-projects .owl-nav button.owl-next,
.owl-news .owl-nav button.owl-next,
.owl-reward .owl-nav button.owl-next,
.owl-logos .owl-nav button.owl-next,
.owl-products .owl-nav button.owl-next,
.owl-testimonials .owl-nav button.owl-next,
.analogue-projects-carousel .owl-nav button.owl-next {
    right: -71px;
}

.owl-projects .owl-dots {
    display: flex;
    justify-content: flex-end;
    margin-right: 16.66667%;
    margin-top: 30px;
}
.owl-projects .owl-dots .owl-dot:not(:last-child) {
    margin-right: 99px;
}
.owl-projects .owl-dots .active span {
    background: #2989ff;
}
.owl-projects .owl-dots span {
    background: rgba(24, 102, 217, 0.2);
    display: block;
    height: 12px;
    width: 12px;
}

.owl-news-container {
    margin-bottom: 60px;
}

.contact-block {
    background-attachment: fixed;
    color: #fff;
    display: flex;
    flex-flow: column nowrap;
    height: 400px;
    justify-content: center;
    margin: 0 auto;
    max-width: 1600px;
    padding: 0 106px;
    width: 100%;
}
.contact-block .main-title {
    color: #ffffff;
    margin-bottom: 26px;
}
.contact-block .subtitle {
    letter-spacing: 0.5px;
    line-height: 24px;
    margin-bottom: 44px;
}
.contact-block .main-btn {
    font-size: 18px;
    letter-spacing: 3px;
    height: 70px;
    max-width: 302px;
    width: 100%;
}

.post-container {
    margin: 0 auto;
    max-width: 1600px;
}
.post-img {
    margin-bottom: 40px;
    overflow: hidden;
    position: relative;
    transition: all 300ms ease-in-out;
}
.post-img img {
    transition: all 300ms ease-in-out;
}
.post-img:hover img {
    transform: scale(1.1);
    transition: all 300ms ease-in-out;
}
.post-img:hover + .post-title {
    color: #1866d9;
}
.post-category {
    background: rgba(24, 102, 217, 0.9);
    color: #fff;
    bottom: 0;
    font-size: 12px;
    font-weight: 800;
    height: 30px;
    left: 0;
    line-height: 30px;
    letter-spacing: 3px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    width: 136px;
    z-index: 10;
}
.post-title {
    color: #333;
    font-size: 24px;
    font-weight: 900;
    line-height: 30px;
    letter-spacing: 1px;
    margin-bottom: 18px;
    transition: all 300ms ease-in-out;
}
.post-title:hover {
    color: #1866d9;
}
.post-link:hover .post-title {
    color: #1866d9;
    transition: all 300ms ease-in-out;
}
.post-desc {
    color: #4f4f4f;
    letter-spacing: 0.25px;
    line-height: 24px;
}
.post-inside {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    margin-bottom: 100px;
    max-width: 1194px;
}
.post-inside .post-block {
    max-width: 378px;
}

footer {
    background: url(../img/footer-bg.jpg) top center no-repeat;
    background-size: cover;
    padding: 80px 0 40px;
}

.foo-contacts,
.foo-search {
    max-width: calc(50% - 15px);
    padding: 0 15px;
    width: 100%;
}
.foo-contacts {
    margin-top: 21px;
    margin-bottom: 97px;
}
.foo-contacts__link {
    align-items: center;
    background: rgba(41, 137, 255, 0.9);
    flex-flow: column nowrap;
    justify-content: center;
    height: 242px;
    text-align: center;
    width: 242px;
}
.foo-contacts__link:first-child {
    margin-right: 30px;
}
.foo-contacts__link:hover {
    background: rgba(24, 102, 217, 0.9);
}
.foo-contacts__link img {
    margin-bottom: 26px;
}
.foo-contacts__link span {
    color: #fff;
    font-weight: 900;
    line-height: 36px;
    letter-spacing: 3px;
    text-transform: uppercase;
}
.foo-search-title {
    color: #fff;
    font-size: 30px;
    font-weight: 900;
    line-height: 72px;
    letter-spacing: 1px;
}
.foo-title {
    color: rgba(255, 255, 255, 0.5);
    font-weight: bold;
    line-height: 36px;
    letter-spacing: 3px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.foo-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.foo-list li {
    display: flex;
    line-height: 22px;
}
.foo-list li:not(:last-child) {
    margin-bottom: 15px;
}
.foo-list a {
    color: #fff;
    letter-spacing: 0.5px;
    text-decoration: underline;
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
}
.foo-list a:hover {
    -webkit-text-decoration-color: #fff;
    text-decoration-color: #fff;
}
.foo-container {
    margin: 0 auto;
    width: 100%;
}
.foo-row {
    margin-left: -15px;
    margin-right: -15px;
    width: 100%;
}
.foo-col,
.foo-social {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 15px;
}

.footer {
    padding: 30px 0;
}
.footer-grid {
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 0 30px;
}
.footer-question {
    grid-column: 9/13;
    grid-row: 1/5;
}
.footer-question-form input {
    margin-bottom: 10px;
}
.footer-question-form input[type="submit"] {
    border: 0;
    color: #ffffff;
    background: #2989ff;
    font-family: inherit;
    font-size: 16px;
    font-weight: 900;
    line-height: 22px;
    height: 50px;
    letter-spacing: 1px;
    margin-bottom: 0;
    text-transform: uppercase;
    transition: all 300ms ease-in-out;
}
.footer-question-form input[type="submit"]:hover {
    background: #1866d9;
    transition: all 300ms ease-in-out;
}
.footer-question-form textarea {
    margin-bottom: 30px;
}
.footer-question-form .check-label {
    color: #ffffff;
    font-size: 13px;
    line-height: 19px;
    margin-bottom: 30px;
}
.footer-question-form .check-input:checked + .check-box {
    background: #ffffff;
}
.footer-question-title {
    color: #ffffff;
    display: block;
    font-size: 36px;
    font-weight: bold;
    line-height: 48px;
    text-align: center;
    margin-bottom: 30px;
}
.footer-address,
.footer-middle,
.footer-social,
.footer .copyright {
    grid-column: 1/9;
}
.footer-social {
    margin-top: 30px;
}
.footer-address {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
    color: rgba(255, 255, 255, 0.5);
    font-weight: bold;
}
.footer-address address {
    font-size: 14px;
    line-height: 18px;
}
.footer-address a {
    color: rgba(255, 255, 255, 0.5);
    font-size: 28px;
    line-height: 40px;
    display: inline-block;
}
.footer-address a:hover,
.footer-address a:focus {
    color: #2989ff;
}
.footer-middle {
    margin-top: 80px;
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-gap: 30px;
}
.footer-menu--column1 {
    grid-column: 1/3;
}
.footer-menu--column2 {
    grid-column: 3/6;
}
.footer-menu__title {
    grid-column: 6/8;
    color: rgba(255, 255, 255, 0.5);
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
    margin-bottom: 30px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.footer-list {
    list-style: none;
    padding: 0;
}
.footer-list li:not(:last-child) {
    margin-bottom: 13px;
}
.footer-list a {
    color: #ffffff;
    font-size: 14px;
    line-height: 19px;
    text-decoration: underline;
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
}
.footer-list a:hover {
    -webkit-text-decoration-color: #ffffff;
    text-decoration-color: #ffffff;
}

.search-form {
    position: relative;
}
.search-form input {
    color: #141524;
    font-weight: 600;
    height: 70px;
    letter-spacing: 1px;
    margin-right: 30px;
    padding: 0 24px;
    width: 100%;
}
.search-form input::placeholder {
    color: rgba(79, 79, 79, 0.7);
    opacity: 1;
}
.search-form .main-btn {
    font-size: 18px;
    flex: 1 0 auto;
    height: 70px;
    width: 242px;
}
.search-form .main-btn span.icon-search {
    display: none;
}

.copyright {
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.25px;
    line-height: 18px;
    justify-content: space-between;
    padding-top: 98px;
}
.copyright a {
    color: #fff;
    text-decoration: underline;
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
}
.copyright a:hover {
    -webkit-text-decoration-color: #fff;
    text-decoration-color: #fff;
}
.copyright__list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.copyright__list li {
    position: relative;
}
.copyright__list li:not(:last-child) {
    margin-right: 20px;
}
.copyright__list li:not(:last-child):after {
    background: #4f4f4f;
    content: "";
    display: inline-block;
    height: 16px;
    margin: 0 10px;
    position: absolute;
    top: calc(50% - 8px);
    width: 1px;
}

.header-top-page {
    background: #141524;
}

.header-page .icon-search:before {
    color: #141524;
}
.header-page .main-menu a {
    color: #141524;
}
.header-page .main-menu a:hover {
    color: #2989ff;
}
.header-page .main-btn {
    color: #141524;
}
.header-page .menu-search,
.header-page .menu-search.active {
    top: 0;
}

.page-banner {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-top: 116px;
    position: relative;
}
.page-banner_high {
    height: 600px;
}
.page-banner_low {
    height: 300px;
}
.page-title .main-title {
    color: #fff;
    margin-bottom: 0;
    max-width: 1120px;
    text-align: center;
}
.page-subtitle {
    color: #fff;
    font-size: 24px;
    line-height: 30px;
    margin: 0 auto;
    margin-top: 20px;
    max-width: 780px;
    text-align: center;
}
.page-gutter {
    margin-bottom: 100px;
    margin-top: 100px;
}
.page-search-gutter {
    padding-bottom: 60px;
    padding-top: 80px;
    position: relative;
}
.page-txt {
    letter-spacing: 1px;
    line-height: 24px;
}
.page-txt h1,
.page-txt h2,
.page-txt h3,
.page-txt h4,
.page-txt h5 {
    font-size: 24px;
    margin-bottom: 24px;
}
.page-txt p {
    font-size: 18px;
    margin-bottom: 24px;
}
.page-txt ul {
    list-style: none;
    padding-left: 60px;
}
.page-txt ul li {
    margin-bottom: 24px;
}
.page-txt ul li:before {
    content: "•";
    color: #1866d9;
    display: inline-block;
    font-weight: bold;
    margin-left: -1em;
    width: 1em;
}
.page-content {
    margin-top: 116px;
}

.search-banner .main-title {
    color: #333;
    margin-bottom: 10px;
}
.search-banner .page-title {
    flex-flow: column nowrap;
    height: 405px;
}
.search-banner .search-group {
    position: relative;
}
.search-banner .search-group input {
    border-right: 0;
    height: 70px;
    margin-bottom: 0;
    padding: 0 30px;
    width: 433px;
}
.search-banner .search-group button {
    background: #f7f7f7;
    border: 2px solid #d2d2d2;
    border-left: 0;
    height: 70px;
    width: 80px;
}
.search-banner .search-group button span:before {
    color: rgba(20, 21, 36, 0.5);
    font-size: 20px;
}

#breadcrumbs,
.breadcrumbs {
    align-items: center;
    background: #ffffff;
    color: #848484;
    display: flex;
    font-size: 14px;
    height: 30px;
    left: 0;
    letter-spacing: 0.25px;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 100%;
}
#breadcrumbs li,
.breadcrumbs li {
    position: relative;
}
#breadcrumbs li:not(:last-child):after,
.breadcrumbs li:not(:last-child):after {
    content: "/";
    display: inline-block;
    margin: 0 7px;
}
#breadcrumbs a,
.breadcrumbs a {
    color: #848484;
}
#breadcrumbs a:hover,
.breadcrumbs a:hover {
    color: #2989ff;
}
#breadcrumbs__sep,
.breadcrumbs__sep {
    margin: 0 5px;
}

.page-menu__container {
    position: relative;
    width: 100%;
    z-index: 100;
}
.page-menu__row {
    position: relative;
}
.page-menu__breadcrumbs {
    background: #ffffff;
    height: 30px;
    position: relative;
    width: 100%;
}
.page-menu__breadcrumbs ul {
    background: #ffffff;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 100%;
}
.page-menu__block {
    background: #f3f3f3;
    height: 60px;
    position: relative;
    transition: all 300ms ease-in-out;
}
.page-menu__toggle {
    display: none;
}
.page-menu__toggle-btn {
    align-items: center;
    display: flex;
    font-weight: bold;
    position: relative;
}
.page-menu__toggle-btn:after {
    color: #2989ff;
    content: "";
    display: inline-block;
    font-family: "icomoon";
    font-size: 14px;
    margin: 0;
    margin-left: 14px;
    position: relative;
    right: 0;
    transform: rotate(270deg);
    transition: all 300ms ease-in-out;
}
.page-menu__toggle-btn.active:after {
    transform: rotate(90deg);
    transition: all 300ms ease-in-out;
}
.page-menu__list {
    align-items: center;
    display: flex;
    font-size: 16px;
    height: 60px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    transition: all 300ms ease-in-out;
    width: 100%;
}
.page-menu__list li:not(:last-child) {
    margin-right: 20px;
}
.page-menu__list li a {
    color: #141524;
    font-weight: 600;
}
.page-menu__list li img {
    margin-right: 10px;
    max-width: 24px;
}
.page-menu__contact-block {
    align-items: center;
    background: #0244a5;
    cursor: pointer;
    height: 90px;
    max-width: 537px;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.page-menu__contact-icon {
    display: flex;
    height: 44px;
    margin-left: 40px;
    margin-right: 20px;
    width: 44px;
}
.page-menu__contact-title {
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
}
.page-menu__contact-subtitle {
    color: #2989ff;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
}

.quotes-col {
    align-items: center;
    display: flex;
}
.quotes-txt {
    color: #333;
    font-size: 24px;
    letter-spacing: 1px;
    line-height: 30px;
    margin-bottom: 55px;
    position: relative;
}
.quotes-txt:before,
.quotes-txt:after {
    color: #2989ff;
    display: block;
    font-size: 72px;
    font-weight: 900;
    letter-spacing: 1px;
    position: absolute;
}
.quotes-txt:before {
    content: "“";
    left: 0;
    top: -25px;
}
.quotes-txt:after {
    content: "”";
    right: 0;
    bottom: -55px;
}
.quotes-txt p:last-child {
    margin-bottom: 0;
}
.quotes-author {
    font-size: 30px;
    font-weight: 900;
    line-height: 36px;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
.quotes-author__position {
    font-weight: 600;
}

.text {
    color: #4f4f4f;
    letter-spacing: 0.5px;
}
.text-middle {
    color: #333;
    font-size: 24px;
    letter-spacing: 1px;
    line-height: 30px;
    margin: 0 auto;
    max-width: 920px;
}
.text-middle p:last-child {
    margin-bottom: 0;
}
.text p:not(:last-child) {
    margin-bottom: 24px;
}
.text ul {
    list-style: none;
    padding-left: 1em;
}
.text ul li {
    margin-bottom: 24px;
}
.text ul li:before {
    content: "•";
    color: #1866d9;
    display: inline-block;
    font-weight: bold;
    margin-left: -1em;
    width: 1em;
}

.block-icon {
    text-align: center;
}
.block-icon:nth-last-child(n + 3) {
    margin-bottom: 80px;
}
.block-icon__img {
    margin: 0 auto 30px;
    max-width: 80px;
}
.block-icon__title {
    align-items: center;
    display: flex;
    font-size: 24px;
    font-weight: bold;
    justify-content: center;
    letter-spacing: 1px;
    line-height: 30px;
    margin-bottom: 14px;
    min-height: 30px;
}
.block-icon__txt {
    letter-spacing: 0.25px;
    line-height: 24px;
}

.team-container {
    margin: 0 auto;
    max-width: 1800px;
    padding: 0 100px;
}
.team-row {
    width: 100%;
}
.team-mate {
    justify-content: space-between;
}
.team-mate .team-block {
    width: calc(33.33% - 20px);
}
.team-block {
    margin-bottom: 55px;
    text-align: center;
}
.team-img {
    margin: 0 auto;
    margin-bottom: 47px;
    max-width: 400px;
}
.team-name {
    font-size: 36px;
    font-weight: 900;
    line-height: 40px;
    letter-spacing: 1px;
    margin-bottom: 22px;
}
.team-txt {
    letter-spacing: 0.5px;
    line-height: 24px;
}
.team-more {
    text-align: center;
}
.team-info {
    flex-flow: column nowrap;
    justify-content: center;
}
.team-info .main-title {
    font-size: 48px;
    font-weight: 900;
    line-height: 56px;
    margin-bottom: 30px;
}
.team-info .team-txt {
    color: #4f4f4f;
    margin-bottom: 34px;
}
.team-social {
    list-style: none;
    margin: 0;
    padding: 0;
}
.team-social li:not(:last-child) {
    margin-right: 20px;
}
.team-social a {
    display: flex;
    font-size: 50px;
    line-height: 1;
    max-width: 50px;
}
.team-social a span {
    transition: all 300ms ease-in-out;
}
.team-social a:hover span:before {
    color: #2989ff;
    transition: all 300ms ease-in-out;
}
.team-page-container {
    margin-top: 100px;
}
.team-page-container .team-block {
    margin-bottom: 100px;
}
.team-page-container .team-txt {
    color: #4f4f4f;
    margin-bottom: 30px;
}
.team-page-container .team-social {
    justify-content: center;
}

.reward-container {
    padding-bottom: 110px;
}
.reward-block {
    text-align: center;
}
.reward-img {
    justify-content: center;
    margin-bottom: 28px;
}
.reward-img img {
    max-width: 312px;
}
.reward-date {
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 18px;
}
.reward-title {
    color: #ffffff;
    font-weight: bold;
    line-height: 24px;
    letter-spacing: 1px;
}

.owl-carousel.owl-logos .owl-stage {
    align-items: center;
    display: flex;
}
.owl-carousel.owl-logos .owl-item {
    display: flex;
    justify-content: center;
}
.owl-carousel.owl-logos img {
    object-fit: contain;
    width: auto;
}
.owl-carousel.owl-reward .owl-stage {
    align-items: center;
    display: flex;
}
.owl-carousel .owl-dots {
    bottom: -50px;
    left: 0;
    line-height: 12px;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: -webkit-max-content;
    width: max-content;
}
.owl-carousel .owl-dots .owl-stage {
    align-items: center;
    display: flex;
}
.owl-carousel .owl-dots .owl-dot:not(:last-child) {
    margin-right: 99px;
}
.owl-carousel .owl-dots .active span {
    background: #2989ff;
}
.owl-carousel .owl-dots span {
    background: rgba(24, 102, 217, 0.2);
    display: block;
    height: 12px;
    width: 12px;
}

.custom-dots {
    justify-content: center;
    line-height: 12px;
    max-width: 513px;
    width: 100%;
}
.custom-dots .owl-dot:not(:last-child) {
    margin-right: 99px;
}
.custom-dots .active span {
    background: #2989ff;
}
.custom-dots span {
    background: rgba(24, 102, 217, 0.2);
    cursor: pointer;
    display: block;
    height: 12px;
    width: 12px;
}

.contact-address {
    margin-bottom: 23px;
}
.contact-address p {
    font-size: 30px;
    font-weight: 900;
    letter-spacing: 1px;
    line-height: 36px;
    margin-bottom: 0;
}
.contact-txt {
    letter-spacing: 0.5px;
    line-height: 24px;
}
.contact-txt h4 {
    margin-bottom: 20px;
}
.contact-map {
    margin-bottom: 125px;
}
.contact-map iframe {
    border: none;
    height: 600px;
    width: 100%;
}
.contact-subscribe form {
    display: flex;
}
.contact-subscribe form input:not([type="submit"]) {
    margin-bottom: 0;
    margin-right: 30px;
    max-width: 378px;
}
.contact-subscribe form .main-btn {
    color: #ffffff;
    height: 60px;
}

#contactForm input,
#contactForm textarea {
    text-transform: uppercase;
}

.check-label {
    color: #141524;
    cursor: pointer;
    display: block;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    padding-left: 54px;
    position: relative;
}
.check-label:first-child {
    margin-bottom: 35px;
}
.check-input {
    clip: rect(0 0 0 0);
    height: 1px;
    overflow: hidden;
    position: absolute;
    width: 1px;
}
.check-input:checked + .check-box {
    background: rgba(24, 102, 217, 0.2);
    border-color: transparent;
}
.check-input:checked + .check-box:before {
    background: url(../img/icon-check.svg) no-repeat;
    content: "";
    display: block;
    height: 16px;
    width: 23px;
}
.check-box {
    align-items: center;
    background: #f7f7f7;
    border: 2px solid #d2d2d2;
    cursor: pointer;
    display: flex;
    justify-content: center;
    height: 30px;
    left: 0;
    position: absolute;
    width: 30px;
}

.search-filter__mobile {
    border-bottom: 1px solid #d2d2d2;
    border-top: 1px solid #d2d2d2;
    display: none;
    line-height: 50px;
    padding: 10px auto;
}
.search-filter__close {
    display: none;
    line-height: 1;
    position: absolute;
    right: 20px;
    top: 30px;
}
.search-filter__btn {
    align-items: center;
}
.search-filter__btn span {
    margin-right: 10px;
}
.search-filter__title {
    color: #848484;
    letter-spacing: 0.5px;
    line-height: 24px;
    margin-bottom: 16px;
}
.search-filter__list {
    list-style: none;
    margin-bottom: 80px;
    padding: 0;
}
.search-filter__list a {
    color: #333;
}
.search-filter__list > li {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 15px;
    padding-left: 20px;
    position: relative;
    transition: all 300ms ease-in-out;
}
.search-filter__list > li:before {
    background: #1866d9;
    content: "";
    display: block;
    height: 0;
    left: 0;
    position: absolute;
    top: 0;
    transition: all 300ms ease-in-out;
    width: 4px;
}
.search-filter__list > li.active:before,
.search-filter__list > li:hover:before {
    height: 30px;
}
.search-filter__list-inside {
    list-style: none;
    margin: 15px 0 15px 20px;
}
.search-filter__list-inside li {
    font-size: 14px;
}
.search-filter .main-btn {
    color: #1866d9;
    font-size: 18px;
    height: 70px;
    width: 100%;
}
.search-filter .main-btn:hover {
    color: #fff;
}

.search-result {
    align-items: center;
    margin-bottom: 20px;
    justify-content: space-between;
}
.search-result__content {
    background: #fff;
    padding: 30px 30px 45px;
}
.search-result__num {
    margin-left: 30px;
}
.search-result__quantity {
    margin-right: 30px;
}
.search-result__quantity-title {
    color: #848484;
    line-height: 30px;
}
.search-result__list {
    align-items: center;
    font-weight: 500;
    list-style: none;
    line-height: 30px;
    margin: 0;
    padding-left: 30px;
}
.search-result__list li {
    line-height: 30px;
}
.search-result__list li.active a,
.search-result__list li a:hover {
    color: #1866d9;
    text-decoration: underline;
}
.search-result__list li:not(:last-child) {
    margin-right: 20px;
}
.search-result__block:not(:last-child) {
    margin-bottom: 30px;
}
.search-result__title {
    font-size: 22px;
    font-weight: bold;
    line-height: 24px;
    letter-spacing: 1px;
    margin-bottom: 5px;
}
.search-result__link {
    color: #1866d9;
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 4px;
}
.search-result__desc {
    color: rgba(79, 79, 79, 0.7);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 15px;
}

.pagination {
    align-items: center;
    color: #141524;
    justify-content: center;
    margin-top: 33px;
}
.pagination-txt {
    font-weight: 500;
    margin: 0 42px;
}
.pagination span:before {
    color: #141524;
}

.faq-question,
.faq-question h2,
.faq-question h3,
.faq-question h4,
.faq-question h5 {
    align-items: center;
    cursor: pointer;
    display: flex;
    font-size: 24px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 1px;
    height: 76px;
}
.faq-question:first-child,
.faq-question h2:first-child,
.faq-question h3:first-child,
.faq-question h4:first-child,
.faq-question h5:first-child {
    border-top: 2px solid rgba(210, 210, 210, 0.5);
}
.faq-question.active .faq-icon:before,
.faq-question h2.active .faq-icon:before,
.faq-question h3.active .faq-icon:before,
.faq-question h4.active .faq-icon:before,
.faq-question h5.active .faq-icon:before {
    transform: rotate(0);
    transition: all 300ms ease-in-out;
}
.faq-question span,
.faq-question h2 span,
.faq-question h3 span,
.faq-question h4 span,
.faq-question h5 span {
    font-size: 20px;
    margin: 0 20px;
    width: 20px;
}
.faq-answer {
    border-bottom: 2px solid rgba(210, 210, 210, 0.5);
    max-height: 0;
    overflow: hidden;
    padding-left: 60px;
    transition: all 300ms ease-in-out;
}
.faq-answer p {
    color: #4f4f4f;
    letter-spacing: 1px;
    line-height: 24px;
    margin-bottom: 24px;
}
.faq-answer ul {
    list-style: none;
    padding-left: 30px;
}
.faq-answer ul li {
    margin-bottom: 24px;
}
.faq-answer ul li:before {
    color: #1866d9;
    content: "•";
    display: inline-block;
    font-weight: bold;
    margin-left: -1em;
    width: 1em;
}
.faq-answer ol {
    counter-reset: section;
    list-style-type: none;
    padding-left: 30px;
}
.faq-answer ol li {
    margin-bottom: 24px;
}
.faq-answer ol li:before {
    color: #1866d9;
    counter-increment: section;
    content: counter(section) ". ";
}
.faq-answer.active {
    margin-top: 15px;
    max-height: 1000px;
    padding-bottom: 30px;
    transition: all 300ms ease-in-out;
}
.faq-icon {
    position: relative;
}
.faq-icon:before,
.faq-icon:after {
    background: #1866d9;
    content: "";
    display: block;
    height: 4px;
    position: absolute;
    width: 20px;
}
.faq-icon:before {
    transform: rotate(90deg);
    transition: all 300ms ease-in-out;
}

.fast-links h2 {
    margin-bottom: 56px;
}
.fast-links .link-arrow {
    color: #4f4f4f;
}
.fast-links .link-arrow span:before {
    color: #4f4f4f;
}
.fast-links .link-arrow:hover {
    color: #1866d9;
}
.fast-links .link-arrow:hover span:before {
    color: #1866d9;
}

.article {
    margin-bottom: 30px;
}
.article-img {
    margin-bottom: 30px;
}
.article-title {
    font-size: 30px;
    font-weight: 900;
    line-height: 36px;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
.article-title a {
    color: #333;
    display: inline-block;
}
.article-desc {
    color: #4f4f4f;
    letter-spacing: 0.5px;
    line-height: 24px;
    margin-bottom: 22px;
}
.article-half {
    align-items: center;
}
.article-half .article-img {
    flex: 0 0 50%;
    margin-bottom: 0;
    margin-right: 30px;
    width: 50%;
}
.article-half .article-img img {
    object-fit: cover;
    object-position: left;
    height: 378px;
}
.article-txt .line-btn {
    margin-top: 40px;
}

.featured-container {
    margin: 0 auto;
    margin-bottom: 100px;
    width: 100%;
}
.featured__item {
    color: #ffffff;
    height: 540px;
    max-height: 100%;
    position: relative;
}
.featured__item:before {
    background: linear-gradient(90deg, #141524 0%, rgba(20, 21, 36, 0) 100%);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.featured__item:after {
    background: #1866d9;
    content: "";
    display: block;
    height: 5px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.featured__info {
    align-items: center;
    height: 100%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    padding: 50px 40px;
    position: relative;
    text-align: center;
    z-index: 10;
}
.featured__title {
    font-size: 24px;
    font-weight: 900;
    line-height: 36px;
    letter-spacing: 1px;
}
.featured__text {
    flex: 1;
    line-height: 28px;
    margin-top: 32px;
    overflow: hidden;
}
.featured__link {
    font-size: 18px;
    height: 70px;
    letter-spacing: 3px;
    margin: 0 auto;
    margin-top: 64px;
    width: 242px;
}
.featured__link.main-btn {
    color: #ffffff;
}
.featured__nav {
    left: 0;
    top: calc(50% - 9px);
    position: absolute;
    width: 100%;
}
.featured__nav-next,
.featured__nav-prev {
    position: absolute;
}
.featured__nav-next span:before,
.featured__nav-prev span:before {
    color: #828282;
}
.featured__nav-prev {
    left: 10px;
}
.featured__nav-next {
    right: 10px;
}
.featured-container .owl-dots {
    display: none;
}
.featured-projects__nav {
    left: 0;
    position: absolute;
    top: calc(50% - 9px);
    width: 100%;
}
.featured-projects__nav-next,
.featured-projects__nav-prev {
    position: absolute;
}
.featured-projects__nav-next span:before,
.featured-projects__nav-prev span:before {
    color: #828282;
}
.featured-projects__nav-prev {
    left: -30px;
}
.featured-projects__nav-next {
    right: -30px;
}

.owl-product-container {
    padding-bottom: 55px;
    padding-top: 90px;
}

.product-slider {
    margin-bottom: 30px;
}
.product-slider__title {
    font-size: 40px;
    font-weight: bold;
    line-height: 48px;
    letter-spacing: 1px;
    margin-bottom: 36px;
}
.product-slider__txt {
    color: #4f4f4f;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 50px;
}

.error-page {
    margin: 0 auto;
    margin-bottom: 230px;
    margin-top: 216px;
    max-width: 990px;
    text-align: center;
}
.error-page__title {
    color: #1866d9;
    font-size: 144px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 1px;
}
.error-page__subtitle {
    color: rgba(51, 51, 51, 0.2);
    font-size: 48px;
    font-weight: 900;
    line-height: 56px;
    letter-spacing: 1px;
    margin-bottom: 70px;
}
.error-page__info-title {
    font-size: 40px;
    font-weight: bold;
    line-height: 48px;
    letter-spacing: 1px;
    margin-bottom: 8px;
}
.error-page__txt {
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 62px;
}
.error-page__txt a {
    color: #1866d9;
}
.error-page .error-search {
    margin: 0 auto;
    max-width: 513px;
}
.error-page .error-search form {
    width: 100%;
}
.error-page .error-search input,
.error-page .error-search button {
    height: 70px;
}
.error-page .error-search input {
    background: #fff;
    border-right: 0;
    margin-bottom: 0;
}
.error-page .error-search button {
    border: 2px solid #d2d2d2;
    border-left: 0;
    width: 80px;
}
.error-page .error-search button span:before {
    color: rgba(20, 21, 36, 0.5);
}

.sitemap-list,
.page-txt ul.wsp-pages-list {
    list-style: none;
    padding: 0;
}
.sitemap-list > li,
.page-txt ul.wsp-pages-list > li {
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    letter-spacing: 1px;
}
.sitemap-list > li:not(:last-child),
.page-txt ul.wsp-pages-list > li:not(:last-child) {
    margin-bottom: 60px;
}
.sitemap-list > li > .children,
.page-txt ul.wsp-pages-list > li > .children {
    margin-top: 40px;
}
.sitemap-list > li:before,
.page-txt ul.wsp-pages-list > li:before {
    content: none;
}
.sitemap-list > li > .children,
.page-txt ul.wsp-pages-list > li > .children {
    columns: 3;
}
.sitemap-list a,
.page-txt ul.wsp-pages-list a {
    color: #333;
}
.sitemap-list a:hover,
.page-txt ul.wsp-pages-list a:hover {
    color: #1866d9;
}
.sitemap-list__inner,
.page-txt ul.wsp-pages-list__inner {
    list-style: none;
    margin: 20px 0;
    padding-left: 20px;
}
.sitemap-list__inner li,
.page-txt ul.wsp-pages-list__inner li {
    font-size: 16px;
    font-weight: 500;
    line-height: 36px;
}
.sitemap-list .children,
.page-txt ul.wsp-pages-list .children {
    padding-left: 0;
}
.sitemap-list .children li,
.page-txt ul.wsp-pages-list .children li {
    font-size: 24px;
    line-height: 31px;
    letter-spacing: 0.5px;
}
.sitemap-list .children li:before,
.page-txt ul.wsp-pages-list .children li:before {
    content: "";
    display: inline-block;
    background-color: #2989ff;
    height: 12px;
    width: 12px;
    margin-right: 19px;
    margin-left: 0;
}
.sitemap-list .children li a,
.page-txt ul.wsp-pages-list .children li a {
    display: inline;
    line-height: 31px;
}
.sitemap-list .children li > ul li,
.page-txt ul.wsp-pages-list .children li > ul li {
    font-size: 20px;
    line-height: 30px;
}
.sitemap-list .children li > ul li:before,
.page-txt ul.wsp-pages-list .children li > ul li:before {
    content: "";
    background-color: rgba(41, 137, 255, 0.2);
    margin-right: 17px;
}
.sitemap-list .children li > ul li a,
.page-txt ul.wsp-pages-list .children li > ul li a {
    line-height: 30px;
}
.sitemap-list .children li > ul li > ul li,
.page-txt ul.wsp-pages-list .children li > ul li > ul li {
    font-size: 18px;
    line-height: 24px;
}
.sitemap-list .children li > ul li > ul li:before,
.page-txt ul.wsp-pages-list .children li > ul li > ul li:before {
    content: "";
    border-radius: 50%;
    background-color: #fd7e14;
    margin-right: 18px;
}
.sitemap-list .children li > ul li > ul li a,
.page-txt ul.wsp-pages-list .children li > ul li > ul li a {
    line-height: 24px;
}
.sitemap-list .children li ul,
.page-txt ul.wsp-pages-list .children li ul {
    padding-left: 30px;
    margin-top: 20px;
}
.sitemap-list .children a,
.page-txt ul.wsp-pages-list .children a {
    color: #848484;
    font-weight: normal;
}

.overlay {
    background: linear-gradient(to bottom, #000 0, #000 100%);
    bottom: 0;
    display: none;
    left: 0;
    opacity: 0.4;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 102;
}

.cookie-container {
    align-items: center;
    background: #1866d9;
    bottom: 0;
    color: #fff;
    display: none;
    height: 120px;
    justify-content: center;
    left: 0;
    position: fixed;
    right: 0;
    z-index: 103;
}
.cookie-container.active {
    display: flex;
}
.cookie-row {
    align-items: center;
    display: flex;
    margin: 0 auto;
    max-width: 1140px;
}
.cookie-txt {
    font-size: 14px;
    line-height: 18px;
    margin-right: 64px;
}
.cookie-btn {
    max-width: 200px;
    width: 100%;
}
.cookie-btn button {
    background: #2989ff;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    height: 50px;
    letter-spacing: 1px;
    text-transform: uppercase;
    width: 100%;
}

.form-call,
.form-thanks,
.form-contact {
    background: #fff;
    display: none;
    left: 50%;
    position: fixed;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 103;
}
.form-call,
.form-thanks {
    max-width: 518px;
    text-align: center;
}
.form-call {
    padding: 70px 50px 95px;
}
.form-thanks {
    padding: 96px 59px 65px;
}
.form-thanks__txt {
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    margin-bottom: 40px;
}
.form-thanks .line-btn {
    width: 294px;
}
.form-contact {
    max-width: 1056px;
    padding: 50px 113px 60px;
}
.form-contact .form-title {
    font-size: 64px;
    line-height: 72px;
    margin-bottom: 40px;
    text-align: center;
}
.form-contact input::placeholder,
.form-contact textarea::placeholder {
    text-transform: uppercase;
}
.form-contact .check-label {
    font-size: 14px;
    line-height: 24px;
}
.form-contact .main-btn {
    height: 70px;
    margin: 0 auto;
    margin-top: 30px;
    max-width: 513px;
}
.form-row {
    justify-content: space-between;
}
.form-row input {
    width: calc(50% - 15px);
}
.form-title {
    font-size: 48px;
    font-weight: 900;
    line-height: 56px;
    margin-bottom: 20px;
}
.form-phone {
    color: #1866d9;
    font-size: 30px;
    font-weight: 900;
    line-height: 36px;
    letter-spacing: 1px;
    margin-bottom: 16px;
}
.form-else {
    color: #bdbdbd;
    font-size: 18px;
    font-weight: 800;
    line-height: 36px;
    letter-spacing: 3px;
    margin-bottom: 19px;
    text-transform: uppercase;
}
.form-close {
    cursor: pointer;
    position: absolute;
    right: 30px;
    top: 30px;
}

.dev-container {
    align-items: center;
    background-color: #1866d9;
    color: #ffffff;
    display: none;
    flex-flow: column nowrap;
    left: 0;
    margin: 0 auto;
    max-width: 1600px;
    padding: 70px 200px;
    position: fixed;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    top: 25%;
    width: 100%;
    z-index: 110;
}
.dev-title {
    font-size: 30px;
    font-weight: 900;
    letter-spacing: 3px;
    line-height: 36px;
    margin-bottom: 45px;
}
.dev-subtitle {
    font-size: 24px;
    font-weight: 900;
    letter-spacing: 3px;
    line-height: 36px;
    margin-bottom: 55px;
}
.dev-btn {
    background-color: #2989ff;
    color: #ffffff;
    font-size: 14px;
    font-weight: 900;
    height: 50px;
    letter-spacing: 2px;
    min-width: 200px;
    text-transform: uppercase;
}

.news-container {
    margin-bottom: 100px;
    margin-top: 166px;
}
.news-heading {
    align-items: center;
    background: rgba(24, 102, 217, 0.9);
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    height: 30px;
    letter-spacing: 3px;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 40px;
    text-transform: uppercase;
    width: 136px;
}
.news-title {
    margin-bottom: 28px;
    text-align: center;
}
.news-date,
.news-author {
    color: rgba(79, 79, 79, 0.7);
    line-height: 30px;
    text-align: center;
}
.news-date {
    font-weight: bold;
    letter-spacing: 3px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.news-author {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 70px;
}
.news-excerpt {
    font-size: 24px;
    font-weight: bold;
    line-height: 36px;
}
.news-excerpt p {
    margin-bottom: 1.5em;
}
.news-img {
    margin-bottom: 1.5em;
}
.news-content h2,
.news-content h3,
.news-content h4 {
    margin-bottom: 30px;
    margin-top: 70px;
    text-align: center;
}
.news-content p {
    line-height: 24px;
    margin-bottom: 24px;
}
.news-content p:last-child {
    margin-bottom: 0;
}
.news-content ul {
    list-style: none;
    margin-bottom: 24px;
    padding-left: 1rem;
}
.news-content ul li {
    line-height: 24px;
}
.news-content ul li:before {
    content: "•";
    color: #1866d9;
    display: inline-block;
    font-weight: bold;
    margin-left: -1em;
    width: 1em;
}

.service-project__underline {
    font-size: 48px;
    font-weight: 900;
    letter-spacing: 1px;
    line-height: 56px;
    margin-bottom: 35px;
    padding-bottom: 32px;
    position: relative;
}
.service-project__underline:before {
    background: #1866d9;
    bottom: 0;
    content: "";
    display: block;
    height: 5px;
    left: 0;
    position: absolute;
    width: 100px;
}
.service-project__underline-txt {
    color: #4f4f4f;
    letter-spacing: 0.5px;
    line-height: 24px;
}
.service-project__underline-txt:not(:last-child) {
    margin-bottom: 44px;
}
.service-project__underline-txt h4 {
    margin-bottom: 22px;
}
.service-project__underline-txt ul {
    list-style: none;
}
.service-project__underline-txt ul li {
    padding-left: 30px;
    position: relative;
}
.service-project__underline-txt ul li:before {
    color: #1866d9;
    content: "•";
    display: inline-block;
    font-weight: bold;
    left: 0;
    position: absolute;
}
.service-project__underline-txt ol {
    counter-reset: item;
}
.service-project__underline-txt ol li {
    padding-left: 30px;
    position: relative;
}
.service-project__underline-txt ol li:before {
    color: #1866d9;
    content: counter(item) ". ";
    counter-increment: item;
    left: 0;
    position: absolute;
}
.service-project__img {
    margin-bottom: 30px;
}
.service-project__quote {
    background: #f3f3f3;
    margin-bottom: 30px;
    padding: 50px 50px 45px;
}
.service-project__quote:before {
    background: url(../img/icon-quote.svg) no-repeat;
    content: "";
    display: flex;
    flex: 1 0 36px;
    margin-right: 36px;
}
.service-project__quote-txt {
    color: #4f4f4f;
    letter-spacing: 0.5px;
    line-height: 24px;
}
.service-project__quote-txt p:first-child {
    margin-bottom: 35px;
}
.service-project__quote-txt p span {
    color: #333;
}
.service-project__download a {
    align-items: center;
    color: #1866d9;
    display: flex;
    font-weight: 900;
    letter-spacing: 3px;
    line-height: 36px;
    margin-top: 10px;
    text-transform: uppercase;
}
.service-project__download a span {
    margin-left: 24px;
}
.service-accordion {
    border-bottom: 3px solid #f3f3f3;
    border-top: 3px solid #f3f3f3;
    transition: all 300ms ease-in-out;
}
.service-accordion.active {
    border-color: #1866d9;
    transition: all 300ms ease-in-out;
}
.service-accordion__title {
    align-items: center;
    cursor: pointer;
    display: flex;
    font-size: 24px;
    font-weight: 900;
    letter-spacing: 1px;
    line-height: 30px;
    height: 84px;
    position: relative;
}
.service-accordion__title img {
    margin-left: 40px;
    margin-right: 36px;
    max-width: 50px;
}
.service-accordion__icon {
    position: absolute;
    right: 40px;
    width: 18px;
}
.service-accordion__icon:before,
.service-accordion__icon:after {
    background: #1866d9;
    content: "";
    display: block;
    height: 4px;
    position: absolute;
    width: 18px;
}
.service-accordion__icon:before {
    transform: rotate(90deg);
    transition: all 300ms ease-in-out;
}
.service-accordion__icon.active:before {
    transform: rotate(0);
    transition: all 300ms ease-in-out;
}
.service-accordion__content {
    max-height: 0;
    overflow: hidden;
    transition: all 300ms ease-in-out;
}
.service-accordion__content.active {
    margin-bottom: 38px;
    margin-top: 22px;
    max-height: 500px;
}
.service-portfolio {
    border: 5px solid #f3f3f3;
    display: flex;
    height: 220px;
    transition: all 300ms ease-in-out;
}
.service-portfolio:hover {
    border-color: #1866d9;
    transition: all 300ms ease-in-out;
}
.service-portfolio__img {
    display: flex;
    flex: 1 0 100%;
    max-width: 214px;
    width: 100%;
}
.service-portfolio__img img {
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.service-portfolio__desc {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    padding: 30px 40px;
}
.service-portfolio__title {
    font-size: 24px;
    font-weight: 900;
    letter-spacing: 1px;
    line-height: 30px;
    margin-bottom: 10px;
}
.service-portfolio__txt {
    color: #4f4f4f;
    height: 72px;
    letter-spacing: 0.5px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.service-icon {
    align-items: center;
    display: flex;
    margin-bottom: 80px;
}
.service-icon:nth-last-child(-n + 3) {
    margin-bottom: 0;
}
.service-icon__img {
    display: flex;
    flex: 0 0 100px;
    justify-content: center;
    margin-right: 30px;
}
.service-icon__title {
    font-size: 30px;
    font-weight: 900;
    letter-spacing: 1px;
    line-height: 36px;
}

.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    width: 100%;
}

.doc-info {
    align-items: center;
    display: flex;
    justify-content: space-between;
    line-height: 24px;
    margin-bottom: 25px;
}
.doc-name {
    letter-spacing: 0.5px;
}
.doc-link {
    align-items: center;
    color: #1866d9;
    display: flex;
    font-weight: 900;
    letter-spacing: 3px;
    text-transform: uppercase;
}
.doc-link span {
    margin-left: 20px;
}
.doc-link:hover {
    color: #0244a5;
}
.doc-cover {
    display: block;
    margin: auto;
}

.testimonials-container {
    margin-top: 100px;
    margin-bottom: 100px;
}
.testimonials-item {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: minmax(405px, auto);
    grid-column-gap: 30px;
}
.testimonials-video {
    grid-column: 1/6;
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.testimonials-image {
    grid-column: 1/6;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.testimonials-info {
    background-color: #f3f3f3;
    grid-column: 6/13;
    display: flex;
    flex-flow: column;
    padding: 30px 34px 30px 0;
    position: relative;
}
.testimonials-info:before {
    display: block;
    content: "";
    background-color: #f3f3f3;
    position: absolute;
    left: -30px;
    top: 0;
    width: 30px;
    height: 100%;
}
.testimonials-info .line-btn {
    margin-top: auto;
}
.testimonials-name {
    font-size: 30px;
    font-weight: 900;
    line-height: 36px;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
.testimonials-position,
.testimonials-company,
.testimonials-description {
    line-height: 24px;
    letter-spacing: 0.5px;
}
.testimonials-description {
    margin-top: 33px;
}
.testimonials-description p:not(:last-child) {
    margin-bottom: 15px;
}

.about-project {
    max-width: 1600px;
    margin: auto;
    margin-bottom: 80px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.about-project--image {
    position: relative;
}
.about-project--image-main {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about-project--image-logo {
    border-radius: 10px;
    position: absolute;
    top: 20px;
    left: 20px;
}
.about-project--info {
    padding: 32px 20px 20px 30px;
}
.about-project--info-title {
    margin-bottom: 20px;
}
.about-project--info p {
    line-height: 24px;
    letter-spacing: 0.5px;
}
.about-project--icons {
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px 30px;
}
.about-project--icon-item {
    display: flex;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.25px;
}
.about-project--icon-image {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background-color: #2989ff;
    margin-right: 20px;
    background-repeat: no-repeat;
    background-position: center;
    flex: 0 0 auto;
}
.about-project--icon-title {
    color: #2989ff;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.about-project--icon-links {
    display: flex;
    flex-flow: row wrap;
}
.about-project--icon-links a {
    background-color: #ffffff;
    border-radius: 10px;
    color: #333;
    padding: 1px 10px;
    margin: 3px 3px 3px 0;
}
.about-project--icon-links a:hover {
    background-color: #2989ff;
    color: #ffffff;
}
.about-project--icon-tags a {
    text-transform: uppercase;
}
.about-project--button {
    width: 100%;
    height: 70px;
    max-width: 378px;
    color: #1866d9;
    margin-top: 40px;
    font-size: 18px;
    letter-spacing: 3px;
}
.about-project--button:hover {
    color: #ffffff;
}

.video-block {
    margin-bottom: 80px;
}
.video-media {
    margin-top: 50px;
}

.analogue-projects__item {
    border: 2px solid #d2d2d2;
    background-color: #ffffff;
}
.analogue-projects__image {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100vh;
    max-height: 267px;
    margin-bottom: 20px;
    position: relative;
}
.analogue-projects__logo {
    background-repeat: no-repeat;
    background-position: center;
    height: 100px;
    width: 150px;
    position: absolute;
    top: 20px;
    left: 20px;
    border-radius: 15px;
}
.analogue-projects__tag {
    font-size: 12px;
    font-weight: 800;
    line-height: 12px;
    letter-spacing: 3px;
    text-transform: uppercase;
    text-align: center;
    color: #ffffff;
    background: rgba(39, 174, 96, 0.9);
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 9px;
    min-width: 136px;
}
.analogue-projects__title {
    font-size: 24px;
    font-weight: 900;
    line-height: 30px;
    letter-spacing: 1px;
    color: #333;
    margin-bottom: 14px;
    padding: 0 20px;
}
.analogue-projects__categories {
    white-space: nowrap;
    overflow: hidden;
    padding: 0 20px 20px;
    text-overflow: ellipsis;
    max-width: 450px;
}
.analogue-projects__categories a {
    color: #1866d9;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.25px;
    text-decoration: underline;
}
.analogue-projects__categories a:hover {
    color: #0244a5;
}

.wrapper {
    padding: 0 20px;
    width: 100%;
}
.wrapper-grid {
    margin: auto;
    width: 100%;
}
.wrapper-grid ul {
    padding-left: 1em;
}
.wrapper-grid ul li:before {
    content: "•";
    color: #1866d9;
    display: inline-block;
    font-weight: bold;
    margin-left: -1em;
    width: 1em;
}

.blockquote {
    border: 10px solid #e0e0e0;
    padding: 60px 40px;
    text-align: center;
}
.blockquote-text {
    color: #4f4f4f;
    font-size: 30px;
    font-weight: 500;
    line-height: 40px;
    margin-bottom: 40px;
}
.blockquote-name {
    color: #848484;
    font-size: 30px;
    font-weight: 900;
    line-height: 36px;
    letter-spacing: 1px;
}
.blockquote-position {
    color: #848484;
    font-size: 24px;
    letter-spacing: 1px;
    line-height: 30px;
}

@media (min-width: 768px) {
    .wrapper-grid {
        max-width: calc(100% - 100px);
    }
}
@media (min-width: 1024px) {
    .wrapper {
        padding: 0;
    }
    .wrapper-grid {
        max-width: calc(100% - 156px);
    }
}
@media (min-width: 1280px) {
    .wrapper-grid {
        max-width: calc(100% - 110px);
    }
}
@media (min-width: 1920px) {
    .wrapper-grid {
        max-width: 1600px;
    }
}
@media (max-width: 1800px) {
    .owl-projects .owl-nav span:before,
    .owl-news .owl-nav span:before,
    .owl-reward .owl-nav span:before,
    .owl-logos .owl-nav span:before,
    .owl-products .owl-nav span:before,
    .owl-testimonials .owl-nav span:before,
    .analogue-projects-carousel .owl-nav span:before {
        font-size: 24px;
    }
    .owl-projects .owl-nav button.owl-prev,
    .owl-news .owl-nav button.owl-prev,
    .owl-reward .owl-nav button.owl-prev,
    .owl-logos .owl-nav button.owl-prev,
    .owl-products .owl-nav button.owl-prev,
    .owl-testimonials .owl-nav button.owl-prev,
    .analogue-projects-carousel .owl-nav button.owl-prev {
        left: -40px;
    }
    .owl-projects .owl-nav button.owl-next,
    .owl-news .owl-nav button.owl-next,
    .owl-reward .owl-nav button.owl-next,
    .owl-logos .owl-nav button.owl-next,
    .owl-products .owl-nav button.owl-next,
    .owl-testimonials .owl-nav button.owl-next,
    .analogue-projects-carousel .owl-nav button.owl-next {
        right: -40px;
    }

    .project-btn__links a:nth-child(n + 2) {
        margin-left: 20px;
    }
    .project-btn .social {
        margin-right: 0;
    }

    .block-icon__title {
        height: 48px;
    }
}
@media all and (max-width: 1600px) {
    .owl-main .owl-nav button.owl-prev,
    .owl-main .owl-nav button.owl-next {
        height: 50px;
        width: 50px;
    }

    .dev-container {
        max-width: calc(100% - 200px);
        padding: 55px 45px;
    }
    .dev-title {
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 40px;
    }
    .dev-subtitle {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 40px;
    }
}
@media screen and (max-width: 1440px) {
    .solution-block {
        padding: 70px 0 58px;
    }
    .solution-txt {
        padding: 0 40px;
    }

    .service-icon {
        margin-bottom: 50px;
    }
    .service-icon__img {
        flex: 0 0 70px;
    }
    .service-icon__title {
        font-size: 26px;
        line-height: 30px;
    }
}
@media (max-width: 1279.98px) {
    .footer-question {
        grid-column: 1/13;
        grid-row: 1;
        max-width: 868px;
        margin: auto;
    }
    .footer-question-form {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-column-gap: 20px;
        margin-bottom: 60px;
    }
    .footer-question-form input {
        margin-bottom: 20px;
    }
    .footer-question-form textarea,
    .footer-question-form .check-label,
    .footer-question-form .fq-submit {
        grid-column: 1/4;
    }
    .footer-question-form .fq-submit {
        margin: 0 auto;
        max-width: 424px;
    }
    .footer-question-form textarea,
    .footer-question-form .check-label {
        margin-bottom: 20px;
    }
    .footer-address {
        grid-column: 1/13;
        width: 100%;
        max-width: 720px;
        margin: 0 auto;
    }
    .footer-social {
        grid-column: 1/13;
        grid-row: 3/4;
    }
    .footer-social .social {
        justify-content: center;
    }
    .footer-middle {
        grid-column: 1/13;
        grid-gap: 0;
        grid-template-columns: 1fr;
        margin-top: 20px;
    }
    .footer-menu {
        grid-column: 1/8;
        border-top: 1px solid rgba(255, 255, 255, 0.2);
        padding: 15px 30px;
    }
    .footer-menu:last-child {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }
    .footer-menu__title {
        color: #2989ff;
        cursor: pointer;
        margin-bottom: 0;
        position: relative;
    }
    .footer-menu__title:after {
        content: "";
        display: block;
        font-size: 14px;
        font-family: "icomoon";
        position: absolute;
        right: 0;
        top: 0;
        transform: rotate(-90deg);
        transition: all 300ms ease-in-out;
    }
    .footer-menu.active .footer-menu__title:after {
        transform: rotate(90deg);
        transition: all 300ms ease-in-out;
    }
    .footer-menu.active .footer-list {
        margin-top: 8px;
        max-height: 500px;
        transition: all 300ms ease-in-out;
    }
    .footer-list {
        max-height: 0;
        overflow: hidden;
        transition: all 300ms ease-in-out;
    }
    .footer .copyright {
        grid-column: 1/13;
    }
}
@media (max-width: 1280px) {
    h1 {
        font-size: 56px;
        line-height: 64px;
    }

    h2,
    .title-section {
        font-size: 44px;
        line-height: 48px;
    }

    h3 {
        font-size: 38px;
        line-height: 44px;
    }

    h4 {
        font-size: 34px;
        line-height: 38px;
    }

    h5 {
        font-size: 26px;
        line-height: 30px;
    }

    h6 {
        font-size: 22px;
        line-height: 26px;
    }

    .menu-inside__block.level-2 a {
        padding: 0 25px;
    }
    .menu-list li {
        font-size: 16px;
    }

    .main-banner__title {
        font-size: 56px;
        line-height: 64px;
    }
    .main-banner__subtitle {
        font-size: 22px;
        line-height: 28px;
    }

    .section {
        margin-bottom: 80px;
        margin-top: 80px;
    }
    .section-external {
        padding-bottom: 80px;
        padding-top: 80px;
    }
    .section-external--top {
        padding-top: 80px;
    }
    .section-external--bottom {
        padding-bottom: 80px;
    }
    .section-indent {
        margin-top: 80px;
        margin-bottom: 80px;
    }
    .section-indent--top {
        margin-top: 80px;
    }
    .section-indent--bottom {
        margin-bottom: 80px;
    }

    .sec-subtitle {
        font-size: 22px;
        line-height: 28px;
    }

    .solution-title {
        font-size: 26px;
        line-height: 30px;
    }
    .solution-subtitle {
        font-size: 18px;
    }

    .advantages-block:nth-last-child(n + 4) {
        margin-bottom: 60px;
    }
    .advantages-title {
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 26px;
    }
    .advantages-txt {
        font-size: 13px;
        line-height: 18px;
    }

    .project-info {
        margin-left: 0;
        max-width: 600px;
    }
    .project-title {
        margin-bottom: 20px;
    }

    .contact-block .subtitle {
        font-size: 16px;
    }

    .post-img {
        margin-bottom: 30px;
    }
    .post-title {
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 10px;
    }
    .post-desc {
        font-size: 13px;
        line-height: 18px;
    }

    .foo-search-title {
        font-size: 26px;
    }

    .search-form input {
        margin-right: 26px;
    }
    .search-form .main-btn {
        width: 175px;
    }

    .line-title {
        font-size: 44px;
        line-height: 48px;
    }

    .quotes-img img {
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
    .quotes-txt {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 12px;
        margin-top: 10px;
    }
    .quotes-txt:before,
    .quotes-txt:after {
        display: block;
        font-size: 52px;
        left: 0;
        position: relative;
        right: 0;
        top: 0;
    }
    .quotes-txt:after {
        margin-top: 20px;
        text-align: right;
    }

    .text-middle {
        font-size: 22px;
        line-height: 28px;
    }

    .page-menu__contact-block {
        max-width: 425px;
    }

    .service-icon__title {
        font-size: 24px;
        line-height: 28px;
    }
    .service-portfolio__desc {
        padding: 30px;
    }
    .service-portfolio__title {
        font-size: 22px;
        line-height: 26px;
    }

    .article-title {
        font-size: 26px;
        line-height: 30px;
    }

    .underline-title,
    .service-project__underline {
        font-size: 44px;
        line-height: 48px;
    }

    .dev-container {
        max-width: calc(100% - 110px);
    }

    .cookie-txt {
        margin-right: 94px;
    }

    .testimonials-container {
        margin-top: 80px;
        margin-bottom: 80px;
    }
    .testimonials-item {
        grid-template-rows: -webkit-max-content;
        grid-template-rows: max-content;
    }
    .testimonials-video {
        max-height: 352px;
        min-height: 352px;
    }
    .testimonials-name {
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 12px;
    }
    .testimonials-position,
    .testimonials-company,
    .testimonials-description {
        font-size: 16px;
    }
    .testimonials-description {
        margin-top: 22px;
    }

    .about-project--info {
        font-size: 16px;
    }
    .about-project--icons {
        margin-top: 36px;
    }
    .about-project--icons p {
        line-height: 18px;
    }
    .about-project--icon-item {
        font-size: 13px;
        line-height: 18px;
    }

    .blockquote {
        padding: 50px 30px;
    }
    .blockquote-text,
    .blockquote-name {
        font-size: 24px;
        line-height: 30px;
    }
    .blockquote-text {
        margin-bottom: 30px;
    }

    .projects-item__content {
        padding: 20px;
    }
    .projects-item__image img {
        max-height: 208px;
    }
    .projects-item__logo {
        max-width: 120px;
    }
    .projects-item__title {
        font-size: 22px;
        line-height: 26px;
    }
    .projects-item:nth-child(12n + 1) .projects-item__image img,
    .projects-item:nth-child(12n + 7) .projects-item__image img {
        max-height: 540px;
    }
    .projects-item:nth-child(12n + 1) .projects-item__title,
    .projects-item:nth-child(12n + 7) .projects-item__title {
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 12px;
    }

    .footer-address address {
        max-width: 150px;
    }
    .footer-copyright {
        flex-flow: column;
    }

    .copyright {
        flex-flow: column;
    }
    .copyright__txt {
        margin-bottom: 10px;
    }
}
@media screen and (min-width: 1200px) {
    .solution-block:hover .solution-icon__img {
        opacity: 0;
        transition: all 500ms ease-in-out;
    }
    .solution-block:hover .solution-txt {
        transform: translateY(0%);
        transition: all 500ms ease-in-out;
    }
}
@media screen and (max-width: 1200px) {
    .menu-inside a {
        padding: 0 25px;
    }
    .menu-inside__block.level-1 > .menu-inside {
        max-width: 420px;
    }
    .menu-inside__block.level-2 {
        height: auto;
        left: 420px;
        max-width: calc(100% - 420px);
    }
    .menu-inside__block.level-2 .menu-inside {
        flex-flow: row wrap;
    }

    .page-menu__contact-block {
        max-width: 375px;
    }
    .page-menu__contact-icon {
        margin-left: 20px;
    }

    .service-portfolio__img {
        max-width: 170px;
    }

    .dev-container {
        max-width: calc(100% - 156px);
    }
    .dev-title {
        font-size: 24px;
    }
    .dev-subtitle {
        font-size: 20px;
    }

    .cookie-row {
        max-width: calc(100% - 156px);
    }
    .cookie-txt {
        margin-right: 36px;
    }
}
@media (max-width: 1199.98px) {
    .owl-carousel .main-banner__img img {
        object-position: left;
    }

    .solution-block {
        min-height: 210px;
        padding: 40px 40px 38px;
        text-align: left;
    }
    .solution-block.active .solution-title:after {
        transform: rotate(90deg);
    }
    .solution-block.active .solution-icon__img {
        display: none;
        opacity: 0;
    }
    .solution-block.active .solution-txt {
        position: relative;
        transform: translateY(0);
    }
    .solution-title {
        cursor: pointer;
        font-size: 24px;
        margin-bottom: 12px;
        position: relative;
    }
    .solution-title:after {
        content: "";
        display: block;
        font-family: "icomoon";
        font-size: 14px;
        position: absolute;
        right: 0;
        top: 0;
        transform: rotate(-90deg);
        transition: all 300ms ease-in-out;
    }
    .solution-subtitle {
        font-size: 16px;
        line-height: 24px;
    }
    .solution-icon__img {
        margin: 0;
    }
    .solution-icon__img img {
        max-width: 40px;
    }
    .solution-txt {
        font-size: 16px;
        padding: 0;
    }

    .sec-title__white {
        margin-bottom: 70px;
    }

    .advantages-block:nth-last-child(n + 4) {
        margin-bottom: 40px;
    }
    .advantages-icon {
        margin-bottom: 40px;
    }
    .advantages-icon img {
        height: 60px;
        width: 60px;
    }
    .advantages-txt {
        font-size: 13px;
        line-height: 20px;
    }

    .owl-projects {
        margin-bottom: 60px;
    }
    .owl-projects .owl-dots {
        margin-right: 10.8%;
    }
    .owl-projects .owl-dots .owl-dot:not(:last-child) {
        margin-right: 63px;
    }

    .project-title {
        margin-bottom: 14px;
    }
    .project-title h4 {
        font-size: 20px;
        line-height: 30px;
    }
    .project-txt p {
        font-size: 14px;
        line-height: 24px;
    }

    .contact-block {
        padding: 0 50px;
    }
    .contact-block .subtitle {
        font-size: 14px;
        margin-bottom: 28px;
    }

    .owl-news {
        margin-bottom: 20px;
    }

    .news-img {
        margin-bottom: 10px;
    }
    .news-title {
        font-size: 16px;
        margin-bottom: 16px;
    }
    .news-desc {
        font-size: 14px;
    }

    .copyright {
        align-items: center;
        flex-flow: column nowrap;
    }
    .copyright__list li {
        line-height: 18px;
    }

    .page-gutter {
        margin-bottom: 60px;
        margin-top: 60px;
    }
    .page-txt {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 40px;
    }

    .page-menu__container.sticky .page-menu__list {
        height: auto;
    }
    .page-menu__container.sticky .page-menu__contact-block {
        height: 60px;
    }
    .page-menu__breadcrumbs {
        display: none;
    }
    .page-menu__block {
        height: 60px;
    }
    .page-menu__toggle {
        align-items: center;
        display: flex;
        height: 100%;
        justify-content: center;
        width: 50%;
        position: relative;
    }
    .page-menu__list {
        align-items: flex-start;
        background: #ffffff;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
        display: none;
        height: auto;
        flex-flow: column nowrap;
        margin: 0;
        position: absolute;
        width: 100%;
    }
    .page-menu__list.active {
        display: flex;
    }
    .page-menu__list li {
        line-height: 56px;
        width: 100%;
    }
    .page-menu__list li:not(:last-child) {
        border-bottom: 1px solid #f2f2f2;
        margin: 0;
    }
    .page-menu__list li a {
        display: flex;
    }
    .page-menu__contact-block {
        height: 60px;
        max-width: 50%;
    }
    .page-menu__contact-subtitle {
        display: none;
    }

    .block-icon {
        margin-bottom: 40px;
    }
    .block-icon:nth-last-child(n + 3) {
        margin-bottom: 40px;
    }
    .block-icon__title {
        font-size: 18px;
        line-height: 24px;
        height: auto;
    }

    .team-info .main-title {
        margin-bottom: 16px;
    }
    .team-info .team-txt {
        margin-bottom: 24px;
    }
    .team-social li {
        height: 40px;
        width: 40px;
    }
    .team-page-container {
        margin-top: 60px;
    }
    .team-page-container .team-block {
        margin-bottom: 60px;
    }
    .team-page-container .team-txt {
        margin-bottom: 10px;
    }
    .team-img {
        margin-bottom: 14px;
    }

    .contact-address {
        margin-bottom: 38px;
    }
    .contact-address p {
        font-size: 18px;
        line-height: 30px;
    }

    input[type="text"],
    input[type="tel"],
    input[type="email"],
    textarea {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .check-label {
        font-size: 13px;
        line-height: 18px;
    }
    .check-label:first-child {
        margin-bottom: 20px;
    }
    .check-input:checked + .check-box:before {
        height: 20px;
        width: 20px;
    }

    input[type="submit"] {
        height: 50px;
    }

    .contact-map {
        margin-bottom: 60px;
    }
    .contact-map iframe {
        height: 350px;
    }

    .search-filter__title {
        font-size: 14px;
    }
    .search-filter__list > li {
        font-size: 16px;
        line-height: 30px;
    }
    .search-filter__list > li.active:before,
    .search-filter__list li:hover:before {
        top: 0;
    }
    .search-filter__list-inside {
        margin: 10px 0;
    }
    .search-filter__list-inside li {
        font-size: 14px;
    }
    .search-filter .main-btn {
        font-size: 14px;
        height: 50px;
    }

    .search-result__num,
    .search-result__quantity-title {
        font-size: 14px;
    }
    .search-result__list {
        font-size: 14px;
    }
    .search-result__list li:not(:last-child) {
        margin-right: 10px;
    }
    .search-result__title {
        font-size: 16px;
        margin-bottom: 0;
    }
    .search-result__link {
        font-size: 12px;
    }
    .search-result__desc {
        font-size: 13px;
        line-height: 18px;
    }
    .search-result__block .link-arrow {
        font-size: 14px;
    }
    .search-result__block .link-arrow span {
        padding-left: 20px;
        top: calc(50% - 7px);
    }

    .pagination {
        font-size: 14px;
    }

    .faq-question,
    .faq-question h2,
    .faq-question h3,
    .faq-question h4,
    .faq-question h5 {
        font-size: 16px;
    }
    .faq-question span,
    .faq-question h2 span,
    .faq-question h3 span,
    .faq-question h4 span,
    .faq-question h5 span {
        font-size: 16px;
    }
    .faq-answer {
        font-size: 18px;
        line-height: 24px;
    }

    .fast-links .link-arrow {
        font-size: 16px;
    }
    .fast-links .link-arrow span {
        padding-left: 20px;
    }

    .page-txt h3 {
        font-size: 24px;
        margin-bottom: 16px;
        margin-top: 40px;
    }
    .page-txt ul li {
        margin-bottom: 1em;
    }

    .error-page {
        margin-bottom: 190px;
        margin-top: 206px;
    }
    .error-page__subtitle {
        font-size: 36px;
        margin-bottom: 15px;
    }
    .error-page__info-title {
        font-size: 24px;
    }
    .error-page__txt {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 34px;
    }
    .error-page .error-search {
        max-width: 424px;
    }
    .error-page .error-search input,
    .error-page .error-search button {
        height: 50px;
    }

    .service-icon:nth-last-child(-n + 3) {
        margin-bottom: 50px;
    }
    .service-icon:nth-last-child(-n + 1) {
        margin-bottom: 0;
    }

    .featured-container .owl-dots {
        display: block;
    }
}
@media screen and (max-width: 1024px) {
    h1 {
        font-size: 44px;
        line-height: 52px;
    }

    h2,
    .title-section {
        font-size: 40px;
        line-height: 44px;
    }

    h3 {
        font-size: 36px;
        line-height: 40px;
    }

    h4 {
        font-size: 30px;
        line-height: 34px;
    }

    h5 {
        font-size: 24px;
        line-height: 28px;
    }

    h6 {
        font-size: 20px;
        line-height: 26px;
    }

    .main-banner__title {
        font-size: 36px;
        line-height: 44px;
        margin-bottom: 13px;
    }

    .page-banner_low {
        height: 200px;
    }
    .page-banner_high {
        height: 400px;
    }

    .sec-subtitle {
        font-size: 18px;
        line-height: 24px;
    }

    .owl-projects {
        margin-bottom: 30px;
    }

    .project-info {
        padding: 0 10px;
    }
    .project-meta p {
        font-size: 14px;
        line-height: 20px;
    }
    .project-ceo__name,
    .project-ceo__quote {
        font-size: 14px;
        line-height: 20px;
    }
    .project-ceo__quote:after {
        content: none;
    }
    .project-advantages p,
    .project-advantages ul li {
        font-size: 14px;
        line-height: 20px;
    }

    .custom-dots {
        line-height: 8px;
    }
    .custom-dots .owl-dot:not(:last-child) {
        margin-right: 63px;
    }
    .custom-dots span {
        height: 8px;
        width: 8px;
    }

    .foo-contacts,
    .foo-search {
        max-width: 100%;
    }
    .foo-search {
        order: 0;
        margin: 0 auto;
        max-width: 720px;
    }
    .foo-search-title {
        text-align: center;
    }
    .foo-contacts {
        justify-content: center;
        order: 1;
        margin: 60px auto;
    }
    .foo-container {
        padding: 0;
    }
    .foo-row {
        flex-flow: column nowrap;
        margin: 0;
    }
    .foo-col {
        border: 1px solid rgba(255, 255, 255, 0.2);
        flex: auto;
        order: 3;
        max-width: 100%;
        padding: 15px 30px;
    }
    .foo-col.active .foo-title:after {
        transform: rotate(90deg);
        transition: all 300ms ease-in-out;
    }
    .foo-col.active .foo-list {
        margin-top: 8px;
        max-height: 300px;
        transition: all 300ms ease-in-out;
    }
    .foo-title {
        color: #2989ff;
        cursor: pointer;
        margin-bottom: 0;
        position: relative;
    }
    .foo-title:after {
        content: "";
        display: block;
        font-size: 14px;
        font-family: "icomoon";
        position: absolute;
        right: 0;
        top: 0;
        transform: rotate(-90deg);
        transition: all 300ms ease-in-out;
    }
    .foo-list {
        max-height: 0;
        overflow: hidden;
        transition: all 300ms ease-in-out;
    }
    .foo-social {
        display: flex;
        justify-content: center;
        order: 2;
        margin-bottom: 60px;
        flex: auto;
        max-width: 100%;
        width: 100%;
    }
    .foo-social .foo-title {
        display: none;
    }

    .copyright {
        padding-top: 40px;
    }

    .owl-carousel .owl-dots {
        line-height: 8px;
    }
    .owl-carousel .owl-dots .owl-dot:not(:last-child) {
        margin-right: 63px;
    }
    .owl-carousel .owl-dots span {
        height: 8px;
        width: 8px;
    }

    .contact-block {
        height: 300px;
    }
    .contact-txt {
        font-size: 14px;
        line-height: 24px;
    }

    .text-middle {
        font-size: 20px;
        line-height: 26px;
    }

    .sitemap-list li {
        font-size: 16px;
        line-height: 30px;
    }
    .sitemap-list__inner {
        margin: 10px 0;
    }
    .sitemap-list__inner li {
        font-size: 14px;
    }

    .article-title {
        font-size: 24px;
        line-height: 28px;
    }

    .underline-title,
    .line-title,
    .service-project__underline {
        font-size: 40px;
        line-height: 44px;
    }

    .article-half {
        align-items: flex-start;
    }
    .article-half .article-img img {
        height: 205px;
    }

    .service-project__quote {
        padding: 40px 35px 40px 40px;
    }

    .form-contact {
        bottom: 0;
        height: 100%;
        left: 0;
        max-width: 100%;
        overflow-y: scroll;
        padding: 60px 97px;
        right: 0;
        top: 0;
        transform: translate(0, 0);
    }
    .form-contact .form-title {
        font-size: 48px;
        line-height: 56px;
    }
    .form-contact input[type="text"],
    .form-contact input[type="tel"],
    .form-contact input[type="email"],
    .form-contact textarea {
        font-size: 18px;
        margin-bottom: 30px;
    }
    .form-contact .check-label {
        line-height: 18px;
        margin-bottom: 40px;
    }
    .form-contact .main-btn {
        margin-bottom: 60px;
    }
    .form-row {
        margin-left: 0;
        margin-right: 0;
    }

    .testimonials-container {
        margin-top: 0;
        margin-bottom: 0;
    }
    .testimonials-item {
        grid-template-columns: 350px auto;
        grid-column-gap: 20px;
    }
    .testimonials-name {
        font-size: 24px;
        line-height: 28px;
    }
    .testimonials-position,
    .testimonials-company,
    .testimonials-description {
        font-size: 14px;
        line-height: 20px;
    }

    .advantages-num {
        font-size: 72px;
    }

    .about-project--info {
        padding: 20px;
    }
    .about-project--icons {
        grid-template-columns: 1fr;
        margin-top: 20px;
    }
    .about-project--button {
        height: 50px;
        margin-top: 20px;
        max-width: 350px;
    }

    .blockquote-text,
    .blockquote-name,
    .blockquote-position {
        font-size: 20px;
    }

    .projects-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 20px;
    }
    .projects-item__title {
        font-size: 20px;
    }
    .projects-item:nth-child(12n + 1) .projects-item__title,
    .projects-item:nth-child(12n + 7) .projects-item__title {
        font-size: 20px;
        line-height: 27px;
    }
    .projects-item:nth-child(12n + 1) .projects-item__image img,
    .projects-item:nth-child(12n + 7) .projects-item__image img {
        max-height: 540px;
    }
    .projects-item:nth-child(12n + 1) {
        grid-row: 1;
        grid-column: 1/3;
    }
    .projects-item:nth-child(12n + 7) {
        grid-row: unset;
        grid-column: unset;
    }
}
@media (max-width: 1023.98px) {
    .main-title,
    .line-title,
    .underline-title,
    .service-project__underline {
        font-size: 32px;
        line-height: 38px;
    }

    .link-arrow {
        font-size: 14px;
    }

    .page-txt {
        font-size: 14px;
        line-height: 24px;
    }
}
@media screen and (max-width: 991.98px) {
    .main-title,
    .line-title,
    .underline-title,
    .service-project__underline {
        font-size: 28px;
        line-height: 32px;
    }

    .underline-title:before,
    .service-project__underline:before {
        width: 68px;
    }

    .head {
        padding: 0 20px;
    }
    .head-top,
    .head-top__page {
        display: none;
    }
    .head-container {
        padding: 0;
    }
    .head-page .menu-icons span:before {
        color: #333;
    }

    .header-page .head {
        padding: 0;
    }
    .header-page .menu-icons span:before {
        color: #333;
    }

    .logo {
        margin-right: 0;
    }

    .burger {
        cursor: pointer;
        display: flex;
        height: 18px;
        order: 2;
        position: relative;
        width: 24px;
        z-index: 100;
    }
    .burger span,
    .burger span:before,
    .burger span:after {
        background: #2989ff;
        display: block;
        height: 2px;
        left: 50%;
        margin-left: -12px;
        position: absolute;
        top: 50%;
        transition: all 500ms ease-in-out;
        width: 24px;
    }
    .burger span:before,
    .burger span:after {
        content: "";
        transition: all 500ms ease-in-out;
    }
    .burger span:before {
        transform: translateY(-9px);
    }
    .burger span:after {
        transform: translateY(6px);
    }
    .burger.active span {
        height: 0;
    }
    .burger.active span:before {
        transform: rotate(45deg);
    }
    .burger.active span:after {
        transform: rotate(-45deg);
    }
    .burger.fixed {
        position: fixed;
    }

    .menu {
        justify-content: flex-end;
    }
    .menu-btn .main-btn {
        display: none;
    }
    .menu-block {
        background: #fff;
        bottom: 0;
        left: 0;
        overflow: hidden;
        overflow-y: auto;
        padding: 0 20px;
        position: fixed;
        right: 0;
        top: 60px;
        transform: translateX(100%);
        transition: all 300ms ease-in-out;
        width: 100%;
    }
    .menu-block.active {
        transform: translateX(0);
        transition: all 300ms ease-in-out;
    }
    .menu-block .lang {
        align-items: center;
        color: rgba(0, 0, 0, 0.5);
        display: flex;
        font-size: 14px;
        font-weight: 700;
        line-height: 36px;
        letter-spacing: 2px;
        margin-top: 9px;
        text-transform: uppercase;
    }
    .menu-block .lang span {
        display: inline-block;
        margin-right: 10px;
    }
    .menu-block .lang span:before {
        color: rgba(0, 0, 0, 0.5);
    }
    .menu-block .lang .lang-link {
        color: #848484;
    }
    .menu-block .lang .lang-link.active {
        color: #1866d9;
        border-bottom: 2px solid #1866d9;
    }
    .menu-block .lang .lang-link:not(:last-child) {
        margin-right: 20px;
    }
    .menu-main > .has-inside > .menu-inside__block,
    .menu-main > .menu-item-has-children > .menu-inside__block {
        left: 0;
        padding: 0 20px;
        top: 0;
        transform: translateX(100%);
    }
    .menu-main > .has-inside > .menu-inside__block.active,
    .menu-main > .menu-item-has-children > .menu-inside__block.active {
        transform: translateX(0);
        transition: all 300ms ease-in-out;
    }
    .menu-inside li {
        flex-basis: 100%;
        height: auto;
    }
    .menu-inside__block.level-2 {
        left: 0;
        max-width: 100%;
        padding: 0 20px;
    }
    .menu-inside__block.level-2 a {
        padding: 0;
    }
    .menu-inside__block.level-2 .menu-inside {
        box-shadow: none;
    }
    .menu-inside__block.level-2 .menu-inside__prev a {
        font-weight: 700;
    }
    .menu-inside__block.level-2 .menu-inside a {
        font-size: 18px;
        font-weight: 700;
        height: auto;
        letter-spacing: 1px;
    }
    .menu-search {
        align-items: center;
        bottom: unset;
        height: 60px;
        padding: 0 65px 0 20px;
        top: 0;
    }
    .menu-search__close {
        display: none;
    }
    .menu-search:after {
        background: #f2f2f2;
        content: "";
        display: block;
        height: 100%;
        position: absolute;
        right: 65px;
        width: 1px;
    }
    .menu-search input[type="text"] {
        height: 60px;
        margin-bottom: 0;
        padding: 0 20px 0 0;
    }
    .menu-search button {
        margin-top: 4px;
    }
    .menu-icons {
        margin-right: 20px;
    }
    .menu-icons li {
        margin-right: 20px;
    }
    .menu-icons li:not(.search) {
        display: block;
    }
    .menu-icons:after {
        background: #fff;
        content: "";
        display: block;
        height: 36px;
        position: absolute;
        right: 0;
        width: 2px;
    }
    .menu-list {
        flex-flow: column nowrap;
    }
    .menu-list > li {
        padding: 0;
        height: auto;
    }
    .menu-list li {
        border-bottom: 1px solid #f2f2f2;
        min-height: 60px;
    }
    .menu-list li,
    .menu-list a {
        align-items: center;
        color: #333;
        cursor: pointer;
        display: flex;
        font-size: 18px;
        font-weight: 700;
        line-height: 36px;
        letter-spacing: 1px;
        position: relative;
        text-decoration: none;
        width: 100%;
    }
    .menu-item.has-inside:after,
    .menu-item.has-inside:after {
        color: #2989ff;
        content: "";
        display: block;
        font-family: "icomoon" !important;
        font-size: 18px;
        line-height: 60px;
        position: absolute;
        right: 0;
        top: 0;
    }
    .menu-inside {
        padding: 0;
    }
    .menu-inside li.has-inside > span.arrow,
    .menu-inside li.menu-item-has-children > span.arrow {
        display: none;
    }
    .menu-inside a {
        padding: 0;
        text-transform: inherit;
    }
    .menu-inside__block {
        background: #fff;
        bottom: 0;
        cursor: auto;
        display: block;
        left: 0;
        position: fixed;
        top: 0;
        transform: translateX(300%);
        transition: all 300ms ease-in-out;
        width: 100%;
        z-index: 10;
    }
    .menu-inside__block.active {
        transform: translateX(0);
        transition: all 300ms ease-in-out;
    }
    .menu-inside__block.level-1 > .menu-inside {
        background: transparent;
        max-width: 100%;
    }
    .menu-inside__prev {
        display: block;
        line-height: 36px;
        margin-bottom: 23px;
        margin-top: 10px;
    }
    .menu-inside__prev a {
        font-size: 14px;
        height: 36px;
    }
    .menu-inside__prev span {
        display: inline-block;
        font-size: 18px;
        margin-right: 12px;
    }
    .menu-inside__prev span:before {
        color: #2989ff;
    }
    .menu-inside__title {
        display: block;
        font-size: 28px;
        font-weight: 900;
        line-height: 32px;
        letter-spacing: 1px;
        margin-bottom: 14px;
        text-align: center;
    }

    .owl-main .owl-nav button.owl-prev,
    .owl-main .owl-nav button.owl-next {
        height: 40px;
        width: 40px;
    }

    .owl-projects .owl-nav {
        display: none;
    }
    .owl-projects .owl-dots {
        margin-right: 0;
        margin-top: 45px;
        justify-content: center;
    }

    .custom-dots {
        max-width: 100%;
    }

    .project-col1 {
        order: 2;
    }
    .project-info {
        margin: 0 auto;
    }
    .project-col2 {
        justify-content: center;
        order: 1;
        margin-bottom: 20px;
    }
    .project-img img {
        margin: 0 auto;
        max-width: 375px;
    }

    .owl-news .owl-nav {
        display: none;
    }

    .quotes-img {
        margin-bottom: 30px;
        text-align: center;
    }

    .text-middle {
        margin-bottom: 30px;
    }
    .text-middle-container {
        background: #efefef;
        margin-bottom: 60px;
        padding-top: 30px;
    }

    .article-txt {
        order: 1;
        margin-bottom: 40px;
    }
    .article-img {
        margin-bottom: 20px;
        order: 2;
        text-align: center;
    }
    .article-title {
        font-size: 22px;
        line-height: 24px;
    }
    .article-half {
        flex-flow: column nowrap;
    }
    .article-half .article-img {
        flex: 1 0 100%;
        margin-bottom: 20px;
        margin-right: 0;
        order: 0;
        width: 100%;
    }
    .article-half .article-img img {
        height: auto;
    }

    .team-container {
        margin-bottom: 60px;
        padding: 0 50px;
    }
    .team-img {
        margin-bottom: 20px;
    }
    .team-info .main-title {
        font-size: 20px;
    }
    .team-info .team-txt {
        margin-bottom: 10px;
    }
    .team-name {
        align-items: center;
        display: flex;
        font-size: 20px;
        height: 48px;
        justify-content: center;
        line-height: 1;
    }
    .team-txt {
        line-height: 18px;
    }
    .team-social {
        margin-top: 15px;
    }

    .owl-carousel .owl-nav button.owl-prev {
        left: 0;
    }
    .owl-carousel .owl-nav button.owl-next {
        right: 0;
    }

    .page-banner,
    .page-content {
        margin-top: 60px;
    }

    .search-filter {
        background: #fff;
        bottom: 0;
        left: 0;
        max-width: 375px;
        padding: 70px 50px 50px;
        position: absolute;
        top: 0;
        transform: translateX(-9999px);
        transition: all 300ms ease-in-out;
        width: 100%;
        z-index: 100;
    }
    .search-filter__mobile {
        display: flex;
    }
    .search-filter__close {
        display: block;
    }
    .search-filter.active {
        transform: translateX(0);
    }

    .fast-links .link-arrow {
        font-size: 14px;
    }
    .fast-links .link-arrow span {
        top: calc(50% - 7px);
        padding-left: 15px;
    }

    .page-txt {
        margin-bottom: 0;
    }
    .page-txt h3:first-child {
        margin-top: 0;
    }

    .featured-container {
        padding: 0 50px;
    }

    .service-project__quote {
        padding: 30px;
    }
    .service-project__quote:before {
        margin-right: 15px;
    }

    .dev-container {
        bottom: 0;
        top: 0;
        max-width: 100%;
    }
    .dev-title {
        font-size: 18px;
        line-height: 24px;
    }
    .dev-subtitle {
        font-size: 16px;
        line-height: 20px;
    }

    .cookie-row {
        max-width: calc(100% - 100px);
    }

    .testimonials-item {
        grid-template-rows: 252px auto;
        grid-template-columns: 1fr;
        margin: auto;
        max-width: 335px;
    }
    .testimonials-video,
    .testimonials-info,
    .testimonials-image {
        grid-column: 1/13;
    }
    .testimonials-video {
        min-height: 252px;
        max-height: 252px;
    }
    .testimonials-info {
        padding: 30px;
    }
    .testimonials-info:before {
        content: none;
    }
    .testimonials-info .line-btn {
        margin: 20px auto 0;
    }
    .testimonials-name,
    .testimonials-position,
    .testimonials-company {
        text-align: center;
    }

    .advantages-block {
        margin-bottom: 40px;
    }
    .advantages-block:nth-last-child(n + 1) {
        margin-bottom: 40px;
    }
    .advantages-block:last-child {
        margin-bottom: 0;
    }

    .footer-question {
        width: calc(100% - 100px);
    }
    .footer-address {
        max-width: 540px;
    }
}
@media (max-width: 767.98px) {
    h1 {
        font-size: 32px;
        line-height: 36px;
    }

    h2,
    .title-section {
        font-size: 28px;
        line-height: 34px;
    }

    h3 {
        font-size: 24px;
        line-height: 28px;
    }

    h4 {
        font-size: 22px;
        line-height: 26px;
    }

    h5 {
        font-size: 18px;
        line-height: 22px;
    }

    h6 {
        font-size: 16px;
        line-height: 20px;
    }

    .line-btn {
        font-size: 13px;
        width: 198px;
    }

    .header-top-row {
        display: none;
    }
    .header-menu {
        height: 80px;
    }

    .page-banner_high {
        min-height: 200px;
        height: auto;
        padding: 20px;
    }
    .page-menu__toggle-btn,
    .page-menu__contact-title {
        font-size: 16px;
    }
    .page-title .main-title {
        padding: 0 20px;
    }
    .page-subtitle {
        font-size: 18px;
        line-height: 22px;
        padding: 0 20px;
    }

    .sec-title {
        margin-bottom: 20px;
    }
    .sec-title__white {
        margin-bottom: 20px;
    }
    .sec-subtitle {
        margin-top: 40px;
    }

    .owl-main .owl-stage {
        display: flex;
    }
    .owl-main .owl-item {
        display: flex;
        flex: 1 0 auto;
    }
    .owl-main .main-banner {
        display: flex;
        flex-flow: column nowrap;
        height: 100vh;
    }
    .owl-main .main-banner__img {
        order: 2;
    }
    .owl-main .main-banner__img img {
        height: auto;
    }
    .owl-main .main-banner__img-block {
        position: relative;
    }
    .owl-main .main-banner__img-block:before {
        background: linear-gradient(
            180deg,
            #141524 0%,
            rgba(20, 21, 36, 0) 100%
        );
        bottom: 0;
        content: "";
        display: block;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 1;
    }
    .owl-main .main-banner__txt {
        background: #141524;
        height: 100%;
        order: 1;
        padding-top: 150px;
        position: relative;
        top: unset;
        text-align: center;
        transform: unset;
    }
    .owl-main .main-banner__txt .main-banner__subtitle {
        font-size: 16px;
        line-height: 24px;
    }
    .owl-main .owl-nav {
        display: none;
    }

    .section {
        margin-bottom: 60px;
        margin-top: 60px;
    }
    .section-external {
        padding-bottom: 60px;
        padding-top: 60px;
    }
    .section-external--top {
        padding-top: 60px;
    }
    .section-external--bottom {
        padding-bottom: 60px;
    }
    .section-indent {
        margin-top: 60px;
        margin-bottom: 60px;
    }
    .section-indent--top {
        margin-top: 60px;
    }
    .section-indent--bottom {
        margin-bottom: 60px;
    }

    .solution-block {
        min-height: 250px;
        padding: 30px;
    }
    .solution-title {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 6px;
    }
    .solution-icon__img img {
        max-width: 50px;
    }

    .advantages-icon {
        margin-bottom: 20px;
    }

    .owl-projects,
    .all-news {
        margin-bottom: 30px;
    }

    .project-title h4 {
        font-size: 18px;
        line-height: 24px;
    }
    .project-txt {
        margin-bottom: 0;
    }
    .project-txt p {
        line-height: 18px;
    }

    .contact-block {
        height: auto;
        max-width: 100%;
        padding: 70px 20px;
        text-align: center;
    }
    .contact-block__container {
        padding: 0;
    }
    .contact-block__container > .row {
        margin-left: 0;
        margin-right: 0;
    }
    .contact-block__container .col-12 {
        padding: 0;
    }
    .contact-block .main-btn {
        margin: 0 auto;
        max-width: 335px;
    }

    .news-img {
        max-width: 375px;
        margin: 0 auto 10px;
    }

    footer {
        padding-top: 40px;
    }

    .foo-search-title {
        font-size: 24px;
        line-height: 36px;
        margin-bottom: 16px;
    }
    .foo-contacts {
        margin: 30px 0 40px;
    }

    .search-form input[type="text"] {
        height: 50px;
        margin-right: 0;
        width: calc(100% - 50px);
    }
    .search-form .main-btn {
        background: #2989ff;
        height: 50px;
        width: 50px;
    }
    .search-form .main-btn span.icon-search {
        display: flex;
    }
    .search-form .main-btn span {
        display: none;
    }

    .copyright {
        font-size: 12px;
    }
    .copyright__list {
        flex-flow: row wrap;
        justify-content: center;
    }

    .quotes-txt:before,
    .quotes-txt:after {
        font-size: 32px;
    }
    .quotes-txt p {
        font-size: 16px;
        line-height: 24px;
    }
    .quotes-author {
        font-size: 24px;
    }

    .text-middle {
        font-size: 16px;
        line-height: 24px;
    }
    .text-middle-container {
        margin-bottom: 30px;
    }

    .article-container {
        margin-bottom: 30px;
    }

    .single-title {
        margin-bottom: 20px;
    }

    .page-gutter {
        margin-bottom: 30px;
        margin-top: 30px;
    }
    .page-txt {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 30px;
    }
    .page-txt ul {
        padding-left: 12px;
    }
    .page-txt ul li:before {
        margin-left: 0;
    }

    .team-container {
        padding: 0 20px;
    }
    .team-mate .team-block {
        width: 100%;
    }
    .team-info {
        align-items: center;
        margin-top: 20px;
    }
    .team-info .main-title {
        margin-bottom: 10px;
    }
    .team-info .team-txt {
        margin-bottom: 5px;
    }
    .team-page-container {
        margin-top: 30px;
    }
    .team-page-container .team-block {
        margin-bottom: 30px;
    }
    .team-page-container .team-name {
        height: auto;
    }

    .owl-carousel .owl-dots {
        bottom: -22px;
    }
    .owl-carousel .owl-dots .owl-dot:not(:last-child) {
        margin-right: 32px;
    }
    .owl-carousel.owl-logos {
        margin-bottom: 20px;
    }
    .owl-carousel.owl-logos img {
        padding: 0 30px;
    }

    .contact-address {
        margin-bottom: 18px;
    }
    .contact-txt {
        margin-top: 30px;
    }
    .contact-map {
        margin-bottom: 48px;
    }
    .contact-map iframe {
        height: 300px;
    }

    input[type="text"],
    input[type="tel"],
    input[type="email"] {
        height: 45px;
        padding: 0 22px;
    }

    .form-agreement {
        order: 1;
        margin-bottom: 20px;
    }
    .form-submit {
        order: 2;
    }
    .form-contact {
        padding: 20px;
    }
    .form-contact .form-title {
        font-size: 28px;
        line-height: 34px;
        margin-bottom: 20px;
        margin-top: 40px;
    }
    .form-contact input[type="text"],
    .form-contact input[type="tel"],
    .form-contact input[type="email"] {
        font-size: 14px;
        margin-bottom: 10px;
        padding: 8px 19px;
    }
    .form-contact textarea {
        display: block;
        font-size: 14px;
        margin: 0 auto 30px;
        max-width: 335px;
    }
    .form-contact .check-label {
        margin: 0 auto 20px;
        max-width: 335px;
    }
    .form-contact .main-btn {
        height: 46px;
        max-width: 335px;
        margin-bottom: 20px;
    }
    .form-row {
        align-items: center;
        flex-flow: column nowrap;
    }
    .form-row input {
        height: 46px;
        max-width: 335px;
        width: 100%;
    }
    .form-close {
        right: 20px;
        top: 20px;
    }

    .check-label {
        padding-left: 30px;
    }
    .check-box {
        height: 20px;
        width: 20px;
    }
    .check-input:checked + .check-box:before {
        background-size: contain;
        background-position: center;
    }

    .search-banner .page-title {
        align-items: normal;
        flex-flow: row nowrap;
        height: 80px;
        margin-top: 120px;
    }
    .search-banner .main-title {
        display: none;
    }
    .search-banner .search-group {
        justify-content: center;
    }
    .search-banner .search-group input,
    .search-banner .search-group button {
        height: 50px;
    }

    .page-search-gutter {
        padding-bottom: 30px;
        padding-top: 30px;
    }

    .search-result__num {
        font-size: 12px;
        margin-left: 0;
    }
    .search-result__quantity {
        display: none !important;
    }
    .search-result__content {
        padding: 30px 20px;
    }
    .search-result__title {
        line-height: 18px;
        margin-bottom: 5px;
    }
    .search-result__link {
        line-height: 18px;
    }
    .search-result__desc {
        margin-bottom: 5px;
    }

    .faq-question,
    .faq-question h2,
    .faq-question h3,
    .faq-question h4,
    .faq-question h5 {
        line-height: 18px;
        height: auto;
        min-height: 74px;
        padding: 19px 0;
    }
    .faq-answer {
        font-size: 16px;
        line-height: 20px;
    }

    .fast-links h2 {
        margin-bottom: 12px;
        text-align: left;
    }
    .fast-links p {
        line-height: 36px;
        margin-bottom: 0;
    }

    .featured-container {
        padding: 0 20px;
    }
    .featured__title {
        font-size: 18px;
        line-height: 1;
        margin-bottom: 38px;
    }
    .featured-projects__nav-next {
        right: -15px;
    }
    .featured-projects__nav-prev {
        left: -15px;
    }

    .error-page {
        margin-bottom: 110px;
        margin-top: 105px;
    }
    .error-page__title {
        font-size: 96px;
        line-height: 1;
        margin-bottom: 18px;
    }
    .error-page__subtitle {
        font-size: 28px;
        line-height: 1;
        margin-bottom: 25px;
    }
    .error-page__info-title {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 15px;
    }
    .error-page__txt {
        margin-bottom: 30px;
    }

    .service-icon {
        margin-bottom: 30px;
    }
    .service-icon:nth-last-child(-n + 3),
    .service-icon:nth-last-child(-n + 1) {
        margin-bottom: 30px;
    }
    .service-icon__img {
        margin-right: 20px;
    }
    .service-icon__title {
        font-size: 18px;
        line-height: 22px;
    }
    .service-portfolio__img {
        flex: 1 0 auto;
        max-width: 85px;
    }
    .service-portfolio__desc {
        padding: 20px;
    }

    .cookie-container {
        height: auto;
        padding: 22px 0 34px;
    }
    .cookie-row {
        flex-flow: column nowrap;
        max-width: calc(100% - 40px);
    }
    .cookie-txt {
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 30px;
        margin-right: 0;
    }

    .testimonials-name {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 14px;
    }

    .about-project {
        grid-template-columns: 1fr;
    }
    .about-project--image-logo {
        max-width: 90px;
    }

    .project-advantages--columns {
        grid-template-columns: 1fr;
        padding: 0 20px;
    }

    .blockquote {
        padding: 40px 20px;
    }
    .blockquote-text,
    .blockquote-name,
    .blockquote-position {
        font-size: 18px;
        line-height: 24px;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        grid-gap: 0;
    }
    .footer-question-title {
        font-size: 24px;
        line-height: 36px;
        margin-bottom: 16px;
    }
    .footer-question-form {
        grid-template-columns: 1fr;
    }
    .footer-question-form textarea,
    .footer-question-form .check-label,
    .footer-question-form .fq-submit {
        grid-column: unset;
    }
}
@media screen and (max-width: 640px) {
    .service-portfolio {
        flex-flow: column nowrap;
        height: auto;
    }
    .service-portfolio__img {
        height: 200px;
        max-width: 600px;
    }
    .service-portfolio__title {
        margin-bottom: 0;
    }
    .service-portfolio__txt {
        display: none;
    }

    .projects-grid {
        grid-template-columns: 1fr;
        grid-gap: 20px 0;
    }
    .projects-item__image img {
        max-height: 200px;
    }
    .projects-item__logo {
        max-width: 90px;
    }
    .projects-item__title {
        font-size: 16px;
        line-height: 20px;
    }
    .projects-item:nth-child(12n + 1) {
        grid-column: 1/2;
    }
    .projects-item:nth-child(12n + 1) .projects-item__image img,
    .projects-item:nth-child(12n + 7) .projects-item__image img {
        max-height: 200px;
    }
    .projects-item:nth-child(12n + 1) .projects-item__title,
    .projects-item:nth-child(12n + 7) .projects-item__title {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 0;
    }
    .projects-item:nth-child(12n + 1) .projects-item__description,
    .projects-item:nth-child(12n + 7) .projects-item__description {
        display: none;
    }

    .footer-question {
        padding: 0 20px;
        width: 100%;
    }
    .footer-address {
        padding: 0 20px;
        max-width: 100%;
    }
    .footer-menu {
        padding: 15px 20px;
    }
}
@media screen and (max-width: 574.98px) {
    .advantages-title {
        height: auto;
        margin-bottom: 4px;
    }

    .project-btn {
        align-items: center;
        flex-flow: column nowrap;
    }
    .project-btn__links {
        align-items: center;
        display: flex;
        margin-bottom: 10px;
    }
    .project-btn__links .line-btn {
        width: 157px;
    }

    .team-container {
        padding: 0;
    }
}
@media screen and (max-width: 525px) {
    .owl-news-container {
        padding: 0;
    }

    .foo-contacts {
        flex-flow: column nowrap;
    }
    .foo-contacts__link {
        justify-content: flex-start;
        flex-flow: row nowrap;
        height: 70px;
        padding: 0 20px;
        width: 100%;
    }
    .foo-contacts__link:first-child {
        margin-right: 0;
        margin-bottom: 10px;
    }
    .foo-contacts__link img {
        margin-bottom: 0;
        margin-right: 20px;
        width: 30px;
    }

    .owl-testimonials .owl-nav {
        top: 298px;
    }

    .testimonials-container {
        background-color: #f3f3f3;
        padding-top: 20px;
    }
    .testimonials-info {
        padding: 30px 0;
    }

    .advantages-num {
        font-size: 60px;
    }

    .footer-address {
        grid-template-columns: 1fr;
    }
}
