

/* Start:/bitrix/templates/swebix-page/css/uikit.min.css?1631791878103638*/
html {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  background: #fff;
  color: #666
}
body {
  margin: 0
}
a:active, a:hover {
  outline: none
}
a, .uk-link {
  color: var(--blue);
  text-decoration: none;
  cursor: pointer
}
a:hover, .uk-link:hover, .uk-link-toggle:hover .uk-link, .uk-link-toggle:focus .uk-link {
  color: var(--dark);;
  text-decoration: underline
}
abbr[title] {
  text-decoration: underline dotted;
  -webkit-text-decoration-style: dotted
}
b, strong {
  font-weight: bolder
}
:not(pre) > code, :not(pre) > kbd, :not(pre) > samp {
  font-family: Consolas, monaco, monospace;
  font-size: .875rem;
  color: #f0506e;
  white-space: nowrap;
  padding: 2px 6px;
  background: #f8f8f8
}
em {
  color: #f0506e
}
ins {
  background: #ffd;
  color: #666;
  text-decoration: none
}
mark {
  background: #ffd;
  color: #666
}
q {
  font-style: italic
}
small {
  font-size: 80%
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}
sup {
  top: -.5em
}
sub {
  bottom: -.25em
}
audio, canvas, iframe, img, svg, video {
  vertical-align: middle
}
canvas, img, video {
  max-width: 100%;
  height: auto;
  box-sizing: border-box
}
svg:not(:root) {
  overflow: hidden
}
img:not([src]) {
  min-width: 1px;
  visibility: hidden
}
iframe {
  border: 0
}
p, ul, ol, dl, pre, address, fieldset, figure {
  margin: 0 0 20px
}
* + p, * + ul, * + ol, * + dl, * + pre, * + address, * + fieldset, * + figure {
  margin-top: 20px
}
h1, .uk-h1, h2, .uk-h2, h3, .uk-h3, h4, .uk-h4, h5, .uk-h5, h6, .uk-h6, .uk-heading-small, .uk-heading-medium, .uk-heading-large, .uk-heading-xlarge, .uk-heading-2xlarge {
  margin: 0 0 20px;
  font-weight: 400;
  color: #333;
  text-transform: none
}
* + h1, * + .uk-h1, * + h2, * + .uk-h2, * + h3, * + .uk-h3, * + h4, * + .uk-h4, * + h5, * + .uk-h5, * + h6, * + .uk-h6, * + .uk-heading-small, * + .uk-heading-medium, * + .uk-heading-large, * + .uk-heading-xlarge, * + .uk-heading-2xlarge {
  margin-top: 40px
}
h1, .uk-h1 {
  font-size: 2.23125rem;
  line-height: 1.2
}
h2, .uk-h2 {
  font-size: 1.7rem;
  line-height: 1.3
}
h3, .uk-h3 {
  font-size: 1.5rem;
  line-height: 1.4
}
h4, .uk-h4 {
  font-size: 1.25rem;
  line-height: 1.4
}
h5, .uk-h5 {
  font-size: 1rem;
  line-height: 1.4
}
h6, .uk-h6 {
  font-size: .875rem;
  line-height: 1.4
}
@media (min-width: 960px) {
  h1, .uk-h1 {
    font-size: 2.625rem
  }
  h2, .uk-h2 {
    font-size: 2rem
  }
}
ul, ol {
  padding-left: 30px
}
ul > li > ul, ul > li > ol, ol > li > ol, ol > li > ul {
  margin: 0
}
dt {
  font-weight: 700
}
dd {
  margin-left: 0
}
hr, .uk-hr {
  overflow: visible;
  text-align: inherit;
  margin: 0 0 20px;
  border: 0;
  border-top: 1px solid #e5e5e5
}
* + hr, * + .uk-hr {
  margin-top: 20px
}
address {
  font-style: normal
}
blockquote {
  margin: 0 0 20px;
  font-size: 1.25rem;
  line-height: 1.5;
  font-style: italic;
  color: #333
}
* + blockquote {
  margin-top: 20px
}
blockquote p:last-of-type {
  margin-bottom: 0
}
blockquote footer {
  margin-top: 10px;
  font-size: .875rem;
  line-height: 1.5;
  color: #666
}
blockquote footer::before {
  content: "— "
}
pre {
  font: .875rem / 1.5 Consolas, monaco, monospace;
  color: #666;
  -moz-tab-size: 4;
  tab-size: 4;
  overflow: auto;
  padding: 10px;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  background: #fff
}
pre code {
  font-family: Consolas, monaco, monospace
}
::selection {
  background: #39f;
  color: #fff;
  text-shadow: none
}
details, main {
  display: block
}
summary {
  display: list-item
}
template {
  display: none
}
.uk-breakpoint-s::before {
  content: '640px'
}
.uk-breakpoint-m::before {
  content: '960px'
}
.uk-breakpoint-l::before {
  content: '1200px'
}
.uk-breakpoint-xl::before {
  content: '1600px'
}
:root {
  --uk-breakpoint-s: 640px;
  --uk-breakpoint-m: 960px;
  --uk-breakpoint-l: 1200px;
  --uk-breakpoint-xl: 1600px
}
a.uk-link-muted, .uk-link-muted a {
  color: #999
}
a.uk-link-muted:hover, .uk-link-muted a:hover, .uk-link-toggle:hover .uk-link-muted, .uk-link-toggle:focus .uk-link-muted {
  color: #666
}
a.uk-link-text, .uk-link-text a {
  color: inherit
}
a.uk-link-text:hover, .uk-link-text a:hover, .uk-link-toggle:hover .uk-link-text, .uk-link-toggle:focus .uk-link-text {
  color: #999
}
a.uk-link-heading, .uk-link-heading a {
  color: inherit
}
a.uk-link-heading:hover, .uk-link-heading a:hover, .uk-link-toggle:hover .uk-link-heading, .uk-link-toggle:focus .uk-link-heading {
  color: var(--blue);
  text-decoration: none
}
a.uk-link-reset, .uk-link-reset a {
  color: inherit !important;
  text-decoration: none !important
}
.uk-link-toggle {
  color: inherit !important;
  text-decoration: none !important
}
.uk-link-toggle:focus {
  outline: none
}
.uk-heading-small {
  font-size: 2.6rem;
  line-height: 1.2
}
.uk-heading-medium {
  font-size: 2.8875rem;
  line-height: 1.1
}
.uk-heading-large {
  font-size: 3.4rem;
  line-height: 1.1
}
.uk-heading-xlarge {
  font-size: 4rem;
  line-height: 1
}
.uk-heading-2xlarge {
  font-size: 6rem;
  line-height: 1
}
@media (min-width: 960px) {
  .uk-heading-small {
    font-size: 3.25rem
  }
  .uk-heading-medium {
    font-size: 3.5rem
  }
  .uk-heading-large {
    font-size: 4rem
  }
  .uk-heading-xlarge {
    font-size: 6rem
  }
  .uk-heading-2xlarge {
    font-size: 8rem
  }
}
@media (min-width: 1200px) {
  .uk-heading-medium {
    font-size: 4rem
  }
  .uk-heading-large {
    font-size: 6rem
  }
  .uk-heading-xlarge {
    font-size: 8rem
  }
  .uk-heading-2xlarge {
    font-size: 11rem
  }
}
.uk-heading-divider {
  padding-bottom: calc(5px + 0.1em);
  border-bottom: calc(0.2px + 0.05em) solid #e5e5e5
}
.uk-heading-bullet {
  position: relative
}
.uk-heading-bullet::before {
  content: "";
  display: inline-block;
  position: relative;
  top: calc(-0.1 * 1em);
  vertical-align: middle;
  height: calc(4px + 0.7em);
  margin-right: calc(5px + 0.2em);
  border-left: calc(5px + 0.1em) solid #e5e5e5
}
.uk-heading-line {
  overflow: hidden
}
.uk-heading-line > * {
  display: inline-block;
  position: relative
}
.uk-heading-line > ::before, .uk-heading-line > ::after {
  content: "";
  position: absolute;
  top: calc(50% - ((0.2px + 0.05em) / 2));
  width: 2000px;
  border-bottom: calc(0.2px + 0.05em) solid #e5e5e5
}
.uk-heading-line > ::before {
  right: 100%;
  margin-right: calc(5px + 0.3em)
}
.uk-heading-line > ::after {
  left: 100%;
  margin-left: calc(5px + 0.3em)
}
[class*='uk-divider'] {
  border: none;
  margin-bottom: 20px
}
* + [class*='uk-divider'] {
  margin-top: 20px
}
.uk-divider-icon {
  position: relative;
  height: 20px;
  background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22none%22%20stroke%3D%22%23e5e5e5%22%20stroke-width%3D%222%22%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%227%22%20%2F%3E%0A%3C%2Fsvg%3E%0A);
  background-repeat: no-repeat;
  background-position: 50% 50%
}
.uk-divider-icon::before, .uk-divider-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  max-width: calc(50% - (50px / 2));
  border-bottom: 1px solid #e5e5e5
}
.uk-divider-icon::before {
  right: calc(50% + (50px / 2));
  width: 100%
}
.uk-divider-icon::after {
  left: calc(50% + (50px / 2));
  width: 100%
}
.uk-divider-small {
  line-height: 0
}
.uk-divider-small::after {
  content: "";
  display: inline-block;
  width: 100px;
  max-width: 100%;
  border-top: 1px solid #e5e5e5;
  vertical-align: top
}
.uk-divider-vertical {
  width: 1px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  border-left: 1px solid #e5e5e5
}
.uk-list {
  padding: 0;
  list-style: none
}
.uk-list > * > :last-child {
  margin-bottom: 0
}
.uk-list > :nth-child(n+2), .uk-list > * > ul {
  margin-top: 10px
}
.uk-list-disc > *, .uk-list-circle > *, .uk-list-square > *, .uk-list-decimal > *, .uk-list-hyphen > * {
  padding-left: 30px
}
.uk-list-decimal {
  counter-reset: decimal
}
.uk-list-decimal > * {
  counter-increment: decimal
}
[class*='uk-list'] > ::before {
  content: '';
  position: relative;
  left: -30px;
  width: 30px;
  height: 1.5em;
  margin-bottom: -1.5em;
  display: list-item;
  list-style-position: inside;
  text-align: right
}
.uk-list-disc > ::before {
  list-style-type: disc
}
.uk-list-circle > ::before {
  list-style-type: circle
}
.uk-list-square > ::before {
  list-style-type: square
}
.uk-list-decimal > ::before {
  content: counter(decimal, decimal) '\200A.\00A0'
}
.uk-list-hyphen > ::before {
  content: '–\00A0\00A0'
}
.uk-list-muted > ::before {
  color: #999 !important
}
.uk-list-emphasis > ::before {
  color: #333 !important
}
.uk-list-primary > ::before {
  color: var(--blue) !important
}
.uk-list-secondary > ::before {
  color: #222 !important
}
.uk-list-bullet > * {
  padding-left: 30px
}
.uk-list-bullet > ::before {
  content: "";
  position: relative;
  left: -30px;
  width: 30px;
  height: 1.5em;
  margin-bottom: -1.5em;
  background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%226%22%20height%3D%226%22%20viewBox%3D%220%200%206%206%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23666%22%20cx%3D%223%22%20cy%3D%223%22%20r%3D%223%22%20%2F%3E%0A%3C%2Fsvg%3E);
  background-repeat: no-repeat;
  background-position: 50% 50%
}
.uk-list-divider > :nth-child(n+2) {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #e5e5e5
}
.uk-list-striped > * {
  padding: 10px
}
.uk-list-striped > :nth-of-type(odd) {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  background: #f8f8f8
}
.uk-list-striped > :nth-child(n+2) {
  margin-top: 0
}
.uk-list-large > :nth-child(n+2), .uk-list-large > * > ul {
  margin-top: 20px
}
.uk-list-collapse > :nth-child(n+2), .uk-list-collapse > * > ul {
  margin-top: 0
}
.uk-list-large.uk-list-divider > :nth-child(n+2) {
  margin-top: 20px;
  padding-top: 20px
}
.uk-list-collapse.uk-list-divider > :nth-child(n+2) {
  margin-top: 0;
  padding-top: 0
}
.uk-list-large.uk-list-striped > * {
  padding: 20px 10px
}
.uk-list-collapse.uk-list-striped > * {
  padding-top: 0;
  padding-bottom: 0
}
.uk-list-large.uk-list-striped > :nth-child(n+2), .uk-list-collapse.uk-list-striped > :nth-child(n+2) {
  margin-top: 0
}
.uk-table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin-bottom: 20px
}
* + .uk-table {
  margin-top: 20px
}
.uk-table th {
  padding: 16px 12px;
  text-align: left;
  vertical-align: bottom;
  font-size: .875rem;
  font-weight: 400;
  color: #999;
  text-transform: uppercase
}
.uk-table td {
  padding: 16px 12px;
  vertical-align: top
}
.uk-table td > :last-child {
  margin-bottom: 0
}
.uk-table tfoot {
  font-size: .875rem
}
.uk-table caption {
  font-size: .875rem;
  text-align: left;
  color: #999
}
.uk-table-middle, .uk-table-middle td {
  vertical-align: middle !important
}
.uk-table-divider > tr:not(:first-child), .uk-table-divider > :not(:first-child) > tr, .uk-table-divider > :first-child > tr:not(:first-child) {
  border-top: 1px solid #e5e5e5
}
.uk-table-striped > tr:nth-of-type(odd), .uk-table-striped tbody tr:nth-of-type(odd) {
  background: #f8f8f8;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5
}
.uk-table-hover > tr:hover, .uk-table-hover tbody tr:hover {
  background: #ffd
}
.uk-table > tr.uk-active, .uk-table tbody tr.uk-active {
  background: #ffd
}
.uk-table-small th, .uk-table-small td {
  padding: 10px 12px
}
.uk-table-large th, .uk-table-large td {
  padding: 22px 12px
}
.uk-table-justify th:first-child, .uk-table-justify td:first-child {
  padding-left: 0
}
.uk-table-justify th:last-child, .uk-table-justify td:last-child {
  padding-right: 0
}
.uk-table-shrink {
  width: 1px
}
.uk-table-expand {
  min-width: 150px
}
.uk-table-link {
  padding: 0 !important
}
.uk-table-link > a {
  display: block;
  padding: 16px 12px
}
.uk-table-small .uk-table-link > a {
  padding: 10px 12px
}
@media (max-width: 959px) {
  .uk-table-responsive, .uk-table-responsive tbody, .uk-table-responsive th, .uk-table-responsive td, .uk-table-responsive tr {
    display: block
  }
  .uk-table-responsive thead {
    display: none
  }
  .uk-table-responsive th, .uk-table-responsive td {
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    overflow: visible !important;
    white-space: normal !important
  }
  .uk-table-responsive th:not(:first-child):not(.uk-table-link), .uk-table-responsive td:not(:first-child):not(.uk-table-link), .uk-table-responsive .uk-table-link:not(:first-child) > a {
    padding-top: 5px !important
  }
  .uk-table-responsive th:not(:last-child):not(.uk-table-link), .uk-table-responsive td:not(:last-child):not(.uk-table-link), .uk-table-responsive .uk-table-link:not(:last-child) > a {
    padding-bottom: 5px !important
  }
  .uk-table-justify.uk-table-responsive th, .uk-table-justify.uk-table-responsive td {
    padding-left: 0;
    padding-right: 0
  }
}
.uk-table tbody tr {
  transition: background-color .1s linear
}
.uk-icon {
  margin: 0;
  border: none;
  border-radius: 0;
  overflow: visible;
  font: inherit;
  color: inherit;
  text-transform: none;
  padding: 0;
  background-color: transparent;
  display: inline-block;
  fill: currentcolor;
  line-height: 0
}
button.uk-icon:not(:disabled) {
  cursor: pointer
}
.uk-icon::-moz-focus-inner {
  border: 0;
  padding: 0
}
.uk-icon:not(.uk-preserve) [fill*='#']:not(.uk-preserve) {
  fill: currentcolor
}
.uk-icon:not(.uk-preserve) [stroke*='#']:not(.uk-preserve) {
  stroke: currentcolor
}
.uk-icon > * {
  transform: translate(0, 0)
}
.uk-icon-image {
  width: 20px;
  height: 20px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle
}
.uk-icon-link {
  color: #999
}
.uk-icon-link:hover, .uk-icon-link:focus {
  color: #666;
  outline: none
}
.uk-icon-link:active, .uk-active > .uk-icon-link {
  color: #595959
}
.uk-icon-button {
  box-sizing: border-box;
  width: 36px;
  height: 36px;
  border-radius: 500px;
  background: #f8f8f8;
  color: #999;
  vertical-align: middle;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: .1s ease-in-out;
  transition-property: color, background-color
}
.uk-icon-button:hover, .uk-icon-button:focus {
  background-color: #ebebeb;
  color: #666;
  outline: none
}
.uk-icon-button:active, .uk-active > .uk-icon-button {
  background-color: #dfdfdf;
  color: #666
}
.uk-range {
  box-sizing: border-box;
  margin: 0;
  vertical-align: middle;
  max-width: 100%;
  width: 100%;
  -webkit-appearance: none;
  background: transparent;
  padding: 0
}
.uk-range:focus {
  outline: none
}
.uk-range::-moz-focus-outer {
  border: none
}
.uk-range::-ms-track {
  height: 15px;
  background: transparent;
  border-color: transparent;
  color: transparent
}
.uk-range:not(:disabled)::-webkit-slider-thumb {
  cursor: pointer
}
.uk-range:not(:disabled)::-moz-range-thumb {
  cursor: pointer
}
.uk-range:not(:disabled)::-ms-thumb {
  cursor: pointer
}
.uk-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  margin-top: -7px;
  height: 15px;
  width: 15px;
  border-radius: 500px;
  background: #fff;
  border: 1px solid #ccc
}
.uk-range::-moz-range-thumb {
  border: none;
  height: 15px;
  width: 15px;
  border-radius: 500px;
  background: #fff;
  border: 1px solid #ccc
}
.uk-range::-ms-thumb {
  margin-top: 0;
  border: none;
  height: 15px;
  width: 15px;
  border-radius: 500px;
  background: #fff;
  border: 1px solid #ccc
}
.uk-range::-ms-tooltip {
  display: none
}
.uk-range::-webkit-slider-runnable-track {
  height: 3px;
  background: #ebebeb;
  border-radius: 500px
}
.uk-range:focus::-webkit-slider-runnable-track, .uk-range:active::-webkit-slider-runnable-track {
  background: #d2d2d2
}
.uk-range::-moz-range-track {
  height: 3px;
  background: #ebebeb;
  border-radius: 500px
}
.uk-range:focus::-moz-range-track {
  background: #d2d2d2
}
.uk-range::-ms-fill-lower, .uk-range::-ms-fill-upper {
  height: 3px;
  background: #ebebeb;
  border-radius: 500px
}
.uk-range:focus::-ms-fill-lower, .uk-range:focus::-ms-fill-upper {
  background: #d2d2d2
}
.uk-input, .uk-select, .uk-textarea, .uk-radio, .uk-checkbox {
  box-sizing: border-box;
  margin: 0;
  border-radius: 0;
  font: inherit
}
.uk-input {
  overflow: visible
}
.uk-select {
  text-transform: none
}
.uk-select optgroup {
  font: inherit;
  font-weight: 700
}
.uk-textarea {
  overflow: auto
}
.uk-input[type="search"]::-webkit-search-cancel-button, .uk-input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none
}
.uk-input[type="number"]::-webkit-inner-spin-button, .uk-input[type="number"]::-webkit-outer-spin-button {
  height: auto
}
.uk-input::-moz-placeholder, .uk-textarea::-moz-placeholder {
  opacity: 1
}
.uk-radio:not(:disabled), .uk-checkbox:not(:disabled) {
  cursor: pointer
}
.uk-fieldset {
  border: none;
  margin: 0;
  padding: 0
}
.uk-input, .uk-textarea {
  -webkit-appearance: none
}
.uk-input, .uk-select, .uk-textarea {
  max-width: 100%;
  width: 100%;
  border: 0 none;
  padding: 0 10px;
  background: #fff;
  color: #666;
  border: 1px solid #e5e5e5;
  transition: .2s ease-in-out;
  transition-property: color, background-color, border
}
.uk-input, .uk-select:not([multiple]):not([size]) {
  height: 40px;
  vertical-align: middle;
  display: inline-block
}
.uk-input:not(input), .uk-select:not(select) {
  line-height: 38px
}
.uk-select[multiple], .uk-select[size], .uk-textarea {
  padding-top: 4px;
  padding-bottom: 4px;
  vertical-align: top
}
.uk-input:focus, .uk-select:focus, .uk-textarea:focus {
  outline: none;
  background-color: #fff;
  color: #666;
  border-color: var(--blue)
}
.uk-input:disabled, .uk-select:disabled, .uk-textarea:disabled {
  background-color: #f8f8f8;
  color: #999;
  border-color: #e5e5e5
}
.uk-input::-ms-input-placeholder {
  color: #999 !important
}
.uk-input::placeholder {
  color: #999
}
.uk-textarea::-ms-input-placeholder {
  color: #999 !important
}
.uk-textarea::placeholder {
  color: #999
}
.uk-form-small {
  font-size: .875rem
}
.uk-form-small:not(textarea):not([multiple]):not([size]) {
  height: 30px;
  padding-left: 8px;
  padding-right: 8px
}
.uk-form-small:not(select):not(input):not(textarea) {
  line-height: 28px
}
.uk-form-large {
  font-size: 1.25rem
}
.uk-form-large:not(textarea):not([multiple]):not([size]) {
  height: 55px;
  padding-left: 12px;
  padding-right: 12px
}
.uk-form-large:not(select):not(input):not(textarea) {
  line-height: 53px
}
.uk-form-danger, .uk-form-danger:focus {
  color: #f0506e;
  border-color: #f0506e
}
.uk-form-success, .uk-form-success:focus {
  color: #32d296;
  border-color: #32d296
}
.uk-form-blank {
  background: none;
  border-color: transparent
}
.uk-form-blank:focus {
  border-color: #e5e5e5;
  border-style: dashed
}
input.uk-form-width-xsmall {
  width: 50px
}
select.uk-form-width-xsmall {
  width: 75px
}
.uk-form-width-small {
  width: 130px
}
.uk-form-width-medium {
  width: 200px
}
.uk-form-width-large {
  width: 500px
}
.uk-select:not([multiple]):not([size]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 20px;
  background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A);
  background-repeat: no-repeat;
  background-position: 100% 50%
}
.uk-select:not([multiple]):not([size])::-ms-expand {
  display: none
}
.uk-select:not([multiple]):not([size]) option {
  color: #444
}
.uk-select:not([multiple]):not([size]):disabled {
  background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23999%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23999%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A)
}
.uk-input[list] {
  padding-right: 20px;
  background-repeat: no-repeat;
  background-position: 100% 50%
}
.uk-input[list]:hover, .uk-input[list]:focus {
  background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%2012%208%206%2016%206%22%20%2F%3E%0A%3C%2Fsvg%3E%0A)
}
.uk-input[list]::-webkit-calendar-picker-indicator {
  display: none
}
.uk-radio, .uk-checkbox {
  display: inline-block;
  height: 16px;
  width: 16px;
  overflow: hidden;
  margin-top: -4px;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border: 1px solid #ccc;
  transition: .2s ease-in-out;
  transition-property: background-color, border
}
.uk-radio {
  border-radius: 50%
}
.uk-radio:focus, .uk-checkbox:focus {
  outline: none;
  border-color: var(--blue);
}
.uk-radio:checked, .uk-checkbox:checked, .uk-checkbox:indeterminate {
  background-color: var(--blue);
  border-color: transparent
}
.uk-radio:checked:focus, .uk-checkbox:checked:focus, .uk-checkbox:indeterminate:focus {
  background-color: #0e6dcd
}
.uk-radio:checked {
  background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23fff%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E)
}
.uk-checkbox:checked {
  background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23fff%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A)
}
.uk-checkbox:indeterminate {
  background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23fff%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E)
}
.uk-radio:disabled, .uk-checkbox:disabled {
  background-color: #f8f8f8;
  border-color: #e5e5e5
}
.uk-radio:disabled:checked {
  background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23999%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E)
}
.uk-checkbox:disabled:checked {
  background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23999%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A)
}
.uk-checkbox:disabled:indeterminate {
  background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23999%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E)
}
.uk-legend {
  width: 100%;
  color: inherit;
  padding: 0;
  font-size: 1.5rem;
  line-height: 1.4
}
.uk-form-custom {
  display: inline-block;
  position: relative;
  max-width: 100%;
  vertical-align: middle
}
.uk-form-custom select, .uk-form-custom input[type="file"] {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  -webkit-appearance: none;
  opacity: 0;
  cursor: pointer
}
.uk-form-custom input[type="file"] {
  font-size: 500px;
  overflow: hidden
}
.uk-form-label {
  color: #333;
  font-size: .875rem
}
.uk-form-stacked .uk-form-label {
  display: block;
  margin-bottom: 5px
}
@media (max-width: 959px) {
  .uk-form-horizontal .uk-form-label {
    display: block;
    margin-bottom: 5px
  }
}
@media (min-width: 960px) {
  .uk-form-horizontal .uk-form-label {
    width: 200px;
    margin-top: 7px;
    float: left
  }
  .uk-form-horizontal .uk-form-controls {
    margin-left: 215px
  }
  .uk-form-horizontal .uk-form-controls-text {
    padding-top: 7px
  }
}
.uk-form-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #999
}
.uk-form-icon:hover {
  color: #666
}
.uk-form-icon:not(a):not(button):not(input) {
  pointer-events: none
}
.uk-form-icon:not(.uk-form-icon-flip) ~ .uk-input {
  padding-left: 40px !important
}
.uk-form-icon-flip {
  right: 0;
  left: auto
}
.uk-form-icon-flip ~ .uk-input {
  padding-right: 40px !important
}
.uk-button {
  margin: 0;
  border: none;
  overflow: visible;
  font: inherit;
  color: inherit;
  text-transform: none;
  -webkit-appearance: none;
  border-radius: 0;
  display: inline-block;
  box-sizing: border-box;
  padding: 0 30px;
  vertical-align: middle;
  font-size: .875rem;
  line-height: 38px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: .1s ease-in-out;
  transition-property: color, background-color, border-color
}
.uk-button:not(:disabled) {
  cursor: pointer
}
.uk-button::-moz-focus-inner {
  border: 0;
  padding: 0
}
.uk-button:hover {
  text-decoration: none
}
.uk-button:focus {
  outline: none
}
.uk-button-small {
  padding: 0 15px;
  line-height: 28px;
  font-size: .875rem
}
.uk-button-large {
  padding: 0 40px;
  line-height: 53px;
  font-size: .875rem
}
.uk-button-text {
  padding: 0;
  line-height: 1.5;
  background: none;
  color: #333;
  position: relative
}
.uk-button-text::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 100%;
  border-bottom: 1px solid #333;
  transition: right .3s ease-out
}
.uk-button-text:hover, .uk-button-text:focus {
  color: #333
}
.uk-button-text:hover::before, .uk-button-text:focus::before {
  right: 0
}
.uk-button-text:disabled {
  color: #999
}
.uk-button-text:disabled::before {
  display: none
}
.uk-button-link {
  padding: 0;
  line-height: 1.5;
  background: none;
  color: var(--blue)
}
.uk-button-link:hover, .uk-button-link:focus {
  color: var(--dark);;
  text-decoration: underline
}
.uk-button-link:disabled {
  color: #999;
  text-decoration: none
}
.uk-button-group {
  display: inline-flex;
  vertical-align: middle;
  position: relative
}
.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:focus, .uk-button-group .uk-button:active, .uk-button-group .uk-button.uk-active {
  position: relative;
  z-index: 1
}
.uk-progress {
  vertical-align: baseline;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: block;
  width: 100%;
  border: 0;
  background-color: #f8f8f8;
  margin-bottom: 20px;
  height: 15px;
  border-radius: 500px;
  overflow: hidden
}
* + .uk-progress {
  margin-top: 20px
}
.uk-progress:indeterminate {
  color: transparent
}
.uk-progress::-webkit-progress-bar {
  background-color: #f8f8f8;
  border-radius: 500px;
  overflow: hidden
}
.uk-progress:indeterminate::-moz-progress-bar {
  width: 0
}
.uk-progress::-webkit-progress-value {
  background-color: var(--blue);
  transition: width .6s ease
}
.uk-progress::-moz-progress-bar {
  background-color: var(--blue)
}
.uk-progress::-ms-fill {
  background-color: var(--blue);
  transition: width .6s ease;
  border: 0
}
.uk-container {
  display: flow-root;
  box-sizing: content-box;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px
}
@media (min-width: 640px) {
  .uk-container {
    padding-left: 30px;
    padding-right: 30px
  }
}
@media (min-width: 960px) {
  .uk-container {
    padding-left: 40px;
    padding-right: 40px
  }
}
.uk-container > :last-child {
  margin-bottom: 0
}
.uk-container .uk-container {
  padding-left: 0;
  padding-right: 0
}
.uk-container-xsmall {
  max-width: 750px
}
.uk-container-small {
  max-width: 900px
}
.uk-container-large {
  max-width: 1400px
}
.uk-container-xlarge {
  max-width: 1600px
}
.uk-container-expand {
  max-width: none
}
.uk-container-expand-left {
  margin-left: 0
}
.uk-container-expand-right {
  margin-right: 0
}
@media (min-width: 640px) {
  .uk-container-expand-left.uk-container-xsmall, .uk-container-expand-right.uk-container-xsmall {
    max-width: calc(50% + (750px / 2) - 30px)
  }
  .uk-container-expand-left.uk-container-small, .uk-container-expand-right.uk-container-small {
    max-width: calc(50% + (900px / 2) - 30px)
  }
}
@media (min-width: 960px) {
  .uk-container-expand-left, .uk-container-expand-right {
    max-width: calc(50% + (1200px / 2) - 40px)
  }
  .uk-container-expand-left.uk-container-xsmall, .uk-container-expand-right.uk-container-xsmall {
    max-width: calc(50% + (750px / 2) - 40px)
  }
  .uk-container-expand-left.uk-container-small, .uk-container-expand-right.uk-container-small {
    max-width: calc(50% + (900px / 2) - 40px)
  }
  .uk-container-expand-left.uk-container-large, .uk-container-expand-right.uk-container-large {
    max-width: calc(50% + (1400px / 2) - 40px)
  }
  .uk-container-expand-left.uk-container-xlarge, .uk-container-expand-right.uk-container-xlarge {
    max-width: calc(50% + (1600px / 2) - 40px)
  }
}
.uk-container-item-padding-remove-left, .uk-container-item-padding-remove-right {
  width: calc(100% + 15px)
}
.uk-container-item-padding-remove-left {
  margin-left: -15px
}
.uk-container-item-padding-remove-right {
  margin-right: -15px
}
@media (min-width: 640px) {
  .uk-container-item-padding-remove-left, .uk-container-item-padding-remove-right {
    width: calc(100% + 30px)
  }
  .uk-container-item-padding-remove-left {
    margin-left: -30px
  }
  .uk-container-item-padding-remove-right {
    margin-right: -30px
  }
}
@media (min-width: 960px) {
  .uk-container-item-padding-remove-left, .uk-container-item-padding-remove-right {
    width: calc(100% + 40px)
  }
  .uk-container-item-padding-remove-left {
    margin-left: -40px
  }
  .uk-container-item-padding-remove-right {
    margin-right: -40px
  }
}
.uk-close {
  color: #999;
  transition: .1s ease-in-out;
  transition-property: color, opacity
}
.uk-close:hover, .uk-close:focus {
  color: #666;
  outline: none
}
.uk-spinner > * {
  animation: uk-spinner-rotate 1.4s linear infinite
}
@keyframes uk-spinner-rotate {
  0% {
    transform: rotate(0deg)
  }
  100% {
    transform: rotate(270deg)
  }
}
.uk-spinner > * > * {
  stroke-dasharray: 88px;
  stroke-dashoffset: 0;
  transform-origin: center;
  animation: uk-spinner-dash 1.4s ease-in-out infinite;
  stroke-width: 1;
  stroke-linecap: round
}
@keyframes uk-spinner-dash {
  0% {
    stroke-dashoffset: 88px
  }
  50% {
    stroke-dashoffset: 22px;
    transform: rotate(135deg)
  }
  100% {
    stroke-dashoffset: 88px;
    transform: rotate(450deg)
  }
}
.uk-totop {
  padding: 5px;
  color: #999;
  transition: color .1s ease-in-out
}
.uk-totop:hover, .uk-totop:focus {
  color: #666;
  outline: none
}
.uk-totop:active {
  color: #333
}
.uk-marker {
  padding: 5px;
  background: #222;
  color: #fff;
  border-radius: 500px
}
.uk-marker:hover, .uk-marker:focus {
  color: #fff;
  outline: none
}
.uk-alert {
  position: relative;
  margin-bottom: 20px;
  padding: 15px 29px 15px 15px;
  background: #f8f8f8;
  color: #666
}
* + .uk-alert {
  margin-top: 20px
}
.uk-alert > :last-child {
  margin-bottom: 0
}
.uk-alert-close {
  position: absolute;
  top: 20px;
  right: 15px;
  color: inherit;
  opacity: .4
}
.uk-alert-close:first-child + * {
  margin-top: 0
}
.uk-alert-close:hover, .uk-alert-close:focus {
  color: inherit;
  opacity: .8
}
.uk-alert-primary {
  background: #d8eafc;
  color: var(--blue)
}
.uk-alert-success {
  background: #edfbf6;
  color: #32d296
}
.uk-alert-warning {
  background: #fff6ee;
  color: #faa05a
}
.uk-alert-danger {
  background: #fef4f6;
  color: #f0506e
}
.uk-alert h1, .uk-alert h2, .uk-alert h3, .uk-alert h4, .uk-alert h5, .uk-alert h6 {
  color: inherit
}
.uk-alert a:not([class]) {
  color: inherit;
  text-decoration: underline
}
.uk-alert a:not([class]):hover {
  color: inherit;
  text-decoration: underline
}
.uk-placeholder {
  margin-bottom: 20px;
  padding: 30px;
  background: transparent;
  border: 1px dashed #e5e5e5
}
* + .uk-placeholder {
  margin-top: 20px
}
.uk-placeholder > :last-child {
  margin-bottom: 0
}
.uk-overlay {
  padding: 30px
}
.uk-overlay > :last-child {
  margin-bottom: 0
}
.uk-overlay-default {
  background: rgba(255, 255, 255, 0.8)
}
.uk-overlay-primary {
  background: rgba(34, 34, 34, 0.8)
}
.uk-accordion {
  padding: 0;
  list-style: none
}
.uk-accordion > :nth-child(n+2) {
  margin-top: 20px
}
.uk-accordion-title {
  display: block;
  font-size: 1.25rem;
  line-height: 1.4;
  color: #333;
  overflow: hidden
}
.uk-accordion-title::before {
  content: "";
  width: 1.4em;
  height: 1.4em;
  margin-left: 10px;
  float: right;
  background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20width%3D%221%22%20height%3D%2213%22%20x%3D%226%22%20y%3D%220%22%20%2F%3E%0A%3C%2Fsvg%3E);
  background-repeat: no-repeat;
  background-position: 50% 50%
}
.uk-open > .uk-accordion-title::before {
  background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%3C%2Fsvg%3E)
}
.uk-accordion-title:hover, .uk-accordion-title:focus {
  color: #666;
  text-decoration: none;
  outline: none
}
.uk-accordion-content {
  display: flow-root;
  margin-top: 20px
}
.uk-accordion-content > :last-child {
  margin-bottom: 0
}
.uk-drop {
  display: none;
  position: absolute;
  z-index: 1020;
  box-sizing: border-box;
  width: 300px
}
.uk-drop.uk-open {
  display: block
}
[class*='uk-drop-top'] {
  margin-top: -20px
}
[class*='uk-drop-bottom'] {
  margin-top: 20px
}
[class*='uk-drop-left'] {
  margin-left: -20px
}
[class*='uk-drop-right'] {
  margin-left: 20px
}
.uk-drop-stack .uk-drop-grid > * {
  width: 100% !important
}
.uk-dropdown {
  display: none;
  position: absolute;
  z-index: 1020;
  box-sizing: border-box;
  min-width: 200px;
  padding: 25px;
  background: #fff;
  color: #666;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15)
}
.uk-dropdown.uk-open {
  display: block
}
.uk-dropdown-nav {
  white-space: nowrap;
  font-size: .875rem
}
.uk-dropdown-nav > li > a {
  color: #999
}
.uk-dropdown-nav > li > a:hover, .uk-dropdown-nav > li > a:focus, .uk-dropdown-nav > li.uk-active > a {
  color: #666
}
.uk-dropdown-nav .uk-nav-header {
  color: #333
}
.uk-dropdown-nav .uk-nav-divider {
  border-top: 1px solid #e5e5e5
}
.uk-dropdown-nav .uk-nav-sub a {
  color: #999
}
.uk-dropdown-nav .uk-nav-sub a:hover, .uk-dropdown-nav .uk-nav-sub a:focus, .uk-dropdown-nav .uk-nav-sub li.uk-active > a {
  color: #666
}
[class*='uk-dropdown-top'] {
  margin-top: -10px
}
[class*='uk-dropdown-bottom'] {
  margin-top: 10px
}
[class*='uk-dropdown-left'] {
  margin-left: -10px
}
[class*='uk-dropdown-right'] {
  margin-left: 10px
}
.uk-dropdown-stack .uk-dropdown-grid > * {
  width: 100% !important
}
.uk-modal {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1010;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 15px;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: opacity .15s linear
}
@media (min-width: 640px) {
  .uk-modal {
    padding: 50px 30px
  }
}
@media (min-width: 960px) {
  .uk-modal {
    padding-left: 40px;
    padding-right: 40px
  }
}
.uk-modal.uk-open {
  opacity: 1
}
.uk-modal-page {
  overflow: hidden
}
.uk-modal-dialog {
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  width: 600px;
  max-width: calc(100% - 0.01px) !important;
  background: #fff;
  opacity: 0;
  transform: translateY(-100px);
  transition: .3s linear;
  transition-property: opacity, transform
}
.uk-open > .uk-modal-dialog {
  opacity: 1;
  transform: translateY(0)
}
.uk-modal-container .uk-modal-dialog {
  width: 1200px
}
.uk-modal-full {
  padding: 0;
  background: none
}
.uk-modal-full .uk-modal-dialog {
  margin: 0;
  width: 100%;
  max-width: 100%;
  transform: translateY(0)
}
.uk-modal-body {
  display: flow-root;
  padding: 30px
}
.uk-modal-header {
  display: flow-root;
  padding: 15px 30px;
  background: #fff;
  border-bottom: 1px solid #e5e5e5
}
.uk-modal-footer {
  display: flow-root;
  padding: 15px 30px;
  background: #fff;
  border-top: 1px solid #e5e5e5
}
.uk-modal-body > :last-child, .uk-modal-header > :last-child, .uk-modal-footer > :last-child {
  margin-bottom: 0
}
.uk-modal-title {
  font-size: 2rem;
  line-height: 1.3
}
[class*='uk-modal-close-'] {
  position: absolute;
  z-index: 1010;
  top: 10px;
  right: 10px;
  padding: 5px
}
[class*='uk-modal-close-']:first-child + * {
  margin-top: 0
}
.uk-modal-close-outside {
  top: 0;
  right: -5px;
  transform: translate(0, -100%);
  color: #fff
}
.uk-modal-close-outside:hover {
  color: #fff
}
@media (min-width: 960px) {
  .uk-modal-close-outside {
    right: 0;
    transform: translate(100%, -100%)
  }
}
.uk-modal-close-full {
  top: 0;
  right: 0;
  padding: 20px;
  background: #fff
}
.uk-slider {
  -webkit-tap-highlight-color: transparent
}
.uk-slider-container {
  overflow: hidden
}
.uk-slider-container-offset {
  margin: -11px -25px -39px;
  padding: 11px 25px 39px
}
.uk-slider-items {
  will-change: transform;
  position: relative
}
.uk-slider-items:not(.uk-grid) {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-touch-callout: none
}
.uk-slider-items.uk-grid {
  flex-wrap: nowrap
}
.uk-slider-items > * {
  flex: none;
  position: relative;
  touch-action: pan-y
}
.uk-slider-items > :focus {
  outline: none
}
.uk-sticky-fixed {
  z-index: 980;
  box-sizing: border-box;
  margin: 0 !important;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}
