@import 'font/dinpro/stylesheet.css';

:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -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-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

*,
::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);
    overflow-x: hidden;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

body {
    margin: 0;
     font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
    font-family: 'DIN Pro',sans-serif!important;
}

[tabindex="-1"]:focus {
    outline: 0 !important
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    text-decoration-skip-ink: none
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

pre,
code,
kbd,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

svg {
    overflow: hidden;
    vertical-align: middle
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type="radio"],
input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none !important
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
    color: inherit
}

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
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2
}

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
}

mark,
.mark {
    padding: .2em;
    background-color: #fcf8e3
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d
}

.blockquote-footer::before {
    content: "\2014\00A0"
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: 90%;
    color: #6c757d
}

.red-name {
    color: #d80000;
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-break: break-word
}

a>code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: .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: 992px) {
    .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 {
    max-width: 1600px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*="col-"] {
    padding-right: 0;
    padding-left: 0
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.offset-1 {
    margin-left: 8.333333%
}

.offset-2 {
    margin-left: 16.666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.333333%
}

.offset-5 {
    margin-left: 41.666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.333333%
}

.offset-8 {
    margin-left: 66.666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.333333%
}

.offset-11 {
    margin-left: 91.666667%
}

@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-sm-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-sm-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-sm-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.333333%
    }

    .offset-sm-2 {
        margin-left: 16.666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.333333%
    }

    .offset-sm-5 {
        margin-left: 41.666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.333333%
    }

    .offset-sm-8 {
        margin-left: 66.666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.333333%
    }

    .offset-sm-11 {
        margin-left: 91.666667%
    }
}

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-md-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-md-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-md-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-md-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-md-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-md-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-md-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-md-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-md-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-md-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-md-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-md-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-md-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-md-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.333333%
    }

    .offset-md-2 {
        margin-left: 16.666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.333333%
    }

    .offset-md-5 {
        margin-left: 41.666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.333333%
    }

    .offset-md-8 {
        margin-left: 66.666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.333333%
    }

    .offset-md-11 {
        margin-left: 91.666667%
    }
}

@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-lg-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-lg-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-lg-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.333333%
    }

    .offset-lg-2 {
        margin-left: 16.666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.333333%
    }

    .offset-lg-5 {
        margin-left: 41.666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.333333%
    }

    .offset-lg-8 {
        margin-left: 66.666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.333333%
    }

    .offset-lg-11 {
        margin-left: 91.666667%
    }
}

@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-xl-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-xl-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-xl-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-xl-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-xl-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-xl-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-xl-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-xl-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-xl-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-xl-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-xl-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-xl-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-xl-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-xl-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.333333%
    }

    .offset-xl-2 {
        margin-left: 16.666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.333333%
    }

    .offset-xl-5 {
        margin-left: 41.666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.333333%
    }

    .offset-xl-8 {
        margin-left: 66.666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.333333%
    }

    .offset-xl-11 {
        margin-left: 91.666667%
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media screen and (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 .2rem rgba(0, 123, 255, 0.25)
}

.btn.disabled,
.btn:disabled {
    opacity: .65
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none
}

.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 .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 .2rem rgba(248, 249, 250, 0.5)
}

.btn-outline-dark {
    color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:focus,
.btn-outline-dark.focus {
    box-shadow: 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: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, 0.5)
}

.btn-link {
    font-weight: 400;
    color: #007bff
}

.btn-link:hover {
    color: #0056b3;
    text-decoration: underline
}

.btn-link:focus,
.btn-link.focus {
    text-decoration: underline;
    box-shadow: none
}

.btn-link:disabled,
.btn-link.disabled {
    color: #6c757d;
    pointer-events: none
}

.btn-lg,
.btn-group-lg>.btn {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.btn-sm,
.btn-group-sm>.btn {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: .5rem
}

.trading .blog-box-image {
    margin-bottom: 15px
}

.fade {
    transition: opacity .15s linear
}

@media screen and (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 .35s ease
}

@media screen and (prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none
    }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
    position: relative
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .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: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: .25rem
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

@media (min-width: 576px) {
    .dropdown-menu-sm-right {
        right: 0;
        left: auto
    }
}

@media (min-width: 768px) {
    .dropdown-menu-md-right {
        right: 0;
        left: auto
    }
}

@media (min-width: 992px) {
    .dropdown-menu-lg-right {
        right: 0;
        left: auto
    }
}

@media (min-width: 1200px) {
    .dropdown-menu-xl-right {
        right: 0;
        left: auto
    }
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

@media (min-width: 576px) {
    .dropdown-menu-sm-left {
        right: auto;
        left: 0
    }
}

@media (min-width: 768px) {
    .dropdown-menu-md-left {
        right: auto;
        left: 0
    }
}

@media (min-width: 992px) {
    .dropdown-menu-lg-left {
        right: auto;
        left: 0
    }
}

@media (min-width: 1200px) {
    .dropdown-menu-xl-left {
        right: auto;
        left: 0
    }
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .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: .125rem
}

.dropright .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .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: .125rem
}

.dropleft .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    display: none
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .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: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.dropdown-item:first-child {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px)
}

.dropdown-item:last-child {
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px)
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    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: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #6c757d;
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: .25rem 1.5rem;
    color: #212529
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle
}

.btn-group>.btn,
.btn-group-vertical>.btn {
    position: relative;
    -ms-flex: 1 1 auto;
    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: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.btn-toolbar .input-group {
    width: auto
}
.input-group-prepend svg {
    width: 24px;
    height: 24px;
}

.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: .5625rem;
    padding-left: .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: .375rem;
    padding-left: .375rem
}

.btn-lg+.dropdown-toggle-split,
.btn-group-lg>.btn+.dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn-group-vertical {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    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
}

@media screen and (prefers-reduced-motion: reduce) {

    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
        transition: none
    }
}

.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem
}

.navbar>.container,
.navbar>.container-fluid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .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: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    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: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem
}

.navbar-toggler:hover,
.navbar-toggler:focus {
    text-decoration: none
}

.navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer
}

.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 {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 576px) {
    .navbar-expand-sm {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-sm .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-sm .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-sm .navbar-toggler {
        display: none
    }
}

@media (max-width: 767.98px) {

    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 768px) {
    .navbar-expand-md {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-md .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-md .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-md .navbar-toggler {
        display: none
    }
}

@media (max-width: 991.98px) {

    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-lg .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-lg .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }
}

@media (max-width: 1199.98px) {

    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 1200px) {
    .navbar-expand-xl {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-xl .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-xl .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-xl .navbar-toggler {
        display: none
    }
}

.navbar-expand {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
    padding-right: 0;
    padding-left: 0
}

.navbar-expand .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.navbar-expand .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    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 viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0,0,0,0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' 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: #fff
}

.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
    color: #fff
}

.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: #fff
}

.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 viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255,255,255,0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' 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: #fff
}

.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
    color: #fff
}

.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.close:hover {
    color: #000;
    text-decoration: none
}

.close:not(:disabled):not(.disabled) {
    cursor: pointer
}

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
    opacity: .75
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

a.close.disabled {
    pointer-events: none
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.rounded {
    border-radius: .25rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-0 {
    border-radius: 0 !important
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
}

.flex-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
}

.flex-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
}

.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}

.overflow-auto {
    overflow: auto !important;
}

.overflow-hidden {
    overflow: hidden !important;
}

.position-static {
    position: static !important;
}

.position-relative {
    position: relative !important;
}

.position-absolute {
    position: absolute !important;
}

.position-fixed {
    position: fixed !important;
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
    box-shadow: none !important;
}

.text-body {
    color: #212529 !important;
}

.text-decoration-none {
    text-decoration: none !important;
}

.visible {
    visibility: visible !important;
}

.invisible {
    visibility: hidden !important;
}

.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none;
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    animation-name: fadeOut;
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.owl-height {
    transition: height .5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease;
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

body {
    background: #fff;
    color: #666;
    font-family: "DIN Pro", sans-serif;
    font-size: 18px;
    overflow-x: hidden;
    padding: 0;
    margin: 0;
    width: 100%;
}

body.not-front {
    margin-top: 92px;
}

:focus {
    outline: unset !important;
    box-shadow: unset !important;
}

img,
svg {
    max-width: 100%;
}

a {
    color: #d80000;
    transition: .25s;
}
.academy-page a {
    color: #d80000 !important;
    text-decoration: none !important;
}

a:hover,
a:active,
a:focus {
    color: #d80000;
    outline: none;
    text-decoration: none;
}

a:not([href]):not([tabindex]) {
    cursor: pointer;
}

p {
    padding: 0;
    margin: 0 0 15px;
    font-weight: 100;
    color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    margin: 0 0 20px;
    padding: 0;
}

section h3 {
    font-weight: 100;
}

hr {
    margin-top: 2rem;
    margin-bottom: 2rem;
    border: 0;
    width: 100%;
    border-top: 1px dotted #d80000;
}

.text-primary {
    color: #988683 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    background: #d80000;
    color: #fff;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 1;
    font-size: 16px;
    border-radius: 50%;
    right: 15px;
    bottom: 15px;
    transition: background .5s;
    z-index: 100;
    padding-top: 5px;
}

.back-to-top i {
    padding-top: 0;
    color: #fff;
    font-size: 32px;
}

.aboutUs {
    background: #fff;
}

.aboutUs svg {
    height: 80px;
    width: 80px;
    fill: #d80000;
}

.aboutUs img {
    height: 80px;
    width: 80px;
    fill: #d80000;
}

.aboutUs .box {
    padding: 30px;
    margin: 50px 25px;
    text-align: center;
    background: linear-gradient(to top, #ece7e7, #f9f9f9);
    /* box-shadow: 0 18px 27px -23px rgba(0, 0, 0, 0.3); */
    flex: 0 0 calc(33.333333% - 50px);
    max-width: calc(33.333333% - 50px);
    transition: all .2s linear;
}

.aboutUs .box:hover {
    box-shadow: 0 18px 63px -35px rgba(0, 0, 0, 0.5);
}

@media (max-width: 991px) {
    .aboutUs .box {
        flex: 0 0 100%;
        max-width: 100%;
        margin: 30px auto 0;
    }

    .aboutUs p {
        font-size: 18px;
        line-height: 20px;
    }

    .aboutUs .box:last-child {
        margin-bottom: 30px;
    }
}

@media (max-width: 600px) {
    .aboutUs .box {
        max-width: 90%;
    }
}

.aboutUs i:before {
    color: #df0000;
    font-size: 48px;
    display: inline-block;
    line-height: 1;
}

.aboutUs i {
    width: 90px;
    height: 90px;
    border: 2px solid #c0a89c;
    padding: 20px 20px 0 0;
    display: block;
    margin: 0 auto;
    border-radius: 9px;
    transition: all .2s linear;
}

.aboutUs .box:hover i {
    border: 2px solid rgba(214, 192, 173, 0.17);
    transform: scale(1.05);
}

.aboutUs.box:hover {
    box-shadow: 0 18px 63px -35px rgba(0, 0, 0, 0.5);
}

.aboutUs h4 {
    margin: 15px 0;
    font-size: 36px;
    font-weight: 500;
    color: #1b1b1b;
}

.aboutUs h4 a {
    color: #fff;
}

.aboutUs h4 a:hover {
    color: #d80000;
}

.aboutUs p {
    font-size: 16px;
    line-height: 24px;
    color: #1b1b1b;
    margin-bottom: 0;
    font-weight: 500;
}

#aboutPlatform {
    background: url(/images/bg-loyal-min-min.jpg) center top no-repeat fixed;
    background-size: cover;
    padding: 60px 0 40px;
    position: relative;
}

#aboutPlatform:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(244, 243, 245, 0.91);
    z-index: 0;
}

#aboutPlatform .section-header h3 {
    font-size: 45px;
    width: auto;
    text-align: center;
}

#aboutPlatform .section-header h3 b {
    background: #d80000;
    color: #fff;
    width: auto;
    padding: 15px 45px;
    margin: 5px auto 31px;
    font-weight: 100;
    display: inline-block;
    font-size: 45px;
    text-align: center;
}

#aboutPlatform img {
    margin-top: 70px;
    height: 291px;
}

#aboutPlatform .section-header h3 {
    text-align: center !important;
}

#aboutPlatform .section-header h3,
#aboutPlatform .section-header p {
    line-height: 27px;
    font-size: 19px;
    padding-top: 4px;
    margin: 0 0 11px;
    text-align: left;
}

#aboutPlatform .section-header p span {
    display: block;
    margin: 15px 0;
    font-size: 25px;
    font-weight: 400;
    color: #585858;
    font-style: italic;
}

.robotic_info-attention {
    font-size: 14px !important;
    font-weight: bold !important;
}

