@font-face {
    font-family: OpenSans-Bold;
    font-weight: 400;
    font-style: normal;
    src: url(fonts/OpenSans-Bold/OpenSans-Bold.eot);
    src: url(fonts/OpenSans-Bold/OpenSans-Bold.eot?#iefix) format("embedded-opentype"), url(fonts/OpenSans-Bold/OpenSans-Bold.woff) format("woff"), url(fonts/OpenSans-Bold/OpenSans-Bold.woff2) format("woff2"), url(fonts/OpenSans-Bold/OpenSans-Bold.ttf) format("truetype")
}

@font-face {
    font-family: OpenSans-Regular;
    font-weight: 400;
    font-style: normal;
    src: url(fonts/OpenSans-Regular/OpenSans-Regular.eot);
    src: url(fonts/OpenSans-Regular/OpenSans-Regular.eot?#iefix) format("embedded-opentype"), url(fonts/OpenSans-Regular/OpenSans-Regular.woff) format("woff"), url(fonts/OpenSans-Regular/OpenSans-Regular.woff2) format("woff2"), url(fonts/OpenSans-Regular/OpenSans-Regular.ttf) format("truetype")
}

@font-face {
    font-family: OpenSans-Semibold;
    font-weight: 400;
    font-style: normal;
    src: url(fonts/OpenSans-Semibold/OpenSans-Semibold.eot);
    src: url(fonts/OpenSans-Semibold/OpenSans-Semibold.eot?#iefix) format("embedded-opentype"), url(fonts/OpenSans-Semibold/OpenSans-Semibold.woff) format("woff"), url(fonts/OpenSans-Semibold/OpenSans-Semibold.woff2) format("woff2"), url(fonts/OpenSans-Semibold/OpenSans-Semibold.ttf) format("truetype")
}

@font-face {
    font-family: PFDinTextCondPro-Light;
    font-weight: 400;
    font-style: normal;
    src: url(fonts/PFDinTextCondPro-Light/PFDinTextCondPro-Light.eot);
    src: url(fonts/PFDinTextCondPro-Light/PFDinTextCondPro-Light.eot?#iefix) format("embedded-opentype"), url(fonts/PFDinTextCondPro-Light/PFDinTextCondPro-Light.woff) format("woff"), url(fonts/PFDinTextCondPro-Light/PFDinTextCondPro-Light.woff2) format("woff2"), url(fonts/PFDinTextCondPro-Light/PFDinTextCondPro-Light.ttf) format("truetype")
}

@font-face {
    font-family: Ubuntu-Bold;
    font-weight: 400;
    font-style: normal;
    src: url(fonts/Ubuntu-Bold/Ubuntu-Bold.eot);
    src: url(fonts/Ubuntu-Bold/Ubuntu-Bold.eot?#iefix) format("embedded-opentype"), url(fonts/Ubuntu-Bold/Ubuntu-Bold.woff) format("woff"), url(fonts/Ubuntu-Bold/Ubuntu-Bold.woff2) format("woff2"), url(fonts/Ubuntu-Bold/Ubuntu-Bold.ttf) format("truetype")
}

@font-face {
    font-family: SFUIText;
    font-weight: 400;
    font-style: normal;
    src: url(fonts/SFUIText-Bold/SFUIText-Bold.eot);
    src: url(fonts/SFUIText-Bold/SFUIText-Bold.eot?#iefix) format("embedded-opentype"), url(fonts/SFUIText-Bold/SFUIText-Bold.woff) format("woff"), url(fonts/SFUIText-Bold/SFUIText-Bold.woff2) format("woff2"), url(fonts/SFUIText-Bold/SFUIText-Bold.ttf) format("truetype")
}

@font-face {
    font-family: 'Inter';
    src: url('fonts/Inter/Inter-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'Inter';
    font-weight: 100;
    src: url('fonts/Inter/Inter-Thin.ttf') format('truetype');
}
@font-face {
    font-family: 'Inter';
    font-weight: 200;
    src: url('fonts/Inter/Inter-ExtraLight.ttf') format('truetype');
}
@font-face {
    font-family: 'Inter';
    font-weight: 300;
    src: url('fonts/Inter/Inter-Light.ttf') format('truetype');
}
@font-face {
    font-family: 'Inter';
    font-weight: 400;
    src: url('fonts/Inter/Inter-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'Inter';
    font-weight: 500;
    src: url('fonts/Inter/Inter-Medium.ttf') format('truetype');
}
@font-face {
    font-family: 'Inter';
    font-weight: 600;
    src: url('fonts/Inter/Inter-SemiBold.ttf') format('truetype');
}
@font-face {
    font-family: 'Inter';
    font-weight: 700;
    src: url('fonts/Inter/Inter-Bold.ttf') format('truetype');
}
@font-face {
    font-family: 'Inter';
    font-weight: 800;
    src: url('fonts/Inter/Inter-ExtraBold.ttf') format('truetype');
}
@font-face {
    font-family: 'Inter';
    font-weight: 900;
    src: url('fonts/Inter/Inter-Black.ttf') format('truetype');
}

*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent
}

@-ms-viewport {
    width: device-width
}

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

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

[tabindex="-1"]:focus {
    outline: 0!important
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[data-original-title],
abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

dfn {
    font-style: italic
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

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

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

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

a:not([href]):not([tabindex]):focus {
    outline: 0
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

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

figure {
    margin: 0 0 1rem
}

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

svg:not(:root) {
    overflow: hidden
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    -webkit-border-radius: 0;
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

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

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=checkbox],
input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

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

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none!important
}

@-ms-viewport {
    width: device-width
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-overflow-style: scrollbar
}

*,
::after,
::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

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

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

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

@media (min-width:1460px) {
    .container {
        max-width: 1400px
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

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

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

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

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:768px) {
    .col-sm {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-sm-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-sm-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-sm-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-sm-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-sm-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-sm-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-sm-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-sm-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-sm-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-sm-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-sm-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-sm-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-sm-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1
    }
    .order-sm-last {
        -webkit-box-ordinal-group: 14;
        -webkit-order: 13;
        -ms-flex-order: 13;
        order: 13
    }
    .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0
    }
    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }
    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }
    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3
    }
    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4
    }
    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5
    }
    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6
    }
    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7
    }
    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -webkit-order: 8;
        -ms-flex-order: 8;
        order: 8
    }
    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -webkit-order: 9;
        -ms-flex-order: 9;
        order: 9
    }
    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10
    }
    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -webkit-order: 11;
        -ms-flex-order: 11;
        order: 11
    }
    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -webkit-order: 12;
        -ms-flex-order: 12;
        order: 12
    }
    .offset-sm-0 {
        margin-left: 0
    }
    .offset-sm-1 {
        margin-left: 8.33333%
    }
    .offset-sm-2 {
        margin-left: 16.66667%
    }
    .offset-sm-3 {
        margin-left: 25%
    }
    .offset-sm-4 {
        margin-left: 33.33333%
    }
    .offset-sm-5 {
        margin-left: 41.66667%
    }
    .offset-sm-6 {
        margin-left: 50%
    }
    .offset-sm-7 {
        margin-left: 58.33333%
    }
    .offset-sm-8 {
        margin-left: 66.66667%
    }
    .offset-sm-9 {
        margin-left: 75%
    }
    .offset-sm-10 {
        margin-left: 83.33333%
    }
    .offset-sm-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:992px) {
    .col-md {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-md-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-md-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-md-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-md-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-md-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-md-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-md-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-md-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-md-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-md-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-md-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-md-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-md-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1
    }
    .order-md-last {
        -webkit-box-ordinal-group: 14;
        -webkit-order: 13;
        -ms-flex-order: 13;
        order: 13
    }
    .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0
    }
    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }
    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }
    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3
    }
    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4
    }
    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5
    }
    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6
    }
    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7
    }
    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -webkit-order: 8;
        -ms-flex-order: 8;
        order: 8
    }
    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -webkit-order: 9;
        -ms-flex-order: 9;
        order: 9
    }
    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10
    }
    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -webkit-order: 11;
        -ms-flex-order: 11;
        order: 11
    }
    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -webkit-order: 12;
        -ms-flex-order: 12;
        order: 12
    }
    .offset-md-0 {
        margin-left: 0
    }
    .offset-md-1 {
        margin-left: 8.33333%
    }
    .offset-md-2 {
        margin-left: 16.66667%
    }
    .offset-md-3 {
        margin-left: 25%
    }
    .offset-md-4 {
        margin-left: 33.33333%
    }
    .offset-md-5 {
        margin-left: 41.66667%
    }
    .offset-md-6 {
        margin-left: 50%
    }
    .offset-md-7 {
        margin-left: 58.33333%
    }
    .offset-md-8 {
        margin-left: 66.66667%
    }
    .offset-md-9 {
        margin-left: 75%
    }
    .offset-md-10 {
        margin-left: 83.33333%
    }
    .offset-md-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:1200px) {
    .col-lg {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-lg-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-lg-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-lg-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-lg-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-lg-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-lg-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-lg-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-lg-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-lg-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-lg-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-lg-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-lg-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-lg-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1
    }
    .order-lg-last {
        -webkit-box-ordinal-group: 14;
        -webkit-order: 13;
        -ms-flex-order: 13;
        order: 13
    }
    .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0
    }
    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }
    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }
    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3
    }
    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4
    }
    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5
    }
    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6
    }
    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7
    }
    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -webkit-order: 8;
        -ms-flex-order: 8;
        order: 8
    }
    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -webkit-order: 9;
        -ms-flex-order: 9;
        order: 9
    }
    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10
    }
    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -webkit-order: 11;
        -ms-flex-order: 11;
        order: 11
    }
    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -webkit-order: 12;
        -ms-flex-order: 12;
        order: 12
    }
    .offset-lg-0 {
        margin-left: 0
    }
    .offset-lg-1 {
        margin-left: 8.33333%
    }
    .offset-lg-2 {
        margin-left: 16.66667%
    }
    .offset-lg-3 {
        margin-left: 25%
    }
    .offset-lg-4 {
        margin-left: 33.33333%
    }
    .offset-lg-5 {
        margin-left: 41.66667%
    }
    .offset-lg-6 {
        margin-left: 50%
    }
    .offset-lg-7 {
        margin-left: 58.33333%
    }
    .offset-lg-8 {
        margin-left: 66.66667%
    }
    .offset-lg-9 {
        margin-left: 75%
    }
    .offset-lg-10 {
        margin-left: 83.33333%
    }
    .offset-lg-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:1460px) {
    .col-xl {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-xl-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-xl-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-xl-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-xl-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-xl-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-xl-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-xl-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-xl-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-xl-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-xl-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-xl-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-xl-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-xl-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1
    }
    .order-xl-last {
        -webkit-box-ordinal-group: 14;
        -webkit-order: 13;
        -ms-flex-order: 13;
        order: 13
    }
    .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0
    }
    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }
    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }
    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3
    }
    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4
    }
    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5
    }
    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6
    }
    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7
    }
    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -webkit-order: 8;
        -ms-flex-order: 8;
        order: 8
    }
    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -webkit-order: 9;
        -ms-flex-order: 9;
        order: 9
    }
    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10
    }
    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -webkit-order: 11;
        -ms-flex-order: 11;
        order: 11
    }
    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -webkit-order: 12;
        -ms-flex-order: 12;
        order: 12
    }
    .offset-xl-0 {
        margin-left: 0
    }
    .offset-xl-1 {
        margin-left: 8.33333%
    }
    .offset-xl-2 {
        margin-left: 16.66667%
    }
    .offset-xl-3 {
        margin-left: 25%
    }
    .offset-xl-4 {
        margin-left: 33.33333%
    }
    .offset-xl-5 {
        margin-left: 41.66667%
    }
    .offset-xl-6 {
        margin-left: 50%
    }
    .offset-xl-7 {
        margin-left: 58.33333%
    }
    .offset-xl-8 {
        margin-left: 66.66667%
    }
    .offset-xl-9 {
        margin-left: 75%
    }
    .offset-xl-10 {
        margin-left: 83.33333%
    }
    .offset-xl-11 {
        margin-left: 91.66667%
    }
}

.d-none {
    display: none!important
}

.d-inline {
    display: inline!important
}

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

.d-block {
    display: block!important
}

.d-table {
    display: table!important
}

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

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

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

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

@media (min-width:768px) {
    .d-sm-none {
        display: none!important
    }
    .d-sm-inline {
        display: inline!important
    }
    .d-sm-inline-block {
        display: inline-block!important
    }
    .d-sm-block {
        display: block!important
    }
    .d-sm-table {
        display: table!important
    }
    .d-sm-table-row {
        display: table-row!important
    }
    .d-sm-table-cell {
        display: table-cell!important
    }
    .d-sm-flex {
        display: -webkit-box!important;
        display: -webkit-flex!important;
        display: -ms-flexbox!important;
        display: flex!important
    }
    .d-sm-inline-flex {
        display: -webkit-inline-box!important;
        display: -webkit-inline-flex!important;
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }
}

@media (min-width:992px) {
    .d-md-none {
        display: none!important
    }
    .d-md-inline {
        display: inline!important
    }
    .d-md-inline-block {
        display: inline-block!important
    }
    .d-md-block {
        display: block!important
    }
    .d-md-table {
        display: table!important
    }
    .d-md-table-row {
        display: table-row!important
    }
    .d-md-table-cell {
        display: table-cell!important
    }
    .d-md-flex {
        display: -webkit-box!important;
        display: -webkit-flex!important;
        display: -ms-flexbox!important;
        display: flex!important
    }
    .d-md-inline-flex {
        display: -webkit-inline-box!important;
        display: -webkit-inline-flex!important;
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }
}

@media (min-width:1200px) {
    .d-lg-none {
        display: none!important
    }
    .d-lg-inline {
        display: inline!important
    }
    .d-lg-inline-block {
        display: inline-block!important
    }
    .d-lg-block {
        display: block!important
    }
    .d-lg-table {
        display: table!important
    }
    .d-lg-table-row {
        display: table-row!important
    }
    .d-lg-table-cell {
        display: table-cell!important
    }
    .d-lg-flex {
        display: -webkit-box!important;
        display: -webkit-flex!important;
        display: -ms-flexbox!important;
        display: flex!important
    }
    .d-lg-inline-flex {
        display: -webkit-inline-box!important;
        display: -webkit-inline-flex!important;
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }
}

@media (min-width:1460px) {
    .d-xl-none {
        display: none!important
    }
    .d-xl-inline {
        display: inline!important
    }
    .d-xl-inline-block {
        display: inline-block!important
    }
    .d-xl-block {
        display: block!important
    }
    .d-xl-table {
        display: table!important
    }
    .d-xl-table-row {
        display: table-row!important
    }
    .d-xl-table-cell {
        display: table-cell!important
    }
    .d-xl-flex {
        display: -webkit-box!important;
        display: -webkit-flex!important;
        display: -ms-flexbox!important;
        display: flex!important
    }
    .d-xl-inline-flex {
        display: -webkit-inline-box!important;
        display: -webkit-inline-flex!important;
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }
}

@media print {
    .d-print-none {
        display: none!important
    }
    .d-print-inline {
        display: inline!important
    }
    .d-print-inline-block {
        display: inline-block!important
    }
    .d-print-block {
        display: block!important
    }
    .d-print-table {
        display: table!important
    }
    .d-print-table-row {
        display: table-row!important
    }
    .d-print-table-cell {
        display: table-cell!important
    }
    .d-print-flex {
        display: -webkit-box!important;
        display: -webkit-flex!important;
        display: -ms-flexbox!important;
        display: flex!important
    }
    .d-print-inline-flex {
        display: -webkit-inline-box!important;
        display: -webkit-inline-flex!important;
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:768px) {
    .flex-sm-row {
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: normal!important;
        -webkit-flex-direction: row!important;
        -ms-flex-direction: row!important;
        flex-direction: row!important
    }
    .flex-sm-column {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: normal!important;
        -webkit-flex-direction: column!important;
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }
    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: reverse!important;
        -webkit-flex-direction: row-reverse!important;
        -ms-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }
    .flex-sm-column-reverse {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: reverse!important;
        -webkit-flex-direction: column-reverse!important;
        -ms-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important
    }
    .flex-sm-wrap {
        -webkit-flex-wrap: wrap!important;
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }
    .flex-sm-nowrap {
        -webkit-flex-wrap: nowrap!important;
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }
    .flex-sm-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse!important;
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }
    .justify-content-sm-start {
        -webkit-box-pack: start!important;
        -webkit-justify-content: flex-start!important;
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }
    .justify-content-sm-end {
        -webkit-box-pack: end!important;
        -webkit-justify-content: flex-end!important;
        -ms-flex-pack: end!important;
        justify-content: flex-end!important
    }
    .justify-content-sm-center {
        -webkit-box-pack: center!important;
        -webkit-justify-content: center!important;
        -ms-flex-pack: center!important;
        justify-content: center!important
    }
    .justify-content-sm-between {
        -webkit-box-pack: justify!important;
        -webkit-justify-content: space-between!important;
        -ms-flex-pack: justify!important;
        justify-content: space-between!important
    }
    .justify-content-sm-around {
        -webkit-justify-content: space-around!important;
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }
    .align-items-sm-start {
        -webkit-box-align: start!important;
        -webkit-align-items: flex-start!important;
        -ms-flex-align: start!important;
        align-items: flex-start!important
    }
    .align-items-sm-end {
        -webkit-box-align: end!important;
        -webkit-align-items: flex-end!important;
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }
    .align-items-sm-center {
        -webkit-box-align: center!important;
        -webkit-align-items: center!important;
        -ms-flex-align: center!important;
        align-items: center!important
    }
    .align-items-sm-baseline {
        -webkit-box-align: baseline!important;
        -webkit-align-items: baseline!important;
        -ms-flex-align: baseline!important;
        align-items: baseline!important
    }
    .align-items-sm-stretch {
        -webkit-box-align: stretch!important;
        -webkit-align-items: stretch!important;
        -ms-flex-align: stretch!important;
        align-items: stretch!important
    }
    .align-content-sm-start {
        -webkit-align-content: flex-start!important;
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important
    }
    .align-content-sm-end {
        -webkit-align-content: flex-end!important;
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }
    .align-content-sm-center {
        -webkit-align-content: center!important;
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }
    .align-content-sm-between {
        -webkit-align-content: space-between!important;
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }
    .align-content-sm-around {
        -webkit-align-content: space-around!important;
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important
    }
    .align-content-sm-stretch {
        -webkit-align-content: stretch!important;
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important
    }
    .align-self-sm-auto {
        -webkit-align-self: auto!important;
        -ms-flex-item-align: auto!important;
        align-self: auto!important
    }
    .align-self-sm-start {
        -webkit-align-self: flex-start!important;
        -ms-flex-item-align: start!important;
        align-self: flex-start!important
    }
    .align-self-sm-end {
        -webkit-align-self: flex-end!important;
        -ms-flex-item-align: end!important;
        align-self: flex-end!important
    }
    .align-self-sm-center {
        -webkit-align-self: center!important;
        -ms-flex-item-align: center!important;
        align-self: center!important
    }
    .align-self-sm-baseline {
        -webkit-align-self: baseline!important;
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important
    }
    .align-self-sm-stretch {
        -webkit-align-self: stretch!important;
        -ms-flex-item-align: stretch!important;
        align-self: stretch!important
    }
}

@media (min-width:992px) {
    .flex-md-row {
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: normal!important;
        -webkit-flex-direction: row!important;
        -ms-flex-direction: row!important;
        flex-direction: row!important
    }
    .flex-md-column {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: normal!important;
        -webkit-flex-direction: column!important;
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }
    .flex-md-row-reverse {
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: reverse!important;
        -webkit-flex-direction: row-reverse!important;
        -ms-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }
    .flex-md-column-reverse {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: reverse!important;
        -webkit-flex-direction: column-reverse!important;
        -ms-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important
    }
    .flex-md-wrap {
        -webkit-flex-wrap: wrap!important;
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }
    .flex-md-nowrap {
        -webkit-flex-wrap: nowrap!important;
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }
    .flex-md-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse!important;
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }
    .justify-content-md-start {
        -webkit-box-pack: start!important;
        -webkit-justify-content: flex-start!important;
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }
    .justify-content-md-end {
        -webkit-box-pack: end!important;
        -webkit-justify-content: flex-end!important;
        -ms-flex-pack: end!important;
        justify-content: flex-end!important
    }
    .justify-content-md-center {
        -webkit-box-pack: center!important;
        -webkit-justify-content: center!important;
        -ms-flex-pack: center!important;
        justify-content: center!important
    }
    .justify-content-md-between {
        -webkit-box-pack: justify!important;
        -webkit-justify-content: space-between!important;
        -ms-flex-pack: justify!important;
        justify-content: space-between!important
    }
    .justify-content-md-around {
        -webkit-justify-content: space-around!important;
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }
    .align-items-md-start {
        -webkit-box-align: start!important;
        -webkit-align-items: flex-start!important;
        -ms-flex-align: start!important;
        align-items: flex-start!important
    }
    .align-items-md-end {
        -webkit-box-align: end!important;
        -webkit-align-items: flex-end!important;
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }
    .align-items-md-center {
        -webkit-box-align: center!important;
        -webkit-align-items: center!important;
        -ms-flex-align: center!important;
        align-items: center!important
    }
    .align-items-md-baseline {
        -webkit-box-align: baseline!important;
        -webkit-align-items: baseline!important;
        -ms-flex-align: baseline!important;
        align-items: baseline!important
    }
    .align-items-md-stretch {
        -webkit-box-align: stretch!important;
        -webkit-align-items: stretch!important;
        -ms-flex-align: stretch!important;
        align-items: stretch!important
    }
    .align-content-md-start {
        -webkit-align-content: flex-start!important;
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important
    }
    .align-content-md-end {
        -webkit-align-content: flex-end!important;
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }
    .align-content-md-center {
        -webkit-align-content: center!important;
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }
    .align-content-md-between {
        -webkit-align-content: space-between!important;
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }
    .align-content-md-around {
        -webkit-align-content: space-around!important;
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important
    }
    .align-content-md-stretch {
        -webkit-align-content: stretch!important;
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important
    }
    .align-self-md-auto {
        -webkit-align-self: auto!important;
        -ms-flex-item-align: auto!important;
        align-self: auto!important
    }
    .align-self-md-start {
        -webkit-align-self: flex-start!important;
        -ms-flex-item-align: start!important;
        align-self: flex-start!important
    }
    .align-self-md-end {
        -webkit-align-self: flex-end!important;
        -ms-flex-item-align: end!important;
        align-self: flex-end!important
    }
    .align-self-md-center {
        -webkit-align-self: center!important;
        -ms-flex-item-align: center!important;
        align-self: center!important
    }
    .align-self-md-baseline {
        -webkit-align-self: baseline!important;
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important
    }
    .align-self-md-stretch {
        -webkit-align-self: stretch!important;
        -ms-flex-item-align: stretch!important;
        align-self: stretch!important
    }
}

@media (min-width:1200px) {
    .flex-lg-row {
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: normal!important;
        -webkit-flex-direction: row!important;
        -ms-flex-direction: row!important;
        flex-direction: row!important
    }
    .flex-lg-column {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: normal!important;
        -webkit-flex-direction: column!important;
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }
    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: reverse!important;
        -webkit-flex-direction: row-reverse!important;
        -ms-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }
    .flex-lg-column-reverse {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: reverse!important;
        -webkit-flex-direction: column-reverse!important;
        -ms-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important
    }
    .flex-lg-wrap {
        -webkit-flex-wrap: wrap!important;
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }
    .flex-lg-nowrap {
        -webkit-flex-wrap: nowrap!important;
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }
    .flex-lg-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse!important;
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }
    .justify-content-lg-start {
        -webkit-box-pack: start!important;
        -webkit-justify-content: flex-start!important;
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }
    .justify-content-lg-end {
        -webkit-box-pack: end!important;
        -webkit-justify-content: flex-end!important;
        -ms-flex-pack: end!important;
        justify-content: flex-end!important
    }
    .justify-content-lg-center {
        -webkit-box-pack: center!important;
        -webkit-justify-content: center!important;
        -ms-flex-pack: center!important;
        justify-content: center!important
    }
    .justify-content-lg-between {
        -webkit-box-pack: justify!important;
        -webkit-justify-content: space-between!important;
        -ms-flex-pack: justify!important;
        justify-content: space-between!important
    }
    .justify-content-lg-around {
        -webkit-justify-content: space-around!important;
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }
    .align-items-lg-start {
        -webkit-box-align: start!important;
        -webkit-align-items: flex-start!important;
        -ms-flex-align: start!important;
        align-items: flex-start!important
    }
    .align-items-lg-end {
        -webkit-box-align: end!important;
        -webkit-align-items: flex-end!important;
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }
    .align-items-lg-center {
        -webkit-box-align: center!important;
        -webkit-align-items: center!important;
        -ms-flex-align: center!important;
        align-items: center!important
    }
    .align-items-lg-baseline {
        -webkit-box-align: baseline!important;
        -webkit-align-items: baseline!important;
        -ms-flex-align: baseline!important;
        align-items: baseline!important
    }
    .align-items-lg-stretch {
        -webkit-box-align: stretch!important;
        -webkit-align-items: stretch!important;
        -ms-flex-align: stretch!important;
        align-items: stretch!important
    }
    .align-content-lg-start {
        -webkit-align-content: flex-start!important;
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important
    }
    .align-content-lg-end {
        -webkit-align-content: flex-end!important;
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }
    .align-content-lg-center {
        -webkit-align-content: center!important;
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }
    .align-content-lg-between {
        -webkit-align-content: space-between!important;
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }
    .align-content-lg-around {
        -webkit-align-content: space-around!important;
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important
    }
    .align-content-lg-stretch {
        -webkit-align-content: stretch!important;
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important
    }
    .align-self-lg-auto {
        -webkit-align-self: auto!important;
        -ms-flex-item-align: auto!important;
        align-self: auto!important
    }
    .align-self-lg-start {
        -webkit-align-self: flex-start!important;
        -ms-flex-item-align: start!important;
        align-self: flex-start!important
    }
    .align-self-lg-end {
        -webkit-align-self: flex-end!important;
        -ms-flex-item-align: end!important;
        align-self: flex-end!important
    }
    .align-self-lg-center {
        -webkit-align-self: center!important;
        -ms-flex-item-align: center!important;
        align-self: center!important
    }
    .align-self-lg-baseline {
        -webkit-align-self: baseline!important;
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important
    }
    .align-self-lg-stretch {
        -webkit-align-self: stretch!important;
        -ms-flex-item-align: stretch!important;
        align-self: stretch!important
    }
}