.uk-sticky[class*='uk-animation-'] {
  animation-duration: .2s
}
.uk-sticky.uk-animation-reverse {
  animation-duration: .2s
}
.uk-offcanvas {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1000
}
.uk-offcanvas-flip .uk-offcanvas {
  right: 0;
  left: auto
}
.uk-offcanvas-bar {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -270px;
  box-sizing: border-box;
  width: 270px;
  padding: 20px;
  background: #222;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch
}
@media (min-width: 960px) {
  .uk-offcanvas-bar {
    left: -350px;
    width: 350px;
    padding: 40px
  }
}
.uk-offcanvas-flip .uk-offcanvas-bar {
  left: auto;
  right: -270px
}
@media (min-width: 960px) {
  .uk-offcanvas-flip .uk-offcanvas-bar {
    right: -350px
  }
}
.uk-open > .uk-offcanvas-bar {
  left: 0
}
.uk-offcanvas-flip .uk-open > .uk-offcanvas-bar {
  left: auto;
  right: 0
}
.uk-offcanvas-bar-animation {
  transition: left .3s ease-out
}
.uk-offcanvas-flip .uk-offcanvas-bar-animation {
  transition-property: right
}
.uk-offcanvas-reveal {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  overflow: hidden;
  transition: width .3s ease-out
}
.uk-offcanvas-reveal .uk-offcanvas-bar {
  left: 0
}
.uk-offcanvas-flip .uk-offcanvas-reveal .uk-offcanvas-bar {
  left: auto;
  right: 0
}
.uk-open > .uk-offcanvas-reveal {
  width: 270px
}
@media (min-width: 960px) {
  .uk-open > .uk-offcanvas-reveal {
    width: 350px
  }
}
.uk-offcanvas-flip .uk-offcanvas-reveal {
  right: 0;
  left: auto
}
.uk-offcanvas-close {
  position: absolute;
  z-index: 1000;
  top: 20px;
  right: 20px;
  padding: 5px
}
.uk-offcanvas-overlay {
  width: 100vw;
  touch-action: none
}
.uk-offcanvas-overlay::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.1);
  opacity: 0;
  transition: opacity .15s linear
}
.uk-offcanvas-overlay.uk-open::before {
  opacity: 1
}
.uk-offcanvas-page, .uk-offcanvas-container {
  overflow-x: hidden
}
.uk-offcanvas-container {
  position: relative;
  left: 0;
  transition: left .3s ease-out;
  box-sizing: border-box;
  width: 100%
}
:not(.uk-offcanvas-flip).uk-offcanvas-container-animation {
  left: 270px
}
.uk-offcanvas-flip.uk-offcanvas-container-animation {
  left: -270px
}
@media (min-width: 960px) {
  :not(.uk-offcanvas-flip).uk-offcanvas-container-animation {
    left: 350px
  }
  .uk-offcanvas-flip.uk-offcanvas-container-animation {
    left: -350px
  }
}
.uk-switcher {
  margin: 0;
  padding: 0;
  list-style: none
}
.uk-switcher > :not(.uk-active) {
  display: none
}
.uk-switcher > * > :last-child {
  margin-bottom: 0
}
.uk-leader {
  overflow: hidden
}
.uk-leader-fill::after {
  display: inline-block;
  margin-left: 15px;
  width: 0;
  content: attr(data-fill);
  white-space: nowrap
}
.uk-leader-fill.uk-leader-hide::after {
  display: none
}
.uk-leader-fill-content::before {
  content: '.'
}
:root {
  --uk-leader-fill-content: .
}
.uk-notification {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 1040;
  box-sizing: border-box;
  width: 350px
}
.uk-notification-top-right, .uk-notification-bottom-right {
  left: auto;
  right: 10px
}
.uk-notification-top-center, .uk-notification-bottom-center {
  left: 50%;
  margin-left: -175px
}
.uk-notification-bottom-left, .uk-notification-bottom-right, .uk-notification-bottom-center {
  top: auto;
  bottom: 10px
}
@media (max-width: 639px) {
  .uk-notification {
    left: 10px;
    right: 10px;
    width: auto;
    margin: 0
  }
}
.uk-notification-message {
  position: relative;
  padding: 15px;
  background: #f8f8f8;
  color: #666;
  font-size: 1.25rem;
  line-height: 1.4;
  cursor: pointer
}
* + .uk-notification-message {
  margin-top: 10px
}
.uk-notification-close {
  display: none;
  position: absolute;
  top: 20px;
  right: 15px
}
.uk-notification-message:hover .uk-notification-close {
  display: block
}
.uk-notification-message-primary {
  color: var(--blue)
}
.uk-notification-message-success {
  color: #32d296
}
.uk-notification-message-warning {
  color: #faa05a
}
.uk-notification-message-danger {
  color: #f0506e
}
.uk-tooltip {
  display: none;
  position: absolute;
  z-index: 1030;
  top: 0;
  box-sizing: border-box;
  max-width: 200px;
  padding: 3px 6px;
  background: #666;
  border-radius: 2px;
  color: #fff;
  font-size: 12px
}
.uk-tooltip.uk-active {
  display: block
}
[class*='uk-tooltip-top'] {
  margin-top: -10px
}
[class*='uk-tooltip-bottom'] {
  margin-top: 10px
}
[class*='uk-tooltip-left'] {
  margin-left: -10px
}
[class*='uk-tooltip-right'] {
  margin-left: 10px
}
.uk-sortable {
  position: relative
}
.uk-sortable > :last-child {
  margin-bottom: 0
}
.uk-sortable-drag {
  position: fixed !important;
  z-index: 1050 !important;
  pointer-events: none
}
.uk-sortable-placeholder {
  opacity: 0;
  pointer-events: none
}
.uk-sortable-empty {
  min-height: 50px
}
.uk-sortable-handle:hover {
  cursor: move
}
.uk-countdown-number {
  font-variant-numeric: tabular-nums;
  font-size: 2rem;
  line-height: .8
}
@media (min-width: 640px) {
  .uk-countdown-number {
    font-size: 4rem
  }
}
@media (min-width: 960px) {
  .uk-countdown-number {
    font-size: 6rem
  }
}
.uk-countdown-separator {
  font-size: 1rem;
  line-height: 1.6
}
@media (min-width: 640px) {
  .uk-countdown-separator {
    font-size: 2rem
  }
}
@media (min-width: 960px) {
  .uk-countdown-separator {
    font-size: 3rem
  }
}
.uk-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none
}
.uk-grid > * {
  margin: 0
}
.uk-grid > * > :last-child {
  margin-bottom: 0
}
.uk-grid {
  margin-left: -30px
}
.uk-grid > * {
  padding-left: 30px
}
.uk-grid + .uk-grid, .uk-grid > .uk-grid-margin, * + .uk-grid-margin {
  margin-top: 30px
}
@media (min-width: 1200px) {
  .uk-grid {
    margin-left: -40px
  }
  .uk-grid > * {
    padding-left: 40px
  }
  .uk-grid + .uk-grid, .uk-grid > .uk-grid-margin, * + .uk-grid-margin {
    margin-top: 40px
  }
}
.uk-grid-small, .uk-grid-column-small {
  margin-left: -15px
}
.uk-grid-small > *, .uk-grid-column-small > * {
  padding-left: 15px
}
.uk-grid + .uk-grid-small, .uk-grid + .uk-grid-row-small, .uk-grid-small > .uk-grid-margin, .uk-grid-row-small > .uk-grid-margin, * + .uk-grid-margin-small {
  margin-top: 15px
}
.uk-grid-medium, .uk-grid-column-medium {
  margin-left: -30px
}
.uk-grid-medium > *, .uk-grid-column-medium > * {
  padding-left: 30px
}
.uk-grid + .uk-grid-medium, .uk-grid + .uk-grid-row-medium, .uk-grid-medium > .uk-grid-margin, .uk-grid-row-medium > .uk-grid-margin, * + .uk-grid-margin-medium {
  margin-top: 30px
}
.uk-grid-large, .uk-grid-column-large {
  margin-left: -40px
}
.uk-grid-large > *, .uk-grid-column-large > * {
  padding-left: 40px
}
.uk-grid + .uk-grid-large, .uk-grid + .uk-grid-row-large, .uk-grid-large > .uk-grid-margin, .uk-grid-row-large > .uk-grid-margin, * + .uk-grid-margin-large {
  margin-top: 40px
}
@media (min-width: 1200px) {
  .uk-grid-large, .uk-grid-column-large {
    margin-left: -70px
  }
  .uk-grid-large > *, .uk-grid-column-large > * {
    padding-left: 70px
  }
  .uk-grid + .uk-grid-large, .uk-grid + .uk-grid-row-large, .uk-grid-large > .uk-grid-margin, .uk-grid-row-large > .uk-grid-margin, * + .uk-grid-margin-large {
    margin-top: 70px
  }
}
.uk-grid-collapse, .uk-grid-column-collapse {
  margin-left: 0
}
.uk-grid-collapse > *, .uk-grid-column-collapse > * {
  padding-left: 0
}
.uk-grid + .uk-grid-collapse, .uk-grid + .uk-grid-row-collapse, .uk-grid-collapse > .uk-grid-margin, .uk-grid-row-collapse > .uk-grid-margin {
  margin-top: 0
}
.uk-grid-divider > * {
  position: relative
}
.uk-grid-divider > :not(.uk-first-column)::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  border-left: 1px solid #e5e5e5
}
.uk-grid-divider.uk-grid-stack > .uk-grid-margin::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  border-top: 1px solid #e5e5e5
}
.uk-grid-divider {
  margin-left: -60px
}
.uk-grid-divider > * {
  padding-left: 60px
}
.uk-grid-divider > :not(.uk-first-column)::before {
  left: 30px
}
.uk-grid-divider.uk-grid-stack > .uk-grid-margin {
  margin-top: 60px
}
.uk-grid-divider.uk-grid-stack > .uk-grid-margin::before {
  top: -30px;
  left: 60px
}
@media (min-width: 1200px) {
  .uk-grid-divider {
    margin-left: -80px
  }
  .uk-grid-divider > * {
    padding-left: 80px
  }
  .uk-grid-divider > :not(.uk-first-column)::before {
    left: 40px
  }
  .uk-grid-divider.uk-grid-stack > .uk-grid-margin {
    margin-top: 80px
  }
  .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before {
    top: -40px;
    left: 80px
  }
}
.uk-grid-divider.uk-grid-small, .uk-grid-divider.uk-grid-column-small {
  margin-left: -30px
}
.uk-grid-divider.uk-grid-small > *, .uk-grid-divider.uk-grid-column-small > * {
  padding-left: 30px
}
.uk-grid-divider.uk-grid-small > :not(.uk-first-column)::before, .uk-grid-divider.uk-grid-column-small > :not(.uk-first-column)::before {
  left: 15px
}
.uk-grid-divider.uk-grid-small.uk-grid-stack > .uk-grid-margin, .uk-grid-divider.uk-grid-row-small.uk-grid-stack > .uk-grid-margin {
  margin-top: 30px
}
.uk-grid-divider.uk-grid-small.uk-grid-stack > .uk-grid-margin::before {
  top: -15px;
  left: 30px
}
.uk-grid-divider.uk-grid-row-small.uk-grid-stack > .uk-grid-margin::before {
  top: -15px
}
.uk-grid-divider.uk-grid-column-small.uk-grid-stack > .uk-grid-margin::before {
  left: 30px
}
.uk-grid-divider.uk-grid-medium, .uk-grid-divider.uk-grid-column-medium {
  margin-left: -60px
}
.uk-grid-divider.uk-grid-medium > *, .uk-grid-divider.uk-grid-column-medium > * {
  padding-left: 60px
}
.uk-grid-divider.uk-grid-medium > :not(.uk-first-column)::before, .uk-grid-divider.uk-grid-column-medium > :not(.uk-first-column)::before {
  left: 30px
}
.uk-grid-divider.uk-grid-medium.uk-grid-stack > .uk-grid-margin, .uk-grid-divider.uk-grid-row-medium.uk-grid-stack > .uk-grid-margin {
  margin-top: 60px
}
.uk-grid-divider.uk-grid-medium.uk-grid-stack > .uk-grid-margin::before {
  top: -30px;
  left: 60px
}
.uk-grid-divider.uk-grid-row-medium.uk-grid-stack > .uk-grid-margin::before {
  top: -30px
}
.uk-grid-divider.uk-grid-column-medium.uk-grid-stack > .uk-grid-margin::before {
  left: 60px
}
.uk-grid-divider.uk-grid-large, .uk-grid-divider.uk-grid-column-large {
  margin-left: -80px
}
.uk-grid-divider.uk-grid-large > *, .uk-grid-divider.uk-grid-column-large > * {
  padding-left: 80px
}
.uk-grid-divider.uk-grid-large > :not(.uk-first-column)::before, .uk-grid-divider.uk-grid-column-large > :not(.uk-first-column)::before {
  left: 40px
}
.uk-grid-divider.uk-grid-large.uk-grid-stack > .uk-grid-margin, .uk-grid-divider.uk-grid-row-large.uk-grid-stack > .uk-grid-margin {
  margin-top: 80px
}
.uk-grid-divider.uk-grid-large.uk-grid-stack > .uk-grid-margin::before {
  top: -40px;
  left: 80px
}
.uk-grid-divider.uk-grid-row-large.uk-grid-stack > .uk-grid-margin::before {
  top: -40px
}
.uk-grid-divider.uk-grid-column-large.uk-grid-stack > .uk-grid-margin::before {
  left: 80px
}
@media (min-width: 1200px) {
  .uk-grid-divider.uk-grid-large, .uk-grid-divider.uk-grid-column-large {
    margin-left: -140px
  }
  .uk-grid-divider.uk-grid-large > *, .uk-grid-divider.uk-grid-column-large > * {
    padding-left: 140px
  }
  .uk-grid-divider.uk-grid-large > :not(.uk-first-column)::before, .uk-grid-divider.uk-grid-column-large > :not(.uk-first-column)::before {
    left: 70px
  }
  .uk-grid-divider.uk-grid-large.uk-grid-stack > .uk-grid-margin, .uk-grid-divider.uk-grid-row-large.uk-grid-stack > .uk-grid-margin {
    margin-top: 140px
  }
  .uk-grid-divider.uk-grid-large.uk-grid-stack > .uk-grid-margin::before {
    top: -70px;
    left: 140px
  }
  .uk-grid-divider.uk-grid-row-large.uk-grid-stack > .uk-grid-margin::before {
    top: -70px
  }
  .uk-grid-divider.uk-grid-column-large.uk-grid-stack > .uk-grid-margin::before {
    left: 140px
  }
}
.uk-grid-match > *, .uk-grid-item-match {
  display: flex;
  flex-wrap: wrap
}
.uk-grid-match > * > :not([class*='uk-width']), .uk-grid-item-match > :not([class*='uk-width']) {
  box-sizing: border-box;
  width: 100%;
  flex: auto
}
.uk-nav, .uk-nav ul {
  margin: 0;
  padding: 0;
  list-style: none
}
.uk-nav li > a {
  display: block;
  text-decoration: none
}
.uk-nav li > a:focus {
  outline: none
}
.uk-nav > li > a {
  padding: 5px 0
}
ul.uk-nav-sub {
  padding: 5px 0 5px 15px
}
.uk-nav-sub ul {
  padding-left: 15px
}
.uk-nav-sub a {
  padding: 2px 0
}
.uk-nav-parent-icon > .uk-parent > a::after {
  content: "";
  width: 1.5em;
  height: 1.5em;
  float: right;
  background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23666%22%20stroke-width%3D%221.1%22%20points%3D%2210%201%204%207%2010%2013%22%20%2F%3E%0A%3C%2Fsvg%3E);
  background-repeat: no-repeat;
  background-position: 50% 50%
}
.uk-nav-parent-icon > .uk-parent.uk-open > a::after {
  background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23666%22%20stroke-width%3D%221.1%22%20points%3D%221%204%207%2010%2013%204%22%20%2F%3E%0A%3C%2Fsvg%3E)
}
.uk-nav-header {
  padding: 5px 0;

  text-transform: uppercase;
  font-size: .875rem
}
.uk-nav-header:not(:first-child) {
  margin-top: 20px
}
.uk-nav-divider {
  margin: 5px 0
}
.uk-nav-center {
  text-align: center
}
.uk-nav-center .uk-nav-sub, .uk-nav-center .uk-nav-sub ul {
  padding-left: 0
}
.uk-nav-center.uk-nav-parent-icon > .uk-parent > a::after {
  position: absolute
}
.uk-navbar {
  display: flex;
  position: relative
}
.uk-navbar-container:not(.uk-navbar-transparent) {
  background: #f8f8f8
}
.uk-navbar-container > ::before, .uk-navbar-container > ::after {
  display: none !important
}
.uk-navbar-left, .uk-navbar-right, .uk-navbar-center, .uk-navbar-center-left > *, .uk-navbar-center-right > * {
  display: flex;
  align-items: center
}
.uk-navbar-right {
  margin-left: auto
}
.uk-navbar-center:only-child {
  margin-left: auto;
  margin-right: auto;
  position: relative
}
.uk-navbar-center:not(:only-child) {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: max-content;
  box-sizing: border-box;
  z-index: 990
}
.uk-navbar-center-left, .uk-navbar-center-right {
  position: absolute;
  top: 0
}
.uk-navbar-center-left {
  right: 100%
}
.uk-navbar-center-right {
  left: 100%
}
[class*='uk-navbar-center-'] {
  width: max-content;
  box-sizing: border-box
}
.uk-navbar-nav {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none
}
.uk-navbar-left, .uk-navbar-right, .uk-navbar-center:only-child {
  flex-wrap: wrap
}
.uk-navbar-nav > li > a, .uk-navbar-item, .uk-navbar-toggle {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  min-height: 80px;
  padding: 0 15px;
  font-size: .875rem;
  text-decoration: none
}
.uk-navbar-nav > li > a {
  color: #999;
  text-transform: uppercase;
  transition: .1s ease-in-out;
  transition-property: color, background-color
}
.uk-navbar-nav > li:hover > a, .uk-navbar-nav > li > a:focus, .uk-navbar-nav > li > a.uk-open {
  color: #666;
  outline: none
}
.uk-navbar-nav > li > a:active {
  color: #333
}
.uk-navbar-nav > li.uk-active > a {
  color: #333
}
.uk-navbar-item {
  color: #666
}
.uk-navbar-toggle {
  color: #999
}
.uk-navbar-toggle:hover, .uk-navbar-toggle:focus, .uk-navbar-toggle.uk-open {
  color: #666;
  outline: none;
  text-decoration: none
}
.uk-navbar-subtitle {
  font-size: .875rem
}
.uk-navbar-dropdown {
  display: none;
  position: absolute;
  z-index: 1020;
  box-sizing: border-box;
  width: 200px;
  padding: 25px;
  background: #fff;
  color: #666;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15)
}
.uk-navbar-dropdown.uk-open {
  display: block
}
[class*='uk-navbar-dropdown-top'] {
  margin-top: -15px
}
[class*='uk-navbar-dropdown-bottom'] {
  margin-top: 15px
}
[class*='uk-navbar-dropdown-left'] {
  margin-left: -15px
}
[class*='uk-navbar-dropdown-right'] {
  margin-left: 15px
}
.uk-navbar-dropdown-grid {
  margin-left: -50px
}
.uk-navbar-dropdown-grid > * {
  padding-left: 50px
}
.uk-navbar-dropdown-grid > .uk-grid-margin {
  margin-top: 50px
}
.uk-navbar-dropdown-stack .uk-navbar-dropdown-grid > * {
  width: 100% !important
}
.uk-navbar-dropdown-width-2:not(.uk-navbar-dropdown-stack) {
  width: 400px
}
.uk-navbar-dropdown-width-3:not(.uk-navbar-dropdown-stack) {
  width: 600px
}
.uk-navbar-dropdown-width-4:not(.uk-navbar-dropdown-stack) {
  width: 800px
}
.uk-navbar-dropdown-width-5:not(.uk-navbar-dropdown-stack) {
  width: 1000px
}
.uk-navbar-dropdown-dropbar {
  margin-top: 0;
  margin-bottom: 0;
  box-shadow: none
}
.uk-navbar-dropdown-nav {
  font-size: .875rem
}
.uk-navbar-dropdown-nav > li > a {
  color: #999
}
.uk-navbar-dropdown-nav > li > a:hover, .uk-navbar-dropdown-nav > li > a:focus {
  color: #666
}
.uk-navbar-dropdown-nav > li.uk-active > a {
  color: #333
}
.uk-navbar-dropdown-nav .uk-nav-header {
  color: #333
}
.uk-navbar-dropdown-nav .uk-nav-divider {
  border-top: 1px solid #e5e5e5
}
.uk-navbar-dropdown-nav .uk-nav-sub a {
  color: #999
}
.uk-navbar-dropdown-nav .uk-nav-sub a:hover, .uk-navbar-dropdown-nav .uk-nav-sub a:focus {
  color: #666
}
.uk-navbar-dropdown-nav .uk-nav-sub li.uk-active > a {
  color: #333
}
.uk-navbar-dropbar {
  background: #fff
}
.uk-navbar-dropbar-slide {
  position: absolute;
  z-index: 980;
  left: 0;
  right: 0;
  box-shadow: 0 5px 7px rgba(0, 0, 0, 0.05)
}
.uk-navbar-container > .uk-container .uk-navbar-left {
  margin-left: -15px;
  margin-right: -15px
}
.uk-navbar-container > .uk-container .uk-navbar-right {
  margin-right: -15px
}
.uk-navbar-dropdown-grid > * {
  position: relative
}
.uk-navbar-dropdown-grid > :not(.uk-first-column)::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 25px;
  border-left: 1px solid #e5e5e5
}
.uk-navbar-dropdown-grid.uk-grid-stack > .uk-grid-margin::before {
  content: "";
  position: absolute;
  top: -25px;
  left: 50px;
  right: 0;
  border-top: 1px solid #e5e5e5
}
.uk-subnav {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  padding: 0;
  list-style: none
}
.uk-subnav > * {
  flex: none;
  padding-left: 20px;
  position: relative
}
.uk-subnav > * > :first-child {
  display: block;
  color: #999;
  font-size: .875rem;
  text-transform: uppercase;
  transition: .1s ease-in-out;
  transition-property: color, background-color
}
.uk-subnav > * > a:hover, .uk-subnav > * > a:focus {
  color: #666;
  text-decoration: none;
  outline: none
}
.uk-subnav > .uk-active > a {
  color: #333
}
.uk-subnav-divider {
  margin-left: -41px
}
.uk-subnav-divider > * {
  display: flex;
  align-items: center
}
.uk-subnav-divider > ::before {
  content: "";
  height: 1.5em;
  margin-left: 0;
  margin-right: 20px;
  border-left: 1px solid transparent
}
.uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before {
  border-left-color: #e5e5e5
}
.uk-subnav-pill > * > :first-child {
  padding: 5px 10px;
  background: transparent;
  color: #999
}
.uk-subnav-pill > * > a:hover, .uk-subnav-pill > * > a:focus {
  background-color: #f8f8f8;
  color: #666
}
.uk-subnav-pill > * > a:active {
  background-color: #f8f8f8;
  color: #666
}
.uk-subnav-pill > .uk-active > a {
  background-color: var(--blue);
  color: #fff
}
.uk-subnav > .uk-disabled > a {
  color: #999
}
.uk-pagination {
  display: flex;
  flex-wrap: wrap;
  margin-left: 0;
  padding: 0;
  list-style: none
}
.uk-pagination > * {
  flex: none;
  padding-left: 0;
  position: relative
}
.uk-pagination > * > * {
  display: block;
  padding: 5px 10px;
  color: #999;
  transition: color .1s ease-in-out
}
.uk-pagination > * > :hover, .uk-pagination > * > :focus {
  color: #666;
  text-decoration: none
}
.uk-pagination > .uk-active > * {
  color: #666
}
.uk-pagination > .uk-disabled > * {
  color: #999
}
.uk-slidenav {
  padding: 5px 10px;
  color: rgba(102, 102, 102, 0.5);
  transition: color .1s ease-in-out
}
.uk-slidenav:hover, .uk-slidenav:focus {
  color: rgba(102, 102, 102, 0.9);
  outline: none
}
.uk-slidenav:active {
  color: rgba(102, 102, 102, 0.5)
}
.uk-slidenav-large {
  padding: 10px
}
.uk-slidenav-container {
  display: flex
}
.uk-dotnav {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: -12px
}
.uk-dotnav > * {
  flex: none;
  padding-left: 12px
}
.uk-dotnav > * > * {
  display: block;
  box-sizing: border-box;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: transparent;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  border: 1px solid rgba(102, 102, 102, 0.4);
  transition: .2s ease-in-out;
  transition-property: background-color, border-color
}
.uk-dotnav > * > :hover, .uk-dotnav > * > :focus {
  background-color: rgba(102, 102, 102, 0.6);
  outline: none;
  border-color: transparent
}
.uk-dotnav > * > :active {
  background-color: rgba(102, 102, 102, 0.2);
  border-color: transparent
}
.uk-dotnav > .uk-active > * {
  background-color: rgba(102, 102, 102, 0.6);
  border-color: transparent
}
.uk-dotnav-vertical {
  flex-direction: column;
  margin-left: 0;
  margin-top: -12px
}
.uk-dotnav-vertical > * {
  padding-left: 0;
  padding-top: 12px
}
.uk-thumbnav {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: -15px
}
.uk-thumbnav > * {
  padding-left: 15px
}
.uk-thumbnav > * > * {
  display: inline-block;
  position: relative
}
.uk-thumbnav > * > ::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.4);
  transition: background-color .1s ease-in-out
}
.uk-thumbnav > * > :hover, .uk-thumbnav > * > :focus {
  outline: none
}
.uk-thumbnav > * > :hover::after, .uk-thumbnav > * > :focus::after {
  background-color: transparent
}
.uk-thumbnav > .uk-active > ::after {
  background-color: transparent
}
.uk-thumbnav-vertical {
  flex-direction: column;
  margin-left: 0;
  margin-top: -15px
}
.uk-thumbnav-vertical > * {
  padding-left: 0;
  padding-top: 15px
}
.uk-lightbox {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1010;
  background: #000;
  opacity: 0;
  transition: opacity .15s linear;
  touch-action: pinch-zoom
}
.uk-lightbox.uk-open {
  display: block;
  opacity: 1
}
.uk-lightbox-page {
  overflow: hidden
}
.uk-lightbox-items > * {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  justify-content: center;
  align-items: center;
  color: rgba(255, 255, 255, 0.7);
  will-change: transform, opacity
}
.uk-lightbox-items > * > * {
  max-width: 100vw;
  max-height: 100vh
}
.uk-lightbox-items > :focus {
  outline: none
}
.uk-lightbox-items > * > :not(iframe) {
  width: auto;
  height: auto
}
.uk-lightbox-items > .uk-active {
  display: flex
}
.uk-lightbox-toolbar {
  padding: 10px;
  background: rgba(0, 0, 0, 0.3);
  color: rgba(255, 255, 255, 0.7)
}
.uk-lightbox-toolbar > * {
  color: rgba(255, 255, 255, 0.7)
}
.uk-lightbox-toolbar-icon {
  padding: 5px;
  color: rgba(255, 255, 255, 0.7)
}
.uk-lightbox-toolbar-icon:hover {
  color: #fff
}
.uk-lightbox-button {
  box-sizing: border-box;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.3);
  color: rgba(255, 255, 255, 0.7);
  display: inline-flex;
  justify-content: center;
  align-items: center
}
.uk-lightbox-button:hover, .uk-lightbox-button:focus {
  color: #fff
}
.uk-lightbox-caption:empty {
  display: none
}
.uk-lightbox-iframe {
  width: 80%;
  height: 80%
}
[class*='uk-animation-'] {
  animation-duration: .5s;
  animation-timing-function: ease-out;
  animation-fill-mode: both
}
.uk-animation-fade {
  animation-name: uk-fade;
  animation-duration: .8s;
  animation-timing-function: linear
}
.uk-animation-scale-up {
  animation-name: uk-fade-scale-02
}
.uk-animation-scale-down {
  animation-name: uk-fade-scale-18
}
.uk-animation-slide-top {
  animation-name: uk-fade-top
}
.uk-animation-slide-bottom {
  animation-name: uk-fade-bottom
}
.uk-animation-slide-left {
  animation-name: uk-fade-left
}
.uk-animation-slide-right {
  animation-name: uk-fade-right
}
.uk-animation-slide-top-small {
  animation-name: uk-fade-top-small
}
.uk-animation-slide-bottom-small {
  animation-name: uk-fade-bottom-small
}
.uk-animation-slide-left-small {
  animation-name: uk-fade-left-small
}
.uk-animation-slide-right-small {
  animation-name: uk-fade-right-small
}
.uk-animation-slide-top-medium {
  animation-name: uk-fade-top-medium
}
.uk-animation-slide-bottom-medium {
  animation-name: uk-fade-bottom-medium
}
.uk-animation-slide-left-medium {
  animation-name: uk-fade-left-medium
}
.uk-animation-slide-right-medium {
  animation-name: uk-fade-right-medium
}
.uk-animation-kenburns {
  animation-name: uk-scale-kenburns;
  animation-duration: 15s
}
.uk-animation-shake {
  animation-name: uk-shake
}
.uk-animation-stroke {
  animation-name: uk-stroke;
  stroke-dasharray: var(--uk-animation-stroke);
  animation-duration: 2s
}
.uk-animation-reverse {
  animation-direction: reverse;
  animation-timing-function: ease-in
}
.uk-animation-fast {
  animation-duration: .1s
}
.uk-animation-toggle:not(:hover):not(:focus) [class*='uk-animation-'] {
  animation-name: none
}
.uk-animation-toggle {
  -webkit-tap-highlight-color: transparent
}
.uk-animation-toggle:focus {
  outline: none
}
@keyframes uk-fade {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
@keyframes uk-fade-top {
  0% {
    opacity: 0;
    transform: translateY(-100%)
  }
  100% {
    opacity: 1;
    transform: translateY(0)
  }
}
@keyframes uk-fade-bottom {
  0% {
    opacity: 0;
    transform: translateY(100%)
  }
  100% {
    opacity: 1;
    transform: translateY(0)
  }
}
@keyframes uk-fade-left {
  0% {
    opacity: 0;
    transform: translateX(-100%)
  }
  100% {
    opacity: 1;
    transform: translateX(0)
  }
}
@keyframes uk-fade-right {
  0% {
    opacity: 0;
    transform: translateX(100%)
  }
  100% {
    opacity: 1;
    transform: translateX(0)
  }
}
@keyframes uk-fade-top-small {
  0% {
    opacity: 0;
    transform: translateY(-10px)
  }
  100% {
    opacity: 1;
    transform: translateY(0)
  }
}
@keyframes uk-fade-bottom-small {
  0% {
    opacity: 0;
    transform: translateY(10px)
  }
  100% {
    opacity: 1;
    transform: translateY(0)
  }
}
@keyframes uk-fade-left-small {
  0% {
    opacity: 0;
    transform: translateX(-10px)
  }
  100% {
    opacity: 1;
    transform: translateX(0)
  }
}
@keyframes uk-fade-right-small {
  0% {
    opacity: 0;
    transform: translateX(10px)
  }
  100% {
    opacity: 1;
    transform: translateX(0)
  }
}
@keyframes uk-fade-top-medium {
  0% {
    opacity: 0;
    transform: translateY(-50px)
  }
  100% {
    opacity: 1;
    transform: translateY(0)
  }
}
@keyframes uk-fade-bottom-medium {
  0% {
    opacity: 0;
    transform: translateY(50px)
  }
  100% {
    opacity: 1;
    transform: translateY(0)
  }
}
@keyframes uk-fade-left-medium {
  0% {
    opacity: 0;
    transform: translateX(-50px)
  }
  100% {
    opacity: 1;
    transform: translateX(0)
  }
}
@keyframes uk-fade-right-medium {
  0% {
    opacity: 0;
    transform: translateX(50px)
  }
  100% {
    opacity: 1;
    transform: translateX(0)
  }
}
@keyframes uk-fade-scale-02 {
  0% {
    opacity: 0;
    transform: scale(0.2)
  }
  100% {
    opacity: 1;
    transform: scale(1)
  }
}
@keyframes uk-fade-scale-18 {
  0% {
    opacity: 0;
    transform: scale(1.8)
  }
  100% {
    opacity: 1;
    transform: scale(1)
  }
}
@keyframes uk-scale-kenburns {
  0% {
    transform: scale(1)
  }
  100% {
    transform: scale(1.2)
  }
}
@keyframes uk-shake {
  0%, 100% {
    transform: translateX(0)
  }
  10% {
    transform: translateX(-9px)
  }
  20% {
    transform: translateX(8px)
  }
  30% {
    transform: translateX(-7px)
  }
  40% {
    transform: translateX(6px)
  }
  50% {
    transform: translateX(-5px)
  }
  60% {
    transform: translateX(4px)
  }
  70% {
    transform: translateX(-3px)
  }
  80% {
    transform: translateX(2px)
  }
  90% {
    transform: translateX(-1px)
  }
}
@keyframes uk-stroke {
  0% {
    stroke-dashoffset: var(--uk-animation-stroke)
  }
  100% {
    stroke-dashoffset: 0
  }
}
[class*='uk-child-width'] > * {
  box-sizing: border-box;
  width: 100%
}
.uk-child-width-1-2 > * {
  width: 50%
}
.uk-child-width-1-3 > * {
  width: calc(100% * 1 / 3.001)
}
.uk-child-width-1-4 > * {
  width: 25%
}
.uk-child-width-1-5 > * {
  width: 20%
}
.uk-child-width-1-6 > * {
  width: calc(100% * 1 / 6.001)
}
.uk-child-width-auto > * {
  width: auto
}
.uk-child-width-expand > :not([class*='uk-width']) {
  flex: 1;
  min-width: 1px
}
@media (min-width: 240px) {
  .uk-child-width-1-1\@xs > * {
    width: 100%
  }
  .uk-child-width-1-2\@xs > * {
    width: 50%
  }
  .uk-child-width-1-3\@xs > * {
    width: calc(100% * 1 / 3.001)
  }
  .uk-child-width-1-4\@xs > * {
    width: 25%
  }
  .uk-child-width-1-5\@xs > * {
    width: 20%
  }
  .uk-child-width-1-6\@xs > * {
    width: calc(100% * 1 / 6.001)
  }
  .uk-child-width-auto\@xs > * {
    width: auto
  }
  .uk-child-width-expand\@xs > :not([class*='uk-width']) {
    flex: 1;
    min-width: 1px
  }
}
@media (min-width: 640px) {
  .uk-child-width-1-1\@s > * {
    width: 100%
  }
  .uk-child-width-1-2\@s > * {
    width: 50%
  }
  .uk-child-width-1-3\@s > * {
    width: calc(100% * 1 / 3.001)
  }
  .uk-child-width-1-4\@s > * {
    width: 25%
  }
  .uk-child-width-1-5\@s > * {
    width: 20%
  }
  .uk-child-width-1-6\@s > * {
    width: calc(100% * 1 / 6.001)
  }
  .uk-child-width-auto\@s > * {
    width: auto
  }
  .uk-child-width-expand\@s > :not([class*='uk-width']) {
    flex: 1;
    min-width: 1px
  }
}
@media (min-width: 960px) {
  .uk-child-width-1-1\@m > * {
    width: 100%
  }
  .uk-child-width-1-2\@m > * {
    width: 50%
  }
  .uk-child-width-1-3\@m > * {
    width: calc(100% * 1 / 3.001)
  }
  .uk-child-width-1-4\@m > * {
    width: 25%
  }
  .uk-child-width-1-5\@m > * {
    width: 20%
  }
  .uk-child-width-1-6\@m > * {
    width: calc(100% * 1 / 6.001)
  }
  .uk-child-width-auto\@m > * {
    width: auto
  }
  .uk-child-width-expand\@m > :not([class*='uk-width']) {
    flex: 1;
    min-width: 1px
  }
}
@media (min-width: 1200px) {
  .uk-child-width-1-1\@l > * {
    width: 100%
  }
  .uk-child-width-1-2\@l > * {
    width: 50%
  }
  .uk-child-width-1-3\@l > * {
    width: calc(100% * 1 / 3.001)
  }
  .uk-child-width-1-4\@l > * {
    width: 25%
  }
  .uk-child-width-1-5\@l > * {
    width: 20%
  }
  .uk-child-width-1-6\@l > * {
    width: calc(100% * 1 / 6.001)
  }
  .uk-child-width-auto\@l > * {
    width: auto
  }
  .uk-child-width-expand\@l > :not([class*='uk-width']) {
    flex: 1;
    min-width: 1px
  }
}
@media (min-width: 1600px) {
  .uk-child-width-1-1\@xl > * {
    width: 100%
  }
  .uk-child-width-1-2\@xl > * {
    width: 50%
  }
  .uk-child-width-1-3\@xl > * {
    width: calc(100% * 1 / 3.001)
  }
  .uk-child-width-1-4\@xl > * {
    width: 25%
  }
  .uk-child-width-1-5\@xl > * {
    width: 20%
  }
  .uk-child-width-1-6\@xl > * {
    width: calc(100% * 1 / 6.001)
  }
  .uk-child-width-auto\@xl > * {
    width: auto
  }
  .uk-child-width-expand\@xl > :not([class*='uk-width']) {
    flex: 1;
    min-width: 1px
  }
}
[class*='uk-width'] {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%
}
.uk-width-1-2 {
  width: 50%
}
.uk-width-1-3 {
  width: calc(100% * 1 / 3.001)
}
.uk-width-2-3 {
  width: calc(100% * 2 / 3.001)
}
.uk-width-1-4 {
  width: 25%
}
.uk-width-3-4 {
  width: 75%
}
.uk-width-1-5 {
  width: 20%
}
.uk-width-2-5 {
  width: 40%
}
.uk-width-3-5 {
  width: 60%
}
.uk-width-4-5 {
  width: 80%
}
.uk-width-1-6 {
  width: calc(100% * 1 / 6.001)
}
.uk-width-5-6 {
  width: calc(100% * 5 / 6.001)
}
.uk-width-small {
  width: 150px
}
.uk-width-medium {
  width: 300px
}
.uk-width-large {
  width: 450px
}
.uk-width-xlarge {
  width: 600px
}
.uk-width-2xlarge {
  width: 750px
}
.uk-width-auto {
  width: auto
}
.uk-width-expand {
  flex: 1;
  min-width: 1px
}
@media (min-width: 240px) {
  .uk-width-1-1\@xs {
    width: 100%
  }
  .uk-width-1-2\@xs {
    width: 50%
  }
  .uk-width-1-3\@xs {
    width: calc(100% * 1 / 3.001)
  }
  .uk-width-2-3\@xs {
    width: calc(100% * 2 / 3.001)
  }
  .uk-width-1-4\@xs {
    width: 25%
  }
  .uk-width-3-4\@xs {
    width: 75%
  }
  .uk-width-1-5\@xs {
    width: 20%
  }
  .uk-width-2-5\@xs {
    width: 40%
  }
  .uk-width-3-5\@xs {
    width: 60%
  }
  .uk-width-4-5\@xs {
    width: 80%
  }
  .uk-width-1-6\@xs {
    width: calc(100% * 1 / 6.001)
  }
  .uk-width-5-6\@xs {
    width: calc(100% * 5 / 6.001)
  }
  .uk-width-small\@xs {
    width: 150px
  }
  .uk-width-medium\@xs {
    width: 300px
  }
  .uk-width-large\@xs {
    width: 450px
  }
  .uk-width-xlarge\@xs {
    width: 600px
  }
  .uk-width-2xlarge\@xs {
    width: 750px
  }
  .uk-width-auto\@xs {
    width: auto
  }
  .uk-width-expand\@xs {
    flex: 1;
    min-width: 1px
  }
}
@media (min-width: 640px) {
  .uk-width-1-1\@s {
    width: 100%
  }
  .uk-width-1-2\@s {
    width: 50%
  }
  .uk-width-1-3\@s {
    width: calc(100% * 1 / 3.001)
  }
  .uk-width-2-3\@s {
    width: calc(100% * 2 / 3.001)
  }
  .uk-width-1-4\@s {
    width: 25%
  }
  .uk-width-3-4\@s {
    width: 75%
  }
  .uk-width-1-5\@s {
    width: 20%
  }
  .uk-width-2-5\@s {
    width: 40%
  }
  .uk-width-3-5\@s {
    width: 60%
  }
  .uk-width-4-5\@s {
    width: 80%
  }
  .uk-width-1-6\@s {
    width: calc(100% * 1 / 6.001)
  }
  .uk-width-5-6\@s {
    width: calc(100% * 5 / 6.001)
  }
  .uk-width-small\@s {
    width: 150px
  }
  .uk-width-medium\@s {
    width: 300px
  }
  .uk-width-large\@s {
    width: 450px
  }
  .uk-width-xlarge\@s {
    width: 600px
  }
  .uk-width-2xlarge\@s {
    width: 750px
  }
  .uk-width-auto\@s {
    width: auto
  }
  .uk-width-expand\@s {
    flex: 1;
    min-width: 1px
  }
}
@media (min-width: 960px) {
  .uk-width-1-1\@m {
    width: 100%
  }
  .uk-width-1-2\@m {
    width: 50%
  }
  .uk-width-1-3\@m {
    width: calc(100% * 1 / 3.001)
  }
  .uk-width-2-3\@m {
    width: calc(100% * 2 / 3.001)
  }
  .uk-width-1-4\@m {
    width: 25%
  }
  .uk-width-3-4\@m {
    width: 75%
  }
  .uk-width-1-5\@m {
    width: 20%
  }
  .uk-width-2-5\@m {
    width: 40%
  }
  .uk-width-3-5\@m {
    width: 60%
  }
  .uk-width-4-5\@m {
    width: 80%
  }
  .uk-width-1-6\@m {
    width: calc(100% * 1 / 6.001)
  }
  .uk-width-5-6\@m {
    width: calc(100% * 5 / 6.001)
  }
  .uk-width-small\@m {
    width: 150px
  }
  .uk-width-medium\@m {
    width: 300px
  }
  .uk-width-large\@m {
    width: 450px
  }
  .uk-width-xlarge\@m {
    width: 600px
  }
  .uk-width-2xlarge\@m {
    width: 750px
  }
  .uk-width-auto\@m {
    width: auto
  }
  .uk-width-expand\@m {
    flex: 1;
    min-width: 1px
  }
}
@media (min-width: 1200px) {
  .uk-width-1-1\@l {
    width: 100%
  }
  .uk-width-1-2\@l {
    width: 50%
  }
  .uk-width-1-3\@l {
    width: calc(100% * 1 / 3.001)
  }
  .uk-width-2-3\@l {
    width: calc(100% * 2 / 3.001)
  }
  .uk-width-1-4\@l {
    width: 25%
  }
  .uk-width-3-4\@l {
    width: 75%
  }
  .uk-width-1-5\@l {
    width: 20%
  }
  .uk-width-2-5\@l {
    width: 40%
  }
  .uk-width-3-5\@l {
    width: 60%
  }
  .uk-width-4-5\@l {
    width: 80%
  }
  .uk-width-1-6\@l {
    width: calc(100% * 1 / 6.001)
  }
  .uk-width-5-6\@l {
    width: calc(100% * 5 / 6.001)
  }
  .uk-width-small\@l {
    width: 150px
  }
  .uk-width-medium\@l {
    width: 300px
  }
  .uk-width-large\@l {
    width: 450px
  }
  .uk-width-xlarge\@l {
    width: 600px
  }
  .uk-width-2xlarge\@l {
    width: 750px
  }
  .uk-width-auto\@l {
    width: auto
  }
  .uk-width-expand\@l {
    flex: 1;
    min-width: 1px
  }
}
@media (min-width: 1600px) {
  .uk-width-1-1\@xl {
    width: 100%
  }
  .uk-width-1-2\@xl {
    width: 50%
  }
  .uk-width-1-3\@xl {
    width: calc(100% * 1 / 3.001)
  }
  .uk-width-2-3\@xl {
    width: calc(100% * 2 / 3.001)
  }
  .uk-width-1-4\@xl {
    width: 25%
  }
  .uk-width-3-4\@xl {
    width: 75%
  }
  .uk-width-1-5\@xl {
    width: 20%
  }
  .uk-width-2-5\@xl {
    width: 40%
  }
  .uk-width-3-5\@xl {
    width: 60%
  }
  .uk-width-4-5\@xl {
    width: 80%
  }
  .uk-width-1-6\@xl {
    width: calc(100% * 1 / 6.001)
  }
  .uk-width-5-6\@xl {
    width: calc(100% * 5 / 6.001)
  }
  .uk-width-small\@xl {
    width: 150px
  }
  .uk-width-medium\@xl {
    width: 300px
  }
  .uk-width-large\@xl {
    width: 450px
  }
  .uk-width-xlarge\@xl {
    width: 600px
  }
  .uk-width-2xlarge\@xl {
    width: 750px
  }
  .uk-width-auto\@xl {
    width: auto
  }
  .uk-width-expand\@xl {
    flex: 1;
    min-width: 1px
  }
}
[class*='uk-height'] {
  box-sizing: border-box
}
.uk-height-1-1 {
  height: 100%
}
.uk-height-viewport {
  min-height: 100vh
}
.uk-height-small {
  height: 150px
}
.uk-height-medium {
  height: 300px
}
.uk-height-large {
  height: 450px
}
.uk-height-max-small {
  max-height: 150px
}
.uk-height-max-medium {
  max-height: 300px
}
.uk-height-max-large {
  max-height: 450px
}
.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
}
@media (min-width: 240px) {
  .uk-text-left\@xs {
    text-align: left !important
  }
  .uk-text-right\@xs {
    text-align: right !important
  }
  .uk-text-center\@xs {
    text-align: center !important
  }
}
@media (min-width: 640px) {
  .uk-text-left\@s {
    text-align: left !important
  }
  .uk-text-right\@s {
    text-align: right !important
  }
  .uk-text-center\@s {
    text-align: center !important
  }
}
@media (min-width: 960px) {
  .uk-text-left\@m {
    text-align: left !important
  }
  .uk-text-right\@m {
    text-align: right !important
  }
  .uk-text-center\@m {
    text-align: center !important
  }
}
@media (min-width: 1200px) {
  .uk-text-left\@l {
    text-align: left !important
  }
  .uk-text-right\@l {
    text-align: right !important
  }
  .uk-text-center\@l {
    text-align: center !important
  }
}
@media (min-width: 1600px) {
  .uk-text-left\@xl {
    text-align: left !important
  }
  .uk-text-right\@xl {
    text-align: right !important
  }
  .uk-text-center\@xl {
    text-align: center !important
  }
}
.uk-text-top {
  vertical-align: top !important
}
.uk-text-middle {
  vertical-align: middle !important
}
.uk-text-bottom {
  vertical-align: bottom !important
}
.uk-text-baseline {
  vertical-align: baseline !important
}
.uk-cover {
  max-width: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%)
}
iframe.uk-cover {
  pointer-events: none
}
.uk-cover-container {
  overflow: hidden;
  position: relative
}
[class*='uk-align'] {
  display: block;
  margin-bottom: 30px
}
* + [class*='uk-align'] {
  margin-top: 30px
}
.uk-align-center {
  margin-left: auto;
  margin-right: auto
}
.uk-align-left {
  margin-top: 0;
  margin-right: 30px;
  float: left
}
.uk-align-right {
  margin-top: 0;
  margin-left: 30px;
  float: right
}
@media (min-width: 240px) {
  .uk-align-left\@xs {
    margin-top: 0;
    margin-right: 30px;
    float: left
  }
  .uk-align-right\@xs {
    margin-top: 0;
    margin-left: 30px;
    float: right
  }
}
@media (min-width: 640px) {
  .uk-align-left\@s {
    margin-top: 0;
    margin-right: 30px;
    float: left
  }
  .uk-align-right\@s {
    margin-top: 0;
    margin-left: 30px;
    float: right
  }
}
@media (min-width: 960px) {
  .uk-align-left\@m {
    margin-top: 0;
    margin-right: 30px;
    float: left
  }
  .uk-align-right\@m {
    margin-top: 0;
    margin-left: 30px;
    float: right
  }
}
@media (min-width: 1200px) {
  .uk-align-left\@l {
    margin-top: 0;
    float: left
  }
  .uk-align-right\@l {
    margin-top: 0;
    float: right
  }
  .uk-align-left, .uk-align-left\@s, .uk-align-left\@m, .uk-align-left\@l {
    margin-right: 40px
  }
  .uk-align-right, .uk-align-right\@s, .uk-align-right\@m, .uk-align-right\@l {
    margin-left: 40px
  }
}
@media (min-width: 1600px) {
  .uk-align-left\@xl {
    margin-top: 0;
    margin-right: 40px;
    float: left
  }
  .uk-align-right\@xl {
    margin-top: 0;
    margin-left: 40px;
    float: right
  }
}
.uk-svg, .uk-svg:not(.uk-preserve) [fill*='#']:not(.uk-preserve) {
  fill: currentcolor
}
.uk-svg:not(.uk-preserve) [stroke*='#']:not(.uk-preserve) {
  stroke: currentcolor
}
.uk-svg {
  transform: translate(0, 0)
}
.uk-panel {
  display: flow-root;
  position: relative;
  box-sizing: border-box
}
.uk-panel > :last-child {
  margin-bottom: 0
}
.uk-panel-scrollable {
  height: 170px;
  padding: 10px;
  border: 1px solid #e5e5e5;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  resize: both
}
.uk-clearfix::before {
  content: "";
  display: table-cell
}
.uk-clearfix::after {
  content: "";
  display: table;
  clear: both
}
.uk-float-left {
  float: left
}
.uk-float-right {
  float: right
}
[class*='uk-float-'] {
  max-width: 100%
}
.uk-overflow-hidden {
  overflow: hidden
}
.uk-overflow-auto {
  overflow: auto;
  -webkit-overflow-scrolling: touch
}
.uk-overflow-auto > :last-child {
  margin-bottom: 0
}
.uk-resize {
  resize: both
}
.uk-resize-vertical {
  resize: vertical
}
.uk-display-block {
  display: block !important
}
.uk-display-inline {
  display: inline !important
}
.uk-display-inline-block {
  display: inline-block !important
}
[class*='uk-inline'] {
  display: inline-block;
  position: relative;
  max-width: 100%;
  vertical-align: middle;
  -webkit-backface-visibility: hidden
}
.uk-inline-clip {
  overflow: hidden
}
.uk-preserve-width, .uk-preserve-width canvas, .uk-preserve-width img, .uk-preserve-width svg, .uk-preserve-width video {
  max-width: none
}
.uk-responsive-width, .uk-responsive-height {
  box-sizing: border-box
}
.uk-responsive-width {
  max-width: 100% !important;
  height: auto
}
.uk-responsive-height {
  max-height: 100%;
  width: auto;
  max-width: none
}
/*///*/
.uk-box-shadow-small {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08)
}
.uk-box-shadow-medium {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08)
}
.uk-box-shadow-large {
  box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16)
}
.uk-box-shadow-xlarge {
  box-shadow: 0 28px 50px rgba(0, 0, 0, 0.16)
}
[class*='uk-box-shadow-hover'] {
  transition: box-shadow .1s ease-in-out
}
.uk-box-shadow-hover-small:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08)
}
.uk-box-shadow-hover-medium:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08)
}
.uk-box-shadow-hover-large:hover {
  box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16)
}
.uk-box-shadow-hover-xlarge:hover {
  box-shadow: 0 28px 50px rgba(0, 0, 0, 0.16)
}
.uk-box-shadow-bottom::before {
  content: '';
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  height: 30px;
  border-radius: 100%;
  background: #444;
  filter: blur(20px)
}
.uk-box-shadow-bottom > * {
  position: relative
}
/*///*/
.uk-dropcap::first-letter, .uk-dropcap > p:first-of-type::first-letter {
  display: block;
  margin-right: 10px;
  float: left;
  font-size: 4.5em;
  line-height: 1;
  margin-bottom: -2px
}
.uk-disabled {
  pointer-events: none
}
.uk-drag, .uk-drag * {
  cursor: move
}
.uk-drag iframe {
  pointer-events: none
}
.uk-dragover {
  box-shadow: 0 0 20px rgba(100, 100, 100, 0.3)
}
.uk-transform-center {
  transform: translate(-50%, -50%)
}
.uk-transform-origin-top-left {
  transform-origin: 0 0
}
.uk-transform-origin-top-center {
  transform-origin: 50% 0
}
.uk-transform-origin-top-right {
  transform-origin: 100% 0
}
.uk-transform-origin-center-left {
  transform-origin: 0 50%
}
.uk-transform-origin-center-right {
  transform-origin: 100% 50%
}
.uk-transform-origin-bottom-left {
  transform-origin: 0 100%
}
.uk-transform-origin-bottom-center {
  transform-origin: 50% 100%
}
.uk-transform-origin-bottom-right {
  transform-origin: 100% 100%
}
.uk-flex {
  display: flex
}
.uk-flex-inline {
  display: inline-flex
}
.uk-flex::before, .uk-flex::after, .uk-flex-inline::before, .uk-flex-inline::after {
  display: none
}
.uk-flex-left {
  justify-content: flex-start
}
.uk-flex-center {
  justify-content: center
}
.uk-flex-right {
  justify-content: flex-end
}
.uk-flex-between {
  justify-content: space-between
}
.uk-flex-around {
  justify-content: space-around
}
.uk-flex-top {
  align-items: flex-start
}
.uk-flex-middle {
  align-items: center
}
.uk-flex-bottom {
  align-items: flex-end
}
@media (min-width: 240px) {
    .uk-flex-left\@xs {
      justify-content: flex-start
    }
    .uk-flex-center\@xs {
      justify-content: center
    }
    .uk-flex-right\@xs {
      justify-content: flex-end
    }
    .uk-flex-between\@xs {
      justify-content: space-between
    }
    .uk-flex-around\@xs {
      justify-content: space-around
    }
    .uk-flex-top\@xs {
      align-items: flex-start
    }
    .uk-flex-middle\@xs {
      align-items: center
    }
    .uk-flex-bottom\@xs {
      align-items: flex-end
    }
}
@media (min-width: 640px) {
    .uk-flex-left\@s {
      justify-content: flex-start
    }
    .uk-flex-center\@s {
      justify-content: center
    }
    .uk-flex-right\@s {
      justify-content: flex-end
    }
    .uk-flex-between\@s {
      justify-content: space-between
    }
    .uk-flex-around\@s {
      justify-content: space-around
    }
    .uk-flex-top\@s {
      align-items: flex-start
    }
    .uk-flex-middle\@s {
      align-items: center
    }
    .uk-flex-bottom\@s {
      align-items: flex-end
    }
}
@media (min-width: 960px) {
    .uk-flex-left\@m {
      justify-content: flex-start
    }
    .uk-flex-center\@m {
      justify-content: center
    }
    .uk-flex-right\@m {
      justify-content: flex-end
    }
    .uk-flex-between\@m {
      justify-content: space-between
    }
    .uk-flex-around\@m {
      justify-content: space-around
    }
    .uk-flex-top\@m {
      align-items: flex-start
    }
    .uk-flex-middle\@m {
      align-items: center
    }
    .uk-flex-bottom\@m {
      align-items: flex-end
    }
}
@media (min-width: 1200px) {
    .uk-flex-left\@l {
      justify-content: flex-start
    }
    .uk-flex-center\@l {
      justify-content: center
    }
    .uk-flex-right\@l {
      justify-content: flex-end
    }
    .uk-flex-between\@l {
      justify-content: space-between
    }
    .uk-flex-around\@l {
      justify-content: space-around
    }
    .uk-flex-top\@l {
      align-items: flex-start
    }
    .uk-flex-middle\@l {
      align-items: center
    }
    .uk-flex-bottom\@l {
      align-items: flex-end
    }
}
@media (min-width: 1600px) {
    .uk-flex-left\@xl {
      justify-content: flex-start
    }
    .uk-flex-center\@xl {
      justify-content: center
    }
    .uk-flex-right\@xl {
      justify-content: flex-end
    }
    .uk-flex-between\@xl {
      justify-content: space-between
    }
    .uk-flex-around\@xl {
      justify-content: space-around
    }
    .uk-flex-top\@xl {
      align-items: flex-start
    }
    .uk-flex-middle\@xl {
      align-items: center
    }
    .uk-flex-bottom\@xl {
      align-items: flex-end
    }
}
.uk-flex-stretch {
  align-items: stretch
}
.uk-flex-row {
  flex-direction: row
}
.uk-flex-row-reverse {
  flex-direction: row-reverse
}
.uk-flex-column {
  flex-direction: column
}
.uk-flex-column-reverse {
  flex-direction: column-reverse
}
.uk-flex-nowrap {
  flex-wrap: nowrap
}
.uk-flex-wrap {
  flex-wrap: wrap
}
.uk-flex-wrap-reverse {
  flex-wrap: wrap-reverse
}
.uk-flex-wrap-stretch {
  align-content: stretch
}
.uk-flex-wrap-top {
  align-content: flex-start
}
.uk-flex-wrap-middle {
  align-content: center
}
.uk-flex-wrap-bottom {
  align-content: flex-end
}
.uk-flex-wrap-between {
  align-content: space-between
}
.uk-flex-wrap-around {
  align-content: space-around
}
.uk-flex-first {
  order: -1
}
.uk-flex-last {
  order: 99
}
@media (min-width: 240px) {
  .uk-flex-first\@xs {
    order: -1
  }
  .uk-flex-last\@xs {
    order: 99
  }
}
@media (min-width: 640px) {
  .uk-flex-first\@s {
    order: -1
  }
  .uk-flex-last\@s {
    order: 99
  }
}
@media (min-width: 960px) {
  .uk-flex-first\@m {
    order: -1
  }
  .uk-flex-last\@m {
    order: 99
  }
}
@media (min-width: 1200px) {
  .uk-flex-first\@l {
    order: -1
  }
  .uk-flex-last\@l {
    order: 99
  }
}
@media (min-width: 1600px) {
  .uk-flex-first\@xl {
    order: -1
  }
  .uk-flex-last\@xl {
    order: 99
  }
}
.uk-flex-none {
  flex: none
}
.uk-flex-auto {
  flex: auto
}
.uk-flex-1 {
  flex: 1
}
.uk-margin {
  margin-bottom: 20px
}
* + .uk-margin {
  margin-top: 20px !important
}
.uk-margin-top {
  margin-top: 20px !important
}
.uk-margin-bottom {
  margin-bottom: 20px !important
}
.uk-margin-left {
  margin-left: 20px !important
}
.uk-margin-right {
  margin-right: 20px !important
}
.uk-margin-auto {
  margin-left: auto !important;
  margin-right: auto !important
}
.uk-margin-auto-top {
  margin-top: auto !important
}
.uk-margin-auto-bottom {
  margin-bottom: auto !important
}
.uk-margin-auto-left {
  margin-left: auto !important
}
.uk-margin-auto-right {
  margin-right: auto !important
}
.uk-margin-auto-vertical {
  margin-top: auto !important;
  margin-bottom: auto !important
}
@media (min-width: 240px) {
  .uk-margin-auto\@xs {
    margin-left: auto !important;
    margin-right: auto !important
  }
  .uk-margin-auto-left\@xs {
    margin-left: auto !important
  }
  .uk-margin-auto-right\@xs {
    margin-right: auto !important
  }
}
@media (min-width: 640px) {
  .uk-margin-auto\@s {
    margin-left: auto !important;
    margin-right: auto !important
  }
  .uk-margin-auto-left\@s {
    margin-left: auto !important
  }
  .uk-margin-auto-right\@s {
    margin-right: auto !important
  }
}
@media (min-width: 960px) {
  .uk-margin-auto\@m {
    margin-left: auto !important;
    margin-right: auto !important
  }
  .uk-margin-auto-left\@m {
    margin-left: auto !important
  }
  .uk-margin-auto-right\@m {
    margin-right: auto !important
  }
}
@media (min-width: 1200px) {
  .uk-margin-auto\@l {
    margin-left: auto !important;
    margin-right: auto !important
  }
  .uk-margin-auto-left\@l {
    margin-left: auto !important
  }
  .uk-margin-auto-right\@l {
    margin-right: auto !important
  }
}
@media (min-width: 1600px) {
  .uk-margin-auto\@xl {
    margin-left: auto !important;
    margin-right: auto !important
  }
  .uk-margin-auto-left\@xl {
    margin-left: auto !important
  }
  .uk-margin-auto-right\@xl {
    margin-right: auto !important
  }
}
.uk-margin-remove {
  margin: 0 !important
}
[class*='uk-position-top'], [class*='uk-position-bottom'], [class*='uk-position-left'], [class*='uk-position-right'], [class*='uk-position-center'] {
  position: absolute !important;
  max-width: 100%
}
.uk-position-top {
  top: 0;
  left: 0;
  right: 0
}
.uk-position-bottom {
  bottom: 0;
  left: 0;
  right: 0
}
.uk-position-left {
  top: 0;
  bottom: 0;
  left: 0
}
.uk-position-right {
  top: 0;
  bottom: 0;
  right: 0
}
.uk-position-top-left {
  top: 0;
  left: 0
}
.uk-position-top-right {
  top: 0;
  right: 0
}
.uk-position-bottom-left {
  bottom: 0;
  left: 0
}
.uk-position-bottom-right {
  bottom: 0;
  right: 0
}
.uk-position-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: max-content;
  max-width: 100%;
  box-sizing: border-box
}
[class*='uk-position-center-left'], [class*='uk-position-center-right'] {
  top: 50%;
  transform: translateY(-50%)
}
.uk-position-center-left {
  left: 0
}
.uk-position-center-right {
  right: 0
}
.uk-position-center-left-out {
  right: 100%;
  width: max-content
}
.uk-position-center-right-out {
  left: 100%;
  width: max-content
}
.uk-position-top-center, .uk-position-bottom-center {
  left: 50%;
  transform: translateX(-50%);
  width: max-content;
  max-width: 100%;
  box-sizing: border-box
}
.uk-position-top-center {
  top: 0
}
.uk-position-bottom-center {
  bottom: 0
}
.uk-position-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0
}
.uk-position-relative {
  position: relative !important
}
.uk-position-absolute {
  position: absolute !important
}
.uk-position-fixed {
  position: fixed !important
}
.uk-position-z-index {
  z-index: 1
}
.uk-position-small {
  max-width: calc(100% - (15px * 2));
  margin: 15px
}
.uk-position-small.uk-position-center {
  transform: translate(-50%, -50%) translate(-15px, -15px)
}
.uk-position-small[class*='uk-position-center-left'], .uk-position-small[class*='uk-position-center-right'] {
  transform: translateY(-50%) translateY(-15px)
}
.uk-position-small.uk-position-top-center, .uk-position-small.uk-position-bottom-center {
  transform: translateX(-50%) translateX(-15px)
}
.uk-position-medium {
  max-width: calc(100% - (30px * 2));
  margin: 30px
}
.uk-position-medium.uk-position-center {
  transform: translate(-50%, -50%) translate(-30px, -30px)
}
.uk-position-medium[class*='uk-position-center-left'], .uk-position-medium[class*='uk-position-center-right'] {
  transform: translateY(-50%) translateY(-30px)
}
.uk-position-medium.uk-position-top-center, .uk-position-medium.uk-position-bottom-center {
  transform: translateX(-50%) translateX(-30px)
}
.uk-position-large {
  max-width: calc(100% - (30px * 2));
  margin: 30px
}
.uk-position-large.uk-position-center {
  transform: translate(-50%, -50%) translate(-30px, -30px)
}
.uk-position-large[class*='uk-position-center-left'], .uk-position-large[class*='uk-position-center-right'] {
  transform: translateY(-50%) translateY(-30px)
}
.uk-position-large.uk-position-top-center, .uk-position-large.uk-position-bottom-center {
  transform: translateX(-50%) translateX(-30px)
}
@media (min-width: 1200px) {
  .uk-position-large {
    max-width: calc(100% - (50px * 2));
    margin: 50px
  }
  .uk-position-large.uk-position-center {
    transform: translate(-50%, -50%) translate(-50px, -50px)
  }
  .uk-position-large[class*='uk-position-center-left'], .uk-position-large[class*='uk-position-center-right'] {
    transform: translateY(-50%) translateY(-50px)
  }
  .uk-position-large.uk-position-top-center, .uk-position-large.uk-position-bottom-center {
    transform: translateX(-50%) translateX(-50px)
  }
}
.uk-transition-toggle {
  -webkit-tap-highlight-color: transparent
}
.uk-transition-toggle:focus {
  outline: none
}
.uk-transition-fade, [class*='uk-transition-scale'], [class*='uk-transition-slide'] {
  transition: .3s ease-out;
  transition-property: opacity, transform, filter;
  opacity: 0
}
.uk-transition-toggle:hover .uk-transition-fade, .uk-transition-toggle:focus .uk-transition-fade, .uk-transition-active.uk-active .uk-transition-fade {
  opacity: 1
}
.uk-transition-scale-up {
  transform: scale(1, 1)
}
.uk-transition-scale-down {
  transform: scale(1.1, 1.1)
}
.uk-transition-toggle:hover .uk-transition-scale-up, .uk-transition-toggle:focus .uk-transition-scale-up, .uk-transition-active.uk-active .uk-transition-scale-up {
  opacity: 1;
  transform: scale(1.1, 1.1)
}
.uk-transition-toggle:hover .uk-transition-scale-down, .uk-transition-toggle:focus .uk-transition-scale-down, .uk-transition-active.uk-active .uk-transition-scale-down {
  opacity: 1;
  transform: scale(1, 1)
}
.uk-transition-slide-top {
  transform: translateY(-100%)
}
.uk-transition-slide-bottom {
  transform: translateY(100%)
}
.uk-transition-slide-left {
  transform: translateX(-100%)
}
.uk-transition-slide-right {
  transform: translateX(100%)
}
.uk-transition-slide-top-small {
  transform: translateY(-10px)
}
.uk-transition-slide-bottom-small {
  transform: translateY(10px)
}
.uk-transition-slide-left-small {
  transform: translateX(-10px)
}
.uk-transition-slide-right-small {
  transform: translateX(10px)
}
.uk-transition-slide-top-medium {
  transform: translateY(-50px)
}
.uk-transition-slide-bottom-medium {
  transform: translateY(50px)
}
.uk-transition-slide-left-medium {
  transform: translateX(-50px)
}
.uk-transition-slide-right-medium {
  transform: translateX(50px)
}
.uk-transition-toggle:hover [class*='uk-transition-slide'], .uk-transition-toggle:focus [class*='uk-transition-slide'], .uk-transition-active.uk-active [class*='uk-transition-slide'] {
  opacity: 1;
  transform: translate(0, 0)
}
.uk-transition-opaque {
  opacity: 1
}
.uk-transition-slow {
  transition-duration: .7s
}
[hidden], .uk-hidden {
  display: none !important
}
@media (min-width: 240px) {
  .uk-hidden\@xs {
    display: none !important
  }
}
@media (min-width: 640px) {
  .uk-hidden\@s {
    display: none !important
  }
}
@media (min-width: 960px) {
  .uk-hidden\@m {
    display: none !important
  }
}
@media (min-width: 1200px) {
  .uk-hidden\@l {
    display: none !important
  }
}
@media (min-width: 1600px) {
  .uk-hidden\@xl {
    display: none !important
  }
}
@media (max-width: 239px) {
  .uk-visible\@xs {
    display: none !important
  }
}
@media (max-width: 639px) {
  .uk-visible\@s {
    display: none !important
  }
}
@media (max-width: 959px) {
  .uk-visible\@m {
    display: none !important
  }
}
@media (max-width: 1199px) {
  .uk-visible\@l {
    display: none !important
  }
}
@media (max-width: 1599px) {
  .uk-visible\@xl {
    display: none !important
  }
}
.uk-invisible {
  visibility: hidden !important
}
.uk-visible-toggle:not(:hover):not(:focus) .uk-hidden-hover:not(:focus-within) {
  position: absolute !important;
  width: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden !important
}
.uk-visible-toggle:not(:hover):not(:focus) .uk-invisible-hover:not(:focus-within) {
  opacity: 0 !important
}
.uk-visible-toggle {
  -webkit-tap-highlight-color: transparent
}
.uk-visible-toggle:focus {
  outline: none
}
@media (pointer: coarse) {
  .uk-hidden-touch {
    display: none !important
  }
}
.uk-hidden-notouch {
  display: none !important
}
@media (pointer: coarse) {
  .uk-hidden-notouch {
    display: block !important
  }
}
.uk-light a, .uk-light .uk-link {
  color: #fff
}
.uk-light a:hover, .uk-light .uk-link:hover {
  color: #fff
}
.uk-offcanvas-bar .uk-accordion-title::before {
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBmaWxsPSIjRkZGIiBkYXRhLXN2Zz0ibWVudSI+IDxyZWN0IHg9IjIiIHk9IjQiIHdpZHRoPSIxNiIgaGVpZ2h0PSIxIj48L3JlY3Q+IDxyZWN0IHg9IjIiIHk9IjkiIHdpZHRoPSIxNiIgaGVpZ2h0PSIxIj48L3JlY3Q+IDxyZWN0IHg9IjIiIHk9IjE0IiB3aWR0aD0iMTYiIGhlaWdodD0iMSI+PC9yZWN0Pjwvc3ZnPg==");
    background-repeat: no-repeat;
    background-position: 50% 85%;
}
.uk-offcanvas-bar .uk-open > .uk-accordion-title::before {
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBkYXRhLXN2Zz0iY2xvc2UiPiA8cGF0aCBmaWxsPSJub25lIiBzdHJva2U9IiNGRkYiIHN0cm9rZS13aWR0aD0iMS4wNiIgZD0iTTE2LDE2IEw0LDQiPjwvcGF0aD4gPHBhdGggZmlsbD0ibm9uZSIgc3Ryb2tlPSIjRkZGIiBzdHJva2Utd2lkdGg9IjEuMDYiIGQ9Ik0xNiw0IEw0LDE2Ij48L3BhdGg+PC9zdmc+");
    background-repeat: no-repeat;
    background-position: 50% 85%;
}
.uk-offcanvas-bar .uk-accordion-link::before {
    content: "";
    width: 1.4em;
    height: 1.4em;
    margin-left: 10px;
    float: right;
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBkYXRhLXN2Zz0iYXJyb3ctcmlnaHQiPiA8cG9seWxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjRkZGIiBwb2ludHM9IjEwIDUgMTUgOS41IDEwIDE0Ij48L3BvbHlsaW5lPiA8bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiNGRkYiIHgxPSI0IiB5MT0iOS41IiB4Mj0iMTUiIHkyPSI5LjUiPjwvbGluZT48L3N2Zz4=");
    background-repeat: no-repeat;
    background-position: 50% 85%;
}
/* End */