#text {
    font-style: italic;
    background: #d80000;
    background: url(/images/bg-offer-min_232134.jpg) center center / cover no-repeat fixed;
    background-position: center center;
    color: #fff;
    z-index: 11;
    position: relative;
    padding: 25px 0;
    font-size: 32px;
    font-weight: 100;
    text-align: center;
}

.packet_info {
    background: url(/images/bg-loyal-min-min.jpg) center top no-repeat fixed;
    background-size: cover;
    padding: 60px 0 40px;
    position: relative;
}

.packet_info:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(244, 243, 245, 0.91);
    z-index: 0;
}

.packet-wrap {
    background: #fff;
    border-radius: 15px;
    position: relative;
    height: auto;
    transition: all .2s linear;
    margin: 20px;
    box-shadow: 0 30px 35px -24px #544243;
}

.packet-wrap.hovered {
    box-shadow: 0 34px 35px -24px #544243;
}

.pack-subtitle {
    display: block;
    position: absolute;
    margin: 0 auto;
    padding: 0 14px;
    width: auto;
    text-align: right;
    top: 10px;
    right: 10px;
    color: #d80000;
    font-size: 16px;
    border-radius: 22px 5px 23px 5px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 2px 8px 10px -7px #0009;
}

.media-body p {
    font-size: 12px !important;
    margin-bottom: 5px !important;
    line-height: 1;
    font-weight: 400;
}

.packet-wrap h2 {
    color: #000;
    width: fit-content;
    position: relative;
    display: block;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    padding: 10px 27px;
    margin: -21px auto 0;
    background: #fff;
    border-radius: 10px;
}

.pack-content {
    text-align: center;
    color: #d80000;
    font-weight: 600;
    padding: 0 20px;
    min-height: 56px;
}

#packets-1 {
    /*margin-bottom: 100px;*/
}
#packets-1 .pack-content {
    min-height: 35px !important;
}
#packets-1 .img div {
    height: 275px !important;
}
#packets-1 .section-title {
    margin-bottom: 0 !important;
}
#packets-1 .section-title-description {
    margin-bottom: 40px !important;
    font-size: 18px;
}

.packet-wrap p {
    font-size: 16px;
    line-height: 24px;
    color: #333;
    margin-bottom: 0;
    padding: 0 20px 20px;
    text-align: center;
}

.packet-wrap .btn {
    display: block;
    background: #544243;
    color: #fff !important;
    text-transform: uppercase;
    border: 1px solid #dedede00;
    font-weight: 100;
    border-radius: 0 0 15px 15px;
    margin: 14px -20px -21px;
    width: calc(100% + 40px);
}

.packet-wrap .img {
    position: relative;
    overflow: hidden;
}

.packet-wrap img {
    border-radius: 15px 15px 0 0;
    width: 100%;
    height: auto;
    vertical-align: middle;
    border-style: none;
}

.packet .container-fluid {
    max-width: 1400px;
    margin: 0 auto;
}

.vip {
    width: 85px;
    height: 88px;
    overflow: hidden;
    position: absolute;
    top: -3px;
    left: -4px;
}

.vip-content {
    font: bold 15px Sans-Serif;
    text-align: center;
    transform: rotate(-45deg);
    text-shadow: rgba(255, 255, 255, 0.5) 0 1px 0;
    position: relative;
    padding: 8px 0;
    left: -30px;
    top: 13px;
    width: 120px;
    background: #d80000;
    background: linear-gradient(to bottom, #e88 0%, #d80000 100%);
    color: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3)
}

.vip-content:before,
.vip-content:after {
    content: "";
    border-top: 3px solid #655353;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    position: absolute;
    bottom: -3px
}

.vip-content:before {
    left: 0
}

#steps {
    max-width: 94%;
    margin: 60px auto 80px;
    padding: 30px;
    position: relative;
    background: url(/images/bg-loyal-min-min.jpg) center center / cover no-repeat fixed;
    background-position: center center;
    box-shadow: rgba(0, 0, 0, 0.3) 0 18px 27px -23px;
    transition: all .2s linear 0;
    border-radius: 16px;
}
#steps .container {
    margin: 0;
    max-width: 100%;
}

@media only screen and (min-width: 1200px) {
    #steps {
        padding: 60px 30px;
        margin: 30px auto
    }
}

#steps [class^="vista-"] {
    width: 100%;
}

#steps:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    background: rgba(241, 241, 241, 0.87);
    border-radius: 15px;
}

#steps h2,.aboutUs h2 {
    font-size: 45px;
    width: auto;
    text-align: center;
    font-weight: 100;
    color: #4d2c27;
    text-transform: uppercase;
    position: relative
}

#steps h2 span, .aboutUs h2 span,.section-title span {
    font-weight: 100;
    color: #d80000
}

#monitoring .section-title {
    margin-bottom: 10px !important;
}
.section-title-description {
    z-index: 1;
    padding: 0;
    margin: 0 0 25px;
    color: #111;
    text-align: center;
}

#steps p {
    padding: 0;
    margin: 0 0 25px;
    color: #111;
    text-align: center
}

#steps .box i {
    position: absolute;
    top: 70px;
    right: -8px;
    font-size: 25px;
    font-weight: 600;
    color: #d80000
}

#steps .row {
    margin: 0 auto;
}

#steps .hvr-grow {
    text-align: center
}

span[class*="vista"] {
    font-size: 80px;
    display: inline-block
}

#steps .hvr-grow {
    display: inline-block;
}
#steps .hvr-grow img {
    width: 100px;

}
#steps .steps-blocks {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
#steps .steps-block {
    position: relative;
    display: flex;
    align-items: center;
}
#steps .steps-block i {
    color: #d40000;
}

#advantages {
    /*background: url(/images/buy-sell-3.jpg) center center / cover no-repeat fixed;*/
    position: relative;
    z-index: 23;
    padding: 60px 0 100px
}

#advantages .hvr-float p {
    text-align: center
}

#advantages .text-center {
    text-align: center !important
}

#advantages h2 {
    margin: 0;
    padding-top: 40px;
    font-size: 45px;
    font-weight: 100;
    margin-bottom: 55px;
    position: relative;
    z-index: 23;
    margin-block-start: 0;
    margin-block-end: 0;
    text-align: center;
    text-transform: uppercase
}

#advantages h2 b {
    font-weight: 100;
    color: #d80000
}

.advantages_content {
    text-align: left;
    /*box-shadow: rgba(0, 0, 0, 0.3) 0 18px 27px -23px;*/
    padding: 28px;
    margin: 31px auto 52px;
    background: #fff;
    transition: all .2s linear 0;
    border-radius: 15px;
}
.advantages_content img {
    border-radius: 15px;
}

.advantages_content h4 {
    /*margin-top: 40px*/
}

.advantages_content p {
    padding: 0;
    margin: 0 0 7px
}

.advantages_content i {
    color: #d80000;
    margin-right: 17px
}

.hightlight {
    margin-top: 23px;
    color: #bc0000;
    font-size: 28px;
    font-weight: 400
}

#advantages .btn,
#copytrading .btn,
#understand .btn,
.i-info .btn,
.record-cons a {
    background: #dc3545;
    color: #fff;
    margin-top: 20px;
    font-size: 18px;
    padding-left: 45px;
    padding-right: 45px;
    border: 1px solid #5f474542;
    outline: none;
    transition: 0.3s;
}

.record-cons:hover a {
    background: #dc3545;
    transform: scale(1.02);
}

#robotic_info {
    padding: 60px 0;
    position: relative;
    background: url(/images/robotic78888.jpg);
    background-size: cover;
    background-position: center;
    color: #fff
}

#robotic_info .btn-outline-primary {
    background: none;
    border: 2px solid #d40000;
    outline: none;
    color: #d40000;
    max-width: 300px;
    margin: 25px auto;
}

#robotic_info .btn-primary {
    background: white;
    border: 2px solid white;
    outline: none;
    color: #d40000;
    font-weight: bold;
    max-width: 300px;
    margin: 25px auto;
}

#robotic_info:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

#robotic_info .btn-primary:hover {
    background: #d40000;
    color: white;
    border-color: #d40000;
}

#robotic_info h2 {
    text-transform: uppercase;
    padding-top: 10px;
    font-weight: 100;
    font-size: 45px;
    color: #fff !important
}

#robotic_info h2 span {
    font-weight: 400;
    color: #2f0505 !important;
    background: #fff;
    padding: 0 10px;
    border-radius: 6px
}

#robotic_info p {
    color: #fff;
    width: 100%
}

.alf_block {
    width: 100%;
    display: contents
}

.alf_block p {
    font-size: 25px;
    text-align: center;
    margin-top: 30px;
    text-transform: uppercase
}

.alf_block .card {
    background: #ffffffbd;
    margin-right: 30px;
    max-width: calc(33% - 30px);
    width: calc(30% - 7px);
    border: unset;
    margin-bottom: 15px;
}

.alf_block .robot-item {
    padding: 10px;
    background: #fff;
    border-radius: 10px;
}

.alf_block .robot-item h4 {
    cursor: pointer;
    color: #d80000;
    margin: 0;
    padding: 0;
    text-align: center;
}

#copytrading {
    padding: 80px 0;
    background: url(/images/bg-loyal-min-min.jpg) center top no-repeat fixed;
    background-size: cover;
    position: relative
}

#copytrading:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.91)
}

#copytrading h2 {
    margin-bottom: 45px;
    color: #d00000;
    text-transform: uppercase;
    text-align: center;
    font-weight: 300;
    font-size: 45px
}

#copytrading h2 b {
    font-weight: 300;
    color: #000
}

#copytrading .container-fluid {
    max-width: 1600px;
    margin: 0 auto
}

.sub_info {
    text-align: center;
    font-size: 23px;
    margin: 4px 0 42px;
    background: #a5959612;
    color: #ac0000;
    padding: 22px 35px;
    border-radius: 15px;
    position: relative;
    z-index: 10;
}

@media screen and (max-width:998px) {
    #blog {
        display: none;
    }
}

#blog {
    padding: 80px 0
}

#blog .container-fluid {
    max-width: 1400px;
    margin: 0 auto;
    overflow: hidden;
}

#blog h2 {
    margin: 0 0 60px;
    font-size: 45px;
    color: #4d2c27;
    text-transform: uppercase;
    text-align: center;
    font-weight: 300;
    position: relative
}

#blog h2 b {
    color: #d80000
}

#blog h3 {
    margin: 0 0 20px;
    background: #f3f1f1;
    padding: 5px 10px;
    font-weight: 500;
    text-align: left
}

#blog h3 b,
#blog h4 b {
    color: #d80000
}

#blog .box-tabs {
    padding-top: 10px;
    background: #e6dfdf;
    background: -webkit-linear-gradient(bottom, #e0e0e0, #ececec);
    background: -moz-linear-gradient(bottom, #e0e0e0, #ececec);
    background: linear-gradient(to top, #ece7e7, #f9f9f9);
    box-shadow: 0 18px 27px -23px rgba(0, 0, 0, 0.3)
}

header.section-header h4 {
    background: #f3f1f1;
    padding: 5px 10px
}

#blog .btn {
    max-width: 182px;
    margin-top: 20px;
    display: block
}

.blog-box-content h4 {
    font-size: inherit;
    margin-bottom: 5px
}

.blog-box-content a.btn.btn-default.site-btn {
    background: #f6f4f4;
    width: auto !important
}

.blog-box .blog-box-image {
    margin-bottom: 10px
}

.box_all_news h4 {
    height: 60px;
    font-size: initial
}

#action {
    height: 60vh;
    min-height: 500px
}

.action-slider .item {
    height: 100%;
    background-size: cover !important;
    width: 100%;
    padding: 45px 75px
}

.slider-content {
    max-width: 1400px;
    margin: 0 auto;
    height: 100%
}

.slider-content .row {
    height: 100%;
    align-items: center;
    justify-content: flex-start
}

.slider-content .title {
    line-height: 27px;
    font-size: 18px;
    text-transform: uppercase;
    background: #633d36;
    color: #fff;
    padding: 3px 18px;
    display: inline;
    margin: 0 auto 30px
}

@media screen and (max-width: 768px) {
    .slider-content .title {
        background: transparent;
        padding: 0;
    }

    .slider-content .title > span {
        background: #633d36;
        padding: 1px 15px;
        display: inline-block;
        margin-bottom: 1px;
        margin-right: 100vw;
    }
}

.slider-content h2 {
    font-weight: 900;
    color: #d80000;
    font-size: 2.5rem;
    text-transform: uppercase;
    line-height: 1.2;
    margin-top: 15px;
    height: 100px
}

.slider-content h2.white {
    color: #fff
}

.slider-content .subtitle {
    font-weight: 900;
    color: #492a25;
    font-size: 2.5rem;
    text-transform: uppercase;
    line-height: 1.2;
    margin-top: 15px;
    height: 50px
}

.slider-content .more {
    color: #fff;
    margin-top: 30px;
    font-size: 16px
}

