:root,
[data-theme="default"] {
  --primary: 18, 43%;
  --l: 50%;
  --secondary: 0, 0%;
  --success: 149, 57%;
  --danger: 349, 84%;
  --action: 56, 100%;
  --text: 120, 5%;
  --energy: 318, 76%;
  --global: 0, 0%;
  --muted: 0, 0%;
  --alert-primary: 210, 86%;
  --alert-success: 159, 84%;
  --alert-warning: 28, 100%;
  --alert-danger: 348, 83%;
  --ruble: 0, 0%;
  --color-primary: hsl(var(--primary), calc(var(--l) - 1%));
  --color-primary-active: hsl(var(--primary), calc(var(--l) - 5%));
  --color-primary-light: hsl(var(--primary), calc(var(--l) + 30%));
  --color-secondary: hsl(var(--secondary), calc(var(--l) - 33%));
  --global-secondary-background: hsl(var(--global), calc(var(--l) + 17%));
  --global-secondary-background-hover: hsl(var(--global), calc(var(--l) + 7%));
  --global-secondary-background-active: hsl(var(--primary), var(--l));
  --color-success: hsl(var(--success), var(--l));
  --color-danger: hsl(var(--danger), calc(var(--l) + 13%));
  --color-action: hsl(var(--action), var(--l));
  --color-text: hsl(var(--text), calc(var(--l) - 27%));
  --color-energy: hsl(var(--energy), calc(var(--l) - 2%));
  --color-global: hsl(var(--global), calc(var(--l) - 50%));
  --color-muted: hsl(var(--muted), calc(var(--l) + 10%));
  --color-muted-light: hsl(var(--global), calc(var(--l) + 46%));
  --color-muted-dark: hsl(var(--muted), var(--l));
  --color-ruble: hsl(var(--ruble), calc(var(--l) + 5%));
  --color-icon-link-active: hsl(var(--global), var(--l));
  --color-alert-primary: hsl(var(--alert-primary), calc(var(--l) + 42%));
  --color-alert-success: hsl(var(--alert-success), calc(var(--l) + 46%));
  --color-alert-warning: hsl(var(--alert-warning), calc(var(--l) + 47%));
  --color-alert-danger: hsl(var(--alert-danger), calc(var(--l) + 48%));
  --color-button-primary-hover-background: hsl(var(--primary), calc(var(--l) - 5%));
  --color-button-primary-active-background: hsl(var(--primary), calc(var(--l) - 10%));
  --color-button-secondary-hover-background: hsl(var(--secondary), calc(var(--l) - 5%));
  --color-button-secondary-active-background: hsl(var(--secondary), calc(var(--l) - 10%));
  --color-button-danger-hover-background: hsl(var(--danger), calc(var(--l) - 5%));
  --color-button-danger-active-background: hsl(var(--danger), calc(var(--l) - 10%));
  --color-form-radio-checked-focus-background: hsl(var(--primary), calc(var(--l) - 10%));
  --color-green: #c6cbaf;
}

html {
  -webkit-text-size-adjust: 100%;
  background: #efe8d8;
  color: var(--color-global);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

a:active,
a:hover {
  outline: none;
}

.uk-link,
a {
  color: var(--color-primary);
  cursor: pointer;
  text-decoration: none;
}

.uk-link-toggle:focus .uk-link,
.uk-link-toggle:hover .uk-link,
.uk-link:hover,
a:hover {
  color: var(--color-primary-active);
  text-decoration: underline;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  -webkit-text-decoration-style: dotted;
}

b,
strong {
  font-weight: bolder;
}

:not(pre) > code,
:not(pre) > kbd,
:not(pre) > samp {
  background: #f8f8f8;
  color: #f0506e;
  font-family: Consolas, monaco, monospace;
  font-size: 0.75rem;
  padding: 2px 6px;
  white-space: nowrap;
}

em {
  color: #f0506e;
}

ins {
  text-decoration: none;
}

ins,
mark {
  background: #ffd;
  color: var(--color-global);
}

q {
  font-style: italic;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

canvas,
img,
video {
  box-sizing: border-box;
  height: auto;
  max-width: 100%;
}

@supports (display: block) {
  svg {
    box-sizing: border-box;
    height: auto;
    max-width: 100%;
  }
}

img:not([src]) {
  min-width: 1px;
  visibility: hidden;
}

iframe {
  border: 0;
}

address,
dl,
fieldset,
figure,
ol,
p,
pre,
ul {
  margin: 0 0 20px;
}

* + address,
* + dl,
* + fieldset,
* + figure,
* + ol,
* + p,
* + pre,
* + ul {
  margin-top: 20px;
}

.uk-h1,
.uk-h2,
.uk-h3,
.uk-h4,
.uk-h5,
.uk-h6,
.uk-heading-2xlarge,
.uk-heading-large,
.uk-heading-medium,
.uk-heading-small,
.uk-heading-xlarge,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333;
  font-family: "Belarus", sans-serif;
  font-weight: 400;
  margin: 0 0 20px;
  text-transform: none;
}

* + .uk-h1,
* + .uk-h2,
* + .uk-h3,
* + .uk-h4,
* + .uk-h5,
* + .uk-h6,
* + .uk-heading-2xlarge,
* + .uk-heading-large,
* + .uk-heading-medium,
* + .uk-heading-small,
* + .uk-heading-xlarge,
* + h1,
* + h2,
* + h3,
* + h4,
* + h5,
* + h6 {
  margin-top: 40px;
}

.uk-h1,
h1 {
  font-size: 2.23125rem;
  line-height: 1.2;
}

.uk-h2,
h2 {
  font-size: 1.7rem;
  line-height: 1.3;
}

.uk-h3,
h3 {
  font-size: 1.5rem;
  line-height: 1.4;
}

.uk-h4,
h4 {
  font-size: 1.25rem;
  line-height: 1.4;
}

.uk-h5,
h5 {
  font-size: 16px;
  line-height: 1.4;
}

.uk-h6,
h6 {
  font-size: 0.75rem;
  line-height: 1.4;
}

ol,
ul {
  padding-left: 30px;
}

ol > li > ol,
ol > li > ul,
ul > li > ol,
ul > li > ul {
  margin: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

.uk-hr,
hr {
  border: 0;
  border-top: 1px solid #e5e5e5;
  margin: 0 0 20px;
  overflow: visible;
  text-align: inherit;
}

* + .uk-hr,
* + hr {
  margin-top: 20px;
}

address {
  font-style: normal;
}

blockquote {
  color: #333;
  font-size: 1.25rem;
  font-style: italic;
  line-height: 1.5;
  margin: 0 0 20px;
}

* + blockquote {
  margin-top: 20px;
}

blockquote p:last-of-type {
  margin-bottom: 0;
}

blockquote footer {
  color: var(--color-global);
  font-size: 0.75rem;
  line-height: 1.5;
  margin-top: 10px;
}

blockquote footer:before {
  content: "— ";
}

pre {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  color: var(--color-global);
  font: 0.75rem/1.5 Consolas, monaco, monospace;
  overflow: auto;
  padding: 10px;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
}

pre code {
  font-family: Consolas, monaco, monospace;
}

::-moz-selection {
  background: #39f;
  color: #fff;
  text-shadow: none;
}

::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;
}

.uk-link-muted a,
a.uk-link-muted {
  color: #999;
}

.uk-link-muted a:hover,
.uk-link-toggle:focus .uk-link-muted,
.uk-link-toggle:hover .uk-link-muted,
a.uk-link-muted:hover {
  color: var(--color-global);
}

.uk-link-text a,
a.uk-link-text {
  color: inherit;
}

.uk-link-text a:hover,
.uk-link-toggle:focus .uk-link-text,
.uk-link-toggle:hover .uk-link-text,
a.uk-link-text:hover {
  color: #999;
}

.uk-link-heading a,
a.uk-link-heading {
  color: inherit;
}

.uk-link-heading a:hover,
.uk-link-toggle:focus .uk-link-heading,
.uk-link-toggle:hover .uk-link-heading,
a.uk-link-heading:hover {
  color: var(--color-primary);
  text-decoration: none;
}

.uk-link-reset a,
.uk-link-toggle,
a.uk-link-reset {
  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;
}

.uk-heading-divider {
  border-bottom: calc(0.2px + 0.05em) solid #e5e5e5;
  padding-bottom: calc(5px + 0.1em);
}

.uk-heading-bullet {
  position: relative;
}

.uk-heading-bullet:before {
  border-left: calc(5px + 0.1em) solid #e5e5e5;
  content: "";
  display: inline-block;
  height: calc(4px + 0.7em);
  margin-right: calc(5px + 0.2em);
  position: relative;
  top: -0.1em;
  vertical-align: middle;
}

.uk-heading-line {
  overflow: hidden;
}

.uk-heading-line > * {
  display: inline-block;
  position: relative;
}

.uk-heading-line > :after,
.uk-heading-line > :before {
  border-bottom: calc(0.2px + 0.05em) solid #e5e5e5;
  content: "";
  position: absolute;
  top: calc(50% - 0.1px - 0.025em);
  width: 2000px;
}

.uk-heading-line > :before {
  margin-right: calc(5px + 0.3em);
  right: 100%;
}

.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 {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle fill='none' stroke='%23e5e5e5' stroke-width='2' cx='10' cy='10' r='7'/%3E%3C/svg%3E");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  height: 20px;
  position: relative;
}

.uk-divider-icon:after,
.uk-divider-icon:before {
  border-bottom: 1px solid #e5e5e5;
  content: "";
  max-width: calc(50% - 25px);
  position: absolute;
  top: 50%;
}

.uk-divider-icon:before {
  right: calc(50% + 25px);
  width: 100%;
}

.uk-divider-icon:after {
  left: calc(50% + 25px);
  width: 100%;
}

.uk-divider-small {
  line-height: 0;
}

.uk-divider-small:after {
  border-top: 1px solid #e5e5e5;
  content: "";
  display: inline-block;
  max-width: 100%;
  vertical-align: top;
  width: 100px;
}

.uk-divider-vertical {
  border-left: 1px solid #e5e5e5;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  width: 1px;
}

.uk-list {
  list-style: none;
  padding: 0;
}

.uk-list > * > :last-child {
  margin-bottom: 0;
}

.uk-list > * > ul,
.uk-list > :nth-child(n + 2) {
  margin-top: 10px;
}

.uk-list-circle > *,
.uk-list-decimal > *,
.uk-list-disc > *,
.uk-list-hyphen > *,
.uk-list-square > * {
  padding-left: 30px;
}

.uk-list-decimal {
  counter-reset: decimal;
}

.uk-list-decimal > * {
  counter-increment: decimal;
}

[class*="uk-list"] > :before {
  content: "";
  display: list-item;
  height: 1.5em;
  left: -30px;
  list-style-position: inside;
  margin-bottom: -1.5em;
  position: relative;
  text-align: right;
  width: 30px;
}

.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) " . ";
}

.uk-list-hyphen > :before {
  content: "–  ";
}

.uk-list-muted > :before {
  color: #999 !important;
}

.uk-list-emphasis > :before {
  color: #333 !important;
}

.uk-list-primary > :before {
  color: var(--color-primary) !important;
}

.uk-list-secondary > :before {
  color: #222 !important;
}

.uk-list-bullet > * {
  padding-left: 30px;
}

.uk-list-bullet > :before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='6' height='6' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle fill='var(--color-global)' cx='3' cy='3' r='3'/%3E%3C/svg%3E");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  content: "";
  height: 1.5em;
  left: -30px;
  margin-bottom: -1.5em;
  position: relative;
  width: 30px;
}

.uk-list-divider > :nth-child(n + 2) {
  border-top: 1px solid #e5e5e5;
  margin-top: 10px;
  padding-top: 10px;
}

.uk-list-striped > * {
  padding: 10px;
}

.uk-list-striped > :nth-of-type(odd) {
  background: #f8f8f8;
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
}

.uk-list-striped > :nth-child(n + 2) {
  margin-top: 0;
}

.uk-list-large > * > ul,
.uk-list-large > :nth-child(n + 2) {
  margin-top: 20px;
}

.uk-list-collapse > * > ul,
.uk-list-collapse > :nth-child(n + 2) {
  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-bottom: 0;
  padding-top: 0;
}

.uk-list-collapse.uk-list-striped > :nth-child(n + 2),
.uk-list-large.uk-list-striped > :nth-child(n + 2) {
  margin-top: 0;
}

.uk-description-list > dt {
  color: #333;
  font-size: 0.75rem;
  font-weight: 400;
  text-transform: uppercase;
}

.uk-description-list > dt:nth-child(n + 2) {
  margin-top: 20px;
}

.uk-description-list-divider > dt:nth-child(n + 2) {
  border-top: 1px solid #e5e5e5;
  margin-top: 20px;
  padding-top: 20px;
}

.uk-table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 20px;
  width: 100%;
}

* + .uk-table {
  margin-top: 20px;
}

.uk-table th {
  color: #999;
  font-size: 0.75rem;
  font-weight: 400;
  padding: 16px 12px;
  text-align: left;
  text-transform: uppercase;
  vertical-align: bottom;
}

.uk-table td {
  padding: 16px 12px;
  vertical-align: top;
}

.uk-table td > :last-child {
  margin-bottom: 0;
}

.uk-table tfoot {
  font-size: 0.75rem;
}

.uk-table caption {
  color: #999;
  font-size: 0.75rem;
  text-align: left;
}

.uk-table-middle,
.uk-table-middle td {
  vertical-align: middle !important;
}

.uk-table-divider > :first-child > tr:not(:first-child),
.uk-table-divider > :not(:first-child) > tr,
.uk-table-divider > tr:not(:first-child) {
  border-top: 1px solid #e5e5e5;
}

.uk-table-striped tbody tr:nth-of-type(odd),
.uk-table-striped > tr:nth-of-type(odd) {
  background: #f8f8f8;
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
}

.uk-table tbody tr.uk-active,
.uk-table-hover tbody tr:hover,
.uk-table-hover > tr:hover,
.uk-table > tr.uk-active {
  background: #ffd;
}

.uk-table-small td,
.uk-table-small th {
  padding: 10px 12px;
}

.uk-table-large td,
.uk-table-large th {
  padding: 22px 12px;
}

.uk-table-justify td:first-child,
.uk-table-justify th:first-child {
  padding-left: 0;
}

.uk-table-justify td:last-child,
.uk-table-justify th: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;
}

.uk-table tbody tr {
  transition: background-color 0.1s linear;
}

.uk-icon {
  fill: currentcolor;
  background-color: transparent;
  border: none;
  border-radius: 0;
  color: inherit;
  display: inline-block;
  font: inherit;
  line-height: 0;
  margin: 0;
  overflow: visible;
  padding: 0;
  text-transform: none;
}

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);
}

.uk-icon-image {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 20px;
  vertical-align: middle;
  width: 20px;
}

.uk-icon-link {
  color: #999;
}

.uk-icon-link:focus,
.uk-icon-link:hover {
  color: var(--color-global);
  outline: none;
}

.uk-active > .uk-icon-link,
.uk-icon-link:active {
  color: var(--color-icon-link-active);
}

.uk-icon-button {
  align-items: center;
  background: #f8f8f8;
  border-radius: 500px;
  box-sizing: border-box;
  color: #999;
  display: inline-flex;
  height: 36px;
  justify-content: center;
  transition: 0.1s ease-in-out;
  transition-property: color, background-color;
  vertical-align: middle;
  width: 36px;
}

.uk-icon-button:focus,
.uk-icon-button:hover {
  background-color: #ebebeb;
  color: var(--color-global);
  outline: none;
}

.uk-active > .uk-icon-button,
.uk-icon-button:active {
  background-color: #dfdfdf;
  color: var(--color-global);
}

.uk-range {
  -webkit-appearance: none;
  background: transparent;
  box-sizing: border-box;
  margin: 0;
  max-width: 100%;
  padding: 0;
  vertical-align: middle;
  width: 100%;
}

.uk-range:focus {
  outline: none;
}

.uk-range::-moz-focus-outer {
  border: none;
}

.uk-range::-ms-track {
  background: transparent;
  border-color: transparent;
  color: transparent;
  height: 15px;
}

.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;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 500px;
  height: 15px;
  margin-top: -7px;
  width: 15px;
}

.uk-range::-moz-range-thumb {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 500px;
  height: 15px;
  width: 15px;
}

.uk-range::-ms-thumb {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 500px;
  height: 15px;
  margin-top: 0;
  width: 15px;
}

.uk-range::-ms-tooltip {
  display: none;
}

.uk-range::-webkit-slider-runnable-track {
  background: #ebebeb;
  border-radius: 500px;
  height: 3px;
}

.uk-range:active::-webkit-slider-runnable-track,
.uk-range:focus::-webkit-slider-runnable-track {
  background: #d2d2d2;
}

.uk-range::-moz-range-track {
  background: #ebebeb;
  border-radius: 500px;
  height: 3px;
}

.uk-range:focus::-moz-range-track {
  background: #d2d2d2;
}

.uk-range::-ms-fill-lower,
.uk-range::-ms-fill-upper {
  background: #ebebeb;
  border-radius: 500px;
  height: 3px;
}

.uk-range:focus::-ms-fill-lower,
.uk-range:focus::-ms-fill-upper {
  background: #d2d2d2;
}

.uk-checkbox,
.uk-input,
.uk-radio,
.uk-select,
.uk-textarea {
  border-radius: 0;
  box-sizing: border-box;
  font: inherit;
  margin: 0;
}

.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-checkbox:not(:disabled),
.uk-radio: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 {
  background: #fff;
  border: 1px solid #e5e5e5;
  color: var(--color-global);
  max-width: 100%;
  padding: 0 10px;
  transition: 0.2s ease-in-out;
  transition-property: color, background-color, border;
  width: 100%;
}

.uk-input,
.uk-select:not([multiple]):not([size]) {
  display: inline-block;
  height: 40px;
  vertical-align: middle;
}

.uk-input:not(input),
.uk-select:not(select) {
  line-height: 38px;
}

.uk-select[multiple],
.uk-select[size],
.uk-textarea {
  padding-bottom: 4px;
  padding-top: 4px;
  vertical-align: top;
}

.uk-select[multiple],
.uk-select[size] {
  resize: vertical;
}

.uk-input:focus,
.uk-select:focus,
.uk-textarea:focus {
  background-color: #fff;
  border-color: var(--color-primary);
  color: var(--color-global);
  outline: none;
}

.uk-input:disabled,
.uk-select:disabled,
.uk-textarea:disabled {
  background-color: #f8f8f8;
  border-color: #e5e5e5;
  color: #999;
}

.uk-input::-moz-placeholder {
  color: #999;
}

.uk-input:-ms-input-placeholder {
  color: #999;
}

.uk-input::placeholder {
  color: #999;
}

.uk-textarea::-moz-placeholder {
  color: #999;
}

.uk-textarea:-ms-input-placeholder {
  color: #999;
}

.uk-textarea::placeholder {
  color: #999;
}

.uk-form-small {
  font-size: 0.75rem;
}

.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 {
  border-color: #f0506e;
  color: #f0506e;
}

.uk-form-success,
.uk-form-success:focus {
  border-color: #32d296;
  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;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='var(--color-global)' d='M12 1 9 6h6zM12 13 9 8h6z'/%3E%3C/svg%3E");
  background-position: 100% 50%;
  background-repeat: no-repeat;
  padding-right: 20px;
}

.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 width='24' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23999' d='M12 1 9 6h6zM12 13 9 8h6z'/%3E%3C/svg%3E");
}

.uk-input[list] {
  background-position: 100% 50%;
  background-repeat: no-repeat;
  padding-right: 20px;
}

.uk-input[list]:focus,
.uk-input[list]:hover {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='var(--color-global)' d='M12 12 8 6h8z'/%3E%3C/svg%3E");
}

.uk-input[list]::-webkit-calendar-picker-indicator {
  display: none;
}

.uk-checkbox,
.uk-radio {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border: 1px solid #ccc;
  display: inline-block;
  height: 16px;
  margin-top: -4px;
  overflow: hidden;
  transition: 0.2s ease-in-out;
  transition-property: background-color, border;
  vertical-align: middle;
  width: 16px;
}

.uk-radio {
  border-radius: 50%;
}

.uk-checkbox:focus,
.uk-radio:focus {
  border-color: var(--color-primary);
  outline: none;
}

.uk-checkbox:checked,
.uk-checkbox:indeterminate,
.uk-radio:checked {
  background-color: var(--color-primary);
  border-color: transparent;
}

.uk-checkbox:checked:focus,
.uk-checkbox:indeterminate:focus,
.uk-radio:checked:focus {
  background-color: var(--color-form-radio-checked-focus-background);
}

.uk-radio:checked {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle fill='%23fff' cx='8' cy='8' r='2'/%3E%3C/svg%3E");
}

.uk-checkbox:checked {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='11' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23fff' d='M12 1 5 7.5 2 5l-1 .5L5 10l8-8.5z'/%3E%3C/svg%3E");
}

.uk-checkbox:indeterminate {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23fff' d='M3 8h10v1H3z'/%3E%3C/svg%3E");
}

.uk-checkbox:disabled,
.uk-radio:disabled {
  background-color: #f8f8f8;
  border-color: #e5e5e5;
}

.uk-radio:disabled:checked {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle fill='%23999' cx='8' cy='8' r='2'/%3E%3C/svg%3E");
}

.uk-checkbox:disabled:checked {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='11' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23999' d='M12 1 5 7.5 2 5l-1 .5L5 10l8-8.5z'/%3E%3C/svg%3E");
}

.uk-checkbox:disabled:indeterminate {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23999' d='M3 8h10v1H3z'/%3E%3C/svg%3E");
}

.uk-legend {
  color: inherit;
  font-size: 1.5rem;
  line-height: 1.4;
  padding: 0;
  width: 100%;
}

.uk-form-custom {
  display: inline-block;
  max-width: 100%;
  position: relative;
  vertical-align: middle;
}

.uk-form-custom input[type="file"],
.uk-form-custom select {
  -webkit-appearance: none;
  cursor: pointer;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.uk-form-custom input[type="file"] {
  font-size: 500px;
  overflow: hidden;
}

.uk-form-label {
  color: #333;
  font-size: 0.75rem;
}

.uk-form-stacked .uk-form-label {
  display: block;
  margin-bottom: 5px;
}

.uk-form-icon {
  align-items: center;
  bottom: 0;
  color: #999;
  display: inline-flex;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 40px;
}

.uk-form-icon:hover {
  color: var(--color-global);
}

.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 {
  left: auto;
  right: 0;
}

.uk-form-icon-flip ~ .uk-input {
  padding-right: 40px !important;
}

.uk-button {
  -webkit-appearance: none;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  display: inline-block;
  font: inherit;
  font-size: 14px;
  line-height: 36px;
  margin: 0;
  overflow: visible;
  padding: 0 20px;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  transition: 0.1s ease-in-out;
  transition-property: color, background-color, border-color;
  vertical-align: middle;
}

.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-default {
  background-color: transparent;
  border: 2px solid var(--color-muted);
  color: var(--color-global);
}

.uk-button-default:focus,
.uk-button-default:hover {
  background-color: transparent;
  border-color: #b2b2b2;
  color: #333;
}

.uk-button-default.uk-active,
.uk-button-default:active {
  background-color: transparent;
  border-color: #999;
  color: #333;
}

.uk-button-primary {
  background-color: var(--color-primary);
  border: 2px solid transparent;
  color: #fff;
}

.uk-button-primary:focus,
.uk-button-primary:hover {
  background-color: var(--color-button-primary-hover-background);
  color: #fff;
}

.uk-button-primary.uk-active,
.uk-button-primary:active {
  background-color: var(--color-button-primary-active-background);
  color: #fff;
}

.uk-button-secondary {
  background-color: var(--global-secondary-background);
  border: 2px solid transparent;
  color: #fff;
}

.uk-button-secondary:focus,
.uk-button-secondary:hover {
  background-color: var(--global-secondary-background-hover);
  color: #fff;
}

.uk-button-secondary.uk-active,
.uk-button-secondary:active {
  background-color: var(--global-secondary-background-active);
  color: #fff;
}

.uk-button-danger {
  background-color: #f0506e;
  border: 2px solid transparent;
  color: #fff;
}

.uk-button-danger:focus,
.uk-button-danger:hover {
  background-color: var(--color-button-danger-hover-background);
  color: #fff;
}

.uk-button-danger.uk-active,
.uk-button-danger:active {
  background-color: var(--color-button-danger-active-background);
  color: #fff;
}

.uk-button-danger:disabled,
.uk-button-default:disabled,
.uk-button-primary:disabled,
.uk-button-secondary:disabled {
  background-color: transparent;
  border-color: #e5e5e5;
  color: #999;
}

.uk-button-small {
  font-size: 0.75rem;
  line-height: 26px;
  padding: 0 15px;
}

.uk-button-large {
  font-size: 0.75rem;
  line-height: 51px;
  padding: 0 40px;
}

.uk-button-text {
  background: none;
  color: var(--color-global);
  line-height: 1.5;
  padding: 0;
  position: relative;
}

.uk-button-text:before {
  border-bottom: 1px solid #333;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 100%;
  transition: right 0.3s ease-out;
}

.uk-button-text:focus,
.uk-button-text:hover {
  color: #333;
}

.uk-button-text:focus:before,
.uk-button-text:hover:before {
  right: 0;
}

.uk-button-text:disabled {
  color: #999;
}

.uk-button-text:disabled:before {
  display: none;
}

.uk-button-link {
  background: none;
  color: var(--color-primary);
  line-height: 1.5;
  padding: 0;
}

.uk-button-link:focus,
.uk-button-link:hover {
  color: var(--color-primary-active);
  text-decoration: underline;
}

.uk-button-link:disabled {
  color: #999;
  text-decoration: none;
}

.uk-button-group {
  display: inline-flex;
  position: relative;
  vertical-align: middle;
}

.uk-button-group > .uk-button:nth-child(n + 2),
.uk-button-group > div:nth-child(n + 2) .uk-button {
  margin-left: -2px;
}

.uk-button-group .uk-button.uk-active,
.uk-button-group .uk-button:active,
.uk-button-group .uk-button:focus,
.uk-button-group .uk-button:hover {
  position: relative;
  z-index: 1;
}

.uk-section {
  box-sizing: border-box;
  display: flow-root;
  padding-bottom: 40px;
  padding-top: 40px;
}

.uk-section > :last-child {
  margin-bottom: 0;
}

.uk-section-xsmall {
  padding-bottom: 20px;
  padding-top: 20px;
}

.uk-section-small {
  padding-bottom: 40px;
  padding-top: 40px;
}

.uk-section-large {
  padding-bottom: 70px;
  padding-top: 70px;
}

.uk-section-xlarge {
  padding-bottom: 140px;
  padding-top: 140px;
}

.uk-section-default {
  background: #fff;
}

.uk-section-muted {
  background: #f8f8f8;
}

.uk-section-primary {
  background: var(--color-primary);
}

.uk-section-secondary {
  background: #222;
}

.uk-container {
  box-sizing: content-box;
  display: flow-root;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
}

.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: 1430px;
}