/* Start:/bitrix/templates/swebix-page/css/theme.css?164077016554828*/
@charset "utf-8";
:root {
    --blue: #2B3482;
    --blue2: #353A9F;
    --light: #00BAFF;
    --dark: #1C1C3C;
    --gray: #F3F6FA;
    --white: #ffffff;

    --red: #cd2333;
    --yellow: #ffcd34;
    --green: #97db7f;

	--content: #1F1F1F;
	--shadow: 43 52 130;
}
html,
body {
	font-family: Muller, Helvetica, sans-serif !important;
    font-weight: 300;
}
strong {
    font-weight: 700 !important;
}
.uk-404 {
    min-height: 40vh;
}
.uk-404 h1 {
    font-size: 8rem;
    font-weight: 900;
    color: var(--gray);
}
.uk-404 .uk-button {
    background: var(--blue);
    color: var(--white);
    border-radius: 100px;
    text-transform: none;
    font-weight: 700;
}
.uk-offcanvas-overlay::before {
    background: rgba(0 0 0 / 50%) !important;
}
.uk-button {
    text-transform: none !important;
}
.uk-main-block {
    position: relative;
    z-index: 1;
}
.uk-input:focus {
    border-color: #e5e5e5;
}
.uk-input:invalid {
    border-bottom-color: var(--red);
}
.uk-input:valid {
    border-bottom-color: var(--light);
}
.uk-tooltip {
    background: var(--light);
}
.uk-tooltip:after {
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border: 5px dashed var(--light);
}
[class*='uk-tooltip-top']::after {
    left: calc(50% - 5px);
    bottom: -5px;
	border-top-style: solid;
	border-bottom: none;
	border-left-color: transparent;
	border-right-color: transparent;
	border-top-color: var(--light);
}
[class*='uk-tooltip-bottom']::after {
    left: calc(50% - 5px);
    top: -5px;
	border-bottom-style: solid;
	border-top: none;
	border-left-color: transparent;
	border-right-color: transparent;
	border-bottom-color: var(--light);
}
[class*='uk-tooltip-left']::after {
    top: 50%;
	margin-top: -5px;
	border-top-color: transparent;
	border-bottom-color: transparent;
    right: -5px;
	border-left-style: solid;
	border-right: none;
	border-left-color: var(--light);
}
[class*='uk-tooltip-right']::after {
    top: 50%;
	margin-top: -5px;
	border-top-color: transparent;
	border-bottom-color: transparent;
    left: -5px;
	border-right-style: solid;
	border-left: none;
	border-right-color: var(--light);
}
.uk-container {
    width: 100%;
}
/* ========================================================================
Component: Callback
========================================================================== */
.uk-modal-callback {
    background: rgba(var(--shadow) / 75%);
}
.uk-modal-callback::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: transparent;
    backdrop-filter: blur(10px);
}
.uk-modal-callback .uk-inline {
    width: 100%;
    background: rgba(var(--shadow) / 95%);
}
.uk-modal-callback .uk-button {
    background: var(--blue);
    color: var(--white);
    text-transform: none;
    font-weight: 700;
}
.uk-modal-callback .uk-modal-dialog {
    background: transparent;
    width: 100%;
    max-width: 500px !important;
}
.uk-modal-callback .uk-modal-header {
    background: rgba(0 0 0 / 40%);
}
.uk-modal-callback .uk-modal-header h2 {
    font-weight: 900;
    color: #FFF;
    margin: 0;
}
.uk-modal-callback .uk-modal-header h4 {
    color: #FFF;
    max-width: 300px;
    margin: 0 auto;
}
.uk-modal-callback .uk-modal-header p {
    color: #FFF;
    max-width: 400px;
    margin: 025px auto;
}
.uk-modal-callback form {
    background: #FFF;
}
.uk-block-notification {
    font-size: 0.8rem;
    text-align: center;
    margin-top: 15px;
}
/* ========================================================================
Component: Callback
========================================================================== */
/* ========================================================================
Component: Offcanvas
========================================================================== */
.uk-offcanvas-overlay::before {
    background: rgba(var(--shadow) / 85%) !important;
}
.uk-offcanvas-bar {
    background: var(--dark);
    color: #FFF;
    padding: 0px !important;
}
.uk-logo {
    text-align: center;
    background: var(--blue2);
    padding: 25px;
}
.uk-offcanvas-bar .uk-padding {
    padding: 25px;
}
.uk-offcanvas-bar h4 {
    color: #FFF;
    font-weight: 700;
}
.uk-offcanvas-bar .uk-menu > li > a {
    color: var(--light);
}
.uk-offcanvas-bar .uk-menu > li > a:hover {
    color: #FFF;
    text-decoration: underline;
}
/* ========================================================================
Component: Offcanvas
========================================================================== */
/* ========================================================================
Component: Header
 ========================================================================== */