.slider-content span.little {
    font-weight: 300;
    display: block;
    color: #492a25;
    font-size: 16px !important;
    text-transform: uppercase;
    line-height: 1.2
}

.slider-content .btn {
    display: inline-block;
    padding: 10px 35px;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #d80000;
    color: #d80000;
    font-size: 18px !important;
    margin-left: 5%
}

.slider-content img {
    max-width: 400px;
    margin: 0 auto;
    cursor: pointer;
    display: inline-block;
    transition: all .5s ease
}

.slider-content img:hover,
.slider-content img:focus {
    transform: rotate(15deg) scale(1.05)
}

@media screen and (min-width: 998px) and (max-width: 1300px) {
    .slider-content h2 {
        height: 200px;
    }

    .slider-content .subtitle {
        height: 100px;
    }
}

@media screen and (max-width: 998px) {
    .slider-content h2 {
        font-size: 26px;
        height: 120px;
    }

    .slider-content .subtitle {
        font-size: 26px;
        height: 80px;
    }
}

[class^="vista-"] {
    clear: both;
    display: block;
    position: relative;
    margin: 0 auto 4px;
    border: none;
    border-radius: 3px;
    width: 70px;
    padding: 10px;
    font-size: 50px
}

#advantages [class^="vista-"] {
    width: 100px;
}

#garant {
    /*background: #ececec;*/
    /*background-size: cover;*/
    /*padding: 60px 0;*/
    /*background: url(/images/garant-bg-1-min.jpg) center top no-repeat fixed;*/
    /*background-size: cover;*/
    /*background-position: center;*/
    color: #fff;

    position: relative;
    z-index: 8
}

.garant__item {
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    margin: 0 0 15px;
    position: relative
}

.garant__item svg {
    height: 80px;
    width: 80px;
    fill: #565656
}

.garant__item #sheld {
    fill: #d80000;
    width: 36px;
    height: 36px;
    position: absolute;
    top: 40px;
    left: calc(50% + 10px)
}

/*#garant::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    left: 0;*/
/*    right: 0;*/
/*    top: 0;*/
/*    bottom: 0;*/
/*    background: rgba(255, 255, 255, 0.87);*/
/*    z-index: 9*/
/*}*/

#garant .container {
    padding: 40px 0;
    z-index: 31;
    position: relative
}

#garant h3 {
    color: #4d2c27;
    font-weight: 100;
    text-align: center
}

#garant h3 b {
    color: #d80000;
    margin-bottom: 0;
    display: inline-block;
    font-weight: 100;
    background: none;
    padding: 0
}

#garant .section-header p {
    display: block;
    font-size: 25px;
    font-weight: 400;
    color: #585858;
    font-style: italic;
    text-align: center
}

#garant p {
    color: #565656;
    text-align: center
}

#garant i {
    color: #f1aeae
}

#garant .flaticon-secure-shield:before {
    font-size: 166px !important;
    line-height: 193px
}

#garant .cta-btn {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 28px;
    border-radius: 25px;
    transition: .5s;
    margin-top: 10px;
    border: 2px solid #fff;
    color: #fff
}

#garant .cta-btn:hover {
    background: #d80000;
    border: 2px solid #d80000
}

#garant .section-header {
    /*margin-bottom: 50px*/
}

footer {
    background: #000;
    padding: 0 0 10px;
    color: #eee;
    font-size: 13px
}

footer .container {
    max-width: 1400px;
    padding: 40px 0;
    z-index: 31;
    position: relative;
    padding: 15px
}

footer .footer-top {
    background: #111;
    padding: 60px 0 0
}

footer .footer-top .footer-info {
    margin-bottom: 30px
}

footer .footer-top h3 a {
    color: #fff;
    text-decoration: none;
}

footer .footer-top h3:hover a {
    color: #c5c5c5
}

footer .footer-top h3 img {
    margin-right: 8px
}

footer .footer-top .footer-info h3 {
    font-size: 20px;
    margin: 0 0 20px;
    padding: 2px 0;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 1px;
    width: 240px;
    flex-wrap: nowrap;
    flex: 0 0 240px
}

footer .footer-top .footer-info h3 img {
    height: 26px;
    width: 26px
}

footer .footer-top .footer-info p {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 12px;
    color: #eee
}

footer .footer-top .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #333;
    color: #eee;
    line-height: 1;
    padding: 8px 0;
    margin-right: 20px;
    border: 2px solid transparent;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: .3s
}

footer .footer-top .social-links a:hover {
    color: #d80000
}

footer .footer-top h4 {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 12px
}

footer .footer-contacts span {
    font-weight: 300;
    left: -20px;
    position: relative;
    line-height: 15px
}

footer h4:before,
footer h4:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px
}

footer h4::before {
    right: 0;
    background: #555
}

footer h4:after {
    background: #d80000;
    width: 60px
}

footer .footer-links {
    margin-bottom: 30px
}

footer .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0
}

footer .footer-links ul i {
    padding-right: 0;
    color: #ddd;
    position: relative;
    left: -14px;
    float: left;
    margin: 0 0 0 -6px
}

footer .footer-links ul li {
    padding: 5px 0 0 22px
}

footer .footer-links ul li:first-child {
    padding-top: 0
}

footer .footer-links a {
    color: #eee;
    transition: all .5s ease;
    margin-left: -20px;
    text-decoration: none;
}

footer .footer-links a:hover,
footer .footer-links a:focus {
    color: #d80000
}

footer .footer-contact {
    margin-bottom: 30px
}

footer .footer-contact p {
    line-height: 26px
}

.copyright {
    text-align: center;
    padding-top: 10px
}

.action_title {
    height: 100px
}

[class*="action_title"] .new,
[class*="slide-title"] .new,
[class*="action-"] .new {
    opacity: 0
}

[class*="slide-title"],
[class*="action_title"],
[class^="action-"] {
    display: none
}

[class*="slide-title"] .div_opacity,
[class*="action_title"] .div_opacity,
[class*="action-"] .div_opacity {
    -webkit-transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -ms-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
    opacity: 1
}

[class*="action-"] .div_opacity {
    text-shadow: 1px 1px 0 rgb(0, 0, 0, .15)
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-webkit-keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}
.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@font-face {
    font-family: 'security';
    src: url(font/security/fonts/security.eot?t93wje);
    src: url(font/security/fonts/security.eot?t93wje#iefix) format("embedded-opentype"), url(font/security/fonts/security.ttf?t93wje) format("truetype"), url(font/security/fonts/security.woff?t93wje) format("woff"), url(font/security/fonts/security.svg?t93wje#security) format("svg");
    font-weight: 400;
    font-style: normal
}

[class^="security-"],
[class*=" security-"] {
    font-family: 'security' !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    clear: both;
    display: block;
    position: relative;
    width: 110px;
    text-align: center;
    font-size: 80px;
    margin: 0 auto 17px
}

.security-authentication .path1:before {
    content: "\e900";
    color: #000
}

.security-authentication .path2:before {
    content: "\e901";
    margin-left: -1.3330078125em;
    color: #000
}

.security-authentication .path3:before {
    content: "\e902";
    margin-left: -1.3330078125em;
    color: #d80000
}

.security-authentication .path4:before {
    content: "\e903";
    margin-left: -1.3330078125em;
    color: #d80000
}

.security-authentication .path5:before {
    content: "\e904";
    margin-left: -1.3330078125em;
    color: #d80000
}

.security-authentication .path6:before {
    content: "\e905";
    margin-left: -1.3330078125em;
    color: #d80000
}

.security-certificate .path1:before {
    content: "\e906";
    color: #000
}

.security-certificate .path2:before {
    content: "\e907";
    margin-left: -.994140625em;
    color: #000
}

.security-certificate .path3:before {
    content: "\e908";
    margin-left: -.994140625em;
    color: #000
}

.security-certificate .path4:before {
    content: "\e909";
    margin-left: -.994140625em;
    color: #000
}

.security-certificate .path5:before {
    content: "\e90a";
    margin-left: -.994140625em;
    color: #d80000
}

.security-certificate .path6:before {
    content: "\e90b";
    margin-left: -.994140625em;
    color: #d80000
}

.security-umbrella .path1:before {
    content: "\e90c";
    color: #d80000
}

.security-umbrella .path2:before {
    content: "\e90d";
    margin-left: -1em;
    color: #d80000
}

.security-umbrella .path3:before {
    content: "\e90e";
    margin-left: -1em;
    color: #000
}

.security-warranty .path1:before {
    content: "\e90f";
    color: #d80000
}

.security-warranty .path2:before {
    content: "\e910";
    margin-left: -1em;
    color: #d80000
}

.security-warranty .path3:before {
    content: "\e911";
    margin-left: -1em;
    color: #000
}

.security-warranty .path4:before {
    content: "\e912";
    margin-left: -1em;
    color: #000
}

.security-warranty .path5:before {
    content: "\e913";
    margin-left: -1em;
    color: #000
}

.security-warranty .path6:before {
    content: "\e914";
    margin-left: -1em;
    color: #000
}

.security-warranty .path7:before {
    content: "\e915";
    margin-left: -1em;
    color: #000
}

.security-warranty .path8:before {
    content: "\e916";
    margin-left: -1em;
    color: #000
}

.security-warranty .path9:before {
    content: "\e917";
    margin-left: -1em;
    color: #000
}

.security-warranty .path10:before {
    content: "\e918";
    margin-left: -1em;
    color: #000
}

.security-warranty .path11:before {
    content: "\e919";
    margin-left: -1em;
    color: #000
}

.security-warranty .path12:before {
    content: "\e91a";
    margin-left: -1em;
    color: #000
}

.security-warranty .path13:before {
    content: "\e91b";
    margin-left: -1em;
    color: #000
}

body {
    overflow-x: hidden
}

.kurgin_hidden_debug {
    display: none !important;
}

.goToConsultButton {
    background-color: #fff;
    color: #d80000!important;
    border-radius: 5px;
    border: 2px solid #d00000;
    padding: 7px 10px!important;
}

@media only screen and (max-width: 998px) and (min-width: 769px) {
    .nav-menu a {
        font-size: 12px
    }
}

@media only screen and (max-width:769px) {
    .hidden-lg {
        display: none !important
    }
}

@media only screen and (min-width: 1315px) {
    .hidden-md {
        display: none !important
    }

    .nav-menu>li {
        height: 30px
    }
}

@media only screen and (max-width: 1315px) and (min-width: 998px) {
    #header .container-fluid {
        display: flex;
        justify-content: space-between;
        align-items: center
    }

    #header .container-fluid a {
        font-size: .875em
    }

    #header .nav-menu {
        display: flex
    }
}

@media only screen and (max-width: 770px) {
    .main-wrapper {
        margin: 0;
        padding: 0
    }

    .footer-social p {
        color: #fff
    }

    .icon-main:before,
    .alfaicon-cabinet:before,
    #mobile-nav .nav-menu li>ul a:before {
        margin-right: 5px;
        font-size: 14px
    }

    .hidden-sm {
        display: none
    }

    #mobile-nav .nav-menu li {
        float: none
    }

    .col-sm-6 {
        width: 50%
    }

    #garant p {
        font-size: .875em
    }

    #garant .section-header p {
        font-size: .875em
    }

    #garant h3 {
        font-size: 1.5em
    }

    #garant .hightlight {
        font-size: 22px
    }

    #garant .hightlight .text-right {
        margin-right: 30px
    }

    .scroll {
        margin-top: 20px !important
    }
}