.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;
}

.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;
}

.uk-tile {
  box-sizing: border-box;
  display: flow-root;
  padding: 40px 15px;
  position: relative;
}

.uk-tile > :last-child {
  margin-bottom: 0;
}

.uk-tile-xsmall {
  padding-bottom: 20px;
  padding-top: 20px;
}

.uk-tile-small {
  padding-bottom: 40px;
  padding-top: 40px;
}

.uk-tile-large {
  padding-bottom: 70px;
  padding-top: 70px;
}

.uk-tile-xlarge {
  padding-bottom: 140px;
  padding-top: 140px;
}

.uk-tile-default {
  background: #fff;
}

.uk-tile-muted {
  background: #f8f8f8;
}

.uk-tile-primary {
  background: var(--color-primary);
}

.uk-tile-secondary {
  background: #222;
}

.uk-card {
  box-sizing: border-box;
  position: relative;
  transition: box-shadow 0.1s ease-in-out;
}

.uk-card-body {
  display: flow-root;
  padding: 30px;
}

.uk-card-footer,
.uk-card-header {
  display: flow-root;
  padding: 15px 30px;
}

.uk-card-body > :last-child,
.uk-card-footer > :last-child,
.uk-card-header > :last-child {
  margin-bottom: 0;
}

.uk-card-title {
  font-size: 1.5rem;
  line-height: 1.4;
}

.uk-card-badge {
  position: absolute;
  right: 30px;
  top: 30px;
  z-index: 1;
}

.uk-card-badge:first-child + * {
  margin-top: 0;
}

.uk-card-hover:not(.uk-card-default):not(.uk-card-primary):not(.uk-card-secondary):hover {
  background: #fff;
  box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
}

.uk-card-default {
  background: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  color: var(--color-global);
}

.uk-card-default .uk-card-title {
  color: #333;
}

.uk-card-default.uk-card-hover:hover {
  background-color: #fff;
  box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
}

.uk-card-default .uk-card-header {
  border-bottom: 1px solid #e5e5e5;
}

.uk-card-default .uk-card-footer {
  border-top: 1px solid #e5e5e5;
}

.uk-card-primary {
  background: var(--color-primary);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  color: #fff;
}

.uk-card-primary .uk-card-title {
  color: #fff;
}

.uk-card-primary.uk-card-hover:hover {
  background-color: var(--color-primary);
  box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
}

.uk-card-secondary {
  background: #222;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  color: #fff;
}

.uk-card-secondary .uk-card-title {
  color: #fff;
}

.uk-card-secondary.uk-card-hover:hover {
  background-color: #222;
  box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
}

.uk-card-small .uk-card-body,
.uk-card-small.uk-card-body {
  padding: 20px;
}

.uk-card-small .uk-card-footer,
.uk-card-small .uk-card-header {
  padding: 13px 20px;
}

.uk-card-body > .uk-nav-default {
  margin-left: -30px;
  margin-right: -30px;
}

.uk-card-body > .uk-nav-default:only-child {
  margin-bottom: -15px;
  margin-top: -15px;
}

.uk-card-body > .uk-nav-default .uk-nav-divider,
.uk-card-body > .uk-nav-default .uk-nav-header,
.uk-card-body > .uk-nav-default > li > a {
  padding-left: 30px;
  padding-right: 30px;
}

.uk-card-body > .uk-nav-default .uk-nav-sub {
  padding-left: 45px;
}

.uk-card-small > .uk-nav-default {
  margin-left: -20px;
  margin-right: -20px;
}

.uk-card-small > .uk-nav-default:only-child {
  margin-bottom: -5px;
  margin-top: -5px;
}

.uk-card-small > .uk-nav-default .uk-nav-divider,
.uk-card-small > .uk-nav-default .uk-nav-header,
.uk-card-small > .uk-nav-default > li > a {
  padding-left: 20px;
  padding-right: 20px;
}

.uk-card-small > .uk-nav-default .uk-nav-sub {
  padding-left: 35px;
}

.uk-close {
  color: #999;
  transition: 0.1s ease-in-out;
  transition-property: color, opacity;
}

.uk-close:focus,
.uk-close:hover {
  color: var(--color-global);
  outline: none;
}

.uk-spinner > * {
  -webkit-animation: uk-spinner-rotate 1.4s linear infinite;
  animation: uk-spinner-rotate 1.4s linear infinite;
}

@-webkit-keyframes uk-spinner-rotate {
  0% {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(270deg);
  }
}

@keyframes uk-spinner-rotate {
  0% {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(270deg);
  }
}

.uk-spinner > * > * {
  stroke-dasharray: 88px;
  stroke-dashoffset: 0;
  stroke-width: 1;
  stroke-linecap: round;
  -webkit-animation: uk-spinner-dash 1.4s ease-in-out infinite;
  animation: uk-spinner-dash 1.4s ease-in-out infinite;
  transform-origin: center;
}

@-webkit-keyframes uk-spinner-dash {
  0% {
    stroke-dashoffset: 88px;
  }

  50% {
    stroke-dashoffset: 22px;
    transform: rotate(135deg);
  }

  to {
    stroke-dashoffset: 88px;
    transform: rotate(450deg);
  }
}

@keyframes uk-spinner-dash {
  0% {
    stroke-dashoffset: 88px;
  }

  50% {
    stroke-dashoffset: 22px;
    transform: rotate(135deg);
  }

  to {
    stroke-dashoffset: 88px;
    transform: rotate(450deg);
  }
}

.uk-totop {
  color: #999;
  padding: 5px;
  transition: color 0.1s ease-in-out;
}

.uk-totop:focus,
.uk-totop:hover {
  color: var(--color-global);
  outline: none;
}

.uk-totop:active {
  color: #333;
}

.uk-marker {
  background: #222;
  border-radius: 500px;
  color: #fff;
  padding: 5px;
}

.uk-marker:focus,
.uk-marker:hover {
  color: #fff;
  outline: none;
}

.uk-alert {
  background: #f8f8f8;
  color: var(--color-global);
  margin-bottom: 20px;
  padding: 15px 29px 15px 15px;
  position: relative;
}

* + .uk-alert {
  margin-top: 20px;
}

.uk-alert > :last-child {
  margin-bottom: 0;
}

.uk-alert-close {
  color: inherit;
  opacity: 0.4;
  position: absolute;
  right: 15px;
  top: 20px;
}

.uk-alert-close:first-child + * {
  margin-top: 0;
}

.uk-alert-close:focus,
.uk-alert-close:hover {
  color: inherit;
  opacity: 0.8;
}

.uk-alert-primary {
  background: var(--color-alert-primary);
  color: var(--color-primary);
}

.uk-alert-success {
  background: var(--color-alert-success);
  color: #32d296;
}

.uk-alert-warning {
  background: var(--color-alert-warning);
  color: #faa05a;
}

.uk-alert-danger {
  background: var(--color-alert-danger);
  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]),
.uk-alert a:not([class]):hover {
  color: inherit;
  text-decoration: underline;
}

.uk-badge {
  align-items: center;
  background: var(--color-primary);
  border-radius: 500px;
  box-sizing: border-box;
  color: #fff;
  display: inline-flex;
  font-size: 0.75rem;
  height: 22px;
  justify-content: center;
  min-width: 22px;
  padding: 0 5px;
  vertical-align: middle;
}

.uk-badge:focus,
.uk-badge:hover {
  color: #fff;
  outline: none;
  text-decoration: none;
}

.uk-label {
  background: var(--color-primary);
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-size: 0.75rem;
  line-height: 1.5;
  padding: 0 10px;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
}

.uk-label-success {
  background-color: #32d296;
  color: #fff;
}

.uk-label-warning {
  background-color: #faa05a;
  color: #fff;
}

.uk-label-danger {
  background-color: #f0506e;
  color: #fff;
}

.uk-overlay {
  padding: 30px;
}

.uk-overlay > :last-child {
  margin-bottom: 0;
}

.uk-overlay-default {
  background: hsla(0, 0%, 100%, 0.8);
}

.uk-overlay-primary {
  background: rgba(34, 34, 34, 0.8);
}

.uk-search {
  display: inline-block;
  margin: 0;
  max-width: 100%;
  position: relative;
}

.uk-search-input::-webkit-search-cancel-button,
.uk-search-input::-webkit-search-decoration {
  -webkit-appearance: none;
}

.uk-search-input::-moz-placeholder {
  opacity: 1;
}

.uk-search-input {
  -webkit-appearance: none;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: var(--color-global);
  font: inherit;
  margin: 0;
  overflow: visible;
  vertical-align: middle;
  width: 100%;
}

.uk-search-input:focus {
  outline: none;
}

.uk-search-input:-ms-input-placeholder {
  color: #999 !important;
}

.uk-search-input::-moz-placeholder {
  color: #999;
}

.uk-search-input::placeholder {
  color: #999;
}

.uk-search-icon:focus {
  outline: none;
}

.uk-search .uk-search-icon {
  align-items: center;
  bottom: 0;
  color: #999;
  display: inline-flex;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
}

.uk-search .uk-search-icon:hover {
  color: #999;
}

.uk-search .uk-search-icon:not(a):not(button):not(input) {
  pointer-events: none;
}

.uk-search .uk-search-icon-flip {
  left: auto;
  right: 0;
}

.uk-search-default {
  width: 180px;
}

.uk-search-default .uk-search-input {
  background: transparent;
  border: 1px solid #e5e5e5;
  height: 40px;
  padding-left: 6px;
  padding-right: 6px;
}

.uk-search-default .uk-search-input:focus {
  background-color: transparent;
}

.uk-search-default .uk-search-icon {
  width: 40px;
}

.uk-search-default .uk-search-icon:not(.uk-search-icon-flip) ~ .uk-search-input {
  padding-left: 40px;
}

.uk-search-default .uk-search-icon-flip ~ .uk-search-input {
  padding-right: 40px;
}

.uk-search-navbar {
  width: 400px;
}

.uk-search-navbar .uk-search-input {
  background: transparent;
  font-size: 1.5rem;
  height: 40px;
}

.uk-search-navbar .uk-search-icon {
  width: 40px;
}

.uk-search-navbar .uk-search-icon:not(.uk-search-icon-flip) ~ .uk-search-input {
  padding-left: 40px;
}

.uk-search-navbar .uk-search-icon-flip ~ .uk-search-input {
  padding-right: 40px;
}

.uk-search-large {
  width: 500px;
}

.uk-search-large .uk-search-input {
  background: transparent;
  font-size: 2.625rem;
  height: 80px;
}

.uk-search-large .uk-search-icon {
  width: 80px;
}

.uk-search-large .uk-search-icon:not(.uk-search-icon-flip) ~ .uk-search-input {
  padding-left: 80px;
}

.uk-search-large .uk-search-icon-flip ~ .uk-search-input {
  padding-right: 80px;
}

.uk-search-toggle {
  color: #999;
}

.uk-search-toggle:focus,
.uk-search-toggle:hover {
  color: var(--color-global);
}

.uk-accordion {
  list-style: none;
  padding: 0;
}

.uk-accordion > :nth-child(n + 2) {
  margin-top: 20px;
}

.uk-accordion-title {
  color: #333;
  display: block;
  font-size: 1.25rem;
  line-height: 1.4;
  overflow: hidden;
}

.uk-accordion-title:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='13' height='13' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='var(--color-global)' d='M0 6h13v1H0z'/%3E%3Cpath fill='var(--color-global)' d='M6 0h1v13H6z'/%3E%3C/svg%3E");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  content: "";
  float: right;
  height: 1.4em;
  margin-left: 10px;
  width: 1.4em;
}

.uk-open > .uk-accordion-title:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='13' height='13' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='var(--color-global)' d='M0 6h13v1H0z'/%3E%3C/svg%3E");
}

.uk-accordion-title:focus,
.uk-accordion-title:hover {
  color: var(--color-global);
  outline: none;
  text-decoration: none;
}

.uk-accordion-content {
  display: flow-root;
  margin-top: 20px;
}

.uk-accordion-content > :last-child {
  margin-bottom: 0;
}

.uk-drop {
  box-sizing: border-box;
  display: none;
  position: absolute;
  width: 300px;
  z-index: 1020;
}

.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 {
  background: #fff;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  color: var(--color-global);
  display: none;
  min-width: 200px;
  padding: 25px;
  position: absolute;
  z-index: 1020;
}

.uk-dropdown.uk-open {
  display: block;
}

.uk-dropdown-nav {
  font-size: 0.75rem;
  white-space: nowrap;
}

.uk-dropdown-nav > li > a {
  color: #999;
}

.uk-dropdown-nav > li.uk-active > a,
.uk-dropdown-nav > li > a:focus,
.uk-dropdown-nav > li > a:hover {
  color: var(--color-global);
}

.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:focus,
.uk-dropdown-nav .uk-nav-sub a:hover,
.uk-dropdown-nav .uk-nav-sub li.uk-active > a {
  color: var(--color-global);
}

[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 {
  -webkit-overflow-scrolling: touch;
  background: rgba(0, 0, 0, 0.6);
  bottom: 0;
  display: none;
  left: 0;
  opacity: 0;
  overflow-y: auto;
  padding: 15px;
  position: fixed;
  right: 0;
  top: 0;
  transition: opacity 0.15s linear;
  z-index: 1010;
}

.uk-modal.uk-open {
  opacity: 1;
}

.uk-modal-page {
  overflow: hidden;
}

.uk-modal-dialog {
  background: #fff;
  box-sizing: border-box;
  margin: 0 auto;
  max-width: calc(100% - 0.01px) !important;
  opacity: 0;
  position: relative;
  transform: translateY(-100px);
  transition: 0.3s linear;
  transition-property: opacity, transform;
  width: 600px;
}

.uk-open > .uk-modal-dialog {
  opacity: 1;
  transform: translateY(0);
}

.uk-modal-container .uk-modal-dialog {
  width: 1200px;
}

.uk-modal-full {
  background: none;
  padding: 0;
}

.uk-modal-full .uk-modal-dialog {
  margin: 0;
  max-width: 100%;
  transform: translateY(0);
  width: 100%;
}

.uk-modal-body {
  display: flow-root;
  padding: 30px;
}

.uk-modal-header {
  border-bottom: 1px solid #e5e5e5;
}

.uk-modal-footer,
.uk-modal-header {
  background: #fff;
  display: flow-root;
  padding: 15px 30px;
}

.uk-modal-footer {
  border-top: 1px solid #e5e5e5;
}

.uk-modal-body > :last-child,
.uk-modal-footer > :last-child,
.uk-modal-header > :last-child {
  margin-bottom: 0;
}

.uk-modal-title {
  font-size: 2rem;
  line-height: 1.3;
}

[class*="uk-modal-close-"] {
  padding: 5px;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1010;
}

[class*="uk-modal-close-"]:first-child + * {
  margin-top: 0;
}

.uk-modal-close-outside {
  color: #fff;
  right: -5px;
  top: 0;
  transform: translateY(-100%);
}

.uk-modal-close-outside:hover {
  color: #fff;
}

.uk-modal-close-full {
  background: #fff;
  padding: 20px;
  right: 0;
  top: 0;
}

.uk-slideshow {
  -webkit-tap-highlight-color: transparent;
}

.uk-slideshow-items {
  -webkit-touch-callout: none;
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  z-index: 0;
}

.uk-slideshow-items > * {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  touch-action: pan-y;
  will-change: transform, opacity;
}

.uk-slideshow-items > :focus {
  outline: none;
}

.uk-slideshow-items > :not(.uk-active) {
  display: none;
}

.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 {
  position: relative;
  will-change: transform;
}

.uk-slider-items:not(.uk-grid) {
  -webkit-touch-callout: none;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.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 {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
  margin: 0 !important;
  z-index: 980;
}

.uk-sticky.uk-animation-reverse,
.uk-sticky[class*="uk-animation-"] {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
}

.uk-offcanvas {
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 1000;
}

.uk-offcanvas-flip .uk-offcanvas {
  left: auto;
  right: 0;
}

.uk-offcanvas-bar {
  -webkit-overflow-scrolling: touch;
  background: #222;
  bottom: 0;
  box-sizing: border-box;
  left: -270px;
  overflow-y: auto;
  padding: 20px;
  position: absolute;
  top: 0;
  width: 270px;
}

.uk-offcanvas-flip .uk-offcanvas-bar {
  left: auto;
  right: -270px;
}

.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 0.3s ease-out;
}

.uk-offcanvas-flip .uk-offcanvas-bar-animation {
  transition-property: right;
}

.uk-offcanvas-reveal {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  transition: width 0.3s ease-out;
  width: 0;
}

.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;
}

.uk-offcanvas-flip .uk-offcanvas-reveal {
  left: auto;
  right: 0;
}

.uk-offcanvas-close {
  padding: 5px;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 1000;
}

.uk-offcanvas-overlay {
  touch-action: none;
  width: 100vw;
}

.uk-offcanvas-overlay:before {
  background: rgba(0, 0, 0, 0.1);
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.15s linear;
}

.uk-offcanvas-overlay.uk-open:before {
  opacity: 1;
}

.uk-offcanvas-container,
.uk-offcanvas-page {
  overflow-x: hidden;
}

.uk-offcanvas-container {
  box-sizing: border-box;
  left: 0;
  position: relative;
  transition: left 0.3s ease-out;
  width: 100%;
}

:not(.uk-offcanvas-flip).uk-offcanvas-container-animation {
  left: 270px;
}

.uk-offcanvas-flip.uk-offcanvas-container-animation {
  left: -270px;
}

.uk-switcher {
  list-style: none;
  margin: 0;
  padding: 0;
}

.uk-switcher > :not(.uk-active) {
  display: none;
}

.uk-switcher > * > :last-child {
  margin-bottom: 0;
}

.uk-leader {
  overflow: hidden;
}

.uk-leader-fill:after {
  content: attr(data-fill);
  display: inline-block;
  margin-left: 15px;
  white-space: nowrap;
  width: 0;
}

.uk-leader-fill.uk-leader-hide:after {
  display: none;
}

.uk-leader-fill-content:before {
  content: ".";
}

:root {
  --uk-leader-fill-content: .;
}

.uk-notification {
  box-sizing: border-box;
  left: 10px;
  position: fixed;
  top: 10px;
  width: 350px;
  z-index: 1040;
}

.uk-notification-bottom-right,
.uk-notification-top-right {
  left: auto;
  right: 10px;
}

.uk-notification-bottom-center,
.uk-notification-top-center {
  left: 50%;
  margin-left: -175px;
}

.uk-notification-bottom-center,
.uk-notification-bottom-left,
.uk-notification-bottom-right {
  bottom: 10px;
  top: auto;
}

.uk-notification-message {
  background: #f8f8f8;
  color: var(--color-global);
  cursor: pointer;
  font-size: 1.25rem;
  line-height: 1.4;
  padding: 15px;
  position: relative;
}

* + .uk-notification-message {
  margin-top: 10px;
}

.uk-notification-close {
  display: none;
  position: absolute;
  right: 15px;
  top: 20px;
}

.uk-notification-message:hover .uk-notification-close {
  display: block;
}

.uk-notification-message-primary {
  color: var(--color-primary);
}

.uk-notification-message-success {
  color: #32d296;
}

.uk-notification-message-warning {
  color: #faa05a;
}

.uk-notification-message-danger {
  color: #f0506e;
}

.uk-tooltip {
  background: #666;
  border-radius: 2px;
  box-sizing: border-box;
  color: #fff;
  display: none;
  font-size: 12px;
  max-width: 200px;
  padding: 3px 6px;
  position: absolute;
  top: 0;
  z-index: 1030;
}

.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-grid {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

.uk-grid > * {
  margin: 0;
}

.uk-grid > * > :last-child {
  margin-bottom: 0;
}

.uk-grid {
  margin-left: -30px;
}

.uk-grid > * {
  padding-left: 30px;
}

* + .uk-grid-margin,
.uk-grid + .uk-grid,
.uk-grid > .uk-grid-margin {
  margin-top: 30px;
}

.uk-grid-column-small,
.uk-grid-small {
  margin-left: -15px;
}

.uk-grid-column-small > *,
.uk-grid-small > * {
  padding-left: 15px;
}

* + .uk-grid-margin-small,
.uk-grid + .uk-grid-row-small,
.uk-grid + .uk-grid-small,
.uk-grid-row-small > .uk-grid-margin,
.uk-grid-small > .uk-grid-margin {
  margin-top: 15px;
}

.uk-grid-column-medium,
.uk-grid-medium {
  margin-left: -30px;
}

.uk-grid-column-medium > *,
.uk-grid-medium > * {
  padding-left: 30px;
}

* + .uk-grid-margin-medium,
.uk-grid + .uk-grid-medium,
.uk-grid + .uk-grid-row-medium,
.uk-grid-medium > .uk-grid-margin,
.uk-grid-row-medium > .uk-grid-margin {
  margin-top: 30px;
}

.uk-grid-column-large,
.uk-grid-large {
  margin-left: -40px;
}

.uk-grid-column-large > *,
.uk-grid-large > * {
  padding-left: 40px;
}

* + .uk-grid-margin-large,
.uk-grid + .uk-grid-large,
.uk-grid + .uk-grid-row-large,
.uk-grid-large > .uk-grid-margin,
.uk-grid-row-large > .uk-grid-margin {
  margin-top: 40px;
}

.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 {
  border-left: 1px solid #e5e5e5;
  bottom: 0;
  content: "";
  position: absolute;
  top: 0;
}

.uk-grid-divider.uk-grid-stack > .uk-grid-margin:before {
  border-top: 1px solid #e5e5e5;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
}

.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 {
  left: 60px;
  top: -30px;
}

.uk-grid-divider.uk-grid-column-small,
.uk-grid-divider.uk-grid-small {
  margin-left: -30px;
}

.uk-grid-divider.uk-grid-column-small > *,
.uk-grid-divider.uk-grid-small > * {
  padding-left: 30px;
}

.uk-grid-divider.uk-grid-column-small > :not(.uk-first-column):before,
.uk-grid-divider.uk-grid-small > :not(.uk-first-column):before {
  left: 15px;
}

.uk-grid-divider.uk-grid-row-small.uk-grid-stack > .uk-grid-margin,
.uk-grid-divider.uk-grid-small.uk-grid-stack > .uk-grid-margin {
  margin-top: 30px;
}

.uk-grid-divider.uk-grid-small.uk-grid-stack > .uk-grid-margin:before {
  left: 30px;
  top: -15px;
}

.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-column-medium,
.uk-grid-divider.uk-grid-medium {
  margin-left: -60px;
}

.uk-grid-divider.uk-grid-column-medium > *,
.uk-grid-divider.uk-grid-medium > * {
  padding-left: 60px;
}

.uk-grid-divider.uk-grid-column-medium > :not(.uk-first-column):before,
.uk-grid-divider.uk-grid-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 {
  left: 60px;
  top: -30px;
}

.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-column-large,
.uk-grid-divider.uk-grid-large {
  margin-left: -80px;
}

.uk-grid-divider.uk-grid-column-large > *,
.uk-grid-divider.uk-grid-large > * {
  padding-left: 80px;
}

.uk-grid-divider.uk-grid-column-large > :not(.uk-first-column):before,
.uk-grid-divider.uk-grid-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 {
  left: 80px;
  top: -40px;
}

.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;
}