@media (min-width:1460px) {
    .flex-xl-row {
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: normal!important;
        -webkit-flex-direction: row!important;
        -ms-flex-direction: row!important;
        flex-direction: row!important
    }
    .flex-xl-column {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: normal!important;
        -webkit-flex-direction: column!important;
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }
    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: reverse!important;
        -webkit-flex-direction: row-reverse!important;
        -ms-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }
    .flex-xl-column-reverse {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: reverse!important;
        -webkit-flex-direction: column-reverse!important;
        -ms-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important
    }
    .flex-xl-wrap {
        -webkit-flex-wrap: wrap!important;
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }
    .flex-xl-nowrap {
        -webkit-flex-wrap: nowrap!important;
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }
    .flex-xl-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse!important;
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }
    .justify-content-xl-start {
        -webkit-box-pack: start!important;
        -webkit-justify-content: flex-start!important;
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }
    .justify-content-xl-end {
        -webkit-box-pack: end!important;
        -webkit-justify-content: flex-end!important;
        -ms-flex-pack: end!important;
        justify-content: flex-end!important
    }
    .justify-content-xl-center {
        -webkit-box-pack: center!important;
        -webkit-justify-content: center!important;
        -ms-flex-pack: center!important;
        justify-content: center!important
    }
    .justify-content-xl-between {
        -webkit-box-pack: justify!important;
        -webkit-justify-content: space-between!important;
        -ms-flex-pack: justify!important;
        justify-content: space-between!important
    }
    .justify-content-xl-around {
        -webkit-justify-content: space-around!important;
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }
    .align-items-xl-start {
        -webkit-box-align: start!important;
        -webkit-align-items: flex-start!important;
        -ms-flex-align: start!important;
        align-items: flex-start!important
    }
    .align-items-xl-end {
        -webkit-box-align: end!important;
        -webkit-align-items: flex-end!important;
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }
    .align-items-xl-center {
        -webkit-box-align: center!important;
        -webkit-align-items: center!important;
        -ms-flex-align: center!important;
        align-items: center!important
    }
    .align-items-xl-baseline {
        -webkit-box-align: baseline!important;
        -webkit-align-items: baseline!important;
        -ms-flex-align: baseline!important;
        align-items: baseline!important
    }
    .align-items-xl-stretch {
        -webkit-box-align: stretch!important;
        -webkit-align-items: stretch!important;
        -ms-flex-align: stretch!important;
        align-items: stretch!important
    }
    .align-content-xl-start {
        -webkit-align-content: flex-start!important;
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important
    }
    .align-content-xl-end {
        -webkit-align-content: flex-end!important;
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }
    .align-content-xl-center {
        -webkit-align-content: center!important;
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }
    .align-content-xl-between {
        -webkit-align-content: space-between!important;
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }
    .align-content-xl-around {
        -webkit-align-content: space-around!important;
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important
    }
    .align-content-xl-stretch {
        -webkit-align-content: stretch!important;
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important
    }
    .align-self-xl-auto {
        -webkit-align-self: auto!important;
        -ms-flex-item-align: auto!important;
        align-self: auto!important
    }
    .align-self-xl-start {
        -webkit-align-self: flex-start!important;
        -ms-flex-item-align: start!important;
        align-self: flex-start!important
    }
    .align-self-xl-end {
        -webkit-align-self: flex-end!important;
        -ms-flex-item-align: end!important;
        align-self: flex-end!important
    }
    .align-self-xl-center {
        -webkit-align-self: center!important;
        -ms-flex-item-align: center!important;
        align-self: center!important
    }
    .align-self-xl-baseline {
        -webkit-align-self: baseline!important;
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important
    }
    .align-self-xl-stretch {
        -webkit-align-self: stretch!important;
        -ms-flex-item-align: stretch!important;
        align-self: stretch!important
    }
}

.w-25 {
    width: 25%!important
}

.w-50 {
    width: 50%!important
}

.w-75 {
    width: 75%!important
}

.w-100 {
    width: 100%!important
}

.h-25 {
    height: 25%!important
}

.h-50 {
    height: 50%!important
}

.h-75 {
    height: 75%!important
}

.h-100 {
    height: 100%!important
}

.mw-100 {
    max-width: 100%!important
}

.mh-100 {
    max-height: 100%!important
}

.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

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: 0;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 100%;
    z-index: 99992
}

.fancybox-container * {
    -webkit-box-sizing: border-box;
    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;
    -webkit-transition-duration: inherit;
    -o-transition-duration: inherit;
    transition-duration: inherit;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: cubic-bezier(.47, 0, .74, .71);
    -o-transition-timing-function: cubic-bezier(.47, 0, .74, .71);
    transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    -webkit-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
    -o-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
    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;
    -webkit-transition: opacity .25s ease, visibility 0s ease .25s;
    -o-transition: opacity .25s ease, visibility 0s ease .25s;
    transition: opacity .25s ease, visibility 0s 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;
    -webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
    -o-transition: opacity .25s ease 0s, visibility 0s ease 0s;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    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;
    -webkit-transform: translateZ(0);
    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: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: opacity, -webkit-transform;
    -webkit-transition-property: opacity, -webkit-transform;
    -o-transition-property: transform, opacity;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    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 {
    -webkit-animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: 0 0;
    background-repeat: no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    transition-property: opacity, -webkit-transform;
    -webkit-transition-property: opacity, -webkit-transform;
    -o-transition-property: transform, opacity;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.fancybox-container [data-selectable=true] {
    cursor: text
}

.fancybox-image,
.fancybox-spaceball {
    background: 0 0;
    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: 0 0;
    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;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    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: 0
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: 0
}

.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--play svg:nth-child(2) {
    display: none
}

.fancybox-button--fsexit svg:nth-child(1),
.fancybox-button--pause svg:nth-child(1) {
    display: none
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0;
    transition-property: -webkit-transform;
    -webkit-transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    z-index: 99998
}

.fancybox-close-small {
    background: 0 0;
    border: 0;
    -webkit-border-radius: 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 {
    -webkit-background-clip: content-box;
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: -webkit-calc(50% - 50px);
    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: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .85)), color-stop(50%, rgba(0, 0, 0, .3)), color-stop(65%, rgba(0, 0, 0, .15)), color-stop(75.5%, rgba(0, 0, 0, .075)), color-stop(82.85%, rgba(0, 0, 0, .037)), color-stop(88%, rgba(0, 0, 0, .019)), to(transparent));
    background: -webkit-linear-gradient(bottom, 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 100%);
    background: -o-linear-gradient(bottom, 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 100%);
    background: linear-gradient(to top, 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 100%);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    overflow: auto;
    padding: 50px 44px 25px 44px;
    right: 0;
    text-align: center;
    z-index: 99996
}

.fancybox-caption--separate {
    margin-top: -25px;
    max-height: 50vh
}

.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 {
    -webkit-animation: fancybox-rotate 1s linear infinite;
    animation: fancybox-rotate 1s linear infinite;
    background: 0 0;
    border: 4px solid #888;
    border-bottom-color: #fff;
    -webkit-border-radius: 50%;
    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
}

@-webkit-keyframes fancybox-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes fancybox-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.fancybox-animated {
    -webkit-transition-timing-function: cubic-bezier(0, 0, .25, 1);
    -o-transition-timing-function: cubic-bezier(0, 0, .25, 1);
    transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    -o-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    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;
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(.5, .5, .5);
    transform: scale3d(.5, .5, .5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg)
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg)
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0)
}

.fancybox-fx-tube.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1)
}

@media all and (max-height:576px) {
    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px
    }
    .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
    }
}

@supports (padding:0px) {
    .fancybox-caption {
        padding: 50px -webkit-calc(max(12px, env(safe-area-inset-right))) -webkit-calc(max(12px, env(safe-area-inset-bottom))) -webkit-calc(max(25px, env(safe-area-inset-left)));
        padding: 50px calc(max(12px, env(safe-area-inset-right))) calc(max(12px, env(safe-area-inset-bottom))) calc(max(25px, env(safe-area-inset-left)))
    }
}

.fancybox-share {
    background: #f4f4f4;
    -webkit-border-radius: 3px;
    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 0
}

.fancybox-share p {
    margin: 0;
    padding: 0
}

.fancybox-share__button {
    border: 0;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    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: 0 0;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0 0;
    outline: 0;
    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 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: transparent;
    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;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    -webkit-border-radius: 10px;
    border-radius: 10px
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: -webkit-calc(100% - 8px);
    max-height: calc(100% - 8px);
    max-width: -webkit-calc(50% - 4px);
    max-width: calc(50% - 4px);
    outline: 0;
    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;
    -webkit-transition: all .2s cubic-bezier(.25, .46, .45, .94);
    -o-transition: all .2s cubic-bezier(.25, .46, .45, .94);
    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 all and (max-width:576px) {
    .fancybox-thumbs {
        width: 110px
    }
    .fancybox-show-thumbs .fancybox-inner {
        right: 110px
    }
    .fancybox-thumbs__list a {
        max-width: -webkit-calc(100% - 10px);
        max-width: calc(100% - 10px)
    }
}

@-webkit-keyframes bounce {
    0%,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translateZ(0);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        transform: translateZ(0)
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -30px, 0);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        transform: translate3d(0, -30px, 0)
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -15px, 0);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        transform: translate3d(0, -15px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

@keyframes bounce {
    0%,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translateZ(0);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        transform: translateZ(0)
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -30px, 0);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        transform: translate3d(0, -30px, 0)
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -15px, 0);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        transform: translate3d(0, -15px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

.bounce {
    -webkit-animation-name: bounce;
    -webkit-transform-origin: center bottom;
    animation-name: bounce;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom
}

@-webkit-keyframes flash {
    0%,
    50%,
    to {
        opacity: 1
    }
    25%,
    75% {
        opacity: 0
    }
}

@keyframes flash {
    0%,
    50%,
    to {
        opacity: 1
    }
    25%,
    75% {
        opacity: 0
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }
    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }
    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }
    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }
    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes rubberBand {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }
    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }
    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }
    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }
    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}

@-webkit-keyframes shake {
    0%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

@keyframes shake {
    0%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake
}

@-webkit-keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }
    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }
    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }
    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }
    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }
    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }
    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.headShake {
    -webkit-animation-name: headShake;
    -webkit-animation-timing-function: ease-in-out;
    animation-name: headShake;
    animation-timing-function: ease-in-out
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }
    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }
    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
    to {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }
    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }
    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
    to {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

.swing {
    -webkit-animation-name: swing;
    -webkit-transform-origin: top center;
    animation-name: swing;
    -ms-transform-origin: top center;
    transform-origin: top center
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
        transform: scale3d(.9, .9, .9) rotate(-3deg)
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
        transform: scale3d(.9, .9, .9) rotate(-3deg)
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
        transform: translate3d(-25%, 0, 0) rotate(-5deg)
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
        transform: translate3d(20%, 0, 0) rotate(3deg)
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
        transform: translate3d(-15%, 0, 0) rotate(-3deg)
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
        transform: translate3d(10%, 0, 0) rotate(2deg)
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
        transform: translate3d(-5%, 0, 0) rotate(-1deg)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
        transform: translate3d(-25%, 0, 0) rotate(-5deg)
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
        transform: translate3d(20%, 0, 0) rotate(3deg)
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
        transform: translate3d(-15%, 0, 0) rotate(-3deg)
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
        transform: translate3d(10%, 0, 0) rotate(2deg)
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
        transform: translate3d(-5%, 0, 0) rotate(-1deg)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}

@-webkit-keyframes jello {
    0%,
    11.1%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }
    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }
    77.7% {
        -webkit-transform: skewX(.39063deg) skewY(.39063deg);
        transform: skewX(.39063deg) skewY(.39063deg)
    }
    88.8% {
        -webkit-transform: skewX(-.19531deg) skewY(-.19531deg);
        transform: skewX(-.19531deg) skewY(-.19531deg)
    }
}

@keyframes jello {
    0%,
    11.1%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }
    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }
    77.7% {
        -webkit-transform: skewX(.39063deg) skewY(.39063deg);
        transform: skewX(.39063deg) skewY(.39063deg)
    }
    88.8% {
        -webkit-transform: skewX(-.19531deg) skewY(-.19531deg);
        transform: skewX(-.19531deg) skewY(-.19531deg)
    }
}

.jello {
    -webkit-animation-name: jello;
    -webkit-transform-origin: center;
    animation-name: jello;
    -ms-transform-origin: center;
    transform-origin: center
}

@-webkit-keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    14% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }
    28% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }
    70% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    14% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }
    28% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }
    70% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.heartBeat {
    -webkit-animation-duration: 1.3s;
    -webkit-animation-name: heartBeat;
    -webkit-animation-timing-function: ease-in-out;
    animation-duration: 1.3s;
    animation-name: heartBeat;
    animation-timing-function: ease-in-out
}

@-webkit-keyframes bounceIn {
    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        -webkit-transform: scale3d(.3, .3, .3);
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    60% {
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }
    to {
        -webkit-transform: scaleX(1);
        opacity: 1;
        transform: scaleX(1)
    }
}

@keyframes bounceIn {
    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        -webkit-transform: scale3d(.3, .3, .3);
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    60% {
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }
    to {
        -webkit-transform: scaleX(1);
        opacity: 1;
        transform: scaleX(1)
    }
}

.bounceIn {
    -webkit-animation-duration: .75s;
    -webkit-animation-name: bounceIn;
    animation-duration: .75s;
    animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        -webkit-transform: translate3d(0, -3000px, 0);
        opacity: 0;
        transform: translate3d(0, -3000px, 0)
    }
    60% {
        -webkit-transform: translate3d(0, 25px, 0);
        opacity: 1;
        transform: translate3d(0, 25px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes bounceInDown {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        -webkit-transform: translate3d(0, -3000px, 0);
        opacity: 0;
        transform: translate3d(0, -3000px, 0)
    }
    60% {
        -webkit-transform: translate3d(0, 25px, 0);
        opacity: 1;
        transform: translate3d(0, 25px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        -webkit-transform: translate3d(-3000px, 0, 0);
        opacity: 0;
        transform: translate3d(-3000px, 0, 0)
    }
    60% {
        -webkit-transform: translate3d(25px, 0, 0);
        opacity: 1;
        transform: translate3d(25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes bounceInLeft {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        -webkit-transform: translate3d(-3000px, 0, 0);
        opacity: 0;
        transform: translate3d(-3000px, 0, 0)
    }
    60% {
        -webkit-transform: translate3d(25px, 0, 0);
        opacity: 1;
        transform: translate3d(25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        -webkit-transform: translate3d(3000px, 0, 0);
        opacity: 0;
        transform: translate3d(3000px, 0, 0)
    }
    60% {
        -webkit-transform: translate3d(-25px, 0, 0);
        opacity: 1;
        transform: translate3d(-25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes bounceInRight {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        -webkit-transform: translate3d(3000px, 0, 0);
        opacity: 0;
        transform: translate3d(3000px, 0, 0)
    }
    60% {
        -webkit-transform: translate3d(-25px, 0, 0);
        opacity: 1;
        transform: translate3d(-25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        -webkit-transform: translate3d(0, 3000px, 0);
        opacity: 0;
        transform: translate3d(0, 3000px, 0)
    }
    60% {
        -webkit-transform: translate3d(0, -20px, 0);
        opacity: 1;
        transform: translate3d(0, -20px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes bounceInUp {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        -webkit-transform: translate3d(0, 3000px, 0);
        opacity: 0;
        transform: translate3d(0, 3000px, 0)
    }
    60% {
        -webkit-transform: translate3d(0, -20px, 0);
        opacity: 1;
        transform: translate3d(0, -20px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    50%,
    55% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        opacity: 1;
        transform: scale3d(1.1, 1.1, 1.1)
    }
    to {
        -webkit-transform: scale3d(.3, .3, .3);
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    50%,
    55% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        opacity: 1;
        transform: scale3d(1.1, 1.1, 1.1)
    }
    to {
        -webkit-transform: scale3d(.3, .3, .3);
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
}

.bounceOut {
    -webkit-animation-duration: .75s;
    -webkit-animation-name: bounceOut;
    animation-duration: .75s;
    animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    40%,
    45% {
        -webkit-transform: translate3d(0, -20px, 0);
        opacity: 1;
        transform: translate3d(0, -20px, 0)
    }
    to {
        -webkit-transform: translate3d(0, 2000px, 0);
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    40%,
    45% {
        -webkit-transform: translate3d(0, -20px, 0);
        opacity: 1;
        transform: translate3d(0, -20px, 0)
    }
    to {
        -webkit-transform: translate3d(0, 2000px, 0);
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
    20% {
        -webkit-transform: translate3d(20px, 0, 0);
        opacity: 1;
        transform: translate3d(20px, 0, 0)
    }
    to {
        -webkit-transform: translate3d(-2000px, 0, 0);
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes bounceOutLeft {
    20% {
        -webkit-transform: translate3d(20px, 0, 0);
        opacity: 1;
        transform: translate3d(20px, 0, 0)
    }
    to {
        -webkit-transform: translate3d(-2000px, 0, 0);
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
    20% {
        -webkit-transform: translate3d(-20px, 0, 0);
        opacity: 1;
        transform: translate3d(-20px, 0, 0)
    }
    to {
        -webkit-transform: translate3d(2000px, 0, 0);
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes bounceOutRight {
    20% {
        -webkit-transform: translate3d(-20px, 0, 0);
        opacity: 1;
        transform: translate3d(-20px, 0, 0)
    }
    to {
        -webkit-transform: translate3d(2000px, 0, 0);
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    40%,
    45% {
        -webkit-transform: translate3d(0, 20px, 0);
        opacity: 1;
        transform: translate3d(0, 20px, 0)
    }
    to {
        -webkit-transform: translate3d(0, -2000px, 0);
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    40%,
    45% {
        -webkit-transform: translate3d(0, 20px, 0);
        opacity: 1;
        transform: translate3d(0, 20px, 0)
    }
    to {
        -webkit-transform: translate3d(0, -2000px, 0);
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }
    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes fadeInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }
    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0)
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
    0% {
        -webkit-transform: translate3d(0, -2000px, 0);
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes fadeInDownBig {
    0% {
        -webkit-transform: translate3d(0, -2000px, 0);
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0)
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }
    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes fadeInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }
    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0)
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        -webkit-transform: translate3d(-2000px, 0, 0);
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes fadeInLeftBig {
    0% {
        -webkit-transform: translate3d(-2000px, 0, 0);
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0)
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }
    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes fadeInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }
    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0)
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
    0% {
        -webkit-transform: translate3d(2000px, 0, 0);
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }
    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes fadeInRightBig {
    0% {
        -webkit-transform: translate3d(2000px, 0, 0);
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }
    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0)
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }
    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes fadeInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }
    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0)
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
    0% {
        -webkit-transform: translate3d(0, 2000px, 0);
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes fadeInUpBig {
    0% {
        -webkit-transform: translate3d(0, 2000px, 0);
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0)
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(0, 100%, 0);
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(0, 100%, 0);
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(0, 2000px, 0);
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(0, 2000px, 0);
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(-100%, 0, 0);
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(-100%, 0, 0);
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(-2000px, 0, 0);
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(-2000px, 0, 0);
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0);
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0);
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(2000px, 0, 0);
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(2000px, 0, 0);
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(0, -100%, 0);
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(0, -100%, 0);
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(0, -2000px, 0);
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(0, -2000px, 0);
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
    0% {
        -webkit-animation-timing-function: ease-out;
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
        animation-timing-function: ease-out;
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn)
    }
    40% {
        -webkit-animation-timing-function: ease-out;
        -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
        animation-timing-function: ease-out;
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg)
    }
    50% {
        -webkit-animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
        animation-timing-function: ease-in;
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg)
    }
    80% {
        -webkit-animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0);
        animation-timing-function: ease-in;
        transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0)
    }
    to {
        -webkit-animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0);
        animation-timing-function: ease-in;
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0)
    }
}

@keyframes flip {
    0% {
        -webkit-animation-timing-function: ease-out;
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
        animation-timing-function: ease-out;
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn)
    }
    40% {
        -webkit-animation-timing-function: ease-out;
        -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
        animation-timing-function: ease-out;
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg)
    }
    50% {
        -webkit-animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
        animation-timing-function: ease-in;
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg)
    }
    80% {
        -webkit-animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0);
        animation-timing-function: ease-in;
        transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0)
    }
    to {
        -webkit-animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0);
        animation-timing-function: ease-in;
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0)
    }
}

.animated.flip {
    -webkit-animation-name: flip;
    -webkit-backface-visibility: visible;
    animation-name: flip;
    backface-visibility: visible
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) rotateX(90deg);
        animation-timing-function: ease-in;
        opacity: 0;
        transform: perspective(400px) rotateX(90deg)
    }
    40% {
        -webkit-animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) rotateX(-20deg);
        animation-timing-function: ease-in;
        transform: perspective(400px) rotateX(-20deg)
    }
    60% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        opacity: 1;
        transform: perspective(400px) rotateX(10deg)
    }
    80% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
        transform: perspective(400px) rotateX(-5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInX {
    0% {
        -webkit-animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) rotateX(90deg);
        animation-timing-function: ease-in;
        opacity: 0;
        transform: perspective(400px) rotateX(90deg)
    }
    40% {
        -webkit-animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) rotateX(-20deg);
        animation-timing-function: ease-in;
        transform: perspective(400px) rotateX(-20deg)
    }
    60% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        opacity: 1;
        transform: perspective(400px) rotateX(10deg)
    }
    80% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
        transform: perspective(400px) rotateX(-5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInX {
    -webkit-animation-name: flipInX;
    -webkit-backface-visibility: visible!important;
    animation-name: flipInX;
    backface-visibility: visible!important
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) rotateY(90deg);
        animation-timing-function: ease-in;
        opacity: 0;
        transform: perspective(400px) rotateY(90deg)
    }
    40% {
        -webkit-animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) rotateY(-20deg);
        animation-timing-function: ease-in;
        transform: perspective(400px) rotateY(-20deg)
    }
    60% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        opacity: 1;
        transform: perspective(400px) rotateY(10deg)
    }
    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    0% {
        -webkit-animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) rotateY(90deg);
        animation-timing-function: ease-in;
        opacity: 0;
        transform: perspective(400px) rotateY(90deg)
    }
    40% {
        -webkit-animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) rotateY(-20deg);
        animation-timing-function: ease-in;
        transform: perspective(400px) rotateY(-20deg)
    }
    60% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        opacity: 1;
        transform: perspective(400px) rotateY(10deg)
    }
    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInY {
    -webkit-animation-name: flipInY;
    -webkit-backface-visibility: visible!important;
    animation-name: flipInY;
    backface-visibility: visible!important
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        opacity: 1;
        transform: perspective(400px) rotateX(-20deg)
    }
    to {
        -webkit-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
        transform: perspective(400px) rotateX(90deg)
    }
}

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        opacity: 1;
        transform: perspective(400px) rotateX(-20deg)
    }
    to {
        -webkit-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
        transform: perspective(400px) rotateX(90deg)
    }
}

.flipOutX {
    -webkit-animation-duration: .75s;
    -webkit-animation-name: flipOutX;
    -webkit-backface-visibility: visible!important;
    animation-duration: .75s;
    animation-name: flipOutX;
    backface-visibility: visible!important
}

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotateY(-15deg);
        opacity: 1;
        transform: perspective(400px) rotateY(-15deg)
    }
    to {
        -webkit-transform: perspective(400px) rotateY(90deg);
        opacity: 0;
        transform: perspective(400px) rotateY(90deg)
    }
}

@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotateY(-15deg);
        opacity: 1;
        transform: perspective(400px) rotateY(-15deg)
    }
    to {
        -webkit-transform: perspective(400px) rotateY(90deg);
        opacity: 0;
        transform: perspective(400px) rotateY(90deg)
    }
}

.flipOutY {
    -webkit-animation-duration: .75s;
    -webkit-animation-name: flipOutY;
    -webkit-backface-visibility: visible!important;
    animation-duration: .75s;
    animation-name: flipOutY;
    backface-visibility: visible!important
}

@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
        transform: translate3d(100%, 0, 0) skewX(-30deg)
    }
    60% {
        -webkit-transform: skewX(20deg);
        opacity: 1;
        transform: skewX(20deg)
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
        transform: translate3d(100%, 0, 0) skewX(-30deg)
    }
    60% {
        -webkit-transform: skewX(20deg);
        opacity: 1;
        transform: skewX(20deg)
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-name: lightSpeedIn;
    animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
    0% {
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
        transform: translate3d(100%, 0, 0) skewX(30deg)
    }
}

@keyframes lightSpeedOut {
    0% {
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
        transform: translate3d(100%, 0, 0) skewX(30deg)
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-name: lightSpeedOut;
    animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform: rotate(-200deg);
        -webkit-transform-origin: center;
        opacity: 0;
        transform: rotate(-200deg);
        transform-origin: center
    }
    to {
        -webkit-transform: translateZ(0);
        -webkit-transform-origin: center;
        opacity: 1;
        transform: translateZ(0);
        transform-origin: center
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform: rotate(-200deg);
        -webkit-transform-origin: center;
        opacity: 0;
        transform: rotate(-200deg);
        transform-origin: center
    }
    to {
        -webkit-transform: translateZ(0);
        -webkit-transform-origin: center;
        opacity: 1;
        transform: translateZ(0);
        transform-origin: center
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform: rotate(-45deg);
        -webkit-transform-origin: left bottom;
        opacity: 0;
        transform: rotate(-45deg);
        transform-origin: left bottom
    }
    to {
        -webkit-transform: translateZ(0);
        -webkit-transform-origin: left bottom;
        opacity: 1;
        transform: translateZ(0);
        transform-origin: left bottom
    }
}