.uk-header {
    position: relative;
    z-index: 1;
}
.uk-home-logo {
    background: rgba(var(--shadow) / 70%);
    display: flex;
}
@media (max-width: 768px) {
    .uk-home-logo {
        min-height: calc(100vh - 50px) !important;
    }
    .uk-slideshow-home .uk-cover {
        transform: translate(-70%, -50%) !important;
    }
}
@media (min-width: 769px) {
    .uk-home-logo {
        padding-top: 20vh;
        box-sizing: border-box;
    }
}
.uk-panel-logo .uk-logo {
    position: relative;
    display: block;
    text-align: center;
}
.uk-panel-logo .uk-logo > * {
    position: relative;
    z-index: 1;
}
.uk-panel-logo .uk-content {
    background: #222266;
    color: #FFF;
}
.uk-panel-logo .uk-content .uk-panel-icon {
    display: flex;
    min-width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
}
.uk-panel-logo .uk-phone .uk-panel-icon {
    background: #282870;
}
.uk-panel-logo .uk-mail .uk-panel-icon {
    background: #353A9F;
}
.uk-panel-logo .uk-location .uk-panel-icon {
    background: #483DE0;
}
.uk-panel-logo .uk-phone > div:nth-child(2),
.uk-panel-logo .uk-mail > div:nth-child(2),
.uk-panel-logo .uk-location > div:nth-child(2) {
    display: block;
    padding: 0px 15px;
}
.uk-panel-logo .uk-phone > div:nth-child(2) {
    font-size: 1.2rem;
    font-weight: 700;
}
.uk-panel-logo .uk-location > div:nth-child(2) {

    font-size: 0.7rem;
    line-height: 1.25;
}
.uk-panel-logo a {
    color: #FFF;
}
.uk-panel-logo small {
    font-size: 0.6rem;
    display: block;
    color: var(--light);
    font-weight: 300;
}
.uk-header .uk-menu .uk-slider-items > li > a {
    display: block;
    width: 100%;
    text-align: center;
    color: #FFF;
    font-weight: 700;
    font-size: 1.08rem;
    line-height: 50px;
    padding: 0px 10px;
    box-sizing: border-box;
}
.uk-header .uk-menu .uk-slider-items > li.uk-selected > a {
    background: var(--light);
}
@media (max-width: 768px) {
    .uk-header .uk-container {
        padding: 0px;
    }
    .uk-header .uk-menu {
        background: var(--light);
    }
    .uk-header .uk-menu .uk-slider-items > li.uk-selected > a {
        background: rgba(var(--shadow) / 30%);
    }
    .uk-panel-logo .uk-logo {
        background: rgba(var(--shadow) / 100%);
        padding: 10px;
    }
}
@media (min-width: 769px) {
    .uk-header .uk-menu {
        background: rgba(0 186 255 / 80%);
    }
    .uk-panel-logo .uk-logo {
        background: rgba(var(--shadow) / 70%);
        padding: 25px;
    }
    .uk-panel-logo .uk-logo::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: transparent;
        backdrop-filter: blur(4px);
        z-index: 0;
    }
}
/* ========================================================================
Component: Header
========================================================================== */
/* ========================================================================
Component: Catalog Home
========================================================================== */

