

/* Start:/bitrix/templates/swebix-store/css/uikit.min.css?169015313599346*/
html {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  background: #fff;
  color: #000;
}
body {
  margin: 0
}
a:active, a:hover {
  outline: none
}
a, .uk-link {
  color: var(--common);
  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-1);;
  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(--common)
}
.uk-button-link:hover, .uk-button-link:focus {
  color: var(--dark-1);;
  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;
  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 / 80%)
}
.uk-overlay-primary {
  background: rgba(34 34 34 / 80%)
}
.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 / 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 / 60%);
  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 / 10%);
  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 / 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 / 5%)
}
.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 / 50%);
  transition: color .1s ease-in-out
}
.uk-slidenav:hover, .uk-slidenav:focus {
  color: rgba(102 102 102 / 90%);
  outline: none
}
.uk-slidenav:active {
  color: rgba(102 102 102 / 50%)
}
.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 / 40%);
  transition: .2s ease-in-out;
  transition-property: background-color, border-color
}
.uk-dotnav > * > :hover, .uk-dotnav > * > :focus {
  background-color: rgba(102 102 102 / 60%);
  outline: none;
  border-color: transparent
}
.uk-dotnav > * > :active {
  background-color: rgba(102 102 102 / 20%);
  border-color: transparent
}
.uk-dotnav > .uk-active > * {
  background-color: rgba(102 102 102 / 60%);
  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 / 40%);
  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 / 70%);
  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 / 30%);
  color: rgba(255 255 255 / 70%)
}
.uk-lightbox-toolbar > * {
  color: rgba(255 255 255 / 70%)
}
.uk-lightbox-toolbar-icon {
  padding: 5px;
  color: rgba(255 255 255 / 70%)
}
.uk-lightbox-toolbar-icon:hover {
  color: #fff
}
.uk-lightbox-button {
  box-sizing: border-box;
  width: 50px;
  height: 50px;
  background: rgba(0 0 0 / 30%);
  color: rgba(255 255 255 / 70%);
  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-0-3\@xs {
    width: 30%
  }
  .uk-width-2-5\@xs {
    width: 40%
  }
  .uk-width-3-5\@xs {
    width: 60%
  }
  .uk-width-0-7\@xs {
    width: 70%
  }
  .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-0-3\@s {
    width: 30%
  }
  .uk-width-2-5\@s {
    width: 40%
  }
  .uk-width-3-5\@s {
    width: 60%
  }
  .uk-width-0-7\@s {
    width: 70%
  }
  .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-0-3\@m {
    width: 30%
  }
  .uk-width-2-5\@m {
    width: 40%
  }
  .uk-width-3-5\@m {
    width: 60%
  }
  .uk-width-0-7\@m {
    width: 70%
  }
  .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-0-3\@l {
    width: 30%
  }
  .uk-width-2-5\@l {
    width: 40%
  }
  .uk-width-3-5\@l {
    width: 60%
  }
  .uk-width-0-7\@l {
    width: 70%
  }
  .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-0-3\@xl {
    width: 30%
  }
  .uk-width-2-5\@xl {
    width: 40%
  }
  .uk-width-3-5\@xl {
    width: 60%
  }
  .uk-width-0-7\@xl {
    width: 70%
  }
  .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 / 8%)
}
.uk-box-shadow-medium {
  box-shadow: 0 5px 15px rgba(0 0 0 / 8%)
}
.uk-box-shadow-large {
  box-shadow: 0 14px 25px rgba(0 0 0 / 16%)
}
.uk-box-shadow-xlarge {
  box-shadow: 0 28px 50px rgba(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 / 8%)
}
.uk-box-shadow-hover-medium:hover {
  box-shadow: 0 5px 15px rgba(0 0 0 / 8%)
}
.uk-box-shadow-hover-large:hover {
  box-shadow: 0 14px 25px rgba(0 0 0 / 16%)
}
.uk-box-shadow-hover-xlarge:hover {
  box-shadow: 0 28px 50px rgba(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 / 30%)
}
.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
}
.uk-margin-remove-top {
  margin-top: 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-store/css/theme.css?1754378998119245*/
@charset "utf-8";
:root { 

    --common: #C68583;
    --dark-1: #541523;
    --dark-2: #782336;
    --dark-3: #873346;
    --light: #E5D3D7;
    --white: #F1E8EA;
    --gray: #D5CACB;
    --black: #4F4B48;


    --green: #6db845;
    --blue: #00aeef;
    --red: #ed2429;
    --yellow: #ffd161;
	--content: #1a1a1a;
	--shadow: 120 35 54;
}
.basket-items-list-item-container .uk-panel .basket-item-property {
	display: none;
}
/* ========================================================================
Component: Edit
 ========================================================================== */
.uk-dotnav-panel .uk-hidden {
	display: inline-flex !important;
}
.uk-dotnav-panel ul[style*=block] {
	display: flex !important;
}
.bx-subscribe .bx-input-group .bx-form-control {
	box-sizing: border-box;
}
.uk-top .uk-list-section .uk-count,
.uk-top .uk-list-section .uk-icon {
    display: none;
}
.uk-top .uk-list-section a,
.uk-top .uk-list-section h2 {
    color: #FFF;
}
.uk-top .uk-accordion > :nth-child(n+2),
.uk-top .uk-accordion-content {
    margin-top: 10px;
}
html,
body {
	font-family: Montserrat, Helvetica, sans-serif !important;
    font-weight: 300;
    background: #EEEEEE;
}
strong {
    font-weight: 700 !important;
}
.uk-404 {
    min-height: 40vh;
}
.uk-404 h1 {
    font-size: 8rem;
    font-weight: 900;
    color: #ddd;
}
.uk-404 .uk-button {
    background: var(--dark-2);
    color: #FFF;
    border-radius: 100px;
    text-transform: none;
    font-weight: 700;
}
.uk-offcanvas-overlay::before {
    background: rgba(var(--shadow) / 60%) !important;
}
.uk-page-content {
    padding: 25px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: calc(100vh - 300px);
}
.uk-page-content .uk-container {
    width: 100%;
}
.uk-input:focus {
    border-color: #e5e5e5;
}
.uk-input:invalid {
    border-bottom-color: var(--red);
}
.uk-input:valid {
    border-bottom-color: var(--dark-2);
}
.uk-tooltip {
    background: var(--dark-3);
}
.uk-tooltip:after {
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border: 5px dashed var(--dark-3);
}
[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(--dark-3);;
}
[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(--dark-3);;
}
[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(--dark-3);;
}
[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(--dark-3);;
}
.btn-subscribe {
    background: var(--dark-2) !important;
    text-transform: none !important;
    padding: 5px 20px 5px 20px !important;
}
.btn-subscribe::before {
    display: none !important;
}
.uk-page-cooperation .uk-screeen-1 {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 75vh;
    color: #FFF;
    font-weight: 700;
    font-size: 1.4rem;
    text-align: center;
}
.uk-page-cooperation .uk-screeen-1 > div {
    max-width: 900px;
}
.uk-page-cooperation .uk-screeen-1 a {
    background: var(--dark-1);
    display: inline-block;
    padding: 10px 25px;
}
.uk-page-cooperation .uk-bg {
    background: var(--light);
    padding: 50px 25px;
    margin: 10px 0px;
    text-align: center;
}
.uk-page-cooperation .uk-bg.uk-tra {
    background: #FFF;
}
.uk-page-cooperation .uk-section-adws h2 {
    text-align: center;
}
.uk-page-cooperatio .uk-form-content {
    max-width: 700px;
    margin: 0 auto;
}
/* ========================================================================
Component: Edit
 ========================================================================== */
.uk-wrap-container {
    max-width: 1400px;
}
.uk-wrap-container .uk-wrap {
    background: #f2f2f2;
    padding: 25px;
    margin-bottom: 25px;
}
@media (max-width: 768px) {
    .uk-wrap-container {
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media (min-width: 769px) {
    .uk-wrap-container {
        padding-left: 0px;
        padding-right: 0px;
    }
}

.uk-page-corp .uk-image-icon {
    min-height: 170px;
}
.uk-page-corp ul > li::before {
    position: relative !important;
    width: 5px !important;
    border-radius: 100px !important;
    height: 5px !important;
    top: -2px !important;
    left: -2px !important;
}
.uk-page-corp .uk-card {
    background: var(--blue);
    color: #FFF;
    padding: 25px;
    margin-bottom: 10px;
}
.uk-page-corp .uk-card.uk-blue-light {
    background: #c1ecff;
    margin: 0;
    color: #000;
}
/* ========================================================================
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: cover;
	border-radius: 5px;
	box-shadow: 1px 3px 3px 0px var(--shadow);
	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 var(--shadow);
	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-return-document > div .uk-panel {
    padding: 25px;
    border: 1px solid var(--common);
}
.uk-return-document > div .uk-panel .uk-icon {
    color: var(--common);
}
.uk-header-color {
    background: #e2dfdd;
}
.uk-header-color .uk-header-menu {
    background: #cdc2bc;
}
/* ========================================================================
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: ToolBar
 ========================================================================== */
.uk-toolbar {
    background-color: transparent;
    padding: 15px 0px;
    font-size: 0.875rem;
}
.uk-toolbar .uk-location {
    color: var(--dark-2);
}
.uk-toolbar .uk-phone {
    text-align: center;
    line-height: 1;
}
.uk-toolbar .uk-phone strong {
    font-weight: 900 !important;
    font-size: 1.2rem;
}
/* ========================================================================
Component: ToolBar
 ========================================================================== */
/* ========================================================================
Component: Header
 ========================================================================== */
.uk-header {
    position: relative;
    z-index: 2;
}
.uk-header .uk-button {
    position: relative;
    display: block;
    box-sizing: border-box;
    height: 60px;
    padding: 0px !important;
    line-height: 60px;
    text-align: center;
    color: var(--dark-2);
}
.uk-header .uk-button.uk-green {
    background: var(--dark-2);
    color: #FFF;
    width: auto;
    min-height: 61px;
    padding: 0px 20px !important;
    text-transform: none;
}
.uk-header .uk-first .uk-flex > *:last-child {
    padding-left: 20px;
}
.uk-header .uk-third .uk-phone {
    display: block;
    text-align: left;
    line-height: 1.55;
    font-weight: 900;
}
.uk-header .uk-third .uk-nav > * {
    border-left: 1px solid #dddddd;
}
.uk-header .uk-third .uk-nav > *:last-child {
    border-right: 1px solid #dddddd;
}
.uk-header .uk-third .uk-nav .uk-button {
    width: 100%;
}
.uk-header .uk-third .uk-nav .uk-button:hover {
    color: var(--dark-2);
}
.uk-header .uk-button .uk-number {
    position: absolute;
    top: 15px;
    background: var(--dark-2);
    display: inline-block;
    width: 15px;
    height: 15px;
    line-height: 15px;
    font-size: 0.8rem;
    color: #FFF;
    border-radius: 100px;
}
.uk-panel-search > div {
    position: relative;
}
@media (max-width: 768px) {
    .uk-header .uk-panel-search {
        padding: 0px 0px;
    }
    .uk-header .uk-panel-search > div {
        border-radius: 0px;
        margin-top: 10px;
    }
    .uk-header .uk-grid-margin {
        margin: 0 !important;
    }
    .uk-header .uk-button .uk-number {
        right: 32%;
    }
    .uk-header .uk-button {
        width: calc(100vw / 4 - 7px);
    }
}
@media (min-width: 769px) {
    .uk-header .uk-button .uk-number {
        right: 15px;
    }
    .uk-header .uk-button {
        width: 60px;
    }
}
.uk-header .uk-logo-title p {
    margin: 0;
    line-height: 1.25;
}
.uk-header .uk-logo-title p strong {
    font-weight: 900 !important;
}
/* ========================================================================
Component: Header
 ========================================================================== */
.uk-logo-title {
    font-size: 1em;
    max-width: 250px;
    color: #000;
    text-transform: uppercase;
    font-weight: 900;
    color: #999;
}
.uk-logo-title span {
    transform: translateX(20px);
    position: relative;
    display: block;
}
/* ========================================================================
Component: Menu
 ========================================================================== */
.uk-header-menu {
    min-height: 50px;
    background: transparent;
}
.uk-header-menu > div {
    max-width: 1200px;
    margin: 0 auto;
}
.uk-header-menu .uk-small {
    width: 50px;
}
.uk-header-menu a,
.uk-toolbar-menu a {
    line-height: 50px;
    display: block;
    color: var(--dark-2);
    text-align: center;
    font-weight: 700;
    background: transparent;
    font-size: 0.9rem;
}
.uk-toolbar-menu a {
    font-size: 1rem;
    color: var(--dark-3) !important;
    font-weight: 700;
    line-height: 30px;
}
.uk-header-menu .uk-small > a {
    background: transparent;
    color: var(--dark-2);
    width: 100%;
    text-align: center;
}
.uk-header-menu .uk-slider-items > li a {
    padding: 0px 25px;
}
.uk-header-menu .uk-slider-items > li:nth-child(2n) > a {
    background: transparent;
}
@media (max-width: 768px) {
    .uk-header-menu .uk-slider-items > li {
        width: auto;
    }
}
@media (min-width: 769px) {
    .uk-header-menu .uk-slider-items > li {

    }	
}
.uk-header-menu .uk-slider-items > li.uk-selected a {
    filter: brightness(1.4);
    color: var(--dark-1);
}
/* ========================================================================
Component: Menu
 ========================================================================== */
 .uk-section-banner .uk-panel a:hover {
     text-decoration: none;
 }
.uk-section-banner .uk-panel .uk-image,
.uk-section-banner .uk-image {
    min-height: 350px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    box-sizing: border-box;
    padding: 40px 20px;
}
.uk-section-banner .uk-panel .uk-image .uk-card {
    background: #FFF;
    padding: 5px 10px;
}
.uk-section-banner .uk-panel .uk-image h2 {
    font-weight: 700;
    color: var(--common);
    margin: 0;
}
.uk-section-banner .uk-panel .uk-image p {
    color: var(--content);
    margin: 10px 0px;
}
.uk-section-banner .uk-panel .uk-image .uk-button {
    background: var(--common);
    color: #FFF;
    font-weight: 700;
    text-transform: none;
    padding: 0px 15px 0px 10px;
}
.uk-section-banner .uk-panel .uk-image .uk-button:hover,
.uk-section-banner .uk-panel a:hover .uk-image .uk-button {
    background: var(--dark-2);
}
.uk-section-banner .uk-dotnav-line {
    left: 15px;
    margin: initial !important;
}
/* ========================================================================
Component: Search
========================================================================== */
.uk-panel-search {
    font-family: MuseoSans, Helvetica, sans-serif;
    color: var(--dark-2);
    min-height: 60px;
    line-height: 47px;
    width: 100% !important;
    box-sizing: border-box;
    display: contents;
}
@media (max-width: 768px) {
.uk-panel-search {
    padding: 0px 10px;
}
}
@media (min-width: 769px) {
.uk-panel-search {
    padding: 0px 0px;
}	
}
.uk-panel-search > div {
    border: 1px solid var(--dark-2);
    background: #FFF;
    border-radius: 0px;
    padding: 0px 0px 0px 10px;
    display: block;
    width: 100%;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}
.uk-panel-search form {
	width: 100%;
}
.uk-panel-search .uk-search {
    color: var(--dark-2);
    font-size: 14px;
    line-height: 14px;
    width: 100%;
}
.uk-panel-search .uk-search input {
    color: var(--content);
    background: transparent;
    font-weight: 700;
    font-size: 14px;
    line-height: 34px;
    border: none;
    width: 100%;
}
.uk-panel-search .uk-search span {
    color: var(--dark-2);
}
.uk-panel-search .uk-search span svg {
    width: 25px;
    margin-right: 10px;
}
.uk-panel-search .uk-button {
    line-height: normal;
    font-weight: 700;
    max-height: 40px;
    min-height: 34px;
    width: 100%;
    background: #FFF;
    color: var(--dark-2);
    border-radius: 0px;
    text-transform: none;
    padding: 5px 5px;
    box-sizing: border-box;
    -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;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.uk-panel-search .uk-button:hover {
    opacity: 0.8;
}
.uk-panel-search .uk-button.uk-icon {
    justify-content: flex-end;
    padding-right: 25px !important;
}
.uk-panel-search .uk-button:not(.uk-icon) {
    position: absolute;
    width: 30%;
    z-index: 1;
    opacity: 0;
}
/* ========================================================================
Component: Search
========================================================================== */
/* ========================================================================
Component: Callback
========================================================================== */
.uk-modal-callback .uk-inline {
    width: 100%;
    background: rgba(var(--shadow) / 95%);
}
.uk-modal-callback .uk-button {
    background: var(--dark-2);
    color: var(--white);
    text-transform: none;
    font-weight: 700;
}
.uk-block-notification {
    font-size: 0.8rem;
    text-align: center;
    margin-top: 15px;
}
/* ========================================================================
Component: Callback
========================================================================== */
/* ========================================================================
Component: Offcanvas Catalog
========================================================================== */
.uk-catalog-bar {
    background: #FFF !important;
	padding: 20px !important;
    width: 100% !important;
}
.uk-catalog-bar .uk-panel-search {
    position: relative;
    background: transparent;
}
.uk-catalog-bar .uk-panel-search > div {
    background: #FFF;
}
.uk-catalog-bar .uk-input {
    height: auto;
}
@media (max-width: 768px) {
.uk-catalog-bar {
    max-width: 300px;
}
}
@media (min-width: 769px) {
.uk-catalog-bar {
    max-width: 350px;
}	
}
.uk-catalog-bar .uk-accordion-title .uk-chevron {
    padding-left: 0px;
}
.uk-catalog-bar .uk-accordion-title .uk-gray-icon svg {
    color: #DDD;
}
.uk-catalog-bar .uk-accordion-title h2 {
    color: var(--content);
}
.uk-catalog-bar .uk-accordion-title h2:hover {
    color: var(--dark-2);
}
.uk-catalog-bar .uk-accordion-content li.uk-active .uk-menu-title h2 {
    font-weight: 700;
    color: var(--dark-2);
}
.uk-catalog-bar .uk-offcanvas-close {
    position: relative;
    top: auto;
    right: auto;
    padding: 0px;
}
.uk-catalog-bar .uk-width-close {
    width: 50px;
}
/* ========================================================================
Component: Offcanvas Catalog
========================================================================== */
/* ========================================================================
Component: Navigation Panel
========================================================================== */
.uk-section-panel {
    padding: 50px 0px;
    background: #fcfcfc;
}
.uk-section-panel .uk-slider-items {
    padding: 15px 0px;
}
.uk-section-panel .uk-panel {
    background: #FFF;
    box-shadow: 0px 0px 10px 0px rgba(var(--shadow) / 5%);
}
.uk-section-panel .uk-panel .uk-image {
    background-position: 50% 50%;
    background-size: cover;
    min-height: 150px;
}
.uk-section-panel .uk-panel .uk-image .uk-button {
    width: auto !important;
    padding: 5px 25px !important;
    opacity: 0;
}
.uk-section-panel .uk-panel a > .uk-image:hover .uk-button {
    opacity: 1;
}
.uk-section-panel .uk-panel a {
     text-decoration: none;
}
.uk-section-panel .uk-panel .uk-content {
    padding: 25px;
    text-align: center;
}
.uk-section-panel .uk-panel .uk-content h2 {
    position: relative;
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--dark-2);
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.uk-section-panel .uk-panel .uk-content h2::before {
    content: "";
    position: absolute;
    background: var(--yellow);
    display: inline-block;
    width: 150px;
    height: 2px;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
}
.uk-section-panel .uk-panel .uk-content p {
    margin: 0 !important;
}
/* ========================================================================
Component: Navigation Panel
========================================================================== */
/* ========================================================================
Component: Dotnav
========================================================================== */
.uk-dotnav-point > li > * {
    border: 2px solid var(--dark-3);
    width: 15px;
    height: 15px;
}
.uk-dotnav-point > li:not(.uk-active) > *:hover {
    background: rgba(102 102 102 / 60%);
}
.uk-dotnav-point > .uk-active > * {
    background-color: var(--dark-3) !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(102 102 102 / 60%);
    border: none;
    width: 100%;
    height: 4px;
    border-radius: 0 !important;
}
.uk-dotnav-line > .uk-active > *::after {
    background: var(--dark-3);
}
/* ========================================================================
Component: Dotnav
========================================================================== */
/* ========================================================================
Component: Section Menu
========================================================================== */
.uk-panel-section {
    background-color: var(--dark-2);
    box-shadow: 0px 2px 6px 0px rgba(var(--shadow) / 10%);
    background-repeat: no-repeat !important;
    background-position: 10% 50% !important;
    background-size: cover !important;
}
.uk-panel-section .uk-panel-content {
    background: transparent;
    padding: 25px 0px;;
}
.uk-panel-section .uk-panel-content .uk-list-section {

}
.uk-panel-section .uk-panel-content .uk-list-section > li {
    margin: 0px !important;
    border-bottom: 1px solid rgba(var(--shadow) / 5%);
}
.uk-panel-section .uk-panel-content .uk-list-section > li:last-child {
    border: none;
}
.uk-panel-section .uk-panel-content .uk-list-section > li > a {
    background: transparent;
    padding: 10px 20px;
    display: block;
    -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-panel-section .uk-panel-content .uk-list-section > li > a:hover,
.uk-panel-section .uk-panel-content .uk-list-section > li > a.uk-open {
    background: var(--light);
}
.uk-panel-section .uk-panel-content .uk-list-section > li > img {
    margin-right: 5px;
}
.uk-panel-section .uk-panel-content .uk-list-section > li > a h2 {
    color: #333;
    font-weight: 700;
    padding-right: 25px;
}
.uk-panel-section .uk-panel-content .uk-list-section > li > a:hover h2,
.uk-panel-section .uk-panel-content .uk-list-section > li > a.uk-open h2 {
    color: var(--dark-2);
}
.uk-panel-section .uk-panel-content .uk-list-section li h2 {
    position: relative;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 300;
    margin: 0;
}
.uk-panel-section .uk-panel-content .uk-list-section li h2 span {
    position: absolute;
    right: 0;
    color: #333;
    font-weight: 100;
    font-size: 0.8em;
}
.uk-panel-section .uk-panel-content .uk-list-section li > a {
    color: var(--content);
}
.uk-panel-section .uk-panel-content .uk-list-section li > a .uk-image {
    position: relative;
    display: inline-block;
    width: 24px;
    height: 24px;
    min-width: 24px;
    border-radius: 100px;
    background-position: 50% 50%;
    background-size: cover;
    margin-right: 10px;
    border: 2px solid var(--common);
}
.uk-panel-section .uk-panel-content .uk-list-section li > a:hover {
    text-decoration: none;
}
.uk-panel-section .uk-panel-content .uk-dropdown {
    padding: 0px;
}
.uk-panel-section .uk-panel-content .uk-dropdown > .uk-grid {
    margin: 0 !important;
}
.uk-panel-section .uk-panel-content .uk-dropdown .uk-image {
    position: relative;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
    width: 100%;
    height: 100px;
}
.uk-panel-section .uk-panel-content .uk-dropdown .uk-image h3 {
    position: absolute;
    bottom: 0px;
    left: 25px;
    background: var(--yellow);
    margin: 0;
    color: var(--content);
    padding: 5px 15px;
}
.uk-panel-section .uk-panel-content .uk-dropdown .uk-content {
    padding: 25px;
}
.uk-panel-section .uk-panel-content .uk-dropdown h3 {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--dark-2);
    margin-top: 0px !important;
}
.uk-panel-section .uk-panel-content .uk-dropdown h2:hover {
    text-decoration: underline;
    color: var(--dark-2);
}
.uk-panel-section .uk-panel-content .uk-dropdown {
    background: #FFF;
    border-right: 4px solid var(--dark-2);
    width: auto;
    max-width: 400px;
    margin-left: 0px !important;
    box-shadow: 4px 0px 4px 0px rgba(var(--shadow) / 5%);
}
.uk-panel-section .uk-panel-content .uk-dropdown small {
    color: var(--content);
    line-height: 1.55;
    display: block;
    max-width: 500px;
}
.uk-panel-section .uk-panel-content .uk-dropdown .uk-button {
    width: auto !important;
    padding: 5px 15px 5px 10px !important;
    background: var(--dark-2) !important;
    color: var(--white) !important;
    font-weight: 700;
    text-transform: none;
    margin-top: 25px;
}
.uk-panel-section .uk-panel-content .uk-dropdown .uk-button:hover {
    background: var(--dark-2) !important;
    color: #FFF !important;
}
.uk-panel-section .uk-panel-content .uk-offerup {
    margin: 30px 0px 0px 0px !important;
}
.uk-panel-section .uk-panel-content .uk-offerup li {
    margin: 0 !important;
}
.uk-panel-section .uk-panel-content .uk-offerup li a {
    position: relative;
    color: var(--common);
    font-weight: 700;
    line-height: 40px;
    font-size: 1rem;
    border-left: 5px solid;
    display: block;
    box-shadow: 0px 0px 0px 0px rgba(var(--shadow) / 20%);
    padding: 0px 20px 0px 20px;
    -webkit-transition: All 0.15s ease-in-out !important;
	-moz-transition: All 0.15s ease-in-out !important;
	-o-transition: All 0.15s ease-in-out !important;
	-ms-transition: All 0.15s ease-in-out !important;
	transition: All 0.15s ease-in-out !important;
}
.uk-panel-section .uk-panel-content .uk-offerup li a svg {
	margin-right: 5px;
    max-width: 15px;
    margin-top: -3px;
}
.uk-panel-section .uk-panel-content .uk-offerup li a span {
    position: absolute;
    right: 20px;
    color: #DDD;
    font-weight: 100;
    font-size: 0.8em;
}
.uk-panel-section .uk-panel-content .uk-offerup li.uk-green a {
    border-color: var(--green);
}
.uk-panel-section .uk-panel-content .uk-offerup li.uk-yellow a {
    border-color: var(--yellow);
}
.uk-panel-section .uk-panel-content .uk-offerup li.uk-red a {
    border-color: var(--red);
}
.uk-panel-section .uk-panel-content .uk-offerup li a:hover {
    background: var(--light);
	box-shadow: 0px 2px 10px 0px rgba(var(--shadow) / 20%);
    text-decoration: none;
    color: var(--dark-2);
}
/* ========================================================================
Component: Section Menu
========================================================================== */
/* ========================================================================
Component: Section Catalog
========================================================================== */
.uk-section-catalog .uk-slider-items {
    padding: 0px 0px;
}
.uk-section-catalog .uk-slider-items > li {
    padding-top: 10px;
}
.uk-section-catalog .uk-panel {
    background: var(--light);
    box-shadow: 0px 0px 10px 0px rgba(var(--shadow) / 5%);
}
.uk-section-catalog .uk-slider-items a {
    text-decoration: none;
}
.uk-section-catalog .uk-panel .uk-image {
    background-position: 50% 50%;
    background-size: cover;
    min-height: 150px;
}
.uk-section-catalog .uk-panel .uk-image .uk-button {
    width: auto !important;
    padding: 5px 25px !important;
    opacity: 0;
}
.uk-section-catalog .uk-panel a > .uk-image:hover .uk-button {
    opacity: 1;
}
.uk-section-catalog .uk-panel .uk-content {
    padding: 10px;
    text-align: center;
    overflow: hidden;
}
.uk-section-catalog .uk-panel .uk-content h2 {
    position: relative;
    font-size: 1.0rem;
    font-weight: 300;
    color: var(--dark-2);
    margin: 0 !important;
    white-space: nowrap;
}
.uk-section-catalog .uk-dotnav-line {
    position: relative;
    max-width: 60% !important;
}
.uk-section-catalog .uk-dotnav-line > * > *::after {
    background: rgba(var(--shadow) / 20%);
}
.uk-section-catalog .uk-dotnav-line > *.uk-active > *::after {
    background: var(--dark-2);
}
@media (max-width: 768px) {
    .uk-section-catalog .uk-container {
        padding-left: 0px;
        padding-right: 0px;
    }
    .uk-section-catalog .uk-slider-items > li {
        width: calc(100% - 60px);
    }
}
@media (min-width: 769px) {
    
}
/* ========================================================================
Component: Section Catalog
========================================================================== */
.uk-slider-image span {
    display: block;
    width: 50px;
    height: 50px;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    border: 2px solid #FFF;
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 10%);
}
.uk-slider-image > li.uk-active span {
    border-color: var(--dark-2);
}
/* ========================================================================
Component: Catalog Left Menu
========================================================================== */
.uk-section-menu {
    
}
.uk-section-menu.uk-width-menu {
    width: calc(100% * 1 / 3.001);
}
.uk-page-catalog .uk-width-menu {
    
}
@media (max-width: 768px) {
    .uk-page-catalog .uk-width-menu {
        width: 100%;
    }
}
@media (min-width: 769px) {
    .uk-page-catalog .uk-width-menu {
        width: calc(100% * 1 / 4.001);
    }
}
/* ========================================================================
Component: Catalog Left Menu
========================================================================== */
/* ========================================================================
Component: Section Bar
========================================================================== */
.uk-offcanvas-bar > .uk-list-section > li {
    border-bottom: 1px solid var(--gray);
}
.uk-offcanvas-bar > .uk-list-section > li:last-child {
    border: none;
}
.uk-offcanvas-bar > .uk-list-section > li:first-child {
    padding-bottom: 10px;
}
.uk-offcanvas-bar > .uk-list-section > li:nth-child(n+2) {
    margin-top: 10px;
    padding-bottom: 10px;
}
.uk-list-section .uk-accordion-title {
	
}
.uk-list-section .uk-accordion-title::before {
	display: none !important;
}
.uk-menu-title {
	padding: 10px;
	display: block;
}
.uk-list-section .uk-panel {
	width: 100%;
}
.uk-list-section .uk-panel .uk-grid {
	width: 100%;
	margin: 0px !important;
}
.uk-list-section .uk-panel h2 {
	font-size: 1rem;
}
.uk-list-section .uk-menu-title {
	padding: 0px 10px;
}
.uk-list-section .uk-menu-large > .uk-panel {
    padding: 0px 40px 0px 0px;
}
.uk-list-section .uk-menu-large > .uk-panel .uk-icon {
    
}
.uk-list-section .uk-menu-large h2 {
	font-size: 1rem;
    font-weight: 700;
}
.uk-list-section .uk-menu-large h2:hover {
    color: var(--dark-2);
}
.uk-list-section .uk-active .uk-menu-large h2 {
	color: var(--dark-2);
}
.uk-list-section .uk-active .uk-menu-large:hover h2 {
    color: var(--dark-2) !important;
}
.uk-list-section .uk-panel h2 span.uk-count {
    position: absolute;
    right: 0;
    top: calc(50% - 7.5px);
    color: #DDD;
	font-weight: 100;
    font-size: 0.8em;
}
.uk-offcanvas-bar .uk-offerup {
    margin: 30px 0px 0px 0px !important;
}
.uk-offcanvas-bar .uk-offerup li {
    margin: 0 !important;
}
.uk-offcanvas-bar .uk-offerup li a {
    position: relative;
    color: var(--content);
    font-weight: 700;
    line-height: 40px;
    font-size: 1rem;
    border-left: 5px solid;
    display: block;
    box-shadow: 0px 0px 0px 0px rgba(var(--shadow) / 20%);
    padding: 0px 20px 0px 20px;
    -webkit-transition: All 0.15s ease-in-out !important;
	-moz-transition: All 0.15s ease-in-out !important;
	-o-transition: All 0.15s ease-in-out !important;
	-ms-transition: All 0.15s ease-in-out !important;
	transition: All 0.15s ease-in-out !important;
}
.uk-offcanvas-bar .uk-offerup li a svg {
	margin-right: 5px;
    max-width: 15px;
    margin-top: -3px;
}
.uk-offcanvas-bar .uk-offerup li a span {
    position: absolute;
    right: 10px;
    color: #DDD;
    font-weight: 100;
    font-size: 0.8em;
}
.uk-offcanvas-bar .uk-offerup li.uk-green a {
    border-color: var(--green);
}
.uk-offcanvas-bar .uk-offerup li.uk-yellow a {
    border-color: var(--yellow);
}
.uk-offcanvas-bar .uk-offerup li.uk-red a {
    border-color: var(--red);
}
.uk-offcanvas-bar .uk-offerup li a:hover {
    background: #FFF;
	box-shadow: 0px 2px 10px 0px rgba(var(--shadow) / 20%);
    text-decoration: none;
    color: var(--dark-2);
}
.uk-offcanvas-bar h4 {
    font-weight: 700;
}
/* ========================================================================
Component: Section Bar
========================================================================== */
/* ========================================================================
Component: Section Product
========================================================================== */
.uk-section-product {
    margin: 15px 0px 0px 0px;
    display: block;
    z-index: 1;
    position: relative;
}
.uk-section-product .uk-subnav {
    padding: 0px 20px;
}
.uk-section-product .uk-subnav > li a {
    background: #FFF;
    color: var(--dark-2);
    text-transform: none;
    border: none;
    text-align: center;
}
.uk-section-product .uk-subnav > li a:hover {
    color: var(--dark-3);
}
.uk-section-product .uk-subnav > li.uk-active a {
    background: var(--common);
    color: #FFF;
}
@media (max-width: 768px) {
    .uk-section-product .uk-subnav > li a {
        padding: 5px 5px;
        line-height: 1.25;
    }
    .uk-section-product .uk-subnav > li a .uk-icon {
        display: block;
        margin-bottom: 10px;
    }
    .uk-section-product {
        padding: 0px 0px 25px 0px;
    }
    .uk-section-product .uk-subnav > li a {
        font-weight: 300;
    }
    .uk-section-product .uk-switcher-product .uk-slider-items > li {
        width: calc(100% - 100px);
    }
}
@media (min-width: 769px) {
    .uk-section-product {
        padding: 50px 0px 50px 0px;
    }
    .uk-section-product .uk-subnav > li a {
        font-weight: 700;
    }
}
.uk-section-product .uk-slider-container {
    padding: 10px 0px;
}
.uk-section-product .uk-switcher-product {
    padding: 25px 0px 0px 0px
}
.uk-baner-section .uk-slidenav {
    background: #FFF;
}
/* ========================================================================
Component: Section Product
========================================================================== */
.uk-description-section {
    padding: 20px 0px;
}
.uk-description-section h2 {
    margin-top: 0px;
    font-size: 1.5rem;
    color: var(--common);
    font-weight: 700;
}
/* ========================================================================
Component: Lightbox
========================================================================== */
.uk-lightbox {
    background: rgba(var(--shadow) / 90%) !important;
}
.uk-lightbox .uk-lightbox-toolbar {
    background: transparent !important;
}
.uk-lightbox .uk-lightbox-items > li {
    padding: 25px;
}
/* ========================================================================
Component: Lightbox
========================================================================== */
/* ========================================================================
Component: 404
========================================================================== */
.uk-404 {
    min-height: calc(100vh - 200px);
}
/* ========================================================================
Component: 404
========================================================================== */
/* ========================================================================
Component: Cart
========================================================================== */
.uk-notification-message-cart {
	background: #FFF !important;
	box-shadow: 0px 2px 6px 0px rgba(var(--shadow) / 5%);
}
.uk-notification-message-cart h2 {
	font-weight: 700;
	font-size: 1.4rem;
	color: var(--dark-2);
	margin: 0 !important;
}
.uk-notification-message-cart.uk-error h2 {
    color: var(--red);
}
.uk-notification-message-cart p {
	margin: 10px 0px;
	font-weight: 300;
    font-size: 0.8rem;
    color: var(--content);
}
.uk-notification-message-cart .uk-button {
    background: var(--dark-2);
    color: #FFF;
	border: none !important;
	box-sizing: border-box !important;
	margin: 0 !important;
	text-transform: none;
	font-weight: 700;
	padding: 0px 20px;
	line-height: 35px;
}
.uk-notification-message-cart .uk-button:hover {
	opacity: 0.8;
}
.uk-notification-message-cart .uk-close {
    display: block;
}
.uk-notification-message-cart .uk-image {
    background-position: 0% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    height: 120px;
    width: 100%;
    position: relative;
}
.basket-item-block-price .basket-item-price-current-text {
    font-weight: 700;
    font-size: 1.4rem;
}
.basket-item-block-price .basket-item-price-current-text .uk-rub {
    font-size: 1rem;
}
.basket-item-block-price .uk-discount .basket-item-price-current-text {
    color: var(--red);
}
.uk-page-cart .uk-title {
    margin-top: 25px;
}
/* ========================================================================
Component: Cart
========================================================================== */
/* ========================================================================
Component: Personal
 ========================================================================== */
.uk-page-personal {
	padding: 25px 0px;
}
.uk-block-personal {
	
}
.uk-block-personal .uk-element-link .uk-panel {
	background: #fff;
	box-shadow: 0px 0px 8px rgba(var(--shadow) / 5%);
	min-height: 160px;
	text-align: center;
	padding: 25px;
	box-sizing: border-box;
	-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-block-personal .uk-element-link:hover .uk-panel {
	box-shadow: 0px 10px 15px rgba(var(--shadow) / 10%);
}
.uk-block-personal .uk-element-link .uk-panel .uk-icon-panel {
	background: var(--dark-2);
	color: #fff;
	font-size: 25px;
	border-radius: 100px;
	padding: 25px;
	box-sizing: border-box;
	display: inline-block;
}
.uk-block-personal .uk-element-link .uk-panel .uk-icon-panel svg {
	min-width: 40px;
}
.uk-block-personal .uk-element-link .uk-panel h2 {
	font-weight: 100 !important;
	font-size: 1rem;
}
/* ========================================================================
Component: Personal
 ========================================================================== */
.uk-notification-message-danger {
    background: #FFF !important;
    box-shadow: 0px 2px 6px 0px rgba(var(--shadow) / 5%);
}
/* ========================================================================
Component: Scroll
========================================================================== */
.uk-catalog-bar {
    overflow-x: hidden;
}
.uk-catalog-bar::-webkit-scrollbar {
    background: transparent;
    width: 2px;
    position: absolute;
}
.uk-catalog-bar::-webkit-scrollbar-track {
    background: transparent;
    position: absolute;
    z-index: -2;
}
.uk-catalog-bar::-webkit-scrollbar-thumb {
    border-radius: 100px;
    background: var(--dark-2);
}
/* ========================================================================
Component: Scroll
========================================================================== */
/* ========================================================================
Component: Breadcrumb
 ========================================================================== */
@media (max-width: 768px) {
.uk-breadcrumb-block {
    text-align: center;
}
}
@media (min-width: 769px) {
.uk-breadcrumb-block {
    
}
}
.uk-breadcrumb-catalog {
    background-size: cover;
    background-position: 50% 50%;
    background-blend-mode: multiply;
    background-color: transparent;
	padding: 10px 0px;
    width: 100%;
}
.uk-breadcrumb-catalog.uk-breadcrumb-images {
    padding: 0px;
}
.uk-breadcrumb-catalog.uk-breadcrumb-images .uk-panel {
    background: rgba(0 0 0 / 60%);
    padding: 20px 0px;
}
.uk-breadcrumb-block .bx-breadcrumb-item {
	float: none !important;
	display: inline-block !important;
}
.uk-breadcrumb-block .bx-breadcrumb-item a {
	color: var(--dark-2);
}
.uk-breadcrumb-catalog .bx-breadcrumb-item,
.uk-breadcrumb-catalog h1 {
	color: var(--dark-2);
}
.uk-breadcrumb-catalog h1 {
    font-weight: 700;
}
.uk-breadcrumb-catalog.uk-breadcrumb-images h1 {
    color: var(--light);
    font-weight: 700;
}
@media (max-width: 768px) {
.uk-breadcrumb-block .uk-title-block {
    font-size: 1.2rem;
    line-height: 1.2;
}
}
@media (min-width: 769px) {
.uk-breadcrumb-block .uk-title-block {
    font-size: 1.5rem;
}
}
.uk-breadcrumb-catalog .uk-slider li {
    color: var(--content);
}
.uk-breadcrumb-catalog.uk-breadcrumb-images .uk-slider li {
    color: var(--light);
}
.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: 50px;
}
}
/* ========================================================================
Component: Breadcrumb
 ========================================================================== */
/* ========================================================================
Component: Page
========================================================================== */
.uk-page-content {
    padding: 25px 0px;
}
.uk-page-content .uk-content {
    width: 100%;
}
.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):not(.uk-accordion) {
    list-style: none;
    padding: 0px;
}
.uk-page-content ul:not(.uk-dotnav):not(.uk-slider-items):not(.uk-accordion) > li {
    position: relative;
    padding-left: 20px;
}
.uk-page-content ul:not(.uk-dotnav):not(.uk-slider-items):not(.uk-accordion) > li::before {
    content: "";
    position: absolute;
    top: calc(50% - 2px);
    left: 0;
    width: 8px;
    height: 4px;
    background: var(--dark-2);
    display: inline-block;
}
.uk-page-content .uk-form-content {
    background: #FFF;
    padding: 25px;
    max-width: 500px;
    margin: 0 auto;
}
.uk-page-content .uk-accordion .uk-accordion-title {
    background: #FFF;
    padding: 25px;
    font-weight: 700;
}
.uk-page-content .uk-accordion li.uk-open .uk-accordion-title {
    color: var(--dark-3) !important;
}
/* ========================================================================
Component: Page
========================================================================== */
/* ========================================================================
Component: Smart Filter Toolbar
========================================================================== */
.uk-tollbar-filter .uk-button-line {
    background: transparent;
    position: relative;
    background: #FFF;
    border: transparent;
    padding: 5px 30px 5px 10px;
    line-height: 30px;
    box-shadow: 0px 2px 6px 0px rgba(var(--shadow) / 10%);
}
.uk-tollbar-filter .uk-button-line:hover {
    cursor: pointer;
    border-color: var(--dark-2);
    color: var(--dark-2);
}
.uk-tollbar-filter .uk-button-line::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    top: 50%;
    right: 5px;
    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");
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.uk-tollbar-filter .uk-button-all {
    padding: 5px 10px 5px 10px;
}
@media (max-width: 768px) {
.uk-tollbar-filter {
    margin-left: -15px !important;
}
.uk-tollbar-filter .uk-button-all {
    position: relative;
    width: 100%;
    text-align: left;
    padding: 5px 10px 5px 40px;
}
.uk-tollbar-filter .uk-button-all .uk-icon {
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -10px;
}
.uk-tollbar-filter .uk-button-all.uk-button-sort {
    padding: 5px 10px 5px 10px;
    text-align: center;
}
.uk-tollbar-filter .uk-button-all.uk-button-sort .uk-icon {
    position: relative;
    top: -1px;
    left: 0;
    margin: 0 !important;
}
.uk-tollbar-filter {
    margin: 10px 0px !important;
}
.uk-tollbar-filter .uk-first-column {
    padding: 0px !important;
}
}
@media (min-width: 769px) {
.uk-tollbar-filter .uk-button-all {

}
.uk-tollbar-filter {
    margin: 15px 0px 15px 0px !important;
}
}
.uk-tollbar-filter .uk-button-all::before {
    display: none;
}
.uk-tollbar-filter .uk-button-line:focus,
.uk-tollbar-filter .uk-button-line:active {
    outline: none !important;
    color: var(--dark-2);
}
.uk-tollbar-filter .uk-dropdown .uk-scroll {
    padding: 20px 20px 0px 20px;
    max-height: 250px;
    overflow-x: hidden;
    overflow-y: auto;
}
.uk-tollbar-filter .uk-dropdown .uk-scroll::-webkit-scrollbar-track {
    background-color: #F5F5F5;
}
.uk-tollbar-filter .uk-dropdown .uk-scroll::-webkit-scrollbar {
    width: 5px;
    background-color: #f2f2f2;
}
.uk-tollbar-filter .uk-dropdown .uk-scroll::-webkit-scrollbar-thumb {
    background-color: #000000;
    border-radius: 100px;
}
.uk-tollbar-filter .bx-filter-parameters-box {
    position: relative;
    box-sizing: border-box;
}
.uk-tollbar-filter .uk-dropdown {
    min-width: 250px;
    max-width: 250px;
    padding: 0px 0px 20px 0px;
}
.uk-tollbar-filter .uk-navbar-nav .uk-dropdown .uk-dropdown-button {
    padding: 20px 20px 0px 20px;
    text-align: center;
}
.uk-tollbar-filter .uk-navbar-nav .uk-dropdown .uk-dropdown-button .uk-button {
    text-transform: none;
    background: var(--dark-2);
    color: #FFF;
}
.uk-tollbar-filter .uk-navbar-nav .uk-accordion-content.uk-dropdown {
    margin-top: 0px;
}
.uk-tollbar-filter .uk-navbar-nav .uk-accordion-content label {
    position: relative;
    display: block;
}
.uk-tollbar-filter .uk-navbar-nav .uk-accordion-content .uk-number {
    color: #DDD;
    position: absolute;
    right: 0;
}
.uk-tollbar-filter .uk-navbar-nav label.uk-disabled {
    color: #DDD;
}
.uk-tollbar-filter .uk-navbar-nav > :nth-child(n+2) {
    margin-left: 10px;
}
.uk-tollbar-filter .bx-ui-slider-track-container {
    padding-top: 30px;
    padding-bottom: 0px;
    border-bottom: 1px solid #ddd;
}
.uk-tollbar-filter .min-price, .uk-tollbar-filter .max-price {
    box-shadow: 0px 0px 6px 0px rgba(0 0 0 / 10%);
    border: none !important;
    text-align: center;
}
.uk-tollbar-filter .uk-inline {
    display: block;
}
.uk-tollbar-filter .uk-dropdown-button .uk-button {
    padding: 0 10px;
    text-transform: none;
    text-align: center;
    width: 100%;
}
.uk-tollbar-filter .uk-dropdown-button .uk-button .uk-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -10px;
}
.uk-tollbar-filter .uk-dropdown-button .uk-button-success {

}
.uk-tollbar-filter .uk-dropdown-button .uk-button-reset {
    background: var(--content) !important;
}
.uk-tollbar-filter .uk-button-success {
    background: var(--yellow);
}
.uk-tollbar-filter.uk-sticky.uk-active {
    width: 100% !important;
    margin-left: -15px !important;
    background: #FFF;
    padding: 5px 15px 5px 0px;
    box-shadow: 0 0 5px 0 rgba(0 0 0 / 10%);
    z-index: 99;
    margin-top: 0px !important;
}
/* ========================================================================
Component: Smart Filter Toolbar
========================================================================== */
/* ========================================================================
Component: Smart Filter Offcanvas
========================================================================== */
.uk-offcanvas-modal {
    opacity: 0;
    background-image: rgba(255 255 255 / 20%) !important;
    background-color: transparent;
    overflow-y: hidden;
    -webkit-transition: All 0.55s ease-in-out !important;
	-moz-transition: All 0.55s ease-in-out !important;
	-o-transition: All 0.55s ease-in-out !important;
	-ms-transition: All 0.55s ease-in-out !important;
	transition: All 0.55s ease-in-out !important;
}
.uk-offcanvas-modal.uk-open {
    opacity: 1;
}
.uk-offcanvas-modal::before {
    display: none;
}
.uk-offcanvas-modal .uk-offcanvas-bar {
    overflow-y: hidden;
}
.uk-offcanvas-filter {
    font-family: MuseoSans, Helvetica, sans-serif !important;
    background: transparent !important;
    padding: 0px !important;
    margin: 0 !important;
    color: var(--content) !important;
    overflow-x: hidden;
}
@media (max-width: 768px) {
.uk-offcanvas-filter {
    width: 100vw !important;
}
}
@media (min-width: 769px) {
.uk-offcanvas-filter {
    
}
}
.uk-offcanvas-filter > * {
    width: 100%;
    position: relative;
    padding: 0px 10px;
    box-sizing: border-box;
}
.uk-offcanvas-filter .uk-cross {
    text-align: center;
    margin-bottom: -15px;
}
.uk-offcanvas-filter .uk-close {
    color: #FFF !important;
    background: var(--content) !important;
    position: relative;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
    border-radius: 100px;
    padding: 10px;
}
.uk-offcanvas-filter .bx-filter {
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.1);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: hidden;
}
.uk-offcanvas-filter .uk-panel-header {
    padding: 0px 25px; 
}
.uk-offcanvas-filter .uk-panel-scroll {
    max-height: 65vh;
    overflow-x: hidden;
    overflow-y: auto;
}
.uk-offcanvas-filter .uk-panel-scroll > div {
    padding: 0px 20px;
    box-sizing: border-box;
}
.uk-offcanvas-filter .uk-panel-scroll::-webkit-scrollbar-track {
    background-color: #F5F5F5;
}
.uk-offcanvas-filter .uk-panel-scroll::-webkit-scrollbar {
    width: 5px;
    background-color: #f2f2f2;
}
.uk-offcanvas-filter .uk-panel-scroll::-webkit-scrollbar-thumb {
    background-color: #000000;
    border-radius: 100px;
}
.uk-offcanvas-filter .uk-button-panel {
    padding: 25px;
}
.uk-panel-filter .uk-button-panel {
    padding: 0px 0px 25px 0px;
}
.uk-offcanvas-filter .uk-panel {
    background: #FFF !important;
    padding: 0px;
}
.uk-panel-filter {
    background: #FFF;
    box-shadow: 0 0 8px 0 rgb(0 0 0 / 10%);
}
.uk-offcanvas-filter .uk-panel h2,
.uk-panel-filter .uk-panel h2 {
    position: relative;
    background: var(--dark-2);
    padding: 0px 15px;
    text-align: left;
    font-size: 1rem;
    font-weight: 300;
    line-height: 50px;
    color: #FFF;
}
.uk-offcanvas-filter .uk-panel h2 span,
.uk-panel-filter .uk-panel h2 span {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    right: 25px;
}
.uk-offcanvas-filter .uk-panel form,
.uk-panel-filter .uk-panel form {
    padding: 0px 15px;
}
.uk-offcanvas-filter .uk-panel .bx-filter-parameters-box,
.uk-panel-filter .uk-panel .bx-filter-parameters-box {
    position: relative;
    border-bottom: 1px solid #f2f2f2;
    padding: 0px 0px 10px 0px;
    box-sizing: border-box;
}
.uk-offcanvas-filter .uk-accordion > :first-child,
.uk-panel-filter .uk-accordion > :first-child {
    margin-top: 12px;
}
.uk-offcanvas-filter .uk-accordion > :nth-child(n+2),
.uk-panel-filter .uk-accordion > :nth-child(n+2) {
    margin-top: 10px;
}
.uk-offcanvas-filter .uk-accordion .uk-accordion-title,
.uk-panel-filter .uk-accordion .uk-accordion-title {
    font-size: 0.8rem;
    color: var(--content);
}
.uk-offcanvas-filter .uk-accordion .uk-accordion-title:hover,
.uk-panel-filter .uk-accordion .uk-accordion-title:hover {
    color: var(--red);
}
.uk-offcanvas-filter .uk-accordion button.uk-accordion-title,
.uk-panel-filter .uk-accordion button.uk-accordion-title {
    border: none;
    background: transparent;
    width: 100%;
    padding: 0px;
    text-align: left;
}
.uk-offcanvas-filter .uk-accordion button.uk-accordion-title:hover,
.uk-panel-filter .uk-accordion button.uk-accordion-title:hover {
    cursor: pointer;
}
.uk-offcanvas-filter .uk-accordion button.uk-accordion-title.uk-open,
.uk-panel-filter .uk-accordion button.uk-accordion-title.uk-open {
    font-weight: 700;
}
.uk-offcanvas-filter .uk-accordion button.uk-accordion-title::before,
.uk-panel-filter .uk-accordion button.uk-accordion-title::before {
    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-offcanvas-filter .uk-accordion .uk-dropdown,
.uk-panel-filter .uk-accordion .uk-dropdown {
    max-height: 250px;
    overflow-x: auto;
}
.uk-offcanvas-filter .uk-accordion .uk-accordion-content.uk-dropdown,
.uk-panel-filter .uk-accordion .uk-accordion-content.uk-dropdown {
    margin-top: 0px;
}
.uk-offcanvas-filter .uk-accordion .uk-accordion-content label,
.uk-panel-filter .uk-accordion .uk-accordion-content label {
    position: relative;
    display: block;
}
.uk-offcanvas-filter .uk-accordion .uk-accordion-content .uk-number,
.uk-panel-filter .uk-accordion .uk-accordion-content .uk-number {
    color: #DDD;
    position: absolute;
    right: 0;
}
.uk-offcanvas-filter .uk-accordion label.uk-disabled,
.uk-panel-filter .uk-accordion label.uk-disabled {
    color: #DDD;
}
.uk-offcanvas-filter .bx-ui-slider-track-container,
.uk-panel-filter .bx-ui-slider-track-container {
    padding-top: 30px;
    padding-bottom: 0px;
    border-bottom: 1px solid #ddd;
}
.uk-offcanvas-filter .min-price, .uk-offcanvas-filter .max-price,
.uk-panel-filter .min-price, .uk-offcanvas-filter .max-price {
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
    border: none !important;
    text-align: center;
}
.uk-offcanvas-filter .uk-inline,
.uk-panel-filter .uk-inline {
    display: block;
}
.uk-offcanvas-filter .uk-inline .uk-form-custom,
.uk-panel-filter .uk-inline .uk-form-custom {
    width: 100%;
}
.uk-offcanvas-filter .uk-inline .uk-form-custom .uk-button,
.uk-panel-filter .uk-inline .uk-form-custom .uk-button {
    width: 100%;
    padding: 0 10px;
    text-transform: none;
    text-align: left;
}
.uk-offcanvas-filter .uk-inline .uk-form-custom .uk-button .uk-icon,
.uk-panel-filter .uk-inline .uk-form-custom .uk-button .uk-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -10px;
}
.uk-offcanvas-filter .uk-button-success, .uk-offcanvas-filter .uk-button-reset,
.uk-panel-filter .uk-button-success, .uk-offcanvas-filter .uk-button-reset {
    color: #FFF;
    padding: 0 10px;
    width: 100%;
    text-transform: none;
}
.uk-offcanvas-filter .uk-button-success,
.uk-panel-filter .uk-button-success {
    background: var(--dark-2);
}
.uk-offcanvas-filter .uk-button-reset,
.uk-panel-filter .uk-button-reset {
    background: var(--content);
    color: #FFF;
    text-transform: none;
}
.uk-offcanvas-filter h2 {
    display: none;
}
.uk-panel-filter h2 {

}
.uk-offcanvas-filter .uk-offcanvas-close {
    color: #333;
    left: 25px;
}
.uk-offcanvas-filter form {
    padding: 0px !important;
}
.uk-offcanvas-filter .uk-accordion-title,
.uk-panel-filter .uk-accordion-title {
    color: var(--content);
    text-align: left;
}
.uk-offcanvas-filter .uk-accordion-title:hover,
.uk-panel-filter .uk-accordion-title:hover {
    color: var(--yellow);
    color: var(--content);
}
.uk-offcanvas-filter .uk-accordion-content,
.uk-panel-filter .uk-accordion-content {
    text-align: left;
}
.uk-offcanvas-filter .uk-radio,
.uk-panel-filter .uk-radio {
    background-color: #FFF;
    border-color: var(--dark-2);
}
.uk-offcanvas-filter .uk-radio:checked,
.uk-panel-filter .uk-radio:checked {
    background: var(--dark-1);
}
.uk-offcanvas-filter li.uk-open > .uk-accordion-title,
.uk-panel-filter li.uk-open > .uk-accordion-title {
    font-weight: 700;
}
.uk-offcanvas-filter .uk-offcanvas-close {
    position: relative;
    left: 0;
    top: 0;
}
.uk-offcanvas-filter .uk-input.min-price,
.uk-offcanvas-filter .uk-input.max-price,
.uk-panel-filter .uk-input.min-price,
.uk-panel-filter .uk-input.max-price {
    color: var(--content);
    padding: 0px !important;
    text-align: center;
}
/* ========================================================================
Component: Smart Filter Offcanvas
========================================================================== */
/* ========================================================================
Component: Section Catalog
========================================================================== */
.uk-panel-section {
    background: #FFF;
	padding: 0px;
}
.uk-panel-section.uk-panel-section-bar {
	padding: 0px;
}
.uk-panel-section h2 {
	color: var(--content);
    font-size: 1.2rem;
    font-weight: 700;
}
.uk-panel-section.uk-panel-section-bar a {
	padding: 15px;
	display: block;
	color: var(--content);
}
.uk-panel-section.uk-panel-section-bar a:hover {
	text-decoration: none;
	opacity: 0.5;
}
.uk-panel-section .uk-list {
	margin: 0 !important;
}
.uk-panel-section .uk-list > li > a {
	font-size: 1rem;
    display: block;
    color: var(--content);
    padding: 10px 0px;
}
.uk-panel-section .uk-list:not(.uk-offerup) > li:nth-child(n+2) > a {
	border-top: 1px solid rgba(0 0 0 / 10%);
}
.uk-panel-section .uk-list > li {
	padding: 0px !important;
	margin: 0 !important;
}
/* ========================================================================
Component: Section Catalog
========================================================================== */
.uk-page-catalog .uk-title h1 {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--dark-2);
}
.uk-catalog-detail {
    background: #FFF;
}
/* ========================================================================
Component: Element
========================================================================== */
.uk-panel-product .uk-panel-bottom {
    display: none;
}