@keyframes rotateInDownLeft {
    0% {
        -webkit-transform: rotate(-45deg);
        -webkit-transform-origin: left bottom;
        opacity: 0;
        transform: rotate(-45deg);
        transform-origin: left bottom
    }
    to {
        -webkit-transform: translateZ(0);
        -webkit-transform-origin: left bottom;
        opacity: 1;
        transform: translateZ(0);
        transform-origin: left bottom
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform: rotate(45deg);
        -webkit-transform-origin: right bottom;
        opacity: 0;
        transform: rotate(45deg);
        transform-origin: right bottom
    }
    to {
        -webkit-transform: translateZ(0);
        -webkit-transform-origin: right bottom;
        opacity: 1;
        transform: translateZ(0);
        transform-origin: right bottom
    }
}

@keyframes rotateInDownRight {
    0% {
        -webkit-transform: rotate(45deg);
        -webkit-transform-origin: right bottom;
        opacity: 0;
        transform: rotate(45deg);
        transform-origin: right bottom
    }
    to {
        -webkit-transform: translateZ(0);
        -webkit-transform-origin: right bottom;
        opacity: 1;
        transform: translateZ(0);
        transform-origin: right bottom
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform: rotate(45deg);
        -webkit-transform-origin: left bottom;
        opacity: 0;
        transform: rotate(45deg);
        transform-origin: left bottom
    }
    to {
        -webkit-transform: translateZ(0);
        -webkit-transform-origin: left bottom;
        opacity: 1;
        transform: translateZ(0);
        transform-origin: left bottom
    }
}

@keyframes rotateInUpLeft {
    0% {
        -webkit-transform: rotate(45deg);
        -webkit-transform-origin: left bottom;
        opacity: 0;
        transform: rotate(45deg);
        transform-origin: left bottom
    }
    to {
        -webkit-transform: translateZ(0);
        -webkit-transform-origin: left bottom;
        opacity: 1;
        transform: translateZ(0);
        transform-origin: left bottom
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform: rotate(-90deg);
        -webkit-transform-origin: right bottom;
        opacity: 0;
        transform: rotate(-90deg);
        transform-origin: right bottom
    }
    to {
        -webkit-transform: translateZ(0);
        -webkit-transform-origin: right bottom;
        opacity: 1;
        transform: translateZ(0);
        transform-origin: right bottom
    }
}

@keyframes rotateInUpRight {
    0% {
        -webkit-transform: rotate(-90deg);
        -webkit-transform-origin: right bottom;
        opacity: 0;
        transform: rotate(-90deg);
        transform-origin: right bottom
    }
    to {
        -webkit-transform: translateZ(0);
        -webkit-transform-origin: right bottom;
        opacity: 1;
        transform: translateZ(0);
        transform-origin: right bottom
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        opacity: 1;
        transform-origin: center
    }
    to {
        -webkit-transform: rotate(200deg);
        -webkit-transform-origin: center;
        opacity: 0;
        transform: rotate(200deg);
        transform-origin: center
    }
}

@keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        opacity: 1;
        transform-origin: center
    }
    to {
        -webkit-transform: rotate(200deg);
        -webkit-transform-origin: center;
        opacity: 0;
        transform: rotate(200deg);
        transform-origin: center
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        opacity: 1;
        transform-origin: left bottom
    }
    to {
        -webkit-transform: rotate(45deg);
        -webkit-transform-origin: left bottom;
        opacity: 0;
        transform: rotate(45deg);
        transform-origin: left bottom
    }
}

@keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        opacity: 1;
        transform-origin: left bottom
    }
    to {
        -webkit-transform: rotate(45deg);
        -webkit-transform-origin: left bottom;
        opacity: 0;
        transform: rotate(45deg);
        transform-origin: left bottom
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        opacity: 1;
        transform-origin: right bottom
    }
    to {
        -webkit-transform: rotate(-45deg);
        -webkit-transform-origin: right bottom;
        opacity: 0;
        transform: rotate(-45deg);
        transform-origin: right bottom
    }
}

@keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        opacity: 1;
        transform-origin: right bottom
    }
    to {
        -webkit-transform: rotate(-45deg);
        -webkit-transform-origin: right bottom;
        opacity: 0;
        transform: rotate(-45deg);
        transform-origin: right bottom
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        opacity: 1;
        transform-origin: left bottom
    }
    to {
        -webkit-transform: rotate(-45deg);
        -webkit-transform-origin: left bottom;
        opacity: 0;
        transform: rotate(-45deg);
        transform-origin: left bottom
    }
}

@keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        opacity: 1;
        transform-origin: left bottom
    }
    to {
        -webkit-transform: rotate(-45deg);
        -webkit-transform-origin: left bottom;
        opacity: 0;
        transform: rotate(-45deg);
        transform-origin: left bottom
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        opacity: 1;
        transform-origin: right bottom
    }
    to {
        -webkit-transform: rotate(90deg);
        -webkit-transform-origin: right bottom;
        opacity: 0;
        transform: rotate(90deg);
        transform-origin: right bottom
    }
}

@keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        opacity: 1;
        transform-origin: right bottom
    }
    to {
        -webkit-transform: rotate(90deg);
        -webkit-transform-origin: right bottom;
        opacity: 0;
        transform: rotate(90deg);
        transform-origin: right bottom
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight
}

@-webkit-keyframes hinge {
    0% {
        -webkit-animation-timing-function: ease-in-out;
        -webkit-transform-origin: top left;
        animation-timing-function: ease-in-out;
        transform-origin: top left
    }
    20%,
    60% {
        -webkit-animation-timing-function: ease-in-out;
        -webkit-transform: rotate(80deg);
        -webkit-transform-origin: top left;
        animation-timing-function: ease-in-out;
        transform: rotate(80deg);
        transform-origin: top left
    }
    40%,
    80% {
        -webkit-animation-timing-function: ease-in-out;
        -webkit-transform: rotate(60deg);
        -webkit-transform-origin: top left;
        animation-timing-function: ease-in-out;
        opacity: 1;
        transform: rotate(60deg);
        transform-origin: top left
    }
    to {
        -webkit-transform: translate3d(0, 700px, 0);
        opacity: 0;
        transform: translate3d(0, 700px, 0)
    }
}

@keyframes hinge {
    0% {
        -webkit-animation-timing-function: ease-in-out;
        -webkit-transform-origin: top left;
        animation-timing-function: ease-in-out;
        transform-origin: top left
    }
    20%,
    60% {
        -webkit-animation-timing-function: ease-in-out;
        -webkit-transform: rotate(80deg);
        -webkit-transform-origin: top left;
        animation-timing-function: ease-in-out;
        transform: rotate(80deg);
        transform-origin: top left
    }
    40%,
    80% {
        -webkit-animation-timing-function: ease-in-out;
        -webkit-transform: rotate(60deg);
        -webkit-transform-origin: top left;
        animation-timing-function: ease-in-out;
        opacity: 1;
        transform: rotate(60deg);
        transform-origin: top left
    }
    to {
        -webkit-transform: translate3d(0, 700px, 0);
        opacity: 0;
        transform: translate3d(0, 700px, 0)
    }
}

.hinge {
    -webkit-animation-duration: 2s;
    -webkit-animation-name: hinge;
    animation-duration: 2s;
    animation-name: hinge
}

@-webkit-keyframes jackInTheBox {
    0% {
        -webkit-transform: scale(.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        opacity: 0;
        transform: scale(.1) rotate(30deg);
        transform-origin: center bottom
    }
    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg)
    }
    to {
        -webkit-transform: scale(1);
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes jackInTheBox {
    0% {
        -webkit-transform: scale(.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        opacity: 0;
        transform: scale(.1) rotate(30deg);
        transform-origin: center bottom
    }
    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg)
    }
    to {
        -webkit-transform: scale(1);
        opacity: 1;
        transform: scale(1)
    }
}

.jackInTheBox {
    -webkit-animation-name: jackInTheBox;
    animation-name: jackInTheBox
}

@-webkit-keyframes rollIn {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
        opacity: 0;
        transform: translate3d(-100%, 0, 0) rotate(-120deg)
    }
    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes rollIn {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
        opacity: 0;
        transform: translate3d(-100%, 0, 0) rotate(-120deg)
    }
    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0)
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}

@-webkit-keyframes rollOut {
    0% {
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
        opacity: 0;
        transform: translate3d(100%, 0, 0) rotate(120deg)
    }
}

@keyframes rollOut {
    0% {
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
        opacity: 0;
        transform: translate3d(100%, 0, 0) rotate(120deg)
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut
}

@-webkit-keyframes zoomIn {
    0% {
        -webkit-transform: scale3d(.3, .3, .3);
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        -webkit-transform: scale3d(.3, .3, .3);
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0)
    }
    60% {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0)
    }
}

@keyframes zoomInDown {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0)
    }
    60% {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0)
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0)
    }
    60% {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0)
    }
}

@keyframes zoomInLeft {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0)
    }
    60% {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0)
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0)
    }
    60% {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0)
    }
}

@keyframes zoomInRight {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0)
    }
    60% {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0)
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0)
    }
    60% {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0)
    }
}

@keyframes zoomInUp {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0)
    }
    60% {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0)
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1
    }
    50% {
        -webkit-transform: scale3d(.3, .3, .3);
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
    to {
        opacity: 0
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1
    }
    50% {
        -webkit-transform: scale3d(.3, .3, .3);
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
    to {
        opacity: 0
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
    40% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0)
    }
    to {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform-origin: center bottom
    }
}

@keyframes zoomOutDown {
    40% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0)
    }
    to {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform-origin: center bottom
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown
}

@-webkit-keyframes zoomOutLeft {
    40% {
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }
    to {
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        opacity: 0;
        transform: scale(.1) translate3d(-2000px, 0, 0);
        transform-origin: left center
    }
}

@keyframes zoomOutLeft {
    40% {
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }
    to {
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        opacity: 0;
        transform: scale(.1) translate3d(-2000px, 0, 0);
        transform-origin: left center
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft
}

@-webkit-keyframes zoomOutRight {
    40% {
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }
    to {
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        opacity: 0;
        transform: scale(.1) translate3d(2000px, 0, 0);
        transform-origin: right center
    }
}

@keyframes zoomOutRight {
    40% {
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }
    to {
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        opacity: 0;
        transform: scale(.1) translate3d(2000px, 0, 0);
        transform-origin: right center
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight
}

@-webkit-keyframes zoomOutUp {
    40% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0)
    }
    to {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform-origin: center bottom
    }
}

@keyframes zoomOutUp {
    40% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0)
    }
    to {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform-origin: center bottom
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp
}

@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: hidden
    }
}

@keyframes slideOutDown {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: hidden
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown
}

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: hidden
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: hidden
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: hidden
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: hidden
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: hidden
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: hidden
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}

.animated {
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-duration: 1s;
    animation-fill-mode: both
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animated.delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.animated.delay-2s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

.animated.delay-3s {
    -webkit-animation-delay: 3s;
    animation-delay: 3s
}

.animated.delay-4s {
    -webkit-animation-delay: 4s;
    animation-delay: 4s
}

.animated.delay-5s {
    -webkit-animation-delay: 5s;
    animation-delay: 5s
}

.animated.fast {
    -webkit-animation-duration: .8s;
    animation-duration: .8s
}

.animated.faster {
    -webkit-animation-duration: .5s;
    animation-duration: .5s
}

.animated.slow {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

.animated.slower {
    -webkit-animation-duration: 3s;
    animation-duration: 3s
}

@media (prefers-reduced-motion) {
    .animated {
        -webkit-animation: unset!important;
        -webkit-transition: none!important;
        animation: unset!important;
        -o-transition: none!important;
        transition: none!important
    }
}

@font-face {
    font-family: FontAwesome;
    src: url(fonts/font-awesome/fontawesome-webfont.eot?v=4.7.0);
    src: url(fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"), url(fonts/font-awesome/fontawesome-webfont.woff2?v=4.7.0) format("woff2"), url(fonts/fontawesome-webfont.woff?v=4.7.0) format("woff"), url(fonts/font-awesome/fontawesome-webfont.ttf?v=4.7.0) format("truetype"), url(fonts/font-awesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format("svg");
    font-weight: 400;
    font-style: normal
}

[class*=" fa-"],
[class^=fa-] {
    display: inline-block;
    font-family: FontAwesome!important;
    font-style: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    -webkit-border-radius: .1em;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
    -webkit-filter: none;
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-close:before,
.fa-remove:before,
.fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-cog:before,
.fa-gear:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-repeat:before,
.fa-rotate-right:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-image:before,
.fa-photo:before,
.fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-exclamation-triangle:before,
.fa-warning:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-cogs:before,
.fa-gears:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before,
.fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0"
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-floppy-o:before,
.fa-save:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-bars:before,
.fa-navicon:before,
.fa-reorder:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-sort:before,
.fa-unsorted:before {
    content: "\f0dc"
}

.fa-sort-desc:before,
.fa-sort-down:before {
    content: "\f0dd"
}

.fa-sort-asc:before,
.fa-sort-up:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2"
}

.fa-gavel:before,
.fa-legal:before {
    content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-bolt:before,
.fa-flash:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-clipboard:before,
.fa-paste:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-chain-broken:before,
.fa-unlink:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-caret-square-o-down:before,
.fa-toggle-down:before {
    content: "\f150"
}

.fa-caret-square-o-up:before,
.fa-toggle-up:before {
    content: "\f151"
}

.fa-caret-square-o-right:before,
.fa-toggle-right:before {
    content: "\f152"
}

.fa-eur:before,
.fa-euro:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155"
}

.fa-inr:before,
.fa-rupee:before {
    content: "\f156"
}

.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
    content: "\f157"
}

.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
    content: "\f158"
}

.fa-krw:before,
.fa-won:before {
    content: "\f159"
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-caret-square-o-left:before,
.fa-toggle-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-try:before,
.fa-turkish-lira:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-bank:before,
.fa-institution:before,
.fa-university:before {
    content: "\f19c"
}

.fa-graduation-cap:before,
.fa-mortar-board:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before,
.fa-car:before {
    content: "\f1b9"
}

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
    content: "\f1c5"
}

.fa-file-archive-o:before,
.fa-file-zip-o:before {
    content: "\f1c6"
}

.fa-file-audio-o:before,
.fa-file-sound-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-ring:before,
.fa-life-saver:before,
.fa-support:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before,
.fa-rebel:before,
.fa-resistance:before {
    content: "\f1d0"
}

.fa-empire:before,
.fa-ge:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-hacker-news:before,
.fa-y-combinator-square:before,
.fa-yc-square:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7"
}

.fa-paper-plane:before,
.fa-send:before {
    content: "\f1d8"
}