@media only screen and (max-width:998px) {

    #steps,
    #text {
        display: none
    }

    .nav-menu ul {
        padding: 0 0 5px
    }

    .nav-menu ul.active.nav-child {
        opacity: 1 !important;
        display: block !important
    }

    #garant,
    #copytrading,
    #robotic_info,
    #advantages,
    #aboutPlatform {
        padding: 30px 0
    }

    #aboutPlatform .section-header h3 b {
        margin: 0;
        padding: 15px 0;
        width: 100%;
    }

    #nav-menu-container-right {
        height: calc(100vh - 60px)
    }

    #aboutPlatform .section-header h3,
    #aboutPlatform .section-header p {
        line-height: 22px;
        font-size: 15px
    }

    .packet_info {
        padding: 0 0 30px
    }

    .packet-wrap {
        margin: 15px 0
    }

    .packet-wrap h2 {
        font-size: 15px
    }

    .pack-content {
        font-size: 14px
    }

    .pack-subtitle {
        font-size: 12px
    }

    #advantages h2 {
        padding-top: 10px;
        word-break: normal;
        font-size: 37px;
    }

    .advantages_content h4 {
        margin: 0 0 10px;
        font-size: 16px
    }

    .advantages_content p {
        font-size: 14px
    }

    .hightlight {
        margin-top: 20px;
        font-size: 20px;
        text-align: center
    }

    .hvr-float p {
        font-size: 12px;
        text-align: center
    }

    #advantages .btn,
    #copytrading .btn,
    #understand .btn {
        margin: 10px auto 0;
        display: block;
        font-size: 16px
    }

    #copytrading h2,
    #robotic_info h2 {
        padding: 0;
        font-size: 28px
    }

    #copytrading p,
    #robotic_info p {
        font-size: 14px
    }

    .alf_block .robot-item h4 {
        color: #d80000;
        font-size: 14px;
        text-align: center
    }

    #copytrading h2 {
        margin-bottom: 20px
    }

    .sub_info {
        font-size: 20px;
        margin: 0 0 10px;
        padding: 20px 30px
    }

    .action-slider .item {
        padding: 30px 60px;
        background-position: 60% center !important
    }

    .owl-nav {
        padding: 0 15px
    }

    /*.slider-content h2,
    .slider-content .subtitle {
        font-size: 26px;
        height: 52px
    }*/

    .slider-content .more {
        margin-top: 15px
    }

    /* .slider-content .more span {
        display: none
    } */

    .slider-content .btn {
        margin: 0
    }

    #garant .container {
        padding: 0
    }

    #garant h3 {
        text-align: center;
        margin: 0
    }

    #garant p {
        text-align: center;
        font-size: 14px
    }

    footer .footer-top .footer-info h3 {
        width: 240px;
        display: flex;
        flex-wrap: nowrap;
        flex: 0 0 240px
    }

    .media-body {
        display: none
    }

    .copyright {
        padding: 0;
        font-size: 12px
    }

    footer .container {
        padding: 0 15px
    }

    footer .footer-top {
        padding: 20px 0 0
    }

    footer .footer-top .footer-info h3 {
        font-size: 20px;
        margin: 0
    }

    footer .footer-top .footer-info h3 img {
        width: 26px;
        height: 26px
    }
}

@media only screen and (max-width:776px) {
    .col-xs-12 {
        max-width: 100%;
        flex: 0 0 100%
    }

    #aboutPlatform img {
        margin: 10px 0;
    }

    #packets-2,
    #packets-1 {
        max-width: 400px;
        margin: 0 auto
    }

    .pack-subtitle {
        font-size: 16px
    }

    /* #copytrading img,
    #advantages img {
        display: none
    } */

    #action {
        height: 80vh;
        min-height: 400px
    }

    .aboutUs svg {
        height: 60px;
        width: 60px
    }

    .aboutUs h4 {
        margin: 10px 0;
        font-size: 30px
    }

    .aboutUs p {
        line-height: 20px;
        font-size: 14px
    }

    .aboutUs .box {
        max-width: 300px
    }
    .alf_block .card {
        margin-right: 22px;
        margin-left: 22px;
        max-width: calc(29% - 30px);
    }
}
@media screen and (max-width: 873px) {
    .alf_block .card {
        max-width: calc(50% - 30px);
        width: calc(50% - 7px);
    }
}
@media screen and (max-width: 776px) {
    .alf_block .card {
        max-width: calc(40% - 30px);
        width: calc(40% - 7px);
    }
}
@media screen and (max-width: 406px) {
    .alf_block .card {
        max-width: calc(100% - 30px);
        width: calc(100% - 7px);
    }
}

::-webkit-scrollbar-button {
    background-repeat: no-repeat;
    width: 4px;
    height: 4px;
    border-radius: 2px
}

::-webkit-scrollbar-track {
    background-color: transparent
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0;
    background: #d80000;
    background: -moz-linear-gradient(top, #d80000 0%, #900 100%);
    background: -webkit-linear-gradient(top, #d80000 0%, #900 100%);
    background: linear-gradient(to bottom, #d80000 0%, #900 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d80000', endColorstr='#990000', GradientType=0);
    border-radius: 6px
}

::-webkit-scrollbar-thumb:hover {
    background-color: #d80000
}

::-webkit-resizer {
    background-image: url();
    background-repeat: no-repeat;
    width: 12px;
    height: 0
}

::-webkit-scrollbar {
    width: 4px
}

body.compensate-for-scrollbar {
    overflow: hidden
}

.fancybox-active {
    height: auto
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992
}

.fancybox-container * {
    box-sizing: border-box
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0 ease .25s;
    visibility: hidden;
    z-index: 99997
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0 ease 0;
    visibility: visible
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-toolbar {
    right: 0;
    top: 0
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994
}

.fancybox-slide:before {
    content: "";
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
    display: block
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0
}

.fancybox-slide--image:before {
    display: none
}

.fancybox-slide--html {
    padding: 6px
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in
}

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
    cursor: grab
}

.fancybox-is-grabbing .fancybox-content {
    cursor: grabbing
}

.fancybox-container [data-selectable=true] {
    cursor: text
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%
}

.fancybox-slide--video .fancybox-content {
    background: #000
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff
}

.fancybox-iframe,
.fancybox-video {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%
}

.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0
}

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
    color: #ccc
}

.fancybox-button:hover {
    color: #fff
}

.fancybox-button:focus {
    outline: none
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none
}

.fancybox-button div {
    height: 100%
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0
}

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
    display: none
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998
}

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none
}

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px
}

.fancybox-navigation .fancybox-button div {
    padding: 7px
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right)
}

.fancybox-caption {
    background: linear-gradient(0deg, rgba(0, 0, 0, .85) 0, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, transparent);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996
}

.fancybox-caption--separate {
    margin-top: -50px
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline
}

.fancybox-loading {
    animation: a 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999
}

@keyframes a {
    to {
        transform: rotate(1turn)
    }
}

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translateZ(0)
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5, .5, .5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    transform: rotate(-1turn)
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    transform: rotate(1turn)
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    transform: rotate(0deg)
}

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1) translateZ(0)
}

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translateZ(0) scale(1)
}

@media (max-height:576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px
    }

    .fancybox-slide--image {
        padding: 6px 0
    }

    .fancybox-close-small {
        right: -6px
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px
    }
}

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px
}

.fancybox-share p {
    margin: 0;
    padding: 0
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
    color: #fff
}

.fancybox-share__button:hover {
    text-decoration: none
}

.fancybox-share__button--fb {
    background: #3b5998
}

.fancybox-share__button--fb:hover {
    background: #344e86
}

.fancybox-share__button--pt {
    background: #bd081d
}

.fancybox-share__button--pt:hover {
    background: #aa0719
}

.fancybox-share__button--tw {
    background: #1da1f2
}

.fancybox-share__button--tw:hover {
    background: #0d95e8
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px
}

.fancybox-share__button svg path {
    fill: #fff
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%
}

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px
}

.fancybox-thumbs__list a:before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991
}

.fancybox-thumbs__list a:focus:before {
    opacity: .5
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
    opacity: 1
}

@media (max-width:576px) {
    .fancybox-thumbs {
        width: 110px
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px)
    }
}