/* ========================================================================
Component: Catalog Home
========================================================================== */
.uk-slider-panel {
    margin-top: -358px;
    position: relative;
    z-index: 0;
    overflow: hidden;
    width: 100%;
}
.uk-state-image {
    margin-top: -100vh;
    position: absolute;
    z-index: 0;
    overflow: hidden;
    min-height: 100vh;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.uk-header-h {
    min-height: 100vh;
}
.uk-heade-height {
    
}
.uk-slider-none {
    width: 100%;
    display: block;
}
/* ========================================================================
Component: ToolBar
========================================================================== */
.uk-header .uk-small a {
    background: var(--dark);
    color: #FFF;
    width: 50px;
    padding: 0px;
    margin: 0;
    text-align: center;
    line-height: 50px;
}
@media (max-width: 768px) {
    .uk-header .uk-small a {
        
    }
}
@media (min-width: 769px) {
    .uk-header .uk-small a {
        display: none;
    }
}
.uk-toolbar .uk-element > a {
    display: block;
    line-height: 50px;
    padding: 0px 20px;
    color: #FFF;
}
.uk-toolbar > .uk-element:nth-child(1) a {
    background: #483DE0;
}
.uk-toolbar > .uk-element:nth-child(2) a {
    background: #353A9F;
}
.uk-toolbar > .uk-element:nth-child(3) a {
    background: #282870;
}
.uk-toolbar > .uk-element:nth-child(4) {
    background: var(--light);
}
.uk-toolbar > .uk-element:not(:nth-child(1)) a {
    padding: 0px;
    min-width: 50px;
    text-align: center;
}
/* ========================================================================
Component: ToolBar
========================================================================== */
/* ========================================================================
Component: Visible
========================================================================== */
@media (min-width: 960px) {
    .uk-visible-small {
        display: none !important;
    }
    .uk-visible-medium {
        display: none !important;
    }
    .uk-hidden-large {
        display: none !important;
    }
}
@media (min-width: 768px) and (max-width: 959px) {
    .uk-visible-small {
        display: none !important;
    }
    .uk-visible-large {
        display: none !important ;
    }
    .uk-hidden-medium {
        display: none !important;
    }
}
@media (max-width: 767px) {
    .uk-visible-medium {
        display: none !important;
    }
    .uk-visible-large {
        display: none !important;
    }
    .uk-hidden-small {
        display: none !important;
    }
}
/* ========================================================================
Component: Visible
    ========================================================================== */
/* ========================================================================
Component: Operation
========================================================================== */
.uk-section-bottom .uk-title-operation-block {
	color: #fff;
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 0px;
}
.uk-section-bottom .uk-operation-block .uk-element,
.uk-screen-map .uk-panel .uk-operation-block .uk-element {
	background: var(--dark);
	color: var(--white);
	display: inline-block !important;
	border-radius: 0px;
	width: 20px;
	height: 20px;
	font-size: 10px;
	line-height: 20px;
	text-align: center;
	opacity: 0.9;
	margin-right: 2px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
}
.uk-section-bottom .uk-operation-block .uk-element:hover,
.uk-screen-map .uk-panel .uk-operation-block .uk-element:hover {
    cursor: default;
}
.uk-section-bottom .uk-operation-block .uk-active,
.uk-screen-map .uk-panel .uk-operation-block .uk-active {
	background: var(--light);
	color: var(--white);
	opacity: 1;
}
.uk-section-bottom .uk-operation-time,
.uk-screen-map .uk-panel .uk-operation-time {
	background: #fff;
	border-radius: 0px;
	line-height: 20px;
	margin-top: 5px;
	padding-left: 5px;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	text-align: center;
	font-size: 14px;
}
.uk-section-bottom .uk-operation-comment,
.uk-screen-map .uk-panel .uk-operation-comment {
    color: var(--gray);
    font-size: 0.8rem;
}
/* ========================================================================
Component: Operation
========================================================================== */
/* ========================================================================
Component: Search
========================================================================== */
.uk-panel-search {
    background: rgba(0 0 0 / 20%);
}
.uk-panel-search .uk-width-small\@xs {
    width: 120px;
}
.uk-panel-search .uk-button {
    line-height: 50px;
    height: 50px;
    font-weight: 700;
    text-transform: none;
    width: 100%;
    background: var(--blue);
}
.uk-panel-search .uk-button:hover {
    background: var(--yellow);
}
.uk-panel-search .uk-search .uk-icon {
    width: 50px;
    justify-content: center;
    color: #FFF;
    display: inline-flex;
}
.uk-panel-search .uk-search .uk-input {
    line-height: 50px;
    height: 50px;
    background: transparent;
    border: none;
}
/* ========================================================================
Component: Search
========================================================================== */
/* ========================================================================
Component: Breadcrumb
 ========================================================================== */
@media (max-width: 768px) {
    .uk-breadcrumb-block {
        text-align: center;
    }
    .uk-breadcrumb-catalog {
        position: relative;
        background-color: rgba(var(--shadow) / 100%);
        padding: 10px 0px;
        transform: none;
    }
}
@media (min-width: 769px) {
    .uk-breadcrumb-block {
        display: inline-block;
        padding: 20px 25px;
        position: relative;
    }
    .uk-breadcrumb-block > * {
        position: relative;
        z-index: 1;
    }
    .uk-breadcrumb-block::after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: transparent;
        backdrop-filter: blur(10px);
        z-index: 0;
    }
    .uk-breadcrumb-catalog {
        position: absolute !important;
        transform: translateY(-100%);
        position: relative;
        background-color: transparent;
        padding: 0px 0px;
        z-index: 1;
    }
}
.uk-breadcrumb-catalog {
    width: 100%;
}
.uk-breadcrumb-catalog.uk-breadcrumb-images {
    padding: 0px;
}
.uk-breadcrumb-catalog.uk-breadcrumb-images .uk-panel {
    background: rgba(0,0,0,0.6);
    padding: 20px 0px;
}
.uk-breadcrumb-block .bx-breadcrumb-item {
    float: none !important;
    display: inline-block !important;
    font-size: 0.8rem;
}
.uk-breadcrumb-block .bx-breadcrumb-item a {
    color: var(--light);
}
.uk-breadcrumb-catalog .bx-breadcrumb-item,
.uk-breadcrumb-catalog h1 {
    font-family: Muller, Helvetica, sans-serif;
    color: var(--content);
}
.uk-breadcrumb-catalog h1 {
    font-weight: 700;
}
.uk-breadcrumb-catalog.uk-breadcrumb-images h1 {
    color: var(--white);
    font-weight: 700;
}
.uk-breadcrumb-block .uk-title-block  {
    color: var(--gray);
}
@media (max-width: 768px) {
.uk-breadcrumb-block .uk-title-block {
    font-size: 1.2rem;
    line-height: 1.2;
    text-align: center;
}
}
@media (min-width: 769px) {
.uk-breadcrumb-block .uk-title-block {
    font-size: 1.5rem;
    text-align: left;
}
}
.uk-breadcrumb-catalog .uk-slider li {
    color: var(--white);
}
.uk-breadcrumb-catalog.uk-breadcrumb-images .uk-slider li {
    color: var(--white);
}
.uk-breadcrumb-catalog .uk-position-relative {
    overflow: hidden;
}
@media (max-width: 768px) {
.uk-breadcrumb-catalog .uk-position-relative {
    padding-left: 0px;
}
}
@media (min-width: 769px) {
.uk-breadcrumb-catalog .uk-position-relative {
    padding-left: 0px;
}
}
/* ========================================================================
Component: Breadcrumb
========================================================================== */
/* ========================================================================
Component: Page
========================================================================== */
.uk-page-content {
    padding: 25px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 30vh;
}
.uk-page-content.uk-page-small {
    min-height: 10vh;
}
.uk-page-content h1,
.uk-page-content .uk-h1,
.uk-page-content h2,
.uk-page-content .uk-h2,
.uk-page-content h3,
.uk-page-content .uk-h3,
.uk-page-content h4,
.uk-page-content .uk-h4,
.uk-page-content h5,
.uk-page-content .uk-h5,
.uk-page-content h6,
.uk-page-content .uk-h6 {
    font-weight: 700;
}
.uk-page-content ul:not(.uk-dotnav):not(.uk-slider-items) {
    list-style: none;
    padding: 0px;
}
.uk-page-content ul:not(.uk-dotnav):not(.uk-slider-items) > li {
    position: relative;
    padding-left: 20px;
}
.uk-page-content ul:not(.uk-dotnav):not(.uk-slider-items) > li::before {
    content: "";
    position: absolute;
    top: calc(50% - 2px);
    left: 0;
    width: 8px;
    height: 4px;
    background: var(--blue);
    display: inline-block;
}
.uk-page-home h1,
.uk-section-catalog .uk-h1 {
    color: var(--blue);
    font-weight: 900;
    font-size: 2rem;
    text-align: center;
}
/* ========================================================================
Component: Catalog Home
========================================================================== */
.uk-section-catalog {
    padding: 75px 0px;
}
.uk-section-catalog .uk-slider-items {
    padding: 50px 0px;
}
.uk-section-catalog .uk-slider-items > li.uk-active .uk-card.uk-image,
.uk-section-catalog.uk-catalog-list .uk-card.uk-image {
    background: var(--blue);
    padding: 25px;
    box-sizing: border-box;
}
.uk-section-catalog  .uk-card.uk-image img {
    max-height: 400px;
}
.uk-section-catalog .uk-slider-items > li:not(.uk-active) .uk-wi-content,
.uk-section-catalog .uk-slider-items > li:not(.uk-active) .uk-button {
    display: none;
}
.uk-section-catalog .uk-slider-items > li:not(.uk-active) .uk-wi-image {
    width: 100% !important;
}
.uk-section-catalog .uk-card.uk-content {
    background: var(--gray);
    box-sizing: border-box;
}
.uk-section-catalog .uk-card.uk-content h2 {
    color: var(--blue);
    font-weight: 900;
    text-transform: uppercase;
    font-size: 1.5rem;
    margin: 0px;
}
.uk-section-catalog .uk-card.uk-content p {
    font-size: 0.8rem;
}
.uk-section-catalog .uk-card.uk-content strong {
    color: var(--blue);
}
.uk-section-catalog .uk-card.uk-content .uk-list {
    font-size: 0.8rem;
    line-height: 1;
}
.uk-section-catalog .uk-labels .uk-element {
    display: block;
    padding: 5px 10px;
    background: #FFF;
    font-weight: 900;
    font-size: 0.8rem;
    color: var(--blue);
    box-shadow: 0 0 10px 0 rgb(var(--shadow) / 20%);
}
.uk-section-catalog .uk-button {
    background: #fff;
    box-shadow: 0 0 20px 0 rgb(var(--shadow) / 10%);
    border-bottom: 2px solid var(--blue);
}
.uk-section-catalog .uk-content-panel {
    background: #fff;
    box-shadow: 0 0 20px 0 rgb(var(--shadow) / 10%);
    padding: 25px;
    box-sizing: border-box;
}
@media (max-width: 768px) {
    .uk-section-catalog .uk-slider-items > li {
        width: calc(100% - 100px);
    }
    .uk-section-catalog .uk-card.uk-content {
        padding: 25px;
    }
    .uk-section-catalog .uk-button {
        margin: 20px 0px 0px 0px;
        width: 100%;
    }
}
@media (min-width: 769px) {
    .uk-section-catalog .uk-slider-items > li {
        width: calc(100% / 1.6);
    }
    .uk-section-catalog .uk-card.uk-content,
    .uk-section-catalog .uk-card.uk-image {
        min-height: 500px;
    }
    .uk-section-catalog .uk-button {
        margin: 10px 20px;
    }
    .uk-section-catalog .uk-slider-items > li.uk-active .uk-card.uk-image img {
        transform: translateX(50px);
        -webkit-transform: translateX(50px);
        -moz-transform: translateX(50px);
        -ms-transform: translateX(50px);
        -o-transform: translateX(50px);
    }
    .uk-section-catalog .uk-card.uk-image {
        position: relative;
        z-index: 1;
        transform: translateY(-25px);
        -webkit-transform: translateY(-25px);
        -moz-transform: translateY(-25px);
        -ms-transform: translateY(-25px);
        -o-transform: translateY(-25px);
    }
    .uk-section-catalog.uk-catalog-list .uk-card.uk-image {
        transform: translateY(-10px);
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -o-transform: translateY(-10px);
    }
    .uk-section-catalog .uk-card.uk-content {
        position: relative;
        z-index: 0;
        transform: translateY(25px);
        -webkit-transform: translateY(25px);
        -moz-transform: translateY(25px);
        -ms-transform: translateY(25px);
        -o-transform: translateY(25px);
    }
    .uk-section-catalog.uk-catalog-list .uk-card.uk-content {
        transform: translateY(10px);
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        -ms-transform: translateY(10px);
        -o-transform: translateY(10px);
}
    .uk-section-catalog .uk-card.uk-content {
        padding: 50px;
    }
}
.uk-section-catalog .uk-dotnav-line {
    position: relative;
}
.uk-section-catalog .uk-dotnav-line > * > *::after {
    background: var(--gray);
}
.uk-section-catalog .uk-dotnav-line > .uk-active > *::after {
    background: var(--light);
}
.uk-section-catalog .uk-thumbnav > * > ::after {
    background: rgba(var(--shadow) / 10%);
}
.uk-section-catalog .uk-thumbnav > * > a {
    border: 2px solid #FFF;
    box-shadow: 0 0 10px 0 rgb(var(--shadow) / 20%);
}
.uk-slidenav {
    background: rgba(var(--shadow) / 40%);
    color: #FFF;
}
/* ========================================================================
Component: Direction
========================================================================== */
/* ========================================================================
Component: Gallary
========================================================================== */
.uk-page-document .uk-gallary-block {
	
}
.uk-page-document .uk-gallary-block .uk-image {
	height: 300px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: contain;
	border-radius: 5px;
	box-shadow: 1px 3px 3px 0px rgba(var(--shadow) / 10%);;
	border: 2px solid #FFF;
}
.uk-page-document .uk-gallary-block .uk-image span {
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	background: #FFF;
	box-shadow: 1px 3px 3px 0px rgba(var(--shadow) / 10%);;
	border-radius: 100px;
	top: 50px;
	position: relative;
	opacity: 0;
	-webkit-transition: All 0.25s ease-in-out !important;
    -moz-transition: All 0.25s ease-in-out !important;
    -o-transition: All 0.25s ease-in-out !important;
    -ms-transition: All 0.25s ease-in-out !important;
    transition: All 0.25s ease-in-out !important;
}
.uk-page-document .uk-gallary-block .uk-image:hover span {
	opacity: 1;
	top: 0;
}
/* ========================================================================
Component: Gallary
========================================================================== */
.uk-section-direction {

}
.uk-section-direction .uk-grid > div > .uk-panel {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    min-height: 350px;
    display: block;
}
.uk-section-direction .uk-panel .uk-overlay {
    background: rgba(var(--shadow) / 80%);
    min-height: 350px;
    box-sizing: border-box;
    -webkit-transition: All 0.25s ease-in-out;
    -moz-transition: All 0.25s ease-in-out;
    -o-transition: All 0.25s ease-in-out;
    -ms-transition: All 0.25s ease-in-out;
    transition: All 0.25s ease-in-out;
}
.uk-section-direction .uk-panel:hover .uk-overlay {
    background: rgba(var(--shadow) / 95%);
}
.uk-section-direction .uk-panel .uk-overlay > div {
    max-width: 350px;
}
.uk-section-direction .uk-panel .uk-overlay h4 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--light);
    margin: 15px 0px;
}
.uk-section-direction .uk-panel .uk-overlay p {
    font-size: 0.8rem;
    margin: 0;
    color: #FFF;
}
@media (max-width: 768px) {
    .uk-section-direction .uk-panel .uk-overlay .uk-button  {
        margin-top: 15px;
    }
    .uk-section-direction .uk-grid > div:nth-child(2) {
        margin-top: 15px;
    }
}
@media (min-width: 769px) {
    .uk-section-direction .uk-panel .uk-overlay .uk-button  {
        transform: translateY(40px);
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
    }
    .uk-section-direction .uk-panel:hover .uk-overlay .uk-button  {
        transform: translateY(15px);
        opacity: 1;
        -webkit-transform: translateY(15px);
        -moz-transform: translateY(15px);
        -ms-transform: translateY(15px);
        -o-transform: translateY(15px);
    }
}
/* ========================================================================
Component: Adw
========================================================================== */
.uk-section-adw {
    padding: 20px 0px;
}
.uk-section-adw .uk-grid > div:nth-child(2) .uk-panel {
    box-shadow: 0 0 20px 0 rgb(var(--shadow) / 10%);
}
.uk-section-adw .uk-panel {
    padding: 25px;
}
.uk-section-adw .uk-panel:hover {
    box-shadow: 0 0 20px 0 rgb(var(--shadow) / 10%);
}
.uk-section-adw .uk-panel h4 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--blue);
    margin: 25px 0px;
}
.uk-section-adw .uk-panel p {
    font-size: 0.8rem;
    margin: 0;
}
/* ========================================================================
Component: About
========================================================================== */
.uk-section-about {
    background: var(--gray);
}
.uk-section-about .uk-slider-items .uk-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    min-height: 500px;
    display: block;
}
.uk-section-about .uk-dotnav-line {
    left: auto;
    right: 25px;
}
.uk-dotnav-line > .uk-active > *::after {
    background: var(--light) !important;
}
.uk-section-about .uk-content {
    padding: 50px;
    max-width: 400px;
}
.uk-section-about .uk-content h2 {
    color: var(--blue);
    font-weight: 900;
}
/* ========================================================================
Component: Button
========================================================================== */
.uk-button-icon {
    display: inline-flex;
    padding: 0px;
    line-height: 50px;
    width: auto;
    align-items: center;
    text-transform: none;
    font-weight: 700;
    box-shadow: 0 0 10px 0 rgb(var(--shadow) / 10%);
    background: #FFF;
    color: var(--content);
    -webkit-transition: All 0.25s ease-in-out;
    -moz-transition: All 0.25s ease-in-out;
    -o-transition: All 0.25s ease-in-out;
    -ms-transition: All 0.25s ease-in-out;
    transition: All 0.25s ease-in-out;
}
.uk-button-icon .uk-panel {
    color: #FFF;
    width: 50px;
    height: 50px;
    background: var(--light);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.uk-button-icon > div:nth-child(2) {
    padding: 0px 20px;
}
/* ========================================================================
Component: Slider Lightbox
========================================================================== */
.uk-lightbox.uk-overflow-hidden {
    background: rgba(var(--shadow) / 90%) !important;
}
.uk-slider-lightbox {
    padding: 75px 0px;
}
.uk-slider-lightbox .uk-position-relative::after,
.uk-slider-lightbox .uk-position-relative::before {
    content: "";
    width: 50px;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
}
.uk-slider-lightbox .uk-position-relative::after {
    left: 0;
    background: linear-gradient(90deg, rgba(255 255 255 / 100%) 0%, rgba(255 255 255 / 0%) 100%);
}
.uk-slider-lightbox .uk-position-relative::before {
    right: 0;
    background: linear-gradient(90deg, rgba(255 255 255 / 0%) 0%, rgba(255 255 255 / 100%) 100%);
}
.uk-slider-lightbox .uk-slider-items .uk-panel {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 5px 0 rgb(var(--shadow) / 10%);
    min-height: 300px;
    border: 4px solid #FFF;
}
.uk-slider-lightbox .uk-slider-items .uk-panel .uk-icon {
    width: 50px;
    background: var(--light);
    color: #FFF;
    text-align: center;
    line-height: 50px;
    border-radius: 100%;
    opacity: 0;
    transform: translateY(20px);
    -webkit-transition: All 0.25s ease-in-out;
    -moz-transition: All 0.25s ease-in-out;
    -o-transition: All 0.25s ease-in-out;
    -ms-transition: All 0.25s ease-in-out;
    transition: All 0.25s ease-in-out;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
}
.uk-slider-lightbox .uk-slider-items .uk-panel:hover .uk-icon {
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
}
.uk-slider-lightbox .uk-slider-items a {
    display: block;
}
.uk-slider-lightbox .uk-button-arrow {
    background: #D9DFE6;
    padding: 10px 15px;
}
/* ========================================================================
Component: Row icon
========================================================================== */
.uk-row-icon {
    margin-bottom: 75px;
}
.uk-row-icon .uk-panel {
    padding: 25px;
    text-align: center;
    box-shadow: 0 0 20px 0 rgb(var(--shadow) / 10%);
    border: 1px solid rgba(var(--shadow) / 5%);
}
.uk-row-icon .uk-grid > div:nth-child(1) .uk-panel {
    z-index: 1;
}
.uk-row-icon .uk-grid > div:nth-child(2) .uk-panel {
    z-index: 2;
}
.uk-row-icon .uk-grid > div:nth-child(3) .uk-panel {
    z-index: 3;
}
.uk-row-icon .uk-grid > div:nth-child(4) .uk-panel {
    z-index: 4;
}
/* ========================================================================
Component: Page
========================================================================== */
/* ========================================================================
Component: Botton
 ========================================================================== */
.uk-section-bottom {
    position: relative;
    z-index: 0;
}
.uk-section-bottom a {
    color: var(--light);
}
.uk-section-bottom .uk-phone {
    line-height: 1;
}
.uk-section-bottom .uk-phone b {
    font-weight: 900;
}
.uk-section-bottom span {
    font-size: 1.2rem;
}
.uk-section-bottom .uk-mail {
    color: var(--light);
    text-decoration: underline;
    font-size: 0.8rem;
}
.uk-section-bottom .uk-mail,
.uk-section-bottom .uk-operation-comment {
    color: var(--white);
}
.uk-section-bottom .uk-address {
    line-height: 1;
}
.uk-section-bottom .uk-address a {
    color: var(--light);
    text-decoration: underline;
    font-size: 0.8rem;
}
.uk-section-bottom a:hover {
    color: var(--white);
}
.uk-panel-icon .uk-button  {
    background: var(--blue2);
    padding: 0px;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.uk-panel-icon .uk-button:not(.uk-gray) {
    background: var(--light);
    color: #FFF;
}
.uk-panel-icon .uk-button.uk-gray:hover {
    cursor: default;
}
.uk-section-bottom .uk-button-icon {
    background: var(--blue);
    color: var(--white);
    display: inline-flex;
    align-items: center;
    width: auto;
    height: 50px;
    line-height: 50px;
    text-transform: none;
    padding: 0px;
}
.uk-section-bottom .uk-button-icon .uk-panel {
    width: 50px;
    height: 50px;
    background: var(--light);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.uk-section-bottom .uk-button-icon div:not(.uk-panel) {
    background: var(--dark);
    padding: 0px 10px;
}
.uk-menu .uk-button-icon {
    background: var(--blue);
    font-weight: 700;
}
.uk-menu .uk-button-icon div:not(.uk-panel) {
    padding: 0px 20px 0px 0px;
}
.uk-section-bottom .uk-button-icon:hover {
    color: var(--white) !important;
}
/* ========================================================================
Component: Botton
 ========================================================================== */
/* ========================================================================
Component: Dotnav
========================================================================== */
.uk-dotnav-point > li > * {
    border: 2px solid var(--blue);
    width: 15px;
    height: 15px;
}
.uk-dotnav-point > li:not(.uk-active) > *:hover {
    background: var(--blue);
}
.uk-dotnav-point > .uk-active > * {
    background-color: var(--blue) !important;
}
.uk-dotnav-line {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0px;
    z-index: 100;
    margin: 0 auto !important;
}
@media (max-width: 768px) {
    .uk-dotnav-line {
        max-width: 80%;
    }
}
@media (min-width: 769px) {
    .uk-dotnav-line {
        max-width: 40%;
    }
}
.uk-dotnav-line > * {
    padding: 0px 5px !important;
    
}
.uk-dotnav-line > *:last-child {
    margin-right: 0px;
}
.uk-dotnav-line > .uk-active > * {
    background: transparent;
    border: none;
}
.uk-dotnav-line > * > * {
    position: relative !important;
    background: transparent !important;
    border: none !important;
    width: 100% !important;
    height: 40px !important;
    border-radius: 0 !important;
}
.uk-dotnav-line > * > *::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -2px;
    background: rgba(255, 255, 255, 0.6);
    border: none;
    width: 100%;
    height: 4px;
    border-radius: 0 !important;
}
.uk-dotnav-line > .uk-active > *::after {
    background: var(--blue);
}
/* ========================================================================
Component: Dotnav
========================================================================== */
/* ========================================================================
Component: Sladeshow
========================================================================== */
.uk-section-sladeshow {
    margin-top: -115px;
}
.uk-section-sladeshow .uk-image {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.uk-section-sladeshow .uk-image .uk-container {
    width: 100%;
}
.uk-section-sladeshow a:hover {
    text-decoration: none;
}
.uk-section-sladeshow h2 {
    background-color: #2a2a2a;
    color: #FFF;
    font-weight: 900;
    padding: 25px;
    line-height: 1.25;
}
.uk-section-sladeshow .uk-button {
    background: var(--blue);
    color: #FFF;
    font-weight: 700;
    line-height: 50px;
}
.uk-section-sladeshow p {
    color: #FFF;
    max-width: 270px;
}
.uk-section-sladeshow .uk-dotnav-line {
    right: 35px;
    left: auto;
    max-width: 150px;
}
@media (max-width: 768px) {
    .uk-section-sladeshow .uk-image {
        min-height: 550px;
    }
    .uk-section-sladeshow h2 {
        font-size: 1.5rem;
    }
    .uk-section-sladeshow .uk-container.uk-position-relative {
        padding: 0px;
    }
    .uk-section-sladeshow .uk-dotnav-line {
        position: relative;
        background: #333;
        display: flex;
        width: 100%;
        left: auto;
        right: auto;
        margin: 0 !important;
        max-width: 100%;
    }
    .uk-section-sladeshow p {
        padding: 0px 0px 25px 0px;
    }
}
@media (min-width: 769px) {
    .uk-section-sladeshow .uk-image {
        min-height: 600px;
    }
    .uk-section-sladeshow h2 {
        font-size: 3rem;
    }
    .uk-section-sladeshow p {
        padding: 0px 25px 0px 25px;
    }
}
/* ========================================================================
Component: Sladeshow
========================================================================== */
/* ========================================================================
Component: Subscribe
========================================================================== */
.uk-subscribe {
    background: var(--dark);
    padding: 25px;
    box-sizing: border-box;
}
.uk-subscribe > h2 {
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 12px;
}
.uk-subscribe > small {
    line-height: 1.25;
    display: block;
    color: #FFF;
    margin-bottom: 15px;
}
.uk-subscribe .uk-inline {
    width: 100%;
}
.uk-subscribe .uk-button {
    background: var(--blue);
    color: #FFF;
    line-height: 40px;
    width: 100%;
    padding: 0px;
}
.uk-subscribe .uk-button:hover {
    background: var(--dark);
}
/* ========================================================================
Component: Scroll
========================================================================== */
.uk-catalog-bar,
.uk-modal-body {
    overflow-x: hidden;
}
.uk-catalog-bar::-webkit-scrollbar,
.uk-modal-body::-webkit-scrollbar  {
    background: transparent;
    width: 2px;
    position: absolute;
}
.uk-catalog-bar::-webkit-scrollbar-track,
.uk-modal-body::-webkit-scrollbar-track {
    background: var(--gray);
    position: absolute;
    z-index: -2;
}
.uk-catalog-bar::-webkit-scrollbar-thumb,
.uk-modal-body::-webkit-scrollbar-thumb {
    border-radius: 100px;
    background: var(--light);
}
/* ========================================================================
Component: Scroll
========================================================================== */
/* ========================================================================
Component: Bottom
========================================================================== */
.uk-section-bottom {
    color: #FFF;
}
.uk-section-bottom .uk-top {
    position: relative;
    background-color: var(--blue);
}
.uk-section-bottom .uk-top h4 {
    font-size: 1rem;
    color: var(--white);
    font-weight: 700;
    position: relative;
}
.uk-section-bottom .uk-top h4::after {
    content: "";
    width: 50px;
    height: 4px;
    background: var(--light);
    display: block;
    position: relative;
    margin-top: 20px;
}
.uk-section-bottom .uk-top .uk-list {
    position: relative;
    line-height: 1;
    z-index: 1;
}
.uk-section-bottom .uk-top .uk-list > li {
    font-size: 0.8rem;
}
.uk-section-bottom .uk-top .uk-list > li > a,
.uk-section-bottom .uk-bottom a {
    color: var(--white);
}
.uk-section-bottom .uk-bottom a {
    text-decoration: underline;
}
.uk-section-bottom .uk-bottom a:hover {
    color: var(--light);
}
.uk-section-bottom .uk-top .uk-list > li.uk-active > a {
    color: var(--light);
}
.uk-section-bottom .uk-bottom {
    background-color: var(--dark);
    padding: 15px 0px;
}
.uk-section-bottom .uk-bottom .uk-content {
    color: var(--white);
    font-weight: 700;
    max-width: 360px;
    border-left: 4px solid var(--blue);
    padding-left: 25px;
}
.uk-section-bottom .uk-bottom .uk-content a {
    color: var(--light);
}
.uk-section-bottom .uk-bottom .uk-content a:hover {
    color: var(--blue);
}
@media (max-width: 768px) {
    .uk-section-bottom .uk-top {
        padding: 50px 25px;
    }
    .uk-section-bottom .uk-top .uk-logo {
        display: block;
        text-align: center;
        margin-bottom: 25px;
    }
    .uk-section-bottom .uk-bottom .uk-content {
        text-align: center;
        margin-bottom: 25px;
        font-size: 1rem;
    }
}
@media (min-width: 769px) {
    .uk-section-bottom .uk-top .uk-logo {
        
    }
    .uk-section-bottom .uk-top {
        padding: 50px 0px;
    }
    .uk-section-bottom .uk-bottom .uk-content {
        margin-bottom: 50px;
        font-size: 1.2rem;
    }
}
/* ========================================================================
Component: Bottom
========================================================================== */
/* ========================================================================
Component: Social
========================================================================== */
.uk-panel-social .uk-element a {
    color: var(--white);
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 2px solid var(--blue);
    text-align: center;
    border-radius: 100px;
}
.uk-panel-social .uk-element:hover a {
    color: var(--light);
    border-color: var(--blue);
}
/* ========================================================================
Component: Social
========================================================================== */
/* ========================================================================
Component: Lightbox
========================================================================== */
.uk-lightbox {
    background: rgba(0 0 0 / 80%) !important;
}
.uk-lightbox .uk-lightbox-toolbar {
    background: transparent !important;
}
.uk-lightbox .uk-lightbox-items > li {
    padding: 25px;
}
.uk-lightbox-page .uk-header {
    z-index: 1;
}
/* ========================================================================
Component: Lightbox
========================================================================== */
/* ========================================================================
Component: 404
========================================================================== */
.uk-404 {
    min-height: calc(100vh - 200px);
}
/* ========================================================================
Component: 404
========================================================================== */
/* ========================================================================
Component: Visible
 ========================================================================== */
@media (min-width: 960px) {
.uk-visible-small {
    display: none !important;
}
.uk-visible-medium {
    display: none !important;
}
.uk-hidden-large {
    display: none !important;
}
}
@media (min-width: 768px) and (max-width: 959px) {
.uk-visible-small {
    display: none !important;
}
.uk-visible-large {
    display: none !important ;
}
.uk-hidden-medium {
    display: none !important;
}
}
@media (max-width: 767px) {
.uk-visible-medium {
    display: none !important;
}
.uk-visible-large {
    display: none !important;
}
.uk-hidden-small {
    display: none !important;
}
}
/* ========================================================================
Component: Visible
 ========================================================================== */
/* ========================================================================
Component: Cookie
 ========================================================================== */
 .uk-bottom-panel {
    position: fixed;
    z-index: 10;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
}
.uk-cookie.uk-alert {
    padding: 10px;
    margin: 0 !important;
    font-size: 0.8rem;
    color: rgba(255 255 255 / 50%);
    background: rgba(var(--shadow) / 90%);
}
.uk-cookie.uk-alert .uk-button.uk-alert-close {
    position: relative !important;
    top: auto;
    right: auto;
    opacity: 1;
    color: #FFF;
    border: 2px solid var(--dark);
    font-weight: 700;
}
.uk-cookie.uk-alert .uk-button.uk-alert-close:hover {
    border-color: var(--light);
    color: var(--light);
}
.uk-modal-consent {
    background: rgba(var(--shadow) / 90%);
}
.uk-modal-consent .uk-close {
    top: 20px;
    right: 30px;
    padding: 0px;
    color: var(--blue);
}
.uk-modal-consent .uk-close svg {
    width: 30px;
    height: 30px;
}
.uk-modal-consent .uk-modal-header {
    background: var(--gray);
    color: var(--blue);
    border: none;
    padding: 15px 70px 15px 30px;
}
.uk-modal-consent .uk-modal-header .uk-h2 {
    color: var(--blue);
    font-weight: 700;
}
.uk-modal-consent .uk-modal-footer .uk-button.uk-button-primary {
    background: var(--blue);
    color: var(--white);
}
/* ========================================================================
Component: Cookie
 ========================================================================== */
/* ========================================================================
Component: Ajax
 ========================================================================== */
#win8_wrapper{
    display: none;
    background: var(--blue);
    height: 100%;
    opacity: 1;
    position: fixed;
    width: 100%;
    z-index: 1100;
    top: 0;
    left: 0;
	-webkit-transition: all 0.55s ease-in-out;
    transition: all 0.55s ease-in-out;
}
.windows8 {
    background: url("/bitrix/templates/swebix-page/css/../images/loader.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100%;
    /*position: relative;
    width: 50px;
    height:50px;
    margin:auto;*/
    width: 50px;
    height: 50px;
    margin: auto;
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
}
.windows8 .wBall {
    position: absolute;
    height: 50px;
    width: 50px;
    left: calc(50% - 25px);
    top: 0%;
    opacity: 0;
    transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    animation: orbit 3.3225s infinite;
    -o-animation: orbit 3.3225s infinite;
    -ms-animation: orbit 3.3225s infinite;
    -webkit-animation: orbit 3.3225s infinite;
    -moz-animation: orbit 3.3225s infinite;
}
.windows8 .wBall .wInnerBall{
    position: absolute;
    width: 6px;
    height: 6px;
    background: rgb(255,255,255);
    left:0px;
    top:0px;
    border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
.windows8 #wBall_1 {
    animation-delay: 0.726s;
    -o-animation-delay: 0.726s;
    -ms-animation-delay: 0.726s;
    -webkit-animation-delay: 0.726s;
    -moz-animation-delay: 0.726s;
}
.windows8 #wBall_2 {
    animation-delay: 0.143s;
    -o-animation-delay: 0.143s;
    -ms-animation-delay: 0.143s;
    -webkit-animation-delay: 0.143s;
    -moz-animation-delay: 0.143s;
}
.windows8 #wBall_3 {
    animation-delay: 0.2865s;
    -o-animation-delay: 0.2865s;
    -ms-animation-delay: 0.2865s;
    -webkit-animation-delay: 0.2865s;
    -moz-animation-delay: 0.2865s;
}
.windows8 #wBall_4 {
    animation-delay: 0.4295s;
    -o-animation-delay: 0.4295s;
    -ms-animation-delay: 0.4295s;
    -webkit-animation-delay: 0.4295s;
    -moz-animation-delay: 0.4295s;
}
.windows8 #wBall_5 {
    animation-delay: 0.583s;
    -o-animation-delay: 0.583s;
    -ms-animation-delay: 0.583s;
    -webkit-animation-delay: 0.583s;
    -moz-animation-delay: 0.583s;
}
@keyframes orbit {
    0% {
        opacity: 1;
        z-index:99;
        transform: rotate(180deg);
        animation-timing-function: ease-out;
    }
    7% {
        opacity: 1;
        transform: rotate(300deg);
        animation-timing-function: linear;
        origin:0%;
    }
    30% {
        opacity: 1;
        transform:rotate(410deg);
        animation-timing-function: ease-in-out;
        origin:7%;
    }
    39% {
        opacity: 1;
        transform: rotate(645deg);
        animation-timing-function: linear;
        origin:30%;
    }
    70% {
        opacity: 1;
        transform: rotate(770deg);
        animation-timing-function: ease-out;
        origin:39%;
    }
    75% {
        opacity: 1;
        transform: rotate(900deg);
        animation-timing-function: ease-out;
        origin:70%;
    }
    76% {
        opacity: 0;
        transform:rotate(900deg);
    }
    100% {
        opacity: 0;
        transform: rotate(900deg);
    }
}
@-o-keyframes orbit {
    0% {
        opacity: 1;
        z-index:99;
        -o-transform: rotate(180deg);
        -o-animation-timing-function: ease-out;
    }
    7% {
        opacity: 1;
        -o-transform: rotate(300deg);
        -o-animation-timing-function: linear;
        -o-origin:0%;
    }
    30% {
        opacity: 1;
        -o-transform:rotate(410deg);
        -o-animation-timing-function: ease-in-out;
        -o-origin:7%;
    }
    39% {
        opacity: 1;
        -o-transform: rotate(645deg);
        -o-animation-timing-function: linear;
        -o-origin:30%;
    }
    70% {
        opacity: 1;
        -o-transform: rotate(770deg);
        -o-animation-timing-function: ease-out;
        -o-origin:39%;
    }
    75% {
        opacity: 1;
        -o-transform: rotate(900deg);
        -o-animation-timing-function: ease-out;
        -o-origin:70%;
    }
    76% {
        opacity: 0;
        -o-transform:rotate(900deg);
    }
    100% {
        opacity: 0;
        -o-transform: rotate(900deg);
    }
}
@-ms-keyframes orbit {
    0% {
        opacity: 1;
        z-index:99;
        -ms-transform: rotate(180deg);
        -ms-animation-timing-function: ease-out;
    }
    7% {
        opacity: 1;
        -ms-transform: rotate(300deg);
        -ms-animation-timing-function: linear;
        -ms-origin:0%;
    }
    30% {
        opacity: 1;
        -ms-transform:rotate(410deg);
        -ms-animation-timing-function: ease-in-out;
        -ms-origin:7%;
    }
    39% {
        opacity: 1;
        -ms-transform: rotate(645deg);
        -ms-animation-timing-function: linear;
        -ms-origin:30%;
    }
    70% {
        opacity: 1;
        -ms-transform: rotate(770deg);
        -ms-animation-timing-function: ease-out;
        -ms-origin:39%;
    }
    75% {
        opacity: 1;
        -ms-transform: rotate(900deg);
        -ms-animation-timing-function: ease-out;
        -ms-origin:70%;
    }
    76% {
        opacity: 0;
        -ms-transform:rotate(900deg);
    }
    100% {
        opacity: 0;
        -ms-transform: rotate(900deg);
    }
}
@-webkit-keyframes orbit {
    0% {
        opacity: 1;
        z-index:99;
        -webkit-transform: rotate(180deg);
        -webkit-animation-timing-function: ease-out;
    }
    7% {
        opacity: 1;
        -webkit-transform: rotate(300deg);
        -webkit-animation-timing-function: linear;
        -webkit-origin:0%;
    }
    30% {
        opacity: 1;
        -webkit-transform:rotate(410deg);
        -webkit-animation-timing-function: ease-in-out;
        -webkit-origin:7%;
    }
    39% {
        opacity: 1;
        -webkit-transform: rotate(645deg);
        -webkit-animation-timing-function: linear;
        -webkit-origin:30%;
    }
    70% {
        opacity: 1;
        -webkit-transform: rotate(770deg);
        -webkit-animation-timing-function: ease-out;
        -webkit-origin:39%;
    }
    75% {
        opacity: 1;
        -webkit-transform: rotate(900deg);
        -webkit-animation-timing-function: ease-out;
        -webkit-origin:70%;
    }
    76% {
        opacity: 0;
        -webkit-transform:rotate(900deg);
    }
    100% {
        opacity: 0;
        -webkit-transform: rotate(900deg);
    }
}
@-moz-keyframes orbit {
    0% {
        opacity: 1;
        z-index: 99;
        -moz-transform: rotate(180deg);
        -moz-animation-timing-function: ease-out;
    }
    7% {
        opacity: 1;
        -moz-transform: rotate(300deg);
        -moz-animation-timing-function: linear;
        -moz-origin: 0%;
    }
    30% {
        opacity: 1;
        -moz-transform: rotate(410deg);
        -moz-animation-timing-function: ease-in-out;
        -moz-origin: 7%;
    }
    39% {
        opacity: 1;
        -moz-transform: rotate(645deg);
        -moz-animation-timing-function: linear;
        -moz-origin: 30%;
    }
    70% {
        opacity: 1;
        -moz-transform: rotate(770deg);
        -moz-animation-timing-function: ease-out;
        -moz-origin: 39%;
    }
    75% {
        opacity: 1;
        -moz-transform: rotate(900deg);
        -moz-animation-timing-function: ease-out;
        -moz-origin: 70%;
    }
    76% {
        opacity: 0;
        -moz-transform: rotate(900deg);
    }
    100% {
        opacity: 0;
        -moz-transform: rotate(900deg);
    }
}
/* ========================================================================
Component: Ajax
 ========================================================================== */