.fa-paper-plane-o:before,
.fa-send-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-futbol-o:before,
.fa-soccer-ball-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-ils:before,
.fa-shekel:before,
.fa-sheqel:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before,
.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-bed:before,
.fa-hotel:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-y-combinator:before,
.fa-yc:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before,
.fa-battery-full:before,
.fa-battery:before {
    content: "\f240"
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-paper-o:before,
.fa-hand-stop-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-television:before,
.fa-tv:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-envira:before {
    content: "\f299"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-wheelchair-alt:before {
    content: "\f29b"
}

.fa-question-circle-o:before {
    content: "\f29c"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-american-sign-language-interpreting:before,
.fa-asl-interpreting:before {
    content: "\f2a3"
}

.fa-deaf:before,
.fa-deafness:before,
.fa-hard-of-hearing:before {
    content: "\f2a4"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-sign-language:before,
.fa-signing:before {
    content: "\f2a7"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "\f2b3"
}

.fa-fa:before,
.fa-font-awesome:before {
    content: "\f2b4"
}

.fa-handshake-o:before {
    content: "\f2b5"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-o:before {
    content: "\f2b7"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-book-o:before {
    content: "\f2ba"
}

.fa-address-card:before,
.fa-vcard:before {
    content: "\f2bb"
}

.fa-address-card-o:before,
.fa-vcard-o:before {
    content: "\f2bc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-circle-o:before {
    content: "\f2be"
}

.fa-user-o:before {
    content: "\f2c0"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-drivers-license:before,
.fa-id-card:before {
    content: "\f2c2"
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: "\f2c3"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-thermometer-4:before,
.fa-thermometer-full:before,
.fa-thermometer:before {
    content: "\f2c7"
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-bath:before,
.fa-bathtub:before,
.fa-s15:before {
    content: "\f2cd"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-times-rectangle:before,
.fa-window-close:before {
    content: "\f2d3"
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: "\f2d4"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-eercast:before {
    content: "\f2da"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-snowflake-o:before {
    content: "\f2dc"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-meetup:before {
    content: "\f2e0"
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

@font-face {
    font-family: icomoon;
    src: url(fonts/icomoon/icomoon.eot);
    src: url(fonts/icomoon/icomoon.eot) format("embedded-opentype"), url(fonts/icomoon/icomoon.ttf) format("truetype"), url(fonts/icomoon/icomoon.woff) format("woff"), url(fonts/icomoon/icomoon.svg) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: block
}

[class*=" icon-"],
[class^=icon-] {
    font-family: icomoon!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
}

[class*=" icon-"],
[class^=icon-] {
    font-family: icomoon!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
}

.icon-scroll:before {
    content: "\e900"
}

.icon-anvil:before {
    content: "\e901"
}

.icon-arrow-left:before {
    content: "\e902"
}

.icon-arrow-right:before {
    content: "\e903"
}

.icon-build:before {
    content: "\e904"
}

.icon-electric-tower:before {
    content: "\e905"
}

.icon-factory:before {
    content: "\e906"
}

.icon-long-arrow-down:before {
    content: "\e907"
}

.icon-long-arrow-right:before {
    content: "\e908"
}

.icon-metallurgy:before {
    content: "\e909"
}

.icon-mining-cart:before {
    content: "\e90a"
}

.icon-mining-cart2:before {
    content: "\e90b"
}

.icon-network:before {
    content: "\e90c"
}

.icon-port:before {
    content: "\e90e"
}

.icon-search:before {
    content: "\e90f"
}

.icon-ship:before {
    content: "\e910"
}

.icon-track:before {
    content: "\e911"
}

.icon-train:before {
    content: "\e912"
}

.icon-envelope:before {
    content: "\e90d"
}

.icon-read:before {
    content: "\e913"
}

.icon-download:before {
    content: "\e914"
}

::-webkit-input-placeholder {
    color: #666
}

::-moz-placeholder {
    color: #666
}

::-ms-input-placeholder {
    color: #666
}

::placeholder {
    color: #666
}

::-moz-selection {
    background-color: #008ce4;
    color: #fff
}

::selection {
    background-color: #008ce4;
    color: #fff
}

html {
    height: 100%
}

body {
    font-size: 16px;
    min-width: 320px;
    position: relative;
    line-height: 1.1;
    font-family: Inter, sans-serif;
    font-weight: 700;
    overflow-x: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh
}

body input,
body textarea {
    border: #666 1px solid;
    outline: 0
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
    border-color: red
}

body input:required:valid,
body textarea:required:valid {
    border-color: green
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

select::-ms-expand {
    display: none
}

input[type=number] {
    -moz-appearance: textfield
}

input[type=number] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield
}

a {
    color: inherit;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

li::marker {
    list-style-type: none
}

img {
    max-width: 100%;
    display: inline-block
}

p:last-child {
    margin-bottom: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Inter, sans-serif;
    font-weight: 700;
}

h2 {
    font-size: 36px;
    margin-bottom: 30px
}

button {
    cursor: pointer;
    border: 0
}

textarea {
    resize: none;
    width: 100%;
    height: 100%
}

input::-ms-clear {
    display: none
}

input[type=checkbox] {
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    vertical-align: middle;
    appearance: none;
    margin: 0;
    margin-right: 15px;
    width: 22px;
    height: 22px;
    line-height: 20px;
    -webkit-background-clip: content-box;
    background-clip: content-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-color: transparent;
    border: 1px solid #cfcfd7;
    text-align: center
}

input[type=checkbox]:checked::before {
    content: "\f00c";
    font-size: 16px;
    font-family: fontawesome;
    font-weight: 400;
    color: #008ce4
}

.universal-block-body ul {
    list-style-type: none;
}

.icon {
    display: inline-block;
    vertical-align: 0
}

.form-field {
    position: relative
}

.inner-gradient-page {
    background: -webkit-linear-gradient(right, rgba(0, 0, 0, .05), rgba(0, 0, 0, .05)) repeat-y -webkit-calc(50% + 225px) 0/1px auto;
    background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .05)), to(rgba(0, 0, 0, .05))) repeat-y calc(50% + 225px) 0/1px auto;
    background: -o-linear-gradient(right, rgba(0, 0, 0, .05), rgba(0, 0, 0, .05)) repeat-y calc(50% + 225px) 0/1px auto;
    background: linear-gradient(to left, rgba(0, 0, 0, .05), rgba(0, 0, 0, .05)) repeat-y calc(50% + 225px) 0/1px auto
}

.reverse-gradient-page {
    background: -webkit-linear-gradient(right, rgba(0, 0, 0, .05), rgba(0, 0, 0, .05)) repeat-y -webkit-calc(50% - 225px) 0/1px auto;
    background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .05)), to(rgba(0, 0, 0, .05))) repeat-y calc(50% - 225px) 0/1px auto;
    background: -o-linear-gradient(right, rgba(0, 0, 0, .05), rgba(0, 0, 0, .05)) repeat-y calc(50% - 225px) 0/1px auto;
    background: linear-gradient(to left, rgba(0, 0, 0, .05), rgba(0, 0, 0, .05)) repeat-y calc(50% - 225px) 0/1px auto
}

.reverse-double-gradient {
    background: -webkit-linear-gradient(right, rgba(0, 0, 0, .05), rgba(0, 0, 0, .05)) repeat-y -webkit-calc(50% - 225px) 0/1px auto, -webkit-linear-gradient(right, rgba(0, 0, 0, .05), rgba(0, 0, 0, .05)) repeat-y -webkit-calc(50% + 231px) 0/1px auto;
    background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .05)), to(rgba(0, 0, 0, .05))) repeat-y calc(50% - 225px) 0/1px auto, -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .05)), to(rgba(0, 0, 0, .05))) repeat-y calc(50% + 231px) 0/1px auto;
    background: -o-linear-gradient(right, rgba(0, 0, 0, .05), rgba(0, 0, 0, .05)) repeat-y calc(50% - 225px) 0/1px auto, -o-linear-gradient(right, rgba(0, 0, 0, .05), rgba(0, 0, 0, .05)) repeat-y calc(50% + 231px) 0/1px auto;
    background: linear-gradient(to left, rgba(0, 0, 0, .05), rgba(0, 0, 0, .05)) repeat-y calc(50% - 225px) 0/1px auto, linear-gradient(to left, rgba(0, 0, 0, .05), rgba(0, 0, 0, .05)) repeat-y calc(50% + 231px) 0/1px auto
}

.home-page {
    background: url(img/grid.svg) repeat-y center top
}

.container {
    position: relative
}

.slider-arrow {
    z-index: 1;
    cursor: pointer;
    -webkit-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out
}

.btn {
    display: inline-block;
    position: relative;
    font-size: 12px;
    font-family: Inter, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 15px;
    min-width: 170px
}

.btn span {
    position: relative;
    z-index: 2
}

.btn:hover {
    text-decoration: none
}

.btn-transparent {
    border: 1px solid #fff;
    background-color: transparent
}

.btn-dark {
    border: 1px solid #3c3c3c
}

.btn-dark:hover,
.btn-transparent:hover {
    color: #008ce4
}

.btn-dark::after,
.btn-transparent::after {
    content: "";
    position: absolute;
    width: 0;
    height: 100%;
    left: 0;
    bottom: 0;
    -webkit-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    -webkit-border-top-right-radius: 100px;
    border-top-right-radius: 100px
}

.btn-transparent::after {
    background-color: #fff
}

.btn-dark::after {
    background-color: #000
}

.btn-dark:hover:after,
.btn-transparent:hover:after {
    width: 100%;
    -webkit-border-radius: 0;
    border-radius: 0
}

.btn-accent {
    background-color: #008ce4;
    color: #fff
}

.btn-accent:hover {
    background-color: #0083d5;
    color: #fff
}

.btn-accent:active {
    background-color: #007ccb
}

.btn-wrap {
    width: 100%;
    text-align: center;
    margin: 20px 0
}

.btn-white {
    background-color: #fff;
    border: 1px solid #008ce4;
    color: #008ce4
}

.page-title,
.section-title {
    font-size: 48px
}

.section-title {
    margin-bottom: 90px
}

.page-title {
    margin-bottom: 0
}

.box {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.page-section {
    padding: 88px 0
}

.page-inner-section {
    padding: 65px 0
}

.section-heading {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.section-subtitle {
    font-size: 30px
}

.gray-block {
    background-color: #f3f3f3
}

.slick-slide {
    outline: 0
}

.accent-text {
    color: #008ce4
}

.page-header {
    color: #fff;
    font-family: Inter, sans-serif;
    font-weight: 500;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 2
}

.page-header .container:before {
    content: "";
    position: absolute;
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
    left: 15px;
    bottom: 0;
    height: 1px;
    background-color: rgba(255, 255, 255, .18)
}

.page-header .container {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 33px 15px
}

.header-menu {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-top: 25px
}

.header-menu.clone {
    display: none
}

.header-logo {
    margin-right: 76px;
    z-index: 2
}

.header-menu li:not(:last-of-type) {
    margin-right: 37px
}

.header-menu .active>a,
.header-menu a:hover {
    color: #008ce4;
    text-decoration: none
}

.header-tools {
    margin-left: auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-top: 18px;
    z-index: 2
}

.header-tools a:not(:last-of-type) {
    margin-right: 26px;
    font-size: 20px
}

.header-tools .icon {
    vertical-align: -5px
}

.header-tools .modal-link:hover {
    color: #008ce4
}

.header-tools .lang-link:hover {
    color: red;
    text-decoration: none
}

.intro-slide {
    background-color: #777;
    color: #fff;
    padding: 240px 0 220px;
    position: relative;
    min-height: 100vh
}

.intro-slide-title {
    font-size: 46px;
    margin-bottom: 55px
}

.intro-slide-title span {
    color: #008ce4;
    display: block
}

.intro-slide-text {
    max-width: 700px;
    margin-left: 145px
}

.intro-slide-text .btn,
.news-item .btn {
    padding: 17px 15px;
    min-width: 170px;
    outline: 0
}

.news-item .btn {
    color: #008ce4;
    border-color: #3c3c3c
}

.btn-absolute .icon,
.btn-animation .icon {
    position: absolute;
    top: 50%;
    right: -16px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    color: #008ce4;
    font-size: 16px
}

.btn-animation .icon {
    -webkit-animation: moveArrow 1.5s infinite ease-in-out;
    animation: moveArrow 1.5s infinite ease-in-out
}

@-webkit-keyframes moveArrow {
    0% {
        right: -16px
    }
    50% {
        right: -32px
    }
    100% {
        right: -16px
    }
}

@keyframes moveArrow {
    0% {
        right: -16px
    }
    50% {
        right: -32px
    }
    100% {
        right: -16px
    }
}

.intro-section {
    padding: 0;
    position: relative
}

.btn-animation:hover .icon {
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

.intro-slide-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover
}

.intro-slide-bg::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: rgba(0, 0, 0, .5)
}

.intro-slider .slider-nav {
    position: absolute;
    bottom: 60px;
    left: -webkit-calc(50% - 540px);
    left: calc(50% - 540px);
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.intro-slider .slick-arrow {
    color: #fff;
    font-weight: 400;
    font-size: 22px;
    line-height: 1;
    opacity: .8;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.intro-slider .slider-arrow:hover {
    opacity: 1
}

.intro-slider .slider-dots {
    counter-reset: pi;
    margin: 0 20px
}

.intro-slider .slider-dots li {
    position: relative;
    display: inline-block;
    vertical-align: 0;
    width: 56px;
    height: 56px;
    counter-increment: pi
}

.intro-slider .slider-dots li:not(:last-of-type) {
    margin-right: 98px
}

.intro-slider .slider-dots li:not(:last-of-type):after {
    content: "";
    position: absolute;
    width: 74px;
    height: 1px;
    background-color: rgba(255, 255, 255, .4);
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -webkit-calc(100% + 10px);
    left: calc(100% + 10px)
}

.intro-slider .slider-dots li:before {
    content: counter(pi, decimal-leading-zero);
    position: absolute;
    right: 50%;
    top: 50%;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    color: #fff;
    font-size: 24px;
    font-family: PFDinTextCondPro-Light, sans-serif
}

.intro-progress,
.intro-progress-track {
    fill: none
}

.intro-progress-track {
    stroke: rgba(255, 255, 255, .4)
}

.intro-progress-bar {
    stroke-width: 2px;
    stroke: #008ce4;
    stroke-dasharray: 0, 172.8030548095703px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center
}

@-webkit-keyframes progress {
    0% {
        stroke-dasharray: 0, 172.8030548095703px
    }
    100% {
        stroke-dasharray: 172.8030548095703px, 172.8030548095703px
    }
}

@keyframes progress {
    0% {
        stroke-dasharray: 0, 172.8030548095703px
    }
    100% {
        stroke-dasharray: 172.8030548095703px, 172.8030548095703px
    }
}

.slick-active .intro-progress-bar {
    -webkit-animation: progress 5s linear forwards;
    animation: progress 5s linear forwards
}

.intro-scroll {
    display: inline-block;
    position: absolute;
    left: -webkit-calc(50% - 685px);
    left: calc(50% - 685px);
    bottom: 70px;
    cursor: pointer;
    text-align: center
}

.intro-scroll::before {
    content: "\e900";
    font-family: icomoon;
    color: #fff;
    font-size: 36px
}

.intro-scroll::after {
    position: absolute;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    content: "\e907";
    font-family: icomoon;
    color: #008ce4;
    font-size: 22px;
    -webkit-animation: upArrow 1.5s infinite ease-in-out;
    animation: upArrow 1.5s infinite ease-in-out
}

.intro-scroll:hover:after {
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

@-webkit-keyframes upArrow {
    0% {
        bottom: -10px
    }
    50% {
        bottom: -20px
    }
    100% {
        bottom: -10px
    }
}

@keyframes upArrow {
    0% {
        bottom: -10px
    }
    50% {
        bottom: -20px
    }
    100% {
        bottom: -10px
    }
}

.popup {
    display: none;
    background: 0 0
}

.popup .fancybox-close-small {
    outline: 0
}

.search-popup {
    background: 0;
    max-width: 1000px;
    width: 100%;
    color: #fff;
    padding: 40px 0 10px 0
}

.search-popup .fancybox-button {
    padding: 0
}

.search-popup .fancybox-button:hover {
    color: #008ce4
}

.search-popup input {
    width: 100%;
    height: 100%;
    background: 0;
    color: #fff;
    font-size: 70px;
    font-family: Inter, sans-serif;
    font-weight: 700;
    padding: 0 30px;
    border: 0
}

.search-form .form-field {
    margin-right: 50px;
    height: 105px
}

.search-form .form-field::after,
.search-form .form-field::before {
    content: "";
    position: absolute;
    height: 2px;
    bottom: 0;
    width: 0;
    background-color: #008ce4
}

.search-form .form-field::before {
    left: 50%
}

.search-form .form-field::after {
    right: 50%
}

.search-popup.fancybox-content .form-field::after,
.search-popup.fancybox-content .form-field::before {
    -webkit-animation: searchBorder .25s .25s forwards ease-in-out;
    animation: searchBorder .25s .25s forwards ease-in-out
}

@-webkit-keyframes searchBorder {
    0% {
        width: 0
    }
    50% {
        width: 25%
    }
    100% {
        width: 50%
    }
}

@keyframes searchBorder {
    0% {
        width: 0
    }
    50% {
        width: 25%
    }
    100% {
        width: 50%
    }
}

.intro-video {
    position: absolute;
    right: -webkit-calc(50% - 685px);
    right: calc(50% - 685px);
    bottom: 0;
    width: 338px;
    height: 208px;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center 0;
    background-repeat: no-repeat
}

.intro-video a {
    display: inline-block;
    position: absolute;
    right: 50%;
    top: 50%;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    width: 55px;
    height: 55px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: url(img/svgfont/play.svg) no-repeat center
}

.btn-video {
    display: inline-block;
    width: 55px;
    height: 55px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: url(img/svgfont/play.svg) no-repeat center;
    cursor: pointer;
    -webkit-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    border: 3px solid transparent;
    -webkit-background-size: cover;
    background-size: cover
}

.btn-video:hover {
    opacity: .85
}

.video-playing .btn-video {
    background: url(img/stop.svg) no-repeat center;
    -webkit-background-size: 20px 20px;
    background-size: 20px;
    border-color: #fff
}

.video-playing .btn-video {
    opacity: 0
}

.video-playing .btn-video:hover {
    opacity: 1
}

iframe {
    width: 100%;
    height: 100%
}

.video-popup {
    color: #fff
}

.video-popup .fancybox-close-small:hover {
    color: #008ce4
}

.intro-video-wrap .section-title {
    display: none
}

.section-heading .section-title {
    margin-bottom: 0
}

.news-section {
    padding: 100px 0 120px
}

.section-heading {
    margin-bottom: 82px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.section-heading .btn {
    padding: 16px 15px;
    min-width: 218px
}

.section-heading .btn .icon {
    margin-left: 20px
}

.news-box {
    margin: 0 -24px
}

.news-item {
    margin: 0 24px 60px 24px;
    padding: 12px 20px 55px 48px;
    background-color: #f3f3f3;
    width: 29%;
    position: relative
}

.news-item-bg {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: all .35s ease-out;
    -o-transition: all .35s ease-out;
    transition: all .35s ease-out;
    opacity: 0
}

.news-item-bg::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .4)
}

.news-item:hover .news-item-bg {
    opacity: 1
}

.news-item:hover .news-item-content {
    color: #fff
}

.news-item:hover .news-title {
    color: #fff
}

.news-item:hover .news-links {
    color: #a3a2a2
}

.news-item:hover .btn {
    border-color: #fff
}

.news-links {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-size: 25px;
    color: #a3a2a2;
    margin-bottom: 20px
}

.news-links a:not(:last-of-type) {
    margin-right: 12px
}

.news-links a:hover {
    color: #008ce4
}

.news-datetime span {
    font-size: 37px;
    display: block;
    margin-bottom: 10px
}

.news-datetime {
    display: inline-block;
    margin-bottom: 40px
}

.news-title {
    color: #555567;
    margin-bottom: 50px;
    max-width: 292px;
    min-height: 120px;
    max-height: 120px;
    overflow: hidden;
    line-height: 1.875
}

.news-item-content {
    position: relative
}

.clear::after {
    content: "";
    display: table;
    clear: both;
}

.circle-dots {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%
}

.circle-dots button {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 0;
    font-size: 0;
    min-width: 10px;
    height: 10px;
    background: #282828;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 0;
    outline: 0;
    margin: 0 10px;
    position: relative;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.circle-dots .slick-active button {
    background: #008ce4
}

.circle-dots button::after {
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.circle-dots .slick-active button::after {
    content: "";
    position: absolute;
    right: 50%;
    top: 50%;
    width: 26px;
    height: 26px;
    border: 2px solid #008ce4;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%)
}

.direction-section {
    background: url(img/direction-bg.png) no-repeat center/cover #000;
    color: #fff;
    padding-bottom: 50px
}

.direction-box {
    margin: 0 -20px
}

.direction-item {
    margin: 0 20px 40px 20px;
    width: 30%;
    background-color: #000;
    position: relative
}

.direction-title {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 30px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 24px;
    pointer-events: none;
    margin-bottom: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff
}

.direction-title .icon {
    font-size: 20px;
    color: #008ce4;
    margin-left: auto
}

.direction-item-link:hover {
    text-decoration: none;
    color: #fff
}

.direction-image {
    display: block;
    height: 275px;
    position: relative;
    overflow: hidden
}

.direction-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
    opacity: .5
}

.direction-image:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 1
}

.direction-image:hover:before {
    opacity: 0
}

.about-section {
    padding-bottom: 60px
}

.about-item {
    width: 33.33%
}

.universal-block-sidebar {
    width: 34.1%
}

.about-item,
.universal-item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 38px;
    border-left: 3px solid #008ce4;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative
}

.universal-item {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.universal-item.no-border {
    border: 0
}

.universal-reverse-block .universal-block-sidebar {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    width: 32%
}

.universal-reverse-block .universal-block-body {
    width: 65%;
    padding-right: 70px;
    margin-left: auto
}

.about-item {
    margin-bottom: 130px
}

.universal-item:not(:last-of-type) {
    margin-bottom: 85px
}

.about-head,
.universal-item-head {
    font-size: 24px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    color: #2a2a36
}

.about-head {
    margin-right: 12px
}

.universal-item-content {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.universal-item-head {
    width: 100%;
    margin-bottom: 5px
}

.about-number,
.universal-item-number {
    margin-top: 17px;
    font-size: 60px;
    line-height: .5
}

.universal-item-number {
    margin-right: 12px
}

.about-number span,
.universal-item-number span {
    font-family: Ubuntu-Bold, sans-serif
}

.about-body,
.universal-item-body {
    font-family: Inter, sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.5;
    color: #555567
}

.about-body strong,
.universal-item-body strong {
    display: block;
    color: #008ce4;
    font-weight: 400
}

.structure-box {
    padding: 30px 45px 35px;
    background-color: #000;
    color: #fff
}

.structure-box .section-subtitle {
    width: 100%;
    margin-bottom: 28px
}

.sctructure-item {
    text-align: center;
    padding: 0 8px;
    width: 182px
}

.sctructure-item .icon {
    font-size: 40px;
    margin-bottom: 22px
}

.sctructure-title {
    margin-bottom: 0
}

.structure-box {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: url(img/direction-bg.png) no-repeat center/cover #000
}

.invest-section {
    padding: 60px 0
}

.invest-content {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.invest-sidebar {
    width: 31%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.invest-body {
    width: 66.66%
}

.invest-sidebar-list li {
    position: relative;
    padding-left: 65px;
    margin-bottom: 33px;
    font-size: 18px;
    line-height: 1.5
}

.invest-sidebar-list li::before {
    position: absolute;
    content: "\e908";
    font-family: icomoon;
    left: 0;
    color: #008ce4;
    top: 0;
    -webkit-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out
}

.invest-sidebar-list li:hover:before {
    left: 15px
}

.invest-sidebar-list a {
    display: block
}

.invest-sidebar-list a:hover {
    color: #008ce4;
    text-decoration: none
}

.invest-box {
    margin: 0 -22px;
    padding-left: 22px
}

.invest-item {
    width: 44.5%;
    background-color: #f3f3f3;
    padding: 50px 38px;
    margin: 0 22px 22px
}

.invest-item-body,
.invest-item-heading {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.invest-item-heading {
    color: #2a2a36
}

.invest-item-body {
    color: #555567
}

.invest-status,
.invest-type {
    width: 50%
}

.invest-item-heading {
    margin-bottom: 38px
}

.invest-item-body {
    font-size: 24px
}

.status-positive {
    color: #229924
}

.status-negative {
    color: #ef1d1d
}

.action-item-summ span,
.invest-type span {
    font-family: SFUIText, sans-serif
}

.action-item-number {
    color: #72728f;
    text-transform: uppercase
}

.geography-section {
    background-color: #f3f3f3;
    overflow: hidden
}

.geography-content {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.geography-body {
    position: relative
}

.geography-sidebar {
    width: 21.5%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: auto
}

.geography-list {
    font-size: 20px;
    color: #2a2a36;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.geography-list li {
    padding: 15px 15px 15px 60px;
    position: relative;
    border-bottom: 3px solid transparent;
    cursor: pointer
}

.geography-pin {
    display: none
}

.geography-pin.active {
    display: block
}

.geography-list li:not(:last-of-type) {
    margin-bottom: 45px
}

.geography-list .icon {
    position: absolute;
    min-width: 46px;
    text-align: center;
    left: 0;
    top: 45%;
    font-size: 35px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.geography-list .active {
    color: #008ce4;
    border-color: #008ce4
}

.geography-pin div,
.geography-static-pin a {
    position: absolute
}

.geography-pin div::before {
    font-family: icomoon;
    color: #008ce4;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 36px
}

.geography-static-pin a::before {
    font-family: fontawesome;
    color: #008ce4;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 36px
}

.geography-pin a:hover,
.geography-static-pin a:hover {
    text-decoration: none
}

.geography-pin>div:hover .tooltip {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    z-index: 1;
    pointer-events: auto;
}

.geography-pin a:hover .tooltip {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    z-index: 1
}

.mining-link::before {
    content: "\e90b"
}

.mining-static-link::before {
    content: "\f041"
}

.mining-link1 {
    left: 17.5%;
    top: 28%
}

.mining-link2 {
    left: 40%;
    top: 65%
}

.mining-link3 {
    left: 55%;
    top: 68.5%
}

.mining-link4 {
    left: 70%;
    top: 62.5%
}

.mining-link5 {
    left: 75%;
    top: 57.5%
}

.geography-pin .tooltip,
.geography-static-pin .tooltip {
    min-width: 238px;
    position: absolute;
    padding: 15px 22px;
    background-color: #fff;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    color: #555567;
    font-family: Inter, sans-serif;
    font-weight: 500;
    line-height: 1.5;
    bottom: 105%;
    left: -40px;
    pointer-events: none;
    -webkit-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    text-align: left
}

.geography-pin .tooltip {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0
}

.metallurgy-link::before {
    content: "\e909"
}

.metallurgy-link1 {
    left: 10.5%;
    top: 5.5%
}

.metallurgy-link2 {
    left: 23.5%;
    top: 7.5%
}

.metallurgy-link3 {
    left: 7.5%;
    top: 36.5%
}

.metallurgy-link4 {
    left: 24.5%;
    top: 42.5%
}

.metallurgy-link5 {
    left: 21.5%;
    top: 52.5%
}

.metallurgy-link6 {
    left: 27.5%;
    top: 52.5%
}

.metallurgy-link7 {
    left: 24.5%;
    top: 57.5%
}

.port-link::before {
    content: "\e90e"
}

.port-link1 {
    left: 4%;
    top: 41%
}

.port-link2 {
    left: 21%;
    top: 42%
}

.port-link3 {
    left: 82%;
    top: 93%
}

.geography-pin .factory-link::before {
    font-size: 33px
}

.factory-link::before {
    content: "\e906"
}

.factory-link1 {
    left: 44%;
    top: 65%
}

.factory-link2 {
    left: 41.5%;
    top: 75%
}

.office-link::before {
    content: "\e904"
}

.office-link1 {
    left: 15.5%;
    top: 28%
}

.page-footer {
    padding: 20px 0;
    background-color: #000;
    font-family: Inter, sans-serif;
    color: #fff;
    margin-top: auto;
    font-size: 14px;
}

.page-footer .container {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.footer-column {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 20%
}

.footer-column-list,
.footer-contacts {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 14px
}

.footer-column:not(:last-of-type) {
    margin-right: 30px
}

.footer-logo {
    max-width: 120px;
    margin-bottom: 25px
}

.footer-social-links {
    font-size: 20px;
    margin-bottom: 70px
}

.footer-social-links a:not(:last-of-type) {
    margin-right: 12px
}

.page-footer a:hover {
    color: #008ce4;
    text-decoration: none
}

.page-footer .active a {
    color: #008ce4
}

.footer-copy {
    font-size: 14px;
    color: #a5a5a5
}

.footer-column-list {
    color: #a5a5a5
}

.footer-column-list li:not(:last-of-type) {
    margin-bottom: 32px
}

.footer-contacts i {
    position: absolute;
    top: -5px;
    left: 0;
    font-size: 20px
}

.footer-contacts a:not(:last-of-type) {
    margin-bottom: 25px
}

.submenu {
    position: absolute;
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
    left: 15px;
    top: -webkit-calc(100% - 35px);
    top: calc(100% - 35px);
    background: #f3f3f3;
    z-index: 3;
    padding: 85px 60px 25px;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    opacity: 0;
    pointer-events: none;
    background: -webkit-linear-gradient(top, transparent 35px, #f3f3f3 35px, #f3f3f3 100%);
    background: -o-linear-gradient(top, transparent 35px, #f3f3f3 35px, #f3f3f3 100%);
    background: linear-gradient(to bottom, transparent 35px, #f3f3f3 35px, #f3f3f3 100%);
    color: black;
}

.header-menu li:hover>.submenu {
    opacity: 0.9;
    pointer-events: auto
}

.submenu li {
    margin-bottom: 30px;
    display: block;
    width: 100%
}

/*.submenu li a {*/
/*color: #ffffff;*/
/*}*/

.submenu {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4
}

.invest-submenu,
.personnel-submenu,
.press-submenu {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3
}

.mobile-menu-btn {
    width: 20px;
    height: 20px;
    display: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0 0 0 20px;
    cursor: pointer;
    position: relative;
    color: #fff
}

.mobile-menu-btn:after,
.mobile-menu-btn:before {
    content: '';
    display: block;
    width: 20px;
    border-top: 1px solid;
    position: absolute;
    left: -webkit-calc(50% - 10px);
    left: calc(50% - 10px);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.mobile-menu-btn:before {
    height: 15px;
    border-bottom: 1px solid;
    top: -webkit-calc(50% - 7.5px);
    top: calc(50% - 7.5px)
}

.mobile-menu-btn:after {
    content: '';
    top: -webkit-calc(50% - .5px);
    top: calc(50% - .5px)
}

.mobile-menu-btn.active:before {
    top: -webkit-calc(50% - .5px);
    top: calc(50% - .5px);
    height: 1px;
    border-bottom: none;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.mobile-menu-btn.active:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.entry-section {
    position: relative;
    padding: 148px 0 30px;
    color: #fff;
    min-height: 300px;
    background-color: #000;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.entry-section::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: rgba(0, 0, 0, .38)
}

.breadcrumb-list {
    font-family: Inter, sans-serif;
    font-size: 14px;
    padding: 0;
    margin-bottom: 35px
}

.breadcrumb-list-item {
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    vertical-align: top;
    white-space: nowrap;
    max-width: 300px;
}

.breadcrumb-list-item+.breadcrumb-list-item::before {
    display: inline-block;
    padding: 0 1rem;
    content: " | ";
    font-family: fontawesome;
    font-size: 14px;
    color: #969696
}

.breadcrumb-list-item {
    color: #e4e4e4
}

.breadcrumb-list-item a {
    color: #969696
}

.breadcrumb-list-item a:hover {
    text-decoration: none
}

.universal-block {
    padding: 52px 0
}

.universal-block-body {
    font-family: Inter, sans-serif;
    color: #555567;
    width: 61%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    line-height: 1.875
}

.universal-block .container {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.inner-page-body .container {
    padding-left: 35px
}

.video-block {
    position: relative
}

.video-block::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .6);
    -webkit-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out
}

.video-player {
    display: block;
    width: 100%;
    height: auto;
    max-height: -webkit-calc(480 * 100vw / 1440);
    max-height: calc(480 * 100vw / 1440);
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    background-color: #008ce4
}

.video-tools {
    max-width: 535px;
    position: absolute;
    top: 50%;
    right: 50%;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    font-size: 24px;
    font-family: Inter, sans-serif;
    color: #fff;
    text-align: center;
    -webkit-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out
}

.video-playing::before {
    background-color: transparent;
    pointer-events: none
}

.video-description {
    margin-top: 25px
}

.video-playing .video-description {
    opacity: 0
}

.video-frame {
    position: relative;
    padding-top: 35%;
}

.video-frame_wrap {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.universal-block-body p:not(:last-child) {
    margin-bottom: 30px
}

.company-slide {
    width: 724px;
    height: 432px;
    margin: 0 35px 25px;
    background-color: #000
}

.company-slide img {
    width: 100%;
    height: 100%;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover
}

.company-slider {
    padding: 60px 0
}

.white-block {
    background-color: #fff
}

.company-slider .slider-arrow {
    position: absolute;
    top: 50%;
    z-index: 2;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 23px
}

.company-slider .slider-arrow:hover {
    color: #008ce4
}

.company-slider .icon-arrow-left {
    left: -webkit-calc(50% - 406px);
    left: calc(50% - 406px)
}

.company-slider .icon-arrow-right {
    right: -webkit-calc(50% - 406px);
    right: calc(50% - 406px)
}

.finance-item {
    width: 33.33%;
    font-size: 30px;
    color: #2a2a36;
    text-align: center
}

.finance-left-item {
    text-align: left
}

.finance-item strong {
    display: block;
    font-size: 60px;
    font-weight: 400;
    margin: 15px 0 44px 0
}

.finance-item p {
    font-size: 18px;
    font-family: Inter, sans-serif;
    font-weight: 700;
    color: #555567;
    line-height: 1.66;
    margin-bottom: 15px
}

.finance-item-image {
    height: 108px;
    width: auto;
    margin: 40px 0 50px
}

.finance-item-value {
    color: #008ce4;
    text-align: center;
    font-size: 24px
}

.finance-value-large {
    font-size: 30px;
    font-family: Inter, sans-serif;
    font-weight: 700;
    text-align: left
}

.finance-section {
    padding: 60px 0 40px 0;
    background: url(img/grid.svg) repeat-y center top #fff
}

.finance-item-title {
    font-size: 18px
}

.finance-box {
    margin-bottom: 80px
}

.direction-light-box .direction-title {
    color: #fff
}

.border-off {
    border: 0
}

.universal-item.border-off {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.universal-item-title {
    font-size: 36px;
    width: 100%;
    margin-bottom: 33px;
    color: #2a2a36;
    line-height: 1.2
}

.universal-item-title a {
    pointer-events: none
}

.universal-item .btn {
    min-width: 170px;
    padding: 15px;
    margin-bottom: 25px
}

.universal-item .btn-dark::after {
    background-color: #000
}

.universal-item p {
    max-width: 314px;
    font-size: 18px;
    font-family: Inter, sans-serif;
    font-weight: 700;
    line-height: 1.66;
    margin-top: -8px
}

.universal-item.pseudo-border {
    border: 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.universal-item-subtitle {
    width: 100%;
    margin-bottom: 25px;
    color: #2a2a36;
    font-size: 24px
}

.universal-item.pseudo-border::before {
    content: "";
    position: absolute;
    width: 3px;
    height: 78px;
    background-color: #008ce4;
    left: 0;
    top: 0
}

.universal-item-contacts p {
    font-size: 16px;
    color: #555567;
    line-height: 1.5;
    max-width: 100%
}

.universal-item-contacts a:hover {
    color: #008ce4;
    text-decoration: none
}

.universal-block-body h4 {
    color: #2a2a36;
    font-size: 18px;
    font-family: Inter, sans-serif;
    font-weight: 700;
    margin-bottom: 0
}

.universal-block-body .subtitle {
    font-size: 24px;
    font-family: Inter, sans-serif;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 30px
}

.universal-item-contacts strong {
    font-family: Inter, sans-serif;
    font-weight: 700;
    font-size: 16px;
    font-weight: 400;
    color: #008ce4;
    margin-bottom: 10px;
    display: block
}

.universal-block-body strong {
    color: #555567;
    display: block;
    font-family: Inter, sans-serif;
    font-weight: 700;
    font-weight: 400;
    margin-bottom: 30px
}

.universal-block-body h3 {
    font-size: 36px;
    color: #2a2a36;
    line-height: 1.2
}

.structure-section {
    padding: 60px 0 20px;
    background: url(img/grid.svg) repeat-y center top #fff
}

.staff-section {
    padding: 65px 0 0 0;
    background: url(img/grid.svg) repeat-y center top #fff
}

.staff-item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 30%;
    margin-bottom: 108px
}

.staff-small-item {
    width: 48%
}

.staff-item-image {
    width: 186px;
    height: 240px;
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 18px
}

.staff-item-image img {
    width: 100%;
    height: 100%;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover
}

.staff-item-text {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.staff-item-title,
.universal-block-body .staff-item-title {
    font-size: 24px;
    color: #2a2a36;
    margin-bottom: 16px
}

.universal-block-body .staff-item-title {
    line-height: 1.2
}

.staff-item-link {
    display: inline-block;
    margin-top: auto;
    color: #008ce4
}

.staff-item-link:hover {
    color: red
}

.staff-item-position {
    font-family: Inter, sans-serif;
    color: #555567;
    line-height: 1.5
}

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

.member-card {
    max-width: 865px;
    margin: 0 auto
}

.member-card-heading {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.member-card-heading img {
    width: 186px;
    height: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 20px
}

.member-card-description {
    font-size: 16px;
    font-family: Inter, sans-serif;
    color: #555567
}

.member-card-title {
    font-size: 24px;
    font-family: Inter, sans-serif;
    font-weight: 700;
    color: #2a2a36;
    margin-bottom: 15px
}

.member-card-heading {
    margin-bottom: 36px
}

.member-card-text {
    font-size: 16px;
    font-family: Inter, sans-serif;
    color: #555567;
    line-height: 1.875
}

.member-card-text p:not(:last-child) {
    margin-bottom: 30px
}

.btn-back {
    display: inline-block;
    margin-top: 20px;
    min-width: 218px;
    padding: 13px 15px
}

.btn-back .icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    font-size: 12px;
    margin-right: 15px
}

.image-block img {
    width: 100%;
    height: auto;
    max-height: -webkit-calc(474 * 100vw / 1440);
    max-height: calc(474 * 100vw / 1440);
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover
}

.direction-activity-section {
    background: url(img/grid.svg) repeat-y center top #fff
}

.direction-item-big {
    width: 47%;
    height: 378px
}

.direction-item-big .direction-image::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(25%, #000), to(transparent));
    background: -webkit-linear-gradient(bottom, #000 25%, transparent);
    background: -o-linear-gradient(bottom, #000 25%, transparent);
    background: linear-gradient(to top, #000 25%, transparent);
    -webkit-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    z-index: 1
}

.direction-item-big .direction-image {
    height: 100%
}

.direction-item-big .direction-image img {
    opacity: 1
}

.direction-item-big .direction-title {
    position: static;
    padding: 0;
    margin-bottom: 15px
}

.direction-text {
    color: #fff;
    width: 84%;
    position: absolute;
    bottom: 0;
    padding: 30px;
    pointer-events: none;
    z-index: 2
}

.direction-text p {
    font-family: Inter, sans-serif;
    line-height: 1.875
}

.direction-activity-section {
    padding: 65px 0
}

.activity-section {
    background-color: #f3f3f3
}

.activity-box {
    padding: 50px 55px 60px;
    background-color: #fff
}

.activity-tabs {
    width: 33.33%
}

.tabs-content-wrap {
    width: 66.66%
}

.activity-tab-content {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.tab-content {
    position: relative
}

.activity-image {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 60px;
    width: 49%
}

.activity-image img {
    width: 400px;
    height: auto;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover
}

.activity-tabs {
    font-size: 18px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-right: 20px
}

.tab {
    cursor: pointer
}

.activity-tabs .tab.active {
    color: #008ce4;
    border-color: #008ce4
}

.activity-tabs .tab {
    padding-bottom: 8px;
    -webkit-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    border-bottom: 3px solid transparent
}

.activity-tabs .tab:not(:last-of-type) {
    margin-bottom: 20px
}

.activity-tabs .tab:hover {
    color: #008ce4
}

.activity-title {
    font-size: 24px;
    margin-bottom: 30px
}

.activity-text {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 51%
}

.activity-text p {
    line-height: 1.875;
    font-family: Inter, sans-serif;
    color: #555567;
    margin-bottom: 20px;
    max-width: 100%
}

.activity-text .btn {
    padding: 17px 15px;
    min-width: 170px;
    margin-top: auto
}

.universal-sidebar-nav {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #2a2a36;
    font-size: 18px;
    padding-right: 100px
}

.universal-sidebar-nav li:not(:last-of-type) {
    margin-bottom: 20px
}

.universal-sidebar-nav a {
    display: inline-block;
    padding-bottom: 8px;
    border-bottom: 3px solid transparent
}

.universal-sidebar-nav a:hover {
    text-decoration: none;
    color: #008ce4
}

.universal-sidebar-nav li.active a {
    color: #008ce4;
    border-color: #008ce4
}

.mining-static-link1 {
    left: 46%;
    top: 65%
}

.mining-static-link2 {
    left: 65%;
    top: 38%
}

.mining-static-link4 {
    left: 53.5%;
    top: 67.5%
}

.mining-static-link5 {
    left: 27%;
    top: 30%
}

.mining-static-link6 {
    left: 39.5%;
    top: 57%
}

.geography-static-body {
    width: 100%;
    text-align: center
}

.geography-static-body img {
    max-width: 65%
}

.geography-inner-section {
    padding: 15px 0
}

.universal-block-body ul {
    line-height: 1.875;
    padding: 40px 0
}

.universal-block-body ul li {
    padding-left: 25px;
    position: relative;
	margin-left: -10px;
	color: #008ce4;
    font-family: inherit;
    font-size: medium;
    list-style-type: none;
}

.universal-block-body ul li:not(:last-of-type) {
    margin-bottom: 1px;
    color: #008ce4;
    font-family: inherit;
    margin-left: -10px;
    font-size: medium;
    list-style-type: none;
}

.universal-block-body ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    width: 6px;
    height: 6px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #008ce4;
    background: #008ce4
}

.universal-block-body ul a {
    color: #008ce4
}

.timeline-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 40px 0 0 0
}

.timeline-step {
    position: relative
}

.timline-date {
    position: absolute;
    left: -130px;
    top: 5px;
    font-family: Inter, sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 1
}

.timeline-step::before {
    content: "";
    position: absolute;
    left: -39px;
    top: 8px;
    width: 13px;
    height: 13px;
    border: 3px solid #008ce4;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.timeline-step:not(:last-child) {
    margin-bottom: 60px
}

.release-box {
    margin: 40px 0 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.release-card {
    padding: 30px;
    background-color: #f3f3f3;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

.release-card-head {
    width: 20%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 20px;
    text-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.universal-reverse-block .universal-no-padding {
    padding-right: 0
}

.release-time {
    font-family: Inter, sans-serif;
    font-weight: 700;
    color: #2a2a36;
    display: inline-block;
    margin-bottom: 30px
}

.release-card-title {
    line-height: 1.66;
    color: #008ce4;
    margin-bottom: 20px
}

.universal-block .release-card-title {
    color: #008ce4
}

.release-card-text {
    line-height: 1.5;
    margin-bottom: 30px
}

.release-card-footer {
    text-align: right;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.release-card .btn {
    color: #008ce4;
    margin-left: 30px
}

.release-card:not(:last-of-type) {
    margin-bottom: 20px
}

.release-image {
    width: 65px;
    height: auto
}

.release-card-footer .release-time {
    margin-bottom: 0;
    margin-right: auto;
    display: none
}

.pagination {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: Inter, sans-serif;
    font-weight: 700;
    font-size: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #2a2a36;
    line-height: 1
}

.pagination-link {
    display: inline-block;
    padding: 0 10px
}

.pagination-link:first-of-type,
.pagination-link:last-of-type {
    font-weight: 700
}

.pagination-link:hover {
    text-decoration: none;
    color: #008ce4
}

.pagination-link.active {
    color: #008ce4
}

.sticky-nav {
    position: -webkit-sticky;
    position: sticky;
    top: 52px
}

.universal-block-heading {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 10px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 35px
}

.universal-block-heading h3 {
    margin-bottom: 0
}

.universal-sidebar-heading {
    margin-bottom: 35px;
    width: 100%
}

.universal-sidebar-heading h3 {
    font-size: 36px;
    margin-bottom: 0;
    line-height: 1.2
}

.form-field-wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    line-height: 1.2;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-family: Inter, sans-serif;
    font-weight: 700;
}

.form-field-name {
    width: 100%;
    color: #2a2a36
}

.form-field {
    min-width: 124px;
    height: 40px;
    position: relative
}

.select-form .form-field input,
.select-form .form-field select {
    width: 100%;
    height: 100%;
    border: 1px solid #d8d8d8;
    padding: 0 28px 0 14px;
    color: #008ce4
}

.universal-form .form-field {
    height: 45px
}

.universal-form .form-field input,
.universal-form .form-field select {
    width: 100%;
    height: 100%;
    border: 1px solid #d8d8d8;
    padding: 0 28px 0 14px;
    color: #555567;
    font-family: Inter, sans-serif;
    font-size: 14px
}

.universal-form .form-field input:focus,
.universal-form .form-field select:focus,
.universal-form textarea:focus {
    border-color: #008ce4
}

.universal-form .form-textarea {
    height: 140px
}

.form-textarea textarea {
    height: 100%;
    border: 1px solid #cfcfd7;
    padding: 14px;
    font-family: Inter, sans-serif;
    font-size: 14px;
    color: #555567
}

.universal-form .form-field-wrap {
    margin-bottom: 25px
}

.form-field select {
    background-color: #fff
}

.form-select option {
    color: #2a2a36;
    font-family: Inter, sans-serif;
    font-weight: 700;
}

.form-field i {
    line-height: 1;
    position: absolute;
    right: 13px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 18px;
    font-weight: 700;
    color: #1e1e1f;
    pointer-events: none
}

.universal-form .form-field-name {
    color: #555567
}

.documents-box {
    background-color: #f3f3f3;
    padding: 20px 30px;
    line-height: 1.5
}

.documents-box:not(:last-of-type) {
    margin-bottom: 30px
}

.universal-block-body .documents-box-title {
    font-size: 24px;
    font-family: Inter, sans-serif;
    font-weight: 700;
    margin-bottom: 15px;
    width: 100%
}

.document-item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0 30px 0;
    width: 100%;
    position: relative
}

.document-item:not(:first-of-type) {
    border-top: 1px solid #e0e0e4
}

.document-item-image {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 90px;
    text-align: center;
    margin-right: 20px
}

.document-item-image img {
    width: 50px;
    height: auto
}

.document-item-name {
    color: #008ce4;
    display: block;
    margin-bottom: 5px
}

.document-item-name:hover {
    text-decoration: none;
    color: #008ce4
}

.document-item-type {
    font-size: 14px;
    font-family: Inter, sans-serif;
    font-weight: 700;
}

.documents-box .btn {
    padding: 13px 15px;
    color: #008ce4;
    background-color: transparent
}

.management-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 30px
}

.management-description {
    width: 100%
}

.management-body {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 50px
}

.management-image {
    width: 186px;
    height: auto;
    margin-right: 35px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.management-box h4 {
    font-size: 24px;
    font-family: Inter, sans-serif;
    font-weight: 700;
    line-height: 1.5
}

.management-description h4 {
    margin-bottom: 20px
}

.enterprise-box {
    margin-top: 50px;
    font-family: Inter, sans-serif;
    font-weight: 700;
    line-height: 1.5;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.enterprise-column {
    width: 49%;
    font-size: 18px
}

.enterprise-column .enterprise-column-title {
    font-size: 24px;
    margin-bottom: 32px
}

.enterprise-column address,
.enterprise-column p {
    margin-bottom: 25px
}

.enterprise-column-item:not(:last-of-type) {
    margin-bottom: 15px
}

.enterprise-column-item i {
    min-width: 18px;
    margin-right: 8px;
    color: #2a2a36
}

.enterprise-column a {
    color: #008ce4;
    text-decoration: none
}

.enterprise-column:nth-child(n+3) {
    margin-top: 50px
}

.map {
    height: 490px
}

.production-item-image {
    display: block;
    height: 348px;
    background-color: #72728f;
    margin-bottom: 25px
}

.production-item-image img {
    width: 100%;
    height: 100%;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover
}

.production-item {
    width: 248px;
    margin: 0 33px 60px;
    text-align: center
}

.universal-block-body .production-item-title {
    font-family: Inter, sans-serif;
    color: #008ce4;
    line-height: 1.2
}

.production-box {
    margin: 0 -33px
}

.inner-page-logistics .entry-section::before {
    background-color: rgba(0, 0, 0, .5)
}

.universal-sidebar-description {
    width: 100%
}

.universal-sidebar-description p {
    font-family: Inter, sans-serif;
    font-size: 16px;
    line-height: 1.875;
    color: #555567;
    max-width: 100%;
    margin-top: 0
}

.inner-page-energetics .entry-section::before {
    background: rgba(0, 0, 0, .5)
}

.activity-pub-block {
    height: 475px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-color: #008ce4;
    color: #fff;
    padding: 90px 0
}

.activity-pub-block::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .6)
}

.activity-pub-text {
    max-width: 635px;
    margin-left: 50px;
    line-height: 1.25;
    font-size: 24px
}

.activity-pub-text a {
    color: #008ce4;
    display: block;
    margin-top: 30px;
    text-decoration: underline
}

.activity-pub-text a:hover {
    text-decoration: none;
    color: #008ce4
}

.inner-page-purchase .entry-section::before {
    background: rgba(0, 0, 0, .6)
}

.activity-section .page-title {
    margin-bottom: 40px;
    line-height: 1.2;
    color: #2a2a36
}

.acivity-universal-box {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 50px 0 60px 50px;
    background: -webkit-linear-gradient(right, rgba(0, 0, 0, .05), rgba(0, 0, 0, .05)) repeat-y -webkit-calc(50% + 215px) 0/1px auto #fff;
    background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .05)), to(rgba(0, 0, 0, .05))) repeat-y calc(50% + 215px) 0/1px auto #fff;
    background: -o-linear-gradient(right, rgba(0, 0, 0, .05), rgba(0, 0, 0, .05)) repeat-y calc(50% + 215px) 0/1px auto #fff;
    background: linear-gradient(to left, rgba(0, 0, 0, .05), rgba(0, 0, 0, .05)) repeat-y calc(50% + 215px) 0/1px auto #fff
}

.universal-item-request {
    margin-bottom: 30px
}

.universal-item-request a {
    color: #008ce4;
    font-size: 18px;
    font-family: Inter, sans-serif;
    text-decoration: underline
}

.universal-item-request a:hover {
    text-decoration: none;
    color: #008ce4
}

.universal-item-request i {
    font-size: 24px;
    color: #838e95;
    margin-right: 15px;
    vertical-align: -2px
}

.universal-item-text {
    line-height: 1.875;
    font-size: 14px;
    font-family: Inter, sans-serif;
    font-weight: 700;
    color: #555567
}

.universal-body-item {
    margin: 40px 0
}

.universal-body-item:last-of-type {
    margin-bottom: 0
}

.action-table,
.product-table {
    max-width: 100%;
    width: 100%;
    line-height: 1.2
}

.action-table {
    font-size: 14px
}

.action-table td,
.product-table td {
    padding: 18px 10px
}

.product-table td,
.product-table th {
    border: 1px solid #e5e5e5;
    color: #2a2a36;
    word-wrap: break-word;
}

.action-table th:first-of-type,
.product-table th:first-of-type {
    border-left: 1px solid #f3f3f3
}

.action-table a,
.product-table a {
    display: block;
    color: #008ce4
}

.action-table a:not(:last-child),
.product-table a:not(:last-child) {
    margin-bottom: 20px
}

.product-table th {
    font-size: 12px;
    font-family: Inter, sans-serif;
    font-weight: 600;
    font-weight: lighter;
    background-color: #f3f3f3;
    border-bottom: 0;
    border-top: 1px solid #e5e5e5;
    border-color: transparent;
    white-space: nowrap;
    line-height: 1.5;
    padding: 12px 10px
}

.action-table th {
    padding: 18px 10px;
    background-color: #f3f3f3;
    font-family: Inter, sans-serif;
    font-weight: 600;
    font-weight: 400
}

.action-table span {
    font-family: SFUIText, sans-serif
}

.action-table td {
    font-family: Inter, sans-serif;
    border: 1px solid #e5e5e5;
}

.product-table td {
    font-size: 12px;
    line-height: 1.1
}

.product-table strong {
    margin-bottom: 0;
    text-align: center;
    font-family: Inter, sans-serif;
    font-weight: 700;
    font-weight: 400;
    color: #2a2a36
}

.product-link {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #008ce4;
    font-family: Inter, sans-serif;
    font-weight: 600;
}

.product-link:hover {
    text-decoration: underline;
    color: #008ce4
}

.product-link img {
    width: 45px;
    height: auto;
    margin-right: 20px
}

.product-table-link {
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.product-table-link img {
    width: 35px;
    margin-right: 0
}

.universal-body-item.no-margin {
    margin-top: 0
}

.cert-item {
    width: 44%;
    display: block;
    margin-bottom: 30px
}

.cert-item-name {
    font-size: 16px;
    font-family: Inter, sans-serif;
    font-weight: 700;
    color: #2a2a36;
    text-align:center;
}

.cert-item:hover {
    text-decoration: none
}

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

.universal-gradient-block {
    background: -webkit-linear-gradient(right, rgba(0, 0, 0, .05), rgba(0, 0, 0, .05)) repeat-y -webkit-calc(50% + 245px) 0/1px auto;
    background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .05)), to(rgba(0, 0, 0, .05))) repeat-y calc(50% + 245px) 0/1px auto;
    background: -o-linear-gradient(right, rgba(0, 0, 0, .05), rgba(0, 0, 0, .05)) repeat-y calc(50% + 245px) 0/1px auto;
    background: linear-gradient(to left, rgba(0, 0, 0, .05), rgba(0, 0, 0, .05)) repeat-y calc(50% + 245px) 0/1px auto;
    padding-bottom: 20px
}

.cert-item img {
    margin-bottom: 30px;
    height: 268px;
    width: 100%
}

.inner-page-shareholder .entry-section::before {
    background: rgba(0, 0, 0, .6)
}

.invest-sidebar-link {
    display: block;
    font-size: 18px;
    line-height: 1.2
}

.invest-sidebar-link:not(:last-of-type) {
    margin-bottom: 25px
}

.invest-sidebar-link:hover {
    text-decoration: none;
    color: #008ce4
}

.invest-sidebar-title {
    font-size: 30px;
    margin-bottom: 40px
}

.invest-inner-box {
    margin: 0;
    padding: 0 17px 0 8px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.invest-inner-box .invest-item {
    margin: 0 0 22px 0;
    max-width: 417px;
    width: 100%
}

.release-center-box {
    margin-bottom: 50px
}

.release-center-box .release-card,
.release-center-box .release-card-body {
    width: 100%
}

.release-center-box .release-card {
    line-height: 1.2;
    padding: 30px 50px 35px 35px
}

.release-center-box .release-card-title {
    font-family: Inter, sans-serif;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 50px;
    line-height: 1.2
}

.release-center-box .release-card-text {
    font-family: Inter, sans-serif;
    margin-bottom: 15px
}

.pressReleases-section .release-card-title {
    margin-bottom: 20px
}

.release-center-box .release-time {
    margin-bottom: 0
}

.release-center-box .release-card-head {
    display: block;
    text-align: left;
    width: 12%
}

.release-center-box .btn {
    padding: 14px 15px
}

.release-social-links {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 24px;
    color: #a3a2a2
}

.release-social-links a {
    min-width: 24px;
    display: inline-block;
    text-align: center
}

.release-social-links a:not(:last-of-type) {
    margin-right: 10px
}

.release-social-links a:hover {
    color: #008ce4
}

.pagination-full-link {
    padding: 0 218px;
    position: relative
}

.pagination-full-link .btn {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 15px;
    min-width: 218px
}

.pagination-full-link .btn i {
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 12px
}

.inner-page-pressCenter .section-subtitle {
    font-size: 36px
}

.photo-section {
    background: url(img/direction-bg.png) no-repeat center/cover #000;
    color: #fff
}

.gallery-section {
    background: url(img/grid.svg) repeat-y center top
}

.gallery-item {
    width: 30%;
    margin: 0 20px
}

.gallery-item-preview {
    position: relative;
    height: 276px;
    margin-bottom: 25px;
    background: #000;
    overflow: hidden;
    display: block
}

.gallery-item a.gallery-item-preview img {
    opacity: 1
}

.gallery-video-box .gallery-item-preview:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 1
}

.gallery-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.gallery-video-box .gallery-item img {
    opacity: .5;
    -webkit-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out
}

.gallery-item .btn-video {
    position: absolute;
    right: 50%;
    top: 50%;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%)
}

.gallery-item-title {
    font-family: Inter, sans-serif;
    font-weight: 700;
    line-height: 1.875
}

.gallery-box {
    margin: 0 -20px
}

.subscribe-section {
    background-color: #f3f3f3
}

.subscribe-content {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.subscribe-form {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1.2;
    width: 100%;
    padding-left: 35px
}

.subscribe-form .form-field {
    height: 45px;
    margin-right: 35px;
    width: 100%
}

.subscribe-form input {
    height: 100%;
    width: 100%;
    border: 0;
    padding: 0 18px;
    font-size: 14px;
    font-family: Inter, sans-serif
}

.subscribe-form .btn {
    padding: 15px;
    min-width: 218px
}

.subscribe-form .btn .icon {
    margin-left: 18px
}

.subscribe-text {
    color: #555567;
    font-family: Inter, sans-serif;
    line-height: 1.75;
    width: 30%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.subscribe-section .section-subtitle {
    margin-bottom: 35px
}

.filter {
    padding: 30px 0 38px;
    margin-bottom: 50px;
    border-bottom: 1px solid #e5e5e5
}

.pressReleases-section {
    padding: 0 0 65px 0
}

.filter .select-form {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.short-field {
    min-width: 248px
}

.long-field {
    min-width: 435px
}

.filter .form-field-wrap {
    margin-right: 15px
}

.filter .btn {
    min-width: 245px;
    padding: 14px 15px
}

.filter .btn .icon {
    margin-left: 20px
}

.gallery-inner .gallery-item {
    margin-bottom: 50px
}

.dark-section {
    background-color: #000;
    color: #fff
}

.dark-section .geography-list {
    color: #fff
}

.form-wrap {
    max-width: 620px;
    margin: 0 auto
}

.lookslikeacaptcha {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 35px
}

.lookslikeacaptcha .form-field-wrap {
    margin-bottom: 0;
    margin-right: 20px
}

.therealcaptcha {
    height: 45px;
    width: auto
}

.therealcaptcha img {
    height: 100%
}

.universal-form .btn .icon {
    margin-left: 20px
}

.universal-form .btn {
    padding: 14px 15px;
    min-width: 220px;
    line-height: 1.5
}

.error-message {
    color: #d64949;
    font-size: 12px;
    font-family: Inter, sans-serif;
    position: absolute;
    top: -webkit-calc(100% + 2px);
    top: calc(100% + 2px);
    left: 0;
    width: 100%;
    display: none
}

.clear-btn {
    cursor: pointer;
    position: absolute;
    right: 14px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(img/cross.svg) no-repeat center/contain;
    display: none
}

.universal-form .form-field .invalid {
    border-color: #d64949
}

.form-field .invalid~.clear-btn,
.form-field .invalid~.error-message {
    display: block
}

.success-popup {
    padding: 25px 55px 25px 35px;
    background-color: #fff;
    font-size: 18px;
    font-family: Inter, sans-serif;
    color: #41415e;
    line-height: 1.2
}

.success-popup .fa {
    color: #008ce4;
    font-size: 25px;
    font-weight: 400;
    vertical-align: -2px;
    margin-right: 10px
}

.universal-form-description {
    padding-right: 45px;
    color: #555567;
    font-family: Inter, sans-serif;
    line-height: 1.875
}

.universal-form-description strong {
    font-family: Inter, sans-serif;
    font-weight: 700;
    font-weight: 400
}

.universal-form-description h4 {
    font-family: Inter, sans-serif;
    font-weight: 700;
    margin-bottom: 30px
}

.universal-form-description p:not(:last-child) {
    margin-bottom: 30px
}

.slide-content figure {
    margin: 0 0 50px -40px
}

.slide-content figure img {
    width: 100%;
    height: auto
}

.year {
    font-size: 18px;
    font-family: Inter, sans-serif;
    font-weight: 700;
    color: #2a2a36;
    position: relative;
    padding-bottom: 35px;
    text-align: center
}

.year::after {
    content: "";
    position: absolute;
    right: 50%;
    bottom: 0;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    width: 25px;
    height: 25px;
    padding: 6px;
    background-color: #000;
    z-index: 2;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid transparent;
    -webkit-background-clip: content-box;
    background-clip: content-box
}

.year.slick-current {
    color: #008ce4
}

.year.slick-current::after {
    background-color: #008ce4;
    border-color: #008ce4
}

.timeline {
    margin-bottom: 55px;
    position: relative;
    background-color: #fff
}

.year::before {
    content: "";
    position: absolute;
    bottom: 11.5px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #d9d9d9;
    z-index: 1
}

.page-sidebar {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.timeline-nav {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.timeline-nav button {
    border: 0;
    background: 0 0;
    outline: 0
}

.timeline-nav li {
    padding-bottom: 7px;
    border-bottom: 3px solid transparent;
    -webkit-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    cursor: pointer
}

.timeline-nav .slick-active {
    border-color: #008ce4
}

.timeline-nav li:not(:last-of-type) {
    margin-bottom: 22px
}

.slide-content {
    display: none
}

.timeline .slider-arrow {
    position: absolute;
    top: 8px;
    color: #008ce4;
    font-size: 14px
}

.timeline .slider-arrow-right {
    right: 0
}

.timeline .slider-arrow-left {
    left: 0;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.slide-content .company-slider {
    width: 100vw;
    width: var(--w-width);
    margin-left: -webkit-calc(.15 * 1400px - 29px - 50vw);
    margin-left: calc(.15 * 1400px - 29px - 50vw);
    margin-left: -webkit-calc(.15 * 1400px - 29px - var(--w-width) * .5);
    margin-left: calc(.15 * 1400px - 29px - var(--w-width) * .5);
    margin-bottom: 35px
}

.slide-content .company-slider li::before {
    display: none
}

.slide-content .company-slider .slick-dots {
    padding: 0
}

.slide-content .company-slider li {
    padding-left: 0
}

.slide-content .company-slider li:not(:last-of-type) {
    margin-bottom: 0
}

.slide-content p {
    font-family: Inter, sans-serif;
    line-height: 1.875
}

.slide-content p:not(:last-child) {
    margin-bottom: 35px
}

.post-box {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.post-item {
    width: 47.5%;
    margin-bottom: 40px;
}

.post-item-image {
    height: 532px;
    margin-bottom: 25px
}

.post-item-image img {
    width: 100%;
    height: 100%;
    -o-object-position: center;
    object-position: center
}

.post-date {
    font-family: Inter, sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #2a2a36;
    display: inline-block;
    margin-bottom: 25px
}

.post-links {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.post-link {
    display: inline-block;
    border: 1px solid #000;
    text-align: center;
    width: 47%;
    font-size: 12px;
    font-family: Inter, sans-serif;
    font-weight: 700;
    color: #008ce4;
    padding: 11px 10px;
    -webkit-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out
}

.post-link .icon {
    margin-right: 15px;
    font-size: 20px;
    font-weight: 400;
    vertical-align: -4px
}

.post-link:hover {
    background-color: #000;
    color: #fff;
    text-decoration: none
}

.page-content-wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.page-sidebar {
    width: 26%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    text-align: center;
    font-size: 18px;
    font-family: Inter, sans-serif;
    font-weight: 700;
}

.page-content {
    width: 67%
}

.history-section,
.journal-section {
    padding-bottom: 0
}

.slider-content-wrap {
    padding: 0 0 60px 40px;
    background: -webkit-linear-gradient(left, #e5e5e5 1px, transparent 1px) no-repeat left top/50% auto;
    background: -o-linear-gradient(left, #e5e5e5 1px, transparent 1px) no-repeat left top/50% auto;
    background: linear-gradient(to right, #e5e5e5 1px, transparent 1px) no-repeat left top/50% auto
}

.gradient-wrap {
    padding: 20px 20px 100px 20px;
    background: -webkit-linear-gradient(left, #e5e5e5 1px, transparent 1px) repeat-x left top/50% auto;
    background: -o-linear-gradient(left, #e5e5e5 1px, transparent 1px) repeat-x left top/50% auto;
    background: linear-gradient(to right, #e5e5e5 1px, transparent 1px) repeat-x left top/50% auto
}

.universal-block-body .drop-title {
    font-size: 24px;
    font-family: Inter, sans-serif;
    font-weight: 700;
    cursor: pointer;
    margin-bottom: 20px;
    line-height: 1.5
}

.drop-title i {
    font-weight: 700;
    margin-right: 15px;
    -webkit-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out
}

.drop-title.active i {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.drop-content {
    display: none;
    margin-bottom: 30px
}

.table-wrap {
    margin-bottom: 25px;
    width: 100%
}

.table-description p:not(:last-of-type) {
    margin-bottom: 0
}

.universal-body-item ul {
    padding: 0
}

.universal-body-item ul li:not(:last-of-type) {
    margin-bottom: 10px
}

.drop-content ul {
    padding: 0;
    padding-left: 30px;
    font-family: Inter, sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.2
}

.drop-content ul li::before {
    display: none
}

.drop-content ul li:not(:last-of-type) {
    margin-bottom: 20px
}

.product-box {
    margin: 0 -8px
}

.product-item {
    width: 204px;
    margin: 0 8px 16px
}

.product-item-image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 140px;
    border: 1px solid #dadada;
    margin-bottom: 15px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.product-item-image img {
    width: 90%;
    height: auto;
    max-height: 100%;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover;
    margin: auto
}

.universal-block-body .product-item-title {
    color: #008ce4;
    font-family: Inter, sans-serif;
    font-weight: 500;
    line-height: 1.2
}

.universal-body-item .product-params-list {
    padding: 30px 0;
    font-family: Inter, sans-serif;
    font-weight: 600;
    color: #2a2a36
}

.universal-form-wrap {
    width: 65%;
    margin-bottom: 45px
}

.summary {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.universal-block-body .summary-title {
    font-size: 16px;
    font-family: Inter, sans-serif;
    font-weight: 700;
    color: #555567;
    cursor: pointer;
    border-bottom: 1px dotted #555567
}

.summary h5 {
    font-size: 17px;
    margin-bottom: 0
}

.summary:not(:last-child) {
    margin-bottom: 30px
}

.summary-content {
    margin-top: 20px;
    font-family: Inter, sans-serif;
    display: none;
    width: 100%;
}

.universal-block-body .invest-box {
    font-family: Inter, sans-serif;
    font-weight: 700;
    line-height: 1.2;
    padding-left: 0
}

.action-box {
    margin: 0 -4px
}

.action-column {
    text-align: center;
    line-height: 1.2;
    width: 25%
}

.action-item {
    background-color: #f3f3f3;
    font-size: 14px;
    font-family: Inter, sans-serif;
    margin: 0 4px 8px;
    padding: 25px 15px
}

.action-item-param {
    color: #72728f;
    margin-bottom: 10px
}

.action-item-value {
    font-size: 24px;
    font-family: Inter, sans-serif;
    font-weight: 700;
    color: #555567;
    margin-bottom: 10px
}

.action-item-value span {
    font-family: SFUIText, sans-serif
}

.universal-block-body .action-column-title {
    font-family: Inter, sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #2a2a36;
    text-transform: uppercase;
    margin-bottom: 14px
}

.action-item-status {
    font-family: Inter, sans-serif;
    font-weight: 700;
    margin-bottom: 20px
}

.action-item-status:last-child {
    margin-bottom: 0
}

.action-item-date {
    font-size: 12px;
    color: #74747f
}

.action-item-summ {
    font-family: Inter, sans-serif;
    font-weight: 700;
    margin-bottom: 10px
}

.action-item-totalsumm {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.action-item-totalsumm .action-item-status {
    margin-left: 10px
}

.universal-form .fa {
    font-weight: 100
}

.checkbox-column {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 40%;
    padding-right: 30px;
    line-height: 1.2
}

.universal-block-body .checkbox-column-title {
    font-family: Inter, sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #555567;
    margin-bottom: 20px
}

.checkbox-box {
    margin-bottom: 25px
}

.checkbox-column label {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px
}

.checkbox-full-column {
    width: 100%;
    font-size: 14px
}

.checkbox-full-column label {
    margin-bottom: 0
}

.form-wrap {
    margin-bottom: 70px
}

.btn-group {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.btn-group .btn:not(:last-of-type) {
    margin-right: 10px
}

.price-info {
    font-family: Inter, sans-serif;
    font-weight: 700;
    margin-bottom: 35px
}

.column-group:not(:last-child) {
    margin-bottom: 20px
}

.universal-sidebar-subnav {
    padding: 30px 0 30px 15px;
    font-size: 13px;
    font-family: OpenSans-Bold, sans-serif
}

.universal-sidebar-nav .universal-sidebar-subnav li a {
    color: #2a2a36;
    border: 0;
    padding: 0
}

.universal-sidebar-nav .universal-sidebar-subnav .active a {
    color: #008ce4
}

.universal-sidebar-subnav li a:hover {
    color: #008ce4
}

.universal-sidebar-smallpadding {
    padding-right: 80px
}

.subsidiary-dropdown {
    line-height: 1.5;
    color: #505058
}

.subsidiary-drop {
    border: 1px solid #f3f3f3
}

.subsidiary-drop-content {
    padding: 20px 20px 40px;
    display: none
}

.universal-block-body .subsidiary-drop-title {
    background-color: #f3f3f3;
    padding: 14px 20px;
    color: #505058;
    font-size: 16px;
    cursor: pointer;
    position: relative
}

.subsidiary-drop:not(:last-of-type) {
    margin-bottom: 8px
}

.subsidiary-drop-title::after {
    content: "\f107";
    font-family: fontawesome;
    font-weight: 700;
    font-size: 18px;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.subsidiary-drop-title.active::after {
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg)
}

.subsidiary-subtitle {
    font-size: 16px;
    font-family: Inter, sans-serif;
    font-weight: 700;
    margin-bottom: 20px
}

.subsidiary-list {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    font-size: 14px;
    font-family: Inter, sans-serif;
    font-weight: 600;
}

.sidebar-contacts {
    font-family: Inter, sans-serif;
    font-weight: 700;
    color: #555567
}

.sidebar-contacts-item:not(:last-child) {
    margin-bottom: 30px
}

.sidebar-contacts-item i {
    color: #2a2a36;
    font-size: 18px;
    margin-right: 15px;
    min-width: 20px
}

.sidebar-contacts-item a {
    color: #008ce4
}

.media-section .release-card-title {
    margin-bottom: 20px
}

.gallery-block .container {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.gallery-link {
    display: block;
    width: 640px;
    height: 378px;
    position: relative;
    overflow: hidden
}

.gallery-link::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, rgba(0, 0, 0, .7)), to(transparent));
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .7) 20%, transparent);
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, .7) 20%, transparent);
    background: linear-gradient(to top, rgba(0, 0, 0, .7) 20%, transparent);
    -webkit-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    z-index: 1
}

.gallery-link:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.gallery-link:hover:before {
    opacity: 0
}

.gallery-link img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out
}

.gallery-link-title {
    position: absolute;
    z-index: 1;
    line-height: 1.2;
    padding: 40px 30px;
    color: #fff;
    font-size: 24px;
    left: 0;
    bottom: 0;
    width: 100%
}

.gallery-block:last-child {
    margin-bottom: 60px
}

.article {
    color: #2a2a36
}

.article strong {
    font-family: Inter, sans-serif;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 30px;
    color: #555567;
    line-height: 1.5
}

.article p {
    font-family: Inter, sans-serif;
    line-height: 1.875
}

.article p:not(:last-child) {
    margin-bottom: 30px
}

.article ul {
    list-style: initial;
    margin: 0 15px;
    padding: 0 15px 15px;
}

.article-heading {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px
}

.article-share {
    color: #a3a2a2;
    font-size: 22px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.article-share a:not(:first-child) {
    margin-left: 10px
}

.article-footer {
    text-align: right;
    margin-top: 40px
}

.article .btn {
    color: #008ce4;
    padding: 14px 15px
}

.legal-section p {
    font-family: Inter, sans-serif;
    line-height: 1.875
}

.legal-section p:not(:last-child) {
    margin-bottom: 30px
}

.legal-title {
    font-size: 36px;
    margin-bottom: 25px
}

.sitemap-section ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    list-style-type: decimal
}

.sitemap-section ul li:not(:last-of-type) {
    margin-bottom: 10px
}

.sitemap-section ul a:hover {
    text-decoration: none;
    color: #008ce4
}

.sitemap-section ul a:visited {
    color: #008ce4
}

@media only screen and (min-width:1460px) {
    .container-narrow {
        max-width: 850px
    }
}

@media (max-width:1459.98px) {
    .header-logo {
        margin-right: 20px
    }
    .header-menu li:not(:last-of-type) {
        margin-right: 17px
    }
    .header-logo {
        max-width: 120px
    }
    .header-menu {
        font-size: 15px
    }
    .header-tools a:not(:last-of-type) {
        font-size: 18px;
        margin-right: 20px
    }
    .page-header .container {
        padding: 25px 15px
    }
    .intro-slide-text {
        margin-left: 70px
    }
    .intro-slide {
        padding: 170px 0 200px
    }
    .intro-slide-title {
        font-size: 40px;
        margin-bottom: 40px
    }
    .intro-slider .slider-nav {
        left: -webkit-calc(50% - 485px);
        left: calc(50% - 485px);
        bottom: 40px
    }
    .intro-scroll {
        bottom: 45px
    }
    .intro-slider .slider-dots li {
        width: 45px;
        height: 45px
    }
    .intro-slider .slider-dots li:not(:last-of-type) {
        margin-right: 70px
    }
    .intro-slider .slider-dots li:not(:last-of-type)::after {
        width: 50px
    }
    .intro-slider .slider-dots li::before {
        font-size: 20px
    }
    .intro-video {
        right: -webkit-calc(50% - 555px);
        right: calc(50% - 555px);
        width: 300px;
        height: 180px
    }
    .intro-slider .slick-arrow {
        font-size: 18px
    }
    .intro-slide-text .btn {
        padding: 15px
    }
    .intro-scroll {
        left: -webkit-calc(50% - 555px);
        left: calc(50% - 555px)
    }
    .page-title,
    .section-title {
        font-size: 40px
    }
    .search-popup {
        max-width: 750px
    }
    .search-popup .form-field {
        height: 70px
    }
    .search-popup input {
        font-size: 50px
    }
    .search-popup .fancybox-button {
        padding: 5px
    }
    .search-popup {
        padding: 35px 0
    }
    .search-form .form-field {
        margin-right: 40px
    }
    .news-section {
        padding: 80px 0
    }
    .section-heading {
        margin-bottom: 50px
    }
    .news-box {
        margin: 0 -15px
    }
    .news-item {
        margin: 0 15px 40px 15px
    }
    .direction-box {
        margin: 0 -15px
    }
    .direction-item {
        margin: 0 15px 30px 15px;
        width: 30.5%
    }
    .direction-item-big {
        width: 47%
    }
    .direction-text {
        width: 100%;
        padding: 20px
    }
    .direction-text p {
        line-height: 1.7
    }
    .direction-item-big {
        height: 315px
    }
    .direction-title {
        padding: 20px;
        font-size: 22px
    }
    .direction-image {
        height: 250px
    }
    .about-item,
    .universal-item {
        padding: 0 15px
    }
    .about-item {
        margin-bottom: 80px
    }
    .about-head,
    .universal-item-head {
        font-size: 20px
    }
    .about-number,
    .universal-item-number {
        font-size: 45px
    }
    .about-body,
    .universal-item-body {
        line-height: 1.2
    }
    .structure-box {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .structure-box .section-subtitle {
        text-align: center
    }
    .sctructure-item {
        margin-bottom: 20px
    }
    .sctructure-item .icon {
        font-size: 35px;
        margin-bottom: 15px
    }
    .section-subtitle {
        font-size: 28px
    }
    .inner-page-pressCenter .section-subtitle {
        font-size: 33px
    }
    .sctructure-title {
        font-size: 15px
    }
    .invest-sidebar {
        width: 30%
    }
    .invest-sidebar-list li {
        font-size: 17px;
        padding-left: 50px;
        margin-bottom: 28px
    }
    .invest-sidebar-list li::before {
        font-size: 15px
    }
    .invest-item {
        padding: 30px;
        margin: 0 0 20px 0;
        width: 48%
    }
    .invest-box {
        padding: 0;
        margin: 0;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .home-page {
        background: 0 0
    }
    .geography-sidebar {
        margin-left: 40px
    }
    .geography-list li:not(:last-of-type) {
        margin-bottom: 30px
    }
    .geography-list li {
        padding: 12px 12px 12px 55px
    }
    .geography-list .icon {
        font-size: 30px
    }
    .geography-list {
        font-size: 18px
    }
    .geography-pin a::before {
        font-size: 30px
    }
    .about-section {
        padding: 50px 0
    }
    .submenu {
        -webkit-transition: all .25s ease-out;
        -o-transition: all .25s ease-out;
        transition: all .25s ease-out;
        top: -webkit-calc(100% - 28px);
        top: calc(100% - 28px);
        background: rgba(255,255,255,0.9); /*linear-gradient(to bottom, transparent 28px, #000 28px, #000 100%)*/
        padding: 58px 30px 18px
    }
    .entry-section {
        padding: 120px 0 30px;
        min-height: 1px
    }
    .universal-block {
        padding: 45px 0
    }
    .inner-gradient-page {
        background: -webkit-linear-gradient(right, rgba(0, 0, 0, .05), rgba(0, 0, 0, .05)) repeat-y -webkit-calc(50% + 183px) 0/1px auto;
        background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .05)), to(rgba(0, 0, 0, .05))) repeat-y calc(50% + 183px) 0/1px auto;
        background: -o-linear-gradient(right, rgba(0, 0, 0, .05), rgba(0, 0, 0, .05)) repeat-y calc(50% + 183px) 0/1px auto;
        background: linear-gradient(to left, rgba(0, 0, 0, .05), rgba(0, 0, 0, .05)) repeat-y calc(50% + 183px) 0/1px auto
    }
    .reverse-double-gradient,
    .reverse-gradient-page {
        background: -webkit-linear-gradient(right, rgba(0, 0, 0, .05), rgba(0, 0, 0, .05)) repeat-y -webkit-calc(50% - 183px) 0/1px auto;
        background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .05)), to(rgba(0, 0, 0, .05))) repeat-y calc(50% - 183px) 0/1px auto;
        background: -o-linear-gradient(right, rgba(0, 0, 0, .05), rgba(0, 0, 0, .05)) repeat-y calc(50% - 183px) 0/1px auto;
        background: linear-gradient(to left, rgba(0, 0, 0, .05), rgba(0, 0, 0, .05)) repeat-y calc(50% - 183px) 0/1px auto
    }
    .breadcrumb-list {
        font-size: 13px;
        margin-bottom: 30px
    }
    .universal-block-body {
        width: 62%;
        line-height: 1.7;
        font-size: 15px
    }
    .video-tools {
        font-size: 21px
    }
    .company-slider {
        padding: 50px 0
    }
    .company-slide {
        width: 550px;
        height: 332px
    }
    .company-slider .icon-arrow-left {
        left: -webkit-calc(50% - 319px);
        left: calc(50% - 319px)
    }
    .company-slider .icon-arrow-right {
        right: -webkit-calc(50% - 319px);
        right: calc(50% - 319px)
    }
    .finance-section {
        padding: 50px 0
    }
    .finance-item {
        font-size: 22px
    }
    .finance-item strong {
        font-size: 48px;
        margin: 15px 0
    }
    .finance-item p {
        font-size: 17px
    }
    .finance-value-large {
        font-size: 25px
    }
    .finance-item-image {
        height: 95px;
        margin: 20px 0 35px 0
    }
    .finance-item-value {
        font-size: 22px
    }
    .finance-item-title {
        font-size: 17px
    }
    .finance-box {
        margin-bottom: 60px
    }
    .finance-section {
        background: #fff
    }
    .universal-item-title {
        font-size: 30px;
        margin-bottom: 20px
    }
    .universal-block-body br {
        /*display: none*/
    }
    .universal-item p {
        font-size: 17px;
        line-height: 1.6
    }
    .universal-item-subtitle {
        font-size: 20px;
        margin-bottom: 20px
    }
    .universal-item-contacts p {
        font-size: 15px
    }
    .structure-section {
        background: #fff
    }
    .staff-section {
        background: #fff
    }
    .staff-item-image {
        width: 160px;
        height: 210px
    }
    .staff-item-title {
        font-size: 20px;
        margin-bottom: 10px
    }
    .staff-item-position {
        font-size: 15px;
        line-height: 1.4;
        margin-bottom: 5px
    }
    .staff-item {
        margin-bottom: 70px
    }
    .member-card-title {
        font-size: 20px;
        margin-bottom: 10px
    }
    .member-card-heading img {
        width: 160px
    }
    .member-card-heading {
        margin-bottom: 20px
    }
    .member-card-text {
        font-size: 15px
    }
    .member-card-text p:not(:last-child) {
        margin-bottom: 25px
    }
    .universal-block-body h3 {
        font-size: 32px
    }
    .direction-activity-section {
        background: 0 0
    }
    .activity-image img {
        width: 310px
    }
    .activity-image {
        margin-right: 40px
    }
    .activity-text p {
        font-size: 15px;
        line-height: 1.7
    }
    .activity-title {
        margin-bottom: 20px
    }
    .activity-tabs {
        font-size: 17px
    }
    .activity-tabs .tab {
        padding-bottom: 5px;
        border-width: 2px
    }
    .universal-reverse-block .universal-block-sidebar {
        width: 32%
    }
    .universal-sidebar-nav li:not(:last-of-type) {
        margin-bottom: 25px
    }
    .universal-sidebar-nav {
        font-size: 17px
    }
    .universal-reverse-block .universal-block-body {
        width: 64%
    }
    .universal-sidebar-nav {
        padding-right: 90px
    }
    .timeline-step::before {
        left: -46px
    }
    .timline-date {
        font-size: 18px;
        left: -120px
    }
    .timeline-box {
        padding: 30px 0 0 0
    }
    .timeline-step:not(:last-child) {
        margin-bottom: 50px
    }
    .sticky-nav {
        top: 45px
    }
    .release-card {
        padding: 20px
    }
    .universal-block-body .release-card-title {
        font-size: 17px
    }
    .release-card-text {
        margin-bottom: 20px
    }
    .pagination {
        font-size: 18px
    }
    .universal-block-body .documents-box-title {
        font-size: 22px;
        margin-bottom: 10px
    }
    .document-item-image {
        width: 70px
    }
    .document-item-image img {
        width: 45px
    }
    .document-item {
        padding: 20px 0
    }
    .enterprise-box {
        margin-top: 40px
    }
    .enterprise-column {
        width: 47%;
        font-size: 17px
    }
    .enterprise-column .enterprise-column-title {
        font-size: 22px;
        margin-bottom: 25px
    }
    .map {
        height: 450px
    }
    .universal-sidebar-description p {
        font-size: 15px;
        line-height: 1.7
    }
    .activity-pub-text {
        margin-left: 0;
        font-size: 21px
    }
    .activity-pub-block {
        height: 420px;
        padding: 70px 0
    }
    .acivity-universal-box {
        background: -webkit-linear-gradient(right, rgba(0, 0, 0, .05), rgba(0, 0, 0, .05)) repeat-y -webkit-calc(50% + 173px) 0/1px auto #fff;
        background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .05)), to(rgba(0, 0, 0, .05))) repeat-y calc(50% + 173px) 0/1px auto #fff;
        background: -o-linear-gradient(right, rgba(0, 0, 0, .05), rgba(0, 0, 0, .05)) repeat-y calc(50% + 173px) 0/1px auto #fff;
        background: linear-gradient(to left, rgba(0, 0, 0, .05), rgba(0, 0, 0, .05)) repeat-y calc(50% + 173px) 0/1px auto #fff
    }
    .universal-item-request a {
        font-size: 17px
    }
    .universal-item-request i {
        font-size: 21px
    }
    .universal-item-text {
        line-height: 1.7
    }
    .product-table br {
        display: block
    }
    .universal-block-body .subtitle {
        font-size: 21px
    }
    .universal-gradient-block {
        background: -webkit-linear-gradient(right, rgba(0, 0, 0, .05), rgba(0, 0, 0, .05)) repeat-y -webkit-calc(50% + 205px) 0/1px auto;
        background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .05)), to(rgba(0, 0, 0, .05))) repeat-y calc(50% + 205px) 0/1px auto;
        background: -o-linear-gradient(right, rgba(0, 0, 0, .05), rgba(0, 0, 0, .05)) repeat-y calc(50% + 205px) 0/1px auto;
        background: linear-gradient(to left, rgba(0, 0, 0, .05), rgba(0, 0, 0, .05)) repeat-y calc(50% + 205px) 0/1px auto;
        padding-bottom: 20px
    }
    .invest-inner-box {
        padding: 0 5px 0 10px;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .invest-inner-box .invest-item {
        max-width: 342px
    }
    .invest-sidebar-title {
        font-size: 28px;
        margin-bottom: 35px
    }
    .release-center-box .release-card-title {
        font-size: 17px
    }
    .release-center-box .release-card-head {
        width: 15%;
        margin-bottom: 40px
    }
    .gallery-section {
        background: 0
    }
    .gallery-box {
        margin: 0 -15px
    }
    .gallery-item {
        margin: 0 15px 20px
    }
    .gallery-item-preview {
        height: 250px;
        margin-bottom: 20px
    }
    .gallery-item-title {
        font-size: 15px;
        line-height: 1.7
    }
    .subscribe-text {
        width: 38%;
        line-height: 1.5
    }
    .subscribe-form {
        padding-left: 30px
    }
    .subscribe-form .form-field {
        margin-right: 30px
    }
    .short-field {
        min-width: 168px
    }
    .long-field {
        min-width: 335px
    }
    .gallery-inner .gallery-item {
        margin-bottom: 40px
    }
    .universal-form-description {
        line-height: 1.7
    }
    .slide-content figure {
        margin: 0 0 40px -40px
    }
    .slide-content .company-slider {
        margin-left: -webkit-calc(.18 * 1140px - 26.5px - 50vw);
        margin-left: calc(.18 * 1140px - 26.5px - 50vw);
        margin-left: -webkit-calc(.18 * 1140px - 26.5px - var(--w-width) * .5);
        margin-left: calc(.18 * 1140px - 26.5px - var(--w-width) * .5)
    }
    .page-content {
        width: 71%
    }
    .post-item-image {
        height: 480px
    }
    .slide-content p:not(:last-child) {
        line-height: 1.7
    }
    .production-box {
        margin: 0
    }
    .production-item {
        margin: 0 30px 50px
    }
    .universal-block-body h4 {
        font-size: 17px
    }
    .table-wrap {
        max-width: 100%;
        width: 100%;
        overflow: auto
    }
    .action-table td,
    .product-table td {
        white-space: nowrap
    }
    .action-table td,
    .action-table th {
        padding: 12px 8px;
        font-size: 12px
    }
    .universal-block-body .drop-title {
        font-size: 22px
    }
    .universal-body-item .product-params-list {
        padding: 30px 0 10px
    }
    .universal-block-body .staff-item-title {
        font-size: 17px
    }
    .universal-block-body .staff-item-image {
        width: 120px;
        height: 150px
    }
    .action-item-value {
        font-size: 20px
    }
    .action-column {
        width: 33%;
        margin-bottom: 20px
    }
    .universal-block-body .checkbox-column-title {
        font-size: 15px
    }
    .form-wrap {
        margin-bottom: 50px
    }
    .universal-sidebar-smallpadding {
        padding-right: 60px
    }
    .universal-sidebar-heading h3 {
        font-size: 32px
    }
    .gallery-link {
        width: 510px;
        height: 330px
    }
    .gallery-link-title {
        padding: 30px
    }
    .gallery-block:last-child {
        margin-bottom: 45px
    }
    h2 {
        font-size: 32px;
        margin-bottom: 25px
    }
    .article-heading {
        margin-bottom: 30px
    }
    .article strong {
        margin-bottom: 25px
    }
    .article p:not(:last-child) {
        margin-bottom: 25px
    }
    .legal-title {
        font-size: 32px
    }
}

@media (max-width:1199.98px) {
    .header-menu a {
        display: block;
        padding: 12px 15px;
        font-size: 20px;
        font-family: Inter, sans-serif;
        font-weight: 700;
    }
    .header-menu,
    .header-menu.clone {
        display: block
    }
    .header-menu.clone a {
        text-transform: none;
        font-size: 17px;
        font-family: Inter, sans-serif;
        padding-left: 40px
    }
    .header-menu.clone li:nth-child(2) a {
        font-family: Inter, sans-serif;
        font-weight: 700;
        font-size: 22px
    }
    .header-menu.clone li:nth-child(1) a,
    .header-menu.clone li:nth-child(2) a {
        padding-left: 15px
    }
    .header-menu {
        margin-top: 0;
        -webkit-animation: fadeIn .4s ease;
        animation: fadeIn .4s ease
    }
    .header-menu-wrap {
        display: none;
        position: fixed;
        width: 100%;
        height: 100vh;
        left: 0;
        top: 0;
        background: #000;
        margin-top: 0;
        padding-top: 70px;
        text-align: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        overflow: auto
    }
    .header-menu {
        max-width: 960px;
        width: 100%;
        text-align: left;
        margin: 0 auto
    }
    .header-menu:nth-child(n+2) {
        display: none
    }
    .header-menu-wrap.active {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
    .header-tools {
        margin-top: 0
    }
    .page-header .container {
        padding: 15px
    }
    .page-header {
        background-color: #000
    }
    .page-header .container::before {
        display: none
    }
    .page-header {
        position: fixed;
        width: 100%;
        left: 0;
        top: 0;
        z-index: 3;
        background-color: #000
    }
    .mobile-logo {
        display: block
    }
    .header-menu li:not(:last-of-type) {
        margin-right: 0
    }
    .header-menu a:hover,
    .header-tools .modal-link:hover {
        color: #fff
    }
    .intro-video-wrap {
        display: none;
        position: relative;
        padding: 35px 15px;
        text-align: center
    }
    .intro-video {
        position: relative;
        right: auto
    }
    .page-title,
    .section-title {
        font-size: 36px
    }
    .section-title {
        margin-bottom: 30px
    }
    .intro-video {
        width: 500px;
        height: 300px;
        margin: 0 auto
    }
    .intro-video::after,
    .intro-video::before {
        position: absolute;
        content: "";
        width: 150px;
        height: 2px;
        background-color: #008ce4;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }
    .intro-video::before {
        left: -webkit-calc(100% + 20px);
        left: calc(100% + 20px)
    }
    .intro-video::after {
        right: -webkit-calc(100% + 20px);
        right: calc(100% + 20px)
    }
    .intro-slide-title {
        font-size: 38px
    }
    .intro-slider .slider-nav {
        left: auto;
        right: -webkit-calc(50% - 465px);
        right: calc(50% - 465px)
    }
    .intro-scroll {
        left: -webkit-calc(50% - 465px);
        left: calc(50% - 465px)
    }
    .intro-slide-text {
        margin-left: 0
    }
    .intro-slide {
        padding: 140px 0 180px 0
    }
    .mobile-menu-btn {
        display: inline-block
    }
    .intro-video-wrap .section-title {
        display: block
    }
    .search-popup {
        max-width: 550px
    }
    .search-popup input {
        font-size: 45px
    }
    .news-section {
        padding: 40px 0
    }
    .news-item {
        padding: 20px 25px
    }
    .news-datetime {
        margin-bottom: 20px
    }
    .direction-item {
        width: 30%
    }
    .direction-item-big {
        width: 46%
    }
    .direction-title {
        padding: 20px 15px;
        font-size: 20px
    }
    .direction-title .icon {
        font-size: 17px
    }
    .page-section {
        padding: 40px 0
    }
    .page-inner-section {
        padding: 20px 0 40px
    }
    .intro-section {
        padding: 0
    }
    .direction-image {
        height: 210px
    }
    .about-number {
        font-size: 40px;
        margin-top: 12px
    }
    .universal-item-number {
        font-size: 40px
    }
    .about-head,
    .universal-item-head {
        font-size: 18px
    }
    .about-item {
        font-size: 18px;
        margin-bottom: 70px
    }
    .section-subtitle {
        font-size: 26px
    }
    .invest-item {
        padding: 15px 20px
    }
    .invest-item-heading {
        font-size: 15px;
        margin-bottom: 20px
    }
    .invest-item-body {
        font-size: 21px
    }
    .intro-section {
        border-width: 1px
    }
    .geography-content {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .geography-sidebar {
        width: 100%;
        margin-left: 0
    }
    .geography-list {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 17px
    }
    .geography-list li {
        padding: 8px 0;
        margin: 0 20px
    }
    .geography-list .icon {
        position: static;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        vertical-align: -3px;
        font-size: 26px;
        min-width: 1px;
        margin-right: 8px
    }
    .geography-list li:not(:last-of-type) {
        margin-bottom: 15px
    }
    .geography-body {
        margin-bottom: 15px
    }
    .geography-static-body {
        margin-bottom: 0
    }
    .geography-pin a .tooltip,
    .geography-static-pin .tooltip {
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }
    .geography-pin a:hover .tooltip {
        -webkit-transform: scale(1) translateX(-50%);
        -ms-transform: scale(1) translateX(-50%);
        transform: scale(1) translateX(-50%)
    }
    .geography-pin .tooltip,
    .geography-static-pin .tooltip {
        left: 50%
    }
    .geography-pin .tooltip,
    .geography-static-pin .tooltip {
        min-width: 178px;
        padding: 8px;
        line-height: 1.2;
        font-size: 13px
    }
    .geography-pin a::before {
        font-size: 26px
    }
    .geography-pin .factory-link::before {
        font-size: 26px
    }
    .footer-column-list li:not(:last-of-type) {
        margin-bottom: 24px
    }
    .page-footer {
        padding: 40px 0
    }
    .submenu {
        -webkit-transition: all .25s ease-out;
        -o-transition: all .25s ease-out;
        transition: all .25s ease-out;
        position: static;
        padding: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        pointer-events: auto;
        opacity: 1;
        width: 100%;
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        display: none
    }
    .header-menu li {
        width: 100%
    }
    .header-menu>li a:not(:only-child):after {
        content: "\f105"
    }
    .header-menu .back a:before {
        content: "\f104";
        color: red
    }
    .header-menu .back a:before,
    .header-menu>li a:not(:only-child):after {
        font-family: fontawesome;
        display: inline-block;
        font-weight: 400
    }
    .header-menu>li a:not(:only-child):after {
        margin-left: 10px
    }
    .header-menu .back a:before {
        margin-right: 10px
    }
    .entry-section {
        padding: 80px 0 20px 0;
        -webkit-background-size: 0 0;
        background-size: 0;
        background-color: #fff;
        color: #2a2a36
    }
    .entry-section::before {
        display: none
    }
    .inner-page-body .container {
        padding: 0 15px
    }
    .breadcrumb-list-item+.breadcrumb-list-item::before {
        padding: 0 .7rem
    }
    .universal-block {
        padding: 35px 0
    }
    .universal-block:first-of-type {
        padding-top: 0
    }
    .universal-block-body {
        width: 64%
    }
    .universal-block-sidebar {
        width: 30%
    }
    .inner-gradient-page {
        background: -webkit-linear-gradient(right, rgba(0, 0, 0, .05), rgba(0, 0, 0, .05)) repeat-y -webkit-calc(50% + 186px) 0/1px auto;
        background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .05)), to(rgba(0, 0, 0, .05))) repeat-y calc(50% + 186px) 0/1px auto;
        background: -o-linear-gradient(right, rgba(0, 0, 0, .05), rgba(0, 0, 0, .05)) repeat-y calc(50% + 186px) 0/1px auto;
        background: linear-gradient(to left, rgba(0, 0, 0, .05), rgba(0, 0, 0, .05)) repeat-y calc(50% + 186px) 0/1px auto
    }
    .video-tools {
        font-size: 20px
    }
    .company-slide {
        width: 480px;
        height: 280px;
        margin: 0 25px 25px
    }
    .company-slider {
        padding: 40px 0
    }
    .company-slider .icon-arrow-left {
        left: -webkit-calc(50% - 274px);
        left: calc(50% - 274px)
    }
    .company-slider .icon-arrow-right {
        right: -webkit-calc(50% - 274px);
        right: calc(50% - 274px)
    }
    .finance-item {
        font-size: 20px
    }
    .finance-item strong {
        font-size: 36px
    }
    .finance-item p {
        font-size: 16px
    }
    .finance-item-value {
        font-size: 20px
    }
    .finance-item-image {
        height: 80px;
        margin: 20px 0 25px 0
    }
    .finance-box {
        margin-bottom: 45px
    }
    .finance-section {
        padding: 40px 0 10px 0
    }
    .universal-item-title {
        font-size: 28px
    }
    .universal-item p {
        font-size: 16px;
        max-width: 100%
    }
    .universal-block-body h4 {
        font-size: 17px
    }
    .universal-item-subtitle {
        font-size: 18px
    }
    .universal-item-contacts p {
        font-size: 14px
    }
    .universal-item-contacts br {
        display: none
    }
    .structure-section {
        padding: 40px 0 10px 0
    }
    .btn-back {
        display: inline-block
    }
    .staff-item-image {
        width: 120px;
        height: 150px
    }
    .staff-item {
        width: 48%
    }
    .staff-item {
        margin-bottom: 60px
    }
    .member-card-heading img {
        width: 120px
    }
    .member-card-description {
        font-size: 15px
    }
    .member-card-text p:not(:last-child) {
        margin-bottom: 20px
    }
    .universal-block-body h3 {
        font-size: 28px
    }
    .direction-text p {
        font-size: 15px
    }
    .direction-item-big {
        height: 280px
    }
    .direction-item-big .direction-title {
        margin-bottom: 12px
    }
    .breadcrumb-list {
        display: none
    }
    .gray-block {
        background-color: #fff
    }
    .activity-box {
        padding: 30px 20px
    }
    .activity-tabs {
        width: 30%
    }
    .activity-image img {
        width: 275px
    }
    .activity-image {
        margin-right: 30px
    }
    .activity-title {
        font-size: 21px
    }
    .universal-reverse-block .universal-block-sidebar {
        width: 30%
    }
    .universal-reverse-block .universal-block-body {
        padding-right: 0
    }
    .universal-sidebar-nav {
        font-size: 16px
    }
    .universal-block-body ul {
        padding: 30px 0;
        line-height: 1.7
    }
    .universal-block-body ul li:not(:last-of-type) {
        margin-bottom: 30px
    }
    .reverse-gradient-page {
        background: -webkit-linear-gradient(right, rgba(0, 0, 0, .05), rgba(0, 0, 0, .05)) repeat-y -webkit-calc(50% - 170px) 0/1px auto;
        background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .05)), to(rgba(0, 0, 0, .05))) repeat-y calc(50% - 170px) 0/1px auto;
        background: -o-linear-gradient(right, rgba(0, 0, 0, .05), rgba(0, 0, 0, .05)) repeat-y calc(50% - 170px) 0/1px auto;
        background: linear-gradient(to left, rgba(0, 0, 0, .05), rgba(0, 0, 0, .05)) repeat-y calc(50% - 170px) 0/1px auto
    }
    .timline-date {
        font-size: 16px;
        left: -110px
    }
    .universal-sidebar-nav {
        padding-right: 60px
    }
    .sticky-nav {
        top: 105px
    }
    .release-card {
        padding: 20px 30px
    }
    .release-card-head {
        position: absolute;
        left: 30px;
        top: 25px;
        width: auto;
        margin-right: 0
    }
    .release-image {
        width: 50px
    }
    .universal-block-body .release-card-title {
        padding-left: 70px;
        min-height: 45px;
        margin-bottom: 0;
        line-height: 1.2
    }
    .release-card-text {
        margin: 20px 0
    }
    .release-card-body {
        width: 100%
    }
    .release-card-footer .release-time {
        display: block
    }
    .pagination {
        font-size: 16px
    }
    .documents-box {
        padding: 20px
    }
    .universal-block-body .documents-box-title {
        font-size: 21px
    }
    .management-image {
        width: 165px
    }
    .enterprise-box {
        margin-top: 30px
    }
    .enterprise-column .enterprise-column-title {
        font-size: 20px
    }
    .enterprise-column {
        font-size: 16px;
        width: 100%
    }
    .enterprise-column:not(:last-of-type) {
        margin-bottom: 40px
    }
    .enterprise-column:nth-child(n+3) {
        margin-top: 0
    }
    .map {
        height: 400px
    }
    .universal-sidebar-description p {
        font-size: 15px;
        line-height: 1.7
    }
    .activity-pub-block {
        height: 400px;
        padding: 50px 0
    }
    .activity-pub-text {
        font-size: 20px;
        max-width: 500px
    }
    .acivity-universal-box {
        background: -webkit-linear-gradient(right, rgba(0, 0, 0, .05), rgba(0, 0, 0, .05)) repeat-y -webkit-calc(50% + 170px) 0/1px auto #fff;
        background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .05)), to(rgba(0, 0, 0, .05))) repeat-y calc(50% + 170px) 0/1px auto #fff;
        background: -o-linear-gradient(right, rgba(0, 0, 0, .05), rgba(0, 0, 0, .05)) repeat-y calc(50% + 170px) 0/1px auto #fff;
        background: linear-gradient(to left, rgba(0, 0, 0, .05), rgba(0, 0, 0, .05)) repeat-y calc(50% + 170px) 0/1px auto #fff
    }
    .universal-item-request a {
        font-size: 16px
    }
    .universal-item-request {
        margin-bottom: 20px
    }
    .universal-item-text {
        font-size: 13px
    }
    .activity-section .page-title {
        margin-bottom: 30px
    }
    .entry-section {
        background-color: transparent
    }
    .product-table td,
    .product-table th {
        padding: 12px 10px
    }
    .universal-block-body .subtitle {
        font-size: 20px;
        margin-bottom: 20px
    }
    .universal-body-item {
        margin: 30px 0
    }
    .cert-item img {
        height: 228px
    }
    .cert-item-name {
        font-size: 15px
    }
    .universal-gradient-block {
        padding-bottom: 20px;
        background: -webkit-linear-gradient(right, rgba(0, 0, 0, .05), rgba(0, 0, 0, .05)) repeat-y -webkit-calc(50% + 166px) 0/1px auto;
        background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .05)), to(rgba(0, 0, 0, .05))) repeat-y calc(50% + 166px) 0/1px auto;
        background: -o-linear-gradient(right, rgba(0, 0, 0, .05), rgba(0, 0, 0, .05)) repeat-y calc(50% + 166px) 0/1px auto;
        background: linear-gradient(to left, rgba(0, 0, 0, .05), rgba(0, 0, 0, .05)) repeat-y calc(50% + 166px) 0/1px auto
    }
    .invest-inner-box {
        padding: 0 5px 0 10px;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .invest-inner-box .invest-item {
        max-width: 47.5%
    }
    .invest-sidebar-title {
        font-size: 26px;
        margin-bottom: 30px
    }
    .release-center-box .release-card-title {
        font-size: 16px;
        margin-bottom: 35px
    }
    .release-center-box .release-card-head {
        width: 17%;
        margin: 0 15px 0 0;
        position: static
    }
    .release-center-box .release-card {
        padding: 25px 35px 25px 25px
    }
    .pagination-full-link .btn {
        min-width: 178px
    }
    .pagination-full-link {
        padding: 0 180px
    }
    .gallery-section,
    .photo-section {
        padding: 40px 0
    }
    .inner-page-pressCenter .section-subtitle {
        font-size: 30px
    }
    .gallery-item-preview {
        height: 210px
    }
    .gallery-item-title {
        line-height: 1.5
    }
    .subscribe-text {
        font-size: 15px;
        width: 39%
    }
    .filter {
        border-top: 1px solid #e5e5e5;
        padding: 20px 0 30px
    }
    .pressReleases-section .release-card-title {
        margin-bottom: 20px
    }
    .release-center-box .release-card-text {
        font-size: 15px
    }
    .filter .btn {
        min-width: 168px
    }
    .universal-form-description {
        font-size: 15px;
        padding-right: 20px;
        line-height: 1.5
    }
    .slide-content figure {
        margin: 0 0 30px -20px
    }
    .slide-content .company-slider {
        margin-left: -webkit-calc(.19 * 960px - 4.2px - 50vw);
        margin-left: calc(.19 * 960px - 4.2px - 50vw);
        margin-left: -webkit-calc(.19 * 960px - 4.2px - var(--w-width) * .5);
        margin-left: calc(.19 * 960px - 4.2px - var(--w-width) * .5);
        background-color: #f3f3f3
    }
    .slide-content .company-slider {
        margin-bottom: 35px
    }
    .history-section,
    .journal-section {
        padding: 50px 0 0 0
    }
    .page-sidebar {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .post-item-image {
        height: 425px;
        margin-bottom: 20px
    }
    .timeline {
        margin-bottom: 40px
    }
    .post-links {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .post-link {
        width: 100%
    }
    .post-link:not(:last-of-type) {
        margin-bottom: 15px
    }
    .slider-content-wrap {
        padding: 0 0 50px 20px
    }
    .gradient-wrap {
        padding-bottom: 70px
    }
    .slide-content p {
        font-size: 15px
    }
    .production-box {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .production-item {
        margin: 0 0 40px
    }
    .universal-block-body .drop-title {
        font-size: 19px
    }
    .universal-block-body .subtitle {
        font-size: 19px
    }
    .footer-column:not(:last-of-type) {
        margin-right: 20px
    }
    .universal-body-item ul {
        padding: 0
    }
    .universal-body-item ul li:not(:last-of-type) {
        margin-bottom: 10px
    }
    .staff-small-item {
        width: 100%
    }
    .universal-block-body .summary-title {
        font-size: 15px
    }
    .universal-block-body .subsidiary-drop-title {
        font-size: 15px;
        padding: 10px 20px
    }
    .subsidiary-subtitle {
        font-size: 15px
    }
    .universal-sidebar-smallpadding {
        padding-right: 30px
    }
    .universal-sidebar-heading {
        display: none
    }
    .sidebar-contacts {
        margin-top: 20px
    }
    .gallery-link {
        width: 440px;
        height: 270px
    }
    .gallery-link-title {
        font-size: 20px;
        padding: 25px 20px
    }
    h2 {
        font-size: 30px;
        margin-bottom: 25px
    }
    .article-heading {
        margin-bottom: 25px
    }
    .article strong {
        margin-bottom: 20px
    }
    .article p:not(:last-child) {
        margin-bottom: 20px
    }
    .article p {
        line-height: 1.7
    }
    .legal-title {
        font-size: 30px
    }
    .legal-section p {
        line-height: 1.7
    }
}

@media (max-width:991.98px) {
    .header-logo {
        width: 100px
    }
    .intro-slide {
        padding: 100px 0
    }
    .intro-slide-text {
        max-width: 100%
    }
    .intro-slide-title {
        font-size: 33px
    }
    .intro-slider .slider-nav {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        right: 50%;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
        padding: 0 15px;
        bottom: 30px
    }
    .intro-slider .slider-dots {
        margin: 0
    }
    .intro-slider .slider-dots li:not(:last-of-type) {
        margin-right: 40px
    }
    .intro-slider .slider-dots li:not(:last-of-type)::after {
        width: 20px
    }
    .intro-scroll {
        left: -webkit-calc(50% - 345px);
        left: calc(50% - 345px);
        bottom: 35px
    }
    .intro-video {
        width: 450px;
        height: 270px
    }
    .page-title,
    .section-title {
        font-size: 31px
    }
    .section-title {
        margin-bottom: 25px
    }
    .intro-video::after,
    .intro-video::before {
        width: 110px
    }
    .search-popup {
        max-width: 500px
    }
    .search-popup .form-field {
        height: 60px
    }
    .search-popup input {
        font-size: 40px
    }
    .news-title {
        line-height: 1.2;
        min-height: 98px;
        max-height: 98px
    }
    .news-datetime span {
        font-size: 32px
    }
    .section-heading {
        margin-bottom: 35px
    }
    .direction-item {
        width: 45.5%
    }
    .about-item {
        width: 50%
    }
    .structure-box {
        padding: 30px;
        margin: 0 -15px
    }
    .sctructure-item {
        width: 33.33%
    }
    .invest-sidebar {
        width: 100%
    }
    .invest-sidebar-list {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .invest-sidebar-list li {
        width: 48%
    }
    .invest-body {
        width: 100%;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .intro-slide {
        min-height: 100vh;
        min-height: var(--w-height)
    }
    .page-footer .container {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .footer-column {
        width: 33.33%
    }
    .footer-column:not(:last-of-type) {
        margin-right: 0
    }
    .footer-column:last-of-type {
        margin-top: 30px;
        width: 100%
    }
    .footer-contacts {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .footer-contacts a {
        width: 33.33%
    }
    .footer-contacts a:not(:last-of-type) {
        margin-bottom: 0
    }
    .footer-social-links {
        margin-bottom: 50px
    }
    .footer-column-list li:not(:last-of-type) {
        margin-bottom: 18px
    }
    .footer-column {
        font-size: 15px
    }
    .universal-block-body,
    .universal-reverse-block .universal-block-body {
        width: 100%
    }
    .universal-block-sidebar {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        width: 100%;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 25px
    }
    .universal-item {
        width: 48%
    }
    .universal-item:not(:last-of-type) {
        margin-bottom: 0
    }
    .universal-block {
        padding: 25px 0 30px 0
    }
    .video-tools {
        max-width: 70%;
        width: 100%;
        padding: 15px;
        font-size: 19px
    }
    .universal-block-body p:not(:last-child) {
        margin-bottom: 25px
    }
    .inner-gradient-page {
        background: 0 0
    }
    .company-slide {
        width: 420px;
        height: 260px;
        margin: 0 15px 20px
    }
    .finance-left-item br {
        display: none
    }
    .finance-item {
        width: 45.5%
    }
    .finance-left-item {
        width: 100%;
        text-align: center;
        margin-bottom: 20px
    }
    .finance-item-value {
        text-align: center
    }
    .finance-box {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .finance-item strong {
        font-size: 32px;
        margin: 12px 0
    }
    .finance-item p {
        margin-bottom: 10px
    }
    .finance-item-image {
        height: 70px
    }
    .universal-item.border-off {
        padding: 0
    }
    .universal-item .btn {
        display: none
    }
    .universal-item-title {
        margin-bottom: 0
    }
    .universal-item-title a {
        pointer-events: auto;
        color: #008ce4;
        text-decoration: underline
    }
    .universal-item-title a:active {
        text-decoration: none
    }
    .universal-item.pseudo-border {
        margin-bottom: 25px
    }
    .universal-item p {
        font-size: 15px
    }
    .universal-item-contacts p {
        font-size: 14px
    }
    .universal-item-subtitle {
        margin-bottom: 15px
    }
    .universal-item-contacts strong {
        font-size: 15px
    }
    .staff-item {
        width: 100%
    }
    .staff-item:last-of-type {
        margin-bottom: 0
    }
    .universal-block-body h3 {
        font-size: 25px
    }
    .universal-block-body strong {
        margin-bottom: 25px
    }
    .direction-item-big {
        width: 70%;
        margin: 0 0 20px
    }
    .direction-item-big:last-of-type {
        margin-bottom: 0
    }
    .header-menu {
        max-width: 720px
    }
    .direction-box {
        margin: 0
    }
    .activity-tabs {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -15px
    }
    .tabs-content-wrap {
        width: 100%;
        margin-bottom: 35px
    }
    .activity-tabs .tab {
        margin: 0 15px
    }
    .reverse-gradient-page {
        background: 0 0
    }
    .universal-reverse-block .universal-block-sidebar {
        margin: 0 0 20px 0;
        width: 100%
    }
    .universal-sidebar-nav li:not(:last-of-type) {
        margin-bottom: 0
    }
    .universal-sidebar-nav a {
        display: block;
        padding: 12px 0
    }
    .universal-sidebar-nav {
        width: 100%;
        padding-right: 0
    }
    .timeline-step {
        padding: 30px 0 30px 20px
    }
    .timeline-step:not(:last-child) {
        margin-bottom: 0
    }
    .timeline-step::before {
        left: 0;
        top: 5px
    }
    .timline-date {
        left: 20px
    }
    .sticky-nav {
        position: static
    }
    .management-body {
        margin-bottom: 25px
    }
    .universal-item.no-border {
        width: 100%;
        padding: 0
    }
    .activity-image,
    .activity-text {
        width: auto
    }
    .activity-pub-block {
        min-height: 360px;
        height: auto;
        padding: 40px 0
    }
    .activity-pub-text {
        font-size: 19px
    }
    .acivity-universal-box {
        background: #fff
    }
    .activity-section .page-title {
        margin-bottom: 20px
    }
    .product-table th {
        font-size: 12px
    }
    .universal-gradient-block {
        background: 0 0
    }
    .inner-page-shareholder .structure-section {
        padding-top: 0
    }
    .invest-inner-content {
        padding: 0 15px
    }
    .invest-inner-content .invest-sidebar {
        margin-bottom: 30px
    }
    .invest-inner-box {
        padding: 0
    }
    .invest-sidebar-link {
        font-size: 17px
    }
    .release-center-box .release-card-head {
        font-size: 15px;
        width: 20%
    }
    .release-center-box .release-card-title {
        font-size: 15px;
        margin-bottom: 30px
    }
    .release-card .btn {
        padding: 12px 15px
    }
    .release-social-links {
        font-size: 21px
    }
    .gallery-item-preview {
        margin-bottom: 15px
    }
    .gallery-item {
        width: 45.5%
    }
    .subscribe-section .section-subtitle {
        margin-bottom: 25px
    }
    .subscribe-content {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .subscribe-text {
        width: 100%;
        margin-bottom: 15px
    }
    .subscribe-form {
        padding-left: 0
    }
    .filter {
        margin-bottom: 40px
    }
    .pressReleases-section .release-card-title {
        margin-bottom: 20px
    }
    .release-center-box .release-card-text {
        max-height: 112px;
        overflow: hidden
    }
    .release-center-box .release-card-text br {
        display: none
    }
    .short-field {
        min-width: 124px
    }
    .long-field {
        min-width: 200px
    }
    .universal-form-description {
        padding-right: 0
    }
    .universal-form-description h4 {
        margin-bottom: 20px
    }
    .universal-form-description p:not(:last-child) {
        margin-bottom: 20px
    }
    .form-wrap {
        margin: 0;
        max-width: 450px;
        width: 100%
    }
    .timeline::before {
        display: none
    }
    .slide-content figure {
        margin: 0 0 30px 0
    }
    .slide-content .company-slider {
        width: auto;
        margin: 0 -webkit-calc(50% - 50vw) 35px;
        margin: 0 calc(50% - 50vw) 35px
    }
    .page-sidebar {
        display: none
    }
    .page-content {
        width: 100%
    }
    .history-section,
    .journal-section {
        padding-top: 35px
    }
    .slider-content-wrap {
        background: 0 0;
        padding: 0 0 50px 0
    }
    .slide-content p:not(:last-child) {
        margin-bottom: 30px;
        line-height: 1.5
    }
    .footer-column-title.absolute {
        position: absolute
    }
    .production-item {
        width: 200px;
        margin: 0 20px 35px
    }
    .production-item-image {
        height: 280px
    }
    .production-box {
        margin: 0 -20px;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .universal-block-body h4 {
        font-size: 16px
    }
    .table-description p:not(:last-of-type) {
        margin-bottom: 0
    }
    .page-footer .container {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    .footer-column:first-of-type {
        width: 100%;
        margin-bottom: 20px
    }
    .footer-social-links {
        margin-bottom: 30px
    }
    .staff-small-item {
        width: 48%
    }
    .universal-form-wrap {
        margin-bottom: 30px
    }
    .subsidiary-list {
        font-size: 13px
    }
    .universal-sidebar-subnav li:not(:last-of-type) {
        margin-bottom: 10px
    }
    .sidebar-contacts {
        margin: 20px 0
    }
    .gallery-link-title {
        font-size: 18px;
        padding: 15px
    }
    .gallery-link {
        width: 48%;
        height: 200px
    }
    h2 {
        font-size: 26px;
        margin-bottom: 20px
    }
    .article-heading {
        margin-bottom: 25px
    }
    .article strong {
        margin-bottom: 20px
    }
    .article p:not(:last-child) {
        margin-bottom: 20px
    }
    .legal-title {
        font-size: 26px;
        margin-bottom: 20px
    }
}

@media (max-width:767.98px) {
    .page-footer {
        padding-bottom: 15px
    }
    .footer-column {
        max-width: 220px;
        margin: 0 auto;
        width: 100%;
        margin-bottom: 25px
    }
    .footer-column:last-of-type {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        margin-top: 0
    }
    .footer-column:not(:last-of-type) {
        margin-right: auto
    }
    .footer-column:first-of-type {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }
    .footer-column-list li:not(:last-of-type) {
        margin-bottom: 10px
    }
    .footer-contacts {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .footer-contacts a {
        width: 100%
    }
    .footer-contacts a:not(:last-of-type) {
        margin-bottom: 15px
    }
    .footer-social-links {
        margin-bottom: 20px
    }
    .intro-slide-title {
        font-size: 26px;
        margin-bottom: 30px
    }
    .intro-slider .slider-dots li {
        width: 35px;
        height: 35px
    }
    .intro-slider .slider-dots li:not(:last-of-type) {
        margin-right: 10px
    }
    .intro-slider .slider-dots li:not(:last-of-type)::after {
        display: none
    }
    .intro-slider .slider-dots li::before {
        font-size: 18px
    }
    .intro-scroll {
        display: none
    }
    .intro-video {
        width: 100%;
        max-width: 350px;
        height: 200px
    }
    .intro-video::after,
    .intro-video::before {
        width: 5px;
        height: 5px;
        -webkit-border-radius: 50%;
        border-radius: 50%
    }
    .intro-video::before {
        left: -webkit-calc(100% + 5px);
        left: calc(100% + 5px)
    }
    .intro-video::after {
        right: -webkit-calc(100% + 5px);
        right: calc(100% + 5px)
    }
    .search-popup {
        max-width: -webkit-calc(100% - 30px);
        max-width: calc(100% - 30px)
    }
    .search-popup .form-field {
        height: 50px
    }
    .search-popup input {
        font-size: 30px;
        padding: 0 15px 0 0
    }
    .search-popup .fancybox-button {
        padding: 8px
    }
    .search-popup {
        padding: 25px 0
    }
    .search-form .form-field {
        margin-right: 20px
    }
    .page-title,
    .section-title {
        font-size: 26px
    }
    .section-heading .btn {
        padding: 15px 15px;
        position: absolute;
        bottom: 0;
        left: -webkit-calc(0 - 15px);
        left: calc(0 - 15px);
        width: -webkit-calc(100% - 30px);
        width: calc(100% - 30px)
    }
    .section-heading .btn .icon {
        margin-left: 10px;
        display: none
    }
    .section-heading .section-title {
        width: 100%
    }
    .section-heading {
        margin-bottom: 20px
    }
    .news-title {
        margin-bottom: 15px;
        color: #fff
    }
    .news-box {
        margin: 0;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .news-item {
        padding: 15px;
        margin: 0 0 15px 0;
        color: #fff;
        max-width: 100%;
        width: 100%
    }
    .news-item .btn {
        border-color: #fff;
        color: #fff
    }
    .news-item .btn:hover {
        color: #008ce4
    }
    .news-item:nth-child(n+5) {
        display: none
    }
    .news-item-bg {
        opacity: 1
    }
    .news-datetime span {
        font-size: 30px
    }
    .direction-item {
        max-width: 370px;
        width: 100%;
        margin: 0 auto 20px auto
    }
    .direction-item-big {
        max-width: 400px;
        height: 240px
    }
    .direction-text p {
        line-height: 1.5;
        font-size: 14px
    }
    .direction-box {
        margin: 0
    }
    .direction-section {
        padding-bottom: 25px
    }
    .about-box {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .about-item {
        width: 100%;
        margin-bottom: 40px
    }
    .about-section .section-title,
    .invest-section .section-title {
        margin-bottom: 0
    }
    .structure-box {
        padding: 20px 15px 15px;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .structure-box .section-subtitle {
        text-align: left
    }
    .sctructure-item {
        width: 48%
    }
    .section-subtitle {
        font-size: 22px
    }
    .sctructure-title {
        font-size: 14px
    }
    .invest-sidebar-list li {
        width: 100%;
        font-size: 15px;
        margin-bottom: 22px;
        padding-left: 60px
    }
    .invest-sidebar-list {
        max-width: 350px;
        margin: 0 auto
    }
    .invest-item {
        width: 100%
    }
    .invest-section {
        padding-bottom: 20px
    }
    .invest-box {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .invest-item-body {
        font-size: 18px
    }
    .invest-item-heading {
        margin-bottom: 15px
    }
    .intro-slide {
        padding: 160px 0 100px 0
    }
    .geography-pin a::before,
    .geography-static-pin a::before {
        font-size: 22px
    }
    .geography-pin .factory-link::before {
        font-size: 18px
    }
    .about-section {
        padding-bottom: 0
    }
    .news-section {
        padding: 30px 0 0 0
    }
    .direction-section .container,
    .news-section .container {
        padding-bottom: 50px
    }
    .universal-item {
        width: 100%
    }
    .universal-item:not(:last-of-type) {
        margin-bottom: 30px
    }
    .video-tools {
        max-width: 100%;
        font-size: 15px
    }
    .video-player {
        max-height: 100vh
    }
    .video-playing .btn-video:hover {
        opacity: 0
    }
    .video-description {
        margin-top: 10px
    }
    .company-slide {
        height: 215px
    }
    .finance-section {
        padding: 30px 0 10px 0
    }
    .finance-item p {
        font-size: 15px
    }
    .finance-item-value {
        font-size: 17px;
        text-align: left
    }
    .finance-left-item .finance-item-value {
        font-size: 19px
    }
    .finance-item strong {
        font-size: 28px;
        margin: 5px 0 10px
    }
    .finance-item-image {
        width: 72px;
        height: 60px;
        margin: 0 45px 0 0
    }
    .universal-item-title {
        font-size: 25px
    }
    .page-section {
        padding: 30px 0
    }
    .page-inner-section {
        padding: 10px 0 30px
    }
    .entry-section {
        padding: 80px 0 10px 0
    }
    .intro-section {
        padding: 0
    }
    .about-section {
        padding-bottom: 0
    }
    .finance-item {
        width: 100%;
        text-align: left;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
    .finance-left-item {
        text-align: left;
        display: block
    }
    .finance-item:not(:last-of-type) {
        margin-bottom: 35px
    }
    .finance-item-title {
        margin-bottom: 5px
    }
    .company-slider {
        padding: 0;
        background: 0
    }
    .inner-page-enterprise .company-slider {
        margin-bottom: 20px
    }
    .universal-item.pseudo-border:not(:last-of-type) {
        margin-bottom: 35px
    }
    .universal-item.pseudo-border:last-of-type {
        margin-bottom: 0
    }
    .universal-item p {
        font-size: 14px;
        margin-top: -4px;
        max-width: 320px;
        width: 100%
    }
    .universal-block-body h4 {
        font-size: 16px
    }
    .structure-section {
        padding: 0 0 10px 0
    }
    .btn-back {
        width: 100%
    }
    .staff-section {
        padding-top: 10px
    }
    .staff-item-image {
        width: 100px;
        height: 125px
    }
    .staff-item-title {
        font-size: 17px
    }
    .staff-item-position {
        font-size: 13px;
        margin-bottom: 10px
    }
    .staff-item {
        margin-bottom: 40px
    }
    .staff-item-link {
        font-size: 14px
    }
    .universal-block-body h3 {
        font-size: 22px
    }
    .image-block img {
        max-height: none
    }
    .container {
        max-width: 400px
    }
    .geography-list .icon {
        min-width: 32px;
        margin-right: 10px;
        font-size: 22px
    }
    .geography-list li {
        padding: 12px 10px;
        background-color: #fff;
        border: none;
        margin: 0
    }
    .geography-list li:not(:last-of-type) {
        margin-bottom: 2px
    }
    .geography-pin .tooltip,
    .geography-static-pin .tooltip {
        min-width: 160px
    }
    .geography-list {
        display: block
    }
    .geography-list {
        font-size: 16px
    }
    .intro-slider .slider-dots li::before {
        font-size: 0;
        width: 10px;
        height: 10px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background-color: #fff
    }
    .intro-slider .slider-dots li.slick-active::before {
        background-color: #008ce4
    }
    .intro-slider .slider-dots li {
        width: 25px;
        height: 25px
    }
    .intro-progress-track {
        stroke: transparent
    }
    .header-menu {
        max-width: 400px
    }
    .activity-text .btn,
    .activity-text p {
        display: none
    }
    .activity-text {
        position: absolute;
        bottom: 0;
        color: #fff;
        padding: 15px 50px 15px 15px;
        pointer-events: none;
        width: 100%
    }
    .activity-title {
        margin-bottom: 0
    }
    .activity-title::after {
        content: "\e908";
        position: absolute;
        right: 15px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        font-family: icomoon;
        font-size: 16px;
        color: #008ce4;
        z-index: 1
    }
    .activity-image::before {
        content: "";
        width: 100%;
        height: 50%;
        position: absolute;
        bottom: 0;
        left: 0;
        background: -webkit-gradient(linear, left bottom, left top, color-stop(35%, #000), to(transparent));
        background: -webkit-linear-gradient(bottom, #000 35%, transparent);
        background: -o-linear-gradient(bottom, #000 35%, transparent);
        background: linear-gradient(to top, #000 35%, transparent);
        z-index: 0
    }
    .activity-box {
        background-color: transparent;
        padding: 20px 0 0 0
    }
    .activity-image {
        margin-right: 0;
        width: 100%
    }
    .activity-image img {
        width: 100%;
        height: 300px
    }
    .activity-tabs {
        margin: 0;
        padding-right: 0
    }
    .activity-tabs .tab {
        margin: 0;
        width: 100%;
        background-color: #fff;
        border: none;
        font-size: 16px;
        padding: 14px 10px
    }
    .activity-tabs .tab:not(:last-of-type) {
        margin-bottom: 2px
    }
    .tabs-content-wrap {
        margin-bottom: 30px
    }
    .geography-static-body img {
        max-width: 100%
    }
    .mining-static-link1 {
        left: 43.5%;
        top: 60%
    }
    .mining-static-link2 {
        left: 70%;
        top: 32%
    }
    .mining-static-link4 {
        left: 55%;
        top: 62%
    }
    .mining-static-link5 {
        left: 14%;
        top: 24%
    }
    .mining-static-link5 .tooltip {
        left: 0;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    .universal-sidebar-nav li:not(:last-of-type) {
        border-bottom: 1px solid #cbcbd0
    }
    .universal-block-body ul {
        padding: 15px 0
    }
    .universal-block-body ul:last-of-type {
        padding-bottom: 0
    }
    .universal-sidebar-nav li {
        width: 100%
    }
    .universal-sidebar-nav a {
        border-bottom: none
    }
    .timeline-box {
        padding: 10px 0 0 0
    }
    .timeline-step:last-of-type {
        padding-bottom: 0
    }
    .release-box {
        margin: 30px 0
    }
    .release-card {
        padding: 20px 20px 10px
    }
    .release-card-head {
        left: 20px;
        top: 25px
    }
    .release-image {
        width: 45px
    }
    .universal-block-body .release-card-title {
        padding-left: 60px;
        font-size: 15px
    }
    .release-card-footer {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .release-card-text {
        margin: 20px 0 15px
    }
    .release-card-footer .release-time {
        font-size: 13px;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        width: 50%;
        text-align: left
    }
    .release-card .btn {
        min-width: 140px;
        margin-bottom: 10px
    }
    .release-card .btn .icon {
        font-size: 14px
    }
    .document-item-image {
        position: absolute;
        width: 60px;
        height: 60px;
        left: 0;
        top: 20px;
        margin-right: 0;
        text-align: left
    }
    .document-item-image img {
        width: 40px;
        height: auto;
        max-height: 100%
    }
    .document-item-text {
        width: 100%;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .document-item-type {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding-left: 70px;
        min-height: 50px;
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 10px
    }
    .document-item-name {
        font-size: 14px
    }
    .documents-box .btn {
        padding: 10px;
        width: 100%
    }
    .documents-box .btn-wrap {
        margin: 0
    }
    .universal-block-body .documents-box-title {
        font-size: 18px;
        margin-bottom: 5px
    }
    .universal-block-heading {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 20px
    }
    .universal-block-heading form {
        width: 100%;
        margin-top: 10px
    }
    .universal-block-heading h3 {
        margin-bottom: 15px
    }
    .management-image {
        width: 140px;
        margin-right: 0;
        margin-bottom: 15px
    }
    .management-box {
        margin-top: 20px
    }
    .management-body {
        margin-bottom: 20px
    }
    .management-description h4 {
        margin-bottom: 10px
    }
    .enterprise-box {
        margin-top: 25px
    }
    .enterprise-column .enterprise-column-title {
        font-size: 17px
    }
    .enterprise-column {
        font-size: 15px;
        width: 100%
    }
    .enterprise-column:not(:last-of-type) {
        margin-bottom: 30px
    }
    .map {
        height: 350px
    }
    .universal-item-number {
        margin-top: 12px
    }
    .universal-sidebar-description p {
        max-width: 100%
    }
    .activity-pub-block {
        min-height: 320px;
        height: auto;
        padding: 30px 0
    }
    .activity-pub-text {
        font-size: 17px;
        max-width: 100%
    }
    .activity-section .page-title {
        margin-bottom: 0
    }
    .activity-pub-text a {
        margin-top: 20px
    }
    .product-table td,
    .product-table th {
        padding: 8px
    }
    .universal-block-body strong {
        margin-bottom: 0
    }
    .universal-block-body .subtitle {
        font-size: 19px
    }
    .cert-item {
        width: 100%;
        margin-bottom: 20px
    }
    .cert-item img {
        height: 200px;
        margin-bottom: 20px
    }
    .cert-item-name {
        font-size: 14px
    }
    .cert-item:last-of-type {
        margin-bottom: 0
    }
    .invest-inner-box .invest-item {
        max-width: 100%
    }
    .invest-sidebar-title {
        font-size: 23px;
        margin-bottom: 25px
    }
    .invest-inner-content {
        padding: 0
    }
    .release-center-box .release-card-head {
        width: 100%;
        margin-bottom: 10px
    }
    .release-center-box .release-card {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 20px 30px 20px 20px
    }
    .release-center-box .btn {
        margin: 0 0 0 15px
    }
    .release-social-links a:not(:last-of-type) {
        margin-right: 6px
    }
    .release-center-box .release-card-title {
        font-size: 14px
    }
    .pagination-full-link .btn {
        position: relative;
        right: auto;
        top: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        width: 100%;
        margin-top: 20px
    }
    .pagination-full-link {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0
    }
    .release-center-box {
        margin-bottom: 25px
    }
    .gallery-section,
    .photo-section {
        padding: 30px 0
    }
    .photo-section .container {
        padding-bottom: 50px
    }
    .inner-page-pressCenter .section-subtitle {
        font-size: 24px
    }
    .gallery-item {
        width: 100%
    }
    .gallery-item:last-of-type {
        margin-bottom: 0
    }
    .gallery-section .container {
        padding-bottom: 50px
    }
    .gallery-item-title {
        font-size: 14px
    }
    .subscribe-section {
        padding: 30px 0
    }
    .subscribe-section .section-subtitle {
        margin-bottom: 20px
    }
    .subscribe-text {
        font-size: 14px
    }
    .subscribe-form {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .subscribe-form .form-field {
        margin-right: 0;
        width: 100%;
        margin-bottom: 15px
    }
    .subscribe-form .btn {
        min-width: 1px;
        width: 100%
    }
    .release-center-box .release-card-text {
        font-size: 14px;
        margin-bottom: 20px;
        max-height: 108px
    }
    .filter .select-form {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .long-field,
    .short-field {
        min-width: 100%
    }
    .filter .form-field-wrap {
        margin-right: 0;
        margin-bottom: 15px
    }
    .filter .btn {
        width: 100%
    }
    .filter .btn .icon {
        display: none
    }
    .filter {
        margin-bottom: 30px
    }
    .gallery-inner .gallery-item {
        margin-bottom: 30px
    }
    .gallery-inner .container {
        padding-bottom: 0
    }
    .gallery-inner {
        padding-top: 10px
    }
    .dark-section .geography-list {
        color: #000
    }
    .universal-form .btn {
        width: 100%
    }
    .universal-form .btn .icon {
        display: none
    }
    .success-popup {
        padding: 15px 40px 15px 15px;
        font-size: 16px
    }
    .success-popup .fa {
        font-size: 20px
    }
    .year {
        font-size: 16px
    }
    .timeline {
        margin: 0 -15px 30px
    }
    .slide-content figure {
        margin: 0 -15px 25px;
        height: 220px
    }
    .slide-content figure img {
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center
    }
    .slide-content .company-slider {
        background: 0 0
    }
    .slider-content-wrap {
        padding-bottom: 0
    }
    .timeline .slider-arrow-left {
        left: 15px
    }
    .timeline .slider-arrow-right {
        right: 15px
    }
    .gradient-wrap {
        padding: 0
    }
    .post-item {
        width: 100%
    }
    .post-item:not(:last-of-type) {
        margin-bottom: 30px
    }
    .gradient-wrap {
        background: 0 0
    }
    .post-item-image {
        height: 450px
    }
    .invest-status {
        text-align: center
    }
    .video-player {
        min-height: 260px
    }
    .about-head {
        min-width: 78px
    }
    .universal-block-heading h3 {
        margin-bottom: 0
    }
    .production-item {
        width: 250px
    }
    .production-item-image {
        height: 350px
    }
    .production-box {
        margin: 0
    }
    .production-item {
        margin: 0 0 30px 0
    }
    .production-item:last-of-type {
        margin-bottom: 0
    }
    .universal-block-body .drop-title {
        font-size: 17px;
        line-height: 1.2
    }
    .universal-block-body .subtitle {
        font-size: 17px
    }
    .footer-column:last-of-type {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }
    .universal-body-item ul {
        padding: 0
    }
    .universal-block-body .product-item-title {
        font-size: 14px
    }
    .product-item {
        max-width: 290px;
        width: 100%
    }
    .product-item-image {
        height: auto
    }
    .port-link1 {
        left: 3%;
        top: 36%
    }
    .port-link2 {
        left: 20%;
        top: 35%
    }
    .port-link3 {
        left: 81%;
        top: 85%
    }
    .metallurgy-link1 {
        left: 10.5%;
        top: 0
    }
    .metallurgy-link2 {
        left: 21.5%;
        top: 1%
    }
    .metallurgy-link3 {
        left: 4.5%;
        top: 28.5%
    }
    .metallurgy-link4 {
        left: 24.5%;
        top: 32.5%
    }
    .metallurgy-link5 {
        left: 19.5%;
        top: 44.5%
    }
    .metallurgy-link6 {
        left: 27.5%;
        top: 44.5%
    }
    .factory-link1 {
        left: 42%;
        top: 62%
    }
    .factory-link2 {
        left: 39.5%;
        top: 72%
    }
    .office-link1 {
        left: 13.5%;
        top: 22%
    }
    .mining-link1 {
        left: 13.5%;
        top: 24%
    }
    .mining-link2 {
        left: 37%;
        top: 58%
    }
    .mining-link3 {
        left: 54%;
        top: 67.5%
    }
    .mining-link4 {
        left: 68%;
        top: 59.5%
    }
    .mining-link5 {
        left: 74%;
        top: 51.5%
    }
    .staff-small-item {
        width: 100%
    }
    .universal-form-wrap {
        width: 100%;
        margin-bottom: 25px
    }
    .action-box {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .action-column {
        width: 49.5%
    }
    .action-item {
        padding: 20px 10px
    }
    .checkbox-column {
        width: 100%;
        padding-right: 0
    }
    .universal-block-body .checkbox-column-title {
        font-size: 14px
    }
    .btn-group .btn:not(:last-of-type) {
        margin-right: 0;
        margin-bottom: 15px
    }
    .checkbox-box {
        margin-bottom: 15px
    }
    .universal-sidebar-subnav {
        padding: 0 0 0 15px;
        margin-bottom: 25px
    }
    .universal-block-body .subsidiary-drop-title {
        font-size: 14px;
        padding: 10px 30px 10px 15px;
        white-space: nowrap;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis
    }
    .subsidiary-drop-content {
        padding: 15px 15px 25px
    }
    .subsidiary-subtitle {
        font-size: 14px;
        margin-bottom: 15px
    }
    .subsidiary-list {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1
    }
    .sidebar-contacts-item:not(:last-child) {
        margin-bottom: 20px
    }
    .gallery-link {
        width: 100%;
        height: 220px
    }
    .gallery-link:not(:last-of-type) {
        margin-bottom: 20px
    }
    .article strong {
        font-size: 15px
    }
    h2 {
        font-size: 24px
    }
    .article-footer {
        margin-top: 30px;
        text-align: left
    }
    .article .btn {
        width: 100%
    }
    .legal-title {
        font-size: 24px;
        margin-bottom: 15px
    }
}

@media (max-width:568px) {
    .footer-contacts a {
        line-height: 1.4;
        padding: 0 15px 0 0
    }
    .footer-contacts i {
        position: static;
        margin-right: 10px
    }
    .company-slide {
        margin: 0 0 15px 0
    }
    .universal-block-body .summary-title {
        font-size: 14px
    }
}

.select-list {
    display: none;
    width: 100%;
    left: 0;
    top: -webkit-calc(100% + 5px);
    top: calc(100% + 5px);
    position: absolute;
    background: #fff;
    -webkit-box-shadow: 0 40px 100px rgba(16, 57, 135, 0.15);
    box-shadow: 0 40px 100px rgba(16, 57, 135, 0.15);
    padding: 9px 0 14px;
    color: rgba(28, 28, 28, 0.5);
    z-index: 1;
    margin-bottom: 0;
}

.select-list.active {
    display: block;
}

.select-list-option {
    padding: 6px 15px;
    transition: all .2s ease-out;
    cursor: pointer;
}
.select-list-option:hover {
    color: #008ce4;
}
.select-input {
    text-overflow: ellipsis;
    transition: all .2s ease-out;
}
.select-form .form-field .select-input.is-open {
    border-color: #008ce4;
}
.select-input.is-open ~ i {
    color: #008ce4;
}

.selectricWrapper {
    position: relative;
    margin: 0 0 10px;
    width: 300px;
    cursor: pointer;
}

.selectricResponsive {
    width: 100%;
}

.selectric {
    border: 1px solid #DDD;
    background: #F8F8F8;
    position: relative;
    border-radius: 2px;
}

.selectric .label {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    margin: 0 30px 0 0;
    padding: 6px;
    font-size: 12px;
    line-height: 18px;
    color: #444;
    min-height: 18px;
}

.selectric .button {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    color: #BBB;
    text-align: center;
    font: 0/0 a;
    *font: 20px/30px Lucida Sans Unicode,Arial Unicode MS,Arial;
}

.selectric .button:after {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-top-color: #BBB;
    border-bottom: none;
}

.selectricHover .selectric {
    border-color: #CCC;
}

.selectricHover .selectric .button {
    color: #888;
}

.selectricHover .selectric .button:after {
    border-top-color: #888;
}

.selectricOpen {
    z-index: 9999;
}

.selectricOpen .selectric {
    border-color: #CCC;
    background: #F0F0F0;
    z-index: 9999;
}

.selectricOpen .selectricItems {
    display: block;
}

.selectricDisabled {
    filter: alpha(opacity=50);
    opacity: 0.5;
    cursor: default;
    -webkit-touch-callout: none;
    user-select: none;
}

.selectricHideSelect {
    position: relative;
    overflow: hidden;
    width: 0;
    height: 0;
}

.selectricHideSelect select {
    position: absolute;
    left: -100%;
    display: none;
}

.selectricInput {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 1px !important;
    height: 1px !important;
    outline: none !important;
    border: none !important;
    *font: 0/0 a !important;
    background: none !important;
}

.selectricTempShow {
    position: absolute !important;
    visibility: hidden !important;
    display: block !important;
}

.selectricItems {
    display: none;
    position: absolute;
    overflow: auto;
    top: 100%;
    left: 0;
    background: #F9F9F9;
    border: 1px solid #CCC;
    z-index: 9998;
    box-shadow: 0 0 10px -6px;
}

.selectricItems ul,.selectricItems li {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 12px;
    line-height: 20px;
    min-height: 20px;
}

.selectricItems li {
    display: block;
    padding: 5px;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #EEE;
    color: #666;
    cursor: pointer;
}

.selectricItems li.selected {
    background: #EFEFEF;
    color: #444;
    border-top-color: #E0E0E0;
}

.selectricItems li:hover {
    background: #F0F0F0;
    color: #444;
}

.selectricItems li.disabled {
    background: #F5F5F5;
    color: #BBB;
    border-top-color: #FAFAFA;
    cursor: default;
}
