/*!
 * Bootstrap v4.0.0-beta (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@media print {

    *,
    *::before,
    *::after {
        text-shadow: none !important;
        box-shadow: none !important
    }

    a,
    a:visited {
        text-decoration: underline
    }

    abbr[title]::after {
        content: " ("attr(title) ")"
    }

    pre {
        white-space: pre-wrap !important
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    tr,
    img {
        page-break-inside: avoid
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    .navbar {
        display: none
    }

    .badge {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table td,
    .table th {
        background-color: #fff !important
    }

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important
    }
}

html {
    box-sizing: border-box;
    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
}

*,
*::before,
*::after {
    box-sizing: inherit
}

@-ms-viewport {
    width: device-width
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

body {
    margin: 0;
    font-family: "Roboto Condensed", "Helvetica Neue", Arial, sans-serif;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.5;
    color: #212529;
    background-color: #fff
}

[tabindex="-1"]:focus {
    outline: none !important
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0
}

dt {
    font-weight: bold
}

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: #ec0505;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:hover {
    color: #a10303;
    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
}

pre,
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
    touch-action: manipulation
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #868e96;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: left
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type="radio"],
input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none !important
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

h1,
.h1 {
    font-size: 2.5rem
}

h2,
.h2 {
    font-size: 2rem
}

h3,
.h3 {
    font-size: 1.75rem
}

h4,
.h4 {
    font-size: 1.5rem
}

h5,
.h5 {
    font-size: 1.25rem
}

h6,
.h6 {
    font-size: 1rem
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.1
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.1
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.1
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.1
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1)
}

small,
.small {
    font-size: 80%;
    font-weight: normal
}

mark,
.mark {
    padding: .2em;
    background-color: #fcf8e3
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: 5px
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #868e96
}

.blockquote-footer::before {
    content: "\2014 \00A0"
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%
}



.container-fluid {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*="col-"] {
    padding-right: 0;
    padding-left: 0
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

.col-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
}

.col-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
}

.col-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
}

.col-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
}

.col-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.order-3 {
    order: 3
}

.order-4 {
    order: 4
}

.order-5 {
    order: 5
}

.order-6 {
    order: 6
}

.order-7 {
    order: 7
}

.order-8 {
    order: 8
}

.order-9 {
    order: 9
}

.order-10 {
    order: 10
}

.order-11 {
    order: 11
}

.order-12 {
    order: 12
}

.btn {
    display: inline-block;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: none;
    padding: .5rem .75rem;
    font-size: 1rem;
    line-height: 1.25;
    border-radius: .25rem;
    padding: 0.7rem 2.5rem;
    border-radius: 100px;
    font-size: 20px;
    color: #ffffff;
    transition: all 0.15s ease-in-out
}

.btn:focus,
.btn:hover {
    text-decoration: none
}

.btn:focus,
.btn.focus {
    outline: 0;
    box-shadow: 0 0 0 3px rgba(236, 5, 5, 0.25)
}

.btn.disabled,
.btn:disabled {
    opacity: .65
}

.btn:active,
.btn.active {
    background-image: none
}

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none
}

.btn-primary {
    color: #fff;
    background-color: #ec0505;
    border-color: #ec0505
}

.btn-primary:hover {
    color: #fff;
    background-color: #c70404;
    border-color: #ba0404
}

.btn-primary:focus,
.btn-primary.focus {
    box-shadow: 0 0 0 3px rgba(236, 5, 5, 0.5)
}

.btn-primary.disabled,
.btn-primary:disabled {
    background-color: #ec0505;
    border-color: #ec0505
}

.btn-primary:active,
.btn-primary.active,
.show>.btn-primary.dropdown-toggle {
    background-color: #c70404;
    background-image: none;
    border-color: #ba0404
}

.btn-secondary {
    color: #fff;
    background-color: #868e96;
    border-color: #868e96
}

.btn-secondary:hover {
    color: #fff;
    background-color: #727b84;
    border-color: #6c757d
}

.btn-secondary:focus,
.btn-secondary.focus {
    box-shadow: 0 0 0 3px rgba(134, 142, 150, 0.5)
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    background-color: #868e96;
    border-color: #868e96
}

.btn-secondary:active,
.btn-secondary.active,
.show>.btn-secondary.dropdown-toggle {
    background-color: #727b84;
    background-image: none;
    border-color: #6c757d
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34
}

.btn-success:focus,
.btn-success.focus {
    box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.5)
}

.btn-success.disabled,
.btn-success:disabled {
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:active,
.btn-success.active,
.show>.btn-success.dropdown-toggle {
    background-color: #218838;
    background-image: none;
    border-color: #1e7e34
}

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b
}

.btn-info:focus,
.btn-info.focus {
    box-shadow: 0 0 0 3px rgba(23, 162, 184, 0.5)
}

.btn-info.disabled,
.btn-info:disabled {
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:active,
.btn-info.active,
.show>.btn-info.dropdown-toggle {
    background-color: #138496;
    background-image: none;
    border-color: #117a8b
}

.btn-warning {
    color: #111;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:hover {
    color: #111;
    background-color: #e0a800;
    border-color: #d39e00
}

.btn-warning:focus,
.btn-warning.focus {
    box-shadow: 0 0 0 3px rgba(255, 193, 7, 0.5)
}

.btn-warning.disabled,
.btn-warning:disabled {
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:active,
.btn-warning.active,
.show>.btn-warning.dropdown-toggle {
    background-color: #e0a800;
    background-image: none;
    border-color: #d39e00
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130
}

.btn-danger:focus,
.btn-danger.focus {
    box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.5)
}

.btn-danger.disabled,
.btn-danger:disabled {
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:active,
.btn-danger.active,
.show>.btn-danger.dropdown-toggle {
    background-color: #c82333;
    background-image: none;
    border-color: #bd2130
}

.btn-light {
    color: #111;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:hover {
    color: #111;
    background-color: #e2e6ea;
    border-color: #dae0e5
}

.btn-light:focus,
.btn-light.focus {
    box-shadow: 0 0 0 3px rgba(248, 249, 250, 0.5)
}

.btn-light.disabled,
.btn-light:disabled {
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:active,
.btn-light.active,
.show>.btn-light.dropdown-toggle {
    background-color: #e2e6ea;
    background-image: none;
    border-color: #dae0e5
}

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124
}

.btn-dark:focus,
.btn-dark.focus {
    box-shadow: 0 0 0 3px rgba(52, 58, 64, 0.5)
}

.btn-dark.disabled,
.btn-dark:disabled {
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:active,
.btn-dark.active,
.show>.btn-dark.dropdown-toggle {
    background-color: #23272b;
    background-image: none;
    border-color: #1d2124
}

.btn-outline-primary {
    color: #ec0505;
    background-color: transparent;
    background-image: none;
    border-color: #ec0505
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #ec0505;
    border-color: #ec0505
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
    box-shadow: 0 0 0 3px rgba(236, 5, 5, 0.5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #ec0505;
    background-color: transparent
}

.btn-outline-primary:active,
.btn-outline-primary.active,
.show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #ec0505;
    border-color: #ec0505
}

.btn-outline-secondary {
    color: #868e96;
    background-color: transparent;
    background-image: none;
    border-color: #868e96
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #868e96;
    border-color: #868e96
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
    box-shadow: 0 0 0 3px rgba(134, 142, 150, 0.5)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #868e96;
    background-color: transparent
}

.btn-outline-secondary:active,
.btn-outline-secondary.active,
.show>.btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #868e96;
    border-color: #868e96
}

.btn-outline-success {
    color: #28a745;
    background-color: transparent;
    background-image: none;
    border-color: #28a745
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success:focus,
.btn-outline-success.focus {
    box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.5)
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent
}

.btn-outline-success:active,
.btn-outline-success.active,
.show>.btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-info {
    color: #17a2b8;
    background-color: transparent;
    background-image: none;
    border-color: #17a2b8
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:focus,
.btn-outline-info.focus {
    box-shadow: 0 0 0 3px rgba(23, 162, 184, 0.5)
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent
}

.btn-outline-info:active,
.btn-outline-info.active,
.show>.btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-warning {
    color: #ffc107;
    background-color: transparent;
    background-image: none;
    border-color: #ffc107
}

.btn-outline-warning:hover {
    color: #fff;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
    box-shadow: 0 0 0 3px rgba(255, 193, 7, 0.5)
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent
}

.btn-outline-warning:active,
.btn-outline-warning.active,
.show>.btn-outline-warning.dropdown-toggle {
    color: #fff;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-danger {
    color: #dc3545;
    background-color: transparent;
    background-image: none;
    border-color: #dc3545
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
    box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.5)
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent
}

.btn-outline-danger:active,
.btn-outline-danger.active,
.show>.btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-light {
    color: #f8f9fa;
    background-color: transparent;
    background-image: none;
    border-color: #f8f9fa
}

.btn-outline-light:hover {
    color: #fff;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:focus,
.btn-outline-light.focus {
    box-shadow: 0 0 0 3px rgba(248, 249, 250, 0.5)
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent
}

.btn-outline-light:active,
.btn-outline-light.active,
.show>.btn-outline-light.dropdown-toggle {
    color: #fff;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-dark {
    color: #343a40;
    background-color: transparent;
    background-image: none;
    border-color: #343a40
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:focus,
.btn-outline-dark.focus {
    box-shadow: 0 0 0 3px rgba(52, 58, 64, 0.5)
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent
}

.btn-outline-dark:active,
.btn-outline-dark.active,
.show>.btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-link {
    font-weight: normal;
    color: #ec0505;
    border-radius: 0
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link:disabled {
    background-color: transparent
}

.btn-link,
.btn-link:focus,
.btn-link:active {
    border-color: transparent;
    box-shadow: none
}

.btn-link:hover {
    border-color: transparent
}

.btn-link:focus,
.btn-link:hover {
    color: #a10303;
    text-decoration: underline;
    background-color: transparent
}

.btn-link:disabled {
    color: #868e96
}

.btn-link:disabled:focus,
.btn-link:disabled:hover {
    text-decoration: none
}

.btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: .5rem
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%
}

html body {
    font-family: "Roboto Condensed", "Helvetica Neue", Arial, sans-serif;
    font-size: 1rem
}

input,
select,
textarea,
button,
label {
    font-family: inherit !important
}

a:hover,
a:focus {
    text-decoration: none
}

ul li {
    list-style: none
}

button {
    cursor: pointer
}

html {
    height: 100%;
    position: relative
}



.wrapper {
    padding-top: 79px;
    display: block;
    position: relative;
    min-height: 100%;
    height: auto
}

.wrapper:after {
    content: '';
    position: absolute;
    height: 10px;
    width: 100%;
    z-index: 99;
    bottom: 0;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.13) 99%, #000 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.13) 99%, #000 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.13) 99%, #000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#000000', GradientType=0)
}

.down {
    position: fixed;
    z-index: 25;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #555555
}

.down span {
    position: absolute;
    left: 0;
    top: 0;
    background: #ea6903;
    height: 100%
}

header {
    background: #ffffff;
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.13);
    padding: 0.65rem 0 0.5rem;
    height: 80px;
    position: fixed;
    top: 3px;
    z-index: 25;
    width: 100%
}

header .container {
    max-width: 100%
}

header .logo-comp {
    padding-top: 0.2rem;
    position: absolute;
    left: 0;
    margin-left: 2rem
}

header .logo-page {
    padding: 0.4rem 0 0;
    margin: 0 auto;
    text-align: center
}

.content-bl {
    padding: 2.5rem 0
}

.content-bl .container {
    max-width: 800px
}

.avator {
    text-align: center;
    margin-bottom: 30px;
    background: url(../images/bg-ava.png) repeat-x 0 100%;
    animation: avatorBgAnimation 30s linear infinite;
    margin-top: 12px
}

@keyframes avatorBgAnimation {
    from {
        background-position: -802px 50%, 0 50%
    }

    to {
        background-position: 0 50%
    }
}

@-webkit-keyframes avatorBgAnimation {
    from {
        background-position: -802px 50%, 0 50%
    }

    to {
        background-position: 0 50%, 0 50%
    }
}

.avator img,
.avator span.image {
    background: #646565 50% 50% no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    display: block;
    margin: 0 auto;
    border-radius: 1000px;
    width: 250px;
    height: 250px;
    overflow: hidden;
    text-align: left;
    text-indent: -9999px;
    position: relative
}

.text-fakt {
    text-align: center;
    margin: 1rem 0 2.4rem
}

.text-fakt h2,
.text-fakt .h2,
.soc-wrap h2,
.soc-wrap .h2 {
    margin-bottom: 2.3rem;
    font-size: 36px;
    font-weight: 700
}

.text-fakt h3,
.text-fakt .h3,
.soc-wrap h3,
.soc-wrap .h3 {
    margin-bottom: 2.3rem;
    font-size: 24px;
    font-weight: 700
}

.text-fakt .text,
.soc-wrap .text {
    position: relative;
    margin-bottom: 1.3rem
}

.text-fakt .text img,
.soc-wrap .text img {
    display: initial;
    position: relative
}

.text-fakt .text img.left,
.soc-wrap .text img.left {
    left: -4px;
    top: -7px
}

.text-fakt .text img.right,
.soc-wrap .text img.right {
    top: -6px
}

.text-fakt p,
.soc-wrap p {
    display: initial;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    color: #646565;
    line-height: 1.6em
}

.krug {
    background: url("https://gdb.rferl.org/62CCBF95-363C-4588-9FF7-371AE3A0E397.png") repeat-x 0 50%;
    animation: krugBgAnimation 70s linear infinite;
    background-position: center;
    text-align: center
}

@keyframes krugBgAnimation {
    from {
        background-position: -1635px 50%, 0 0
    }

    to {
        background-position: 0 50%
    }
}

@-webkit-keyframes krugBgAnimation {
    from {
        background-position: -1635px 50%, 0 0
    }

    to {
        background-position: 0 50%, 0 0
    }
}

.krug .container {
    max-width: 100%
}

.krug-main {
    width: 400px;
    height: 400px;
    margin: 0 auto;
    position: relative
}

.krug-main .arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

.krug-main .arrow .bg {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -60px;
    background: url("https://docs.rferl.org/Infographics/2018/2018_09/2018_09_Factograph/images/pattern.jpg");
    width: 120px;
    height: 120px;
    z-index: 5;
    border-radius: 150px
}

.arrow-img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    transition: all 600ms linear 0s;
    -webkit-transition: all 600ms linear 0s
}

.arrow-rotate .arrow-img {
    -webkit-animation-name: rotation;
    -webkit-animation-duration: 6s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotation;
    -moz-animation-duration: 6s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -o-animation-name: rotation;
    -o-animation-duration: 6s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
    animation-name: rotation;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.arrow-to-1 .arrow-img {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.arrow-to-2 .arrow-img {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.arrow-to-3 .arrow-img {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.arrow-to-4 .arrow-img {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg)
}

.item-kr {
    position: relative;
    display: block;
    float: left;
    width: 200px;
    height: 200px;
    cursor: pointer;
    border-radius: inherit;
    transition: all 400ms linear 0s;
    -webkit-transition: all 400ms linear 0s
}

.item-kr span {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    border-radius: 400px 0 0 0;
    transition: all 400ms linear 0s;
    -webkit-transition: all 400ms linear 0s
}

.item-kr.left-top {
    border-radius: 400px 0 0 0;
    top: 0;
    position: relative;
    border-bottom: 1px solid #575757;
    border-right: 1px solid #575757;
    background: #303233;
    background: -moz-linear-gradient(-45deg, #303233 55%, #080808 99%);
    background: -webkit-linear-gradient(-45deg, #303233 55%, #080808 99%);
    background: linear-gradient(135deg, #303233 55%, #080808 99%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#303233', endColorstr='#080808', GradientType=1)
}

.item-kr.left-top.active,
.item-kr.left-top span {
    border-radius: 400px 0 0 0;
    border-color: #ff7200;
    background: #ff7200;
    background: -moz-linear-gradient(-45deg, #ff7200 0%, #ff7200 50%, #ec0505 100%);
    background: -webkit-linear-gradient(-45deg, #ff7200 0%, #ff7200 50%, #ec0505 100%);
    background: linear-gradient(135deg, #ff7200 0%, #ff7200 50%, #ec0505 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7200', endColorstr='#ec0505', GradientType=1)
}

.item-kr.left-top:before {
    content: '';
    background-position: -23px -20px
}

.item-kr.left-top p {
    top: 43%;
    bottom: 0;
    left: 31px
}

.item-kr.right-top {
    top: 0;
    position: relative;
    border-bottom: 1px solid #575757;
    border-radius: 0 400px 0 0;
    background: #080808;
    background: -moz-linear-gradient(45deg, #080808 1%, #303233 45%);
    background: -webkit-linear-gradient(45deg, #080808 1%, #303233 45%);
    background: linear-gradient(45deg, #080808 1%, #303233 45%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#080808', endColorstr='#303233', GradientType=1)
}

.item-kr.right-top.active,
.item-kr.right-top span {
    border-radius: 0 400px 0 0;
    border-color: #f65e3a;
    background: #f65e3a;
    background: -moz-linear-gradient(45deg, #f65e3a 0%, #ffaf00 72%, #69c700 100%);
    background: -webkit-linear-gradient(45deg, #f65e3a 0%, #ffaf00 72%, #69c700 100%);
    background: linear-gradient(45deg, #f65e3a 0%, #ffaf00 72%, #69c700 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f65e3a', endColorstr='#69c700', GradientType=1)
}

.item-kr.right-top:before {
    content: '';
    background-position: -179px -11px
}

.item-kr.right-top p {
    top: 43%;
    right: 12px
}

.item-kr.left-bottom {
    border-radius: 0 0 0 400px;
    border-right: 1px solid #575757;
    top: 0;
    background: #303233;
    background: -moz-linear-gradient(45deg, #303233 55%, #080808 99%);
    background: -webkit-linear-gradient(45deg, #303233 55%, #080808 99%);
    background: linear-gradient(45deg, #303233 55%, #080808 99%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#303233', endColorstr='#080808', GradientType=1)
}

.item-kr.left-bottom.active,
.item-kr.left-bottom span {
    border-radius: 0 0 0 400px;
    border-color: #ec0505;
    background: #ec0505;
    background: -moz-linear-gradient(45deg, #ec0505 0%, #ec0505 49%, #910000 99%);
    background: -webkit-linear-gradient(45deg, #ec0505 0%, #ec0505 49%, #910000 99%);
    background: linear-gradient(45deg, #ec0505 0%, #ec0505 49%, #910000 99%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ec0505', endColorstr='#910000', GradientType=1)
}

.item-kr.left-bottom:before {
    background-position: -23px -192px
}

.item-kr.left-bottom p {
    top: 29%;
    left: 33px
}

.item-kr.right-bottom {
    border-radius: 0 0 400px 0;
    top: 0;
    background: #080808;
    background: -moz-linear-gradient(-45deg, #080808 1%, #303233 45%);
    background: -webkit-linear-gradient(-45deg, #080808 1%, #303233 45%);
    background: linear-gradient(135deg, #080808 1%, #303233 45%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#080808', endColorstr='#303233', GradientType=1)
}

.item-kr.right-bottom.active,
.item-kr.right-bottom span {
    border-radius: 0 0 400px 0;
    border-color: #548000;
    background: #548000;
    background: -moz-linear-gradient(-45deg, #548000 0%, #69c023 50%, #69c023 99%);
    background: -webkit-linear-gradient(-45deg, #548000 0%, #69c023 50%, #69c023 99%);
    background: linear-gradient(135deg, #548000 0%, #69c023 50%, #69c023 99%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#548000', endColorstr='#69c023', GradientType=1)
}

.item-kr.right-bottom:before {
    content: '';
    background-position: -174px -192px
}

.item-kr.right-bottom p {
    top: 31%;
    right: 17px
}

.item-kr p {
    z-index: 5;
    color: #ffffff;
    font-weight: 700;
    opacity: 0.7
}

.item-kr.active:before,
.item-kr:hover:before {
    background: transparent
}

.item-kr.active p,
.item-kr:hover p {
    opacity: 1
}

.item-kr p {
    line-height: 1.2em;
    font-size: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

.text-s {
    margin: 3.5rem 0
}

@-webkit-keyframes rotation {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-moz-keyframes rotation {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-o-keyframes rotation {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotation {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(720deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

