/* Own instup */
span.copyright {float: left; padding-top:5px;}
span.copyright a {font-size: 12px !important;  /*18.01.21*/}

/* Common */
.uk {
    font: normal 12px / 20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    background: #ffffff;
    color: #444444;
}
::-moz-selection {
    background: #3399ff;
    color: #ffffff;
    text-shadow: none;
}
::selection {
    background: #3399ff;
    color: #ffffff;
    text-shadow: none;
}
@font-face {
    font-family: 'FontAwesome';
    src: url("./fonts/fontawesome-webfont.eot");
    src: url("./fonts/fontawesome-webfont.eot?#iefix") format("embedded-opentype"), url("./fonts/fontawesome-webfont.woff2") format('woff2'), url("./fonts/fontawesome-webfont.woff") format("woff"), url("./fonts/fontawesome-webfont.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
.uk-link {
    color: #0077dd;
    text-decoration: none;
    cursor: pointer;
}
.uk-link:hover {
    color: #005599;
    text-decoration: underline;
}
.header {
    margin: 0 0 15px 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    color: #444444;
    text-transform: none;
}
.uk-h1 {
    font-size: 36px;
    line-height: 42px;
}
.uk-h2 {
    font-size: 24px;
    line-height: 30px;
}
.uk-h3 {
    font-size: 18px;
    line-height: 24px;
}
.uk-h4 {
    font-size: 16px;
    line-height: 22px;
}
.uk-h5 {
    font-size: 14px;
    line-height: 20px;
}
.uk-h6 {
    font-size: 12px;
    line-height: 18px;
}
* + p.uk {
    margin-top: 15px;
}

/* Buttons */
.uk-button::-moz-focus-inner {
    border: 0;
    padding: 0;
}
.uk-button {
    -webkit-appearance: none;
    margin: 0;
    border: none;
    overflow: visible;
    font: inherit;
    color: #444444;
    text-transform: none;
    display: inline-block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 12px;
    background: #f5f5f5;
    vertical-align: middle;
    line-height: 28px;
    min-height: 30px;
    font-size: 1em;
    text-decoration: none;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 4px;
    text-shadow: 0 1px 0 #ffffff;
}
.uk-button:not(:disabled) {
    cursor: pointer;
}
.uk-button:hover,
.uk-button:focus {
    background-color: #fafafa;
    color: #444444;
    outline: none;
    text-decoration: none;
    border-color: rgba(0, 0, 0, 0.16);
}
.uk-button:active,
.uk-button.uk-active {
    background-color: #eeeeee;
    color: #444444;
}
.uk-button-primary {
    background-color: #00a8e6;
    color: #ffffff;
}
.uk-button-primary:hover,
.uk-button-primary:focus {
    background-color: #35b3ee;
    color: #ffffff;
}
.uk-button-primary:active,
.uk-button-primary.uk-active {
    background-color: #0091ca;
    color: #ffffff;
}
.uk-button-success {
    background-color: #8cc14c;
    color: #ffffff;
}
.uk-button-success:hover,
.uk-button-success:focus {
    background-color: #8ec73b;
    color: #ffffff;
}
.uk-button-success:active,
.uk-button-success.uk-active {
    background-color: #72ae41;
    color: #ffffff;
}
.uk-button-danger {
    background-color: #da314b;
    color: #ffffff;
}
.uk-button-danger:hover,
.uk-button-danger:focus {
    background-color: #e4354f;
    color: #ffffff;
}
.uk-button-danger:active,
.uk-button-danger.uk-active {
    background-color: #c91032;
    color: #ffffff;
}
.uk-button:disabled {
    background-color: #fafafa;
    color: #999999;
    border-color: rgba(0, 0, 0, 0.06);
    box-shadow: none;
    text-shadow: 0 1px 0 #ffffff;
}
.uk-button-link,
.uk-button-link:hover,
.uk-button-link:focus,
.uk-button-link:active,
.uk-button-link.uk-active,
.uk-button-link:disabled {
    border-color: transparent;
    background: none;
    box-shadow: none;
    text-shadow: none;
}
.uk-button-link {
    color: #0077dd;
}
.uk-button-link:hover,
.uk-button-link:focus,
.uk-button-link:active,
.uk-button-link.uk-active {
    color: #005599;
    text-decoration: underline;
}
.uk-button-link:disabled {
    color: #999999;
}
.uk-button-link:focus {
    outline: 1px dotted;
}
.uk-button-mini {
    min-height: 20px;
    padding: 0 6px;
    line-height: 18px;
    font-size: 12px; /*18.01.21*/
}
.uk-button-small {
    min-height: 25px;
    padding: 0 10px;
    line-height: 23px;
    font-size: 12px;
}
.uk-button-large {
    min-height: 40px;
    padding: 0 15px;
    line-height: 38px;
    font-size: 16px;
    border-radius: 5px;
}
.uk-button-group {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    font-size: 0.001px;
    white-space: nowrap;
}
.uk-button-group > * {
    display: inline-block;
}
.uk-button-group .uk-button {
    vertical-align: top;
}
.uk-button-dropdown {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.uk-button-primary,
.uk-button-success,
.uk-button-danger {
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.05);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
}
.uk-button-primary:hover,
.uk-button-primary:focus,
.uk-button-success:hover,
.uk-button-success:focus,
.uk-button-danger:hover,
.uk-button-danger:focus {
    border-color: rgba(0, 0, 0, 0.21);
}
.uk-button-group > .uk-button:not(:first-child):not(:last-child),
.uk-button-group > div:not(:first-child):not(:last-child) .uk-button {
    border-left-color: rgba(0, 0, 0, 0.1);
    border-right-color: rgba(0, 0, 0, 0.1);
    border-radius: 0;
}
.uk-button-group > .uk-button:first-child,
.uk-button-group > div:first-child .uk-button {
    border-right-color: rgba(0, 0, 0, 0.1);
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.uk-button-group > .uk-button:last-child,
.uk-button-group > div:last-child .uk-button {
    border-left-color: rgba(0, 0, 0, 0.1);
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.uk-button-group > .uk-button:nth-child(n+2),
.uk-button-group > div:nth-child(n+2) .uk-button {
    margin-left: -1px;
}
.uk-button-group .uk-button:hover,
.uk-button-group .uk-button:active {
    position: relative;
}
.uk-close::-moz-focus-inner {
    border: 0;
    padding: 0;
}
.uk-close {
    -webkit-appearance: none;
    margin: 0;
    border: none;
    overflow: visible;
    font: inherit;
    color: inherit;
    text-transform: none;
    padding: 0;
    background: transparent;
    display: inline-block;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: 20px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    opacity: 0.3;
}
.uk-close:after {
    display: block;
    content: "\f00d";
    font-family: FontAwesome;
}
.uk-close:hover,
.uk-close:focus {
    opacity: 0.5;
    outline: none;
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}
.uk-close-alt {
    padding: 2px;
    border-radius: 50%;
    background: #ffffff;
    opacity: 1;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 0 6px rgba(0, 0, 0, 0.3);
}
.uk-close-alt:hover,
.uk-close-alt:focus {
    opacity: 1;
}
.uk-close-alt:after {
    opacity: 0.5;
}
.uk-close-alt:hover:after,
.uk-close-alt:focus:after {
    opacity: 0.8;
}

/* Text */
.uk-text-small {
    font-size: 12px; /*18.01.21*/
    line-height: 16px;
}
.uk-text-large {
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;
}
.uk-text-bold {
    font-weight: bold;
}
.uk-text-muted {
    color: #999999 !important;
}
.uk-text-primary {
    color: #2d7091 !important;
}
.uk-text-success {
    color: #659f13 !important;
}
.uk-text-warning {
    color: #e28327 !important;
}
.uk-text-danger {
    color: #d85030 !important;
}
.uk-text-contrast {
    color: #ffffff !important;
}
.uk-text-left {
    text-align: left !important;
}
.uk-text-right {
    text-align: right !important;
}
.uk-text-center {
    text-align: center !important;
}
.uk-text-justify {
    text-align: justify !important;
}
.uk-text-top {
    vertical-align: top !important;
}
.uk-text-middle {
    vertical-align: middle !important;
}
.uk-text-bottom {
    vertical-align: bottom !important;
}
@media (max-width: 959px) {
    .uk-text-center-medium {
        text-align: center !important;
    }
    .uk-text-left-medium {
        text-align: left !important;
    }
}
@media (max-width: 767px) {
    .uk-text-center-small {
        text-align: center !important;
    }
    .uk-text-left-small {
        text-align: left !important;
    }
}
.uk-text-nowrap {
    white-space: nowrap;
}
.uk-text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.uk-text-break {
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

/* Modal */
.uk-modal {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1010;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
    touch-action: cross-slide-y pinch-zoom double-tap-zoom;
}
.uk-modal.uk-open {
    opacity: 1;
}
.uk-modal-page,
.uk-modal-page body {
    overflow: hidden;
}
.uk-modal-dialog {
    position: relative;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 50px auto;
    padding: 20px;
    width: 400px;
    max-width: 100%;
    max-width: calc(100% - 20px);
    background: #ffffff;
    opacity: 0;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    -webkit-transition: opacity 0.3s linear, -webkit-transform 0.3s ease-out;
    transition: opacity 0.3s linear, transform 0.3s ease-out;
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
@media (max-width: 767px) {
    .uk-modal-dialog {
        width: auto;
        margin: 10px auto;
    }
}
.uk-open .uk-modal-dialog {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.uk-modal-dialog > :not([class*='uk-modal-']):last-child {
    margin-bottom: 0;
}
.uk-modal-dialog > .uk-close:first-child {
    margin: -10px -10px 0 0;
    float: right;
}
.uk-modal-dialog > .uk-close:first-child + *:not([class*='uk-modal-']) {
    margin-top: 0;
}
.uk-modal-dialog-lightbox {
    margin: 15px auto;
    padding: 0;
    min-height: 200px;
    max-width: 95%;
    max-width: calc(100% - 30px);
    border-radius: 0;
}
.uk-modal-dialog-lightbox > .uk-close:first-child {
    position: absolute;
    top: -12px;
    right: -12px;
    margin: 0;
    float: none;
}
@media (max-width: 767px) {
    .uk-modal-dialog-lightbox > .uk-close:first-child {
        top: -7px;
        right: -7px;
    }
}
@media (min-width: 768px) {
    .uk-modal-dialog-large {
        width: 930px;
    }
}
@media (min-width: 1220px) {
    .uk-modal-dialog-large {
        width: 1130px;
    }
}
.uk-modal-header {
    margin-bottom: 15px;
    margin: -20px -20px 15px -20px;
    padding: 10px;
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
    background: #fafafa;
}
.uk-modal-footer {
    margin-top: 15px;
    margin: 15px -20px -20px -20px;
    padding: 20px;
    border-top: 1px solid #dddddd;
    border-radius: 0 0 4px 4px;
    background: #fafafa;
    font-size: 14px;
}
.uk-modal-header > :last-child,
.uk-modal-footer > :last-child {
    margin-bottom: 0;
}
.uk-modal-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    margin-bottom: -10px;
    color: #ffffff;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.uk-modal-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 25px;
    color: #ddd;
}
.uk-modal-spinner:after {
    content: "\f110";
    font-family: FontAwesome;
    -webkit-animation: uk-rotate 2s infinite linear;
    animation: uk-rotate 2s infinite linear;
}

/* Form */
.uk-form legend {
    width: 100%;
    border: 0;
    padding: 0;
    padding-bottom: 15px;
    font-size: 18px;
    line-height: 30px;
}
.uk-form legend:after {
    content: "";
    display: block;
    border-bottom: 1px solid #dddddd;
    width: 100%;
}
.uk-form input,
.uk-form select,
.uk-form textarea {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    border-radius: 0;
    font: inherit;
    color: inherit;
}
.uk-form select {
    text-transform: none;
}
.uk-form optgroup {
    font: inherit;
    font-weight: bold;
}
.uk-form input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
.uk-form input[type="checkbox"],
.uk-form input[type="radio"] {
    padding: 0;
}
.uk-form input[type="checkbox"]:not(:disabled),
.uk-form input[type="radio"]:not(:disabled) {
    cursor: pointer;
}
.uk-form textarea,
.uk-form input:not([type]),
.uk-form input[type="text"],
.uk-form input[type="password"],
.uk-form input[type="email"],
.uk-form input[type="url"],
.uk-form input[type="search"],
.uk-form input[type="tel"],
.uk-form input[type="number"],
.uk-form input[type="datetime"] {
    -webkit-appearance: none;
}
.uk-form input[type="search"]::-webkit-search-cancel-button,
.uk-form input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
.uk-form input[type="number"]::-webkit-inner-spin-button,
.uk-form input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
.uk-form fieldset {
    border: none;
    margin: 0;
    padding: 0;
}
.uk-form textarea {
    overflow: auto;
    vertical-align: top;
}
.uk-form ::-moz-placeholder {
    opacity: 1;
}
.uk-form :invalid {
    box-shadow: none;
}
.uk-form input:not([type="radio"]):not([type="checkbox"]),
.uk-form select {
    vertical-align: middle;
}
.uk-form > :last-child {
    margin-bottom: 0;
}
.uk-form select,
.uk-form textarea,
.uk-form input:not([type]),
.uk-form input[type="text"],
.uk-form input[type="password"],
.uk-form input[type="datetime"],
.uk-form input[type="datetime-local"],
.uk-form input[type="date"],
.uk-form input[type="month"],
.uk-form input[type="time"],
.uk-form input[type="week"],
.uk-form input[type="number"],
.uk-form input[type="email"],
.uk-form input[type="url"],
.uk-form input[type="search"],
.uk-form input[type="tel"],
.uk-form input[type="color"] {
    height: 30px;
    max-width: 100%;
    padding: 4px 6px;
    border: 1px solid #dddddd;
    background: #ffffff;
    color: #444444;
    -webkit-transition: all linear 0.2s;
    transition: all linear 0.2s;
    border-radius: 4px;
}
.uk-form select:focus,
.uk-form textarea:focus,
.uk-form input:not([type]):focus,
.uk-form input[type="text"]:focus,
.uk-form input[type="password"]:focus,
.uk-form input[type="datetime"]:focus,
.uk-form input[type="datetime-local"]:focus,
.uk-form input[type="date"]:focus,
.uk-form input[type="month"]:focus,
.uk-form input[type="time"]:focus,
.uk-form input[type="week"]:focus,
.uk-form input[type="number"]:focus,
.uk-form input[type="email"]:focus,
.uk-form input[type="url"]:focus,
.uk-form input[type="search"]:focus,
.uk-form input[type="tel"]:focus,
.uk-form input[type="color"]:focus {
    border-color: #99baca;
    outline: 0;
    background: #f5fbfe;
    color: #444444;
}
.uk-form select:disabled,
.uk-form textarea:disabled,
.uk-form input:not([type]):disabled,
.uk-form input[type="text"]:disabled,
.uk-form input[type="password"]:disabled,
.uk-form input[type="datetime"]:disabled,
.uk-form input[type="datetime-local"]:disabled,
.uk-form input[type="date"]:disabled,
.uk-form input[type="month"]:disabled,
.uk-form input[type="time"]:disabled,
.uk-form input[type="week"]:disabled,
.uk-form input[type="number"]:disabled,
.uk-form input[type="email"]:disabled,
.uk-form input[type="url"]:disabled,
.uk-form input[type="search"]:disabled,
.uk-form input[type="tel"]:disabled,
.uk-form input[type="color"]:disabled {
    border-color: #dddddd;
    background-color: #fafafa;
    color: #999999;
}
.uk-form :-ms-input-placeholder {
    color: #999999 !important;
}
.uk-form ::-moz-placeholder {
    color: #999999;
}
.uk-form ::-webkit-input-placeholder {
    color: #999999;
}
.uk-form :disabled:-ms-input-placeholder {
    color: #999999 !important;
}
.uk-form :disabled::-moz-placeholder {
    color: #999999;
}
.uk-form :disabled::-webkit-input-placeholder {
    color: #999999;
}

select.uk-form-small,
textarea.uk-form-small,
input[type].uk-form-small,
input:not([type]).uk-form-small {
    height: 25px;
    padding: 3px 3px;
    font-size: 12px;
}
select.uk-form-large,
textarea.uk-form-large,
input[type].uk-form-large,
input:not([type]).uk-form-large {
    height: 40px;
    padding: 8px 6px;
    font-size: 16px;
}
.uk-form textarea,
.uk-form select[multiple],
.uk-form select[size] {
    height: auto;
}
.uk-form-danger {
    border-color: #dc8d99 !important;
    background: #fff7f8 !important;
    color: #d85030 !important;
}
.uk-form-success {
    border-color: #8ec73b !important;
    background: #fafff2 !important;
    color: #659f13 !important;
}
.uk-form-blank {
    border-color: transparent !important;
    border-style: dashed !important;
    background: none !important;
}
.uk-form-blank:focus {
    border-color: #dddddd !important;
}
input.uk-form-width-mini {
    width: 40px;
}
select.uk-form-width-mini {
    width: 65px;
}
.uk-form-width-small {
    width: 130px;
}
.uk-form-width-medium {
    width: 200px;
}
.uk-form-width-large {
    width: 500px;
}
.uk-form-row:before,
.uk-form-row:after {
    content: "";
    display: table;
}
.uk-form-row:after {
    clear: both;
}
.uk-form-row + .uk-form-row {
    margin-top: 15px;
}
.uk-form-row input, .uk-form-row textarea {
    width: 100%;
}
.uk-form-help-inline {
    display: inline-block;
    margin: 0 0 0 10px;
}
.uk-form-help-block {
    margin: 5px 0 0 0;
}
.uk-form-controls > :first-child {
    margin-top: 0;
}
.uk-form-controls > :last-child {
    margin-bottom: 0;
}
.uk-form-controls-condensed {
    margin: 5px 0;
}
.uk-form-stacked .uk-form-label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}
@media (max-width: 959px) {
    .uk-form-horizontal .uk-form-label {
        display: block;
        margin-bottom: 5px;
        font-weight: bold;
    }
}
@media (min-width: 960px) {
    .uk-form-horizontal .uk-form-label {
        width: 200px;
        margin-top: 5px;
        float: left;
    }
    .uk-form-horizontal .uk-form-controls {
        margin-left: 215px;
    }
    .uk-form-horizontal .uk-form-controls-text {
        padding-top: 5px;
    }
}
.uk-form-icon {
    /*display: inline-block;*/
    position: relative;
    max-width: 100%;
}
.uk-form-icon > [class*='uk-icon-'] {
    position: absolute;
    top: 50%;
    width: 30px;
    margin-top: -7px;
    font-size: 14px;
    color: #999999;
    text-align: center;
    pointer-events: none;
}
.uk-form-icon:not(.uk-form-icon-flip) > input {
    padding-left: 30px !important;
}
.uk-form-icon-flip > [class*='uk-icon-'] {
    right: 0;
}
.uk-form-icon-flip > input {
    padding-right: 30px !important;
}

/* Icons */
[class*='uk-icon-'] {
    font-family: FontAwesome;
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
[class*='uk-icon-'],
[class*='uk-icon-']:hover,
[class*='uk-icon-']:focus {
    text-decoration: none;
}
.uk-icon-small:before {
    font-size: 150%;
    vertical-align: -10%;
}
.uk-icon-medium:before {
    font-size: 200%;
    vertical-align: -16%;
}
.uk-icon-large:before {
    font-size: 250%;
    vertical-align: -22%;
}
.uk-icon-spin {
    display: inline-block;
    -webkit-animation: uk-rotate 2s infinite linear;
    animation: uk-rotate 2s infinite linear;
}
.uk-icon-hover {
    color: #999999;
}
.uk-icon-hover:hover {
    color: #444444;
}
.uk-icon-button {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    background: #f5f5f5;
    line-height: 35px;
    color: #444444;
    font-size: 18px;
    text-align: center;
    border: 1px solid #e7e7e7;
    text-shadow: 0 1px 0 #ffffff;
}
.uk-icon-button:hover,
.uk-icon-button:focus {
    background-color: #fafafa;
    color: #444444;
    outline: none;
    border-color: #d3d3d3;
}
.uk-icon-button:active {
    background-color: #eeeeee;
    color: #444444;
}
.uk-icon-prefix:before {
    content: attr(prefix);
}
.uk-icon-spinner:before {
    content: "\f110";
}