/* ========================================================================
Component: Fix
 ========================================================================== */
 input::-webkit-input-placeholder {
    color: var(--content) !important;
    opacity: 1;
    -webkit-transition: All 0.25s ease-in-out !important;
	-moz-transition: All 0.25s ease-in-out !important;
	-o-transition: All 0.25s ease-in-out !important;
	-ms-transition: All 0.25s ease-in-out !important;
	transition: All 0.25s ease-in-out !important;
}
.uk-search input::-webkit-input-placeholder {
    color: rgba(255 255 255 / 50%) !important;
}
input::-moz-placeholder {
    color: var(--content) !important;
    opacity: 1;
    -webkit-transition: All 0.25s ease-in-out !important;
	-moz-transition: All 0.25s ease-in-out !important;
	-o-transition: All 0.25s ease-in-out !important;
	-ms-transition: All 0.25s ease-in-out !important;
	transition: All 0.25s ease-in-out !important;
}
.uk-search input::-moz-placeholder {
    color: rgba(255 255 255 / 50%) !important;
}
input:-moz-placeholder {
    color: var(--content) !important;
    opacity: 1;
    -webkit-transition: All 0.25s ease-in-out !important;
	-moz-transition: All 0.25s ease-in-out !important;
	-o-transition: All 0.25s ease-in-out !important;
	-ms-transition: All 0.25s ease-in-out !important;
	transition: All 0.25s ease-in-out !important;
}
.uk-search input:-moz-placeholder {
    color: rgba(255 255 255 / 50%) !important;
}
input:-ms-input-placeholder {
    color: var(--content) !important;
    opacity: 1;
    -webkit-transition: All 0.25s ease-in-out !important;
	-moz-transition: All 0.25s ease-in-out !important;
	-o-transition: All 0.25s ease-in-out !important;
	-ms-transition: All 0.25s ease-in-out !important;
	transition: All 0.25s ease-in-out !important;
}
.uk-search input:-ms-input-placeholder {
    color: rgba(255 255 255 / 50%) !important;
}
input:focus::-webkit-input-placeholder {
    opacity:0;
}
input:focus::-moz-placeholder {
    opacity:0;
}
input:focus:-moz-placeholder {
    opacity:0;
}
input:focus:-ms-input-placeholder {
    opacity:0;
}
/* ========================================================================
Component: Fix
 ========================================================================== */