@font-face {
    font-family: 'icomoon';
    src: url(font/menuicons/fonts/icomoon.eot?5ygveo);
    src: url(font/menuicons/fonts/icomoon.eot?5ygveo#iefix) format("embedded-opentype"), url(font/menuicons/fonts/icomoon.ttf?5ygveo) format("truetype"), url(font/menuicons/fonts/icomoon.woff?5ygveo) format("woff"), url(font/menuicons/fonts/icomoon.svg?5ygveo#icomoon) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: block
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: 'icomoon' !important;
    speak: none;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-adduser:before {
    content: "\e5900"
}

.icon-login:before {
    content: "\e5901"
}

.icon-alfacoin:before {
    content: "\e4900"
}

.icon-charity1:before {
    content: "\e3900"
}

.icon-agreement:before {
    content: "\e3901"
}

.icon-assets:before {
    content: "\e3902"
}

.icon-coaching:before {
    content: "\e2904"
}

.icon-discuss:before {
    content: "\e2905"
}

.icon-investments:before {
    content: "\e3907"
}

.icon-sending:before {
    content: "\e2907"
}

.icon-support:before {
    content: "\e2908"
}

.icon-api:before {
    content: "\e2909"
}

.icon-bonus:before {
    content: "\e191d"
}

.icon-charity:before {
    content: "\e191e"
}

.icon-demo:before {
    content: "\e191f"
}

.icon-digitalmarket:before {
    content: "\e1920"
}

.icon-stockmarket:before {
    content: "\e1921"
}

.icon-exchangemarket:before {
    content: "\e1922"
}

.icon-staking:before {
    content: "\e1909"
}

.icon-loan:before {
    content: "\e190a"
}

.icon-exchange:before {
    content: "\e190b"
}

.icon-bitmex:before {
    content: "\e1901"
}

.icon-account:before {
    content: "\e1902"
}

.icon-affiliate:before {
    content: "\e1903"
}

.icon-algorithm:before {
    content: "\e1904"
}

.icon-bitstamp:before {
    content: "\e1905"
}

.icon-exmo:before {
    content: "\e1906"
}

.icon-payment:before {
    content: "\e1907"
}

.icon-wallet:before {
    content: "\e1908"
}

.icon-cabinet:before {
    content: "\e1900"
}

@font-face {
    font-family: "Ionicons";
    src: url(font/ionicons/fonts/ionicons.eot?v=2.0.0);
    src: url(font/ionicons/fonts/ionicons.eot?v=2.0.0#iefix) format("embedded-opentype"), url(font/ionicons/fonts/ionicons.ttf?v=2.0.0) format("truetype"), url(font/ionicons/fonts/ionicons.woff?v=2.0.0) format("woff"), url(font/ionicons/fonts/ionicons.svg?v=2.0.0#Ionicons) format("svg");
    font-weight: 400;
    font-style: normal
}
.ion-earth,
.ion-arrow-right-b,
.ion-arrow-left-b,
.ion-arrow-right-c,
.ion-chevron-right,
.ion-ios-arrow-up,
.ion-ios-arrow-left,
.ion-ios-arrow-right,
.ion-gear-b,
.ion-cube,
.ion-social-bitcoin,
.ion-social-bitcoin,
.ion-social-bitcoin-outline,
.ion-social-euro,
.ion-social-euro-outline,
.ion-social-bitcoin-outline:before,
.ion-paper-airplane,
.ion-social-facebook,
.ion-social-facebook-outline,
.ion-social-instagram,
.ion-social-instagram-outline:before,
.ion-social-rss:before,
.ion-social-rss-outline:before,
.ion-social-skype:before,
.ion-ios-email:before,
.ion-social-skype-outline:before,
.ion-social-twitter:before,
.ion-social-twitter-outline:before,
.ion-social-usd:before,
.ion-social-whatsapp:before,
.ion-social-whatsapp-outline:before,
.ion-social-youtube:before,
.ion-ios-pie-outline:before,
.ion-ios-information-outline:before,
.ion-navicon-round:before,
.ion-social-youtube-outline:before,
.ion-ios-pulse-strong:before {
    display: inline-block;
    font-family: "Ionicons";
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.ion-earth:before {
    content: "\f276";
}

.ion-arrow-right-b:before {
    content: "\f10a"
}

.ion-arrow-left-b:before {
    content: "\f107"
}

.ion-ios-arrow-up:before {
    content: "\f3d8"
}

.ion-ios-arrow-left:before {
    content: "\f3d2"
}

.ion-ios-arrow-right:before {
    content: "\f3d3"
}

.ion-social-android:before {
    content: "\f225"
}

.ion-chevron-right:before {
    content: "\f125"
}

.ion-social-bitcoin:before {
    content: "\f2af"
}

.ion-social-bitcoin-outline:before {
    content: "\f2ae"
}

.ion-social-euro:before {
    content: "\f4e1"
}

.ion-social-euro-outline:before {
    content: "\f4e0"
}

.ion-social-facebook:before {
    content: "\f231"
}

.ion-social-facebook-outline:before {
    content: "\f230"
}

.ion-social-instagram:before {
    content: "\f351"
}

.ion-social-instagram-outline:before {
    content: "\f350"
}

.ion-social-rss:before {
    content: "\f23d"
}

.ion-social-rss-outline:before {
    content: "\f23c"
}

.ion-social-skype:before {
    content: "\f23f"
}

.ion-social-skype-outline:before {
    content: "\f23e"
}

.ion-social-twitter:before {
    content: "\f243"
}

.ion-social-twitter-outline:before {
    content: "\f242"
}

.ion-social-usd:before {
    content: "\f353"
}

.ion-social-usd-outline:before {
    content: "\f352"
}

.ion-social-whatsapp:before {
    content: "\f4f0"
}

.ion-social-whatsapp-outline:before {
    content: "\f4ef"
}

.ion-social-youtube:before,
.ion-social-youtube-outline:before {
    content: "\f24c"
}

@font-face {
    font-family: 'vista';
    src: url(font/vista/fonts/vista.eot?f0bfhk);
    src: url(font/vista/fonts/vista.eot?f0bfhk#iefix) format("embedded-opentype"), url(font/vista/fonts/vista.ttf?f0bfhk) format("truetype"), url(font/vista/fonts/vista.woff?f0bfhk) format("woff"), url(font/vista/fonts/vista.svg?f0bfhk#vista) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: block
}

[class^="vista-"],
[class*=" vista-"] {
    font-family: 'vista' !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.vista-num1:before {
    content: "\e96d"
}

.vista-num2:before {
    content: "\e96e"
}

.vista-num3:before {
    content: "\e96f"
}

.vista-num4:before {
    content: "\e970"
}

.vista-analitics .path1:before {
    content: "\e959";
    color: #d80000
}

.vista-analitics .path2:before {
    content: "\e95a";
    margin-left: -1em;
    color: #000
}

.vista-analitics .path3:before {
    content: "\e95b";
    margin-left: -1em;
    color: #d80000
}

.vista-analitics .path4:before {
    content: "\e95c";
    margin-left: -1em;
    color: #d80000
}

.vista-analitics .path5:before {
    content: "\e95d";
    margin-left: -1em;
    color: #d80000
}

.vista-analitics .path6:before {
    content: "\e95e";
    margin-left: -1em;
    color: #d80000
}

.vista-analitics .path7:before {
    content: "\e95f";
    margin-left: -1em;
    color: #d80000
}

.vista-analitics .path8:before {
    content: "\e960";
    margin-left: -1em;
    color: #000
}

.vista-analitics .path9:before {
    content: "\e961";
    margin-left: -1em;
    color: #d80000
}

.vista-analitics .path10:before {
    content: "\e962";
    margin-left: -1em;
    color: #d80000
}

.vista-analitics .path11:before {
    content: "\e963";
    margin-left: -1em;
    color: #d80000
}

.vista-analitics .path12:before {
    content: "\e964";
    margin-left: -1em;
    color: #d80000
}

.vista-analitics .path13:before {
    content: "\e965";
    margin-left: -1em;
    color: #d80000
}

.vista-analitics .path14:before {
    content: "\e966";
    margin-left: -1em;
    color: #d80000
}

.vista-pay .path1:before {
    content: "\e967";
    color: #d80000
}

.vista-pay .path2:before {
    content: "\e968";
    margin-left: -1.130859375em;
    color: #d80000
}

.vista-pay .path3:before {
    content: "\e969";
    margin-left: -1.130859375em;
    color: #000
}

.vista-pay .path4:before {
    content: "\e96a";
    margin-left: -1.130859375em;
    color: #000
}

.vista-pay .path5:before {
    content: "\e96b";
    margin-left: -1.130859375em;
    color: #000
}

.vista-pay .path6:before {
    content: "\e96c";
    margin-left: -1.130859375em;
    color: #000
}

.handmoney:before {
    content: "\e96c";
    color: #000;
}

.vista-wallet .path1:before {
    content: "\e900";
    color: #000
}

.vista-wallet .path2:before {
    content: "\e901";
    margin-left: -1.07421875em;
    color: #d80000
}

.vista-wallet .path3:before {
    content: "\e902";
    margin-left: -1.07421875em;
    color: #d80000
}

.vista-robot .path1:before {
    content: "\e903";
    color: #6d6d6d
}

.vista-robot .path2:before {
    content: "\e904";
    margin-left: -.984375em;
    color: #d80000
}

.vista-robot .path3:before {
    content: "\e905";
    margin-left: -.984375em;
    color: #000
}

.vista-robot .path4:before {
    content: "\e906";
    margin-left: -.984375em;
    color: #000
}

.vista-robot .path5:before {
    content: "\e907";
    margin-left: -.984375em;
    color: #000
}

.vista-robot .path6:before {
    content: "\e908";
    margin-left: -.984375em;
    color: #d80000
}

.vista-robot .path7:before {
    content: "\e909";
    margin-left: -.984375em;
    color: #d80000
}

.vista-robot .path8:before {
    content: "\e90a";
    margin-left: -.984375em;
    color: #d80000
}

.vista-robot .path9:before {
    content: "\e90b";
    margin-left: -.984375em;
    color: #d80000
}

.vista-robot .path10:before {
    content: "\e90c";
    margin-left: -.984375em;
    color: #d80000
}

.vista-robot .path11:before {
    content: "\e90d";
    margin-left: -.984375em;
    color: #000
}

.vista-robot .path12:before {
    content: "\e90e";
    margin-left: -.984375em;
    color: #000
}

.vista-robot .path13:before {
    content: "\e90f";
    margin-left: -.984375em;
    color: #d80000
}

.vista-robot .path14:before {
    content: "\e910";
    margin-left: -.984375em;
    color: #000
}

.vista-robot .path15:before {
    content: "\e911";
    margin-left: -.984375em;
    color: #d80000
}

.vista-robot .path16:before {
    content: "\e912";
    margin-left: -.984375em;
    color: #a4a4a4
}

.vista-global .path1:before {
    content: "\e913";
    color: #d80000
}

.vista-global .path2:before {
    content: "\e914";
    margin-left: -1.00390625em;
    color: #000
}

.vista-magnifier .path1:before {
    content: "\e915";
    color: red
}

.vista-magnifier .path2:before {
    content: "\e916";
    margin-left: -1.033203125em;
    color: #000
}

.vista-magnifier .path3:before {
    content: "\e917";
    margin-left: -1.033203125em;
    color: #d80000
}

.vista-magnifier .path4:before {
    content: "\e918";
    margin-left: -1.033203125em;
    color: #000
}

.vista-magnifier .path5:before {
    content: "\e919";
    margin-left: -1.033203125em;
    color: #000
}

.vista-magnifier .path6:before {
    content: "\e91a";
    margin-left: -1.033203125em;
    color: #000
}

.vista-magnifier .path7:before {
    content: "\e91b";
    margin-left: -1.033203125em;
    color: #000
}

.vista-magnifier .path8:before {
    content: "\e91c";
    margin-left: -1.033203125em;
    color: #000
}

.vista-magnifier .path9:before {
    content: "\e91d";
    margin-left: -1.033203125em;
    color: #d80000
}

.vista-magnifier .path10:before {
    content: "\e91e";
    margin-left: -1.033203125em;
    color: #d80000
}

.vista-speed .path1:before {
    content: "\e91f";
    color: #000
}

.vista-speed .path2:before {
    content: "\e920";
    margin-left: -1em;
    color: #000
}

.vista-speed .path3:before {
    content: "\e921";
    margin-left: -1em;
    color: #d80000
}

.vista-speed .path4:before {
    content: "\e922";
    margin-left: -1em;
    color: #d80000
}

.vista-speed .path5:before {
    content: "\e923";
    margin-left: -1em;
    color: #d80000
}

.vista-speed .path6:before {
    content: "\e924";
    margin-left: -1em;
    color: #d80000
}

.vista-speed .path7:before {
    content: "\e925";
    margin-left: -1em;
    color: #d80000
}

.vista-speed .path8:before {
    content: "\e926";
    margin-left: -1em;
    color: #d80000
}

.vista-speed .path9:before {
    content: "\e927";
    margin-left: -1em;
    color: #d80000
}

.vista-speed .path10:before {
    content: "\e928";
    margin-left: -1em;
    color: #d80000
}

.vista-speed .path11:before {
    content: "\e929";
    margin-left: -1em;
    color: #d80000
}

.vista-speed .path12:before {
    content: "\e92a";
    margin-left: -1em;
    color: #d80000
}

.vista-speed .path13:before {
    content: "\e92b";
    margin-left: -1em;
    color: #d80000
}

.vista-speed .path14:before {
    content: "\e92c";
    margin-left: -1em;
    color: #d80000
}

.vista-speed .path15:before {
    content: "\e92d";
    margin-left: -1em;
    color: #d80000
}

.vista-speed .path16:before {
    content: "\e92e";
    margin-left: -1em;
    color: #d80000
}

.vista-speed .path17:before {
    content: "\e92f";
    margin-left: -1em;
    color: #d80000
}

.vista-speed .path18:before {
    content: "\e930";
    margin-left: -1em;
    color: #d80000
}

.vista-speed .path19:before {
    content: "\e931";
    margin-left: -1em;
    color: #d80000
}

.vista-speed .path20:before {
    content: "\e932";
    margin-left: -1em;
    color: #000
}

.vista-speed .path21:before {
    content: "\e933";
    margin-left: -1em;
    color: #d80000
}

.vista-speed .path22:before {
    content: "\e934";
    margin-left: -1em;
    color: #000
}

.vista-speed .path23:before {
    content: "\e935";
    margin-left: -1em;
    color: #d80000
}

.vista-speed .path24:before {
    content: "\e936";
    margin-left: -1em;
    color: #d80000
}

.vista-assets .path1:before {
    content: "\e937";
    color: #000
}

.vista-assets .path2:before {
    content: "\e938";
    margin-left: -.9912109375em;
    color: #d80000
}

.vista-assets .path3:before {
    content: "\e939";
    margin-left: -.9912109375em;
    color: #d80000
}

.vista-assets .path4:before {
    content: "\e93a";
    margin-left: -.9912109375em;
    color: #d80000
}

.vista-assets .path5:before {
    content: "\e93b";
    margin-left: -.9912109375em;
    color: #d80000
}

.vista-assets .path6:before {
    content: "\e93c";
    margin-left: -.9912109375em;
    color: #d80000
}

.vista-assets .path7:before {
    content: "\e93d";
    margin-left: -.9912109375em;
    color: #d80000
}

.vista-assets .path8:before {
    content: "\e93e";
    margin-left: -.9912109375em;
    color: #d80000
}

.vista-assets .path9:before {
    content: "\e93f";
    margin-left: -.9912109375em;
    color: #d80000
}

.vista-assets .path10:before {
    content: "\e940";
    margin-left: -.9912109375em;
    color: #d80000
}

.vista-assets .path11:before {
    content: "\e941";
    margin-left: -.9912109375em;
    color: #d80000
}

.vista-assets .path12:before {
    content: "\e942";
    margin-left: -.9912109375em;
    color: #d80000
}

.vista-assets .path13:before {
    content: "\e943";
    margin-left: -.9912109375em;
    color: #d80000
}

.vista-assets .path14:before {
    content: "\e944";
    margin-left: -.9912109375em;
    color: #d80000
}

.vista-assets .path15:before {
    content: "\e945";
    margin-left: -.9912109375em;
    color: #d80000
}

.vista-assets .path16:before {
    content: "\e946";
    margin-left: -.9912109375em;
    color: #d80000
}

.vista-chart .path1:before {
    content: "\e947";
    color: #000
}

.vista-chart .path2:before {
    content: "\e948";
    margin-left: -1.419921875em;
    color: #000
}

.vista-chart .path3:before {
    content: "\e949";
    margin-left: -1.419921875em;
    color: #000
}

.vista-chart .path4:before {
    content: "\e94a";
    margin-left: -1.419921875em;
    color: #000
}

.vista-chart .path5:before {
    content: "\e94b";
    margin-left: -1.419921875em;
    color: #d80000
}

.vista-chart .path6:before {
    content: "\e94c";
    margin-left: -1.419921875em;
    color: #000
}

.vista-chart .path7:before {
    content: "\e94d";
    margin-left: -1.419921875em;
    color: #000
}

.vista-chart .path8:before {
    content: "\e94e";
    margin-left: -1.419921875em;
    color: #000
}

.vista-chart .path9:before {
    content: "\e94f";
    margin-left: -1.419921875em;
    color: #d80000
}

.vista-chart2 .path1:before {
    content: "\e950";
    color: #000
}

.vista-chart2 .path2:before {
    content: "\e951";
    margin-left: -1em;
    color: #d80000
}

.vista-chart2 .path3:before {
    content: "\e952";
    margin-left: -1em;
    color: #000
}

.vista-chart2 .path4:before {
    content: "\e953";
    margin-left: -1em;
    color: #d80000
}

.vista-chart2 .path5:before {
    content: "\e954";
    margin-left: -1em;
    color: #d80000
}

.vista-chart2 .path6:before {
    content: "\e955";
    margin-left: -1em;
    color: #d80000
}

.vista-chart2 .path7:before {
    content: "\e956";
    margin-left: -1em;
    color: #d80000
}

.vista-chart2 .path8:before {
    content: "\e957";
    margin-left: -1em;
    color: #d80000
}

.vista-chart2 .path9:before {
    content: "\e958";
    margin-left: -1em;
    color: #d80000
}

::selection {
    background: #dc3545;
    color: #fff
}

.ion-ios-email:before {
    content: "\f423"
}

.img-1,
.img-2,
.img-3,
.img-4,
.img-5,
.img-6,
.img-7,
.img-8,
.img-9,
.img-10,
.img-11,
.img-12,
.img-13,
.img-14,
.img-15,
.img-16,
.img-17,
.img-18,
.img-19,
.img-20,
.img-21,
.img-22,
.img-23,
.img-24,
.img-25,
.img-26,
.img-27,
.img-28,
.img-29,
.img-30 {
    display: inline-block;
    background: url(/images/alfa/main/packets.png) no-repeat;
    overflow: hidden;
    text-indent: -9999px;
    text-align: left;
    max-width: 100%;
    border-radius: 15px 15px 0 0;
    width: 400px;
    height: 234px;
}
.img-7 {
    background: url('/images/alfa/crypto.jpg') no-repeat !important;
}
.img-8 {
    background: url('/images/alfa/blockchain.jpg') no-repeat !important;
}
.img-9 {
    background: url('/images/alfa/bitcoin.jpg') no-repeat !important;
}
.img-10 {
    background: url('/images/alfa/academy/safety_2.jpg') no-repeat !important;
}
.img-11 {
    background: url('/images/alfa/exchanges.jpg') no-repeat !important;
}
.img-12 {
    background: url('/images/alfa/wallet.jpg') no-repeat !important;
}
.img-13 {
    background: url('/images/alfa/trading.jpg') no-repeat !important;
}
.img-14 {
    background: url("/images/alfa/academy/safety_1.jpg") no-repeat !important;
}
.img-15 {
    background: url("/images/alfa/safety.jpg") no-repeat !important;
}
.img-16 {
    background: url("/images/alfa/academy/safety_3.jpg") no-repeat !important;
}
.img-17 {
    background: url("/images/alfa/exchanges.jpg") no-repeat !important;
}
.img-18 {
    background: url("/images/alfa/academy/exchanges_2.jpg") no-repeat !important;
}
.img-19 {
    background: url("/images/alfa/academy/exchanges_3.jpg") no-repeat !important;
}
.img-20 {
    background: url("/images/alfa/academy/wallet_1.jpg") no-repeat !important;
}
.img-21 {
    background: url("/images/alfa/academy/wallet_2.jpg") no-repeat !important;
}
.img-22 {
    background: url("/images/alfa/academy/wallet_3.jpg") no-repeat !important;
}
.img-23 {
    background: url("/images/alfa/academy/trading_1.jpg") no-repeat !important;
}
.img-24 {
    background: url("/images/alfa/academy/trading_2.jpg") no-repeat !important;
}
.img-25 {
    background: url("/images/alfa/academy/trading_3.jpg") no-repeat !important;
}
.img-26 {
    background: url("/images/alfa/academy/alfa_5.jpg") no-repeat !important;
}
.img-27 {
    background: url("/images/alfa/academy/alfa_8.jpg") no-repeat !important;
}
.img-28 {
    background: url("/images/alfa/academy/alfa_7.jpg?v=3") no-repeat !important;
}
.img-29 {
    background: url("/images/alfa/academy/alfa_10.jpg") no-repeat !important;
}
.img-30 {
    background: url("/images/alfa/academy/glossary.jpg") no-repeat !important;
}

.img-31 {
    background: url("/images/alfa/academy/alfa_11.jpg") no-repeat !important;
}

.img-32 {
    background: url("/images/alfa/academy/alfa_12.jpg") no-repeat !important;
}

.img-33 {
    background: url("/images/alfa/academy/alfa6.jpg") no-repeat !important;
}

.img-34 {
    background: url("/images/alfa/academy/alfa7.jpg") no-repeat !important;
}

.img-7,
.img-8,
.img-9,
.img-10,
.img-11,
.img-12,
.img-13,
.img-14,
.img-15,
.img-16,
.img-17,
.img-18,
.img-19,
.img-20,
.img-21,
.img-22,
.img-23,
.img-24,
.img-25,
.img-26,
.img-27,
.img-28,
.img-29,
.img-30,
.img-31,
.img-32,
.img-33,
.img-34 {
    background-size: 150% !important;
    background-position: center !important;
}

.img-1 {
    /*background-position: -0 -0;*/
    /*background-position: -400px -0;*/
    background-image: url("/inc/frontend/images/alfa/trading.jpg");
    background-size: cover;
    width: 400px;
    height: 234px
}

.img-2 {
    /*background-position: -400px -0;*/
    background-image: url("/images/alfa/finances.jpg?v=2");
    background-size: cover;
    width: 400px;
    height: 234px
}

.img-3 {
    /*background-position: -0 -234px;*/
    background-image: url("/images/alfa/payment.jpg?v=2");
    background-size: cover;
    width: 400px;
    height: 234px
}

.img-4 {
    background-position: -400px -234px;
    width: 400px;
    height: 234px
}

.img-5 {
    background-position: -0 -468px;
    width: 400px;
    height: 234px
}

.img-6 {
    background-position: -400px -468px;
    width: 400px;
    height: 234px
}

@media only screen and (min-width: 1200px) {
    .advantages_content h4 {
        font-size: 1.75em;
        line-height: 1.3
    }

    #advantages .container-fluid {
        max-width: 1400px
    }

    .advantages_content p {
        font-size: 1.25em
    }

    .advantages_content img {
        width: 100%
    }

    .advantages_content .hightlight {
        font-size: 30px;
        margin-bottom: 20px
    }

    .advantages_content {
        padding: 35px
    }

    .advantages__content {
        display: block;
        padding-left: 15px
    }

    .advantages_content .col-md-6:last-child {
        display: flex;
        align-items: center
    }
}

#info {
    width: 1000px;
    font-size: 16px
}

.card-header {
    border: 1px solid rgba(216, 0, 0, 0.25);
    margin-bottom: 1px
}

.card-header h5 {
    margin: 0
}

.card-title {
    display: block;
    width: 100%;
    font-size: 16px;
    color: #d80000;
    font-weight: 700;
    text-align: left
}

.card-title:hover,
.card-title:focus {
    color: #d80000;
    text-decoration: none
}

.card-body {
    padding: 15px 0 15px 10px
}

ul {
    list-style: none;
    scroll-padding-inline-start: 0;
    margin-bottom: 0
}

#info h6,
#info h4 {
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    color: #d80000;
    text-align: center;
    margin: 30px 0
}

#info h2 {
    color: #d80000;
    text-align: center;
    padding: 0 45px
}

#header .container-fluid {
    max-width: 100%
}

.ion-paper-airplane:before {
    content: "\f2c3"
}

@font-face {
    font-family: 'icomoons';
    src: url(font/icomoon/fonts/icomoon.eot);
    src: url(font/icomoon/fonts/icomoon.eot) format("embedded-opentype"), url(font/icomoon/fonts/icomoon.ttf) format("truetype"), url(font/icomoon/fonts/icomoon.woff) format("woff"), url(font/icomoon/fonts/icomoon.svg) format("svg");
    font-weight: 400;
    font-style: normal
}

[class^="icons-"]:before,
[class*=" icons-"]:before {
    font-family: 'icomoons' !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icons-okeks:before {
    content: "\e912"
}

.icons-coinbase:before {
    content: "\e911"
}

.icons-main:before {
    content: "\e910"
}

.icons-shield:before {
    content: "\e901"
}

.icons-shield-2:before {
    content: "\e902"
}

.icons-hand:before {
    content: "\e903"
}

.icons-hand-2:before {
    content: "\e904"
}

.icons-shield-3:before {
    content: "\e905"
}

.icons-wallet:before {
    content: "\e906"
}

.icons-wallet-2:before {
    content: "\e907"
}

.icons-rocket:before {
    content: "\e908"
}

.icons-time:before {
    content: "\e909"
}

.icons-info:before {
    content: "\e90a"
}

.icons-hand-3:before {
    content: "\e90b"
}

.icon-hand-4:before {
    content: "\e90c"
}

.icons-blockcain:before {
    content: "\e90d"
}

.icons-blockcain-2:before {
    content: "\e90e"
}

.icons-binance:before {
    content: "\e900"
}

.icons-incubator:before {
    content: "\e90f"
}

.ion-ios-pie-outline:before {
    content: "\f483"
}

.ion-ios-pulse-strong:before {
    content: "\f492"
}

.ion-ios-information-outline:before {
    content: "\f44c"
}

.ion-social-bitcoin-outline:before {
    content: "\f352"
}

#info ul {
    padding-inline-start: 0
}

.ion-navicon-round:before {
    content: "\f20d"
}

.tradingview-widget-container {
    border-bottom: 1px solid #f2f2f2
}

.panel {
    text-align: center;
    padding: 10px;
    box-shadow: 0 10px 20px -10px rgba(0, 0, 0, .15);
    height: 100%;
    border: 1px solid #f8f9fa
}

.panel h3 {
    font-size: 1.25em;
    color: #d80000
}

.panel a {
    font-size: .875em;
    color: #202020
}

.fancybox-content {
    max-width: 1200px
}

.nolg {
    display: none
}

.fancybox-content iframe {
    width: 100% !important
}

.fancybox-content .text-center {
    text-align: center
}

.box-tabs.right-box .row {
    padding: 15px 0
}

.box-tabs.right-box .blog-box-content h4 {
    margin-top: 0;
    font-size: 16px
}

.box_all_news {
    display: flex;
    flex-wrap: wrap
}

#blog p {
    font-size: .8em
}