.uk-grid-item-match,
.uk-grid-match > * {
  display: flex;
  flex-wrap: wrap;
}

.uk-grid-item-match > :not([class*="uk-width"]),
.uk-grid-match > * > :not([class*="uk-width"]) {
  box-sizing: border-box;
  flex: auto;
  width: 100%;
}

.uk-nav,
.uk-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.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 {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='none' stroke='var(--color-global)' stroke-width='1.1' d='M10 1 4 7l6 6'/%3E%3C/svg%3E");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  content: "";
  float: right;
  height: 1.5em;
  width: 1.5em;
}

.uk-nav-parent-icon > .uk-parent.uk-open > a:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='none' stroke='var(--color-global)' stroke-width='1.1' d='m1 4 6 6 6-6'/%3E%3C/svg%3E");
}

.uk-nav-header {
  font-size: 0.75rem;
  padding: 5px 0;
  text-transform: uppercase;
}

.uk-nav-header:not(:first-child) {
  margin-top: 20px;
}

.uk-nav-divider {
  margin: 5px 0;
}

.uk-nav-default {
  font-size: 0.75rem;
}

.uk-nav-default > li > a {
  color: #999;
}

.uk-nav-default > li > a:focus,
.uk-nav-default > li > a:hover {
  color: var(--color-global);
}

.uk-nav-default .uk-nav-header,
.uk-nav-default > li.uk-active > a {
  color: #333;
}

.uk-nav-default .uk-nav-divider {
  border-top: 1px solid #e5e5e5;
}

.uk-nav-default .uk-nav-sub a {
  color: #999;
}

.uk-nav-default .uk-nav-sub a:focus,
.uk-nav-default .uk-nav-sub a:hover {
  color: var(--color-global);
}

.uk-nav-default .uk-nav-sub li.uk-active > a {
  color: #333;
}

.uk-nav-primary > li > a {
  color: #999;
  font-size: 1.5rem;
  line-height: 1.5;
}

.uk-nav-primary > li > a:focus,
.uk-nav-primary > li > a:hover {
  color: var(--color-global);
}

.uk-nav-primary .uk-nav-header,
.uk-nav-primary > li.uk-active > a {
  color: #333;
}

.uk-nav-primary .uk-nav-divider {
  border-top: 1px solid #e5e5e5;
}

.uk-nav-primary .uk-nav-sub a {
  color: #999;
}

.uk-nav-primary .uk-nav-sub a:focus,
.uk-nav-primary .uk-nav-sub a:hover {
  color: var(--color-global);
}

.uk-nav-primary .uk-nav-sub li.uk-active > a {
  color: #333;
}

.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 > :after,
.uk-navbar-container > :before {
  display: none !important;
}

.uk-navbar-center,
.uk-navbar-center-left > *,
.uk-navbar-center-right > *,
.uk-navbar-left,
.uk-navbar-right {
  align-items: center;
  display: flex;
}