/* End */


/* Start:/bitrix/templates/swebix-page/components/bitrix/system.pagenavigation/round/style.css?16317918782917*/
.bx-pagination {
	margin: 10px 0;
}
.bx-pagination .bx-pagination-container {
	text-align: center;
	position: relative;
}
.bx-pagination .bx-pagination-container ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
}
.bx-pagination .bx-pagination-container ul li {
	display: inline-block;
	margin: 0 2px 15px 2px;
}
.bx-pagination .bx-pagination-container ul li span{
    -webkit-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
       -moz-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	-ms-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	 -o-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    		transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	background: #eff0f1;
	padding: 0 8px;
	display: block;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	font-size: 14px;
	border-radius: 16px;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-pagination .bx-pagination-container ul li a {
	text-decoration: none;
	display: block;
	border-radius: 16px;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	vertical-align: middle;
}
.bx-pagination .bx-pagination-container ul li a:hover span{
	background: #DADADA;
}
.bx-pagination .bx-pagination-container ul li.bx-active span{
	background: #0083d1;
	color: #fff;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a span {
	background: #fff;
	border: 2px solid #eff0f1;
	line-height: 28px;
	padding: 0 18px;
	color: #444;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next span{
	color: #aab1b4;
	background: #fff;
	border: 2px solid #eff0f1;
	line-height: 28px;
	padding: 0 18px;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span {
	background: #fff;
	border-color: #DADADA;
	color: #000;
}

/*color schemes*/
.bx-pagination.bx-green  .bx-pagination-container ul li.bx-active span{
	background: #3bc915;
	color: #fff;
}
.bx-pagination.bx-yellow  .bx-pagination-container ul li.bx-active span{
	background: #F9A91D;
	color: #fff;
}
.bx-pagination.bx-red  .bx-pagination-container ul li.bx-active span{
	background: #E22B2B;
	color: #fff;
}
.bx-pagination.bx-blue .bx-pagination-container ul li.bx-active span{
	background: #0083d1;
	color: #fff;
}

/* End */


/* Start:/bitrix/templates/swebix-page/components/bitrix/news.list/gallary/style.css?1631791878150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */
/* /bitrix/templates/swebix-page/css/uikit.min.css?1631791878103638 */
/* /bitrix/templates/swebix-page/css/theme.css?164077016554828 */
/* /bitrix/templates/swebix-page/components/bitrix/system.pagenavigation/round/style.css?16317918782917 */
/* /bitrix/templates/swebix-page/components/bitrix/news.list/gallary/style.css?1631791878150 */