@media only screen and (max-width: 998px) {
    #blog .btn {
        display: block
    }

    #blog .section-header {
        margin-top: 30px
    }

    .nolg {
        display: block
    }

    #blog {
        padding: 30px 0
    }

    #blog h2 {
        margin-bottom: 30px;
        font-size: 32px
    }
}

@media only screen and (max-width: 767px) {
    #blog {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .hidden-sm {
        display: none !important
    }

    .blog-box-content {
        margin-bottom: 15px
    }

    .blog-box-image.col-sm-12.col-md-5 img {
        display: block;
        margin: 0 auto
    }

    .slider-content img {
        display: none !important
    }

    #blog h2 {
        margin-bottom: 20px;
        font-size: 30px
    }
}

@media only screen and (max-width: 530px) {
    .box_all_news .col-sm-6 {
        max-width: 100%;
        flex: 0 0 100%
    }

    #blog img {
        display: block;
        width: 100%
    }

    .blog-box-content hr {
        display: none
    }
}

#info .blog .img {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    margin: 0 0 15px
}

#info .blog p {
    margin-bottom: 10px;
    line-height: 1.125em
}

#info .blog img {
    margin: 15px auto;
    display: block;
    max-width: 100%
}

#info .blog a,
#info .blog h3,
#info .blog h4,
#info .blog h5,
#info .blog h6 {
    color: #d80000;
}

@media only screen and (max-width:1200px) {
    #info {
        width: 100% !important;
        max-width: 1000px;
    }
}

.buy .card-body {
    padding: 0
}

.buy .card-title,
#info p {
    margin-bottom: 10px
}

blockquote p {
    font-weight: bold
}

#blog a {
    color: #202020;
}

#copytrading .text-center {
    text-align: center
}
.box-tabs.right-box .blog-box-image{
    display: flex;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.box-tabs.right-box .blog-box-image img{
    position: absolute;
    height: 100%;
    top: 0;
    left: -75px;
    max-width: calc(100% + 150px);
    width: calc(100% + 150px);
}
.blog-box-image.col-sm-12.col-md-5 .blog-box{
    position: relative;
    height: 25vh;
    display: flex;
    min-height: 200px;
    overflow: hidden;
}
.blog-box-image.col-sm-12.col-md-5 .blog-box .img-fluid{
    position: absolute;
    top: 0;
    left: -100px;
    width: calc(100% + 200px);
    max-width: calc(100% + 200px);
    height: 100%;
}
.col-sm-6.col-md-3.col-xs-12 .blog-box .blog-box-image{
    position: relative;
    height: 10vh;
    display: flex;
    min-height: 150px;
    overflow: hidden;
}
.col-sm-6.col-md-3.col-xs-12 .blog-box .blog-box-image .img-fluid{
    top: 0;
    left: -75px;
    width: calc(100% + 150px);
    max-width: calc(100% + 150px);
    height: 100%;
}
.rds{
    color: var(--red)!important;
}
.rdb{
    font-weight: bold;
}
#header .container-fluid a[data-target="birzi"]{
    padding-top: 10px;
}
.auth-box .left ul li a{
    font-size: 14px;
}
.item-page #conditions{
    max-width: 1400px;
    margin: 60px auto 120;
    padding: 30px;
}
.item-page #conditions h2,.item-page #conditions h6,.item-page #conditions h4{
    color: var(--red);
    text-align: center;
}
.item-page #conditions h4{
    margin: 30px 0;
    font-size: 1.5em;
}
.item-page #conditions h6{
    margin: 30px 0;
    font-size: 1.125em;
}
.item-page #conditions:before{
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.04;
    background: url(/images/1.jpg);
    background-position-x: 0%;
    background-position-y: 0%;
    background-attachment: scroll;
    background-size: auto;
    z-index: 0;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}