.uk-panel-product {
	position: relative;
    background: #FFF;
	box-shadow: 0 0 3px 0 rgba(0 0 0 / 10%);
    text-align: left;
	-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-panel-product:hover {
    box-shadow: 0 0 13px 0 rgba(0 0 0 / 10%);
}
.uk-panel-product::after {
    content: "";
    top: 0px;
    left: 0px;
    position: absolute;
    background: #FFF;
    width: 100%;
    height: 100%;
    -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-panel-product:hover::after {
    top: -10px;
    left: -10px;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
}
.uk-panel-product > .uk-panel {
	position: relative;
	padding: 0px !important;
	background: #fff;
	z-index: 1;
}
.uk-panel-product .uk-panel-buttons {
    border-top: 1px solid #f2f2f2;
	background: #FFF;
}
.uk-panel-product .uk-content-position {
	padding: 0px 0px 10px 0px;
}
.uk-panel-product .uk-content-position .uk-content,
.uk-panel-product .uk-content-position .uk-content-price {
	padding: 0px 15px;
}
.uk-panel-product .uk-proposal-panel {
	padding: 0px 15px;
}
.uk-panel-product .product-item-image-wrapper {
	padding: 0 !important;
}
.uk-panel-product .uk-image {
	position: relative;
	margin-bottom: 15px;
}
.uk-panel-product .uk-image a {
	margin: 0 !important;
}
.uk-panel-product .uk-image .product-item-image-slider-slide-container {
	position: relative !important;
}
.uk-panel-product .uk-image .product-item-image-slider-control-container {
	opacity: 1;
}
.uk-panel-product .uk-image .product-item-image-slider-slide-container span,
.uk-panel-product .uk-image .product-item-image-original,
.uk-panel-product .uk-image .uk-slider-items span {
	min-height: 250px !important;
}
@media (max-width: 768px) {
.uk-width-1-2\@m .uk-panel-product .uk-image .product-item-image-slider-slide-container span,
.uk-width-1-2\@m .uk-panel-product .uk-image .product-item-image-original,
.uk-width-1-2\@m .uk-panel-product .uk-image .uk-slider-items span {
	min-height: 250px !important;
}
}
@media (min-width: 769px) {
.uk-width-1-2\@m .uk-panel-product .uk-image .product-item-image-slider-slide-container span,
.uk-width-1-2\@m .uk-panel-product .uk-image .product-item-image-original,
.uk-width-1-2\@m .uk-panel-product .uk-image .uk-slider-items span {
	min-height: 500px !important;

}	
}
.uk-home-catalog .uk-panel-product .uk-image .product-item-image-slider-slide-container span,
.uk-home-catalog .uk-panel-product .uk-image .product-item-image-original,
.uk-home-catalog .uk-panel-product .uk-image .uk-slider-items span {
	min-height: 150px !important;
}
.uk-panel-product .uk-image .product-item-image-original {
	position: relative;
}
.uk-panel-product .uk-image .uk-slider-items span,
.uk-panel-product .uk-image .product-item-image-original {
	background-position: 50% 50%;
	background-size: contain;
	background-repeat: no-repeat;
	display: block;
	width: 100%;
}
.uk-panel-product .uk-image .uk-dotnav-panel {
	position: absolute;
    width: 100%;
    bottom: 0px;
	z-index: 100;
}
.uk-panel-product .uk-image .uk-dotnav-panel .uk-dotnav {
	width: 50%;
	margin: 0 !important;
}
.uk-panel-product .uk-image .uk-dotnav-panel .uk-dotnav > * {
	padding: 0 !important;
}
.uk-panel-product .uk-image .uk-dotnav-panel .uk-dotnav > *:not(:first-child) {
    margin-left: 5px;
}
.uk-panel-product .uk-image .uk-dotnav-panel .uk-dotnav > .uk-active > * {
	background: var(--dark-2);
	border: none;
}
.uk-panel-product .uk-image .uk-dotnav > * > * {
	background: rgba(0 0 0 / 20%);
	border: none;
	border-right: 1px solid #999;
	width: 100%;
	height: 4px;
	border-radius: 0 !important;
}
.uk-panel-product .uk-image .uk-dotnav > *:last-child > * {
	border: none !important;
}
.uk-panel-product .uk-label-panel,
.uk-catalog-detail .uk-label-panel {
	position: absolute;
	left:15px;
	top:15px;
	z-index:15;
}
.uk-panel-product .uk-label-video {
    position: absolute;
	right:15px;
	bottom:15px;
	z-index:15;
}
.uk-panel-product .uk-label-video > * {
    background: #FFF;
    width: 25px;
    height: 25px;
    justify-content: center;
    align-items: center;
    display: flex;
    border-radius: 100px;
    box-shadow: 0px 2px 6px 0px rgba(var(--shadow) / 20%);
    color: var(--common);
}
.uk-panel-product .uk-favotite-panel,
.uk-catalog-detail .uk-favotite-panel {
	position: absolute;
	right:15px;
	top:15px;
	z-index:15;
}

.uk-panel-product .uk-favotite-bottom {
    position: relative !important;
    right: 0 !important;
    top: 0 !important;
}
.uk-panel-product .uk-favotite-bottom a {
    display: block !important;
    width: 100% !important;
    line-height: 40px !important;
    height: auto !important;
    border: 1px solid #000 !important;
    color: #000 !important;
    border-radius: 0px !important;
    font-weight: 100 !important;
}

.uk-panel-product .uk-favotite-panel .favor,
.uk-catalog-detail .uk-favotite-panel .favor {
	position: relative;
	display: inline-block;
    background: #FFF;
	color: var(--content);
	border-radius: 100px;
	font-weight: 900;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
}
.uk-panel-product .uk-favotite-panel .favor:hover,
.uk-catalog-detail .uk-favotite-panel .favor:hover {
	color: var(--red);
}
.uk-panel-product .uk-favotite-panel .favor.active,
.uk-catalog-detail .uk-favotite-panel .favor.active {
	position: relative;
	display: inline-block;
	color: var(--red);
	border-radius: 100px;
	font-weight: 900;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
}
.uk-panel-product .uk-label-panel .uk-block-acio-positon,
.uk-catalog-detail .uk-label-panel .uk-block-acio-positon {
	position: relative;
	max-width: 25px;
}
.uk-panel-product .uk-label-panel .uk-block-acio-positon > *,
.uk-catalog-detail .uk-label-panel .uk-block-acio-positon > * {
	position: relative;
	display: flex;
    background: #f2f2f2;
	border-radius: 0px;
	font-weight: 300;
	width: 25px;
	height: 25px;
	line-height: 25px;
    padding: 5px;
    justify-content: center;
    align-items: center;
}
.uk-panel-product .uk-label-panel .uk-block-acio-positon > * > span:nth-child(2n),
.uk-catalog-detail .uk-label-panel .uk-block-acio-positon > * > span:nth-child(2n) {
    margin-left: 5px;
    color: var(--content);
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
}
.uk-panel-product .uk-label-panel .uk-new,
.uk-catalog-detail .uk-label-panel .uk-new {
    background: var(--green);
	color: #FFF;
}
.uk-panel-product .uk-label-panel .uk-leader,
.uk-catalog-detail .uk-label-panel .uk-leader {
    background: var(--yellow);
	color: #FFF;
}
.uk-panel-product .uk-label-panel .uk-special,
.uk-catalog-detail .uk-label-panel .uk-special {
    background: var(--red);
	color: #FFF;
}
.uk-panel-product .uk-label-panel .uk-special span,
.uk-catalog-detail .uk-label-panel .uk-special span {
	max-width: 20px;
}
.uk-panel-product .uk-label-discout {
	position: absolute;
	bottom:25px;
	left:15px;
	z-index:15;
}
.uk-panel-product .uk-label-discout > * {
	width: 40px;
    background: var(--red);
    text-align: center;

    color: #FFF;
    padding: 0px 5px;
}
.uk-panel-product .uk-button {
    text-transform: none;
	background: var(--common);
    font-weight: 700;
    color: #FFF;
    border: none;
    border-radius: 0px;
    width: 100%;
	line-height: 40px;
	margin: 0 !important;
    padding: 0px !important;
}
.uk-panel-product .uk-button.uk-button-successful {
	background: var(--dark-2);
    color: var(--common);
}
/* Amount */
.uk-panel-product .uk-panel .product-item-amount,
.uk-catalog-detail .uk-panel-detail .product-item-amount {
    background: var(--white);
}
.uk-panel-product .uk-panel .product-item-amount .product-item-amount-field-btn-minus, 
.uk-panel-product .uk-panel .product-item-amount .product-item-amount-field-btn-plus,
.uk-catalog-detail .uk-panel-detail .product-item-amount .product-item-amount-field-btn-plus,
.uk-catalog-detail .uk-panel-detail .product-item-amount-field-btn-minus {
    background-color: var(--light);
}
.uk-panel-product .uk-panel .product-item-amount input,
.uk-catalog-detail .uk-panel-detail .product-item-amount input {
    width: 100%;
    max-width: 100%;
}
.uk-panel-product .uk-panel .product-item-amount .uk-grid > div:nth-child(2),
.uk-catalog-detail .uk-panel-detail .product-item-amount .uk-grid > div:nth-child(2) {
    height: 40px;
    line-height: 40px;
}
.uk-panel-product .uk-panel .product-item-amount,
.uk-catalog-detail .uk-panel-detail .product-item-amount {
    padding: 0px !important;
}
.uk-panel-product .uk-panel .product-item-amount span,
.uk-catalog-detail .uk-panel-detail .product-item-amount span {
    width: 100%;
    display: block;
    position: relative;
    height: 40px;
}
.uk-catalog-detail .uk-panel-detail .product-item-amount span  {
    height: auto;
}
.uk-catalog-detail .uk-panel-detail .product-item-amount .uk-grid > div:nth-child(1) span,
.uk-catalog-detail .uk-panel-detail .product-item-amount .uk-grid > div:nth-child(2) span,
.uk-catalog-detail .uk-panel-detail .product-item-amount .uk-grid > div:nth-child(3) span {
    height: 40px;
}
.uk-catalog-detail .uk-panel-detail .product-item-amount .uk-grid > div:nth-child(4) {
    background: #FFF;
    text-align: left;
}
/* Amount */
.uk-content-product {
    padding: 25px;
}
.uk-content-product .uk-navbar-container {
    background: transparent;
    border-bottom: 1px solid #ddd;
}
.uk-content-product .uk-navbar-nav > li > a {
    text-transform: none;
    font-weight: 700;
    min-height: auto;
    line-height: 40px;
    color: var(--common);
}
.uk-content-product .uk-navbar-nav > li > a:hover {
    color: var(--dark-1);
}
.uk-content-product h2 {
    font-size: 1.5rem;
    font-weight: 700;
}

.uk-panel-product .uk-code {
	letter-spacing: 0.03em;
	font-size: 0.7rem;
	color: #333;
}
.uk-panel-product .uk-meta {
    color: var(--common);
    font-size: 0.8rem;
    font-style: italic;
    text-transform: lowercase;
}
.uk-panel-product .uk-meta-link {
    font-size: 0.7rem;
}
.uk-panel-product .uk-meta-link .uk-button {
    background: #FFF;
    color: var(--content);
    display: block;
    position: relative;
    width: 100%;
}
.uk-panel-product .uk-meta-link .uk-button:hover {
    color: var(--dark-2);
}
.uk-panel-product .uk-meta-link .uk-button.uk-quick {
    border-left: 1px solid #f2f2f2;
}
.uk-panel-product .uk-title {
	font-size: 0.8rem;
	font-weight: 300;
	margin: 5px 0px;
}
.uk-panel-product .uk-title a {
	color: #333 !important;
    font-weight: 700;
    font-size: 1rem;
    max-width: 220px;
    display: block;
}
.uk-panel-product .uk-price-old {
	text-decoration: line-through;
}
.uk-panel-product .uk-economy {
    background: var(--red);
    display: inline-block;
    color: #FFF;
    padding: 5px 10px;
    font-size: 0.8rem;
}
.uk-panel-product .uk-price-panel .product-item-price-current {
	font-size: 1.4rem;
}
.uk-panel-product .uk-price-panel .product-item-price-current .uk-rub {
    font-size: 1rem;
}
.uk-panel-product .uk-price-panel .product-item-price-current.uk-discount {
	color: var(--red);
}
.uk-panel-product .product-item-price-container {
	margin: 0 !important;
}
/* Offerse */
.uk-panel-product .product-item-info-container {
	margin: 0 !important;
}
.uk-panel-product .uk-proposal-panel .product-item-scu-container {
	padding: 0px;
    font-size: 1rem;
}
.uk-panel-product .uk-proposal-panel .product-item-scu-block {
	margin-top: 5px;
    border-top: 1px solid #f2f2f2;
}
.uk-panel-product .uk-proposal-panel .product-item-scu-item-list {
	margin: 0 !important;
}
.uk-panel-product .uk-proposal-panel .product-item-scu-item-text-container {
	padding: 0px !important;
}
.uk-panel-product .uk-proposal-panel .product-item-scu-item-text-block {
	outline: none !important;
}
.uk-panel-product .uk-proposal-panel .product-item-scu-item-text-container.selected .product-item-scu-item-text-block {
	background: var(--dark-2);
	color: #FFF !important;
    padding: 0px;
}
.uk-panel-product .uk-proposal-panel .product-item-scu-item-text-container .product-item-scu-item-text-block:hover {
	color: var(--dark-2);
}
.uk-panel-product .uk-proposal-panel .product-item-scu-item-text {
	text-transform: none !important;
	font-size: 1rem;
	line-height: 32px;
    min-width: 32px;
}
.uk-panel-product .uk-proposal-panel .product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block {
	color: #999;
}
.uk-panel-product .uk-proposal-panel .product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block::after {
	background-blend-mode: color;
	background-size: 50% 50%;
}
/* Offerse */
.uk-catalog-element {
	position: relative;
}
.uk-panel-detail p, .uk-panel-detail ul, .uk-panel-detail ol, .uk-panel-detail dl, .uk-panel-detail pre, .uk-panel-detail address, .uk-panel-detail fieldset, .uk-panel-detail figure {
    margin: 0 !important;
}
.product-item-scu-item-color-block {
    outline-color: var(--dark-3);
}
.uk-panel-product hr {
    margin: 5px 0px 5px 0px;
}
/* ========================================================================
Component: Element
========================================================================== */
/* ========================================================================
Component: Detail
========================================================================== */
.uk-page-catalog .product-item-detail-short-card-fixed {
	background-color: var(--dark-2);
}
.uk-page-catalog .product-item-detail-short-card-fixed .product-item-detail-price-old {
	color: var(--content);
}
.uk-page-catalog .product-item-detail-short-card-fixed .product-item-selected-scu {
	outline: none;
    background: #fff;
    border-radius: 100px;
}
.uk-page-catalog .product-item-detail-short-card-fixed .uk-button {
	width: 100%;
    background: rgba(255 255 255 / 90%) !important;
    line-height: 50px;
	border-radius: 100px;
}
@media (max-width: 768px) {
.uk-page-catalog .product-item-detail-properties,
.uk-page-catalog .product-item-detail-description {
	padding: 0px 20px;
}
}
@media (min-width: 769px) {
.uk-page-catalog .product-item-detail-properties,
.uk-page-catalog .product-item-detail-description {

}	
}
.uk-page-catalog .product-item-detail-properties {
    font-size: 0.8rem;
}
.uk-detail-properties {
    font-size: 0.8rem;
}
.uk-catalog-detail .uk-text > * {
    margin: 0px !important;
}
.uk-catalog-detail .uk-switcher .uk-panel {
    padding: 25px;
}
.uk-catalog-detail .uk-switcher-tab > li > a {
    line-height: 50px;
    display: block;
    width: 100%;
    color: #FFF;
    font-weight: 900;
    text-align: center;
    background: var(--common);
}
.uk-catalog-detail .uk-switcher-tab > li.uk-active > a {
    background: var(--dark-2);
}
.uk-catalog-detail .uk-slider-items > li > span {
	position: relative;
	background-position: 50% 50%;
    background-size: contain;
	background-repeat: no-repeat;
    display: flex;
    width: 100%;
	min-height: 60vh;
    align-items: flex-end;
    justify-content: flex-end;
}
.uk-catalog-detail .uk-slider-items > li > span > a {
    padding: 25px;
}
.uk-catalog-detail .uk-slider .uk-slider-nav {
    overflow-y: hidden;
    overflow-x: auto;
    margin: 0;
    padding: 5px;
}
.uk-catalog-detail .uk-slider-items > li > .uk-position-center {
    width: 100%;
    height: 100%;
    padding: 25px;
}
.uk-catalog-detail .uk-slider-items > li > .uk-position-center:hover {
    cursor: zoom-in;
}
.uk-catalog-detail .uk-slider-items > li > .uk-position-center .uk-icon {
    display: none;
}
.uk-catalog-detail .uk-slider-items > li > .uk-position-center:hover .uk-icon {
    display: block;
}
.uk-catalog-detail .uk-image {
	position: relative;
}
.uk-catalog-detail .uk-image .uk-label-discout {
	position: absolute;
	bottom:25px;
	left:15px;
	z-index:15;
	width: 40px;
    background: var(--red);
    text-align: center;
    color: #FFF;
    padding: 0px 5px;
}
.uk-catalog-detail .uk-image .uk-dotnav-panel {
	position: relative;
    width: 100%;
    bottom: 0px;
	z-index: 1;
}
.uk-catalog-detail .uk-image .uk-dotnav-panel .uk-dotnav {
	width: 50%;
	margin: 0 !important;
}
.uk-catalog-detail .uk-image .uk-dotnav-panel .uk-dotnav > * {
	padding: 0 !important;
}
.uk-catalog-detail .uk-image .uk-dotnav-panel .uk-dotnav > *:not(:first-child) {
    margin-left: 5px;
}
.uk-catalog-detail .uk-image .uk-dotnav-panel .uk-dotnav > .uk-active > * {
	background: var(--dark-2);
	border: none;
}
.uk-catalog-detail .uk-image .uk-dotnav > * > * {
	background: rgba(0 0 0 / 20%);
	opacity: 0.8;
	border: none;
	border-right: 1px solid #999;
	width: 100%;
	height: 4px;
	border-radius: 0 !important;
}
.uk-catalog-detail .uk-image .uk-dotnav > * > *:hover {
    background: rgba(0 0 0 / 50%);
}
.uk-catalog-detail .uk-image .uk-dotnav > *:last-child > * {
	border: none !important;
}
.uk-catalog-detail .brandblock-wrap {
	box-shadow: 0px 0px 10px 0px rgba(0 0 0 / 10%);
	padding: 10px;
	box-sizing: initial;
}
.uk-catalog-detail .brandblock-block {
	border: none !important;
	background-size: contain !important;
	height: auto !important;
}
.uk-catalog-detail .uk-panel-detail {
	padding: 20px;
    font-weight: 100;
}
.uk-catalog-detail .uk-title {
    font-size: 1.5rem;
    font-weight: 900;
    line-height: 1.25;
    color: var(--common);
}
.uk-catalog-detail .uk-panel-detail .uk-button-panel {
    margin-top: 0px;
}
.uk-catalog-detail .uk-panel-detail hr {
    margin: 10px 0px;
}
.uk-catalog-detail .uk-panel-detail .product-item-scu-item-color-container {
    max-width: 70px;
}
.product-item-scu-item-color-container {
    width: 50%;
}

.product-item-scu-item-color-container.uk-long.notallowed,
.product-item-scu-item-color-container.notallowed {
    filter: grayscale(0) brightness(1) opacity(1) !important;
    -webkit-filter: grayscale(0) brightness(1) opacity(1) !important;
}
.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block:after, .product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block:after {
    display: none;
}
/*
.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block:before,
.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block:before {
    border-bottom: 2px solid #f2f2f2;
    position: absolute;
    content: "";
    width: 100%;
    height: 50%;
    transform: rotate(-12deg);
    top: 0;
    left: 0;
    z-index: 100;
}
*/
/*
.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block:before,
.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block:before {
    content: "";
    background-image: url('/cross.svg');
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}
*/

.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block:before {
    content: "";
    background-image: url('/cross.svg');
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}
.product-item-scu-item-color-container.selected .product-item-scu-item-color-block {
    outline-color: var(--dark-2) !important;
}

/*
.product-item-scu-item-text-container .product-item-scu-item-text-block,
.product-item-scu-item-color-container .product-item-scu-item-color-block {
    background: var(--dark-2) !important;
    color: #FFF !important;
}
.product-item-scu-item-text-container.notallowed .product-item-scu-item-color-block,
.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block {
    background: #FFF !important;
    outline-color: #a9adb4 !important;
    color: #ddd !important;
}
.product-item-scu-item-text-container.selected .product-item-scu-item-text-block,
.product-item-scu-item-color-container.selected .product-item-scu-item-color-block {
    background: var(--light) !important;
}
*/


.uk-catalog-detail .uk-panel-detail .product-item-scu-item-color-container.uk-long {
    max-width: 100%;
    padding: 5px 3px;
    width: auto;
    margin: 1px;
}
.uk-catalog-detail .uk-panel-detail .product-item-scu-item-color-container.uk-long .product-item-scu-item-color-block {
    padding: 0px;
    display: inline-flex;
    min-height: 40px;
    justify-content: center;
    align-items: center;
}
.uk-catalog-detail .uk-panel-detail .product-item-scu-item-color-container.uk-long .product-item-scu-item-color {
    position: relative;
    padding: 0px 10px;
    box-sizing: border-box;
    display: block;
}



.uk-catalog-detail .uk-panel-detail .product-item-scu-item-text-block {
	outline: none !important;
	border-radius: 0px;
    border: 1px solid #ddd;
}
.uk-catalog-detail .uk-panel-detail .product-item-scu-item-text-block .product-item-scu-item-text {
    min-width: 32px;
    min-height: 32px;
    line-height: 32px;
}
.uk-catalog-detail .uk-panel-detail .product-item-scu-item-text-container.selected .product-item-scu-item-text-block {
	background: var(--dark-2);
    border-color: var(--dark-2);
    color: #FFF;
}
.uk-catalog-detail .uk-panel-detail .product-item-scu-item-text-container .product-item-scu-item-text-block:hover {
	background: var(--dark-2);
}
.uk-catalog-detail .product-item-detail-pay-block {
    text-align: left;
    border: none !important;
}
.uk-catalog-detail .product-item-detail-pay-block .product-item-detail-price-current {
    font-size: 25px;
    color: var(--content);
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 10px;
}
.uk-catalog-detail .product-item-detail-pay-block .product-item-detail-price-current .uk-rub {
    font-size: 1rem;
}
.uk-catalog-detail .product-item-detail-pay-block .uk-price-old {
	text-decoration: line-through;
}
.uk-catalog-detail .product-item-detail-pay-block .uk-economy > div {
    background: var(--red);
    display: inline-block;
    color: #FFF;
    padding: 5px 10px;
}
.uk-catalog-detail .product-item-detail-pay-block .uk-economy .uk-icon {
    top: -2px;
    margin: 0px 5px 0px 0px;
    position: relative;
}
.uk-catalog-detail .product-item-detail-pay-block .uk-quantity-text {
    margin-top: 10px;
    font-size: 0.8rem;
}
.uk-catalog-detail .product-item-detail-pay-block .item_economy_price {
    color: #999;
    font-size: 12px;
}
.uk-catalog-detail .product-item-detail-info-section {
    text-align: left;
    margin: 20px 0px;
}
.uk-catalog-detail .uk-button {
    color: #FFF;
	background: var(--common);
    font-weight: 700;
    line-height: 40px;
    font-size: 0.8rem;
    text-transform: none;
}
.uk-catalog-detail .uk-subscribe-product {
    margin-top: 15px;
}
.uk-catalog-detail .uk-subscribe-product .product-item-detail-info-container {
    text-align: center;
}
.uk-catalog-detail .uk-subscribe-product .product-item-detail-info-container .disabled {
    background: var(--gray);
}
.uk-catalog-detail .uk-button:hover {
	opacity: 0.8;
}
.uk-catalog-detail .uk-button.uk-button-successful {
    background: var(--dark-2);
    color: var(--common);
}
.uk-catalog-detail .product-item-detail-price-current.uk-discount {
	color: var(--red);
}
.uk-page-catalog .uk-tittle-block {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 25px 0px;
    color: var(--common);
}
/* ========================================================================
Component: Detail
========================================================================== */
/* ========================================================================
Component: News
========================================================================== */
.uk-page-news {

}
.uk-news-list {
    padding: 15px 0px;
}
.uk-page-news .uk-panel .uk-image {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #f2f2f2;
    text-align: center;
    padding: 25px;
    box-sizing: border-box;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}
.uk-page-news .uk-panel {
    background: #FFF;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%);
}
.uk-page-news .uk-panel .uk-padding {
    padding: 25px;
}
.uk-page-news .uk-panel .uk-date {
    font-size: 0.8rem;
    color: var(--gray);
}
.uk-page-news .uk-panel span {
    color: var(--dark-2);
    font-size: 1.4rem;
    line-height: 1.2;
    font-weight: 700;
    margin-top: 15px;
    display: block;
}
.uk-page-news .uk-panel p {
    font-size: 0.8rem;
}
.uk-page-news .uk-panel a {
    background: var(--common);
    color: #FFF;
    text-transform: none;
    font-weight: 700;
}
.uk-page-news .uk-panel a:hover {
    background: var(--dark-2);
}
.uk-slider-items.uk-child-width-small > li {
    width: calc(100% - 100px);
}
.uk-news-detail .uk-image {
    display: block;
    width: 100%;
    background-color: #f2f2f2;
    text-align: center;
    padding: 25px;
    box-sizing: border-box;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}
.uk-news-detail .uk-slidenav {
    background: var(--light);
    color: var(--dark-3);
    padding: 0px;
    min-width: 50px;
    text-align: center;
    line-height: 50px;
    -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-news-detail .uk-slidenav:hover {
    background: var(--white);
    color: var(--common);
}
.uk-news-detail .uk-intro {
    background: #FFF;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%);
    padding: 25px;
    margin-top: 25px;
}
.uk-news-detail .uk-panel-sand .uk-intro h2 {
    margin: 0;
    text-align: center;
}
.uk-news-detail .uk-content {
    font-size: 1rem;
    line-height: 1.55;
    font-weight: 100;
    margin: 25px 0px;
}
.uk-news-detail .uk-panel-sand .uk-button {
    display: block;
    background: var(--dark-2);
    color: #FFF;
    font-weight: 700;
    text-align: center;
    line-height: 80px;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%);
    background-position: 40% 20%;
    background-blend-mode: color-dodge;
    background-repeat: no-repeat;
}

@media (max-width: 768px) {
    .uk-news-detail .uk-image {
        min-height: 30vh;
    }
}
@media (min-width: 769px) {
    .uk-news-detail .uk-image {
        min-height: 70vh;
    }
}
/* ========================================================================
Component: News
========================================================================== */
/* ========================================================================
Component: Login
========================================================================== */
.uk-modal-white {
    background: rgba(255 255 255 / 95%) !important;
}
@media (max-width: 768px) {
  .uk-modal-white {
    padding-right: 15px !important;
  }
}
@media (min-width: 769px) {
  .uk-modal-white {

  }
}
.uk-modal-color {
    background: rgba(var(--shadow) / 95%) !important;
}
.uk-modal-login {
  width: 100% !important;
  max-width: 450px !important;
  border: 2px solid var(--content);
}
.uk-panel-login {
  padding: 25px;
  box-sizing: border-box;
}
.uk-panel-login .uk-title {
  font-weight: 700;
    text-align: center;
}
.uk-panel-login .uk-meta {
  margin-bottom: 0px;
  font-size: 80%;
}
.uk-meta a {}
.uk-meta a:hover {
  text-decoration: underline;
}
.uk-panel-login input[type="text"], .uk-panel-login input[type="password"] {
  display: block;
  width: 100%;
}
.uk-panel-login .uk-element-input {
  margin-top: 0px;
  margin-bottom: 0px;
  position: relative;
}
.uk-panel-login .uk-element-input label {
  display: block;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 10px;
}
.uk-panel-login strong {
    font-weight: 700;
}
.uk-panel-login .bx-authform-social {
    margin: 25px 0px;
}
.uk-panel-login .uk-link-forgot {
  font-size: 14px;
}
.uk-panel-login .uk-link-forgot a {
    color: var(--content);
    text-decoration: underline;
}
.uk-panel-login .uk-element-checkbox {
    margin-top: 10px;
    margin-bottom: 10px;
}
.uk-panel-login .uk-element-input .uk-input {
    margin-top: 10px;
}
.uk-panel-login .uk-element-input .uk-form-icon {
    top: 10px;
}
.uk-panel-login .uk-element-input .uk-button {
  width: 100%;
  background: var(--dark-2) !important;
  color: var(--content);
  font-weight: 700;
  text-transform: none;
}
.uk-panel-login .uk-element-input .uk-button:hover {
  opacity: 0.8;
}
.uk-panel-login .uk-inline {
  width: 100%;
}
.bx-authform-social ul {
    margin: 0 !important;
    padding: 0px !important;
}
/* ========================================================================
Component: Login
========================================================================== */
.uk-login-panel a {
    color: var(--dark-2);
}
.uk-login-panel .uk-button {
    padding: 0px;
}
/* ========================================================================
Component: Registration
 ========================================================================== */
.uk-panel-registration {
    
}
.uk-header-registration .uk-title {
  font-weight: 300;
}
.uk-block-registration {
  background: #fff;
  padding: 0px;
  box-sizing: border-box;
}
.uk-block-registration .uk-element-input .uk-inline {
  width: 100%;
}
.uk-block-registration .uk-element-input label {
  display: block;
  margin: 10px 0px 10px 0px;
}
.uk-block-registration .uk-element-input .uk-calendar {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -10px;
  text-decoration: underline;
}
.uk-block-registration .uk-element-input .uk-calendar:hover {
  cursor: pointer;
}
.uk-panel-registration .uk-alert p {
  font-size: 14px;
}
.uk-panel-registration .uk-element-input .uk-button {
  margin: 25px 0px !important;
}
.uk-button-login i {
  margin-right: 10px;
}
/* ========================================================================
Component: Registration
 ========================================================================== */
/* ========================================================================
Component: Recover
 ========================================================================== */
.uk-panel-recover {
  background: #fff;
  box-sizing: border-box;
  text-align: center;
}
.uk-panel-recover .uk-title {
  font-weight: 300;
}
.uk-panel-recover .uk-meta {
  max-width: 600px;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 20px;
}
.uk-panel-recover .uk-inline {
  width: 100%;
}
.uk-panel-recover label {
  display: block;
  font-family: MuseoSans, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 14px;
}
.uk-panel-recover input {
  background: rgba(255 255 255 / 100%);
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
  position: relative;
  height: 45px;
  max-width: 100%;
  padding: 5px !important;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid rgba(255 255 255 / 0%);
  border-radius: 0px;
  box-shadow: 1px 1px 5px 0px rgba(0 0 0 / 5%) inset;
}
.uk-panel-recover input[name='USER_LOGIN'] {
  border-bottom: 2px solid var(--dark-2) !important;
  color: #111417 !important;
  position: relative !important;
  font-weight: inherit !important;
}
.uk-panel-recover input[name='USER_EMAIL'] {
  border-bottom: 2px solid var(--dark-2) !important;
  color: #111417 !important;
  position: relative !important;
  font-weight: inherit !important;
}
.uk-panel-recover a {
    color: var(--content);
    text-decoration: underline;
    font-size: 14px;
}
/* ========================================================================
Component: Recover
 ========================================================================== */
.uk-modal-login {
    box-shadow: 0px 2px 10px 0px rgba(var(--shadow) / 20%);
    border: none;
}
.uk-element-input .uk-icon {
    z-index: 1;
}


/* ========================================================================
Component: Paymanet
========================================================================== */
.uk-panel-paymanet .uk-element {
    background: transparent;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    display: block;
    min-width: 55px;
    min-height: 32px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: auto;
}
/* ========================================================================
Component: Paymanet
========================================================================== */
/* ========================================================================
Component: Bottom
========================================================================== */
.uk-section-bottom {
    
}
.uk-section-bottom h4,
.uk-section-bottom .uk-h4 {
    font-size: 1rem;
}
.uk-section-bottom .uk-top {
    position: relative;
    background-color: var(--black);
    padding: 75px 0px;
    margin-top: 25px;
    color: #FFF;
}
.uk-section-bottom .uk-top .uk-title {
    font-size: 0.8rem;
    line-height: 1.25;
}
.uk-section-bottom .uk-top .uk-phone strong {
    font-size: 1.4rem;
}
.uk-section-bottom .uk-top .uk-link {
    color: #FFF;
    text-decoration: underline;
}
.uk-section-bottom .uk-top .uk-link:hover {
    color: var(--common);
}
.uk-section-bottom .uk-top h4 {
    color: #FFF;
    font-weight: 700;
    position: relative;
}
.uk-section-bottom .uk-top .uk-list {
    position: relative;
    line-height: 1;
    z-index: 1;
}
.uk-section-bottom .uk-top .uk-list > li > a,
.uk-section-bottom .uk-bottom a {
    color: #FFF;
}
.uk-section-bottom .uk-bottom a {
    text-decoration: underline;
}
.uk-section-bottom .uk-bottom a:hover,
.uk-section-bottom .uk-top .uk-list > li > a:hover {
    color: var(--common);
}
.uk-section-bottom .uk-top .uk-list > li.uk-active > a {
    color: var(--common);
}
.uk-section-bottom .uk-bottom {
    background-color: var(--common);
    color: #FFF;
    padding: 25px 0px;
}
.uk-section-bottom .uk-bottom a {
    color: #FFF;
}
.uk-section-bottom .uk-panel-social .uk-element a {
    background: #FFF;
    color: #FFF;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}
.uk-white-soc {
    background: #FFF;
    display: inline-flex;
    padding: 2px;
    margin-left: 5px;   
}
.uk-white-soc img {
    max-height: 15px;
}
.uk-section-bottom .uk-panel-social .uk-element:hover a {
    color: var(--dark-2);
}
/* ========================================================================
Component: Bottom
========================================================================== */
.uk-language .uk-active span {
    border-bottom: 2px solid var(--common);
}
.uk-language div:not(.uk-active) span:hover {
    cursor: pointer;
}
/* ========================================================================
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-2);
    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(--dark-2);
}
.uk-modal-consent .uk-close svg {
    width: 30px;
    height: 30px;
}
.uk-modal-consent .uk-modal-header {
    background: var(--white);
    color: var(--dark-2);
    border: none;
    padding: 15px 70px 15px 30px;
}
.uk-modal-consent .uk-modal-header .uk-h2 {
    color: var(--dark-2);
    font-weight: 700;
}
.uk-modal-consent .uk-modal-footer .uk-button.uk-button-primary {
    background: var(--dark-2);
    color: #FFF;
}
/* ========================================================================
Component: Cookie
 ========================================================================== */
/* ========================================================================
Component: Botton
 ========================================================================== */
.uk-panel-recover .uk-button,
.uk-panel-login .uk-element-input .uk-button,
.uk-section-panel .uk-panel .uk-image .uk-button,
.uk-button-login,
.uk-section-sladeshow .uk-button,
.uk-panel-section .uk-panel-content .uk-dropdown .uk-button,
.uk-section-catalog .uk-panel .uk-button {
  display: inline-block;
  padding: 8px 5px;
  font-family: MuseoSans, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 30px;
  color: var(--white);
  text-decoration: none;
  text-align: center;
  background: var(--common);
  border: none;
  cursor: pointer;
  transition: all 0.1s ease-out 0s;
  box-sizing: border-box;
  width: 100%;
  border-radius: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  text-shadow: none;
}
.uk-panel-recover .uk-button:hover,
.uk-panel-login .uk-element-input .uk-button:hover,
.uk-section-panel .uk-panel .uk-image .uk-button:hover,
.uk-button-login:hover,
.uk-section-sladeshow .uk-button:hover,
.uk-panel-section .uk-panel-content .uk-dropdown .uk-button:hover,
.uk-section-catalog .uk-panel .uk-button:hover {
  box-shadow: 0 13px 30px -15px var(--dark-2);
  background: var(--dark-2);
}
/* ========================================================================
Component: Botton
 ========================================================================== */
/* ========================================================================
Component: Ajax
 ========================================================================== */
 #win8_wrapper{
    display: none;
    background: rgba(var(--shadow) / 95%);
    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-store/css/../images/loader.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100%;
    filter: brightness(0.5);
    /*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: 100px;
    width: 100px;
    left: calc(50% - 50px);
    top: calc(0% - 25px);
    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: var(--dark-2);
    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;
}
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;
}
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;
}
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;
}
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
 ========================================================================== */
/* ========================================================================
Component: Sladeshow
========================================================================== */
.uk-section-sladeshow {

}
.uk-section-sladeshow a:hover {
    text-decoration: none !important;
}
.uk-section-sladeshow .uk-panel .uk-panel-time {
    position: absolute;
    display: inline-flex;
    justify-content: center;
    padding: 20px;
    background: transparent;
    color: #000;
    font-size: 0.8rem;
}
.uk-section-sladeshow .uk-panel .uk-panel-time .uk-card {
    position: relative;
    background: #FFF;
    padding: 35px 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.uk-section-sladeshow .uk-panel .uk-panel-time .uk-card::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    display: block;
    width: 100%;
    height: 1px;
    background: #ddd;
    z-index: 0;
}
.uk-section-sladeshow .uk-panel .uk-panel-time .uk-countdown-number {
    font-weight: 900;
    position: relative;
    z-index: 1;
}
.uk-section-sladeshow .uk-panel {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    display: block;
}
.uk-section-sladeshow .uk-panel .uk-panel-time .uk-card .uk-countdown-label {
    
}
@media (max-width: 768px) {
    .uk-section-sladeshow .uk-panel {
        min-height: 400px;
    }
    .uk-section-sladeshow .uk-panel .uk-panel-time .uk-countdown-number {
        font-size: 1.5rem;
    }
}
@media (min-width: 769px) {
    .uk-section-sladeshow .uk-panel {
        min-height: 450px;
    }
    .uk-section-sladeshow .uk-dotnav-line {
        max-width: 20%;
    }
    .uk-section-sladeshow .uk-panel .uk-panel-time .uk-countdown-number {
        font-size: 3rem;
    }
}
/* ========================================================================
Component: Sladeshow
========================================================================== */
/* ========================================================================
Component: Home Catalog
========================================================================== */
.uk-home-catalog {
    background-color: #cdc2be;
    margin-bottom: 50px;
    background-position: 0% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.uk-home-catalog.uk-left {
    background-position: 0% 50%;
}
.uk-home-catalog h2 {
    padding: 15px 15px;
    font-weight: 700;
    background: transparent;
    color: var(--common);
    display: inline-block;
    line-height: 1;
}
.uk-home-catalog .uk-slider-link .uk-image,
.uk-home-catalog .uk-section-banner .uk-image {
    min-height: 75vh;
}
@media (max-width: 768px) {
    .uk-home-catalog {
        background: transparent !important;
    }
    .uk-home-catalog .uk-slider-items > li {
        width: calc(100% - 100px);
    }
    .uk-home-catalog .uk-poseter {
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: cover;
        min-height: 200px;
    }
}
@media (min-width: 769px) {
    .uk-home-catalog {
        
    }
}
/*
.uk-home-catalog .uk-slider-link .uk-slider-items .uk-panel {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.uk-home-catalog .uk-slider-link .uk-slider-items .uk-panel .uk-overlay {
    min-height: 75vh;
    background: rgba(var(--shadow) / 0%);
    padding: 0px;
}
.uk-home-catalog .uk-slider-link .uk-slider-items .uk-overlay span {
    transform: translateY(50px);
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    opacity: 0;
    color: #FFF;
}
.uk-home-catalog .uk-slider-link .uk-slider-items a:hover .uk-overlay {
    background: rgba(var(--shadow) / 50%);
}
.uk-home-catalog .uk-slider-link .uk-slider-items a:hover .uk-overlay span {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    opacity: 1;
}
*/
/* ========================================================================
Component: Home Catalog
========================================================================== */
.uk-section-sladeshow .uk-dotnav-line > * > *::after,
.uk-home-catalog .uk-slider-link .uk-dotnav-line > * > *::after {
    background: rgba(255 255 255 / 60%);
}
.uk-section-sladeshow .uk-dotnav-line > .uk-active > *::after,
.uk-home-catalog .uk-slider-link .uk-dotnav-line > .uk-active > *::after {
    background: var(--dark-3);
}
/* ========================================================================
Component: Sladeshow
========================================================================== */
/* ========================================================================
Component: Home Link
========================================================================== */
.uk-section-link {
    padding: 50px 0px;
}
.uk-section-link .uk-slider-items a:hover {
    text-decoration: none;
}
.uk-section-link .uk-position-relative {
    margin: 0 auto;
}
.uk-section-link .uk-slider-items .uk-panel {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.uk-section-link .uk-slider-items .uk-panel .uk-overlay {
    min-height: 250px;
    background: rgba(var(--shadow) / 0%);
    padding: 0px;
}
.uk-section-link .uk-slider-items .uk-panel .uk-button {
    background: var(--common);
    color: #FFF;
    text-decoration: none;
    text-transform: none;
    font-weight: 700;
}
.uk-section-link .uk-slider-items .uk-panel .uk-button:hover {
    background: var(--dark-3);
}
.uk-section-link .uk-slider-items a:hover .uk-overlay {
    background: rgba(var(--shadow) / 50%);
}
.uk-section-link .uk-slider-items a:hover .uk-button {
    background: var(--dark-3);
    transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
}
/* ========================================================================
Component: Home Link
========================================================================== */
.uk-section-link .uk-slider-items .uk-panel .uk-button,
.uk-section-link .uk-slider-items .uk-panel .uk-overlayб
.uk-home-catalog .uk-slider-items .uk-overlay,
.uk-home-catalog .uk-slider-items a:hover .uk-overlay span {
    -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;
}
/* ========================================================================
Component: Home About
========================================================================== */
.uk-section-about {

}
.uk-section-about .uk-panel {
    background-color: var(--common);
    color: #FFF;
}
.uk-section-about .uk-panel:not(.uk-image) {
    padding: 25px;
    text-align: center;
}
.uk-section-about .uk-panel:not(.uk-image) h2 {
    font-weight: 900;
    color: #FFF;
}
.uk-section-about .uk-panel:not(.uk-image) p {
    font-size: 0.8rem;
}
.uk-section-about .uk-panel .uk-button {
    background: var(--dark-1);
    color: #FFF;
    text-decoration: none;
    text-transform: none;
    font-weight: 700;
}
.uk-section-about .uk-panel .uk-button:hover {
    background: var(--dark-3); 
}
.uk-section-about .uk-panel.uk-image {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
/* ========================================================================
Component: Home About
========================================================================== */
.uk-section-about .uk-slidenav,
.uk-section-link .uk-slidenav {
    background: var(--light);
    color: var(--dark-3);
    padding: 0px;
    min-width: 50px;
    text-align: center;
    line-height: 50px;
    -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-section-about .uk-slidenav:hover,
.uk-section-link .uk-slidenav:hover{
    background: var(--white);
    color: var(--common);
}
@media (max-width: 768px) {
    .uk-section-about .uk-slider-items > li,
    .uk-section-link .uk-slider-items > li {
        width: calc(100vw - 50px);
    }
}
@media (min-width: 769px) {
    .uk-section-about .uk-slider-items > li {
        width: calc(100vw / 4);
    }
    .uk-section-link .uk-slider-items > li {
        width: calc(100% / 3);
    }
    .uk-section-link .uk-slidenav {
        display: none;
    }
}
/* ========================================================================
Component: Home News
========================================================================== */
.uk-section-news .uk-h1 {
    font-weight: 900;
}
.uk-section-news .uk-panel {
    background: #FFF;
}
.uk-section-news .uk-slider-items > li a:hover {
    text-decoration: none;
}
.uk-section-news .uk-panel .uk-image {
    width: 100%;
    min-height: 145px;
    display: block;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.uk-section-news .uk-panel .uk-content {
    padding: 10px;
}
.uk-section-news .uk-slider-items > li a:hover .uk-panel .uk-content {
    background: rgba(var(--shadow) / 5%);
}
.uk-section-news .uk-panel .uk-content h2 {
    color: var(--dark-2);
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 5px;
}
.uk-section-news .uk-panel .uk-content {
    color: var(--gray);
}
.uk-section-news .uk-dotnav-line {
    position: relative;
    left: 0px;
    margin: initial !important;
}
.uk-section-news .uk-dotnav-line > * > *::after {
    background: var(--common);
}
.uk-section-news .uk-dotnav-line > .uk-active > *::after {
    background: var(--dark-2);
}
/* ========================================================================
Component: Home News
========================================================================== */
/* ========================================================================
Component: Home Adw
========================================================================== */
.uk-section-adw .uk-panel {
    background: #FFF;
    padding: 20px 20px;
    box-sizing: border-box;
    margin: 40px 0px;
}
.uk-section-adw .uk-panel .uk-h2 {
    font-weight: 900;
    margin-bottom: 75px;
}
.uk-section-adw .uk-panel .uk-h2 span {
    display: block;
    font-weight: 100;
}
.uk-section-adw .uk-panel img {
    margin-bottom: 25px;
}
.uk-section-adw .uk-panel p {
    max-width: 200px;
    margin: 0 auto;
}
/* ========================================================================
Component: Home Adw
========================================================================== */
.uk-section-adws {
    margin: 50px 0px;
}
.uk-section-adws .uk-panel {
    padding: 50px 25px;
    padding-bottom: 10px;
    background: var(--common);
    color: #EEEEEE;
}
.uk-section-adws .uk-panel h2 {
    color: #FFF;
    font-weight: 700;
    text-align: left;
}
.uk-section-adws .uk-panel p {
    text-align: left;
}
.uk-section-adws .uk-panel a {
    color: #FFF;
}
.uk-section-adws .uk-panel a.uk-button {
    border: 1px solid #FFF;
    color: #FFF;
    display: inline-block;
    padding: 10px 15px;
}
.uk-section-adws .uk-panel h4 {
    color: #FFF;
}
.uk-section-adws .uk-panel h4 a {
    text-decoration: underline;
}
b {
    font-weight: 700;
}
.uk-panel-vacancy {
    background: #FFF;
    padding: 25px;
}
.uk-inline {
    display: block;
}
/* End */


/* Start:/bitrix/templates/swebix-store/css/custom.css?17739862474175*/
@font-face {
  font-family: "Montserrat";
  src: url("/bitrix/templates/swebix-store/css/../fonts/Montserrat/Montserrat-Regular.woff2") format("woff2"),
       url("/bitrix/templates/swebix-store/css/../fonts/Montserrat/Montserrat-Regular.woff")  format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("/bitrix/templates/swebix-store/css/../fonts/Montserrat/Montserrat-Bold.woff2") format("woff2"),
       url("/bitrix/templates/swebix-store/css/../fonts/Montserrat/Montserrat-Bold.woff")  format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* 2) Делаем Montserrat шрифтом по умолчанию на всём сайте */
body,
input, textarea, button, select {
  font-family: "Montserrat", Arial, sans-serif !important;
}

/* 3) (Опционально) Перебиваем шрифт у заголовков, если в theme.css есть свои правила */
h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", Arial, sans-serif !important;
}

@media (min-width: 960px) {
  .uk-header-menu .uk-slider-items li a {
    /* запретить перенос */
    white-space: nowrap !important;
    /* уменьшить размер шрифта, если надо */
    font-size: 14px !important;
    /* при желании чуть поменять жирность */
    font-weight: 500 !important;
  }
}

/*
 * ИСПРАВЛЕНИЕ КОНФЛИКТА КУРСОРОВ
 * АГРЕССИВНОЕ РЕШЕНИЕ: Отключаем все события мыши на всей карточке товара,
 * кроме кнопок маркетплейсов.
 */

/* ========================================================= */
/* 1. ПРИНУДИТЕЛЬНО СКРЫВАЕМ ВСЕ, ЧТО КАСАЕТСЯ КОРЗИНЫ */
/* Скрывает контейнер, который содержит кнопку "В корзину" */
[data-entity="basket-button-container"] {
    display: none !important; 
    pointer-events: none !important; 
}

/* Скрывает сам элемент, который добавляет в корзину, по его ID */
#bx_3966226737_3320_209_124_basket_actions {
    display: none !important;
    pointer-events: none !important;
}

/* НОВОЕ ПРАВИЛО: Принудительно скрываем элемент, который активирует действие корзины */
[data-entity="basket-actions"] {
    display: none !important;
    pointer-events: none !important;
}

/* ========================================================= */
/* 2. ОТКЛЮЧАЕМ СОБЫТИЯ МЫШИ НА ВСЕХ ГОРЯЧИХ ЗОНАХ */
.bx_catalog_element,
.product-item-detail-part-bix { 
    pointer-events: none !important; 
}

/* =МАРКЕРНОЕ ИСПРАВЛЕНИЕ ПОСЛЕ ПОСЛЕДНЕГО СКРИНШОТА= */
/* Отключаем курсор на всплывающих блоках SKU (цвета/размеры), которые перекрывают кнопки */
.bx-catalog-element-sku-selector {
    pointer-events: none !important;
}
/* ========================================================= */

/* 3. ВОЗВРАЩАЕМ ВОЗМОЖНОСТЬ КЛИКАТЬ ТОЛЬКО НА КНОПКИ МАРКЕТПЛЕЙСОВ */

#marketplace-buttons { 
    position: relative !important;
    z-index: 9999 !important; 
    pointer-events: auto !important; 
}

.uk-grid.uk-grid-small {
    position: relative;
    z-index: 999;
    pointer-events: auto !important; 
}

#marketplace-buttons button,
#marketplace-buttons a,
.uk-grid.uk-grid-small button,
.uk-grid.uk-grid-small a {
    pointer-events: auto !important; 
}

/* Стили для дополнительных номеров телефонов в шапке */
.duna-phone-text {
    margin-left: 10px;
    font-size: 13px;
}
.duna-phone-text-mobile {
    margin-left: 5px;
    font-size: 13px;
}

/* Скрытие сломанного блока подписки в карточке товара */
#subscribe_product {
    display: none !important;
    pointer-events: none !important;
}

/* End */


/* Start:/bitrix/templates/swebix-store/components/bitrix/catalog.item/.default/style.css?162270378925237*/

.product-item-container { position: relative; }

.product-item-container.hover { z-index: 17; }
.bx-no-touch .product-item-container.hover .product-item { -webkit-animation: product-item-hover 300ms 1 ease; }

@-webkit-keyframes product-item-hover {
	0% {
		position: absolute;
		left: -15px;
		right: -15px;
		border: 1px solid transparent;
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	}
	100% {
		border: 1px solid transparent;
		box-shadow: 0 7px 15px 0 rgba(0, 0, 0, .19);
	}
}

/*Image*/
.product-item-image-wrapper {
	position: relative;
	display: block;
	margin-bottom: 15px;
	padding-top: 116%;
	width: 100%;
	transition: all 300ms ease;
}

.product-item-image-wrapper:hover { }

.product-item-container.hover.product-item-scalable-card .product-item-image-wrapper { padding-top: 54%; }

.product-item-image-original,
.product-item-image-alternative {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	transition: opacity 300ms linear;
}

.product-item-image-original { z-index: 11; }

.product-item-image-alternative {
	z-index: 13;
	opacity: 0;
}

.bx-no-touch .product-item-container.hover .product-item-image-original { opacity: 0; }

.bx-no-touch .product-item-container.hover .product-item-image-alternative { opacity: 1; }

.product-item-big-card .product-item-image-wrapper { margin-bottom: 25px; }

/*Image Slider*/
.product-item-image-slider-slide-container {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 100%;
	transition: opacity 300ms ease;
}

.product-item-image-slide {
	position: relative;
	display: none;
	height: 100%;
	background-color: #fff;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	transition: .6s ease-in-out left;
}

@media all and (transform-3d), (-webkit-transform-3d) {
	.product-item-image-slide {
		transition: transform .6s ease-in-out;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-perspective: 1000px;
		perspective: 1000px;
	}

	.product-item-image-slide.next,
	.product-item-image-slide.active.right {
		left: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}

	.product-item-image-slide.prev,
	.product-item-image-slide.active.left {
		left: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}

	.product-item-image-slide.next.left,
	.product-item-image-slide.prev.right,
	.product-item-image-slide.active {
		left: 0;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.product-item-image-slider-slide-container > .active,
.product-item-image-slider-slide-container > .next,
.product-item-image-slider-slide-container > .prev { display: block; }

.product-item-image-slider-slide-container > .active { left: 0; }

.product-item-image-slider-slide-container > .next,
.product-item-image-slider-slide-container > .prev {
	position: absolute;
	top: 0;
	width: 100%;
}

.product-item-image-slider-slide-container > .next { left: 100%; }

.product-item-image-slider-slide-container > .prev { left: -100%; }

.product-item-image-slider-slide-container > .next.left,
.product-item-image-slider-slide-container > .prev.right { left: 0; }

.product-item-image-slider-progress-bar-container {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
}

.product-item-image-slider-progress-bar {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	height: 1px;
	background-color: #f42c2c;
	opacity: .8;
}

.product-item-image-slider-control-container {
	position: absolute;
	right: 0;
	bottom: 10px;
	left: 0;
	z-index: 15;
	padding: 0;
	text-align: center;
	opacity: 0;
	transition: opacity 300ms ease;
}

.product-item-container.hover .product-item-image-slider-control-container,
.product-item-line-card:hover .product-item-image-slider-control-container { opacity: 1; }

.product-item-image-slider-control,
.product-item-image-slider-control.active {
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: rgba(128, 128, 128, .8);
	opacity: .6;
	cursor: pointer;
	transition: all 300ms ease;
}

.product-item-image-slider-control:hover,
.product-item-image-slider-control.active:hover { cursor: pointer; }

/*Label*/
.product-item-label-text,
.product-item-label-ring {
	position: absolute;
	z-index: 15;
}

.product-item-label-text span,
.product-item-label-ring {
	display: inline-block;
	clear: both;
	margin-bottom: 2px;
	background: #f42c2c;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	transition: all 250ms ease;
}

.bx-red .product-item-label-text span,
.bx-red .product-item-label-ring { background-color: #fba90c; }

.product-item-label-text > div,
.product-item-label-ring > div { line-height: 0; }

/* TEXT */
.product-item-label-text span {
	padding: 2px 5px;
	vertical-align: middle;
	font-weight: bold;
}

/*SMALL*/
.product-item-label-text.product-item-label-small span,
.product-item-scalable-card.hover .product-item-label-text.product-item-label-small span {
	margin-bottom: 1px;
	padding: 2px 7px;
	font-weight: normal;
	font-size: 13px;
	line-height: 14px;
}

.product-item-big-card .product-item-label-text.product-item-label-small span {
	padding: 5px 12px;
	font-size: 16px;
	line-height: 21px;
}

/* BIG */
.product-item-label-text.product-item-label-big span,
.product-item-scalable-card.hover .product-item-label-text.product-item-label-big span {
	padding: 4px 10px;
	font-size: 13px;
	line-height: 17px;
}

.product-item-big-card .product-item-label-text.product-item-label-big span {
	padding: 5px 17px;
	font-size: 22px;
	line-height: 33px;
}

@media (max-width: 767px) {
	.product-item-label-text > div { line-height: 0; }

	.product-item-label-text.product-item-label-small span,
	.product-item-scalable-card.hover .product-item-label-text.product-item-label-small span {
		margin-bottom: 1px;
		padding: 2px 7px;
		font-size: 10px;
		line-height: 14px;
	}

	.product-item-big-card .product-item-label-text.product-item-label-small span,
	.product-item-label-text.product-item-label-big span,
	.product-item-scalable-card.hover .product-item-label-text.product-item-label-big span {
		margin-bottom: 1px;
		padding: 3px 12px;
		font-size: 14px;
		line-height: 16px;
	}

	.product-item-big-card .product-item-label-text.product-item-label-big span {
		padding: 3px 12px;
		font-size: 20px;
		line-height: 25px;
	}
}

/*RING*/
.product-item-label-ring {
	box-sizing: border-box;
	border-radius: 50%;
	font-weight: bold;
}

.product-item-label-ring.product-item-label-small,
.product-item-scalable-card.hover .product-item-label-ring.product-item-label-small {
	width: 40px;
	height: 40px;
	font-size: 14px;
	line-height: 40px;
}

.product-item-big-card .product-item-label-ring.product-item-label-small {
	width: 100px;
	height: 100px;
	font-size: 30px;
	line-height: 100px;
}

.product-item-label-ring.product-item-label-big,
.product-item-scalable-card.hover .product-item-label-ring.product-item-label-big {
	width: 50px;
	height: 50px;
	font-size: 18px;
	line-height: 50px;
}

.product-item-big-card .product-item-label-ring.product-item-label-big {
	width: 120px;
	height: 120px;
	font-size: 42px;
	line-height: 120px;
}

@media (max-width: 767px) {
	.product-item-label-ring.product-item-label-small,
	.product-item-scalable-card.hover .product-item-label-ring.product-item-label-small {
		width: 35px;
		height: 35px;
		font-size: 12px;
		line-height: 35px;
	}

	.product-item-big-card .product-item-label-ring.product-item-label-small,
	.product-item-label-ring.product-item-label-big,
	.product-item-scalable-card.hover .product-item-label-ring.product-item-label-big {
		width: 35px;
		height: 35px;
		font-size: 12px;
		line-height: 35px;
	}

	.product-item-big-card .product-item-label-ring.product-item-label-big {
		width: 70px;
		height: 70px;
		font-size: 24px;
		line-height: 70px;
	}
}

.product-item-label-top { top: -5px; }

.product-item-label-center {
	left: 50%;
	transform: translateX(-50%);
}

.product-item-label-center > div { text-align: center; }

.product-item-label-left { left: -5px; }

.product-item-label-left > div { text-align: left; }

.product-item-label-bottom { bottom: -5px; }

.product-item-label-middle { top: 50%;
	transform: translateY(-50%);
}

.product-item-label-right { right: -5px; }

.product-item-label-right > div { text-align: right; }

.product-item-label-center.product-item-label-middle {
	transform: translateY(-50%) translateX(-50%);
}

/*Title*/
.product-item-title {
	overflow: hidden;
	margin-bottom: 15px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.bx-touch .product-item-title,
.product-item-container.hover .product-item-title {
	overflow: auto;
	white-space: normal;
}

.product-item-title a {
	color: #3f3f3f;
	text-decoration: none;
	font-size: 13px;
}

.product-item-big-card .product-item-title a { font-size: 21px; }

.product-item-line-card .product-item-title a { font-size: 20px; }

/*Price*/
.product-item-price-container { margin: 5px 0 10px; }

.product-item-price-current {
	color: #3f3f3f;
	white-space: nowrap;
	font-weight: bold;
	font-size: 13px;
}

.product-item-price-old {
	color: #a5a5a5;
	text-decoration: line-through;
	white-space: nowrap;
	font-size: 12px;
}

.product-item-big-card .product-item-price-current,
.product-item-big-card .product-item-price-old {
	vertical-align: middle;
	line-height: 20px;
}

.product-item-big-card .product-item-price-container { margin: 0 0 10px; }

.product-item-big-card .product-item-price-current { font-size: 18px; }

.product-item-big-card .product-item-price-old { font-size: 15px; }

/*Info*/
.product-item-line-card .product-item-info-container { text-align: center; }

.product-item-info-container { margin-bottom: 8px; }

.product-item-info-container-title {
	color: #000;
	font-weight: bold;
	font-size: 13px;
}

.bx-no-touch .product-item-container .product-item-info-container.product-item-hidden {
	display: none;
	opacity: 0;
	transition: opacity 300ms ease;
}

.bx-touch .product-item-info-container.product-item-touch-hidden { display: none !important }

.bx-touch .product-item-info-container.product-item-hidden,
.bx-no-touch .product-item-container.hover .product-item-info-container.product-item-hidden,
.product-item-line-card .product-item-container .product-item-info-container.product-item-hidden {
	display: block;
	opacity: 1;
}

/*Amount*/
.product-item-amount {
	padding: 0 0 2px;
	text-align: center;
}

.product-item-amount-field-container { }

.product-item-amount-field-btn-plus,
.product-item-amount-field-btn-minus {
	position: relative;
	display: inline-block;
	min-width: 22px;
	height: 22px;
	border-radius: 2px;
	background-color: #f2f2f2;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	transition: background 300ms ease, opacity 300ms ease;
}

.bx-retina .product-item-amount-field-btn-plus,
.bx-retina .product-item-amount-field-btn-minus { border-width: .5px; }

.product-item-amount-field-btn-plus:hover,
.product-item-amount-field-btn-minus:hover { background: #d3d3d3; }

.product-item-amount-field-btn-plus:after,
.product-item-amount-field-btn-minus:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	opacity: .8;
	transition: opacity 300ms ease, background 300ms ease;
}

.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:after,
.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:after {
	opacity: .3 !important;
	cursor: default;
}

.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:hover,
.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:hover {
	background-color: #f2f2f2;
}

.product-item-amount-field-btn-plus:after {
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxwYXRoIGZpbGw9IiM1MjVDNjgiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE4LDEyIEwxOCwwIEwxMiwwIEwxMiwxMiBMMCwxMiBMMCwxOCBMMTIsMTggTDEyLDMwIEwxOCwzMCBMMTgsMTggTDMwLDE4IEwzMCwxMiBMMTgsMTIgWiIvPjwvc3ZnPg==) no-repeat center;
	background-size: 10px;
}

.product-item-amount-field-btn-minus:after {
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxyZWN0IHdpZHRoPSIzMCIgaGVpZ2h0PSI2IiB5PSIxMiIgZmlsbD0iIzUyNUM2OCIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+) no-repeat center;
	background-size: 10px;
}

.product-item-amount-field-btn-plus:hover:after,
.product-item-amount-field-btn-minus:hover:after { opacity: 1; }

.product-item-amount-field {
	display: inline-block;
	padding: 0;
	max-width: 50px;
	width: auto;
	height: 22px;
	border: 1px solid transparent;
	border-radius: 2px;
	background: transparent !important;
	color: #000;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	line-height: 22px;
	transition: border 300ms ease;
}

.bx-retina .product-item-amount-field { border-width: .5px; }

.product-item-amount-field:focus { outline: none !important; }

.bx-no-touch input.product-item-amount-field::-webkit-outer-spin-button,
.bx-no-touch input.product-item-amount-field::-webkit-inner-spin-button {
	margin: 0;
	-webkit-appearance: none;
	appearance: none
}

.product-item-amount-description-container {
	color: #a5a5a5;
	white-space: nowrap;
	font-size: 12px;
	display: block;
}

.product-item-big-card .product-item-amount-field-container { text-align: left; }

.product-item-amount-description-container strong {
	color: #333;
	white-space: nowrap;
}

.product-item-amount-label-container {
	margin: 5px 0;
	color: #a5a5a5;
	font-weight: bold;
	font-size: 12px;
}

/**/
.product-item-quantity {
	color: #333;
	font-weight: normal;
	font-size: 12px;
}

/*Properties */
.product-item-properties {
	display: block;
	overflow: hidden;
	margin: 0;
	color: #a5a5a5;
	font-size: 12px;
}

.product-item-properties dl { clear: both; }

.product-item-properties dt {
	float: left;
	clear: both;
	font-weight: normal;
}

.product-item-properties dd {
	float: right;
	margin-bottom: 3px;
	margin-left: 5px;
	color: #000;
}

/*Compare*/
.product-item-compare-container {
	position: relative;
	display: none;
	margin: 0 -15px;
	padding: 4px 15px;
	min-height: 30px;
	border-top: 1px solid #e6e6e6;
	background: #f3f3f3;
	box-shadow: inset 0 1px 1px 0 #eee;
	vertical-align: middle;
	font-size: 12px;
	line-height: 20px;
}

.product-item-line-card .product-item-compare-container {
	margin: 0;
	border: none;
	background-color: transparent;
	box-shadow: none;
	text-align: center;
}

.bx-touch .product-item-compare-container { display: none; }

.product-item-line-card .product-item-compare-container,
.product-item-container.hover .product-item-compare-container { display: block; }

.product-item-compare .checkbox {
	margin: 0;
	padding: 0;
}

/* SCU */
.product-item-scu-container { padding: 0 0 2px; }

.product-item-scu-container-title {
	color: #333;
	font-size: 12px;
}

.product-item-scu-block { }

.product-item-scu-list { margin: 0; }

.product-item-scu-item-list {
	overflow: hidden;
	margin: 0 0 0 -2px;
	padding: 0;
	list-style: none;
}

.product-item-scu-item-color-container,
.product-item-scu-item-text-container {
	/* float: left; */
	display: inline-block;
	box-sizing: border-box;
	padding: 5px 3px;
	max-width: 100%;
}

.product-item-scu-item-text-container { min-width: 32px; }

.product-item-scu-item-color-container {
	max-width: 38px;
	width: 25%;
}

.product-item-scu-item-color-block {
	position: relative;
	padding-top: 100%;
	outline: 1px solid #c0cfda;
	cursor: pointer;
}

.bx-no-touch .product-item-scu-item-color-block {
	transition: outline 200ms ease;
}

.bx-retina .product-item-scu-item-color-block { outline-width: .5px; }

.product-item-scu-item-color-container.selected .product-item-scu-item-color-block { outline-width: 2px; }

.bx-retina .product-item-scu-item.selected .product-item-scu-item-color-block { outline-width: 1px; }

.product-item-scu-item-color {
	position: absolute;
	top: 2px;
	right: 2px;
	bottom: 2px;
	left: 2px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.product-item-scu-item-text-block {
	position: relative;
	padding: 0 5px;
	outline: 1px solid #c0cfda;
	cursor: pointer;
}

.bx-no-touch .product-item-scu-item-text-block {
	transition: outline 300ms ease;
}

.bx-retina .product-item-scu-item-text-block { outline-width: .5px; }

.product-item-scu-item-text-container.selected .product-item-scu-item-text-block { outline-width: 2px; }

.bx-retina .product-item-scu-item.selected .product-item-scu-item-text-block { outline-width: 1px; }

.product-item-scu-item-text {
	overflow: hidden;
	max-width: 100%;
	vertical-align: middle;
	text-align: center;
	text-transform: uppercase;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 11px;
	line-height: 18px;
}

.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block,
.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block {
	position: relative;
	outline-color: #a9adb4 !important;
}

.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block:after,
.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block:after {
	position: absolute;
	top: -2px;
	right: -2px;
	bottom: -2px;
	left: -2px;
	background: rgba(255, 255, 255, 0.75) url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyNiIgdmlld0JveD0iMCAwIDI2IDI2Ij4gIDxwYXRoIGZpbGw9IiNBOUFEQjQiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE0LjM5MjEyNjgsMTMuMjMyMzAyOSBMMjUuOTkyLDEuNDE4IEwyNC42LDAgTDEyLjk5OTk5NTYsMTEuODE0NDM2NCBMMS40LDAgTDAuMDA5LDEuNDE5IEwxMS42MDc4Njg3LDEzLjIzMjI5NzUgTDAuNDczLDI0LjU3MyBMMS44NjUsMjUuOTkxIEwxMi45OTk5OTkzLDE0LjY1MDE2NDUgTDI0LjEzNCwyNS45OSBMMjUuNTI2LDI0LjU3MiBMMTQuMzkyMTI2OCwxMy4yMzIzMDI5IFoiLz48L3N2Zz4=) no-repeat center;
	background-size: 80% 80%;
	content: "";
}

@media (max-width: 991px) {
	.product-item-line-card .product-item-scu-container-title { text-align: center; }

	.product-item-line-card .product-item-scu-item-list { text-align: center; }

	.product-item-line-card .product-item-scu-item-color-container,
	.product-item-line-card .product-item-scu-item-text-container {
		display: inline-block;
		float: none;
	}
}

/*Description*/
.product-item-description-container { }

.product-item-description-container p {
	color: #575757;
	font-size: 13px;
}

/*Buttons*/
.product-item-button-container { text-align: center; }

.product-item-button-container .btn { margin-bottom: 2px; }

/*Stickers*/
.product-item-sticker,
.product-item-sticker-round { display: none; }

/*More*/
.product-item-more-container {
	position: relative;
	display: block;
	box-sizing: border-box;
	padding: 15px 15px 5px;
	width: 100%;
	border: 1px solid transparent;
	border-radius: 2px;
	transition: all 300ms ease;
}

.product-item-more-wrapper {
	position: relative;
	display: block;
	margin-bottom: 15px;
	padding-top: 116%;
	width: 100%;
}

.product-item-more {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: #f3f3f3 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjk3LjYxMyAyOTcuNjEzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjxjaXJjbGUgY3g9IjE1LjI3OSIgY3k9IjE0LjgzIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjU5LjMyIiBjeT0iNTkuNzY5IiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjU5LjMyIiBjeT0iMTQuODMiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTA0LjI2MSIgY3k9IjU5Ljc2OSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxMDQuMjYxIiBjeT0iMTAzLjgxIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjEwNC4yNjEiIGN5PSIxNC44MyIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iNTkuNzY5IiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjE0OC4zMDIiIGN5PSIxMDMuODEiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTQ4LjMwMiIgY3k9IjE0LjgzIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjE5Mi4zNDMiIGN5PSI1OS43NjkiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTkyLjM0MyIgY3k9IjEwMy44MSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxOTIuMzQzIiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxMDQuMjYxIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxOTIuMzQzIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSI1OS4zMiIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTA0LjI2MSIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTQ4LjMwMiIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTkyLjM0MyIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMjM4LjIzOCIgY3k9IjEwMy44MSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMzguMjM4IiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMzguMjM4IiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNS4yNzkiIGN5PSIyODIuNzgyIiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSI1OS4zMiIgY3k9IjI4Mi43ODIiIHI9IjE0LjgzMSIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjEwNC4yNjEiIGN5PSIyODIuNzgyIiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMjgyLjc4MiIgcj0iMTQuODMxIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMjgyLjMzNCIgY3k9IjE0Ny44NTIiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjwvc3ZnPg==) no-repeat center;
	background-size: 50%;
	opacity: .7;
	transition: opacity 300ms ease;
}

.bx-touch .product-item-more,
.product-item-container.hover .product-item-more { opacity: 1; }

.product-item-more-title {
	overflow: hidden;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.no-select {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

input[type='number'] {
	-moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}
/* End */


/* Start:/bitrix/components/bitrix/catalog.product.subscribe/templates/.default/style.min.css?16227037921413*/
.bx-catalog-subscribe-button{margin-bottom:6px;display:inline-block}.bx-catalog-popup-content{width:90%;max-width:280px}.bx-catalog-subscribe-form-container-label{font-size:13px;color:#5a6c77;padding-bottom:2px}.bx-catalog-subscribe-form-container-input{position:relative}.bx-catalog-subscribe-form-container-input input[type="text"]{display:block;width:100%;font-size:18px;height:38px;margin:0;padding:0 4px;border:1px solid #ccd5db;border-radius:2px;background:#f8fafc;outline:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bx-catalog-subscribe-form-star-required{color:#d93333}.bx-catalog-subscribe-form-container .bx-captcha{margin-bottom:10px}.bx-catalog-popup-message{font-weight:bold;min-width:240px;margin:0}.bx-catalog-subscribe-alert{background-color:#edf6fc;color:#000;font-size:15px;min-height:45px;text-align:center;padding:12px 40px 12px 60px;position:relative;width:280px}.bx-catalog-subscribe-aligner{display:inline-block;height:45px;margin-left:-1px;vertical-align:middle;width:1px}.bx-catalog-subscribe-alert-text{display:inline-block;vertical-align:middle}.bx-catalog-subscribe-alert-footer{text-align:center}.bx-catalog-subscribe-alert-popup{background-color:#edf6fc!important;border:1px solid #edf6fc!important;border-radius:3px!important;-webkit-box-shadow:0 19px 24px rgba(88,112,118,0.17)!important;box-shadow:0 19px 24px rgba(88,112,118,0.17)!important}
/* End */


/* Start:/bitrix/templates/swebix-store/components/bitrix/system.pagenavigation/round/style.css?16227037892917*/
.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-store/components/bitrix/sender.subscribe/subscribe/style.css?16273205144802*/
.bx-subscribe {
	margin: 10px 0;
}
.bx-subscribe div.bx-block-title {
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #343434;
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 9px;
	font-weight: 600;
}
.bx-subscribe-desc {
	color: #aaa;
	font-size: 12px;
	position: relative;
	margin-top: -5px;
	margin-bottom: 3px;
}
.bx-subscribe .bx-input-group .bx-form-control {
	position: relative;
	margin-bottom: 15px;
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #F8FAFC;
	border: 1px solid #D5DADC;
	border-radius: 2px;
	outline: none;
	box-shadow: none !important;
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.bx-ios .bx-subscribe .bx-input-group .bx-form-control {
	/* Fix of input shadow for IOS browsers. */
	background-image: -webkit-linear-gradient(#f8fafc 0%, #f8fafc 100%);
	background-image: linear-gradient(#f8fafc 0%, #f8fafc 100%);
}
.btn-subscribe {
	cursor: pointer;
	text-align: center;
	background: #70bb18;
	border: none;
	color: #fff;
	font-size: 13px;
	position: relative;
	text-transform: uppercase;
	border-radius: 2px;
	line-height: 30px;
	height: 40px;
	padding: 5px 60px 5px 20px;
	vertical-align: middle;
	outline: none;
	-webkit-transition: width 5s linear;
	-moz-transition: width 5s linear;
	-ms-transition: width 5s linear;
	-o-transition: width 5s linear;
	transition: width 5s linear;
}
.btn-subscribe:hover {
	background: #7ec629;
}
.btn-subscribe:before {
	content: " ";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 40px;
	background-color: #5b9f0b;
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAKCAYAAACE2W/HAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MkYyNDcxQTFERjZGMTFFNDk5NTY5MzQ3QzQxRkMzMEIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MkYyNDcxQTJERjZGMTFFNDk5NTY5MzQ3QzQxRkMzMEIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoyRjI0NzE5RkRGNkYxMUU0OTk1NjkzNDdDNDFGQzMwQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyRjI0NzFBMERGNkYxMUU0OTk1NjkzNDdDNDFGQzMwQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Plv+rHwAAADiSURBVHjajNK9asJQFMDxG42KUqFx9kEcRO1UcBCHjh3q3NXHcBEcdHQQPxY7+AaS0a1v0UEhSlu/rv+jhxIlBQ/84OTmnHuSmzjW2qExpoK9ekDcXMcRAVw1d2hckjxqwQxTJJXEDj+ooa5rK+neoocMnvGB7s3EVxQwwhdeDBMDvEPylr3EBB6yGOhaGzE0cJ5o4enOTSzQgY8D8nhDX2ty0hPTCxt6LDmsMtb6fk+hpr9a10THJ4pw8BtVII0ydRNxb/vPplLrSGNKT/Pb3BdVpOU7jklKSNzZKD+JfxJgAAV0YSAU8mZTAAAAAElFTkSuQmCC");
	background-position: 50%;
	background-repeat: no-repeat;
	border-radius: 0 2px 2px 0;
}
.btn-subscribe span {
	display: block;
}
.btn-subscribe.send {
	padding: 5px 40px;
	-webkit-animation-name: MeilSend;
	animation-name: MeilSend;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	outline: none;
	color: #fff;
}
.btn-subscribe:hover, .btn-subscribe:active{color: #fff;}
.btn-subscribe.send:before {
	width: 0;
	background-position: 100px 50%;
	-webkit-animation-name: MeilSendButton;
	animation-name: MeilSendButton;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
}
@keyframes MeilSend {0%{padding:5px 60px 5px 20px}100%{padding:5px 40px}}
@-webkit-keyframes MeilSend {0%{padding:5px 60px 5px 20px}100%{padding:5px 40px}}
@keyframes MeilSendSpan {0%{color:transparent;}100%{color:#fff;}}
@-webkit-keyframes MeilSendSpan {0%{color:transparent;}100%{color:#fff;}}
@keyframes MeilSendButton {0%{width:40px;background-position:50%}100%{width:0;background-position:100px 50%}}
@-webkit-keyframes MeilSendButton {0%{width:40px;background-position:50%}100%{width:0;background-position:100px 50%}}

.bx_subscribe_response_container {
	padding: 40px;
	color: #35414E;
}

.bx_subscribe_checkbox_container {
  line-height: 16px;
  font-size: 13px;
  margin-bottom: 3px;
  vertical-align: middle;
  color: #aaa;
}

.bx-sender-subscribe-agreement .main-user-consent-request a {
	font-weight: 100;
	font: 11px/10px "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
/* End */
/* /bitrix/templates/swebix-store/css/uikit.min.css?169015313599346 */
/* /bitrix/templates/swebix-store/css/theme.css?1754378998119245 */
/* /bitrix/templates/swebix-store/css/custom.css?17739862474175 */
/* /bitrix/templates/swebix-store/components/bitrix/catalog.item/.default/style.css?162270378925237 */
/* /bitrix/components/bitrix/catalog.product.subscribe/templates/.default/style.min.css?16227037921413 */
/* /bitrix/templates/swebix-store/components/bitrix/system.pagenavigation/round/style.css?16227037892917 */
/* /bitrix/templates/swebix-store/components/bitrix/sender.subscribe/subscribe/style.css?16273205144802 */