.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) {
  box-sizing: border-box;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  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-"] {
  box-sizing: border-box;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.uk-navbar-nav {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.uk-navbar-center:only-child,
.uk-navbar-left,
.uk-navbar-right {
  flex-wrap: wrap;
}

.uk-navbar-item,
.uk-navbar-nav > li > a,
.uk-navbar-toggle {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans,
    sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: 16px;
  justify-content: center;
  min-height: 60px;
  padding: 0 15px;
  text-decoration: none;
}

.uk-navbar-nav > li > a {
  color: var(--color-global);
  text-transform: none;
  transition: 0.1s ease-in-out;
  transition-property: color, background-color;
}

.uk-navbar-nav > li:hover > a,
.uk-navbar-nav > li > a.uk-open,
.uk-navbar-nav > li > a:focus {
  color: var(--color-global);
  outline: none;
}

.uk-navbar-nav > li > a:active {
  color: #333;
}

.uk-navbar-nav > li.uk-active > a {
  color: var(--color-primary);
}

.uk-navbar-item {
  color: var(--color-global);
}

.uk-navbar-toggle {
  color: #fff;
}

.uk-navbar-toggle.uk-open,
.uk-navbar-toggle:focus,
.uk-navbar-toggle:hover {
  color: var(--color-global);
  outline: none;
  text-decoration: none;
}

.uk-navbar-subtitle {
  font-size: 0.75rem;
}

.uk-navbar-dropdown {
  background: #fff;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  color: var(--color-global);
  display: none;
  padding: 25px;
  position: absolute;
  width: 200px;
  z-index: 1020;
}

.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 {
  box-shadow: none;
  margin-bottom: 0;
  margin-top: 0;
}

.uk-navbar-dropdown-nav {
  font-size: 0.75rem;
}

.uk-navbar-dropdown-nav > li > a {
  color: #999;
}

.uk-navbar-dropdown-nav > li > a:focus,
.uk-navbar-dropdown-nav > li > a:hover {
  color: var(--color-global);
}

.uk-navbar-dropdown-nav .uk-nav-header,
.uk-navbar-dropdown-nav > li.uk-active > a {
  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:focus,
.uk-navbar-dropdown-nav .uk-nav-sub a:hover {
  color: var(--color-global);
}

.uk-navbar-dropdown-nav .uk-nav-sub li.uk-active > a {
  color: #333;
}

.uk-navbar-dropbar {
  background: #fff;
}

.uk-navbar-dropbar-slide {
  box-shadow: 0 5px 7px rgba(0, 0, 0, 0.05);
  left: 0;
  position: absolute;
  right: 0;
  z-index: 980;
}

.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 {
  border-left: 1px solid #e5e5e5;
  bottom: 0;
  content: "";
  left: 25px;
  position: absolute;
  top: 0;
}

.uk-navbar-dropdown-grid.uk-grid-stack > .uk-grid-margin:before {
  border-top: 1px solid #e5e5e5;
  content: "";
  left: 50px;
  position: absolute;
  right: 0;
  top: -25px;
}

.uk-subnav {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-left: -20px;
  padding: 0;
}

.uk-subnav > * {
  flex: none;
  padding-left: 20px;
  position: relative;
}

.uk-subnav > * > :first-child {
  color: #999;
  display: block;
  font-size: 0.75rem;
  text-transform: uppercase;
  transition: 0.1s ease-in-out;
  transition-property: color, background-color;
}

.uk-subnav > * > a:focus,
.uk-subnav > * > a:hover {
  color: var(--color-global);
  outline: none;
  text-decoration: none;
}

.uk-subnav > .uk-active > a {
  color: #333;
}

.uk-subnav-divider {
  margin-left: -41px;
}

.uk-subnav-divider > * {
  align-items: center;
  display: flex;
}

.uk-subnav-divider > :before {
  border-left: 1px solid transparent;
  content: "";
  height: 1.5em;
  margin-left: 0;
  margin-right: 20px;
}

.uk-subnav-divider > :nth-child(n + 2):not(.uk-first-column):before {
  border-left-color: #e5e5e5;
}

.uk-subnav-pill > * > :first-child {
  background: transparent;
  color: #999;
  padding: 5px 10px;
}

.uk-subnav-pill > * > a:active,
.uk-subnav-pill > * > a:focus,
.uk-subnav-pill > * > a:hover {
  background-color: #f8f8f8;
  color: var(--color-global);
}

.uk-subnav-pill > .uk-active > a {
  background-color: var(--color-primary);
  color: #fff;
}

.uk-subnav > .uk-disabled > a {
  color: #999;
}

.uk-breadcrumb {
  list-style: none;
  padding: 0;
}

.uk-breadcrumb > * {
  display: contents;
}

.uk-breadcrumb > * > * {
  color: #999;
  font-size: 0.75rem;
}

.uk-breadcrumb > * > :focus,
.uk-breadcrumb > * > :hover {
  color: var(--color-global);
  text-decoration: none;
}

.uk-breadcrumb > :last-child > a:not([href]),
.uk-breadcrumb > :last-child > span {
  color: var(--color-global);
}

.uk-breadcrumb > :nth-child(n + 2):not(.uk-first-column):before {
  color: #999;
  content: "/";
  display: inline-block;
  font-size: 0.75rem;
  margin: 0 7px 0 3px;
}

.uk-pagination {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-left: 0;
  padding: 0;
}

.uk-pagination > * {
  flex: none;
  padding-left: 0;
  position: relative;
}

.uk-pagination > * > * {
  color: #999;
  display: block;
  padding: 5px 10px;
  transition: color 0.1s ease-in-out;
}

.uk-pagination > * > :focus,
.uk-pagination > * > :hover {
  color: var(--color-global);
  text-decoration: none;
}

.uk-pagination > .uk-active > * {
  color: var(--color-global);
}

.uk-pagination > .uk-disabled > * {
  color: #999;
}

.uk-tab {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-left: -20px;
  padding: 0;
  position: relative;
}

.uk-tab:before {
  border-bottom: 1px solid #e5e5e5;
  bottom: 0;
  content: "";
  left: 20px;
  position: absolute;
  right: 0;
}

.uk-tab > * {
  flex: none;
  padding-left: 20px;
  position: relative;
}

.uk-tab > * > a {
  border-bottom: 1px solid transparent;
  color: #999;
  display: block;
  font-size: 0.75rem;
  padding: 5px 10px;
  text-align: center;
  text-transform: uppercase;
  transition: color 0.1s ease-in-out;
}

.uk-tab > * > a:focus,
.uk-tab > * > a:hover {
  color: var(--color-global);
  text-decoration: none;
}

.uk-tab > .uk-active > a {
  border-color: var(--color-primary);
  color: #333;
}

.uk-tab > .uk-disabled > a {
  color: #999;
}

.uk-tab-bottom:before {
  bottom: auto;
  top: 0;
}

.uk-tab-bottom > * > a {
  border-bottom: none;
  border-top: 1px solid transparent;
}

.uk-tab-left,
.uk-tab-right {
  flex-direction: column;
  margin-left: 0;
}

.uk-tab-left > *,
.uk-tab-right > * {
  padding-left: 0;
}

.uk-tab-left:before {
  left: auto;
  right: 0;
}

.uk-tab-left:before,
.uk-tab-right:before {
  border-bottom: none;
  border-left: 1px solid #e5e5e5;
  bottom: 0;
  top: 0;
}

.uk-tab-right:before {
  left: 0;
  right: auto;
}

.uk-tab-left > * > a {
  border-bottom: none;
  border-right: 1px solid transparent;
  text-align: left;
}

.uk-tab-right > * > a {
  border-bottom: none;
  border-left: 1px solid transparent;
  text-align: left;
}

.uk-tab .uk-dropdown {
  margin-left: 30px;
}

.uk-slidenav {
  color: rgba(var(--color-global), 0.5);
  padding: 5px 10px;
  transition: color 0.1s ease-in-out;
}

.uk-slidenav:focus,
.uk-slidenav:hover {
  color: rgba(var(--color-global), 0.9);
  outline: none;
}

.uk-slidenav:active {
  color: rgba(var(--color-global), 0.5);
}

.uk-slidenav-large {
  padding: 10px;
}

.uk-dotnav,
.uk-slidenav-container {
  display: flex;
}

.uk-dotnav {
  flex-wrap: wrap;
  list-style: none;
  margin: 0 0 0 -12px;
  padding: 0;
}

.uk-dotnav > * {
  flex: none;
  padding-left: 12px;
}

.uk-dotnav > * > * {
  background: transparent;
  border: 1px solid rgba(var(--color-global), 0.4);
  border-radius: 50%;
  box-sizing: border-box;
  display: block;
  height: 10px;
  overflow: hidden;
  text-indent: 100%;
  transition: 0.2s ease-in-out;
  transition-property: background-color, border-color;
  white-space: nowrap;
  width: 10px;
}

.uk-dotnav > * > :focus,
.uk-dotnav > * > :hover {
  background-color: rgba(var(--color-global), 0.6);
  border-color: transparent;
  outline: none;
}

.uk-dotnav > * > :active {
  background-color: rgba(var(--color-global), 0.2);
  border-color: transparent;
}

.uk-dotnav > .uk-active > * {
  background-color: rgba(var(--color-global), 0.6);
  border-color: transparent;
}

.uk-dotnav-vertical {
  flex-direction: column;
  margin-left: 0;
  margin-top: -12px;
}

.uk-dotnav-vertical > * {
  padding-left: 0;
  padding-top: 12px;
}

.uk-thumbnav {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 0 0 -15px;
  padding: 0;
}

.uk-thumbnav > * {
  padding-left: 15px;
}

.uk-thumbnav > * > * {
  display: inline-block;
  position: relative;
}

.uk-thumbnav > * > :after {
  background: hsla(0, 0%, 100%, 0.4);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: background-color 0.1s ease-in-out;
}

.uk-thumbnav > * > :focus,
.uk-thumbnav > * > :hover {
  outline: none;
}

.uk-thumbnav > * > :focus:after,
.uk-thumbnav > * > :hover:after,
.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-iconnav {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 0 0 -10px;
  padding: 0;
}

.uk-iconnav > * {
  padding-left: 10px;
}

.uk-iconnav > * > a {
  color: #999;
  display: block;
}

.uk-iconnav > * > a:focus,
.uk-iconnav > * > a:hover {
  color: var(--color-global);
  outline: none;
}

.uk-iconnav > .uk-active > a {
  color: var(--color-global);
}

.uk-iconnav-vertical {
  flex-direction: column;
  margin-left: 0;
  margin-top: -10px;
}

.uk-iconnav-vertical > * {
  padding-left: 0;
  padding-top: 10px;
}

.uk-lightbox {
  background: #000;
  bottom: 0;
  display: none;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  touch-action: pinch-zoom;
  transition: opacity 0.15s linear;
  z-index: 1010;
}

.uk-lightbox.uk-open {
  display: block;
  opacity: 1;
}

.uk-lightbox-page {
  overflow: hidden;
}

.uk-lightbox-items > * {
  align-items: center;
  bottom: 0;
  color: hsla(0, 0%, 100%, 0.7);
  display: none;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  will-change: transform, opacity;
}

.uk-lightbox-items > * > * {
  max-height: 100vh;
  max-width: 100vw;
}

@supports (-webkit-touch-callout: none) {
  .uk-lightbox-items > * > * {
    max-height: -webkit-fill-available;
  }
}

.uk-lightbox-items > :focus {
  outline: none;
}

.uk-lightbox-items > * > :not(iframe) {
  height: auto;
  width: auto;
}

.uk-lightbox-items > .uk-active {
  display: flex;
}

.uk-lightbox-toolbar {
  background: rgba(0, 0, 0, 0.3);
  padding: 10px;
}

.uk-lightbox-toolbar,
.uk-lightbox-toolbar > * {
  color: hsla(0, 0%, 100%, 0.7);
}

.uk-lightbox-toolbar-icon {
  color: hsla(0, 0%, 100%, 0.7);
  padding: 5px;
}

.uk-lightbox-toolbar-icon:hover {
  color: #fff;
}

.uk-lightbox-button {
  align-items: center;
  background: rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  color: hsla(0, 0%, 100%, 0.7);
  display: inline-flex;
  height: 50px;
  justify-content: center;
  width: 50px;
}

.uk-lightbox-button:focus,
.uk-lightbox-button:hover {
  color: #fff;
}

.uk-lightbox-caption:empty {
  display: none;
}

.uk-lightbox-iframe {
  height: 80%;
  width: 80%;
}

[class*="uk-animation-"] {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

.uk-animation-fade {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-name: uk-fade;
  animation-name: uk-fade;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.uk-animation-scale-up {
  -webkit-animation-name: uk-fade-scale-02;
  animation-name: uk-fade-scale-02;
}

.uk-animation-scale-down {
  -webkit-animation-name: uk-fade-scale-18;
  animation-name: uk-fade-scale-18;
}

.uk-animation-slide-top {
  -webkit-animation-name: uk-fade-top;
  animation-name: uk-fade-top;
}

.uk-animation-slide-bottom {
  -webkit-animation-name: uk-fade-bottom;
  animation-name: uk-fade-bottom;
}

.uk-animation-slide-left {
  -webkit-animation-name: uk-fade-left;
  animation-name: uk-fade-left;
}

.uk-animation-slide-right {
  -webkit-animation-name: uk-fade-right;
  animation-name: uk-fade-right;
}

.uk-animation-slide-top-small {
  -webkit-animation-name: uk-fade-top-small;
  animation-name: uk-fade-top-small;
}

.uk-animation-slide-bottom-small {
  -webkit-animation-name: uk-fade-bottom-small;
  animation-name: uk-fade-bottom-small;
}

.uk-animation-slide-left-small {
  -webkit-animation-name: uk-fade-left-small;
  animation-name: uk-fade-left-small;
}

.uk-animation-slide-right-small {
  -webkit-animation-name: uk-fade-right-small;
  animation-name: uk-fade-right-small;
}

.uk-animation-slide-top-medium {
  -webkit-animation-name: uk-fade-top-medium;
  animation-name: uk-fade-top-medium;
}

.uk-animation-slide-bottom-medium {
  -webkit-animation-name: uk-fade-bottom-medium;
  animation-name: uk-fade-bottom-medium;
}

.uk-animation-slide-left-medium {
  -webkit-animation-name: uk-fade-left-medium;
  animation-name: uk-fade-left-medium;
}

.uk-animation-slide-right-medium {
  -webkit-animation-name: uk-fade-right-medium;
  animation-name: uk-fade-right-medium;
}

.uk-animation-kenburns {
  -webkit-animation-duration: 15s;
  animation-duration: 15s;
  -webkit-animation-name: uk-scale-kenburns;
  animation-name: uk-scale-kenburns;
}

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

.uk-animation-stroke {
  stroke-dasharray: var(--uk-animation-stroke);
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: uk-stroke;
  animation-name: uk-stroke;
}

.uk-animation-reverse {
  animation-direction: reverse;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

.uk-animation-fast {
  -webkit-animation-duration: 0.1s;
  animation-duration: 0.1s;
}

.uk-animation-toggle:not(:hover):not(:focus) [class*="uk-animation-"] {
  -webkit-animation-name: none;
  animation-name: none;
}

.uk-animation-toggle {
  -webkit-tap-highlight-color: transparent;
}

.uk-animation-toggle:focus {
  outline: none;
}

@-webkit-keyframes uk-fade {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes uk-fade {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes uk-fade-top {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes uk-fade-top {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@-webkit-keyframes uk-fade-bottom {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes uk-fade-bottom {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@-webkit-keyframes uk-fade-left {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes uk-fade-left {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@-webkit-keyframes uk-fade-right {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes uk-fade-right {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@-webkit-keyframes uk-fade-top-small {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes uk-fade-top-small {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@-webkit-keyframes uk-fade-bottom-small {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes uk-fade-bottom-small {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@-webkit-keyframes uk-fade-left-small {
  0% {
    opacity: 0;
    transform: translateX(-10px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes uk-fade-left-small {
  0% {
    opacity: 0;
    transform: translateX(-10px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@-webkit-keyframes uk-fade-right-small {
  0% {
    opacity: 0;
    transform: translateX(10px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes uk-fade-right-small {
  0% {
    opacity: 0;
    transform: translateX(10px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@-webkit-keyframes uk-fade-top-medium {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes uk-fade-top-medium {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@-webkit-keyframes uk-fade-bottom-medium {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes uk-fade-bottom-medium {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@-webkit-keyframes uk-fade-left-medium {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes uk-fade-left-medium {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@-webkit-keyframes uk-fade-right-medium {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes uk-fade-right-medium {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@-webkit-keyframes uk-fade-scale-02 {
  0% {
    opacity: 0;
    transform: scale(0.2);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes uk-fade-scale-02 {
  0% {
    opacity: 0;
    transform: scale(0.2);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@-webkit-keyframes uk-fade-scale-18 {
  0% {
    opacity: 0;
    transform: scale(1.8);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes uk-fade-scale-18 {
  0% {
    opacity: 0;
    transform: scale(1.8);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@-webkit-keyframes uk-scale-kenburns {
  0% {
    transform: scale(1);
  }

  to {
    transform: scale(1.2);
  }
}

@keyframes uk-scale-kenburns {
  0% {
    transform: scale(1);
  }

  to {
    transform: scale(1.2);
  }
}

@-webkit-keyframes uk-shake {
  0%,
  to {
    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-shake {
  0%,
  to {
    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);
  }
}

@-webkit-keyframes uk-stroke {
  0% {
    stroke-dashoffset: var(--uk-animation-stroke);
  }

  to {
    stroke-dashoffset: 0;
  }
}

@keyframes uk-stroke {
  0% {
    stroke-dashoffset: var(--uk-animation-stroke);
  }

  to {
    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: 33.32223%;
}

.uk-child-width-1-4 > * {
  width: 25%;
}

.uk-child-width-1-5 > * {
  width: 20%;
}

.uk-child-width-1-6 > * {
  width: 16.66389%;
}

.uk-child-width-auto > * {
  width: auto;
}

.uk-child-width-expand > :not([class*="uk-width"]) {
  flex: 1 1;
  min-width: 1px;
}

[class*="uk-width"] {
  box-sizing: border-box;
  max-width: 100%;
  width: 100%;
}

.uk-width-1-2 {
  width: 50%;
}

.uk-width-1-3 {
  width: 33.32223%;
}

.uk-width-2-3 {
  width: 66.64445%;
}

.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: 16.66389%;
}

.uk-width-5-6 {
  width: 83.31945%;
}

.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 1;
  min-width: 1px;
}

[class*="uk-height"] {
  box-sizing: border-box;
}

.uk-height-1-1 {
  height: 100%;
}

.uk-height-viewport {
  min-height: 100vh;
}

@supports (-webkit-touch-callout: none) {
  .uk-height-viewport {
    min-height: -webkit-fill-available;
  }
}

.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-lead {
  color: #333;
  font-size: 1.5rem;
  line-height: 1.5;
}

.uk-text-meta {
  color: #999;
  font-size: 0.75rem;
  line-height: 1.4;
}

.uk-text-meta a {
  color: #999;
}

.uk-text-meta a:hover {
  color: var(--color-global);
  text-decoration: none;
}

.uk-text-small {
  font-size: 0.75rem;
  line-height: 1.5;
}

.uk-text-large {
  font-size: 1.5rem;
  line-height: 1.5;
}

.uk-text-default {
  font-size: 16px;
  line-height: 1.5;
}

.uk-text-light {
  font-weight: 300;
}

.uk-text-normal {
  font-weight: 400;
}

.uk-text-bold {
  font-weight: 700;
}

.uk-text-lighter {
  font-weight: lighter;
}

.uk-text-bolder {
  font-weight: bolder;
}

.uk-text-italic {
  font-style: italic;
}

.uk-text-capitalize {
  text-transform: capitalize !important;
}

.uk-text-uppercase {
  text-transform: uppercase !important;
}

.uk-text-lowercase {
  text-transform: lowercase !important;
}

.uk-text-muted {
  color: #999 !important;
}

.uk-text-emphasis {
  color: #333 !important;
}

.uk-text-primary {
  color: var(--color-primary) !important;
}

.uk-text-secondary {
  color: #222 !important;
}

.uk-text-success {
  color: #32d296 !important;
}

.uk-text-warning {
  color: #faa05a !important;
}

.uk-text-danger {
  color: #f0506e !important;
}

.uk-text-background {
  -webkit-background-clip: text;
  color: var(--color-primary) !important;
  display: inline-block;
}

@supports (-webkit-background-clip: text) {
  .uk-text-background {
    background-color: var(--color-primary);
    color: transparent !important;
  }
}

.uk-text-left {
  text-align: left !important;
}

.uk-text-right {
  text-align: right !important;
}

.uk-text-center {
  text-align: center !important;
}

.uk-text-justify {
  text-align: justify !important;
}

.uk-text-top {
  vertical-align: top !important;
}

.uk-text-middle {
  vertical-align: middle !important;
}

.uk-text-bottom {
  vertical-align: bottom !important;
}

.uk-text-baseline {
  vertical-align: baseline !important;
}

.uk-text-nowrap,
.uk-text-truncate {
  white-space: nowrap;
}

.uk-text-truncate {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

td.uk-text-truncate,
th.uk-text-truncate {
  max-width: 0;
}

.uk-text-break {
  word-wrap: break-word;
  overflow-wrap: break-word;
}

td.uk-text-break,
th.uk-text-break {
  word-break: break-all;
}

[class*="uk-column-"] {
  -moz-column-gap: 30px;
  column-gap: 30px;
}

[class*="uk-column-"] img {
  transform: translateZ(0);
}

.uk-column-divider {
  -moz-column-gap: 60px;
  column-gap: 60px;
  -moz-column-rule: 1px solid #e5e5e5;
  column-rule: 1px solid #e5e5e5;
}

.uk-column-1-2 {
  -moz-column-count: 2;
  column-count: 2;
}

.uk-column-1-3 {
  -moz-column-count: 3;
  column-count: 3;
}

.uk-column-1-4 {
  -moz-column-count: 4;
  column-count: 4;
}

.uk-column-1-5 {
  -moz-column-count: 5;
  column-count: 5;
}

.uk-column-1-6 {
  -moz-column-count: 6;
  column-count: 6;
}

.uk-column-span {
  -moz-column-span: all;
  column-span: all;
}

.uk-cover {
  left: 50%;
  max-width: none;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

iframe.uk-cover {
  pointer-events: none;
}

.uk-cover-container {
  overflow: hidden;
  position: relative;
}

.uk-background-default {
  background-color: #fff;
}

.uk-background-muted {
  background-color: #f8f8f8;
}

.uk-background-primary {
  background-color: var(--color-primary);
}

.uk-background-secondary {
  background-color: #222;
}

.uk-background-contain,
.uk-background-cover {
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.uk-background-cover {
  background-size: cover;
}

.uk-background-contain {
  background-size: contain;
}

.uk-background-top-left {
  background-position: 0 0;
}

.uk-background-top-center {
  background-position: 50% 0;
}

.uk-background-top-right {
  background-position: 100% 0;
}

.uk-background-center-left {
  background-position: 0 50%;
}

.uk-background-center-center {
  background-position: 50% 50%;
}

.uk-background-center-right {
  background-position: 100% 50%;
}

.uk-background-bottom-left {
  background-position: 0 100%;
}

.uk-background-bottom-center {
  background-position: 50% 100%;
}

.uk-background-bottom-right {
  background-position: 100% 100%;
}

.uk-background-norepeat {
  background-repeat: no-repeat;
}

.uk-background-fixed {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-attachment: fixed;
}

.uk-background-blend-multiply {
  background-blend-mode: multiply;
}

.uk-background-blend-screen {
  background-blend-mode: screen;
}

.uk-background-blend-overlay {
  background-blend-mode: overlay;
}

.uk-background-blend-darken {
  background-blend-mode: darken;
}

.uk-background-blend-lighten {
  background-blend-mode: lighten;
}

.uk-background-blend-color-dodge {
  background-blend-mode: color-dodge;
}

.uk-background-blend-color-burn {
  background-blend-mode: color-burn;
}

.uk-background-blend-hard-light {
  background-blend-mode: hard-light;
}

.uk-background-blend-soft-light {
  background-blend-mode: soft-light;
}

.uk-background-blend-difference {
  background-blend-mode: difference;
}

.uk-background-blend-exclusion {
  background-blend-mode: exclusion;
}

.uk-background-blend-hue {
  background-blend-mode: hue;
}

.uk-background-blend-saturation {
  background-blend-mode: saturation;
}

.uk-background-blend-color {
  background-blend-mode: color;
}

.uk-background-blend-luminosity {
  background-blend-mode: luminosity;
}

[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 {
  float: left;
  margin-right: 30px;
  margin-top: 0;
}

.uk-align-right {
  float: right;
  margin-left: 30px;
  margin-top: 0;
}

.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);
}

.uk-panel {
  box-sizing: border-box;
  display: flow-root;
  position: relative;
}

.uk-panel > :last-child {
  margin-bottom: 0;
}

.uk-panel-scrollable {
  -webkit-overflow-scrolling: touch;
  border: 1px solid #e5e5e5;
  height: 170px;
  overflow: auto;
  padding: 10px;
  resize: both;
}

.uk-clearfix:before {
  content: "";
  display: table-cell;
}

.uk-clearfix:after {
  clear: both;
  content: "";
  display: table;
}

.uk-float-left {
  float: left;
}

.uk-float-right {
  float: right;
}

[class*="uk-float-"] {
  max-width: 100%;
}

.uk-overflow-hidden {
  overflow: hidden;
}

.uk-overflow-auto {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}

.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"] {
  -webkit-backface-visibility: hidden;
  display: inline-block;
  max-width: 100%;
  position: relative;
  vertical-align: middle;
}

.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-height,
.uk-responsive-width {
  box-sizing: border-box;
}

.uk-responsive-width {
  height: auto;
  max-width: 100% !important;
}

.uk-responsive-height {
  max-height: 100%;
  max-width: none;
  width: auto;
}

.uk-border-circle {
  border-radius: 50%;
}

.uk-border-pill {
  border-radius: 500px;
}

.uk-border-rounded {
  border-radius: 5px;
}

.uk-inline-clip[class*="uk-border-"] {
  -webkit-transform: translateZ(0);
}

.uk-box-shadow-small {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.uk-box-shadow-medium {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.uk-box-shadow-large {
  box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
}

.uk-box-shadow-xlarge {
  box-shadow: 0 28px 50px rgba(0, 0, 0, 0.16);
}

[class*="uk-box-shadow-hover"] {
  transition: box-shadow 0.1s ease-in-out;
}

.uk-box-shadow-hover-small:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.uk-box-shadow-hover-medium:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.uk-box-shadow-hover-large:hover {
  box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
}

.uk-box-shadow-hover-xlarge:hover {
  box-shadow: 0 28px 50px rgba(0, 0, 0, 0.16);
}

@supports (filter: blur(0)) {
  .uk-box-shadow-bottom {
    display: inline-block;
    max-width: 100%;
    position: relative;
    vertical-align: middle;
  }

  .uk-box-shadow-bottom:before {
    background: #444;
    border-radius: 100%;
    bottom: -30px;
    content: "";
    filter: blur(20px);
    height: 30px;
    left: 0;
    position: absolute;
    right: 0;
  }

  .uk-box-shadow-bottom > * {
    position: relative;
  }
}

.uk-dropcap:first-letter,
.uk-dropcap > p:first-of-type:first-letter {
  display: block;
  float: left;
  font-size: 4.5em;
  line-height: 1;
  margin-bottom: -2px;
  margin-right: 10px;
}

@-moz-document url-prefix() {
  .uk-dropcap:first-letter,
  .uk-dropcap > p:first-of-type:first-letter {
    margin-top: 1.1%;
  }
}

@supports (-ms-ime-align: auto) {
  .uk-dropcap > p:first-of-type:first-letter {
    font-size: 1em;
  }
}

.uk-logo {
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans,
    sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: 1.5rem;
}

.uk-logo,
.uk-logo:focus,
.uk-logo:hover {
  color: var(--color-global);
  text-decoration: none;
}

.uk-logo:focus,
.uk-logo:hover {
  outline: none;
}

.uk-logo-inverse {
  display: none;
}

.uk-disabled {
  pointer-events: none;
}

.uk-drag,
.uk-drag * {
  cursor: move;
}

.uk-drag iframe {
  pointer-events: none;
}

.uk-dragover {
  box-shadow: 0 0 20px hsla(0, 0%, 39%, 0.3);
}

.uk-blend-multiply {
  mix-blend-mode: multiply;
}

.uk-blend-screen {
  mix-blend-mode: screen;
}

.uk-blend-overlay {
  mix-blend-mode: overlay;
}

.uk-blend-darken {
  mix-blend-mode: darken;
}

.uk-blend-lighten {
  mix-blend-mode: lighten;
}

.uk-blend-color-dodge {
  mix-blend-mode: color-dodge;
}

.uk-blend-color-burn {
  mix-blend-mode: color-burn;
}

.uk-blend-hard-light {
  mix-blend-mode: hard-light;
}

.uk-blend-soft-light {
  mix-blend-mode: soft-light;
}

.uk-blend-difference {
  mix-blend-mode: difference;
}

.uk-blend-exclusion {
  mix-blend-mode: exclusion;
}

.uk-blend-hue {
  mix-blend-mode: hue;
}

.uk-blend-saturation {
  mix-blend-mode: saturation;
}

.uk-blend-color {
  mix-blend-mode: color;
}

.uk-blend-luminosity {
  mix-blend-mode: luminosity;
}

.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-inline:after,
.uk-flex-inline:before,
.uk-flex:after,
.uk-flex:before {
  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-stretch {
  align-items: stretch;
}

.uk-flex-top {
  align-items: flex-start;
}

.uk-flex-middle {
  align-items: center;
}

.uk-flex-bottom {
  align-items: flex-end;
}

.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;
}

.uk-flex-none {
  flex: none;
}

.uk-flex-auto {
  flex: auto;
}

.uk-flex-1 {
  flex: 1 1;
}

.uk-margin {
  margin-bottom: 20px;
}

* + .uk-margin,
.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-small {
  margin-bottom: 10px;
}

* + .uk-margin-small,
.uk-margin-small-top {
  margin-top: 10px !important;
}

.uk-margin-small-bottom {
  margin-bottom: 10px !important;
}

.uk-margin-small-left {
  margin-left: 10px !important;
}

.uk-margin-small-right {
  margin-right: 10px !important;
}

.uk-margin-medium {
  margin-bottom: 40px;
}

* + .uk-margin-medium,
.uk-margin-medium-top {
  margin-top: 40px !important;
}

.uk-margin-medium-bottom {
  margin-bottom: 40px !important;
}

.uk-margin-medium-left {
  margin-left: 40px !important;
}

.uk-margin-medium-right {
  margin-right: 40px !important;
}

.uk-margin-large {
  margin-bottom: 40px;
}

* + .uk-margin-large,
.uk-margin-large-top {
  margin-top: 40px !important;
}

.uk-margin-large-bottom {
  margin-bottom: 40px !important;
}

.uk-margin-large-left {
  margin-left: 40px !important;
}

.uk-margin-large-right {
  margin-right: 40px !important;
}

.uk-margin-xlarge {
  margin-bottom: 70px;
}

* + .uk-margin-xlarge,
.uk-margin-xlarge-top {
  margin-top: 70px !important;
}

.uk-margin-xlarge-bottom {
  margin-bottom: 70px !important;
}

.uk-margin-xlarge-left {
  margin-left: 70px !important;
}

.uk-margin-xlarge-right {
  margin-right: 70px !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-bottom: auto !important;
  margin-top: auto !important;
}

.uk-margin-remove {
  margin: 0 !important;
}

.uk-margin-remove-top {
  margin-top: 0 !important;
}

.uk-margin-remove-bottom {
  margin-bottom: 0 !important;
}

.uk-margin-remove-left {
  margin-left: 0 !important;
}

.uk-margin-remove-right {
  margin-right: 0 !important;
}

.uk-margin-remove-vertical {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

.uk-margin-remove-adjacent + *,
.uk-margin-remove-first-child > :first-child {
  margin-top: 0 !important;
}

.uk-margin-remove-last-child > :last-child {
  margin-bottom: 0 !important;
}

.uk-padding {
  padding: 30px;
}

.uk-padding-small {
  padding: 15px;
}

.uk-padding-large {
  padding: 30px;
}

.uk-padding-remove {
  padding: 0 !important;
}

.uk-padding-remove-top {
  padding-top: 0 !important;
}

.uk-padding-remove-bottom {
  padding-bottom: 0 !important;
}

.uk-padding-remove-left {
  padding-left: 0 !important;
}

.uk-padding-remove-right {
  padding-right: 0 !important;
}

.uk-padding-remove-vertical {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}

.uk-padding-remove-horizontal {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

[class*="uk-position-bottom"],
[class*="uk-position-center"],
[class*="uk-position-left"],
[class*="uk-position-right"],
[class*="uk-position-top"] {
  max-width: 100%;
  position: absolute !important;
}

.uk-position-top {
  left: 0;
  right: 0;
  top: 0;
}

.uk-position-bottom {
  bottom: 0;
  left: 0;
  right: 0;
}

.uk-position-left {
  bottom: 0;
  left: 0;
  top: 0;
}

.uk-position-right {
  bottom: 0;
  right: 0;
  top: 0;
}

.uk-position-top-left {
  left: 0;
  top: 0;
}

.uk-position-top-right {
  right: 0;
  top: 0;
}

.uk-position-bottom-left {
  bottom: 0;
  left: 0;
}

.uk-position-bottom-right {
  bottom: 0;
  right: 0;
}

.uk-position-center {
  box-sizing: border-box;
  left: 50%;
  max-width: 100%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

[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%;
}

.uk-position-center-left-out,
.uk-position-center-right-out {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.uk-position-center-right-out {
  left: 100%;
}

.uk-position-bottom-center,
.uk-position-top-center {
  box-sizing: border-box;
  left: 50%;
  max-width: 100%;
  transform: translateX(-50%);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.uk-position-top-center {
  top: 0;
}

.uk-position-bottom-center {
  bottom: 0;
}

.uk-position-cover {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 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 {
  margin: 15px;
  max-width: calc(100% - 30px);
}

.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-bottom-center,
.uk-position-small.uk-position-top-center {
  transform: translateX(-50%) translateX(-15px);
}

.uk-position-medium {
  margin: 30px;
  max-width: calc(100% - 60px);
}

.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-bottom-center,
.uk-position-medium.uk-position-top-center {
  transform: translateX(-50%) translateX(-30px);
}

.uk-position-large {
  margin: 30px;
  max-width: calc(100% - 60px);
}

.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-bottom-center,
.uk-position-large.uk-position-top-center {
  transform: translateX(-50%) translateX(-30px);
}

.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"] {
  opacity: 0;
  transition: 0.3s ease-out;
  transition-property: opacity, transform, filter;
}

.uk-transition-active.uk-active .uk-transition-fade,
.uk-transition-toggle:focus .uk-transition-fade,
.uk-transition-toggle:hover .uk-transition-fade {
  opacity: 1;
}

.uk-transition-scale-up {
  transform: scale(1);
}

.uk-transition-scale-down {
  transform: scale(1.1);
}

.uk-transition-active.uk-active .uk-transition-scale-up,
.uk-transition-toggle:focus .uk-transition-scale-up,
.uk-transition-toggle:hover .uk-transition-scale-up {
  opacity: 1;
  transform: scale(1.1);
}

.uk-transition-active.uk-active .uk-transition-scale-down,
.uk-transition-toggle:focus .uk-transition-scale-down,
.uk-transition-toggle:hover .uk-transition-scale-down {
  opacity: 1;
  transform: scale(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-active.uk-active [class*="uk-transition-slide"],
.uk-transition-toggle:focus [class*="uk-transition-slide"],
.uk-transition-toggle:hover [class*="uk-transition-slide"] {
  opacity: 1;
  transform: translate(0);
}

.uk-transition-opaque {
  opacity: 1;
}

.uk-transition-slow {
  transition-duration: 0.7s;
}

.uk-hidden,
[hidden] {
  display: none !important;
}

.uk-invisible {
  visibility: hidden !important;
}

.uk-visible-toggle:not(:hover):not(:focus) .uk-hidden-hover:not(:focus-within) {
  height: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 0 !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;
}

.uk-hidden-notouch {
  display: none !important;
}

.site-links {
  bottom: 15px;
  font-size: 12px;
  line-height: 1;
  position: fixed;
  right: 15px;
  text-align: right;
  z-index: 9999;
}

.site-links a {
  display: block;
}

@font-face {
  font-display: swap;
  font-family: Magnolia Script;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/magnoliascript-400-normal.woff2) format("woff2"),
    url(../fonts/magnoliascript-400-normal.woff) format("woff");
}

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

* {
  -webkit-tap-highlight-color: transparent;
}

.page {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -ms-overflow-style: scrollbar;
  -ms-text-size-adjust: 100%;
  box-sizing: border-box;
  font-size: 16px;
  min-height: 100%;
  min-width: 320px;
}

.page__inner {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

@supports (-webkit-touch-callout: none) {
  .page__inner {
    min-height: -webkit-fill-available;
  }
}

.page__content {
  flex-grow: 1;
}

.page__footer-wrapper {
  flex-shrink: 0;
}

.page-middle {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  position: relative;
  z-index: 1;
}

@supports (-webkit-touch-callout: none) {
  .page-middle {
    min-height: -webkit-fill-available;
  }
}

.page__middle {
  content-visibility: auto;
  flex: 1 1;
  padding-top: 1.5rem;
}

body {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  margin: 0;
  min-height: 100%;
  overflow-x: hidden;
  word-break: break-word;
}

body::-webkit-scrollbar {
  width: 12px;
}

body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 12px rgba(0, 0, 0, 0.15);
}

body::-webkit-scrollbar-thumb {
  background-color: var(--color-muted);
}

body .uk-grid-collapse {
  margin-left: 0;
}

body .uk-grid-collapse > * {
  padding-left: 0;
}

.uk-offcanvas-content {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow-x: hidden;
  width: 100%;
}

@supports (-webkit-touch-callout: none) {
  .uk-offcanvas-content {
    min-height: -webkit-fill-available;
  }
}

main {
  flex: 1 1;
}

svg {
  fill: currentColor;
}

a svg,
button svg {
  pointer-events: none;
}

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

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal !important;
  border: 0;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.uk-offcanvas-bar a,
.uk-subnav > * > :first-child,
a {
  color: var(--color-primary);
}

.uk-offcanvas-bar a:hover,
.uk-subnav > * > :first-child:hover,
a:hover {
  color: var(--color-primary-active);
}

.priority-nav {
  white-space: nowrap;
}

.priority-nav > ul,
.priority-nav > ul > li {
  display: inline-block;
}

.priority-nav-has-dropdown .priority-nav__dropdown-toggle {
  background-color: var(--color-primary);
  color: #fff;
  font-size: 0.75rem;
  line-height: 1.625rem;
  margin-left: 15px;
  padding: 2px 15px;
  position: relative;
}

.priority-nav__wrapper {
  position: relative;
}

.priority-nav__dropdown {
  position: absolute;
  visibility: hidden;
  z-index: 404;
}

.priority-nav__dropdown.show {
  visibility: visible;
}

.priority-nav__dropdown-toggle {
  position: absolute;
  visibility: hidden;
}

.priority-nav-is-visible {
  visibility: visible;
}

.priority-nav-is-hidden {
  visibility: hidden;
}

.nav__dropdown {
  background: #fff;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  color: var(--color-global);
  font-size: 0.75rem;
  list-style: none;
  opacity: 0;
  padding: 25px;
  right: 0;
  top: 80%;
  transform: rotateX(-30deg);
  transform-origin: center top;
  transition: 0.3s cubic-bezier(0.25, 2, 0.25, 1);
  white-space: nowrap;
  width: 200px;
  z-index: 1020;
}

.nav__dropdown li > a {
  color: #999;
  display: block;
  padding: 5px 0;
  text-decoration: none;
}

.nav__dropdown li > a:focus,
.nav__dropdown li > a:hover {
  color: #333;
}

.nav__dropdown.show {
  box-shadow: 0 0 20px 0 rgba(49, 49, 49, 0.25);
  opacity: 1;
  transform: rotateX(0deg);
  transition: 0.3s cubic-bezier(0.25, 2, 0.25, 1), box-shadow 1s cubic-bezier(0.25, 2, 0.25, 1);
  visibility: visible;
}

.uk-card-primary.uk-card-body .uk-subnav > * > :first-child,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-subnav > * > :first-child,
.uk-card-secondary.uk-card-body .uk-subnav > * > :first-child,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-subnav > * > :first-child,
.uk-offcanvas-bar .uk-subnav > * > :first-child,
.uk-overlay-primary .uk-subnav > * > :first-child,
.uk-section-primary:not(.uk-preserve-color) .uk-subnav > * > :first-child,
.uk-section-secondary:not(.uk-preserve-color) .uk-subnav > * > :first-child,
.uk-subnav > * > :first-child,
.uk-tile-primary:not(.uk-preserve-color) .uk-subnav > * > :first-child,
.uk-tile-secondary:not(.uk-preserve-color) .uk-subnav > * > :first-child {
  color: rgba(0, 0, 0, 0.5);
}

.uk-card-primary.uk-card-body .uk-subnav-divider > :nth-child(n + 2):not(.uk-first-column):before,
.uk-card-primary
  > :not([class*="uk-card-media"])
  .uk-subnav-divider
  > :nth-child(n + 2):not(.uk-first-column):before,
.uk-card-secondary.uk-card-body .uk-subnav-divider > :nth-child(n + 2):not(.uk-first-column):before,
.uk-card-secondary
  > :not([class*="uk-card-media"])
  .uk-subnav-divider
  > :nth-child(n + 2):not(.uk-first-column):before,
.uk-offcanvas-bar .uk-subnav-divider > :nth-child(n + 2):not(.uk-first-column):before,
.uk-overlay-primary .uk-subnav-divider > :nth-child(n + 2):not(.uk-first-column):before,
.uk-section-primary:not(.uk-preserve-color)
  .uk-subnav-divider
  > :nth-child(n + 2):not(.uk-first-column):before,
.uk-section-secondary:not(.uk-preserve-color)
  .uk-subnav-divider
  > :nth-child(n + 2):not(.uk-first-column):before,
.uk-subnav-divider > :nth-child(n + 2):not(.uk-first-column):before,
.uk-tile-primary:not(.uk-preserve-color)
  .uk-subnav-divider
  > :nth-child(n + 2):not(.uk-first-column):before,
.uk-tile-secondary:not(.uk-preserve-color)
  .uk-subnav-divider
  > :nth-child(n + 2):not(.uk-first-column):before {
  border-left-color: rgba(0, 0, 0, 0.2);
}

.uk-link-heading a:hover,
a.uk-link-heading:hover {
  color: var(--color-primary-active);
}

.uk-container-main {
  padding-left: 0;
  padding-right: 0;
}

.font-roboto,
.uk-h1,
.uk-h2,
.uk-h3,
.uk-h4,
.uk-h5,
.uk-h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

.uk-button {
  border-radius: 3px;
}

.uk-button.btn-vk,
.uk-button.btn-vk:hover {
  background: #4e77a4;
}

.uk-button.btn-fb,
.uk-button.btn-fb:hover {
  background: #1b589a;
}

.uk-button-primary {
  background: #fff;
  border-color: var(--color-primary);
  color: var(--color-primary);
}

.uk-button-primary:hover {
  background: var(--color-primary);
  color: #fff;
}

.uk-button-primary:focus,
.uk-button-primary:hover:focus {
  color: #fff;
}

.uk-button-primary:active {
  color: var(--color-primary);
}

.uk-button-main {
  background-color: var(--color-primary);
  border: 2px solid transparent;
  color: #fff;
}

.uk-button-main:focus,
.uk-button-main:hover {
  background-color: var(--color-primary-active);
  color: #fff;
}

.uk-button-circle {
  border-radius: 99px;
}

.page-header__top .uk-button-default {
  border-color: #333;
  color: #333;
}

.uk-modal {
  content-visibility: auto;
}

.loaded .uk-modal {
  content-visibility: visible;
}

#offcanvas-menu {
  content-visibility: auto;
}

.loaded #offcanvas-menu {
  content-visibility: visible;
}

.uk-offcanvas-bar {
  background: #fff;
  color: var(--text);
  padding: 0;
}

.uk-offcanvas-bar .offcanvas-city,
.uk-offcanvas-bar .offcanvas-phone,
.uk-offcanvas-bar .offcanvas-top {
  border-bottom: 1px solid hsla(0, 0%, 60%, 0.1);
}

.uk-offcanvas-bar .offcanvas-city .uk-subnav,
.uk-offcanvas-bar .offcanvas-phone .uk-subnav,
.uk-offcanvas-bar .offcanvas-top .uk-subnav {
  margin-bottom: 0;
}

.uk-offcanvas-bar .offcanvas-city a {
  color: inherit;
}

.uk-offcanvas-bar .uk-offcanvas-bar--min {
  padding-bottom: 10px;
  padding-top: 10px;
}

.uk-offcanvas-bar__section {
  padding: 20px;
}

.uk-offcanvas-bar .uk-nav-primary > li .uk-nav-sub a,
.uk-offcanvas-bar .uk-nav-primary > li > a {
  color: var(--text);
  opacity: 0.65;
}

.uk-offcanvas-bar .uk-nav-primary > li .uk-nav-sub .uk-active a,
.uk-offcanvas-bar .uk-nav-primary > li.uk-active > a,
.uk-offcanvas-bar .uk-nav-primary > li:hover > a {
  color: inherit;
  opacity: 1;
}

.uk-offcanvas-bar .uk-close {
  color: rgba(73, 81, 73, 0.5);
}

.uk-offcanvas-bar .uk-close:hover {
  color: var(--text);
}

.uk-offcanvas-bar .uk-nav-parent-icon > .uk-parent > a:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='none' stroke='%23666' stroke-width='1.1' d='M10 1 4 7l6 6'/%3E%3C/svg%3E");
}

.uk-offcanvas-bar .uk-nav-parent-icon > .uk-parent.uk-open > a:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='none' stroke='%23666' stroke-width='1.1' d='m1 4 6 6 6-6'/%3E%3C/svg%3E");
}

.bar {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  background: red;
  box-shadow: -1px 0 1px 1px red;
  height: 2px;
  position: absolute;
  transition: all 1s linear;
  width: 20px;
}

.bar.top {
  -webkit-animation-delay: 0.22s;
  animation-delay: 0.22s;
  -webkit-animation-name: t-move;
  animation-name: t-move;
  left: -5px;
  top: -1px;
  width: 33px;
}

.bar.left {
  -webkit-animation-name: l-move;
  animation-name: l-move;
  bottom: 0;
  left: -10px;
  transform: rotate(-90deg);
}

.bar.right {
  -webkit-animation-delay: 1.08s;
  animation-delay: 1.08s;
  -webkit-animation-name: r-move;
  animation-name: r-move;
  right: -10px;
  top: -10px;
  transform: rotate(90deg);
}

.svg-icon {
  display: inline-block;
  line-height: 0;
  position: relative;
  top: -2px;
  vertical-align: middle;
}

.svg-icon--baseline img,
.svg-icon--baseline svg {
  position: relative;
  top: 0.125em;
}

.svg-icon img,
.svg-icon svg {
  fill: currentColor;
  height: 22px;
  overflow: visible;
  width: 22px;
}

.lookforward-close-btn._pattern1 {
  background-color: #fff;
}

.catalog .uk-grid-collapse {
  margin-left: -15px;
}

.catalog .uk-grid-collapse > * {
  padding-left: 15px;
}

.catalog-main-list__item .uk-card-title {
  height: 100%;
}

.uk-input-bordered {
  border-radius: 99px;
}

.delivery-index h4 {
  font-size: 18px;
}

.header-cart {
  align-items: center;
  display: inline-flex;
  position: relative;
  white-space: nowrap;
}

.header-cart-wrap {
  flex-shrink: 0;
}

.header-cart .uk-icon {
  color: var(--muted);
  vertical-align: bottom;
}

.page-header__top .header-cart .uk-icon {
  color: #333;
  min-width: 40px;
}

.header-cart .uk-icon svg {
  stroke-width: 1.5px;
}

.header-cart__count {
  left: 10%;
  max-width: 36px;
  padding: 0 4px;
  position: absolute;
  top: 0;
}

.header-cart__count,
.header-cart__price {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.header-cart__price {
  color: var(--color-global);
  font-size: 24px;
  font-weight: 700;
  margin-left: 10px;
  max-width: 110px;
  position: relative;
}

.page-header__top .header-cart__price {
  color: #333;
}

.header-cart__price .ruble {
  font-size: 24px;
  font-weight: 400;
  margin-left: 5px;
}

.page-header__top .header-cart__price .ruble {
  color: #333;
}

.header-cart:focus,
.header-cart:hover {
  text-decoration: none;
}

.product .uk-drop .uk-close {
  position: absolute;
  right: 10px;
  top: 10px;
}

.product .uk-drop .uk-card p:first-child {
  margin: 0;
}

.ruble {
  color: var(--color-ruble);
  font-weight: 400;
}

.fonts-loaded .ruble {
  font-family: Magnolia Script;
}

.uk-dotnav > * > * {
  border: 1px solid rgba(0, 0, 0, 0.25);
}

.select-custom {
  display: flex;
  position: relative;
}

.select-custom select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--color-muted-light);
  border-color: transparent;
  border-radius: 99px;
  cursor: pointer;
  font-size: 13px;
  outline: none;
  padding: 8px 2.8em 8px 18px;
  width: 100%;
}

.select-custom .icon {
  fill: currentColor;
  color: inherit;
  display: inline-block;
  flex-shrink: 0;
  height: 1em;
  line-height: 1;
  pointer-events: none;
  position: absolute;
  right: 0.75em;
  top: 50%;
  transform: translateY(-50%);
  width: 1em;
}

.uk-select.uk-form-small:not(textarea):not([multiple]):not([size]) {
  background-position: 102% 50%;
  background-size: 20%;
  padding-right: 20px;
}

.uk-form-clean {
  background-color: #f7f7f7;
  border: 0;
}

.uk-form-clean.uk-form-small:not(textarea):not([multiple]):not([size]) {
  padding-left: 1rem;
  padding-right: 1rem;
}

.switch {
  --switch-width: 44px;
  --switch-height: 22px;
  --switch-padding: 3px;
  --switch-animation-duration: 0.2s;
  --color-contrast-low: #f2f2f2;
  --color-white: #fff;
  --color-contrast-medium: #79797c;
  --color-bg: #fff;
  align-items: center;
  display: flex;
}

.switch__input,
.switch__label {
  left: 0;
  position: absolute;
  top: 0;
}

.switch__input {
  height: 0;
  margin: 0;
  opacity: 0;
  padding: 0;
  pointer-events: none;
  width: 0;
}

.switch__input:checked + .switch__label {
  background-color: var(--color-primary);
}

.switch__input:checked + .switch__label > .switch__marker {
  left: calc(100% - var(--switch-height) + var(--switch-padding));
}

.switch__input:active + .switch__label,
.switch__input:focus + .switch__label {
  box-shadow: 0 0 0 3px rgba(42, 109, 244, 0.2);
}

.switch__label {
  align-items: center;
  background-color: var(--color-contrast-low);
  border-radius: 50em;
  color: transparent;
  display: flex;
  flex-shrink: 0;
  height: var(--switch-height);
  margin-right: 12px;
  padding: var(--switch-padding) 0;
  position: relative;
  transition: background var(--switch-animation-duration);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: var(--switch-width);
  z-index: 1;
}

.switch__marker {
  background-color: var(--color-white);
  border-radius: 50%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  height: calc(var(--switch-height) - var(--switch-padding) * 2);
  left: var(--switch-padding);
  pointer-events: none;
  position: relative;
  transition: left var(--switch-animation-duration);
  width: calc(var(--switch-height) - var(--switch-padding) * 2);
  will-change: left;
  z-index: 2;
}

.title-search-result {
  background-color: #fff;
}

table.title-search-result {
  width: 100% !important;
}

p.title-search-preview {
  margin: 0;
}

.title-search-price {
  color: var(--color-muted);
  font-size: 13px;
  margin: 4px 0 0;
}

.catalog-price {
  color: #000;
}

table.title-search-result td.title-search-item img {
  background-position: 50%;
  font-family: "object-fit:contain";
  height: 56px;
  margin-right: 7px;
  -o-object-fit: contain;
  object-fit: contain;
  width: 56px;
}

table.title-search-result td.title-search-item a {
  color: #000;
}

table.title-search-result td {
  line-height: 1.2;
  padding-bottom: 3px;
  padding-top: 3px;
  white-space: normal;
}

table.title-search-result td.title-search-item {
  padding-right: 8px;
}

table.title-search-result td.title-search-more {
  padding-left: 8px;
}

#product-modal .uk-section {
  padding-bottom: 0;
  padding-top: 0;
}

.table-responsive {
  -webkit-overflow-scrolling: touch;
  display: block;
  overflow-x: auto;
  width: 100%;
}

.uk-breadcrumb {
  flex-wrap: nowrap;
  padding-bottom: 12px;
}

.in_cart {
  font-size: 12px;
  opacity: 0;
}

.dtk-info {
  color: #333;
  display: inline-block;
  font-size: 12px;
  font-weight: 300;
  line-height: 20px;
  margin: 7px 0 0;
  opacity: 0.75;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

.dtk-info img {
  filter: grayscale(100%);
  max-height: 20px;
  position: relative;
  top: -1px;
  vertical-align: middle;
}

.dtk-info:focus,
.dtk-info:hover {
  color: inherit;
  opacity: 1;
  text-decoration: none;
}

.dtk-info:focus img,
.dtk-info:hover img {
  filter: grayscale(0);
}

.action-item__heading {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-bottom: 2em;
  padding-top: 2em;
}

.action-item__heading .uk-h1,
.action-item__heading h1 {
  font-weight: 700;
  margin: 0;
  text-transform: none;
}

.action-item__date {
  background-color: #f6f6f6;
  border-radius: 99px;
  display: inline-flex;
  font-size: 14px;
  line-height: 1.714;
  margin-left: 25px;
  padding: 1px 10px;
  text-align: left;
}

.action-banner__title {
  font-size: 3em;
  font-weight: 900;
}

.action-banner__descr,
.action-banner__title {
  color: #fff;
  margin: 0;
  text-shadow: 0 0 49px rgba(0, 0, 0, 0.5);
}

.action-banner__descr {
  font-size: 40px;
  font-weight: 400;
  line-height: 1.176;
}

.actions-list__item {
  margin-bottom: 3em;
}

.vacancy-list__item {
  border: 1px solid #eee;
  margin: -1px 0 0;
}

.vacancy-list.uk-accordion > :nth-child(n + 2) {
  margin-top: -1px;
}

.vacancy-list.uk-accordion > li {
  margin-left: 0;
}

.vacancy-list .uk-accordion-title {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-right: 60px;
  position: relative;
}

.vacancy-list .uk-accordion-title:before {
  position: absolute;
  right: 0;
  top: 0;
}

.vacancy-item__price {
  font-weight: 500;
  margin-left: 25px;
  white-space: nowrap;
}

.vacancy-item .add_resume,
.vacancy-item .uk-accordion-content {
  margin-top: 40px;
}

ul.list-styled > li {
  list-style-type: none;
  margin: 8px 0 0 21px;
  position: relative;
}

ul.list-styled:not([id*="bx_"]) > li:before {
  content: "—";
  margin: 0 7px 0 -21px;
}

form .star {
  color: red;
  font-size: 12px;
  font-weight: 400;
  line-height: 0;
  margin: 0;
  position: relative;
}

.lk-wrap .uk-nav-primary > li > a {
  border-left: 2px solid transparent;
  color: #000;
  font-size: 20px;
  padding: 10px 0 10px 28px;
}

.lk-wrap .uk-nav-primary > li > a:hover {
  color: var(--color-primary);
  text-decoration: underline;
}

.lk-wrap .uk-nav-primary > li.uk-active > a {
  border-left-color: var(--color-primary);
  color: var(--color-primary);
  font-weight: 700;
}

.uk-table-bordered thead th {
  background-color: var(--color-primary);
  border-color: #fff;
  color: #fff;
}

.uk-table-bordered td,
.uk-table-bordered th {
  border: 1px solid var(--color-primary);
}

.uk-table-bordered.uk-table-large td,
.uk-table-bordered.uk-table-large th {
  padding: 22px 35px;
}

.uk-input,
.uk-select,
.uk-textarea {
  border-radius: 5px;
  font-size: 14px;
  font-weight: 300;
}

.uk-form__legend {
  font-size: 14px;
}

.uk-form__top-error {
  background-color: #fef6f7;
  display: block;
  font-size: 12px;
  padding: 8px 12px;
  text-align: center;
}

.modal-auth .uk-modal-dialog {
  width: 400px;
}

.modal-auth .uk-modal-body {
  padding: 40px 45px;
}

.modal-auth .uk-tab:before {
  display: none;
}

.modal-auth .uk-tab > * > a {
  color: #000;
  font-size: 16px;
  text-transform: none;
}

.modal-auth .uk-link-text:hover,
.modal-auth .uk-tab > .uk-active > a {
  color: var(--color-primary);
}

.form-auth {
  font-size: 14px;
}

.form-auth .uk-button-main {
  min-width: 200px;
}

#map {
  height: 100%;
  height: 100vh;
  margin: 0;
  padding: 0;
  width: 100%;
}

@supports (-webkit-touch-callout: none) {
  #map {
    height: -webkit-fill-available;
  }
}

.html-map-delivery {
  overflow: hidden;
}

.html-map-delivery body {
  overflow-y: scroll;
}

#map-delivery {
  background-color: #fff;
}

#map-delivery.uk-open {
  display: block;
}

#map-delivery .uk-modal-dialog {
  height: 100%;
  overflow-y: auto;
}

.user-addressmap-favorite__buttons .uk-margin {
  margin-top: 22px;
}

.user-addressmap-guest {
  font-size: 14px;
}

.uk-modal-close-full {
  border: 0;
  cursor: pointer;
  left: 0;
  right: auto;
}

.uk-modal-close-full svg:not(.uk-close__icon) {
  display: none;
}

.uk-modal-close-full .uk-close__icon {
  color: #df5553;
}

.field-loaded {
  position: relative;
}

.field-loader {
  left: 50%;
  margin-right: -50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.uk-notification-message {
  border: 1px solid var(--color-muted-light);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.uk-notification-message.uk-notification-message-danger {
  border-color: var(--color-primary);
}

.page-header {
  background-color: var(--color-green);
  height: 158px;
}

.page-header__top {
  padding-bottom: 15px;
  padding-top: 15px;
}

.page-header .uk-logo {
  position: relative;
}

.page-header .uk-logo img,
.page-header .uk-logo svg {
  display: block;
  height: 62px;
  margin: auto;
  max-height: 62px;
  width: auto;
}

.page-header .uk-navbar-toggle.uk-open,
.page-header .uk-navbar-toggle:focus,
.page-header .uk-navbar-toggle:hover {
  color: #fff;
}

.uk-logo__link {
  display: block;
  width: 100%;
}

.uk-logo__sub {
  line-height: 1;
  margin-left: 12px;
}

.uk-logo__sub strong {
  display: block;
  font-weight: 900;
  line-height: inherit;
}

.uk-logo__sub strong span {
  color: var(--color-primary);
  line-height: inherit;
}

.uk-logo__sub .uk-text-small {
  display: block;
  font-size: 14px;
}

.header-phone {
  color: #333;
  display: inline-block;
  font-size: 1.25rem;
  line-height: 1.4;
}

.header-phone:hover {
  color: hsla(0, 0%, 20%, 0.85);
  text-decoration: none;
}

.header-phone .uk-icon {
  margin-right: 12px;
}

.header-phone__descr {
  display: block;
  font-size: 13px;
  opacity: 0.7;
  text-align: right;
}

.legend-header__slogan {
  color: #333;
  font-size: 18px;
}

.navigation__wrap {
  background-color: #fcfcfc;
}

.navigation__wrap .uk-navbar-container:not(.uk-navbar-transparent) {
  background-color: transparent;
}

.navigation__wrap.uk-sticky-fixed {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.navigation__wrap .uk-navbar-nav > li > a {
  padding: 0 11px;
}

.navigation__list {
  margin-left: -11px;
  margin-right: -11px;
}

.navigation__item {
  position: relative;
}

.navigation__item:focus > .uk-navbar-dropdown,
.navigation__item:hover > .uk-navbar-dropdown {
  display: block;
}

.navigation .uk-navbar-dropdown {
  left: 0;
  top: 85%;
}

.navigation .uk-navbar-nav > li > a.uk-navbar-nav > li > a,
.navigation__link {
  color: #000;
  position: relative;
}

.navigation .uk-navbar-nav > li > a.uk-navbar-nav > li > a:hover,
.navigation__link:hover {
  color: var(--color-primary-active);
}

.navigation .uk-navbar-nav > li > a.uk-navbar-nav > li > a span,
.navigation__link span {
  position: relative;
}

.navigation .uk-navbar-nav > .scrolly.uk-active > a > span {
  border-bottom-style: solid;
}

.btn-login {
  white-space: nowrap;
}

.btn-login-wrap {
  flex-shrink: 0;
}

.btn-login .svg-icon {
  height: 11px;
  margin-right: 4px;
  width: auto;
}

.btn-login .svg-icon img,
.btn-login .svg-icon svg {
  height: 100%;
  width: auto;
}

.btn-login .btn-login-icon__arrow {
  transform-box: fill-box;
  transition: transform 0.3s cubic-bezier(0.4, 0, 1, 1);
}

.btn-login:focus,
.btn-login:hover {
  text-decoration: none;
}

.btn-login:focus .btn-login-icon__arrow,
.btn-login:hover .btn-login-icon__arrow {
  transform: translateX(25%);
}

.header-login--mobile {
  color: var(--color-muted-light);
}

.delivery-header {
  font-size: 14px;
}

.delivery-header > span {
  display: inline-block;
  vertical-align: middle;
}

.delivery-header a {
  display: block;
}

.delivery-header a span {
  color: var(--color-global);
}

.delivery-header a:focus span,
.delivery-header a:hover span {
  color: var(--color-primary);
}

.delivery-header a:focus .icon-delivery__marker,
.delivery-header a:hover .icon-delivery__marker {
  transform: translateY(-20%);
}

.delivery-header .svg-icon,
.delivery-header .uk-icon {
  color: var(--color-muted);
  margin-right: 4px;
}

.time-header {
  color: #333;
  font-size: 14px;
}

.time-header .uk-h4,
.time-header h4 {
  color: inherit;
  font-weight: 300;
  opacity: 0.7;
}

.time-header > span {
  display: inline-block;
  vertical-align: middle;
}

.time-header i {
  font-size: 13px;
  font-style: normal;
}

.time-header .svg-icon,
.time-header .uk-icon {
  color: var(--color-muted);
  margin-right: 4px;
}

.time-header:focus .icon-time__arrow,
.time-header:hover .icon-time__arrow {
  -webkit-animation-name: clock_arrow;
  animation-name: clock_arrow;
}

.icon-delivery__marker {
  transform-box: fill-box;
  transition: transform 0.3s cubic-bezier(0.4, 0, 1, 1);
}

.switch-location__name {
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
}

.switch-location__name .uk-icon[uk-icon="location"] {
  left: 0;
  position: absolute;
  top: 1px;
}

.switch-location__name .uk-icon[uk-icon="location"] svg {
  height: 15px;
  width: 15px;
}

.switch-location__name .uk-icon[uk-icon="chevron-down"] {
  position: absolute;
  right: 0;
  top: 1px;
}

.switch-location__name.uk-open [uk-icon*="chevron-down"] svg {
  transform: rotate(180deg);
}

.switch-location__drop {
  background-color: var(--color-primary);
  border-radius: 22px;
  margin-top: 0;
  min-width: 460px;
  padding: 1rem;
}

.switch-location__tabs {
  overflow: hidden;
}

.switch-location__tabs .uk-tab {
  margin-bottom: 0;
}

.switch-location__tabs .uk-tab:before {
  display: none;
}

.switch-location__tabs .uk-tab .uk-active a {
  background-color: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: var(--color-primary);
}

.switch-location__tabs .uk-tab > * > a {
  border: 0;
  color: #fff;
  padding: 0.5rem 1rem;
  text-transform: none;
}

.switch-location__tabs .uk-switcher li {
  background-color: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 1rem;
}

.switch-location .uk-input,
.switch-location .uk-select {
  background-color: #f7f7f7;
  border: 0;
  color: inherit;
}

.switch-location .uk-form-small:not(textarea):not([multiple]):not([size]) {
  padding-left: 1rem;
  padding-right: 1rem;
}

.switch-location .uk-form-custom {
  display: block;
  flex: 1 1;
}

.switch-location .uk-form-custom .uk-button {
  align-items: center;
  background-color: #f7f7f7;
  display: flex;
  justify-content: space-between;
  text-align: left;
  white-space: nowrap;
  width: 100%;
}

.switch-location .uk-form-custom .uk-button span:first-child {
  overflow: hidden;
  text-overflow: ellipsis;
  width: 75%;
}

.switch-location .uk-form-custom .uk-button-default {
  color: #444;
}

.switch-location-wrap {
  opacity: 0;
  visibility: hidden;
}

.loaded .switch-location-wrap {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-name: uk-fade;
  animation-name: uk-fade;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  opacity: 1;
  visibility: visible;
}

.header-drop-cart {
  background-color: #fff;
  border-radius: 0 0 3px 3px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  width: 480px;
}

.header-drop-cart .header-drop-cart__item.uk-grid + .header-drop-cart__item.uk-grid {
  margin: 0;
}

.header-drop-cart__items {
  border-bottom: 1px solid #eee;
  max-height: 210px;
  overflow-x: hidden;
  overflow-y: auto;
}

.header-drop-cart__items::-webkit-scrollbar {
  width: 4px;
}

.header-drop-cart__items::-webkit-scrollbar-track {
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.25);
}

.header-drop-cart__items::-webkit-scrollbar-thumb {
  background-color: var(--color-primary);
}

.header-drop-cart__item {
  padding: 1rem 1rem 0;
}

.header-drop-cart__item .header-drop-cart__remove {
  position: absolute;
  right: 1rem;
  top: 1rem;
}

.header-drop-cart__item img {
  height: auto;
  width: 70px;
}

.header-drop-cart__item .uk-card-body {
  padding: 0 0 0 1rem;
}

.header-drop-cart__name {
  font-size: 1.2rem;
  margin: 0 0 7px;
}

.header-drop-cart__price {
  font-size: 1rem;
}

.header-drop-cart__price .ruble {
  margin-left: 7px;
}

.header-drop-cart__footer {
  padding: 1rem;
}

.header-drop-cart__drop {
  color: var(--color-muted);
  font-size: 0.8rem;
}

.header-drop-cart__drop:focus,
.header-drop-cart__drop:hover {
  text-decoration: none;
}

.header-drop-cart__drop .uk-icon {
  position: relative;
  top: -1px;
}

.header-drop-cart__drop .uk-icon svg {
  height: 10px;
  width: 10px;
}

.header-drop-cart__actions .uk-button {
  border-radius: 0;
}

.header-drop-cart__actions .uk-button-primary:hover,
.header-drop-cart__actions .uk-button-primary:hover:focus {
  color: #fff;
}

.header-drop-cart__actions .uk-button-primary:focus {
  color: var(--color-primary);
}

.header-drop-cart__actions .uk-button-secondary {
  background-color: var(--color-primary);
}

.header-drop-cart__actions .uk-button-secondary:focus,
.header-drop-cart__actions .uk-button-secondary:hover {
  background-color: var(--color-primary-active);
}

.page-header--sticky {
  background-color: var(--color-green);
  font-size: 13px;
  height: 62px;
  padding-bottom: 0;
  padding-top: 0;
  z-index: 1000;
}

.page-header--sticky .uk-logo img,
.page-header--sticky .uk-logo svg {
  height: 42px;
  line-height: 42px;
}

.page-header--sticky .header-phone {
  font-size: 18px;
}

.page-header--sticky .header-phone__descr {
  font-size: 12px;
}

.page-header--sticky .uk-navbar-item {
  min-height: 60px;
}

.delivery-wrap {
  background-color: #fff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.07);
  color: var(--color-text);
  font-size: 14px;
  position: relative;
}

.delivery-wrap .switch-location__name {
  color: inherit;
  padding-bottom: 7px;
  padding-top: 7px;
}

.delivery-wrap .switch-location__name .uk-icon[uk-icon="location"] {
  top: 9px;
}

.delivery-wrap .switch-location__name .uk-icon[uk-icon="chevron-down"] {
  top: 7px;
}

.delivery-wrap .switch-location__drop {
  border-radius: 6px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  left: 0 !important;
  min-width: 320px;
  padding: 0.5rem;
  right: 0 !important;
  width: 100%;
}

.delivery-wrap .switch-location__tabs .uk-tab .uk-active a {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.delivery-wrap .switch-location__tabs .uk-tab > * > a {
  padding: 0.5rem;
}

.delivery-wrap .switch-location__tabs .uk-switcher li {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  padding: 0.5rem;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  height: 100%;
  white-space: normal;
}

.uk-flex > .select2-container {
  display: block;
  flex: 1 1;
}

.logo-scroll-top {
  align-items: center;
  background-color: hsla(0, 0%, 100%, 0.9);
  display: inline-flex;
  left: 50%;
  margin-left: 0;
  margin-right: -50%;
  opacity: 0;
  padding-left: 1em;
  padding-right: 1em;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  visibility: hidden;
  z-index: -10;
}

.logo-scroll-top svg {
  order: 1;
}

.logo-scroll-top i {
  font-style: normal;
  margin-left: 12px;
  order: 2;
}

.page-header .logo-scroll-top svg,
.page-header--sticky .logo-scroll-top svg {
  height: 20px;
  line-height: 20px;
  width: 20px;
}

.scrolled .logo-scroll-top {
  opacity: 1;
  transition: opacity 0.2s ease-in;
  visibility: visible;
  z-index: 10;
}

.page-footer {
  content-visibility: auto;
  background-color: var(--color-green);
  color: #333;
}

/* .page-footer .uk-h1,.page-footer .uk-h2,.page-footer .uk-h3,.page-footer .uk-h4,.page-footer .uk-h5,.page-footer .uk-h6,.page-footer .uk-heading-2xlarge,.page-footer .uk-heading-large,.page-footer .uk-heading-medium,.page-footer .uk-heading-small,.page-footer .uk-heading-xlarge,.page-footer h1,.page-footer h2,.page-footer h3,.page-footer h4,.page-footer h5,.page-footer h6 {
    color: #fff
} */

.page-footer .uk-h1 a,
.page-footer .uk-h2 a,
.page-footer .uk-h3 a,
.page-footer .uk-h4 a,
.page-footer .uk-h5 a,
.page-footer .uk-h6 a,
.page-footer .uk-heading-2xlarge a,
.page-footer .uk-heading-large a,
.page-footer .uk-heading-medium a,
.page-footer .uk-heading-small a,
.page-footer .uk-heading-xlarge a,
.page-footer h1 a,
.page-footer h2 a,
.page-footer h3 a,
.page-footer h4 a,
.page-footer h5 a,
.page-footer h6 a {
  color: inherit;
}

.page-footer .uk-link-muted {
  /* color: hsla(0, 0%, 20%, 0.5); */
  color: #333;
}

.page-footer .uk-link-muted:focus,
.page-footer .uk-link-muted:hover {
  /* color: #333; */
  color: hsla(0, 0%, 20%, 0.5);
}

.page-footer .map {
  position: relative;
}

.page-footer .map .uk-container {
  height: 100%;
  left: 50%;
  margin-right: -50%;
  padding: 0;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 1200px;
}

.basket-footer {
  background-color: var(--color-primary);
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  bottom: 0;
  color: #fff;
  left: 0;
  position: fixed;
  right: 0;
  width: 100%;
  z-index: 1;
}

.basket-footer__inner,
.basket-footer__order {
  padding: 0.8em;
  text-align: center;
}

.basket-footer__order {
  background: none;
  border: 0;
  color: #fff;
  display: block;
  font-size: 1.2em;
  height: 100%;
  width: 100%;
}

.basket-footer__order .ruble {
  color: inherit;
}

.basket-footer__order--empty {
  opacity: 0.4;
  pointer-events: none;
}

.el-link--social,
.el-link--social:focus,
.el-link--social:hover {
  color: #333;
}

.catalog-list__title .uk-link-heading span {
  border-bottom: 1px solid var(--color-primary);
}

.catalog-filter .uk-navbar-container:not(.uk-navbar-transparent) {
  background: none;
}

.catalog-filter .uk-navbar-item,
.catalog-filter .uk-navbar-nav > li > a,
.catalog-filter .uk-navbar-toggle {
  min-height: 40px;
}

.catalog-filter .uk-navbar-nav > li > a {
  border-radius: 2px;
  text-decoration: underline;
  text-transform: none;
}

.catalog-filter .uk-navbar-nav > li:hover > a,
.catalog-filter .uk-navbar-nav > li > a.uk-open,
.catalog-filter .uk-navbar-nav > li > a:focus {
  text-decoration: none;
}

.catalog-filter .uk-navbar-nav > li.uk-active > a {
  background: var(--color-primary);
  color: #fff;
  text-decoration: none;
}

.minimal-order {
  max-width: 260px;
}

.catalog-sort .uk-subnav > * > :first-child {
  text-transform: none;
}

.catalog-sort .uk-subnav > * > :first-child .uk-svg {
  margin-left: 7px;
}

.first-slider {
  content-visibility: auto;
  overflow: hidden;
}

body:not(.loaded) .first-slider {
  aspect-ratio: 6/1;
}

.first-slider__title {
  font-size: 48px;
  font-weight: 900;
  line-height: 1.2;
}

.first-slider__descr,
.first-slider__title {
  color: #fff;
  margin: 0;
  text-shadow: 0 0 49px rgba(0, 0, 0, 0.5);
}

.first-slider__descr {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.176;
}

.first-slider__link {
  display: block;
  text-decoration: none;
}

.first-slider__link:focus,
.first-slider__link:hover {
  opacity: 0.9;
  text-decoration: none;
}

.first-slider__link.uk-position-large {
  width: calc(50% - 30px);
}

.first-slider__image {
  height: auto;
  width: 100%;
}

.uk-slidenav:hover {
  color: var(--energy);
}

.main-menu {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.07);
  padding-left: 1em;
  padding-right: 1em;
}

.main-menu .uk-container {
  padding-left: 0;
  padding-right: 0;
}

.main-menu__item {
  color: var(--color-global);
  display: block;
  font-size: 14px;
  padding: 1em 0;
  text-align: center;
  width: 220px;
}

.catalog-main-list .main-menu__item {
  padding-top: 0;
}

.active .main-menu__item,
.main-menu__item:focus,
.main-menu__item:hover {
  color: var(--color-primary);
}

.main-menu__item .svg-icon {
  align-items: center;
  background-color: #f6f6f6;
  border-radius: 50%;
  display: inline-flex;
  height: 66px;
  justify-content: center;
  margin-bottom: 7px;
  width: 66px;
}

.active .main-menu__item .svg-icon {
  background-color: #ffefee;
}

.main-menu__item .svg-icon svg {
  color: #000;
  height: 30px;
  width: 30px;
}

.active .main-menu__item .svg-icon svg {
  color: var(--color-primary);
}

.main-menu:not(.main-menu--text) .main-menu__item span {
  display: none;
}

.main-menu.main-menu--sticky {
  background-color: #fff;
}

.main-menu.main-menu--sticky .uk-child-width-1-5 > * {
  width: 10%;
}

.main-menu.main-menu--sticky .main-menu__item {
  font-size: 12px;
  width: 150px;
}

.main-menu:not(.main-menu--text) .uk-grid::-webkit-scrollbar-track {
  background-color: #f5f5f5;
}

.main-menu:not(.main-menu--text) .uk-grid::-webkit-scrollbar {
  background-color: #f5f5f5;
  border-radius: 4px;
  height: 4px;
}

.main-menu:not(.main-menu--text) .uk-grid::-webkit-scrollbar-thumb {
  background-color: #ccc;
}

.main-menu:not(.main-menu--text) .uk-grid:focus {
  outline: none;
}

.main-menu.main-menu--text {
  padding-bottom: 0.5em;
  padding-top: 0.5em;
}

.main-menu.main-menu--text .main-menu__item {
  border-radius: 99px;
  padding: 0.6em 1.2em;
  width: auto;
}

.main-menu.main-menu--text .main-menu__item:focus,
.main-menu.main-menu--text .main-menu__item:hover {
  background-color: var(--color-muted-light);
  color: inherit;
  text-decoration: none;
}

.main-menu.main-menu--text .active .main-menu__item {
  background-color: var(--color-primary);
  color: #fff;
}

.main-menu.main-menu--text .nav__dropdown {
  padding: 0;
}

.main-menu.main-menu--text .nav__dropdown li > a {
  border-radius: 0;
  color: var(--color-global);
  padding: 1em 2em;
  text-align: left;
}

.main-menu.main-menu--text.main-menu--sticky {
  padding-bottom: 0.5em;
  padding-top: 0.5em;
}

.main-menu.main-menu--text.main-menu--sticky .main-menu__item {
  padding: 0.5em 1.5em;
}

.product {
  border: 1px solid transparent;
  position: relative;
}

.product .uk-card-title {
  align-items: flex-start;
  color: #000;
  display: flex;
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 0;
}

.product .uk-card-title .uk-icon-link {
  flex-shrink: 0;
}

.product .uk-card-title a {
  color: inherit;
}

.product__button .is-active {
  background: var(--color-primary);
  color: #fff;
}

.product__chili {
  display: inline-block;
  height: 20px;
  position: relative;
  top: -2px;
  vertical-align: middle;
  width: 20px;
}

.product .uk-drop.uk-open {
  height: 100%;
  left: 0 !important;
  margin: 0;
  top: 0 !important;
  width: 100%;
}

.product .uk-drop > .uk-card {
  height: 100%;
}

.product .uk-card {
  font-size: 0.9em;
}

.product .uk-card dl,
.product .uk-card dt {
  font-weight: 400;
}

.product .uk-card dl {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  margin: 0 0 7px;
}

.product .uk-card dd {
  padding-left: 12px;
}

.product .uk-card-secondary {
  background-color: rgba(34, 34, 34, 0.95);
  color: #fff;
}

.product .uk-card-secondary > :not([class*="uk-card-media"]) {
  color: #fff;
}

.product__name > a {
  display: inline-block;
  vertical-align: middle;
}

.product__name-wrap {
  flex-grow: 2;
}

.product__descr p:last-child {
  margin-bottom: 0;
}

.product__descr-more {
  margin-left: 4px;
  text-decoration: underline;
}

.product__descr-more:focus,
.product__descr-more:hover {
  text-decoration: none;
}

.product__benefit .font-roboto.uk-text-bold {
  font-weight: 700;
}

.product__price {
  margin-top: 20px;
}

.product__price .product__button.field-loaded {
  cursor: default;
  pointer-events: none;
}

.product__price .product__button .add_to_cart_button {
  overflow: hidden;
  padding: 0.45rem 40px 0.5rem 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.product__price .product__button .uk-button {
  align-items: center;
  border-radius: 99px;
  border-width: 2px;
  color: var(--color-global);
  display: flex;
  font-size: 13px;
  font-weight: 500;
  height: 36px;
  line-height: 1;
  padding: 0;
  position: relative;
}

.product__price .product__button .uk-button:focus .product__button-modyf,
.product__price .product__button .uk-button:hover .product__button-modyf {
  border-color: #fff;
}

.product__price .product__button .uk-button:hover,
.product__price .product__button .uk-button:hover a {
  color: #fff;
}

.product__price .product__button .uk-button:focus,
.product__price .product__button .uk-button:focus a {
  color: var(--color-global);
}

.product__price .product__button .uk-button.is-active,
.product__price .product__button .uk-button.is-active a {
  color: #fff;
}

.product__weight {
  line-height: 1;
}

.product__weight .uk-text-small {
  font-size: 11px;
}

.product__size-wrap {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 4px;
  width: 100%;
}

.product__size .uk-h4,
.product__size h4 {
  margin-bottom: 9px;
}

.product__size .uk-button-group {
  width: 100%;
}

.product__size .js-offerSelect {
  background: hsla(240, 4%, 48%, 0.12);
  border-radius: 10px;
  display: inline-flex;
  padding: 1px;
}

.product__size .js-offerSelect__btn {
  align-items: center;
  background-color: transparent;
  border: 0;
  border-radius: 9px;
  color: var(--color-global);
  cursor: pointer;
  display: inline-flex;
  font-size: 13px;
  height: 25px;
  line-height: 1.5;
  padding: 0 12px;
  text-transform: none;
}

.product__size .js-offerSelect__btn.selected,
.product__size .js-offerSelect__btn:focus,
.product__size .js-offerSelect__btn:hover:focus {
  background-color: #fff;
  color: inherit;
}

.product__size .select-custom {
  margin-top: 10px;
}

.product__size .js-offerSelect {
  margin-top: 7px;
}

.product.is-active {
  background: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.product.is-action {
  border: 1px solid var(--color-primary);
}

.product.is-action .uk-label {
  border-radius: 0;
  line-height: 2;
}

.product.uk-card-default {
  background: #fff;
  box-shadow: none;
}

.product.uk-card-default.is-active,
.product.uk-card-default:focus,
.product.uk-card-default:hover {
  background: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.product__image {
  padding-bottom: 100%;
  position: relative;
}

.product__image img {
  font-family: "object-fit:contain;object-position:center";
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  position: absolute;
  width: 100%;
}

.js-spinner-holder {
  padding-right: 12px;
}

.total__price {
  color: #000;
  white-space: nowrap;
}

.total__price span {
  margin-left: 4px;
}

.total__price-total {
  line-height: 1;
}

.total__price .ruble {
  font-size: 18px;
}

.total__price.uk-text-large {
  font-size: 20px;
  line-height: 1;
}

.catalog-detail__title {
  font-size: 36px;
  font-weight: 400;
  margin: 0 0 25px;
}

.catalog-detail__image {
  position: relative;
}

.catalog-detail__badge {
  left: 0;
  position: absolute;
  top: 0;
}

.catalog-detail__icons {
  position: absolute;
  right: 0;
  top: 0;
}

.catalog-detail__species {
  align-items: center;
  display: flex;
  margin-bottom: 15px;
}

.catalog-detail__species > div {
  margin-bottom: 7px;
  margin-right: 15px;
}

.catalog-detail__species img {
  margin-right: 9px;
  position: relative;
  top: -1px;
}

.catalog-detail__additives {
  margin-top: 25px;
}

.catalog-detail__additives .uk-h3,
.catalog-detail__additives h3 {
  align-items: center;
  display: flex;
  font-size: 20px;
  font-weight: 700;
  justify-content: space-between;
  margin: 0 0 12px;
}

.catalog-detail__additives .uk-h3 .uk-text-muted,
.catalog-detail__additives h3 .uk-text-muted {
  font-size: 14px;
  font-weight: 400;
}

.catalog-detail__additives .uk-text-muted {
  margin-top: 0;
}

.catalog-detail__count {
  border-top: 1px solid var(--color-primary);
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
}

.catalog-detail__count .field-num {
  margin-left: auto;
  width: 60%;
}

.catalog-detail__count .field-num__name {
  font-size: 14px;
  font-weight: 500;
}

.catalog-detail__props dl {
  margin: 0;
}

.catalog-detail__props dt {
  font-weight: 400;
}

.catalog-detail__props dd,
.catalog-detail__props dt {
  display: inline;
}

.catalog-detail__comp table {
  white-space: nowrap;
}

.catalog-detail__comp .uk-table-striped tbody tr:nth-of-type(odd),
.catalog-detail__comp .uk-table-striped > tr:nth-of-type(odd) {
  background: #f8f8f8;
  border-bottom: 1px solid #f2f2f2;
  border-top: 1px solid #f2f2f2;
}

.catalog-detail__price {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.catalog-detail__price .total-price {
  font-size: 30px;
  line-height: 1.2;
  width: 40%;
}

.catalog-detail__price .total-price__weight {
  color: var(--color-muted);
  font-size: 13px;
}

.catalog-detail__btns {
  width: 60%;
}

.catalog-detail__btns .uk-button {
  width: 100%;
}

.product-modal .uk-modal-close-full {
  left: auto;
  right: 0;
}

.product-modal .uk-modal-close-full svg:not(.uk-close__icon) {
  display: block;
}

.product-modal .uk-modal-footer {
  border: 0;
  box-shadow: 0 -5px 5px rgba(0, 0, 0, 0.1);
}

.product-modal .uk-modal-footer .in_cart {
  display: none;
}

.product-modal .catalog-detail__count {
  border: 0;
  margin: 0 0 12px;
  padding: 0;
}

.product-add-item {
  align-items: flex-start;
  cursor: pointer;
  display: flex;
  margin-bottom: 15px;
}

.product-add-item .uk-checkbox,
.product-add-item .uk-radio {
  flex-shrink: 0;
  margin-top: 4px;
}

.product-add-item__info {
  display: flex;
  flex-direction: column;
  padding-left: 7px;
  width: 100%;
}

.product-add-item__info .field-num {
  align-items: flex-start;
  flex-direction: column;
  font-size: 13px;
  margin-bottom: 0;
}

.product-add-item__info .field-num__inner {
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.product-add-item__info .field-num__price {
  color: var(--color-muted);
  font-size: 13px;
  padding-right: 1em;
}

.product-add-item__info .field-num__name {
  display: block;
  margin-right: 0;
}

.product-add-item__info .field-num__input {
  font-size: 1em;
  min-height: 30px;
  padding: 5px 30px;
}

.product-add-item__info .field-num__input-and-btns {
  height: 30px;
  width: 100px;
}

.product-add-item__info .field-num__btn {
  height: 26px;
  width: 26px;
}

.product-add-item__info .field-num__btn svg {
  height: 15px;
  width: 15px;
}

.product-add-item__name {
  font-size: 16px;
}

.product-add-item__descr {
  color: var(--color-muted-dark);
  font-size: 13px;
}

.product-loaded {
  position: relative;
}

.product-loaded > * {
  z-index: 1;
}

.product-loaded:before {
  background-color: pink;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}

.product__button-modyf {
  align-items: center;
  border: 2px solid var(--color-primary);
  border-radius: 50%;
  display: inline-flex;
  height: 36px;
  justify-content: center;
  position: absolute;
  right: -2px;
  top: -2px;
  width: 36px;
  z-index: 11;
}

.product__button-modyf:focus,
.product__button-modyf:hover {
  background-color: #fff;
  color: var(--color-primary);
}

.product__button-modyf:focus svg,
.product__button-modyf:hover svg {
  color: var(--color-primary);
}

.add_to_cart_button :focus,
.add_to_cart_button:hover {
  color: #fff;
  text-decoration: none;
}

.floating-cart {
  background: #fff;
  box-shadow: 0 5px 31px -1px rgba(0, 0, 0, 0.15);
  display: none;
  height: 290px;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 290px;
  z-index: 200;
}

.floating-cart .product__name-wrap,
.floating-cart .product__price {
  display: none;
}

.floating-cart.moveToCart {
  height: 47px;
  transition: all 0.8s ease-in-out;
  width: 47px;
}

body.MakeFloatingCart {
  position: relative;
}

body.MakeFloatingCart .floating-cart.moveToCart {
  box-shadow: 0 5px 31px -1px transparent;
  height: 22px;
  transition: all 0.2s ease-out;
  width: 21px;
}

.cart-page {
  margin-bottom: 2rem;
}

table.shop_attributes {
  border: 0;
  border-top: 1px dotted rgba(0, 0, 0, 0.1);
  margin-bottom: 1.618em;
  width: 100%;
}

table.shop_attributes th {
  font-weight: 700;
  padding: 8px;
  width: 150px;
}

table.shop_attributes td,
table.shop_attributes th {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
  border-top: 0;
  line-height: 1.5;
  margin: 0;
}

table.shop_attributes td {
  font-style: italic;
  padding: 0;
}

table.shop_attributes td p {
  margin: 0;
  padding: 8px 0;
}

table.shop_attributes .alt td,
table.shop_attributes .alt th {
  background: rgba(0, 0, 0, 0.025);
}

table.shop_table {
  border-collapse: separate;
  margin-bottom: 20px;
  text-align: left;
  width: 100%;
}

table.shop_table th {
  padding: 16px 12px;
}

table.shop_table td {
  border-top: 1px solid #e5e5e5;
  padding: 16px 12px;
  vertical-align: middle;
}

table.shop_table td small {
  font-weight: 400;
}

table.shop_table tbody:first-child tr:first-child td,
table.shop_table tbody:first-child tr:first-child th {
  border-top: 0;
}

table.shop_table tbody th,
table.shop_table tfoot td,
table.shop_table tfoot th {
  border-top: 1px solid #e5e5e5;
}

#add_payment_method table.cart a.remove,
table.cart a.remove {
  color: #7e7e7e;
  font-size: 1.5em;
  font-weight: 400;
  text-decoration: none;
}

#add_payment_method table.cart .product-thumbnail,
table.cart .product-thumbnail {
  min-width: 80px;
}

table.cart img {
  display: block;
  height: auto;
  max-width: 100%;
  width: 80px;
}

td.product-quantity {
  min-width: 80px;
  text-align: center;
}

.quantity .qty {
  text-align: center;
  width: 3.631em;
}

.cart input.input-text {
  border: 1px solid #e5e5e5;
  display: inline-block;
  height: 40px;
  vertical-align: middle;
}

#add_payment_method table.cart input,
table.cart input {
  line-height: 1;
  margin: 0;
  vertical-align: middle;
}

.price-currencySymbol {
  margin-left: 7px;
}

table.cart td.actions {
  padding: 20px 0;
  text-align: right;
}

table.cart td.actions .coupon {
  float: left;
}

table.cart td.actions .coupon label {
  display: none;
}

table.cart td.actions .coupon .uk-input {
  float: left;
  margin: 0 4px 0 0;
  width: auto;
}

.cart input.uk-button {
  float: none;
}

.cart-collaterals {
  width: 100%;
}

.cart-collaterals:after,
.cart-collaterals:before {
  content: " ";
  display: table;
}

.cart-collaterals .cart_totals {
  text-align: left;
}

.proceed-to-checkout {
  padding: 1em 0;
}

.cart .product-subtotal {
  text-align: right;
}

.soa-bonus {
  font-size: 14px;
}

.soa-bonus__title {
  font-size: 20px;
  margin-bottom: 8px;
}

.soa-bonus__title span {
  color: var(--color-primary);
}

.lk-order-item {
  box-shadow: 0 0 13px 0 hsla(210, 1%, 44%, 0.15);
  margin-bottom: 40px;
}

.lk-order-item__header {
  border-bottom: 1px solid transparent;
  font-family: Gotham Pro, Arial, sans-serif;
  padding: 18px 50px;
}

.lk-order-item__header:before {
  display: none;
}

.uk-open .lk-order-item__header {
  border-bottom-color: #e5e5e5;
}

.lk-order-item__head {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}

.lk-order-item__name {
  color: #000;
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  margin: 0 30px 0 0;
}

.lk-order-item__label {
  border-radius: 0;
  font-size: 11px;
  margin-right: 10px;
  padding: 0 4px;
}

.lk-order-item__header-byu {
  font-size: 14px;
}

.lk-order-item__price {
  font-size: 20px;
  font-weight: 700;
}

.lk-order-item__status {
  font-size: 14px;
  margin-top: 7px;
}

.lk-order-item__status--success {
  color: #32d296;
}

.lk-order-item__date {
  font-size: 14px;
  margin-top: 7px;
}

.lk-order-item .uk-accordion-content {
  padding: 0 50px 20px;
}

.lk-order-item__pay,
.lk-order-item__place {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}

.lk-order-item__pay {
  margin-top: 0;
}

.lk-order-item__products {
  font-size: 16px;
  font-weight: 400;
  margin-top: 15px;
}

.lk-order-item__products-info dt {
  font-weight: 400;
}

.lk-order-item__products-info dd {
  font-size: 14px;
  margin-left: 25px;
}

.lk-order-item__products-count,
.lk-order-item__products-total {
  font-weight: 300;
}

.lk-order-item__buttons {
  margin-top: 25px;
}

.lk-order-item__buttons .uk-button {
  font-size: 16px;
}

.lk-order-item__toggle {
  --background: transparent;
  --icon-color: #414856;
  --width: 20px;
  --height: 20px;
  align-items: center;
  -webkit-animation: plus-animation-reverse 0.5s ease-out forwards;
  animation: plus-animation-reverse 0.5s ease-out forwards;
  background: var(--background);
  cursor: pointer;
  display: inline-flex;
  height: var(--height);
  justify-content: center;
  position: relative;
  width: var(--width);
  z-index: 3;
}

.lk-order-item__toggle-wrap {
  align-items: center;
  display: flex;
  justify-content: flex-end;
}

.lk-order-item__toggle:after,
.lk-order-item__toggle:before {
  background: var(--color-primary);
  border-radius: 4px;
  content: "";
  display: block;
  position: absolute;
}

.lk-order-item__toggle:before {
  height: 28px;
  width: 4px;
}

.lk-order-item__toggle:after {
  height: 4px;
  width: 28px;
}

.uk-open .lk-order-item__toggle:after {
  display: none;
}

.uk-open .lk-order-item__toggle {
  -webkit-animation: plus-animation 0.5s ease-out forwards;
  animation: plus-animation 0.5s ease-out forwards;
}

@-webkit-keyframes plus-animation {
  0% {
    transform: rotate(0) scale(1);
  }

  20% {
    transform: rotate(110deg) scale(0.93);
  }

  55% {
    transform: rotate(80deg) scale(0.97);
  }

  80% {
    transform: rotate(98deg) scale(0.94);
  }

  to {
    transform: rotate(90deg) scale(0.95);
  }
}

@keyframes plus-animation {
  0% {
    transform: rotate(0) scale(1);
  }

  20% {
    transform: rotate(110deg) scale(0.93);
  }

  55% {
    transform: rotate(80deg) scale(0.97);
  }

  80% {
    transform: rotate(98deg) scale(0.94);
  }

  to {
    transform: rotate(90deg) scale(0.95);
  }
}

@-webkit-keyframes plus-animation-reverse {
  0% {
    transform: rotate(90deg) scale(0.95);
  }

  20% {
    transform: rotate(-15deg);
  }

  55% {
    transform: rotate(10deg);
  }

  80% {
    transform: rotate(-3deg);
  }

  to {
    transform: rotate(0) scale(1);
  }
}

@keyframes plus-animation-reverse {
  0% {
    transform: rotate(90deg) scale(0.95);
  }

  20% {
    transform: rotate(-15deg);
  }

  55% {
    transform: rotate(10deg);
  }

  80% {
    transform: rotate(-3deg);
  }

  to {
    transform: rotate(0) scale(1);
  }
}

.lk-bonus__header {
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  font-size: 20px;
}

.lk-bonus__total {
  color: var(--color-primary);
  font-weight: 700;
}

.lk-bonus__table table {
  white-space: nowrap;
}

.lk-auth-form__change-pass {
  display: inline-flex;
  margin-top: 30px;
}

.uk-width-fly-basket .uk-button-primary:focus,
.uk-width-fly-basket .uk-button-primary:hover {
  color: #fff;
}

.fly-basket {
  background: #fbf8f5;
  bottom: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.18);
  flex-direction: column;
  font-size: 14px;
  height: 100%;
  overflow-y: auto;
  position: relative;
  position: fixed;
  top: 0;
}

.uk-offcanvas-flip .fly-basket {
  right: -270px;
}

.loaded .fly-basket {
  display: flex;
}

.html-map-delivery .fly-basket {
  position: absolute;
}

.fly-basket--dark {
  background-color: var(--color-secondary);
  color: #fff;
}

.fly-basket--dark .uk-input,
.fly-basket--dark .uk-select,
.fly-basket--dark .uk-textarea {
  background-color: #4c4646;
  border-color: #4c4646;
  color: #f9f9f9;
}

.fly-basket--dark .uk-select:not([multiple]):not([size]) option {
  color: #999;
}

.fly-basket.uk-offcanvas-bar {
  padding: 0;
}

.fly-basket .field-num {
  align-items: flex-start;
  flex-direction: column;
  margin-bottom: 0;
}

.fly-basket .field-num__inner {
  margin-left: auto;
}

.fly-basket .uk-input,
.fly-basket .uk-select {
  border-radius: 99px;
  font-size: 14px;
}

.fly-basket .uk-textarea {
  font-size: 14px;
}

.fly-basket .uk-input,
.fly-basket .uk-select:not([multiple]):not([size]) {
  height: 34px;
}

.fly-basket.fly-basket--line .uk-input,
.fly-basket.fly-basket--line .uk-select {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #655050;
  border-radius: 0;
  color: #655050;
}

.fly-basket.fly-basket--line .uk-input.uk-form-danger,
.fly-basket.fly-basket--line .uk-input.uk-form-danger:focus,
.fly-basket.fly-basket--line .uk-select.uk-form-danger,
.fly-basket.fly-basket--line .uk-select.uk-form-danger:focus {
  border-color: #f0506e;
  color: #f0506e;
}

.fly-basket.fly-basket--line .uk-form-icon {
  color: #655050;
}

.fly-basket::-webkit-scrollbar {
  width: 9px;
}

.fly-basket::-webkit-scrollbar-track {
  box-shadow: inset 0 0 9px rgba(0, 0, 0, 0.15);
}

.fly-basket::-webkit-scrollbar-thumb {
  background-color: var(--color-primary-light);
}

.sidebar-top {
  padding: 1rem 15px;
}

.fly-basket--light .sidebar-top {
  background-color: #fbf8f5;
  color: var(--color-global);
}

.sidebar-top .uk-form-label {
  color: #fff;
}

.fly-basket--light .sidebar-top .uk-form-label {
  color: var(--color-global);
}

.sidebar-bottom {
  padding: 1rem 15px;
}

.fly-basket--dark .sidebar-bottom .sidebar-heading,
.fly-basket--dark .sidebar-bottom .uk-accordion-title,
.fly-basket--dark .sidebar-bottom .uk-form-label {
  color: #fff;
}

.sidebar-heading {
  margin: 1rem 0;
}

.fly-basket--light .sidebar-top .sidebar-heading {
  color: var(--color-global);
}

.sidebar-order-wrap {
  margin-bottom: 25px;
  margin-top: 25px;
}

.sidebar-order__title {
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 20px;
}

.sidebar-order-list {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  min-height: 200px;
  padding: 12px;
  position: relative;
}

.fly-basket--dark .sidebar-order-list {
  background-color: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
}

.fly-basket--dark .sidebar-order__item {
  background-color: #4c4646;
  border-radius: 5px;
  padding: 7px 15px;
}

.sidebar-order__item + .sidebar-order__item {
  border-top: 1px solid var(--color-muted-light);
  margin-top: 16px;
  padding-top: 12px;
}

.fly-basket--dark .sidebar-order__item + .sidebar-order__item {
  border-top: 0;
  margin-top: 8px;
}

.sidebar-order__item .uk-text-muted {
  font-size: 12px;
}

.sidebar-order__item-count {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  margin-top: 4px;
}

.sidebar-order__ingr {
  color: var(--color-muted);
  font-size: 12px;
}

.sidebar-order__ingr .uk-button {
  font-size: inherit;
}

.sidebar-order__ingr * + .uk-grid-margin-small,
.sidebar-order__ingr .uk-grid + .uk-grid-row-small,
.sidebar-order__ingr .uk-grid + .uk-grid-small,
.sidebar-order__ingr .uk-grid-row-small > .uk-grid-margin,
.sidebar-order__ingr .uk-grid-small > .uk-grid-margin {
  margin-top: 7px;
}

.sidebar-order__total {
  border-top: 1px solid #e6e6e6;
  margin-top: 16px;
  padding-top: 16px;
}

.fly-basket--dark .sidebar-order__total {
  border-top: 0;
  padding-top: 0;
}

.sidebar-order__person .field-num {
  align-items: center;
  flex-direction: row;
}

.sidebar-order__person .field-num__name {
  font-size: 14px;
}

.sidebar-delivery .taeb-switch,
.sidebar-delivery .uk-tab {
  justify-content: space-between;
  margin-left: 0;
}

.sidebar-delivery .taeb-switch > * > a,
.sidebar-delivery .uk-tab > * > a {
  border: 0;
  color: #fff;
  padding: 8px 10px;
  text-transform: none;
}

.fly-basket--light .sidebar-delivery .taeb-switch > * > a,
.fly-basket--light .sidebar-delivery .uk-tab > * > a,
.sidebar-delivery .taeb-switch > .uk-active > a,
.sidebar-delivery .uk-tab > .uk-active > a {
  color: var(--color-text);
}

.fly-basket--light .sidebar-delivery .taeb-switch > .uk-active > a,
.fly-basket--light .sidebar-delivery .uk-tab > .uk-active > a {
  color: #fff;
}

.sidebar-delivery .taeb-switch:before,
.sidebar-delivery .uk-tab:before {
  display: none;
}

.sidebar-delivery .link-icon .uk-icon {
  position: relative;
  top: -1px;
}

.sidebar-delivery .link-icon .uk-icon svg {
  height: 16px;
  width: 16px;
}

.sidebar-delivery__address {
  display: block;
  padding: 0 12px;
}

.sidebar-delivery__address .uk-icon {
  margin-right: 4px;
}

.fly-basket .sidebar-delivery__address--active {
  color: var(--color-global);
}

.sidebar-delivery .uk-switcher .uk-text-truncate {
  color: var(--color-primary);
}

.sidebar-delivery__time > .uk-form-custom {
  display: block;
}

.sidebar-delivery__time .uk-icon svg {
  height: 16px;
  width: 16px;
}

.sidebar-login {
  margin-top: 1rem;
}

.taeb-switch {
  background-color: #4c4646;
  border-radius: 99px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  margin-left: 0;
  padding: 0;
  position: relative;
}

.fly-basket--light .taeb-switch,
.taeb-switch:after {
  background-color: #fff;
}

.taeb-switch:after {
  border-radius: 27.5px;
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1);
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  transition: left 0.4s cubic-bezier(0.88, -0.35, 0.565, 1.35);
  width: 50%;
  z-index: 0;
}

.fly-basket--light .taeb-switch:after {
  background-color: var(--color-primary);
  color: #fff;
}

.taeb-switch.left:after {
  left: 0;
}

.taeb-switch.right:after {
  left: 50%;
}

.taeb-switch .taeb {
  cursor: pointer;
  flex: none;
  padding: 0;
  position: relative;
  transition: color 0.2s;
  width: 50%;
  z-index: 1;
}

.taeb > a {
  border: 0;
  border-bottom: 1px solid transparent;
  display: block;
  font-size: 0.75rem;
  padding: 8px 10px;
  text-align: center;
  text-transform: none;
  transition: color 0.1s ease-in-out;
}

.taeb-switch .taeb.active,
.taeb > a {
  color: #fff;
}

.sidebar-accordion {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sidebar-accordion__title {
  display: flex;
  flex-direction: column;
  font-size: 18px;
  position: relative;
}

.sidebar-accordion__title:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' xmlns='http://www.w3.org/2000/svg' data-svg='chevron-down'%3E%3Cpath fill='none' stroke='%23000' stroke-width='1.03' d='m16 7-6 6-6-6'/%3E%3C/svg%3E");
  position: absolute;
  right: 0;
  top: 0;
}

.fly-basket--dark .sidebar-accordion__title:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' xmlns='http://www.w3.org/2000/svg' data-svg='chevron-down'%3E%3Cpath fill='none' stroke='%23fff' stroke-width='1.03' d='m16 7-6 6-6-6'/%3E%3C/svg%3E");
}

.sidebar-accordion__title span:not(.uk-text-muted) {
  font-weight: 600;
}

.sidebar-accordion__title span:not(.uk-text-muted) + span {
  margin-top: 7px;
}

.sidebar-accordion__title .uk-text-muted {
  font-size: 12px;
}

.sidebar-accordion .uk-open > .uk-accordion-title:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' xmlns='http://www.w3.org/2000/svg' data-svg='chevron-up'%3E%3Cpath fill='none' stroke='%23000' stroke-width='1.03' d='m4 13 6-6 6 6'/%3E%3C/svg%3E");
}

.fly-basket--dark .sidebar-accordion .uk-open > .uk-accordion-title:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' xmlns='http://www.w3.org/2000/svg' data-svg='chevron-up'%3E%3Cpath fill='none' stroke='%23fff' stroke-width='1.03' d='m4 13 6-6 6 6'/%3E%3C/svg%3E");
}

.sidebar-accordion__content {
  margin-top: 12px;
}

.fly-basket--dark .sidebar-accordion__content .sidebar-order-list .field-num__btn {
  background-color: #3d3837;
  color: #fff;
}

.sidebar-accordion__content .field-num__btn {
  height: 30px;
  width: 30px;
}

.fly-basket--dark .sidebar-accordion__content .field-num__btn {
  background-color: #4c4646;
  color: #fff;
}

.sidebar-accordion__content .field-num__btn svg {
  height: 14px;
  width: 14px;
}

.sidebar-accordion__content .field-num__input-and-btns {
  height: 32px;
}

.sidebar-accordion__content .field-num__input {
  font-size: 1.2em;
  min-height: calc(0.8em + 12px);
  padding: 2px 0;
}

.fly-basket--dark .sidebar-accordion__content .field-num__input {
  color: #fff;
}

.sidebar-auth {
  margin-bottom: 1rem;
}

.sidebar-auth .btn-login {
  padding: 0 10px;
}

.sidebar-auth .btn-login:focus,
.sidebar-auth .btn-login:hover {
  background-color: #4c4646;
  color: #fff;
}

.sidebar-auth .btn-login:focus .svg-icon,
.sidebar-auth .btn-login:hover .svg-icon {
  color: #fff;
}

.sidebar-auth__name {
  font-size: 1.2rem;
  font-weight: 600;
}

.sidebar-auth__name a {
  color: inherit;
}

.sidebar-auth__info {
  color: var(--color-muted);
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  margin: 0 -7px;
}

.sidebar-auth__info > div {
  margin-left: 7px;
  margin-right: 7px;
}

.sidebar-order-status__name {
  font-weight: 600;
  margin-bottom: 1rem;
}

.sidebar-order-status__address {
  color: #666;
  margin-bottom: 25px;
}

.sidebar-footer {
  color: #666;
}

.status-step {
  margin-bottom: 25px;
}

.status-step__item {
  border-radius: 10px;
  color: #666;
  display: block;
  margin-bottom: 3px;
  padding: 20px 25px;
}

.status-step__item .uk-icon {
  color: var(--color-primary);
}

.status-step__item--success {
  background: rgba(54, 199, 123, 0.1);
}

.status-step__item--success .uk-icon {
  color: var(--color-success);
}

.status-step__item--success .uk-icon svg polyline {
  stroke-width: 3px;
}

.status-step__item--active {
  font-weight: 700;
}

.uk-offcanvas-bar .fly-basket-close {
  display: none;
}

.fly-loader {
  bottom: 0;
  height: 100vh;
  left: auto;
  position: fixed;
  right: 0;
  top: 0;
  width: 310px;
}

@supports (-webkit-touch-callout: none) {
  .fly-loader {
    height: -webkit-fill-available;
  }
}

.user-addressmap-main__item .uk-form-label {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.user-addressmap-main .field-toggler {
  margin-bottom: 4px;
}

.user-addressmap-main .field-toggler__name {
  color: inherit;
  font-size: inherit;
  padding-left: 3.4em;
  padding-top: 3px;
}

.user-addressmap-main__actions .field-toggler__name {
  padding-top: 0;
}

.field-num {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.4rem;
}

.field-num__input-wrap {
  display: block;
}

.field-num__inner {
  align-items: center;
  display: flex;
}

.field-num__name {
  margin-right: 1rem;
}

.field-num__price {
  font-weight: 500;
  padding-right: 1.5rem;
  white-space: nowrap;
}

.field-num__input-and-btns {
  display: block;
  height: 44px;
  position: relative;
  width: 140px;
}

.sidebar-order__person .field-num__input-and-btns {
  width: 110px;
}

.field-num__input {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  appearance: textfield;
  background-color: #fff;
  border: none;
  border-radius: 20px;
  display: inline-block;
  font-size: 1.2em;
  height: 100%;
  line-height: 1.5;
  margin: 0;
  min-height: calc(1.5em + 12px);
  padding: 5px 45px;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}

.sidebar-order__person .field-num__input {
  padding: 2px 0;
}

.fly-basket--dark .field-num__input {
  background-color: transparent;
}

.field-num__input:focus {
  outline: none;
}

.field-num:not(.field-num--disabled) button:focus ~ .field-num__input {
  background-color: #fcf9da;
}

.fly-basket--dark .field-num:not(.field-num--disabled) button:focus ~ .field-num__input {
  background-color: hsla(55, 85%, 92%, 0.04);
}

.field-num__btn {
  background: transparent;
  border: none;
  border-radius: 50%;
  bottom: 1px;
  color: var(--color-primary);
  height: 40px;
  padding: 0;
  position: absolute;
  top: 1px;
  width: 40px;
}

.field-num__btn > span {
  pointer-events: none;
}

.field-num__btn:focus,
.field-num__btn:hover {
  cursor: pointer;
}

.field-num__btn:focus {
  outline: none;
}

.field-num__btn--plus {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  right: 1px;
}

.field-num__btn--plus:focus,
.field-num__btn--plus:hover {
  background-color: var(--color-primary);
  box-shadow: none;
}

.field-num__btn--plus:focus span,
.field-num__btn--plus:hover span {
  color: #fff;
}

.field-num__btn--minus {
  left: 1px;
}

.field-num--disabled .field-num__btn {
  cursor: not-allowed;
}

.field-num--disabled .field-num__btn:focus,
.field-num--disabled .field-num__btn:hover {
  background-color: transparent;
}

.field-toggler {
  display: block;
}

.field-toggler__input-wrap + .field-toggler__input-wrap {
  margin-top: 1rem;
}

.field-toggler__input-wrap--error .field-toggler__help-text,
.field-toggler__input-wrap--error .field-toggler__name-text {
  color: var(--color-danger);
}

.field-toggler__input-wrap--error .field-toggler__name-text:after {
  background: var(--color-danger);
}

.field-toggler__input-wrap--agree {
  color: var(--color-muted);
  font-size: 11px;
}

.field-toggler__name {
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  padding-left: 4.2em;
  padding-top: 1px;
  position: relative;
}

.field-toggler__input-wrap--agree .field-toggler__name {
  padding-top: 5px;
}

.field-toggler__name-text {
  display: inline-block;
}

input:disabled ~ .field-toggler__name-text {
  cursor: not-allowed;
}

input:disabled ~ .field-toggler__name-text:before {
  background: var(--color-muted);
  border-color: var(--color-muted);
}

input:checked ~ .field-toggler__name-text:after {
  background-color: #fff;
  border-color: #fff;
  transform: translate(17px);
}

input:checked ~ .field-toggler__name-text:before {
  background-color: var(--color-primary);
}

input:disabled ~ .field-toggler__name-text:after {
  background-color: var(--color-muted);
}

.field-toggler__name-text:before {
  background-color: #fff;
  border: 1px solid var(--color-primary);
  border-radius: 18px;
  content: "";
  height: 18px;
  left: 0;
  position: absolute;
  top: 4px;
  width: 35px;
}

.field-toggler__name-text:after {
  background-color: var(--color-primary);
  border: 1px solid var(--color-primary);
  border-radius: 50%;
  content: "";
  height: 14px;
  left: 2px;
  position: absolute;
  top: 6px;
  transition: all 0.3s;
  width: 14px;
}

.field-toggler__input {
  height: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 0;
}

.field-toggler__help-text-wrap {
  padding-left: 3.2em;
}

@media (max-width: 960px) and (min-width: 481px) {
  .main-menu__item {
    width: 160px;
  }
}

@media (min-width: 481px) {
  .main-menu:not(.main-menu--text) .uk-grid {
    -webkit-overflow-scrolling: touch;
    flex-wrap: nowrap;
    overflow-x: scroll;
  }
}

@media (min-width: 640px) {
  .uk-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .uk-container-expand-left.uk-container-xsmall,
  .uk-container-expand-right.uk-container-xsmall {
    max-width: calc(50% + 345px);
  }

  .uk-container-expand-left.uk-container-small,
  .uk-container-expand-right.uk-container-small {
    max-width: calc(50% + 420px);
  }

  .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;
  }

  .uk-tile {
    padding-left: 30px;
    padding-right: 30px;
  }

  .uk-modal {
    padding: 50px 30px;
  }

  .uk-child-width-1-1\@s > * {
    width: 100%;
  }

  .uk-child-width-1-2\@s > * {
    width: 50%;
  }

  .uk-child-width-1-3\@s > * {
    width: 33.32223%;
  }

  .uk-child-width-1-4\@s > * {
    width: 25%;
  }

  .uk-child-width-1-5\@s > * {
    width: 20%;
  }

  .uk-child-width-1-6\@s > * {
    width: 16.66389%;
  }

  .uk-child-width-auto\@s > * {
    width: auto;
  }

  .uk-child-width-expand\@s > :not([class*="uk-width"]) {
    flex: 1 1;
    min-width: 1px;
  }

  .uk-width-1-1\@s {
    width: 100%;
  }

  .uk-width-1-2\@s {
    width: 50%;
  }

  .uk-width-1-3\@s {
    width: 33.32223%;
  }

  .uk-width-2-3\@s {
    width: 66.64445%;
  }

  .uk-width-1-4\@s {
    width: 25%;
  }

  .uk-width-3-4\@s {
    width: 75%;
  }

  .uk-width-1-5\@s {
    width: 20%;
  }

  .uk-width-2-5\@s {
    width: 40%;
  }

  .uk-width-3-5\@s {
    width: 60%;
  }

  .uk-width-4-5\@s {
    width: 80%;
  }

  .uk-width-1-6\@s {
    width: 16.66389%;
  }

  .uk-width-5-6\@s {
    width: 83.31945%;
  }

  .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 1;
    min-width: 1px;
  }

  .uk-text-left\@s {
    text-align: left !important;
  }

  .uk-text-right\@s {
    text-align: right !important;
  }

  .uk-text-center\@s {
    text-align: center !important;
  }

  .uk-column-1-2\@s {
    -moz-column-count: 2;
    column-count: 2;
  }

  .uk-column-1-3\@s {
    -moz-column-count: 3;
    column-count: 3;
  }

  .uk-column-1-4\@s {
    -moz-column-count: 4;
    column-count: 4;
  }

  .uk-column-1-5\@s {
    -moz-column-count: 5;
    column-count: 5;
  }

  .uk-column-1-6\@s {
    -moz-column-count: 6;
    column-count: 6;
  }

  .uk-align-left\@s {
    float: left;
    margin-right: 30px;
    margin-top: 0;
  }

  .uk-align-right\@s {
    float: right;
    margin-left: 30px;
    margin-top: 0;
  }

  .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-first\@s {
    order: -1;
  }

  .uk-flex-last\@s {
    order: 99;
  }

  .uk-margin-auto\@s {
    margin-right: auto !important;
  }

  .uk-margin-auto-left\@s,
  .uk-margin-auto\@s {
    margin-left: auto !important;
  }

  .uk-margin-auto-right\@s {
    margin-right: auto !important;
  }

  .uk-margin-remove-left\@s {
    margin-left: 0 !important;
  }

  .uk-margin-remove-right\@s {
    margin-right: 0 !important;
  }

  .uk-hidden\@s {
    display: none !important;
  }

  .uk-modal-full {
    background: none;
    padding: 0;
  }
}

@media (min-width: 768px) {
  .cart-collaterals .cart_totals {
    float: right;
    width: 48%;
  }
}

@media (min-width: 960px) {
  .uk-h1,
  h1 {
    font-size: 2.625rem;
  }

  .uk-h2,
  h2 {
    font-size: 2rem;
  }

  .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;
  }

  .uk-form-horizontal .uk-form-label {
    float: left;
    margin-top: 7px;
    width: 200px;
  }

  .uk-form-horizontal .uk-form-controls {
    margin-left: 215px;
  }

  .uk-form-horizontal .uk-form-controls-text {
    padding-top: 7px;
  }

  .uk-section {
    padding-bottom: 70px;
    padding-top: 70px;
  }

  .uk-section-large {
    padding-bottom: 140px;
    padding-top: 140px;
  }

  .uk-section-xlarge {
    padding-bottom: 210px;
    padding-top: 210px;
  }

  .uk-container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .uk-container-expand-left,
  .uk-container-expand-right {
    max-width: calc(50% + 560px);
  }

  .uk-container-expand-left.uk-container-xsmall,
  .uk-container-expand-right.uk-container-xsmall {
    max-width: calc(50% + 335px);
  }

  .uk-container-expand-left.uk-container-small,
  .uk-container-expand-right.uk-container-small {
    max-width: calc(50% + 410px);
  }

  .uk-container-expand-left.uk-container-large,
  .uk-container-expand-right.uk-container-large {
    max-width: calc(50% + 675px);
  }

  .uk-container-expand-left.uk-container-xlarge,
  .uk-container-expand-right.uk-container-xlarge {
    max-width: calc(50% + 760px);
  }

  .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-tile {
    padding: 70px 40px;
  }

  .uk-tile-large {
    padding-bottom: 140px;
    padding-top: 140px;
  }

  .uk-tile-xlarge {
    padding-bottom: 210px;
    padding-top: 210px;
  }

  .uk-modal {
    padding-left: 40px;
    padding-right: 40px;
  }

  .uk-modal-close-outside {
    right: 0;
    transform: translate(100%, -100%);
  }

  .uk-offcanvas-bar {
    left: -350px;
    padding: 40px;
    width: 350px;
  }

  .uk-offcanvas-flip .uk-offcanvas-bar {
    right: -350px;
  }

  .uk-open > .uk-offcanvas-reveal {
    width: 350px;
  }

  :not(.uk-offcanvas-flip).uk-offcanvas-container-animation {
    left: 350px;
  }

  .uk-offcanvas-flip.uk-offcanvas-container-animation {
    left: -350px;
  }

  .uk-child-width-1-1\@m > * {
    width: 100%;
  }

  .uk-child-width-1-2\@m > * {
    width: 50%;
  }

  .uk-child-width-1-3\@m > * {
    width: 33.32223%;
  }

  .uk-child-width-1-4\@m > * {
    width: 25%;
  }

  .uk-child-width-1-5\@m > * {
    width: 20%;
  }

  .uk-child-width-1-6\@m > * {
    width: 16.66389%;
  }

  .uk-child-width-auto\@m > * {
    width: auto;
  }

  .uk-child-width-expand\@m > :not([class*="uk-width"]) {
    flex: 1 1;
    min-width: 1px;
  }

  .uk-width-1-1\@m {
    width: 100%;
  }

  .uk-width-1-2\@m {
    width: 50%;
  }

  .uk-width-1-3\@m {
    width: 33.32223%;
  }

  .uk-width-2-3\@m {
    width: 66.64445%;
  }

  .uk-width-1-4\@m {
    width: 25%;
  }

  .uk-width-3-4\@m {
    width: 75%;
  }

  .uk-width-1-5\@m {
    width: 20%;
  }

  .uk-width-2-5\@m {
    width: 40%;
  }

  .uk-width-3-5\@m {
    width: 60%;
  }

  .uk-width-4-5\@m {
    width: 80%;
  }

  .uk-width-1-6\@m {
    width: 16.66389%;
  }

  .uk-width-5-6\@m {
    width: 83.31945%;
  }

  .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 1;
    min-width: 1px;
  }

  .uk-text-left\@m {
    text-align: left !important;
  }

  .uk-text-right\@m {
    text-align: right !important;
  }

  .uk-text-center\@m {
    text-align: center !important;
  }

  .uk-column-1-2\@m {
    -moz-column-count: 2;
    column-count: 2;
  }

  .uk-column-1-3\@m {
    -moz-column-count: 3;
    column-count: 3;
  }

  .uk-column-1-4\@m {
    -moz-column-count: 4;
    column-count: 4;
  }

  .uk-column-1-5\@m {
    -moz-column-count: 5;
    column-count: 5;
  }

  .uk-column-1-6\@m {
    -moz-column-count: 6;
    column-count: 6;
  }

  .uk-align-left\@m {
    float: left;
    margin-right: 30px;
    margin-top: 0;
  }

  .uk-align-right\@m {
    float: right;
    margin-left: 30px;
    margin-top: 0;
  }

  .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-first\@m {
    order: -1;
  }

  .uk-flex-last\@m {
    order: 99;
  }

  .uk-margin-auto\@m {
    margin-right: auto !important;
  }

  .uk-margin-auto-left\@m,
  .uk-margin-auto\@m {
    margin-left: auto !important;
  }

  .uk-margin-auto-right\@m {
    margin-right: auto !important;
  }

  .uk-margin-remove-left\@m {
    margin-left: 0 !important;
  }

  .uk-margin-remove-right\@m {
    margin-right: 0 !important;
  }

  .uk-hidden\@m {
    display: none !important;
  }

  .page__middle {
    padding-bottom: 2.5rem;
    padding-top: 2.5rem;
  }

  .uk-modal-full {
    padding-left: 0;
    padding-right: 0;
  }

  .uk-section-small {
    padding-bottom: 40px;
    padding-top: 40px;
  }

  #product-modal .uk-section {
    padding-bottom: 0;
    padding-top: 0;
  }

  .action-banner__title {
    font-size: 87px;
  }

  .uk-width-fly-basket {
    display: block;
    position: relative;
    right: 0;
  }

  .uk-width-fly-basket,
  .uk-width-fly-basket .uk-offcanvas-bar {
    left: auto;
    width: 310px;
  }

  .uk-width-fly-basket + .uk-sticky-placeholder {
    display: none !important;
  }
}

@media (min-width: 960px) and (max-width: 1200px) {
  .header-cart .uk-icon svg {
    height: 25px;
    width: 25px;
  }

  .header-cart__price {
    font-size: 22px;
  }

  .header-cart__price .ruble {
    font-size: 18px;
  }

  .header-phone {
    font-size: 14px;
  }

  .header-phone__descr {
    font-size: 11px;
  }

  .time-header .uk-h4,
  .time-header h4 {
    font-size: 12px;
  }

  .switch-location {
    font-size: 14px;
  }
}

@media (min-width: 960px) and (max-width: 1080px) {
  .time-header {
    display: none;
  }
}

@media (min-width: 1081px) and (max-width: 1200px) {
  .time-header {
    font-size: 12px;
  }
}

@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-card-body {
    padding: 40px;
  }

  .uk-card-footer,
  .uk-card-header {
    padding: 20px 40px;
  }

  .uk-card-large .uk-card-body,
  .uk-card-large.uk-card-body {
    padding: 70px;
  }

  .uk-card-large .uk-card-footer,
  .uk-card-large .uk-card-header {
    padding: 35px 70px;
  }

  .uk-card-body > .uk-nav-default {
    margin-left: -40px;
    margin-right: -40px;
  }

  .uk-card-body > .uk-nav-default:only-child {
    margin-bottom: -25px;
    margin-top: -25px;
  }

  .uk-card-body > .uk-nav-default .uk-nav-divider,
  .uk-card-body > .uk-nav-default .uk-nav-header,
  .uk-card-body > .uk-nav-default > li > a {
    padding-left: 40px;
    padding-right: 40px;
  }

  .uk-card-body > .uk-nav-default .uk-nav-sub {
    padding-left: 55px;
  }

  .uk-card-large > .uk-nav-default,
  .uk-card-large > .uk-nav-default:only-child {
    margin: 0;
  }

  .uk-card-large > .uk-nav-default .uk-nav-divider,
  .uk-card-large > .uk-nav-default .uk-nav-header,
  .uk-card-large > .uk-nav-default > li > a {
    padding-left: 0;
    padding-right: 0;
  }

  .uk-card-large > .uk-nav-default .uk-nav-sub {
    padding-left: 15px;
  }

  .uk-grid {
    margin-left: -40px;
  }

  .uk-grid > * {
    padding-left: 40px;
  }

  * + .uk-grid-margin,
  .uk-grid + .uk-grid,
  .uk-grid > .uk-grid-margin {
    margin-top: 40px;
  }

  .uk-grid-column-large,
  .uk-grid-large {
    margin-left: -70px;
  }

  .uk-grid-column-large > *,
  .uk-grid-large > * {
    padding-left: 70px;
  }

  * + .uk-grid-margin-large,
  .uk-grid + .uk-grid-large,
  .uk-grid + .uk-grid-row-large,
  .uk-grid-large > .uk-grid-margin,
  .uk-grid-row-large > .uk-grid-margin {
    margin-top: 70px;
  }

  .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 {
    left: 80px;
    top: -40px;
  }

  .uk-grid-divider.uk-grid-column-large,
  .uk-grid-divider.uk-grid-large {
    margin-left: -140px;
  }

  .uk-grid-divider.uk-grid-column-large > *,
  .uk-grid-divider.uk-grid-large > * {
    padding-left: 140px;
  }

  .uk-grid-divider.uk-grid-column-large > :not(.uk-first-column):before,
  .uk-grid-divider.uk-grid-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 {
    left: 140px;
    top: -70px;
  }

  .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-child-width-1-1\@l > * {
    width: 100%;
  }

  .uk-child-width-1-2\@l > * {
    width: 50%;
  }

  .uk-child-width-1-3\@l > * {
    width: 33.32223%;
  }

  .uk-child-width-1-4\@l > * {
    width: 25%;
  }

  .uk-child-width-1-5\@l > * {
    width: 20%;
  }

  .uk-child-width-1-6\@l > * {
    width: 16.66389%;
  }

  .uk-child-width-auto\@l > * {
    width: auto;
  }

  .uk-child-width-expand\@l > :not([class*="uk-width"]) {
    flex: 1 1;
    min-width: 1px;
  }

  .uk-width-1-1\@l {
    width: 100%;
  }

  .uk-width-1-2\@l {
    width: 50%;
  }

  .uk-width-1-3\@l {
    width: 33.32223%;
  }

  .uk-width-2-3\@l {
    width: 66.64445%;
  }

  .uk-width-1-4\@l {
    width: 25%;
  }

  .uk-width-3-4\@l {
    width: 75%;
  }

  .uk-width-1-5\@l {
    width: 20%;
  }

  .uk-width-2-5\@l {
    width: 40%;
  }

  .uk-width-3-5\@l {
    width: 60%;
  }

  .uk-width-4-5\@l {
    width: 80%;
  }

  .uk-width-1-6\@l {
    width: 16.66389%;
  }

  .uk-width-5-6\@l {
    width: 83.31945%;
  }

  .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 1;
    min-width: 1px;
  }

  .uk-text-left\@l {
    text-align: left !important;
  }

  .uk-text-right\@l {
    text-align: right !important;
  }

  .uk-text-center\@l {
    text-align: center !important;
  }

  [class*="uk-column-"] {
    -moz-column-gap: 40px;
    column-gap: 40px;
  }

  .uk-column-divider {
    -moz-column-gap: 80px;
    column-gap: 80px;
  }

  .uk-column-1-2\@l {
    -moz-column-count: 2;
    column-count: 2;
  }

  .uk-column-1-3\@l {
    -moz-column-count: 3;
    column-count: 3;
  }

  .uk-column-1-4\@l {
    -moz-column-count: 4;
    column-count: 4;
  }

  .uk-column-1-5\@l {
    -moz-column-count: 5;
    column-count: 5;
  }

  .uk-column-1-6\@l {
    -moz-column-count: 6;
    column-count: 6;
  }

  .uk-align-left\@l {
    float: left;
    margin-top: 0;
  }

  .uk-align-right\@l {
    float: right;
    margin-top: 0;
  }

  .uk-align-left,
  .uk-align-left\@l,
  .uk-align-left\@m,
  .uk-align-left\@s {
    margin-right: 40px;
  }

  .uk-align-right,
  .uk-align-right\@l,
  .uk-align-right\@m,
  .uk-align-right\@s {
    margin-left: 40px;
  }

  .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-first\@l {
    order: -1;
  }

  .uk-flex-last\@l {
    order: 99;
  }

  .uk-margin-large {
    margin-bottom: 70px;
  }

  * + .uk-margin-large,
  .uk-margin-large-top {
    margin-top: 70px !important;
  }

  .uk-margin-large-bottom {
    margin-bottom: 70px !important;
  }

  .uk-margin-large-left {
    margin-left: 70px !important;
  }

  .uk-margin-large-right {
    margin-right: 70px !important;
  }

  .uk-margin-xlarge {
    margin-bottom: 140px;
  }

  * + .uk-margin-xlarge,
  .uk-margin-xlarge-top {
    margin-top: 140px !important;
  }

  .uk-margin-xlarge-bottom {
    margin-bottom: 140px !important;
  }

  .uk-margin-xlarge-left {
    margin-left: 140px !important;
  }

  .uk-margin-xlarge-right {
    margin-right: 140px !important;
  }

  .uk-margin-auto\@l {
    margin-right: auto !important;
  }

  .uk-margin-auto-left\@l,
  .uk-margin-auto\@l {
    margin-left: auto !important;
  }

  .uk-margin-auto-right\@l {
    margin-right: auto !important;
  }

  .uk-margin-remove-left\@l {
    margin-left: 0 !important;
  }

  .uk-margin-remove-right\@l {
    margin-right: 0 !important;
  }

  .uk-padding {
    padding: 40px;
  }

  .uk-padding-large {
    padding: 70px;
  }

  .uk-position-large {
    margin: 50px;
    max-width: calc(100% - 100px);
  }

  .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-bottom-center,
  .uk-position-large.uk-position-top-center {
    transform: translateX(-50%) translateX(-50px);
  }

  .uk-hidden\@l {
    display: none !important;
  }

  .uk-grid-column-small,
  .uk-grid-small {
    margin-left: -15px;
  }

  .uk-grid-column-small > *,
  .uk-grid-small > * {
    padding-left: 15px;
  }

  * + .uk-grid-margin-small,
  .uk-grid + .uk-grid-row-small,
  .uk-grid + .uk-grid-small,
  .uk-grid-row-small > .uk-grid-margin,
  .uk-grid-small > .uk-grid-margin {
    margin-top: 15px;
  }

  .sidebar-order__ingr * + .uk-grid-margin-small,
  .sidebar-order__ingr .uk-grid + .uk-grid-row-small,
  .sidebar-order__ingr .uk-grid + .uk-grid-small,
  .sidebar-order__ingr .uk-grid-row-small > .uk-grid-margin,
  .sidebar-order__ingr .uk-grid-small > .uk-grid-margin {
    margin-top: 7px;
  }
}

@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: 33.32223%;
  }

  .uk-child-width-1-4\@xl > * {
    width: 25%;
  }

  .uk-child-width-1-5\@xl > * {
    width: 20%;
  }

  .uk-child-width-1-6\@xl > * {
    width: 16.66389%;
  }

  .uk-child-width-auto\@xl > * {
    width: auto;
  }

  .uk-child-width-expand\@xl > :not([class*="uk-width"]) {
    flex: 1 1;
    min-width: 1px;
  }

  .uk-width-1-1\@xl {
    width: 100%;
  }

  .uk-width-1-2\@xl {
    width: 50%;
  }

  .uk-width-1-3\@xl {
    width: 33.32223%;
  }

  .uk-width-2-3\@xl {
    width: 66.64445%;
  }

  .uk-width-1-4\@xl {
    width: 25%;
  }

  .uk-width-3-4\@xl {
    width: 75%;
  }

  .uk-width-1-5\@xl {
    width: 20%;
  }

  .uk-width-2-5\@xl {
    width: 40%;
  }

  .uk-width-3-5\@xl {
    width: 60%;
  }

  .uk-width-4-5\@xl {
    width: 80%;
  }

  .uk-width-1-6\@xl {
    width: 16.66389%;
  }

  .uk-width-5-6\@xl {
    width: 83.31945%;
  }

  .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 1;
    min-width: 1px;
  }

  .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-column-1-2\@xl {
    -moz-column-count: 2;
    column-count: 2;
  }

  .uk-column-1-3\@xl {
    -moz-column-count: 3;
    column-count: 3;
  }

  .uk-column-1-4\@xl {
    -moz-column-count: 4;
    column-count: 4;
  }

  .uk-column-1-5\@xl {
    -moz-column-count: 5;
    column-count: 5;
  }

  .uk-column-1-6\@xl {
    -moz-column-count: 6;
    column-count: 6;
  }

  .uk-align-left\@xl {
    float: left;
    margin-right: 40px;
    margin-top: 0;
  }

  .uk-align-right\@xl {
    float: right;
    margin-left: 40px;
    margin-top: 0;
  }

  .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-first\@xl {
    order: -1;
  }

  .uk-flex-last\@xl {
    order: 99;
  }

  .uk-margin-auto\@xl {
    margin-right: auto !important;
  }

  .uk-margin-auto-left\@xl,
  .uk-margin-auto\@xl {
    margin-left: auto !important;
  }

  .uk-margin-auto-right\@xl {
    margin-right: auto !important;
  }

  .uk-margin-remove-left\@xl {
    margin-left: 0 !important;
  }

  .uk-margin-remove-right\@xl {
    margin-right: 0 !important;
  }

  .uk-hidden\@xl {
    display: none !important;
  }
}

@media (max-width: 959px) {
  .uk-table-responsive,
  .uk-table-responsive tbody,
  .uk-table-responsive td,
  .uk-table-responsive th,
  .uk-table-responsive tr {
    display: block;
  }

  .uk-table-responsive thead {
    display: none;
  }

  .uk-table-responsive td,
  .uk-table-responsive th {
    max-width: none !important;
    min-width: 0 !important;
    overflow: visible !important;
    white-space: normal !important;
    width: auto !important;
  }

  .uk-table-responsive .uk-table-link:not(:first-child) > a,
  .uk-table-responsive td:not(:first-child):not(.uk-table-link),
  .uk-table-responsive th:not(:first-child):not(.uk-table-link) {
    padding-top: 5px !important;
  }

  .uk-table-responsive .uk-table-link:not(:last-child) > a,
  .uk-table-responsive td:not(:last-child):not(.uk-table-link),
  .uk-table-responsive th:not(:last-child):not(.uk-table-link) {
    padding-bottom: 5px !important;
  }

  .uk-table-justify.uk-table-responsive td,
  .uk-table-justify.uk-table-responsive th {
    padding-left: 0;
    padding-right: 0;
  }

  .uk-form-horizontal .uk-form-label {
    display: block;
    margin-bottom: 5px;
  }

  .uk-background-image\@m {
    background-image: none !important;
  }

  .uk-visible\@m {
    display: none !important;
  }

  .catalog-list.uk-section {
    padding-bottom: 20px;
    padding-top: 20px;
  }

  .header-cart .uk-icon {
    color: var(--color-muted-light);
  }

  .header-cart__count {
    border-radius: 3px;
    left: 38%;
    max-width: 34px;
    padding: 2px 3px;
    top: -7px;
  }

  .lk-wrap .uk-nav {
    margin-bottom: 45px;
  }

  .page-header {
    height: 62px;
  }

  .page-header .uk-logo img,
  .page-header .uk-logo svg {
    height: auto;
    max-height: 42px;
  }

  .page-header .uk-logo img {
    margin-right: auto;
  }

  .page-footer {
    padding-bottom: 60px;
  }

  .first-slider__link.uk-position-large {
    max-width: calc(100% - 15px);
  }

  .main-menu .navigation > ul {
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 4px;
    white-space: nowrap;
  }

  .main-menu .navigation > ul::-webkit-scrollbar {
    height: 3px;
  }

  .main-menu .navigation > ul::-webkit-scrollbar-track {
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.25);
  }

  .main-menu .navigation > ul::-webkit-scrollbar-thumb {
    background-color: var(--color-primary);
  }

  .main-menu.main-menu--text {
    padding-left: 0;
    padding-right: 0;
  }

  .product-modal .uk-container {
    padding: 0;
  }

  .product-modal .uk-modal-footer {
    padding: 15px;
  }

  .lk-order-item__header {
    padding: 18px 10px;
  }

  .lk-order-item__head {
    align-items: flex-start;
    flex-direction: column;
  }

  .lk-order-item__label {
    margin-bottom: 4px;
    margin-top: 4px;
  }

  .lk-order-item .uk-accordion-content {
    padding: 0 10px 20px;
  }

  .lk-order-item__products {
    font-size: 13px;
  }

  .lk-order-item__products-info dd {
    font-size: 12px;
  }

  .lk-order-item__toggle-wrap {
    margin-top: 12px;
  }

  .uk-width-fly-basket {
    content-visibility: auto;
  }

  .uk-width-fly-basket.uk-offcanvas {
    left: 100%;
    position: relative;
  }

  .loaded .uk-width-fly-basket {
    content-visibility: visible;
  }

  .fly-basket {
    left: -270px;
    width: 270px;
  }

  .uk-offcanvas-bar .fly-basket-close {
    color: var(--color-primary);
    display: flex;
    margin-left: auto;
    opacity: 0;
    padding: 10px;
    position: relative;
    right: 0;
    top: -10px;
    visibility: hidden;
  }

  .uk-offcanvas-bar .fly-basket-close svg {
    flex-shrink: 0;
    height: 18px;
    width: 18px;
  }

  .uk-open .uk-offcanvas-bar .fly-basket-close {
    opacity: 1;
    transition: opacity 0.2s ease-in 0.2s;
    visibility: visible;
  }

  .fly-loader {
    width: 270px;
  }
}

@media (max-width: 639px) {
  .uk-notification {
    left: 10px;
    margin: 0;
    right: 10px;
    width: auto;
  }

  .uk-background-image\@s {
    background-image: none !important;
  }

  .uk-visible\@s {
    display: none !important;
  }

  body .uk-grid-collapse {
    margin-left: 0;
  }

  body .uk-grid-collapse > * {
    padding-left: 0;
  }

  .catalog .uk-grid-collapse {
    margin-left: 0;
  }

  .catalog .uk-grid-collapse > * {
    padding-left: 0;
  }

  .uk-modal-body {
    padding: 15px;
  }

  #map {
    height: 60vh;
  }

  .map-wrapper {
    min-height: 60vh !important;
  }

  .catalog .uk-subnav {
    margin-left: -10px;
  }

  .catalog .uk-subnav > * {
    margin-top: 7px;
    padding-left: 10px;
  }

  .first-slider .uk-slideshow-items {
    height: 210px;
  }

  .first-slider__title {
    font-size: 18px;
  }

  .catalog-detail__comp {
    font-size: 12px;
  }

  .catalog-detail__comp .uk-table th {
    font-size: 10px;
  }

  .catalog-detail__comp .uk-table-small td,
  .catalog-detail__comp .uk-table-small th {
    padding: 7px 4px;
  }
}

@media (pointer: coarse) {
  .uk-background-fixed {
    background-attachment: scroll;
  }

  .uk-hidden-touch {
    display: none !important;
  }

  .uk-hidden-notouch {
    display: block !important;
  }
}

@media (max-width: 1199px) {
  .uk-background-image\@l {
    background-image: none !important;
  }

  .uk-visible\@l {
    display: none !important;
  }
}

@media (max-width: 1599px) {
  .uk-background-image\@xl {
    background-image: none !important;
  }

  .uk-visible\@xl {
    display: none !important;
  }
}

@media print {
  *,
  :after,
  :before {
    background: transparent !important;
    box-shadow: none !important;
    color: #000 !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  blockquote,
  pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  img,
  tr {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

@media (max-width: 767px) {
  .bar.top {
    -webkit-animation-name: t-move-mobile;
    animation-name: t-move-mobile;
  }

  .catalog-detail__title {
    font-size: 24px;
  }

  .catalog-detail__info {
    margin-top: 25px;
  }

  .catalog-detail__count .field-num {
    align-items: center;
    flex-direction: row;
  }

  .catalog-detail__count .field-num__name {
    font-size: 12px;
  }

  table.shop_table_responsive thead {
    display: none;
  }

  table.shop_table_responsive tr {
    border-bottom: 1px solid #e5e5e5;
    display: block;
  }

  table.shop_table_responsive tr td {
    display: block;
  }

  table.shop_table_responsive td {
    border-top: 0;
  }

  table.shop_table_responsive .product-remove {
    text-align: right;
  }

  table.cart img {
    margin: auto;
    width: 220px;
  }

  .cart .product-price,
  .cart .product-subtotal {
    text-align: center;
  }

  table.cart td.actions .coupon {
    float: none;
    margin-bottom: 1rem;
  }

  table.cart td.actions .coupon .uk-input {
    margin: 0;
    width: 100%;
  }

  table.cart td.actions .coupon .uk-button {
    margin: 7px 0 0;
    width: 100%;
  }

  .cart .actions .uk-button,
  .proceed-to-checkout .uk-button {
    width: 100%;
  }

  .field-num {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 0.8rem;
  }
}

@media (max-width: 500px) {
  .header-cart__price {
    display: none;
  }
}

@media (max-width: 960px) {
  .action-item__heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .action-item__heading .uk-h1,
  .action-item__heading h1 {
    order: 2;
  }

  .action-item__date {
    margin-bottom: 12px;
    margin-left: 0;
    order: 1;
  }
}

@media (max-width: 991px) {
  .action-banner__descr {
    font-size: 1.5em;
  }

  .first-slider__title {
    font-size: 24px;
  }

  .first-slider__descr {
    font-size: 12px;
  }
}

@media (max-width: 860px) {
  .vacancy-list .uk-accordion-title {
    flex-direction: column;
  }

  .vacancy-item__price {
    margin-left: 0;
  }
}

@media (max-width: 560px) {
  .vacancy-list .uk-accordion-title {
    font-size: 15px;
  }

  .vacancy-item {
    padding: 15px;
  }

  .main-menu .uk-position-small {
    margin: 0;
  }
}

@media (max-width: 1159px) {
  .user-addressmap {
    padding-top: 40px;
  }
}

@media (max-width: 680px) {
  .header-phone-wrap {
    display: none;
  }
}

@media (max-width: 740px) {
  .uk-navbar-toggle__name {
    display: none;
  }
}

@media (max-width: 1200px) {
  .page-footer .map .uk-container {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .basket-footer__order {
    font-size: 1em;
  }

  .catalog-detail__title {
    font-size: 20px;
  }

  .catalog-detail__count .field-num {
    width: 100%;
  }

  .catalog-detail__comp .uk-table th {
    font-size: 9px;
  }

  .catalog-detail__price .total-price {
    font-size: 22px;
  }

  .catalog-detail__price .total-price__weight {
    font-size: 11px;
  }

  .catalog-detail__btns .add_to_cart_button {
    display: block;
    width: 100%;
  }
}

@media (max-width: 959px) and (min-height: 600px) {
  .basket-footer__order {
    padding: 1.2em 0.8em;
  }
}

@media (max-width: 1600px) {
  .main-menu .uk-position-center-left-out {
    left: 0;
    right: auto;
  }

  .main-menu .uk-position-center-right-out {
    left: auto;
    right: 0;
  }

  .product__size .js-offerSelect__btn {
    font-size: 13px;
    padding: 0 5px;
  }
}

@media (max-width: 980px) {
  .user-addressmap-main__item .uk-form-label {
    align-items: flex-start;
    flex-direction: column;
  }
}