@media only screen and (max-width:998px){
    .item-page #conditions{
        margin: 40px auto 60px;
        padding: 20px;
        font-size: 13px;
    }
}
@media only screen and (max-width:676px){
    .item-page #conditions{
        margin: 40px auto 60px;
        padding: 20px;
        font-size: 12px;
    }
    .item-page #conditions h2{
        font-size:1.75em;
    }
    .item-page #conditions h4,.item-page #conditions h6{
        margin: 20px 0;
    }
}
#jform_privacyconsent_privacy #jform_privacyconsent_privacy1,#jform_privacyconsent_privacy label[for="jform_privacyconsent_privacy1"]{
    display: none!important;
}
#jform_privacyconsent_privacy{
    display: flex;
    flex-direction: row;
}
#jform_privacyconsent_privacy0{
    width: 15px;
    flex: 0 0 15px;
    margin-right: 10px;
    margin-top: 5px;
}
.charity-h3{

    font-size: 16px;
    line-height: 1;
    margin: 5px;
}
.charity-h3 strong{
    color: var(--red);
}
.menu-s-bottom{
    fill: #fff;
    width: 20px;
    height: 20px;
    margin-top: -2px;
}
.social-links a:hover svg{
    fill:#d80000;
}
.social-links a i{
    width: 20px;
    height: 20px;
    margin-top: -2px;
    display: inline-block;
}
.owl-item,.owl-stage,.owl-stage-outer,.owl-carousel{
    height: 100%;
}
/*авторизация*/

#enter_site .input-group .form-control {
    margin-left: -3px !important;
    background: transparent;
    color:#b40000;
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    border: 1px solid #b40000;
    border-left: none;

}
#enter_site .input-group .form-control::placeholder{
    color:#b40000;
}
#enter_site{
    color: #1b1b1b;
}
#enter_site .modal-header{
    border-bottom: 0;
}
#enter_site .btn-close {
    z-index: 2;
}
#enter_site .input-group .input-group-text {
    height: 40px;
    width: 40px;
    background: linear-gradient(#d80000, #b40000);
    color: #fff;
    font-size: 1.25em!important;
    margin-top: -1px;
}
#enter_site .input-group .input-group-text svg {
    width: 30px;
    height: 30px;
}
#enter_site .main-info{
    display: flex;
    width: 100%;
    color: #1b1b1b;
    font-size: 12px;
    margin-top: -10px;

}
#form-login-remember {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
#modlgn-remember {
    order: -1;
    margin-right: 5px;
}
#form-login-remember {
    font-size: 14px;
    margin-top: 10px;
}#form-login-remember label{
     margin-bottom: 0;
 }
.list-group-horizontal li{
    border: none;
}
.login-button,.list-group-item a{
     color: #fff;
    background: linear-gradient(#d80000, #b40000);
     border: none;
     min-width: 100px;
     display: inline-block;
     font-size: 1rem;
     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;
     padding: 0.375rem 0.5rem;
     line-height: 1.5;
    font-weight: 500;
 }
.login-button:hover,.list-group-item a:hover,.login-button:focus,.list-group-item a:focus,.login-button:active,.list-group-item a:active{
    background: linear-gradient( #b40000,#d80000);
    color:#fff;
}

#form-login-submit .controls .login-button {
    width: 150px;
    margin-top: 15px;
}

@media only screen and (max-width: 998px) {
    #enter_site .main-info {
        width: 60%;
    }
    .fancybox-stage .p-5 {
        padding: 0.5rem !important;
    }
    #info h2 {
        padding: 0;
    }
}


.password-control {
    position: absolute;
    top: 6px;
    right: 10px;
    display: inline-block;
    width: 27px;
    height: 27px;
    background-color: #000;
    -webkit-mask: url('/images/eye-slash.svg') 0 0 no-repeat;
    -webkit-mask-size: cover;
    mask: url('/images/eye-slash.svg') 0 0 no-repeat;
    mask-size: cover;
}
.password-control.view {
    background-color: #000;
    -webkit-mask: url('/images/eye.svg') 0 0 no-repeat;
    -webkit-mask-size: cover;
    mask: url('/images/eye.svg') 0 0 no-repeat;
    mask-size: cover;
}
#monitoring {
    background-color: rgba(244, 243, 245, 0.91);
    width: 100%;
    padding-bottom: 50px;
}
.monitoring-description {
    background: white;
    padding: 20px;
    border-radius: 15px;
    transition: .3s;
    cursor: default;
}
.monitoring-description:hover {
    background: rgba(164, 138, 145, .05);
}
.monitoring-description h4 {
    color: #b40000;
    margin: 0 !important;
    font-size: 20px;
}
.monitoring-description + .monitoring-description {
    margin-top: 10px;
}
.monitoring-right {
    transition: .3s;
    /*background-image: url('../images/alfa/notebook1.png?v=2');*/
    /*background-repeat: no-repeat;*/
    /*background-size: contain;*/
    height: 100%;
}
.monitoring-title {
    color: #b40000;
    font-weight: 500 !important;
    padding: 0;
    font-family: din pro, sans-serif;
    display: flex;
    align-items: center;
}
.monitoring-title i, .monitoring-title img {
    margin-right: 5px;
    color: #6B5B5C;
    filter: brightness(0) saturate(100%) invert(37%) sepia(15%) saturate(405%) hue-rotate(307deg) brightness(89%) contrast(81%);
    width: 20px;
}
.monitoring-description p {
    font-size: 14px;
}
@media screen and (max-width: 1399px){
    .monitoring-title {
        font-size: 18px;
    }
    .monitoring-description p {
        font-size: 15px;
    }
}
@media screen and (max-width: 1199px){
    .monitoring-title {
        font-size: 14px;
    }
    .monitoring-description p {
        font-size: 11px;
    }
}
@media screen and (max-width: 998px){
    /*.monitoring-right {*/
    /*    margin-bottom: 400px;*/
    /*}*/
    .monitoring-list {
        margin: 0 auto;
        max-width: 60% !important;
    }
    .monitoring-title {
        font-size: 1.5rem;
    }
    .monitoring-description p {
        font-size: 18px;
    }
    .monitoring-row {
        display: flex !important;
        flex-direction: column !important;
        align-items: center;
        gap: 25px;
    }
}
@media screen and (max-width: 991px){
    .monitoring-list {
        max-width: 100% !important;
        padding: 0 25px !important;
    }
    .monitoring-row, .monitoring-right {
        max-width: 100% !important;
        height: 100%;
    }
    /*.monitoring-right {*/
    /*    margin-bottom: 450px;*/
    /*}*/
}
@media screen and (max-width: 575px){
    .monitoring-right {
        /*display: none;*/
    }
}
.ion-social-bitcoin:before { content: "\f2af"; }
.ion-gear-b:before { content: "\f13e"; }
.ion-cube:before { content: "\f318"; }

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fff
}

#preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid #f2f2f2;
    border-top: 6px solid #d80000;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-animation: animate-preloader 1s linear infinite;
    animation: animate-preloader 1s linear infinite
}

@-webkit-keyframes animate-preloader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes animate-preloader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

#header {
    background: #fff;
    padding: 15px 0;
    height: 80px;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 997;
    box-shadow: 0 20px 32px -31px rgba(0, 0, 0, 0.4)
}

@media (max-width: 675px) {
    #header {
        background: #fff;
        padding: 30px 0;
        height: 92px
    }
}

#header #logo {
    width: 210px;
    display: inline-flex;
    align-items: center;
    margin-top: 10px !important
}
#header #logo i {
    color: #d40000;
    margin-right: 10px;
    font-size: 24px;
}

#header #logo h1 {
    font-size: 20px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 1px
}

#header #logo h1 a, #header #logo h1 a:hover {
    color: #1b1b1b;
    text-decoration: none;
}

#header #logo img {
    height: 26px;
    width: 26px;
    padding: 0;
    margin: -5px 5px 0 0
}

nav a:before {
    margin-right: 10px;
    font-size: 18px;
    line-height: 23px;
    color: #d80000;
    top: 3px;
    display: inline
}

#header .container-fluid {
    display: flex;
    justify-content: space-between
}

#header .container-fluid .navbar-collapse {
    display: flex;
    justify-content: space-between
}

.hidden {
    display: none
}

.nav-menu a {
    font-family: 'DIN Pro', sans-serif;
    padding: 7px 8px 11px;
    text-decoration: none;
    display: inline-block;
    color: #1b1b1b;
    font-weight: 500;
    font-size: 18px;
    text-transform: none;
    outline: none
}

.nav-menu a:not([href]):not([tabindex]) {
    color: #1b1b1b;
    cursor: pointer
}

.nav-menu li:hover > a, .nav-menu > .menu-active > a {
    color: #d80000
}

.nav-menu > li {
    margin-left: 10px
}

.nav-menu ul {
    margin: 0;
    padding: 24px 10px 10px;
    box-shadow: 0 10px 16px -9px rgba(127, 137, 161, 0.25);
    background: #fff;
    border-radius: 0 0 3px 3px;
}

.nav-menu ul ul {
    padding: 10px;
    margin-top: -10px
}

.header-scrolled .nav-menu ul {
    margin-top: 0
}

.nav-menu ul li {
    transition: .3s
}

.nav-menu ul li a {
    padding: 10px;
    color: #333;
    transition: .3s;
    display: block;
    font-size: 15px;
    text-transform: none
}

.nav-menu ul li:hover > a {
    color: #d80000
}

/*@media (max-width: 1315px) and (min-width: 769px){#nav-menu-container-left{display:none}#nav-menu-container-right{width:100%;display:flex;justify-content:space-between}}*/
@media only screen and (max-width: 998px) {
    #header .container-fluid .navbar-collapse {
        position: relative;
        display: none;
        width: 0
    }

    .hidden {
        display: block
    }

    #nav-menu-container-right {
        position: fixed;
        bottom: 0;
        right: -15px;
        width: 300px;
        background: #fff;
        height: calc(100vh - 90px);
        overflow-y: scroll
    }

    #header .nav-menu > li {
        height: auto
    }

    #header .nav-menu > li a {
        font-size: 20px;
        /* display: block; */
        margin-top: 40px;
    }

    #header .nav-menu > li a:before {
        /*display: none*/
        font-size: 25px;
    }

    #header .nav-menu ul {
        position: static
    }

    #header .container-fluid .navbar-collapse.show {
        display: block;
        position: absolute;
        bottom: -90px;
        right: 0
    }

    #nav-menu-container-right, .navbar-collapse ul {
        display: block
    }

    #header .nav-menu > li {
        float: none
    }

    #header .container-fluid {
        position: relative
    }

    #header #logo {
        display: flex;
        justify-content: space-between;
        position: relative;
        width: 100%
    }

    .userdata .btn-group {
        right: -6%;
    }
    .btn-group .list-group-horizontal {
        flex-direction: column;
    }
}

.nav-menu {
    margin: 3px 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: baseline;
    width: 100% !important;
    justify-content: flex-end;
}

#nav-menu-container-right {
    width: 100% !important;
}

.nav-menu ul {
    position: absolute;
    display: none;
    top: 100%;
    left: -11px;
    z-index: 99
}

.nav-menu li {
    position: relative;
    white-space: nowrap
}

.nav-menu > li {
    float: left
}

.nav-menu li:hover > ul, .nav-menu li.sfHover > ul {
    display: block !important;
}

.nav-menu ul ul {
    top: 0;
    left: 100%
}

.nav-menu ul li {
    min-width: 180px
}

.nav-menu > ul:hover > li > a {
    color: #d80000
}

i.alfaicon-cabinet {
    margin-right: 5px;
    font-size: 20px;
    color: #1b1b1b;
    top: 4px;
    display: inline;
    position: relative
}

a.sf-with-ul:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 10px;
    color: #d80000;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.nav-child a.sf-with-ul:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 10px;
    color: #cacaca;
    vertical-align: middle;
    border-top: 4px solid transparent;
    border-left: 4px solid;
    border-bottom: 4px solid transparent
}

.navbar-toggler {
    position: fixed;
    right: 30px;
    top: 17px;
    z-index: 99999
}

.nav-menu .prod-menu li i {
    margin-right: 10px;
    font-size: 31px;
    color: #d80000;
    top: 7px;
    display: inline;
    position: relative
}

.nav-menu .trade-menu li i {
    margin-right: 5px;
    font-size: 20px;
    color: #1b1b1b;
    top: 4px;
    display: inline;
    position: relative
}

.nav-menu i.icon-main {
    font-size: 31px;
    color: #d80000
}

.nav-menu .menu-has-children img {
    position: relative;
    top: -2px;
    margin-right: 5px !important
}

.nav-menu .user-menu i {
    color: #d80000
}

#entry {
    width: 24px;
    height: 24px;
    fill: #d80000
}

#main-top {
    height: 80vh;
}

@media only screen and (max-width: 998px) {
    #main-top {
        height: 90vh;
        padding-top: 40px
    }
}

#main-top .item {
    display: block;
    height: 100%;
    width: 100%;
    padding-top: 60px;
    background-size: cover !important;
    background-position: center;
    background-repeat: no-repeat
}

#main-top .main-slider_content {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    align-content: center;
    justify-content: center;
    color: #fff;
    text-align: center;
}

#main-top .content {
    margin-bottom: 40px
}

#main-top .content h2 {
    margin: 0 0 25px;
    font-size: 48px
}

#main-top .content h3 {
    margin: 30px 0;
    font-size: 28px
}

#main-top .content a {
    display: inline-block;
    padding: 8px 35px;
    border-radius: 5px;
    background: #fff;
    font-weight: 600
}

.owl-nav {
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: absolute;
    top: calc(50% - 20px);
    left: 0;
    padding: 0 30px
}

.owl-nav div {
    display: inline-flex;
    height: 40px;
    width: 40px;
    align-items: center;
    justify-content: center;
    align-content: center;
    color: #fff;
    border-radius: 20px;
    background: rgba(0, 0, 0, 0.5);
}

@media only screen and (max-width: 1315px) and (min-width: 998px) {
    .nav-menu > li {
        height: 40px;
        padding: 5px 0
    }

    #header #logo {
        padding: 0
    }

    #header #logo a {
        font-size: .75em
    }

    #header #logo h1 {
        display: inline-block;
        width: 220px
    }
}

@media only screen and (max-width: 998px) {
    #header {
        padding: 15px 0;
        height: 60px
    }

    #header #logo {
        margin-top: 6px !important
    }

    #main-top .content h2 {
        font-size: 32px
    }

    #main-top .content h3 {
        font-size: 22px
    }

    #main-top {
        height: 75vh;
        min-height: 500px
    }
}

@media only screen and (max-width: 776px) {
    #main-top .content {
        padding: 0 75px
    }

    #main-top .content h2 {
        font-size: 28px
    }

    #main-top {
        height: 50vh
    }

    #main-top .content h3 {
        font-size: 20px;
        margin: 15px 0
    }
}

@media only screen and (max-width: 1315px) and (min-width: 998px) {
    #header .container-fluid {
        display: flex;
        justify-content: space-between;
        align-items: center
    }

    #header .container-fluid a {
        font-size: .875em
    }

    #header .nav-menu {
        display: flex
    }
}

@media only screen and (max-width: 998px) {
    #steps, #text {
        display: none
    }
}

.birz li a:before {
    width: 35px;
    display: inline-block;
    text-align: center;
    padding-right: 5px;
    font-size: 18px;
}

.birz li:last-child a:before {
    font-size: 14px;
}

:root{
    --tl: calc(100vw - 100%); /* transition length */
}

.container-outer {
    max-width: 100%;
    /* update the width of the display contaier as per your requirement */
}
.container-width {
    width: 3000px;
    /* Total width of the whole iframe, based on the number of tickers displaying */
    animation: marquee 20s linear infinite;
}
.container-width:hover {
    animation-play-state: paused
}

.container-outer {
    margin: 0 auto;
    position: relative;
    border: 1px solid #ccc;
    height: 70px;
    overflow: hidden;
    white-space: nowrap;
}
.container-inner {
    /*
    overflow-x: auto;
    overflow-y: hidden;
    */
    height: 100px;
    margin-top: -1px;
}

.partners-img img {
    margin: 0 20px;
    max-height: 35px;
    max-width: 200px;
}

.paysystems img {
    width: 200px !important;
    height: 50px !important;
    max-width: none;
    max-height: none;
}

.question-right button {
    position: relative;
    margin-left: auto;
    margin-right: 10px;
}

@keyframes marquee {
    0%   { transform: translate(0, 0); }
    100% { transform: translate(var(--tl), 0); }
}

.i-info .f-row .f-col p {
    width: 75%;
}

@media only screen and (max-width: 690px) {
    .i-info .f-row {
        display: flex;
        flex-wrap: wrap;
    }
}
.main-secpage {
    margin-top: 75px;
}
.secpage-row {
    display: flex;
    align-items: stretch;
}
.secpage-description {
    margin-bottom: 10%;
    /* width: 50%; */
    text-align: justify;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
    -ms-hyphenate-limit-chars: 6 3 2;
    hyphenate-limit-chars: 6 3 2;
}
.secpage-image {
    width: 100%;
    height: 380px;
    margin-right: 15px;
    border-radius: 15px;
    background-size: cover !important;
    background-position: 50% 0  !important;
}
@media screen and (max-width: 767px) {
    .secpage-row {
        display: block;
    }
    .secpage-image {
        margin-right: 0;
        margin-bottom: 15px;
    }
}
#secpageImage1 {
    background: url('/images/alfa/gift.jpeg') no-repeat;
}
#secpageImage2 {
    background: url('/images/alfa/servicecost.jpg') no-repeat;
}
#secpageImage3 {
    background: url('/images/alfa/team.jpeg') no-repeat;
}
#secpageImage4 {
    background: url('/images/alfa/hands.jpeg') no-repeat;
}
#secpageImage5 {
    background: url('/images/alfa/meeting.jpeg') no-repeat;
    margin: 0 0 0 15px;
}
.secpage-secondary {
    color: #b40000 !important;
}
.secpage-right {
    text-align: center;
    display: block;
}
@media (max-width: 575px){
    .secpage-image {
        width: 100%;
    }
}
.btn-outline-primary {
    background: none !important;
    color: #d80000 !important;
    border-radius: 5px !important;
    border: 2px solid #d00000 !important;
    padding: 7px 10px!important;
    font-weight: bold;
}
.btn-faq-format {
    width: 220px !important;
    box-sizing: content-box;
    padding: 6px 0 6px 0 !important;
}
.ion-arrow-right-c:before { content: "\f10b"; }
.text-justify {
    text-align: justify;
}
.rounded-element {
    border-radius: 15px !important;
}
.rounded-second {
    border-radius: 10px !important;
}
.align-center {
    align-items: center;
}
.trader-title {
    margin-bottom: 10px !important;
}
.packet-tape {
    position: absolute;
    z-index: 1;
    background: #b40000;
    color: white;
    transform: rotateZ(-45deg);
    top: 30px;
    left: -30px;
    width: 150px;
    text-align: center;
}
.text-crossed {
    text-decoration: line-through;
    text-decoration-color: #b40000;
}
.packet-black-title {
    color: black !important;
}
.packet-red-title {
    color: #b40000 !important;
}
@media screen and (max-width: 630px){
    .firstbutton {
        font-size: 14px;
    }
    .owl-nav div {
        height: 30px;
        width: 30px;
        font-size: 18px;
        opacity: .6;
    }
}
.alfacard-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.alfacard-row svg {
    width: 30px;
    height: 30px;
    padding: 0;
    margin: 0;
}
.alfacard-row .col-md-9 {
    font-size: 28px;
}
.alfacard-row a {
    width: fit-content;
}
.alfacard-row img {
    width: 200px;
}
#faq {
    height: 850px;
}
#faq .f-col {
    height: 100%;
}
#faq .d-flex {
    margin-top: 100px;
    gap: 25px;
}
#faq .btn-primary {
    color: white;
    background: #D00000;
    border-color: #D00000;
}
#faq .btn-primary:hover {
    border-color: #D00000 !important;
}
.red-text {
    color: #d40000 !important;
}
.navmargin {
    margin-right: 150px;
}
#p2p {
    padding: 80px 0;
    position: relative;
    background: #856c6c;
}

#p2p:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.91)
}

#p2p h2 {
    margin: 0 0 15px !important;
    padding-top: 25px !important;
    color: #d00000;
    text-transform: uppercase;
    text-align: center;
    font-weight: 300;
    font-size: 45px
}

#p2p h2 b {
    font-weight: 300;
    color: #000
}

#p2p .container-fluid {
    max-width: 1600px;
    margin: 0 auto
}

.ci-earth svg {
    width: 30px;
    height: 30px;
}
.language-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 15px;
    justify-content: center;
}
.language-card {
    padding: 10px;
    border: 2px solid #d40000;
    border-radius: 10px;
    width: 200px;
    text-align: center;
    cursor: pointer;
}
.language-card:hover {
    background: #d40000;
    color: white;
}
.ci-flag {
    margin-right: 5px;
}
.ci-flag svg {
    width: 24px;
    height: 24px;
}
.language-card .ci-flag svg {
    margin-right: 5px;
}
#p2p .section-title span {
    color: #585858;
}
#p2p .mainrow {
    display: flex;
    justify-content: space-evenly;
    position: relative;
}
#p2p .mainrow img {
    border-radius: 15px;
}
#p2p .p2p-description {
    margin: auto;

}
.p2p-description .infotext {
    font-weight: bold;
    font-size: 24px;
}
#p2p .mainrow>* {
    width: 50%;
}
#p2p .p2p-row {
    display: flex;
    width: 100%;
}
#p2p .p2p-row svg {
    margin-right: 5px;
    filter: brightness(0) saturate(100%) invert(8%) sepia(95%) saturate(5133%) hue-rotate(358deg) brightness(124%) contrast(112%);
}
#p2p .p2p-row p {
    flex: 0 35%;
    margin: 10px auto;
    color: black;
    font-weight: bold;
}
#p2p .rowbottom {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: 25px auto;
    gap: 10px;
}
#p2p .rowbottom .p2p-row {
    background: #ffffff;
    border-radius: 15px;
    padding: 20px;
}
#p2p .rowbottom .p2p-row + .p2p-row {
    margin-top: 20px;
}
#p2p .rowbottom h8 .rowtitle {
    color: #b40000;
    font-size: 20px;
    font-weight: bold;
}
#p2p .infotext {
    display: block;
    width: fit-content;
    font-size: 23px;
    margin: 4px 0 42px;
    background: #a5959612;
    color: black;
    padding: 22px 35px;
    border-radius: 15px;
    position: relative;
    z-index: 10;
}
.main-inner {
    padding-top: 100px;
}
.firstrow {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.main-inner .firstrow-right {
    width: 50%;
    height: 400px;
}
.main-inner .firstrow-right .item {
    border-radius: 15px;
}
#p2p #p2p_underblock {
    position: relative;
    margin: 25px auto 0;
    text-align: center;
    width: 100%;
    padding: 20px;
    color: black;
    background: #a5959612;
    border-radius: 15px;
    font-size: 23px;
}
#minicards {
    margin-top: 10px;
}
#minicards .minicards-inner {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}
#minicards .minicards-inner button {
    width: 2.5%;
    height: 3%;
    border: none;
    outline: none;
    background: #d40000;
    border-radius: 100%;
    color: white;
    font-size: 25px;
}
#minicards .minicards-inner .slick-list {
    width: 93%;
}
#minicards .minicards-inner .slick-slide {
    margin: 0 10px;
}
#minicards .minicards-slider-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 10px;
}
#minicards .minicards-slider-dots button {
    color: transparent;
    border: none;
    outline: none;
    background: #eee;
    width: 25px;
    height: 10px;
    border-radius: 8px;
    transition: .3s;
}
#minicards .minicards-slider-dots .slick-active button {
    background: #d40000 !important;
    width: 50px !important;
}
#minicards .minicards-card {
    padding: 20px;
    border-radius: 15px;
    height: 150px;
    background-size: cover !important;
    position: relative;
}
#minicards .container-cards {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
#minicards h6 {
    color: white;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
#minicards h8 {
    position: absolute;
    color: white;
    bottom: 20px;
    left: 0;
    right: 0;
    text-align: center;
}
#p2p .toprow {
    display: flex;
    justify-content: space-evenly;
    position: relative;
}
#p2p .toprow .col-md-6 img {
    border-radius: 15px;
}
@media screen and (max-width: 1040px) {
    #p2p .toprow {
        flex-direction: column;
        align-items: center;
        gap: 25px;
    }
    #p2p .col-md-6 {
        max-width: 100% !important;
    }
    #p2p .rowbottom {
        gap: 25px;
        flex-direction: column;
    }
}
@media screen and (max-width: 991px) {
    #p2p .rowbottom {
        width: 100%;
        max-width: 100%;
    }
    #p2p .rowbottom .col-md-6 {
        width: 100% !important;
    }
    #p2p .p2p-description {
        width: 100%;
    }
}
@media screen and (max-width: 500px){
    .button-slider {
        padding: 8px 10px !important;
    }
}
@media screen and (max-width: 400px){
    .section-title {
        font-size: 28px;
    }
}
.signature {
    position: relative;
    margin-left: auto;
    margin-right: 50px;
    color: black;
    width: fit-content;
}
.signature img {
    width: 150px !important;
    height: auto !important;
    margin-top: 0 !important;
}