

/* Start:/bitrix/templates/swebix-store/css/theme.css?1672748329143578*/
@charset "utf-8";
:root {
    --red: #FF4444;
    --blue: #1452C5;
    --dark-blue: #001B92;
    --white: #FFFFFF;
    --white-gray: #E5E5E5;
    --gray: #E7EDF5;
    --dark: #C1D5EF;
    --light: #789EE5;
    --yellow: #EAD03B;
    --green: #97db7f;
    --black: #484848;
    --blue-transparent: 20 82 197;
	--lightshadow: 92,126,72;
	--shadow: 92,126,72;
}
.tablebodytext {
    display: none;
}
html,
body {
	font-family: Nunito, Helvetica, sans-serif !important;
    font-size: 18px;
    font-weight: 300;
    color: var(--black);
}
strong {
    font-weight: 700 !important;
}
.uk-404 {
    min-height: 40vh;
}
.uk-404 h1 {
    font-size: 8em;
    font-weight: 800;
    color: var(--gray);
}
.uk-404 .uk-button {
    background: var(--red);
    color: var(--white);
    border-radius: 100px;
    text-transform: none;
    font-weight: 700;
}
.uk-offcanvas-overlay::before {
    background: rgba(255 255 255 / 1%) !important;
    -webkit-backdrop-filter: blur(10px) opacity(1);
    backdrop-filter: blur(10px) opacity(1);
}
.uk-main-block {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.uk-grid-profile label {
    display: block;
}
.uk-grid-profile .uk-inline {
    width: 100%;
}
.uk-button {
    text-transform: none !important;
    -webkit-transition: All 0.25s ease-in-out;
    -moz-transition: All 0.25s ease-in-out;
    -o-transition: All 0.25s ease-in-out;
    -ms-transition: All 0.25s ease-in-out;
    transition: All 0.25s ease-in-out;
}
@media (max-width: 768px) {

}
@media (min-width: 769px) {
    .uk-slider .uk-slidenav svg {
        width: 40px;
        height: 40px;
    }
}
body.uk-border-mobile {
    position: relative;
}
/* ========================================================================
Component: Header
========================================================================== */
.uk-header {
    padding: 20px 0px;
}
.uk-header .uk-text-block > div:first-child {
    margin-bottom: 12px;
}
.uk-header p,
.uk-header ul {
    margin: 0;
}
.uk-header .uk-list-phone a {
    color: var(--black);
}
.uk-header .uk-list-phone > li:first-child a {
    color: var(--blue);
    font-weight: 800;
}
.uk-header .uk-list-phone a:hover {
    text-decoration: underline;
}
.uk-header .uk-panel-icon .uk-button {
    position: relative;
    width: 45px;
    height: 45px;
    border-radius: 100px;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.uk-header .uk-panel-icon #ajax-login .uk-icon {
    color: var(--blue);
}
.uk-header .uk-panel-icon #ajax-cart .uk-icon {
    color: var(--red);
}
.uk-header .uk-panel-icon .uk-button:hover,
.uk-header .uk-panel-icon #ajax-cart .uk-button:hover .uk-icon,
.uk-header .uk-panel-icon #ajax-login .uk-button:hover .uk-icon {
    color: var(--blue);
    background: var(--gray);
}
.uk-header .uk-panel-icon .uk-button .uk-number {
    position: absolute;
    top: 0;
    left: 0;
    padding: 2px 5px;
    border-radius: 100px;
    line-height: 1;
    background: var(--dark);
}
.uk-header .uk-navbar-nav > li > a,
.uk-section-bottom .uk-top .uk-menu .uk-navbar-nav > li > a {
    line-height: 36px;
    min-height: 36px;
    text-transform: none;
    font-weight: 800;
    color: var(--black);
    font-size: 20px;
    padding: 0 10px;
}
.uk-section-bottom .uk-top .uk-menu .uk-navbar-nav > li > a {
    color: #FFF;
}
.uk-header .uk-navbar-nav > li > a:hover {
    color: var(--blue);
}
.uk-section-bottom .uk-top .uk-menu .uk-navbar-nav > li > a:hover {
    color: var(--light);
}
.uk-header .uk-navbar-nav > li > a .uk-icon,
.uk-section-bottom .uk-top .uk-menu .uk-navbar-nav > li > a .uk-icon {
    margin-left: 5px;
}
.uk-header .uk-navbar-nav > li > a .uk-icon svg polyline,
.uk-section-bottom .uk-top .uk-menu .uk-navbar-nav > li > a .uk-icon svg polyline {
    stroke-width: 2.5px;
}
.uk-header .uk-navbar-nav > li > a[aria-expanded='true'] {
    color: var(--blue);
}
.uk-header .uk-navbar-nav > li:first-child a,
.uk-section-bottom .uk-top .uk-menu .uk-navbar-nav > li:first-child a {
    padding-left: 0px;
}
.uk-header .uk-menu .uk-dropdown {
    background: var(--gray);
    color: var(--black);
    box-shadow: none;
    min-width: 268px;
    box-shadow: none;
}
.uk-header .uk-menu .uk-dropdown a {
    color: var(--black);
    font-weight: 800;
    font-size: 20px;
}
.uk-header .uk-menu .uk-dropdown a:hover {
    color: var(--blue);
}
.uk-header.uk-white .uk-color,
.uk-header.uk-white .uk-list-phone > li > a,
.uk-header.uk-white .uk-panel-icon .uk-button,
.uk-header.uk-white .uk-panel-icon #ajax-cart .uk-icon,
.uk-header.uk-white .uk-panel-icon #ajax-login .uk-icon {
    color: #FFF !important;
}
.uk-header .uk-button-red {
    margin-bottom: 20px;
}
.uk-header-mobile {
    position: relative;
    background: rgba(255 255 255 / 90%);
}
.uk-header-mobile .uk-button {
    background: transparent;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
    width: 100%;
}
.uk-header-mobile .uk-logo img {
    max-width: 100px;
}
.uk-header-mobile .uk-icon {
    color: var(--blue);
}
/* ========================================================================
Component: Header
========================================================================== */
.uk-button-red {
    line-height: 45px;
    font-size: 14px;
    font-weight: 800 !important;
    color: #FFF !important;
    background: var(--red);
    border-radius: 100px !important;
    text-align: center;
    width: 100%;
    max-width: 250px;
    margin-bottom: 12px;
    text-transform: uppercase !important;
}
.uk-button-red:hover {
    opacity: 0.7;
    cursor: pointer;
}
/* ========================================================================
Component: Header Mobile
========================================================================== */

/* ========================================================================
Component: Header Mobile
========================================================================== */
/* ========================================================================
Component: Section Banner
========================================================================== */
.uk-section-banner .uk-slider-items > li .uk-image {
    min-height: 60vh;
    width: 100%;
    background-color: #f2f2f2;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 1;
    -webkit-transition: All 0.25s ease-in-out;
	-moz-transition: All 0.25s ease-in-out;
	-o-transition: All 0.25s ease-in-out;
	-ms-transition: All 0.25s ease-in-out;
	transition: All 0.25s ease-in-out;
}
.uk-catalog-banner .uk-slider-items > li .uk-image {
    min-height: 40vh;
}
.uk-section-banner .uk-slider-items > li a {
    color: var(--black);
}
.uk-section-banner .uk-slider-items > li a.uk-button {
    background: var(--black);
    color: var(--white);
}
.uk-section-banner .uk-slider-items > li a:hover .uk-image {
    opacity: 0.5;
}
.uk-section-banner .uk-slider-items > li .uk-content {
    top: -20px;
    position: relative;
    padding: 0px 25px 25px 25px;
}
.uk-section-banner .uk-slider-items > li a:hover {
    text-decoration: none;
}
.uk-section-banner .uk-title {
    font-weight: 700;
    text-transform: lowercase;
}
/* ========================================================================
Component: Section Banner
========================================================================== */
/* ========================================================================
Component: Search
========================================================================== */
.uk-panel-search {
    background: var(--white-gray);
    border-radius: 6px;
}
.uk-panel-search form {
    margin: 0;
}
.uk-panel-search .uk-width-small\@xs {
    width: 120px;
}
.uk-panel-search .uk-button {
    line-height: 36px;
    height: 36px;
    font-weight: 700;
    text-transform: none;
    width: 50px;
    background: var(--white-gray);
    color: var(--light);
    padding: 0px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.uk-panel-search .uk-button:hover {
    background: var(--white-gray);
    color: var(--blue);;
}
.uk-panel-search .uk-search .uk-icon {
    width: 50px;
    justify-content: center;
    color: #FFF;
    display: inline-flex;
}
.uk-panel-search .uk-search .uk-input {
    line-height: 36px;
    height: 36px;
    background: transparent;
    border: none;
    color: #000;
    padding: 0px 20px;
}
.uk-panel-search .uk-search .uk-input::placeholder {
    color: rgba(0 0 0 / 50%);
}
.uk-panel-search input:-internal-autofill-selected {
    background-color: transparent !important;
}
/* ========================================================================
Component: Search
========================================================================== */
/* ========================================================================
Component: Editor
========================================================================== */

/* ========================================================================
Component: Editor
========================================================================== */
/* ========================================================================
Component: Breadcrumb
========================================================================== */
.uk-breadcrumb-catalog {
    background-size: cover;
    background-position: 50% 50%;
    background-blend-mode: multiply;
    background-color: var(--gray);
    width: 100%;
    margin-top: 0px;
}
.uk-breadcrumb-catalog.uk-image {
    min-height: 30vh;
    display: flex;
    align-items: flex-end;
}
.uk-breadcrumb-catalog.uk-image > .uk-container {
    width: 100%;
}
.uk-breadcrumb-catalog.uk-breadcrumb-images {
    padding: 0px;
}
.uk-breadcrumb-catalog.uk-breadcrumb-images .uk-panel {
    background: rgba(0,0,0,0.6);
    padding: 20px 0px;
}
.uk-breadcrumb-block .bx-breadcrumb-item {
    float: none !important;
    display: inline-block !important;
    font-size: 0.8em;
}
.uk-breadcrumb-block .bx-breadcrumb-item a {
    color: var(--black);
}
.uk-breadcrumb-catalog .bx-breadcrumb-item,
.uk-breadcrumb-catalog h1 {
    color: var(--black);
}
.uk-breadcrumb-catalog h1 {
    font-weight: 700;
    text-transform: lowercase;
}
.uk-breadcrumb-catalog h1::first-letter {
    text-transform: uppercase;
}
.uk-breadcrumb-catalog.uk-breadcrumb-images h1 {
    color: var(--white);
    font-weight: 700;
}
.uk-breadcrumb-catalog .uk-slider li {
    color: var(--black);
}
.uk-breadcrumb-catalog.uk-breadcrumb-images .uk-slider li {
    color: var(--white);
}
.uk-breadcrumb-catalog .uk-position-relative {
    overflow: hidden;
}
@media (max-width: 768px) {
    .uk-breadcrumb-block {
        text-align: center;
    }
    .uk-breadcrumb-block .uk-title-block {
        font-size: 1.2em;
        line-height: 1.2;
    }
    .uk-breadcrumb-catalog {
        padding: 10px 0px;
    }
    .uk-breadcrumb-catalog .uk-position-relative {
        padding-left: 0px;
    }
    .uk-breadcrumb-block .uk-slider-items {
        font-size: 12px;
    }
}
@media (min-width: 769px) {
    .uk-breadcrumb-block {
        
    }
    .uk-breadcrumb-catalog {
        padding: 10px 0px;
    }
    .uk-breadcrumb-block .uk-title-block {
        font-size: 1.5em;
    }
    .uk-breadcrumb-catalog .uk-position-relative {
        padding-left: 50px;
    }
}
.uk-breadcrumb-catalog .uk-breadcrumb-block .uk-title-block {
    font-size: 1em;
    font-weight: 800;
    color: var(--dark-blue);
}
/* ========================================================================
Component: Breadcrumb
========================================================================== */
/* ========================================================================
Component: Callback
========================================================================== */
.uk-modal-callback {
    background: rgba(var(--blue-transparent) / 50%);
}
.uk-modal-callback .uk-modal-header {
    padding: 40px 0px;
}
.uk-modal-callback h2 {
    font-weight: 800;
    color: var(--dark-blue);
    text-transform: uppercase;
    margin: 0;
}
.uk-modal-callback .uk-input {
    border: 1px solid var(--blue);
}
.uk-modal-callback .uk-button {
    line-height: 40px;
    color: #FFF;
    text-transform: uppercase !important;
    font-weight: 800;
    border-radius: 100px;
    background: var(--red);
    min-width: 188px;
}
.uk-block-notification {
    font-size: 12px;
    line-height: 1.25;
    text-align: center;
    margin-top: 25px;
}
.uk-block-notification a {
    color: var(--blue);
    text-decoration: underline;
}
/* ========================================================================
Component: Callback
========================================================================== */
/* ========================================================================
Component: Cookie
========================================================================== */
 .uk-bottom-panel {
    position: fixed;
    z-index: 10;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
}
.uk-cookie.uk-alert {
    padding: 0px;
    margin: 0 !important;
    color: rgba(255 255 255 / 80%);
    background: rgba(var(--blue-transparent) / 80%);
}
.uk-cookie.uk-alert .uk-content {
    padding: 10px;
}
.uk-cookie.uk-alert .uk-content a {
    color: rgba(255 255 255 / 100%);
}
.uk-cookie.uk-alert .uk-button.uk-alert-close {
    background: var(--red);
    position: relative !important;
    top: auto;
    right: auto;
    opacity: 1;
    color: #FFF;
    border: none;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 15px;
    text-transform: uppercase !important;
}
.uk-cookie.uk-alert .uk-button.uk-alert-close:hover {
    background: rgba(0 0 0 / 100%);
    color: #FFF;
}
.uk-modal-consent {
    background: rgba(var(--blue-transparent) / 50%);
}
.uk-modal.uk-modal-consent.uk-modal-layout .uk-close,
.uk-modal.uk-modal-layout .uk-modal-callback .uk-close {
    color: var(--black) !important;
}
.uk-modal-consent .uk-modal-dialog {

}
.uk-modal-consent .uk-modal-header {
    background: transparent;
    color: #000;
    border: none;
    padding: 15px 20px 15px 20px;
}
.uk-modal-consent .uk-modal-header .uk-h2 {
    color: var(--dark-blue);
    font-weight: 800;
    text-align: center;
    display: block;
}
.uk-modal-consent .uk-modal-footer .uk-button {
    border-radius: 100px;
    text-transform: uppercase;
    font-weight: 800;
}
.uk-modal-consent .uk-modal-footer .uk-button.uk-button-primary {
    background: var(--red);
    color: #FFF;
}
@media (max-width: 768px) {
    .uk-cookie.uk-alert {
        font-size: 0.7em;
    }
    .uk-bottom-panel .uk-content {
        font-size: 10px;
    }
}
@media (min-width: 769px) {
    .uk-cookie.uk-alert {
        font-size: 1em;
    }
}
/* ========================================================================
Component: Cookie
========================================================================== */
/* ========================================================================
Component: Message
========================================================================== */
.uk-message .uk-modal-layout.uk-open {
    display: flex;
}
/* ========================================================================
Component: Message
========================================================================== */
/* ========================================================================
Component: Page
========================================================================== */
.uk-page-content {
    padding: 25px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: calc(100vh - 300px);
}
.uk-page-content > .uk-container {
    width: 100%;
}
.uk-page-content h1,
.uk-page-content .uk-h1,
.uk-page-content h2,
.uk-page-content .uk-h2,
.uk-page-content h3,
.uk-page-content .uk-h3,
.uk-page-content h4,
.uk-page-content .uk-h4,
.uk-page-content h5,
.uk-page-content .uk-h5,
.uk-page-content h6,
.uk-page-content .uk-h6 {
    font-weight: 700;
}
.uk-page-content ul:not(.uk-dotnav):not(.uk-slider-items) {
    list-style: none;
    padding: 0px;
}
.uk-page-content ul:not(.uk-dotnav):not(.uk-slider-items) > li {
    position: relative;
    padding-left: 40px;
}
.uk-page-content ul:not(.uk-dotnav):not(.uk-slider-items) > li::before {
    content: "";
    position: absolute;
    top: -2.5px;
    left: 0;
    width: 30px;
    height: 30px;
    background-image: url('/bitrix/templates/swebix-store/images/loader.svg');
    background-size: cover;
    background-position: 50% 50%;
    display: inline-block;
}
.uk-page-content .uk-grid-content .uk-card {
    background-repeat: no-repeat;
    background-position: 0% 50%;
    background-size: cover;
}
.uk-page-content .uk-grid-content .uk-scroll {
    max-height: 1014px;
    min-height: 1014px;
    padding-right: 25px !important;
}
.uk-page-content .uk-grid-content .uk-container-small {
    max-width: 590px;
    margin: 0;
}
.uk-page-home .uk-grid-content .uk-card.uk-image {
    padding-top: 275px;
    margin-top: -275px;
    background-position: 0% 100%;
    position: relative;
    z-index: -1;
}
.uk-page-home .uk-grid-content .uk-card.uk-image img {
    max-height: 700px;
}
.uk-page-home .uk-grid-content .uk-container-small {
    max-width: 390px;
    padding: 0px;
}
.uk-page-home .uk-grid-content h2 {
    color: var(--dark-blue);
    text-transform: uppercase;
    margin-top: 50px;
    font-weight: 900;
}
.uk-page-home .uk-grid-content p {
    color: var(--dark-blue);
}
.uk-page-home .uk-grid-content .uk-button-red {
    line-height: 45px;
    font-size: 12px;
    font-weight: 800;
    color: #FFF;
    background: var(--red);
    border-radius: 100px;
    text-align: center;
    width: auto;
    margin-bottom: 12px;
    text-transform: uppercase !important;
}
.uk-page-home .uk-grid-content .uk-button-red:hover {
    opacity: 0.7;
    cursor: pointer;
}
.uk-page-home .uk-grid-content .uk-button-red.uk-blue {
    background: var(--light);
    color: var(--dark-blue);
}
.uk-page-shop .uk-grid-content .uk-container {
    padding: 0px;
    width: 100%;
}
.uk-page-shop .uk-grid-content .uk-card {
    background-position: 100% 0%;
    background-size: contain;
}
.uk-page-shop .uk-grid-content .uk-card .uk-card-text,
.uk-modal-shop {
    background: rgba(120 158 229 / 20%);
    padding: 25px;
    display: inline-block;
    color: #FFF;
    font-size: 18px;
    line-height: 1.55;
    text-align: left;
    margin-bottom: 50px;
}
.uk-page-shop .uk-grid-content .uk-card .uk-card-panel {
    position: relative;
    line-height: 1.55;
    font-size: 14px;
}
.uk-page-shop .uk-grid-content .uk-card .uk-card-panel > div {
    position: relative;
    padding-left: 40px;
    z-index: 2;
}
.uk-page-shop .uk-grid-content .uk-card .uk-card-panel::before {
    content: "";
    position: absolute;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    top: -10px;
    left: -10px;
    background: rgba(120 158 229 / 0%);
    z-index: 1;
    -webkit-transition: All 0.25s ease-in-out;
	-moz-transition: All 0.25s ease-in-out;
	-o-transition: All 0.25s ease-in-out;
	-ms-transition: All 0.25s ease-in-out;
	transition: All 0.25s ease-in-out;
}
.uk-page-shop .uk-grid-content .uk-card .uk-card-panel:hover::before {
    background: rgba(120 158 229 / 20%);
    cursor: pointer;
}
.uk-page-shop .uk-grid-content .uk-card .uk-link-panel {

}
.uk-page-shop .uk-grid-content .uk-card .uk-card-panel h3,
.uk-modal-shop h3 {
    font-size: 18px;
    color: var(--blue);
    margin-bottom: 10px;
}
.uk-page-shop .uk-grid-content .uk-card .uk-card-panel h3 img {
    position: absolute;
    top: 0;
    left: 0px;
    width: 30px;
}
.uk-page-shop .uk-grid-content .uk-card .uk-card-panel p,
.uk-modal-shop p {
    margin: 0;
}
.uk-page-shop .uk-grid-content .uk-card .uk-card-text h2,
.uk-modal-shop h2 {
    color: #FFF;
    font-size: 18px;
}
.uk-page-shop .uk-grid-content .uk-card .uk-card-text a,
.uk-modal-shop a {
    color: #FFF;
}
.uk-page-shop .uk-grid-content .uk-card .uk-card-text p,
.uk-modal-shop p {
    margin: 0;
}
.uk-modal-shop,
.uk-modal-shop h2,
.uk-modal-shop a {
    color: #000;
}
.uk-modal-shop h2 {
    font-weight: 800;
    color: var(--blue);
}
.uk-modal-shop {
    padding: 30px;
    width: 100%;
    max-width: 600px !important;
}
@media (max-width: 768px) {
    .uk-page-shop .uk-grid-content .uk-card .uk-card-text {
        background: rgba(120 158 229 / 70%);
        max-width: calc(100vw - 120px);
    }
    .uk-page-shop .uk-grid-content .uk-card > div:not(.uk-container) {
        text-align: left;
    }
    .uk-page-shop > .uk-grid {
        display: flex;
    }
    .uk-page-shop > .uk-grid > div:nth-child(1),
    .uk-page-delivery > .uk-grid > div:nth-child(1) {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
    .uk-page-shop > .uk-grid > div:nth-child(2),
    .uk-page-delivery > .uk-grid > div:nth-child(2) {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
    .uk-page-content .uk-grid-content .uk-scroll {
        max-height: initial;
        min-height: inherit;
    }
    .uk-page-content.uk-page-delivery .uk-grid-content .uk-card {
        min-height: 330px;
    }
    .uk-page-home .uk-grid-content h2 {
        font-size: 20px;
        margin-top: 10px;
    }
    .uk-page-home .uk-grid-content p {
        font-size: 14px;
    }
    .uk-page-home .uk-grid-content .uk-button-red {
        font-size: 8px;
    }
    .uk-page-home .uk-grid-content .uk-card.uk-image {
        overflow: hidden;
        min-height: 400px;
    }
    .uk-page-home .uk-grid-content .uk-card.uk-image img {
        position: absolute;
        width: 250px;
        max-width: inherit;
        left: -21px;
    }
}
@media (min-width: 769px) {
    .uk-page-shop .uk-grid-content .uk-card > div:not(.uk-container) {
        text-align: center;
    }
    .uk-page-home .uk-grid-content h2 {
        font-size: 30px;
    }
}
@media (min-width: 1004px) {
    .uk-page-home .uk-grid-content .uk-width-right {
        width: 60%;
    }
    .uk-page-home .uk-grid-content .uk-card.uk-image {
        padding-top: 300px;
        margin-top: -315px;
        background-position: 60px 400%;
        background-size: auto;
    }
    .uk-page-home .uk-grid-content .uk-card.uk-image img {
        max-height: 500px;
    }
    .uk-header .uk-navbar-nav > li > a,
    .uk-section-bottom .uk-top .uk-menu .uk-navbar-nav > li > a {
        font-size: 14px;
    }
    .uk-page-home .uk-grid-content h2 {
        font-size: 24px;
    }
    .uk-page-shop .uk-grid-content .uk-container {
        max-width: 470px;
    }
}
@media (min-width: 1180px) {
    .uk-page-home .uk-grid-content .uk-width-right {
        width: 66.5%;
    }
    .uk-page-home .uk-grid-content .uk-card.uk-image {
        padding-top: 300px;
        margin-top: -315px;
        background-position: 130px 300%;
        background-size: auto;
    }
    .uk-page-home .uk-grid-content .uk-card.uk-image img {
        max-height: 500px;
    }
    .uk-header .uk-navbar-nav > li > a,
    .uk-section-bottom .uk-top .uk-menu .uk-navbar-nav > li > a {
        font-size: 16px;
    }
    .uk-page-shop .uk-grid-content .uk-container {
        max-width: 560px;
    }
}
@media (min-width: 1260px) {
    .uk-page-home .uk-grid-content .uk-width-right {
        width: 66.5%;
    }
    .uk-page-home .uk-grid-content .uk-card.uk-image {
        padding-top: 300px;
        margin-top: -315px;
        background-position: 145px 350%;
        background-size: auto;
    }
    .uk-page-home .uk-grid-content .uk-card.uk-image img {
        max-height: 500px;
    }
    .uk-page-shop .uk-grid-content .uk-container {
        max-width: 620px;
    }
}
@media (min-width: 1346px) {
    .uk-page-home .uk-grid-content .uk-width-right {
        width: 66.5%;
    }
    .uk-page-home .uk-grid-content .uk-card.uk-image {
        padding-top: 300px;
        margin-top: -315px;
        background-position: 140px 250%;
        background-size: auto;
    }
    .uk-page-home .uk-grid-content .uk-card.uk-image img {
        max-height: 650px;
    }
    .uk-page-shop .uk-grid-content .uk-container {
        max-width: 625px;
    }
}
@media (min-width: 1420px) {
    .uk-page-home .uk-grid-content .uk-width-right {
        width: 66%;
    }
    .uk-page-home .uk-grid-content .uk-card.uk-image {
        padding-top: 300px;
        margin-top: -315px;
        background-position: 140px 250%;
        background-size: auto;
    }
    .uk-page-home .uk-grid-content .uk-card.uk-image img {
        max-height: 650px;
    }
    .uk-page-shop .uk-grid-content .uk-container {
        max-width: 625px;
    }
}
@media (min-width: 1580px) {
    .uk-page-home .uk-grid-content .uk-width-right {
        width: 64.5%;
    }
    .uk-page-home .uk-grid-content .uk-card.uk-image {
        padding-top: 300px;
        margin-top: -315px;
        background-position: 105px 350%;
        background-size: auto;
    }
    .uk-page-home .uk-grid-content .uk-card.uk-image img {
        max-height: 650px;
    }
    .uk-page-shop .uk-grid-content .uk-container {
        max-width: 620px;
    }
}
@media (min-width: 1660px) {
    .uk-page-home .uk-grid-content .uk-width-right {
        width: 64%;
    }
    .uk-page-home .uk-grid-content .uk-card.uk-image {
        padding-top: 275px;
        margin-top: -315px;
        background-position: 125px 200%;
        background-size: auto;
    }
    .uk-page-home .uk-grid-content .uk-card.uk-image img {
        max-height: 700px;
    }
    .uk-page-shop .uk-grid-content .uk-container {
        max-width: 620px;
    }
}
@media (min-width: 1900px) {
    .uk-page-home .uk-grid-content .uk-width-right {
        width: 62%;
    }
    .uk-page-home .uk-grid-content .uk-card.uk-image {
        padding-top: 275px;
        margin-top: -315px;
        background-position: 105px 220%;
        background-size: auto;
    }
    .uk-page-home .uk-grid-content .uk-card.uk-image img {
        max-height: 700px;
    }
    .uk-page-shop .uk-grid-content .uk-container {
        max-width: 620px;
    }
}
.uk-section {
    padding: 50px 0px;
}
.uk-section h2 {
    font-size: 28px;
    font-weight: 800;
    color: var(--dark-blue);
    text-transform: uppercase;
    margin-bottom: 75px;
}
.uk-section.uk-section-page h2 {
    margin-bottom: 25px;
}
.uk-section.uk-section-adw .uk-image {
    display: block;
    min-height: 130px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: inherit;
}
.uk-section.uk-section-adw h3 {
    font-weight: 800;
}
.uk-section.uk-section-question h3 {
    position: relative;
    font-weight: 800;
}
.uk-section.uk-section-question h3 img {
    position: absolute;
    left: -50px;
}
.uk-section.uk-section-question strong {
    font-weight: 800;
}
@media (max-width: 768px) {
    .uk-section.uk-section-adw h3 {
        font-size: 16px;
    }
    .uk-section.uk-section-adw p {
        font-size: 14px;
    }
    .uk-section.uk-section-adw .uk-image {
        background-size: 90px;
    }
}
@media (min-width: 769px) {
    .uk-section.uk-section-adw h3 {
        font-size: 20px;
    }
}
/* ========================================================================
Component: Page
========================================================================== */
/* ========================================================================
Component: Dotnav
========================================================================== */
.uk-dotnav-line {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0px;
    z-index: 100;
    margin: 0 auto !important;
}
@media (max-width: 768px) {
    .uk-dotnav-line {
        max-width: 80%;
    }
}
@media (min-width: 769px) {
    .uk-dotnav-line {
        max-width: 40%;
    }
}
.uk-dotnav-line > * {
    padding: 0px 5px !important;
    
}
.uk-dotnav-line > *:last-child {
    margin-right: 0px;
}
.uk-dotnav-line > .uk-active > * {
    background: transparent;
    border: none;
}
.uk-dotnav-line > * > * {
    position: relative !important;
    background: transparent !important;
    border: none !important;
    width: 100% !important;
    height: 40px !important;
    border-radius: 0 !important;
}
.uk-dotnav-line > * > *::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    background: rgba(255, 255, 255, 0.6);
    border: none;
    width: 100%;
    height: 2px;
    border-radius: 0 !important;
}
.uk-dotnav-line > .uk-active > *::after {
    background: var(--blue);
}
.uk-dotnav-point {
    position: absolute;
    bottom: 25px;
    max-width: 1200px;
    margin: 0 auto !important;
    width: 100%;
    left: 0;
    right: 0;
}
.uk-dotnav-point > li > a {
    position: relative;
    background-color: transparent !important;
    width: 30px;
    height: 30px;
    border: 1px solid rgba(0 0 0 / 0%);
    box-sizing: border-box;
    overflow: visible;
}
.uk-dotnav-point > li > a::after {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background: rgba(0 0 0 / 100%);
    border: 1px solid rgba(0 0 0 / 100%);
    position: absolute;
    top: calc(50% - 2.5px);
    left: calc(50% - 2.5px);
}
.uk-dotnav-point > li > a::before {
    content: "";
    width: 4px;
    height: 4px;
    position: absolute;
    top: calc(50% - 2.5px);
    left: calc(50% - 2.5px);
    background: transparent;
    border: 1px solid rgba(0 0 0 / 100%);
    border-radius: 100%;
    -webkit-transition: All 0.25s ease-in-out;
	-moz-transition: All 0.25s ease-in-out;
	-o-transition: All 0.25s ease-in-out;
	-ms-transition: All 0.25s ease-in-out;
	transition: All 0.25s ease-in-out;
}
.uk-dotnav-point > li:not(.uk-active) > a:hover::before {
    width: 15px;
    height: 15px;
    top: calc(50% - 8px);
    left: calc(50% - 8px);
}
.uk-dotnav-point > li.uk-active > a::before {
    width: 30px;
    height: 30px;
    top: calc(50% - 15.5px);
    left: calc(50% - 15.5px);
}
/* ========================================================================
Component: Dotnav
========================================================================== */
/* ========================================================================
Component: SladeShow
========================================================================== */
.uk-screen-slider .uk-slider-items > li .uk-image {
    display: block;
}
.uk-screen-slider .uk-slider-items > li .uk-image .uk-overlay-image {
    background-repeat: no-repeat;
    background-size: cover;
}
.uk-screen-slider .uk-slider-items > li .uk-image .uk-picture {
    background-size: contain;
    background-repeat: no-repeat;
    height: 100%;
}
.uk-screen-slider .uk-slider-items > li .uk-image .uk-overlay-content .uk-container.uk-position-relative {
    height: 100%;
}
.uk-screen-slider .uk-slider-items > li .uk-image .uk-content {
    color: #000;
    max-width: 250px;
}
.uk-screen-slider .uk-slider-items > li .uk-image h2 {
    font-weight: 700;
    color: var(--black);
    line-height: 1;
    font-size: 8vh;
}
.uk-screen-slider .uk-slider-items > li .uk-image .uk-button {
    background: var(--black);
    color: #FFF;
    padding: 0 20px;
}
.uk-screen-slider .uk-slider-items > li .uk-image .uk-button:hover {
    background: #FFF;
    color: var(--black);
}
.uk-screen-slider .uk-overlay-content .uk-overlay-content {
    padding: 25px;
    box-sizing: border-box;
}
@media (max-width: 768px) {
    .uk-screen-slider .uk-slider-items > li .uk-image {
        min-height: 450px;
    }
}
@media (min-width: 769px) {
    .uk-screen-slider .uk-slider-items > li .uk-image {
        min-height: 60vh;
    }
}
/* ========================================================================
Component: SladeShow
========================================================================== */
/* ========================================================================
Component: Section Menu
========================================================================== */
.uk-panel-section {
    background-color: var(--red);
    box-shadow: 0px 2px 6px 0px rgba(0 0 0 / 60%);
    background-repeat: no-repeat !important;
    background-position: 10% 50% !important;
    background-size: cover !important;
}
.uk-panel-section .uk-panel-content {
    background: transparent;
    padding: 25px 0px;;
}
.uk-panel-section .uk-panel-content .uk-list-section {

}
.uk-panel-section .uk-panel-content .uk-list-section > li {
    margin: 0px !important;
    border-bottom: 1px solid var(--red);
}
.uk-panel-section .uk-panel-content .uk-list-section > li:last-child {
    border: none;
}
.uk-panel-section .uk-panel-content .uk-list-section > li > a {
    background: transparent;
    padding: 10px 20px;
    display: block;
    -webkit-transition: All 0.25s ease-in-out !important;
	-moz-transition: All 0.25s ease-in-out !important;
	-o-transition: All 0.25s ease-in-out !important;
	-ms-transition: All 0.25s ease-in-out !important;
	transition: All 0.25s ease-in-out !important;
}
.uk-panel-section .uk-panel-content .uk-list-section > li > a:hover,
.uk-panel-section .uk-panel-content .uk-list-section > li > a.uk-open {
    background: var(--red);
}
.uk-panel-section .uk-panel-content .uk-list-section > li > img {
    margin-right: 5px;
}
.uk-panel-section .uk-panel-content .uk-list-section > li > a h2 {
    color: #FFF;
    font-weight: 700;
    padding-right: 25px;
}
.uk-panel-section .uk-panel-content .uk-list-section > li > a:hover h2,
.uk-panel-section .uk-panel-content .uk-list-section > li > a.uk-open h2 {
    color: var(--white);
}
.uk-panel-section .uk-panel-content .uk-list-section li h2 {
    position: relative;
    font-size: 1em;
    line-height: 1.5;
    font-weight: 300;
    margin: 0;
}
.uk-panel-section .uk-panel-content .uk-list-section li h2 span {
    position: absolute;
    right: 0;
    color: rgba(255 255 255 / 50%);
    font-weight: 100;
    font-size: 0.8em;
}
.uk-panel-section .uk-content h2 span {
    color: rgba(0 0 0 / 50%) !important;
}
.uk-panel-section .uk-panel-content .uk-list-section li > a {
    color: var(--black);
}
.uk-panel-section .uk-panel-content .uk-list-section li > a .uk-image {
    position: relative;
    display: inline-block;
    width: 24px;
    height: 24px;
    min-width: 24px;
    border-radius: 100px;
    background-position: 50% 50%;
    background-size: cover;
    margin-right: 10px;
    border: 2px solid var(--gray);
}
.uk-panel-section .uk-panel-content .uk-list-section li > a:hover {
    text-decoration: none;
}
.uk-panel-section .uk-panel-content .uk-dropdown {
    padding: 0px;
}
.uk-panel-section .uk-panel-content .uk-dropdown > .uk-grid {
    margin: 0 !important;
}
.uk-panel-section .uk-panel-content .uk-dropdown .uk-image {
    position: relative;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
    width: 100%;
    height: 100px;
}
.uk-panel-section .uk-panel-content .uk-dropdown .uk-image h3 {
    position: absolute;
    bottom: 0px;
    left: 25px;
    background: var(--red);
    margin: 0;
    color: var(--white);
    padding: 5px 15px;
}
.uk-panel-section .uk-panel-content .uk-dropdown .uk-content {
    padding: 25px;
}
.uk-panel-section .uk-panel-content .uk-dropdown h3 {
    font-size: 1.2em;
    font-weight: 700;
    color: var(--red);
    margin-top: 0px !important;
}
.uk-panel-section .uk-panel-content .uk-dropdown h2:hover {
    text-decoration: underline;
    color: var(--red);
}
.uk-panel-section .uk-panel-content .uk-dropdown {
    background: var(--white);
    border-right: 4px solid var(--red);
    max-width: 700px;
    min-width: 700px;
    margin-left: 0px !important;
    box-shadow: 4px 0px 4px 0px rgba(0 0 0 / 10%);
}
.uk-panel-section .uk-panel-content .uk-dropdown small {
    color: var(--gray);
    line-height: 1.55;
    display: block;
    max-width: 500px;
}
.uk-panel-section .uk-panel-content .uk-dropdown .uk-button {
    width: auto;
    height: auto;
    padding: 5px 15px 5px 10px !important;
    background: var(--red) !important;
    color: var(--white) !important;
    font-weight: 700;
    line-height: 40px;
    display: inline-block;
    text-transform: none;
    margin-top: 25px;
}
.uk-panel-section .uk-panel-content .uk-dropdown .uk-button:hover {
    background: var(--red) !important;
    color: #FFF !important;
}
.uk-panel-section .uk-panel-content .uk-offerup {
    margin: 30px 0px 0px 0px !important;
}
.uk-panel-section .uk-panel-content .uk-offerup li {
    margin: 0 !important;
}
.uk-panel-section .uk-panel-content .uk-offerup li a {
    position: relative;
    color: #FFF;
    font-weight: 700;
    line-height: 40px;
    font-size: 1em;
    border-left: 5px solid;
    display: block;
    box-shadow: 0px 0px 0px 0px rgba(0 0 0 / 60%);
    padding: 0px 20px 0px 20px;
    -webkit-transition: All 0.15s ease-in-out !important;
	-moz-transition: All 0.15s ease-in-out !important;
	-o-transition: All 0.15s ease-in-out !important;
	-ms-transition: All 0.15s ease-in-out !important;
	transition: All 0.15s ease-in-out !important;
}
.uk-panel-section .uk-panel-content .uk-offerup li a svg {
	margin-right: 5px;
    max-width: 15px;
    margin-top: -3px;
}
.uk-panel-section .uk-panel-content .uk-offerup li a span {
    position: absolute;
    right: 20px;
    color: #DDD;
    font-weight: 100;
    font-size: 0.8em;
}
.uk-panel-section .uk-panel-content .uk-offerup li.uk-green a {
    border-color: var(--white);
}
.uk-panel-section .uk-panel-content .uk-offerup li.uk-yellow a {
    border-color: var(--black);
}
.uk-panel-section .uk-panel-content .uk-offerup li.uk-red a {
    border-color: var(--black);
}
.uk-panel-section .uk-panel-content .uk-offerup li a:hover {
    background: var(--white);
	box-shadow: 0px 2px 10px 0px rgba(0 0 0 / 60%);
    text-decoration: none;
    color: var(--red);
}
/* ========================================================================
Component: Section Menu
========================================================================== */
/* ========================================================================
Component: Section Panel
========================================================================== */
.uk-section-sections {
    margin-top: 15px;
}
.uk-section-sections .uk-panel .uk-icon,
.uk-section-sections .uk-panel .uk-overlay {
    -webkit-transition: All 0.25s ease-in-out;
	-moz-transition: All 0.25s ease-in-out;
	-o-transition: All 0.25s ease-in-out;
	-ms-transition: All 0.25s ease-in-out;
	transition: All 0.25s ease-in-out;
}
.uk-section-sections .uk-panel {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    height: 240px;
    padding: 25px;
}
.uk-section-sections .uk-panel .uk-panel-clean {
    background-color: var(--red);
}
.uk-section-sections a:hover {
    text-decoration: none;
}
.uk-section-sections .uk-panel .uk-content {
    position: relative;
    z-index: 2;
    color: var(--white);
}
.uk-section-sections .uk-panel .uk-overlay {
    padding: 0;
    width: 100%;
    background: linear-gradient(0deg, rgba(0 0 0 / 100%) 30%, rgba(0 0 0 / 0%) 100%);
    height: 70%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0.7;
}
.uk-section-sections .uk-panel:hover .uk-overlay {
    opacity: 1;
}
.uk-section-sections .uk-panel:hover .uk-icon {
    transform: translateX(10px);
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
}
.uk-section-sections .uk-panel .uk-content strong {
    color: var(--red);
    font-weight: 800;
    font-size: 1.2em;
}
.uk-section-sections .uk-panel .uk-content span.uk-count {
    color: rgba(255 255 255 / 50%);
    font-weight: 100;
    font-size: 0.8em;
}
.uk-section-sections .uk-panel .uk-content small {
    display: block;
}
/* ========================================================================
Component: Section Panel
========================================================================== */
.uk-section-catalog-home {
    background-position: top center;
    background-repeat: no-repeat;
}
.uk-section-catalog-home .uk-panel {
    padding: 0px;
    background-repeat: no-repeat;
    background-size: contain;
}
.uk-section-catalog-home .uk-circle {
    display: block;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 auto;
}
.uk-section-catalog-home .uk-panel span.uk-title {
    font-weight: 800;
    color: var(--blue);
    padding: 25px;
    display: block;
}
.uk-section-catalog-home .uk-panel .product-item-amount-description-container,
.uk-section-catalog-home .uk-panel .product-item-amount-description-container span {
    font-size: 14px !important;
}
.uk-section-catalog-home a:hover {
    text-decoration: none;
}
.uk-section-catalog-home .uk-product-card {
    margin-bottom: 15px;
}
@media (max-width: 768px) {
    .uk-section-catalog-home .uk-panel.uk-panel-card {
        min-height: 170px;
    }
    .uk-section-catalog-home .uk-panel.uk-panel-cover {
        background-size: cover;
    }
    .uk-section-catalog-home .uk-panel.uk-panel-actions {
        background-position: -50px 0 !important;
    }
    .uk-section-catalog-home .uk-panel.uk-panel-water {
        background-position: 70px 70px !important;
    }
    .uk-section-catalog-home .uk-panel.uk-panel-culler {
        background-position: 100% 60px !important;
    }
    .uk-section-catalog-home .uk-panel.uk-panel-delivery {
        background-position: 100px 0px !important;
    }
    .uk-section-catalog-home .uk-width-1-9 {
        max-width: 85%;
    }
    .uk-section-catalog-home .uk-circle {
        height: 120px;
        width: 120px;
    }
    .uk-section-catalog-home .uk-panel span {
        font-size: 16px;
    }
    .uk-section-catalog-home .uk-panel.uk-panel-shop span {
        padding: 0px;
    }
}
@media (min-width: 769px) {
    .uk-section-catalog-home .uk-panel.uk-panel-card {
        min-height: 200px;
    }
    .uk-section-catalog-home .uk-panel.uk-panel-cover {
        background-size: contain;
    }
    .uk-section-catalog-home .uk-circle {
        height: 200px;
        width: 200px;
    }
    .uk-section-catalog-home .uk-panel span {
        font-size: 24px;
    }
}
/* ========================================================================
Component: Section Catalog
========================================================================== */
.uk-section-catalog .uk-section-grid {
    margin-bottom: 25px !important;
}
.uk-section-catalog .uk-section-grid .uk-slider-container {
    overflow: visible;
}
.uk-section-catalog .uk-section-grid .uk-slider-items > li a {
    color: var(--black);
}
.uk-section-catalog .uk-section-grid .uk-slider-items > li .uk-panel {
    text-align: center;
    font-weight: 900;
    color: var(--dark-blue);
}
.uk-section-catalog .uk-section-grid .uk-slider-items > li .uk-panel .uk-image {
    border-radius: 0px;
    background-color: rgba(0 0 0 / 3%);
    color: rgba(0 0 0 / 10%);
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.uk-section-catalog .uk-section-grid .uk-slider-items > li .uk-panel .uk-content {
    background: var(--gray);
    padding: 10px 0px;
}
.uk-section-catalog .uk-section-grid .uk-slider-items > li .uk-panel .uk-content small {
    display: block;
    text-transform: lowercase;
}
.uk-section-catalog .uk-section-grid .uk-slider-items > li .uk-panel .uk-content small::first-letter {
    text-transform: uppercase;
}
.uk-section-catalog .uk-section-grid.uk-slider .uk-slidenav {
    width: 50px;
    height: 50px;
    background: var(--gray);
    color: var(--blue);
    border-radius: 100px;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: calc(50% - 10px);
}
.uk-section-catalog .uk-section-grid.uk-slider .uk-slidenav svg polyline,
.uk-section-catalog .uk-section-grid.uk-slider .uk-slidenav svg line {
    stroke-width: 2px;
}
.uk-catalog-line .uk-panel > a {
    display: flex !important;
    align-items: center;
    min-height: 40px;
}
.uk-catalog-line .uk-panel .uk-image-icon {
    width: 40px;
    height: 40px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
}

@media (max-width: 768px) {
    .uk-section-catalog .uk-section-grid .uk-slider-items > li .uk-panel .uk-image {
        height: 150px;
        width: 150px;
    }
    .uk-section-catalog .uk-section-grid .uk-slider-items > li .uk-panel .uk-content {
        max-width: 150px;
    }
}
@media (min-width: 769px) {
    .uk-section-catalog .uk-section-grid .uk-slider-items > li .uk-panel .uk-image {
        height: 150px;
        width: 100%;
    }
    .uk-section-catalog .uk-section-grid .uk-slider-items > li .uk-panel .uk-content {
        max-width: 100%;
    }
}
/* ========================================================================
Component: Section Catalog
========================================================================== */
/* ========================================================================
Component: Smart Filter Toolbar
========================================================================== */
.uk-tollbar-filter {
    margin: 15px 0px 15px 0px !important;
}
.uk-tollbar-filter .uk-button-line {
    background: transparent;
    position: relative;
    border: none;
    padding: 0px;
    line-height: 30px;
    color: var(--black);
    font-size: 14px;
    -webkit-transition: All 0.25s ease-in-out;
	-moz-transition: All 0.25s ease-in-out;
	-o-transition: All 0.25s ease-in-out;
	-ms-transition: All 0.25s ease-in-out;
	transition: All 0.25s ease-in-out;
}
.uk-tollbar-filter .uk-button-line.uk-button-filter {
    background: var(--light);
    text-transform: uppercase;
    font-weight: 800;
    color: #FFF;
}
.uk-tollbar-filter .uk-button-line:hover {
    cursor: pointer;
    border-color: rgba(0 0 0 / 50%);
    color: rgba(0 0 0 / 50%);
}
.uk-tollbar-filter .uk-button-all {
    background: #FFF;
    padding: 5px 10px 5px 10px;
}
@media (max-width: 768px) {
.uk-tollbar-filter {
    margin-left: -15px !important;
}
.uk-tollbar-filter .uk-button-all {
    position: relative;
    width: 100%;
    text-align: left;
    padding: 5px 10px 5px 10px;
}
.uk-tollbar-filter .uk-button-all .uk-icon {
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -10px;
}
.uk-tollbar-filter .uk-button-all.uk-button-sort {
    padding: 5px 10px 5px 10px;
    text-align: center;
}
.uk-tollbar-filter .uk-button-all.uk-button-sort .uk-icon {
    position: relative;
    top: -1px;
    left: 0;
    margin: 0 !important;
}
}
@media (min-width: 769px) {
.uk-tollbar-filter .uk-button-all {

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

}
.uk-tollbar-filter .uk-dropdown-button .uk-button-reset {
    background: var(--black) !important;
}
.uk-tollbar-filter .uk-button-success {
    background: var(--yellow);
}
.uk-tollbar-filter.uk-sticky.uk-active {
    width: 100% !important;
    margin-left: -15px !important;
    background: #f9f9f9;
    padding: 5px 15px 5px 0px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
    z-index: 99;
}
/* ========================================================================
Component: Smart Filter Toolbar
========================================================================== */
/* ========================================================================
Component: Smart Filter Offcanvas
========================================================================== */
.uk-header-mobile .uk-grid > div:nth-child(1) .uk-button > span:nth-child(1) {
    display: block;
}
.uk-header-mobile .uk-grid > div:nth-child(1) .uk-button > span:nth-child(2) {
    display: none;
}
.uk-offcanvas-container .uk-header-mobile .uk-grid > div:nth-child(1) .uk-button > span:nth-child(1) {
    display: none;
}
.uk-offcanvas-container .uk-header-mobile .uk-grid > div:nth-child(1) .uk-button > span:nth-child(2) {
    display: block;
}
.uk-offcanvas-modal {
    opacity: 0;
    background-image: rgba(255 255 255 / 20%) !important;
    background-color: transparent;
    overflow-y: hidden;
    -webkit-backdrop-filter: blur(10px) opacity(0);
    backdrop-filter: blur(10px) opacity(0);
    -webkit-transition: All 0.55s ease-in-out !important;
	-moz-transition: All 0.55s ease-in-out !important;
	-o-transition: All 0.55s ease-in-out !important;
	-ms-transition: All 0.55s ease-in-out !important;
	transition: All 0.55s ease-in-out !important;
}
.uk-offcanvas-modal.uk-open {
    opacity: 1;
    -webkit-backdrop-filter: blur(10px) opacity(1);
    backdrop-filter: blur(10px) opacity(1);
}
.uk-offcanvas-modal::before {
    display: none;
}
.uk-offcanvas-modal .uk-offcanvas-bar {
    overflow-y: hidden;
}
.uk-offcanvas-filter {
    background: transparent !important;
    padding: 0px !important;
    margin: 0 !important;
    color: var(--black) !important;
    overflow-x: hidden;
}
@media (max-width: 768px) {
.uk-offcanvas-filter {
    width: 100vw !important;
}
}
@media (min-width: 769px) {
.uk-offcanvas-filter {
    
}
}
.uk-offcanvas-filter > * {
    width: 100%;
    position: relative;
    padding: 0px 10px;
    box-sizing: border-box;
}
.uk-offcanvas-filter .uk-cross {
    text-align: right;
    margin-bottom: -1px;
}
.uk-offcanvas-filter .uk-close {
    color: #FFF !important;
    background: var(--light) !important;
    position: relative;
    box-shadow: none;
    border-radius: 0px;
    padding: 10px;
}
.uk-offcanvas-filter .bx-filter {
    box-shadow: none;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    overflow: hidden;
}
.uk-offcanvas-filter .uk-panel-header {
    padding: 0px 25px; 
}
.uk-offcanvas-filter .uk-panel-scroll {
    max-height: 65vh;
    overflow-x: hidden;
    overflow-y: auto;
}
.uk-offcanvas-filter .uk-panel-scroll > div {
    padding: 0px 20px;
    box-sizing: border-box;
}
.uk-offcanvas-filter .uk-button-panel {
    padding: 25px;
}
.uk-panel-filter .uk-button-panel {
    padding: 0px 0px 15px 0px;
}
.uk-offcanvas-filter .uk-panel {
    background: #FFF !important;
    padding: 0px;
    border: 1px solid var(--light);
}
.uk-panel-filter {
    border: none;
}
.container-fluid.bx-filter-section {
    padding: 0px;
}
.uk-offcanvas-filter .uk-panel h2,
.uk-panel-filter .uk-panel h2,
.uk-offcanvas-filter .uk-panel .uk-h2,
.uk-panel-filter .uk-panel .uk-h2 {
    position: relative;
    background: var(--light);
    padding: 0px 15px;
    text-align: left;
    font-size: 18px;
    font-weight: 800;
    line-height: 50px;
    color: #FFF;
}
.uk-offcanvas-filter .uk-panel .uk-h2,
.uk-panel-filter .uk-panel .uk-h2 {
    width: 100%;
    display: block;
    border: none;
    margin: 0px;
}
.uk-offcanvas-filter .uk-panel button.uk-h2:hover,
.uk-panel-filter .uk-panel button.uk-h2:hover {
    cursor: pointer;
}
.uk-offcanvas-filter .uk-panel h2 span,
.uk-panel-filter .uk-panel h2 span,
.uk-offcanvas-filter .uk-panel .uk-h2 span,
.uk-panel-filter .uk-panel .uk-h2 span {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    right: 25px;
}
.uk-offcanvas-filter .uk-panel form,
.uk-panel-filter .uk-panel form {
    padding: 0px 15px;
}
.uk-offcanvas-filter .uk-panel .bx-filter-parameters-box,
.uk-panel-filter .uk-panel .bx-filter-parameters-box {
    position: relative;
    border-bottom: 1px solid #f2f2f2;
    padding: 0px 0px 10px 0px;
    box-sizing: border-box;
}
.uk-offcanvas-filter .uk-accordion > :first-child,
.uk-panel-filter .uk-accordion > :first-child {
    margin-top: 12px;
}
.uk-offcanvas-filter .uk-accordion > :nth-child(n+2),
.uk-panel-filter .uk-accordion > :nth-child(n+2) {
    margin-top: 10px;
}
.uk-offcanvas-filter .uk-accordion .uk-accordion-title,
.uk-panel-filter .uk-accordion .uk-accordion-title {
    font-size: 0.8em;
    color: var(--black);
}
.uk-offcanvas-filter .uk-accordion .uk-accordion-title:hover,
.uk-panel-filter .uk-accordion .uk-accordion-title:hover {
    color: var(--black);
    font-weight: 700;
}
.uk-offcanvas-filter .uk-accordion button.uk-accordion-title,
.uk-panel-filter .uk-accordion button.uk-accordion-title {
    border: none;
    background: transparent;
    width: 100%;
    padding: 0px;
    text-align: left;
}
.uk-offcanvas-filter .uk-accordion button.uk-accordion-title:hover,
.uk-panel-filter .uk-accordion button.uk-accordion-title:hover {
    cursor: pointer;
}
.uk-offcanvas-filter .uk-accordion button.uk-accordion-title.uk-open,
.uk-panel-filter .uk-accordion button.uk-accordion-title.uk-open {
    font-weight: 700;
}
.uk-offcanvas-filter .uk-accordion button.uk-accordion-title::before,
.uk-panel-filter .uk-accordion button.uk-accordion-title::before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23666%22%20stroke-width%3D%221.1%22%20points%3D%221%204%207%2010%2013%204%22%20%2F%3E%0A%3C%2Fsvg%3E");
}
.uk-offcanvas-filter .uk-accordion .uk-dropdown,
.uk-panel-filter .uk-accordion .uk-dropdown {
    max-height: 250px;
    overflow-x: auto;
}
.uk-offcanvas-filter .uk-accordion .uk-accordion-content.uk-dropdown,
.uk-panel-filter .uk-accordion .uk-accordion-content.uk-dropdown {
    margin-top: 0px;
}
.uk-offcanvas-filter .uk-accordion .uk-accordion-content label,
.uk-panel-filter .uk-accordion .uk-accordion-content label {
    position: relative;
    display: block;
}
.uk-offcanvas-filter .uk-accordion .uk-accordion-content .uk-number,
.uk-panel-filter .uk-accordion .uk-accordion-content .uk-number {
    color: #DDD;
    position: absolute;
    right: 0;
}
.uk-offcanvas-filter .uk-accordion label.uk-disabled,
.uk-panel-filter .uk-accordion label.uk-disabled {
    color: #DDD;
}
.uk-offcanvas-filter .bx-ui-slider-track-container,
.uk-panel-filter .bx-ui-slider-track-container {
    padding-top: 30px;
    padding-bottom: 0px;
    border-bottom: 1px solid #ddd;
}
.uk-offcanvas-filter .min-price, .uk-offcanvas-filter .max-price,
.uk-panel-filter .min-price, .uk-offcanvas-filter .max-price {
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
    border: none !important;
    text-align: center;
}
.uk-offcanvas-filter .uk-inline,
.uk-panel-filter .uk-inline {
    display: block;
}
.uk-offcanvas-filter .uk-inline .uk-form-custom,
.uk-panel-filter .uk-inline .uk-form-custom {
    width: 100%;
}
.uk-offcanvas-filter .uk-inline .uk-form-custom .uk-button,
.uk-panel-filter .uk-inline .uk-form-custom .uk-button {
    width: 100%;
    padding: 0 10px;
    text-transform: none;
    text-align: left;
}
.uk-offcanvas-filter .uk-inline .uk-form-custom .uk-button .uk-icon,
.uk-panel-filter .uk-inline .uk-form-custom .uk-button .uk-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -10px;
}
.uk-offcanvas-filter .uk-button-success, .uk-offcanvas-filter .uk-button-reset,
.uk-panel-filter .uk-button-success, .uk-offcanvas-filter .uk-button-reset {
    color: #FFF;
    padding: 0 10px;
    width: 100%;
    text-transform: none;
    font-weight: 800;
}
.uk-offcanvas-filter .uk-button-success,
.uk-panel-filter .uk-button-success {
    background: var(--red);
}
.uk-offcanvas-filter .uk-button-reset,
.uk-panel-filter .uk-button-reset {
    background: var(--gray);
    color: var(--light);
}
.uk-offcanvas-filter h2 {
    display: none;
}
.uk-panel-filter h2 {

}
.uk-offcanvas-filter .uk-offcanvas-close {
    color: #333;
    left: 25px;
}
.uk-offcanvas-filter form {
    padding: 0px !important;
}
.uk-offcanvas-filter .uk-accordion-title,
.uk-panel-filter .uk-accordion-title {
    color: var(--black);
    text-align: left;
}
.uk-offcanvas-filter .uk-accordion-title:hover,
.uk-panel-filter .uk-accordion-title:hover {
    color: var(--yellow);
    color: var(--black);
}
.uk-offcanvas-filter .uk-accordion-content,
.uk-panel-filter .uk-accordion-content {
    text-align: left;
}
.uk-offcanvas-filter .uk-radio,
.uk-panel-filter .uk-radio {
    background-color: #FFF;
    border-color: var(--black);
}
.uk-offcanvas-filter li.uk-open > .uk-accordion-title,
.uk-panel-filter li.uk-open > .uk-accordion-title {
    font-weight: 700;
}
.uk-offcanvas-filter .uk-offcanvas-close {
    position: relative;
    left: 0;
    top: 0;
}
.uk-offcanvas-filter .uk-input.min-price,
.uk-offcanvas-filter .uk-input.max-price,
.uk-panel-filter .uk-input.min-price,
.uk-panel-filter .uk-input.max-price {
    color: var(--black);
    padding: 0px !important;
}
@media (max-width: 768px) {
    .uk-panel-filter form.toggle {
        display: block;
    }
    .uk-panel-filter form:not(.toggle) {
        display: none;
    }
}
@media (min-width: 769px) {
    .uk-panel-filter form.toggle {
        display: none;
    }
    .uk-panel-filter form:not(.toggle) {
        display: block;
    }
}
/* ========================================================================
Component: Smart Filter Offcanvas
========================================================================== */
/* ========================================================================
Component: Offcanvas Catalog
========================================================================== */
.uk-catalog-bar {
    background: var(--white) !important;
	padding: 20px !important;
    width: 100% !important;
}
.uk-catalog-bar .uk-panel-search {
    background: transparent;
}
.uk-catalog-bar .uk-panel-search > div {
    background: #FFF;
}
.uk-catalog-bar .uk-input {
    height: auto;
}
@media (max-width: 768px) {
.uk-catalog-bar {
    max-width: 300px;
}
}
@media (min-width: 769px) {
.uk-catalog-bar {
    max-width: 350px;
}	
}
.uk-catalog-bar .uk-accordion-title .uk-chevron {
    padding-left: 0px;
}
.uk-catalog-bar .uk-accordion-title .uk-gray-icon svg {
    color: #DDD;
}
.uk-catalog-bar .uk-accordion-title h2 {
    color: var(--black);
}
.uk-catalog-bar .uk-accordion-title h2:hover {
    color: rgba(0 0 0 / 80%);
}
.uk-catalog-bar .uk-accordion-content li.uk-active .uk-menu-title h2 {
    font-weight: 700;
    color: rgba(0 0 0 / 80%);
}
.uk-catalog-bar .uk-offcanvas-close {
    position: relative;
    top: auto;
    right: auto;
    padding: 0px;
    color: var(--black);
}
.uk-catalog-bar .uk-width-close {
    width: 50px;
}
/* ========================================================================
Component: Offcanvas Catalog
========================================================================== */
/* ========================================================================
Component: Section Bar
========================================================================== */
.uk-offcanvas-bar > .uk-list-section > li {
    border-bottom: 1px solid rgba(255 255 255 / 10%);
}
.uk-offcanvas-bar > .uk-list-section > li:last-child {
    border: none;
}
.uk-offcanvas-bar > .uk-list-section > li:first-child {
    padding-bottom: 10px;
}
.uk-offcanvas-bar > .uk-list-section > li:nth-child(n+2) {
    margin-top: 10px;
    padding-bottom: 10px;
}
.uk-list-section .uk-accordion-title {
	
}
.uk-list-section .uk-accordion-title::before {
	display: none !important;
}
.uk-menu-title {
	padding: 10px;
	display: block;
}
.uk-list-section .uk-panel {
	width: 100%;
}
.uk-list-section .uk-panel .uk-grid {
	width: 100%;
	margin: 0px !important;
}
.uk-list-section .uk-panel h2 {
	font-size: 1em;
}
.uk-list-section .uk-panel h2.uk-parent {
    font-weight: 700;
}
.uk-list-section .uk-panel h2:hover {
    text-decoration: underline;
}
.uk-list-section .uk-menu-title {
	padding: 0px 10px;
}
.uk-list-section .uk-menu-large > .uk-panel {
    padding: 0px 40px 0px 0px;
}
.uk-list-section .uk-menu-large > .uk-panel .uk-icon {
    
}
.uk-list-section .uk-menu-large h2 {
	font-size: 1em;
}
.uk-list-section .uk-menu-large h2,
.uk-list-section .uk-menu-large h2.uk-parent,
.uk-list-section .uk-panel h2.uk-parent {
    text-transform: lowercase;
    display: block !important;
    font-weight: 300 !important;
}
.uk-list-section .uk-menu-large h2:first-letter,
.uk-list-section .uk-menu-large h2.uk-parent:first-letter,
.uk-list-section .uk-panel h2.uk-parent:first-letter {
    text-transform: uppercase !important;
}
.uk-list-section .uk-menu-large h2.uk-parent {
    font-weight: 300;
}
.uk-list-section .uk-menu-large h2:hover {
    color: var(--black);
}
.uk-list-section .uk-active .uk-menu-large h2 {
	color: var(--black);
}
.uk-list-section .uk-active .uk-menu-large:hover h2 {
    color: rgba(0 0 0 / 80%);
}
.uk-list-section .uk-panel h2 span.uk-count {
    position: absolute;
    right: 0;
    top: calc(50% - 7.5px);
    color: #DDD;
	font-weight: 100;
    font-size: 0.8em;
}
.uk-offcanvas-bar .uk-list-section .uk-menu-title {
    padding: 0px;
}
.uk-offcanvas-bar .uk-menu-pack {
    margin-top: 25px;
}
.uk-offcanvas-bar .uk-offerup {
    margin: 30px 0px 0px 0px !important;
}
.uk-offcanvas-bar .uk-offerup li {
    margin: 0 !important;
}
.uk-offcanvas-bar .uk-offerup li a {
    position: relative;
    color: var(--black);
    font-weight: 700;
    line-height: 40px;
    font-size: 1em;
    border-left: 5px solid;
    display: block;
    box-shadow: 0px 0px 0px 0px rgba(0 0 0 / 60%);
    padding: 0px 20px 0px 20px;
    -webkit-transition: All 0.15s ease-in-out !important;
	-moz-transition: All 0.15s ease-in-out !important;
	-o-transition: All 0.15s ease-in-out !important;
	-ms-transition: All 0.15s ease-in-out !important;
	transition: All 0.15s ease-in-out !important;
}
.uk-offcanvas-bar .uk-offerup li a svg {
	margin-right: 5px;
    max-width: 15px;
    margin-top: -3px;
}
.uk-offcanvas-bar .uk-offerup li a span {
    position: absolute;
    right: 10px;
    color: #DDD;
    font-weight: 100;
    font-size: 0.8em;
}
.uk-offcanvas-bar .uk-offerup li.uk-green a {
    border-color: var(--green);
}
.uk-offcanvas-bar .uk-offerup li.uk-yellow a {
    border-color: var(--yellow);
}
.uk-offcanvas-bar .uk-offerup li.uk-red a {
    border-color: var(--red);
}
.uk-offcanvas-bar .uk-offerup li a:hover {
    background: #FFF;
    text-decoration: none;
    box-shadow: 0px 0px 1px rgb(0 0 0 / 20%) inset;
}
.uk-offcanvas-bar h4 {
    font-weight: 900;
    color: var(--light);
    font-size: 18px;
}
.uk-offcanvas-bar .uk-list.uk-menu li a {
    color: var(--black);
}
.uk-offcanvas-bar .uk-list.uk-menu li a:hover {
    color: rgba(0 0 0 / 80%);
}
.uk-offcanvas-bar .uk-panel-search {
    margin-top: 0px;
}
.uk-offcanvas-bar .uk-panel-search .uk-input {
    background: rgba(0 0 0 / 3%);
    border-radius: 6px;
}
.uk-offcanvas-bar .uk-panel-search .uk-icon {
    color: #FFF;
}
.uk-offcanvas-bar .uk-panel-search .uk-button {
    background: var(--red);
    color: #FFF;
    padding: 0px;
}
.uk-panel-search .uk-width-small\@xs {
    width: 90px;
}
@media (max-width: 768px) {
    .uk-offcanvas-catalog {

    }
    .uk-offcanvas-catalog::before {
        backdrop-filter: blur(0px) opacity(1) !important;
    }
    .uk-offcanvas-catalog .uk-offcanvas-bar {
        margin-top: 60px;
        max-width: 100%;
        width: 100%;
        left: -100vw;
    }
    .uk-offcanvas-catalog.uk-open.uk-open > .uk-offcanvas-bar {
        left: 0;
    }
}
@media (min-width: 769px) {

}
.uk-offcanvas-catalog .uk-content {
    line-height: 1;
}
.uk-offcanvas-catalog .uk-content .uk-text-block > div:first-child {
    font-weight: 800;
}
.uk-offcanvas-catalog .uk-content .uk-list-phone > li:first-child a {
    color: var(--blue);
    font-weight: 800;
}
.uk-offcanvas-catalog .uk-button-red {
    display: block;
    width: 100%;
    max-width: 100%;
}
/* ========================================================================
Component: Section Bar
========================================================================== */
/* ========================================================================
Component: Scroll
========================================================================== */
.uk-scroll {

}
.uk-scroll::-webkit-scrollbar {
    background: rgba(0 0 0 / 3%);
    width: 2px;
    position: absolute;
}
.uk-scroll::-webkit-scrollbar-track {
    background: rgba(0 0 0 / 3%);
    position: absolute;
    z-index: -2;
}
.uk-scroll::-webkit-scrollbar-thumb {
    border-radius: 100px;
    background: var(--black);
}
/* ========================================================================
Component: Scroll
========================================================================== */
.uk-page-wishlist {
    padding-top: 50px;
}
.uk-page-search {
    padding: 50px 0px;
}
/* ========================================================================
Component: Element
========================================================================== */
.uk-panel-product {
	position: relative;
	-webkit-transition: All 0.25s ease-in-out !important;
	-moz-transition: All 0.25s ease-in-out !important;
	-o-transition: All 0.25s ease-in-out !important;
	-ms-transition: All 0.25s ease-in-out !important;
	transition: All 0.25s ease-in-out !important;
}
.uk-panel-product:hover {
    border-bottom: none !important;
}
.uk-panel-product > .uk-panel {
	position: relative;
	padding: 0px !important;
	background: var(--gray);
	z-index: 1;
    display: flex;
}
.uk-dark-element .uk-panel-product > .uk-panel {
    background: var(--dark);
}
.uk-panel-product .uk-panel-buttons {
	background: transparent;
}
.uk-panel-product .uk-panel-buttons > .uk-panel > div:first-child > .uk-grid.uk-panel > div:nth-child(2) {
	padding-left: 5px;
}
.uk-panel-product .uk-content-position {
	padding: 0px 0px 10px 0px;
}
.uk-panel-product .uk-proposal-panel {
	padding: 0px;
}
.uk-panel-product .uk-content-position .uk-content,
.uk-panel-product .uk-content-position .uk-content-price,
.uk-panel-product .uk-offer-panel {
	padding: 0px 15px;
}
.uk-panel-product .product-item-image-wrapper {
	padding: 0 !important;
}
.uk-panel-product .uk-image {
	position: relative;
}
.uk-panel-product .uk-image a {
	margin: 0 !important;
}
.uk-panel-product .uk-image .uk-slidenav {
    color: var(--blue);
}
.uk-panel-product .uk-image .uk-slidenav svg polyline,
.uk-panel-product .uk-image .uk-slidenav svg line {
    stroke-width: 2px;
}
.uk-panel-product .uk-image .product-item-image-slider-slide-container {
	position: relative !important;
}
.uk-panel-product .uk-image .product-item-image-slider-control-container {
	opacity: 1;
}
.uk-panel-product .uk-image .uk-image-items {
    list-style: none;
    padding: 0px;
    margin: 0;
}
.uk-panel-product .uk-image .product-item-image-slider-slide-container span,
.uk-panel-product .uk-image .product-item-image-original,
.uk-panel-product .uk-image .uk-slider-items span,
.uk-panel-product .uk-image .uk-image-items span {
	min-height: 250px !important;
}
@media (max-width: 768px) {
.uk-width-1-2\@m .uk-panel-product .uk-image .product-item-image-slider-slide-container span,
.uk-width-1-2\@m .uk-panel-product .uk-image .product-item-image-original,
.uk-width-1-2\@m .uk-panel-product .uk-image .uk-slider-items span,
.uk-width-1-2\@m .uk-panel-product .uk-image .uk-image-items span {
	min-height: 250px !important;
}
.uk-panel-product .uk-content-position .uk-content {
    padding: 0px !important;
}
}
@media (min-width: 769px) {
.uk-width-1-2\@m .uk-panel-product .uk-image .product-item-image-slider-slide-container span,
.uk-width-1-2\@m .uk-panel-product .uk-image .product-item-image-original,
.uk-width-1-2\@m .uk-panel-product .uk-image .uk-slider-items span,
.uk-width-1-2\@m .uk-panel-product .uk-image .uk-image-items span {
	min-height: 500px !important;

}	
}
.uk-panel-product .uk-image .product-item-image-original {
	position: relative;
}
.uk-panel-product .uk-image .uk-slider-items span,
.uk-panel-product .uk-image .uk-image-items span,
.uk-panel-product .uk-image .product-item-image-original {
	background-position: 50% 50%;
	background-size: contain;
	background-repeat: no-repeat;
    background-color: transparent;
	display: block;
	width: 100%;
    box-sizing: border-box;
}
.uk-panel-product .uk-image .uk-slider-items span.uk-contain,
.uk-panel-product .uk-image .product-item-image-original.uk-contain,
.uk-panel-product .uk-image .uk-image-items span.uk-contain {
    background-size: contain;
    background-origin: content-box;
    padding: 20px;
}
.uk-panel-product .uk-image .uk-dotnav-panel {
	position: absolute;
    width: 80%;
    left: 0;
    right: 0;
    bottom: 0px;
    margin: 0 auto;
	z-index: 100;
}
.uk-panel-product .uk-image .uk-dotnav > * > * {
	background: rgba(0,0,0,0.2);
	border: none;
	border-right: 1px solid #999;
	width: 100%;
	height: 4px;
	border-radius: 0 !important;
}
.uk-panel-product .uk-image .uk-dotnav > *:last-child > * {
	border: none !important;
}
.uk-panel-product .uk-label-panel,
.uk-catalog-detail .uk-label-panel {
	position: absolute;
	left: 0px;
	top:10px;
	z-index:15;
}
.uk-panel-product .uk-label-video {
    position: absolute;
	right:15px;
	bottom:15px;
	z-index:15;
}
.uk-panel-product .uk-label-video > * {
    background: #FFF;
    width: 25px;
    height: 25px;
    justify-content: center;
    align-items: center;
    display: flex;
    border-radius: 100px;
    box-shadow: 0px 2px 6px 0px rgba(0 0 0 / 60%);
    color: var(--common);
}
.uk-panel-product .uk-favotite-panel,
.uk-catalog-detail .uk-favotite-panel {
	position: absolute;
	right:15px;
	top:15px;
	z-index:15;
}
.uk-panel-product .uk-favotite-panel .favor,
.uk-catalog-detail .uk-favotite-panel .favor {
	position: relative;
	display: inline-block;
    background: #FFF;
	color: var(--black);
	border-radius: 100px;
	font-weight: 800;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
}
.uk-panel-product .uk-favotite-panel .favor:hover,
.uk-catalog-detail .uk-favotite-panel .favor:hover {
	color: var(--red);
}
.uk-panel-product .uk-favotite-panel .favor.active,
.uk-catalog-detail .uk-favotite-panel .favor.active {
	position: relative;
	display: inline-block;
	color: var(--red);
	border-radius: 100px;
	font-weight: 800;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
}
.uk-panel-product .uk-label-panel .uk-block-acio-positon,
.uk-catalog-detail .uk-label-panel .uk-block-acio-positon {
	position: relative;
	max-width: initial;
}
.uk-panel-product .uk-label-panel .uk-block-acio-positon > *,
.uk-catalog-detail .uk-label-panel .uk-block-acio-positon > * {
	position: relative;
	display: flex;
    background: var(--blue);
	border-radius: 0px;
	font-weight: 300;
	width: auto;
	height: auto    ;
	line-height: 1.55;
    padding: 5px 10px;
    border-radius: 0px;
    justify-content: normal;
    align-items: center;
    color: #FFF;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 10px;
    margin-bottom: 5px;
}
.uk-panel-product .uk-label-panel .uk-block-acio-positon > * > span:nth-child(2n),
.uk-catalog-detail .uk-label-panel .uk-block-acio-positon > * > span:nth-child(2n) {
    margin-left: 5px;
    color: var(--black);
    font-size: 0.8em;
    font-weight: 700;
    text-transform: uppercase;
}
.uk-panel-product .uk-label-panel .uk-new,
.uk-catalog-detail .uk-label-panel .uk-new {
    background: var(--green);
	color: #FFF;
    display: none;
}
.uk-panel-product .uk-label-panel .uk-leader,
.uk-catalog-detail .uk-label-panel .uk-leader {
    background: var(--red);
	color: #FFF;
    display: none;
}
.uk-panel-product .uk-label-panel .uk-special,
.uk-catalog-detail .uk-label-panel .uk-special {
    background: var(--yellow);
	color: #FFF;
}
.uk-panel-product .uk-label-panel .uk-special span,
.uk-catalog-detail .uk-label-panel .uk-special span {
	max-width: 20px;
}
.uk-panel-product .uk-label-discout {
	position: absolute;
	top:15px;
	left:15px;
	z-index:15;
}
.uk-panel-product .uk-label-discout > * {
	width: 40px;
    background: var(--black);
    text-align: center;

    color: #FFF;
    padding: 0px 5px;
}
.uk-panel-product .uk-button {
    text-transform: none;
    background: var(--white);
    font-weight: 700;
    color: var(--black);
    border: none;
    border-radius: 0px;
	margin: 0 !important;
    padding: 0px !important;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.uk-panel-product .uk-button.uk-button-cart {
    padding: 0px 20px !important;
    background: var(--red);
    color: #FFF;
}
.uk-panel-product .uk-button .uk-name {
    display: none;
}
.uk-panel-product .uk-button:not(.uk-button-successful):hover,
.uk-panel-product .uk-button:not(.active):hover {
    background: rgba(0 0 0 / 10%);
}
.uk-panel-product .uk-button.uk-button-successful,
.uk-panel-product .uk-button.active {
	background: var(--green);
    color: #FFF;
}
.uk-panel-product .uk-button.uk-button-successful:hover,
.uk-panel-product .uk-button.active:hover {
	background: rgba(0 0 0 / 80%);
    color: #FFF;
}
/* Amount */
.uk-panel-product .uk-panel .product-item-amount .product-item-amount-field-btn-minus, 
.uk-panel-product .uk-panel .product-item-amount .product-item-amount-field-btn-plus {
    background: var(--white);
}
.uk-panel-product .uk-panel .product-item-amount input {
    width: 100%;
    max-width: 100%;
}
.uk-panel-product .uk-panel .product-item-amount .uk-grid > div:nth-child(2) {
    height: 40px;
    line-height: 40px;
}
.uk-panel-product .uk-panel .product-item-amount {
    padding: 0px !important;
}
.uk-panel-product .uk-panel .product-item-amount span {
    width: 100%;
    display: block;
    position: relative;
    height: 40px;
}
/* Amount */
.uk-panel-product .uk-code {
	letter-spacing: 0.03em;
	font-size: 0.8em;
	color: #ddd;
    text-align: right;
}
.uk-panel-product .uk-meta {
    color: #ddd;
    font-size: 0.8em;
    font-style: italic;
    text-transform: lowercase;
}
.uk-panel-product .uk-meta-link {
    font-size: 0.7em;
}
.uk-panel-product .uk-meta-link .uk-button {
    background: transparent;
    color: var(--white);
    display: block;
    position: relative;
    width: 100%;
}
.uk-panel-product .uk-meta-link .uk-button:hover {
    color: var(--red);
}
.uk-panel-product .uk-meta-link .uk-button.uk-quick {
    border-left: 1px solid #f2f2f2;
}
.uk-panel-product .uk-title,
.uk-panel-product .uk-brand {
	font-size: 1em;
	font-weight: 300;
	margin: 5px 0px;
}
.uk-panel-product .uk-brand {
    color: var(--black);
    margin-bottom: 0px;
    font-weight: 800;
}
.uk-panel-product .uk-title {
    margin-top: 0px;
    min-height: 40px;
    font-weight: 700;
    line-height: 1.1;
}
.uk-panel-product .uk-title a {
	color: #333 !important;
}
.uk-panel-product .uk-title a:hover {
    text-decoration: none;
    opacity: 0.8;
}
.uk-panel-product .uk-meta-title {
    font-size: 0.8em;
    color: rgba(0 0 0 / 50%);
}
.uk-panel-product .uk-price-old {
	text-decoration: line-through;
}
.uk-panel-product .uk-economy {
    background: transparent;
    display: inline-block;
    color: var(--black);
    padding: 0px;
    font-size: 0.8em;
}
.uk-panel-product .uk-price-panel .product-item-price-current {
	font-size: 1.2em;
    font-weight: 800;
}
.uk-panel-product .uk-price-panel .product-item-price-current .uk-rub {
    font-size: 1em;
    font-weight: 300;
}
.uk-panel-product .uk-price-panel .product-item-price-current.uk-discount {
	color: var(--red);
}
.uk-panel-product .product-item-price-container {
	margin: 0 !important;
}
/* Offerse */
.uk-panel-product .uk-proposal-panel .product-item-info-container {
	margin: 0 !important;
}
.uk-panel-product .uk-proposal-panel .product-item-scu-container {
	padding: 0px;
    font-size: 1em;
}
.uk-panel-product .uk-proposal-panel .product-item-scu-block {
	margin-top: 5px;
    border-top: 1px solid #f2f2f2;
}
.uk-panel-product .uk-proposal-panel .product-item-scu-item-list {
	margin: 0 !important;
}
.uk-panel-product .uk-proposal-panel .product-item-scu-item-text-container {
	padding: 0px !important;
}
.uk-panel-product .uk-proposal-panel .product-item-scu-item-text-block {
	outline: none !important;
}
.uk-panel-product .uk-proposal-panel .product-item-scu-item-text-container.selected .product-item-scu-item-text-block {
	background: var(--red);
	color: #FFF !important;
}
.uk-panel-product .uk-proposal-panel .product-item-scu-item-text-container .product-item-scu-item-text-block:hover {
	color: var(--red);
}
.uk-panel-product .uk-proposal-panel .product-item-scu-item-text {
	text-transform: none !important;
	font-size: 1em;
	line-height: 25px;
    outline: none !important;
	border-radius: 0px;
	height: 30px;
    min-width: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--red);
    padding: 0px 5px;
}
.uk-panel-product .uk-proposal-panel .product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block {
	color: #999;
}
.uk-panel-product .uk-proposal-panel .product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block::after {
	background-blend-mode: color;
	background-size: 50% 50%;
}
/* Offerse */
.uk-catalog-element {
	position: relative;
}
.uk-panel-detail p, .uk-panel-detail ul, .uk-panel-detail ol, .uk-panel-detail dl, .uk-panel-detail pre, .uk-panel-detail address, .uk-panel-detail fieldset, .uk-panel-detail figure {
    margin: 0 !important;
}
.uk-panel-product .product-item-amount-field-container {
    background: #FFF;
    padding: 2.5px 10px;
    border-radius: 100px;
    color: var(--blue);
    max-width: 160px;
    margin: 0 auto;
}
.uk-panel-product .product-item-amount-field-container .product-item-amount-field-btn-plus,
.uk-panel-product .product-item-amount-field-container .product-item-amount-field-btn-minus {
    color: var(--blue);
    background: transparent;
}
.uk-panel-product .product-item-amount-description-container {
    color: var(--blue);
}
@media (max-width: 768px) {
    .uk-panel-product .uk-button {
        width: auto;
	    height: 30px;
    }
    .uk-panel-product .uk-button.favor {
        width: 30px;
    }
    .uk-panel-product .uk-button .uk-icon svg {
        width: 15px;
        height: 15px;
    }
    .uk-panel-product .product-item-price-container small {
        display: none;
    }
    .uk-panel-product .uk-title {
        font-size: 14px;
    }
    .uk-panel-product .uk-button.uk-button-cart {
        font-size: 7px;
    }
    .uk-panel-product .uk-price-panel .product-item-price-current {
        font-size: 14px;
    }
}
@media (min-width: 769px) {
    .uk-panel-product .uk-button {
        width: auto;
	    height: 40px;
    }
    .uk-panel-product .uk-button.favor {
        width: 40px;
    }
}
.uk-slider-stock .uk-slider-items {
    margin-top: 0px;
}
.uk-slider-stock .uk-panel-stock {
    background: rgba(0 0 0 / 5%);
    margin-bottom: 25px;
}
.uk-slider-stock .uk-panel-stock .uk-image .uk-image-stock {
    background-repeat: no-repeat;
    background-size: cover;
}
.uk-slider-stock .uk-panel-stock .uk-content {
    padding: 0px;
    max-width: 400px;
}
.uk-slider-stock .uk-slider-items {
    margin: 0px !important;
}
@media (max-width: 768px) {
    .uk-slider-stock .uk-panel-stock {
        padding: inherit;
    }
    .uk-slider-stock .uk-panel-stock .uk-image .uk-image-stock {
        min-height: 60vh;
        background-position: 50% 0%;
    }
    .uk-screen-sale .uk-tittle-block {
        margin-bottom: -35px !important;
    }
    .uk-slider-stock > .uk-slider-container > .uk-grid {
        margin-bottom: 25px;
    }
    .uk-slider-stock .uk-slider-nav {
        display: none;
    }
    .uk-screen-sale .uk-container-stock {
        padding: 0px;
    }
}
@media (min-width: 769px) {
    .uk-slider-stock {
        margin-bottom: 75px;
    }
    .uk-slider-stock .uk-panel-stock {
        padding: inherit;
    }
    .uk-slider-stock .uk-slider-items > li {
        display: flex;
        justify-content: flex-end;
    }
    .uk-slider-stock .uk-slider-items > li > div {
        max-width: 78%;
        width: 100%;
    }
    .uk-slider-stock .uk-panel-stock .uk-meta {
        display: none;
    }
    .uk-slider-stock .uk-panel-stock .uk-title {
        font-size: 3em;
        font-weight: 700;
        line-height: 1.25;
    }
    .uk-slider-stock .uk-panel-stock .uk-panel-buttons {
        max-width: 280px;
    }
    .uk-slider-stock .uk-panel-stock .uk-image .uk-image-stock {
        min-height: 60vh;
        background-position: 50% 0%;
    }
    .uk-screen-sale .uk-tittle-block {
        margin-bottom: -35px !important;
    }
    .uk-slider-stock .uk-panel-stock .uk-image .uk-label-panel,
    .uk-slider-stock .uk-panel-stock .uk-image .uk-label-discout {
        top: auto;
        bottom: 15px;
    }
}
/* ========================================================================
Component: Element
========================================================================== */
.uk-panel-product .uk-image .product-item-image-slider-slide-container span,
.uk-panel-product .uk-image .product-item-image-original,
.uk-panel-product .uk-image .uk-slider-items span {
    background-color: var(--gray) !important;
    /*
    background-blend-mode: multiply;
    */
}
.uk-dark-element .uk-panel-product .uk-image .uk-slider-items span,
.uk-dark-element .uk-panel-product .uk-image .product-item-image-original {
    background-color: var(--dark) !important;
}
/*
.uk-catalog-detail .uk-slider-items > li > span {
    background-blend-mode: multiply;
}
*/
/* ========================================================================
Component: Pagination
========================================================================== */
.bx-pagination {
    margin: 40px 0px 20px 0px;
}
.bx-pagination .bx-pagination-container ul li.bx-active span {
    background: var(--dark-blue);
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next span,
.bx-pagination .bx-pagination-container ul li.bx-pag-all a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a span {
    color: var(--blue);
    background: var(--gray);
    border: 2px solid var(--dark);
    line-height: 28px;
    padding: 0 18px;
    border-radius: 0px;
}
.bx-pagination .bx-pagination-container ul li span {
    color: var(--blue);
    background: var(--gray);
    border-radius: 0px;
}
/* ========================================================================
Component: Pagination
========================================================================== */
/* ========================================================================
Component: Screen
========================================================================== */
.uk-screen {
    min-height: calc(50vh - 100px);
}
.uk-screen.uk-margin-screen {
    margin: 50px 0px;
}
/* ========================================================================
Component: Screen
========================================================================== */
/* ========================================================================
Component: News
========================================================================== */
.uk-screen-news {
    margin-top: 100px !important;
}
.uk-screen-news .uk-slider.uk-slider-news {
    overflow: visible;
}
.uk-screen-news .uk-slider.uk-slider-news .uk-slider-items > li > a {
    display: flex;
    justify-content: center;
}
.uk-screen-news .uk-slider.uk-slider-news .uk-slider-items > li > a:hover,
.uk-screen-news .uk-slider.uk-slider-news .uk-slider-items > li > a:focus {
    text-decoration: none;
}
.uk-screen-news .uk-slider.uk-slider-news .uk-slider-items > li > a > .uk-panel {
    width: 100%;
}
.uk-screen-news .uk-slider.uk-slider-news .uk-panel .uk-card.uk-image {
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: rgba(0 0 0 / 3%);
    min-height: 40vh;
    -webkit-transition: All 0.25s ease-in-out;
	-moz-transition: All 0.25s ease-in-out;
	-o-transition: All 0.25s ease-in-out;
	-ms-transition: All 0.25s ease-in-out;
	transition: All 0.25s ease-in-out;
}
.uk-screen-news .uk-slider.uk-slider-news .uk-slider-items > li > a:hover .uk-panel .uk-card.uk-image {
    opacity: 0.8;
}
.uk-screen-news .uk-slider.uk-slider-news .uk-panel .uk-content.uk-content-blog {
    max-width: 550px;
    margin: 0 auto;
    padding: 25px;
    box-sizing: border-box;
}
.uk-screen-news .uk-slider.uk-slider-news .uk-panel .uk-content.uk-content-blog .uk-date {
    color: rgba(0 0 0 / 20%);
}
.uk-screen-news .uk-slider.uk-slider-news .uk-panel .uk-content.uk-content-blog .uk-h2 {
    display: block;
    font-weight: 700;
    margin: 20px 0px;
    font-size: 2em;
}
.uk-screen-news .uk-slider.uk-slider-news .uk-dotnav-line {
    max-width: 70%;
    position: relative;
}
.uk-screen-news .uk-slider.uk-slider-news .uk-dotnav-line > *:not(.uk-active) > *::after {
    background: rgba(0 0 0 / 10%);
}
.uk-screen-blog .uk-tittle-block {
    text-transform: none;
}
@media (max-width: 768px) {
    .uk-screen-news .uk-slider.uk-slider-news > .uk-position-relative > .uk-slider-items > li {
        width: 100%;
    }
    .uk-screen-news .uk-slider.uk-slider-news > .uk-position-relative > .uk-slider-items > li > a > .uk-panel {
        max-width: 100%;
    }
    .uk-screen-news .uk-slider.uk-slider-news .uk-panel .uk-content.uk-content-blog h2 {
        font-size: 2rem;
    }
    .uk-screen-news .uk-slider.uk-slider-news .uk-slidenav {
        top: calc(100% - 5px);
        box-sizing: border-box;
        padding: 0px;
        margin: 0px 15px;
    }
    .uk-screen-blog .uk-slider.uk-slider-news .uk-panel .uk-card.uk-image {
        margin-bottom: 0px;
    }
    .uk-screen-blog .uk-tittle-block {
        margin: 0;
    }
    .uk-screen-news .uk-slider.uk-slider-news .uk-panel .uk-card .catalog-section {
        padding: 0px 15px;
    }
    .uk-screen-news.uk-screen-blog .uk-slider.uk-slider-news .uk-dotnav-line {
        margin: 25px auto 0px auto !important;
    }
}
@media (min-width: 769px) {
    .uk-screen-news .uk-slider.uk-slider-news > .uk-position-relative > .uk-slider-items > li {
        width: 80%;
    }
    .uk-screen-news .uk-slider.uk-slider-news > .uk-position-relative > .uk-slider-items > li > a > .uk-panel {
        max-width: 80%;
    }
    .uk-screen-news .uk-slider.uk-slider-news .uk-panel .uk-content.uk-content-blog h2 {
        font-size: 2rem;
    }
}
.uk-news-list {
    padding: 25px 0px;
}
.uk-news-list .uk-panel-tittle {
    padding: 25px 0px;
}
.uk-news-list .uk-panel-tittle h2 {
    color: var(--blue);
    font-weight: 800;
    font-size: 28px;
    text-transform: uppercase;
}
.uk-news-list .uk-panel-tittle p {
    color: var(--blue);
}
.uk-news-list .uk-panel.uk-panel-line {
    background: var(--gray);
}
.uk-news-list .uk-color .uk-panel.uk-panel-line {
    background: var(--dark);
}
.uk-news-list .uk-panel .uk-image {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 30vh;
}
.uk-news-list .uk-panel.uk-panel-line .uk-content {
    position: relative;
    box-sizing: border-box;
    color: var(--black);
}
.uk-news-list .uk-panel .uk-date {
    color: var(--black);
    position: absolute;
    bottom: 20px;
    right: 20px;
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
}
.uk-news-list .uk-panel .uk-h2 {
    display: block;
    font-weight: 800;
    margin: 0px 0px 20px 0px;
    font-size: 24px;
    color: var(--blue);
    text-transform: uppercase;
}
.uk-news-list .uk-small .uk-panel .uk-h2 {
    font-size: 16px;
}
.uk-news-list .uk-panel p {
    color: var(--black);
    font-size: 14px;
}
.uk-news-list .uk-panel .uk-text-large {
    margin-bottom: 25px;
}
.uk-news-list .uk-panel .uk-button {
    font-weight: 800 !important;
    color: #FFF !important;
    background: var(--red);
    border-radius: 100px;
}
.uk-news-list .uk-panel .uk-button:hover {
    opacity: 0.8;
}
.uk-news-list .uk-panel:not(.uk-panel-line) .uk-content {
    max-width: 550px;
    padding: 25px;
    margin: 0 auto;
}
.uk-news-list .uk-panel:not(.uk-panel-line) .uk-slider {
    overflow: visible;
}
@media (max-width: 768px) {
    .uk-news-list .uk-panel.uk-panel-line .uk-content {
        padding: 25px;
    }
    .uk-news-list .uk-panel:not(.uk-panel-line) .uk-slider .uk-slider-items {
        margin: 0;
    }
    .uk-news-list .uk-panel:not(.uk-panel-line) .uk-slider .uk-slider-items > li {
        width: 100%;
        padding-left: 0px;
    }
}
@media (min-width: 769px) {
    .uk-news-list .uk-panel.uk-panel-line .uk-content {
        padding: 25px;
    }
    .uk-news-list .uk-panel:not(.uk-panel-line) .uk-slider .uk-slider-items {
        margin-left: -15px;
    }
    .uk-news-list .uk-panel:not(.uk-panel-line) .uk-slider .uk-slider-items > li {
        width: 75%;
        padding-left: 15px;
    }
    .uk-news-list .uk-panel:not(.uk-panel-line) .uk-image {
        min-height: 50vh;
    }
}
.uk-news-detail {
    padding: 25px 0px;
    box-sizing: border-box;
    min-height: calc(100vh - 300px);
}
.uk-news-detail .uk-h2 {
    display: block;
    font-weight: 800;
    margin: 0px 0px 20px 0px;
    font-size: 24px;
    color: var(--blue);
    text-transform: uppercase;
}
.uk-news-detail .uk-date {
    display: inline-block;
    padding: 10px 20px;
    background: var(--gray);
    color: var(--blue);
    font-weight: 800;
    text-transform: uppercase;
    margin-top: 25px;
}
.uk-news-detail .uk-slider.uk-slider-image .uk-image {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.uk-news-detail .uk-panel.uk-panel-detail .uk-intro {
    padding: 25px 0px;
    border-bottom: 1px solid rgba(0 0 0 / 5%);
    font-style: italic;
    text-align: justify;
    font-size: 1.2em;
}
.uk-news-detail .uk-panel.uk-panel-detail .uk-content {
    padding: 25px 0px;
}
.uk-news-detail .uk-panel.uk-panel-detail {
    display: flex;
    justify-content: flex-start;
}
.uk-news-detail .uk-panel.uk-panel-detail > div {
    max-width: 800px;
}
.uk-news-detail .uk-panel.uk-panel-detail .uk-panel-link {
    position: relative;
    padding: 25px 0px;
    border-top: 1px solid rgba(0 0 0 / 5%);
    border-bottom: 1px solid rgba(0 0 0 / 5%);
}
.uk-news-detail .uk-panel.uk-panel-detail .uk-panel-link .uk-button {
    position: relative;
    background: var(--black);
    color: #FFF;
    z-index: 1;
}
.uk-news-detail .uk-panel.uk-panel-detail .uk-panel-link .uk-button:hover {
    opacity: 0.8;
}
@media (max-width: 768px) {
    .uk-news-detail .uk-slider.uk-slider-image .uk-slider-items > li {
        width: 90%;
    }
    .uk-news-detail .uk-slider.uk-slider-image .uk-image {
        min-height: 40vh;
    }
    .uk-news-home {
        margin-top: 0px;
    }
}
@media (min-width: 769px) {
    .uk-news-detail .uk-slider.uk-slider-image .uk-slider-items > li {
        max-width: 1200px;
        width: 100%;
    }
    .uk-news-detail .uk-slider.uk-slider-image .uk-image {
        min-height: 50vh;
    }
    .uk-news-home {
        margin-top: 50px;
    }
}
.uk-news-home h4 {
    font-size: 24px;
    font-weight: 800;
}
.uk-news-home .uk-card-panel {
    display: block;
}
.uk-news-home .uk-card-panel > div {
    display: flex;
    align-items: flex-start;
}
.uk-news-home .uk-card-panel img {
    margin-right: 10px;
    max-width: 20px;
}
.uk-news-home .uk-card-panel h3 {
    margin: 0;
    font-size: 16px;
    font-weight: 300;
}
/* ========================================================================
Component: News
========================================================================== */
/* ========================================================================
Component: Comment
========================================================================== */
.uk-slider-comment .uk-subnav {
    max-width: 100%;
    width: 100%;
}
.uk-slider-comment .uk-subnav > * > *::after {
    background: rgba(0 0 0 / 20%);
}
.uk-slider-comment .uk-subnav > .uk-active > *::after {
    background: rgba(0 0 0 / 100%);
}
.uk-slider-comment .uk-switcher {
    margin-top: 0px !important;
}
.uk-slider-comment .uk-position-relative {
    overflow: hidden;
}
.uk-slider-comment .uk-content-comment {
    margin-top: 25px;
}
.uk-slider-comment .uk-content-comment .uk-date {
    color: rgba(0 0 0 / 60%);
}
.uk-slider-comment .uk-content-comment .uk-h2 {
    font-size: 1.2em;
    font-weight: 700;
    margin: 10px 0px;
    display: block;
}
.uk-slider-comment .uk-content-comment p {
    margin: 0px;
}
.uk-reting .uk-icon.uk-active svg polygon {
    fill: #000;
}
.uk-reting-comment {
    font-size: 0.5em !important;
    display: block !important;
    margin-top: 5px;
    margin-bottom: 20px;
}
@media (max-width: 768px) {

}
@media (min-width: 769px) {
    .uk-slider-comment .uk-tittle-block {
        text-transform: lover;
    }
}
.uk-page-catalog .uk-slider-comment {
    margin-top: 100px;
}
/* ========================================================================
Component: Comment
========================================================================== */
/* ========================================================================
Component: Catalog Section Product
========================================================================== */
.catalog-section .uk-grid-section {

}
@media (max-width: 768px) {

}
@media (min-width: 769px) {
    .catalog-section .uk-catalog-element.uk-large .uk-image .uk-slider-items span,
    .catalog-section .uk-catalog-element.uk-large .uk-image .product-item-image-original {
        min-height: 395px !important;
    }
    .catalog-section .uk-catalog-element.uk-large .uk-panel-product .uk-title {
        font-size: 2.5em;
        font-weight: 700;
        line-height: 1.25;
        text-transform: uppercase;
    }
    .catalog-section .uk-catalog-element.uk-large .uk-panel-buttons {
        max-width: 280px;
    }
}
/* ========================================================================
Component: Catalog Section Product
========================================================================== */
.uk-catalog-detail .uk-image [class*='uk-position-center-left'],
.uk-catalog-detail .uk-image [class*='uk-position-center-right'],
.uk-panel-product .uk-image [class*='uk-position-center-left'],
.uk-panel-product .uk-image [class*='uk-position-center-right'] {
    top: auto;
    bottom: 5px;
    transform: translateY(0);
}
.uk-catalog-detail .uk-label-panel .uk-block-acio-positon > div:not(:first-child),
.uk-panel-product .uk-label-panel .uk-block-acio-positon > div:not(:first-child) {

}
/* ========================================================================
Component: Detail
========================================================================== */
.uk-page-catalog {
    padding-bottom: 50px;
}
.uk-page-catalog .product-item-detail-short-card-fixed {
	background-color: var(--red);
}
.uk-page-catalog .product-item-detail-short-card-fixed .product-item-detail-price-old {
	color: var(--black);
}
.uk-page-catalog .product-item-detail-short-card-fixed .product-item-selected-scu {
	outline: none;
    background: #fff;
    border-radius: 100px;
}
.uk-page-catalog .product-item-detail-short-card-fixed .uk-button {
	width: 100%;
    background: rgba(255,255,255,0.9) !important;
    line-height: 50px;
	border-radius: 100px;
}
@media (max-width: 768px) {
.uk-page-catalog .product-item-detail-properties,
.uk-page-catalog .product-item-detail-description {
	padding: 0px 20px;
}
}
@media (min-width: 769px) {
.uk-page-catalog .product-item-detail-properties,
.uk-page-catalog .product-item-detail-description {

}	
}
.uk-page-catalog .product-item-detail-properties {
    font-size: 1em;
}
.uk-page-catalog .uk-detail-properties {
    font-size: 1em;
}
.uk-page-catalog .uk-subnav.uk-tab {
    border-bottom: 1px solid rgba(0 0 0 / 5%);
    margin: 25px 0px 0px 0px;
}
.uk-page-catalog .uk-subnav.uk-tab > li {
    padding: 0px
}
.uk-page-catalog .uk-subnav.uk-tab > li a {
    position: relative;
    font-size: 1em;
    padding: 0px 15px;
    line-height: 40px;
    text-transform: lowercase;
}
.uk-page-catalog .uk-subnav.uk-tab > li.uk-active a {
    font-weight: 700;
}
.uk-page-catalog .uk-subnav.uk-tab > li a::after {
    content: "";
    width: 0%;
    background: var(--black);
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transition: All 0.25s ease-in-out;
	-moz-transition: All 0.25s ease-in-out;
	-o-transition: All 0.25s ease-in-out;
	-ms-transition: All 0.25s ease-in-out;
	transition: All 0.25s ease-in-out;
}
.uk-page-catalog .uk-subnav.uk-tab > li.uk-active a::after,
.uk-page-catalog .uk-subnav.uk-tab > li:not(.uk-active):hover > a::after {
    width: 100%;
}
.uk-page-catalog .uk-description-section {
    text-align: center;
    border-top: 1px solid rgba(0 0 0 / 10%);
    padding-top: 50px;
    margin-top: 25px;
}
.uk-page-catalog .uk-description-section h2 {
    font-weight: 700;
}
.uk-catalog-detail {
    padding-top: 50px;
}
.uk-catalog-detail .product-item-amount-field-container {
    background: var(--dark);
    padding: 2.5px 10px;
    border-radius: 100px;
    color: var(--blue);
}
.uk-catalog-detail .product-item-amount-field-container .product-item-amount-field-btn-plus,
.uk-catalog-detail .product-item-amount-field-container .product-item-amount-field-btn-minus {
    color: var(--blue);
    background: transparent;
}
.uk-catalog-detail .product-item-amount-field-container .product-item-amount-description-container {
    color: var(--blue);
}
.uk-catalog-detail .product-item-detail-info-container.uk-price {
    margin: 25px 0px;
}
.uk-catalog-detail .product-item-detail-info-container.uk-price > span {
    padding: 0px !important;
}
.uk-catalog-detail .uk-text {
    font-size: 14px;
    line-height: 1.25;
    padding: 0px;
}
.uk-catalog-detail .uk-tab {
    margin-bottom: 50px;
}
.uk-catalog-detail .uk-tab > li > a {
    color: var(--light);
    font-weight: 800;
}
.uk-catalog-detail .uk-tab > li.uk-active > a {
    color: var(--dark-blue);
}
.uk-catalog-detail .uk-text > * {
    margin: 0px !important;
}
.uk-catalog-detail .uk-properties {
    max-width: 500px;
}
.uk-catalog-detail .uk-properties > strong {
    line-height: 45px;
    display: block;
    text-transform: lowercase;
}
.uk-catalog-detail .uk-properties .uk-detail-properties > div:not(:first-child) {
    margin-top: 5px;
}
.uk-catalog-detail .uk-slider-items > li > span {
	position: relative;
	background-position: 50% 50%;
    background-size: contain;
	background-repeat: no-repeat;
    display: block;
    width: 100%;
	min-height: 60vh;
    background-color: var(--blue);
}
.uk-catalog-detail .uk-slider-items > li > span.uk-contain {
    background-color: var(--blue);
    background-size: contain;
    background-origin: content-box;
    padding: 20px;
    box-sizing: border-box;
}
.uk-catalog-detail .uk-slider-items > li > .uk-position-center {
    width: 100%;
    height: 100%;
    padding: 25px;
}
.uk-catalog-detail .uk-slider-items > li > .uk-position-center:hover {
    cursor: zoom-in;
}
.uk-catalog-detail .uk-slider-items > li > .uk-position-center .uk-icon {
    display: none;
}
.uk-catalog-detail .uk-slider-items > li > .uk-position-center:hover .uk-icon {
    display: block;
}
.uk-catalog-detail .uk-image {
	position: relative;
}
.uk-catalog-detail .uk-image.uk-slider .uk-slider-container {
    overflow: hidden;
}
.uk-catalog-detail .uk-image .uk-label-discout {
	position: absolute;
	top:15px;
	left:15px;
	z-index:15;
	width: 40px;
    background: var(--black);
    text-align: center;
    color: #FFF;
    padding: 0px 5px;
}
.uk-catalog-detail .uk-image .uk-dotnav-panel {
	position: absolute;
    width: 100%;
    bottom: 0px;
	z-index: 100;
}
.uk-catalog-detail .uk-image .uk-dotnav-panel .uk-dotnav {
	width: 50%;
	margin: 0 auto !important;
}
.uk-catalog-detail .uk-image .uk-dotnav-panel .uk-dotnav > * {
	padding: 0 !important;
}
.uk-catalog-detail .uk-image .uk-dotnav-panel .uk-dotnav > *:not(:first-child) {
    margin-left: 5px;
}
.uk-catalog-detail .uk-image .uk-dotnav-panel .uk-dotnav > .uk-active > * {
	background: var(--red);
	border: none;
}
.uk-catalog-detail .uk-image .uk-dotnav > * > * {
	background: rgba(0,0,0,0.2);
	opacity: 0.8;
	border: none;
	border-right: 1px solid #999;
	width: 100%;
	height: 4px;
	border-radius: 0 !important;
}
.uk-catalog-detail .uk-image .uk-dotnav > * > *:hover {
    background: rgba(0,0,0,0.5);
}
.uk-catalog-detail .uk-image .uk-dotnav > *:last-child > * {
	border: none !important;
}
.uk-catalog-detail .brandblock-wrap {
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	padding: 10px;
	box-sizing: initial;
}
.uk-catalog-detail .brandblock-block {
	border: none !important;
	background-size: contain !important;
	height: auto !important;
}
.uk-catalog-detail .uk-panel-detail {
    background-color: #FFF;
    font-weight: 100;
    position: relative;
    z-index: 1;
}
.uk-catalog-detail .uk-meta-title {
    margin: 5px 0px;
    color: rgba(0 0 0 / 30%);
}
.uk-catalog-detail .uk-title {
    font-size: 2em;
    font-weight: 700;
    color: var(--black);
}
.uk-catalog-detail .uk-title small {
    line-height: 1.25;
    display: block;
    font-size: 28px;
    font-weight: 800;
    color: var(--blue);
}
.uk-catalog-detail .uk-reting-title {
    padding-top: 20px;
    margin-top: 30px;
    border-top: 1px solid rgba(0 0 0 / 10%);
}
.uk-catalog-detail .uk-panel-detail .uk-button-grid .uk-button {
    line-height: 50px;
}
.uk-catalog-detail .uk-panel-detail .uk-button-grid > div:first-child .uk-button {
    width: 100%;
}
.uk-catalog-detail .uk-panel-detail .uk-button-grid > div:first-child .uk-button.bx-catalog-subscribe-button .uk-icon {
    margin-right: 5px;
}
.uk-catalog-detail .uk-panel-detail .uk-button-grid > div:last-child {
    padding-left: 5px;
}
.uk-catalog-detail .uk-panel-detail .uk-button-grid > div:last-child .uk-button {
    padding: 0px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.uk-catalog-detail .uk-panel-detail .uk-button-grid > div:last-child .uk-button.active {
    color: rgba(255 255 255 / 60%);
    background: var(--green);
}
.uk-catalog-detail .uk-panel-detail .product-item-scu-item-text-block {
	outline: none !important;
	border-radius: 0px;
	height: 30px;
    min-width: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--red);
}
.uk-catalog-detail .uk-panel-detail .product-item-scu-item-text-container.selected .product-item-scu-item-text-block {
	background: var(--red);
    color: #FFF;
}
.uk-catalog-detail .uk-panel-detail .product-item-scu-item-text-container .product-item-scu-item-text-block:hover {
	background: var(--red);
    color: #FFF;
}
.uk-catalog-detail .product-item-detail-pay-block {
    text-align: left;
    border: none !important;
}
.uk-catalog-detail .product-item-detail-pay-block .product-item-detail-price-current {
    font-size: 36px;
    color: var(--black);
    font-weight: 800;
    margin-top: 10px;
    margin-bottom: 10px;
}
.uk-catalog-detail .product-item-detail-pay-block .product-item-detail-price-current .uk-rub {
    font-size: 1em;
}
.uk-catalog-detail .product-item-detail-pay-block .uk-price-old {
	text-decoration: line-through;
}
.uk-catalog-detail .product-item-detail-pay-block .uk-economy > div {
    background: rgba(0 0 0 / 3%);
    display: inline-block;
    color: #000;
    padding: 5px;
}
.uk-catalog-detail .product-item-detail-pay-block .uk-economy .uk-icon {
    top: -2px;
    margin: 0px 5px 0px 0px;
    position: relative;
}
.uk-catalog-detail .product-item-detail-pay-block .uk-quantity-text {
    margin: 10px 0px;
    font-size: 0.8em;
}
.uk-catalog-detail .product-item-detail-pay-block .item_economy_price {
    color: #999;
    font-size: 12px;
}
.uk-catalog-detail .product-item-detail-info-section {
    text-align: left;
}
.uk-catalog-detail .uk-button {
    border-radius: 100px;
	background: var(--red);
    color: #FFF;
    font-weight: 800;
    font-size: 14px;
}
.uk-catalog-detail .uk-button:hover {
	opacity: 0.8;
}
.uk-catalog-detail .uk-button.uk-button-successful {
	background: var(--green);
    color: #FFF;
}
.uk-catalog-detail .product-item-detail-price-current.uk-discount {
	color: var(--red);
}
.uk-tittle-block {
    font-size: 24px;
    font-weight: 800;
    margin: 25px 0px;
    text-transform: uppercase;
    color: var(--blue);
}
.uk-catalog-detail .uk-section-banner {
    overflow: visible;
}
.uk-catalog-detail .uk-description-accordion > li:not(:last-child) {
    border-bottom: 1px solid rgba(0 0 0 / 5%);
    padding-bottom: 10px;
}
.uk-catalog-detail .uk-description-accordion .uk-accordion > :nth-child(n+2) {
    margin-top: 10px;
}
.uk-catalog-detail .uk-description-accordion .uk-accordion-title {
    font-weight: 700;
    font-size: 1em;
}
.uk-catalog-detail .uk-description-accordion .uk-accordion-title::before {
    float: left;
    margin-left: 0px;
}
.uk-catalog-detail .uk-description-accordion .uk-accordion-content {
    padding-left: 0px;
    margin-bottom: 20px;
}
.uk-catalog-detail .uk-description-accordion .uk-accordion-content .product-item-detail-properties {
    padding: 0px;
}
.product-item-amount-field {
    color: var(--blue);
}
@media (max-width: 768px) {
    .uk-catalog-detail .uk-panel-detail {
        padding: 0px;
    }
    .uk-section-banner .uk-slider-items > li {
        width: 70%;
    }
    .product-item-amount-field {
        max-width: 30px;
    }
    .uk-catalog-detail .product-item-amount-field-container .product-item-amount-field-btn-plus,
    .uk-catalog-detail .product-item-amount-field-container .product-item-amount-field-btn-minus {
        width: 20px;
    }
    .uk-catalog-detail .uk-button {
        font-size: 12px;
    }
}
@media (min-width: 769px) {
    .uk-catalog-detail .uk-panel-detail {
        padding: 40px;
    }
    .uk-catalog-detail .product-item-amount-field-container .product-item-amount-field-btn-plus,
    .uk-catalog-detail .product-item-amount-field-container .product-item-amount-field-btn-minus {
        width: 40px;
    }
}
/* ========================================================================
Component: Detail
========================================================================== */
/* ========================================================================
Component: Section Product
========================================================================== */
.uk-section-product {
    background-color: #f1f1f1;
    margin: 15px 0px 0px 0px;
    display: block;
    z-index: 1;
    position: relative;
}
.uk-section-product .uk-subnav > li a {
    color: var(--black);
    text-transform: none;
    text-align: center;
}
.uk-section-product .uk-subnav > li a:hover {
    color: var(--red);
}
.uk-section-product .uk-subnav > li.uk-active a {
    background: #FFF;
    color: var(--red);
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%);
}
@media (max-width: 768px) {
    .uk-section-product .uk-grid-divider {
        margin: 0 !important;
    }
    .uk-section-product .uk-grid-divider > :not(.uk-first-column)::before {
        left: 5px !important;
    }
    .uk-section-product .uk-grid-divider > * {
        padding-left: 10px !important;
    }
    .uk-section-product .uk-grid-divider > *:first-child {
        padding-left: 0px !important;
    }
    .uk-section-product .uk-subnav > li a {
        padding: 5px 5px;
        line-height: 1.25;
    }
    .uk-section-product .uk-subnav > li a .uk-icon {
        display: block;
        margin-bottom: 10px;
    }
    .uk-section-product {
        padding: 0px 0px 25px 0px;
    }
    .uk-section-product .uk-subnav > li a {
        font-weight: 300;
    }
}
@media (min-width: 769px) {
    .uk-section-product {
        padding: 50px 0px 50px 0px;
    }
    .uk-section-product .uk-subnav > li a {
        font-weight: 700;
    }
}
.uk-section-product .uk-switcher-product {
    padding: 25px 0px 0px 0px
}
/* ========================================================================
Component: Section Product
========================================================================== */
/* ========================================================================
Component: Bottom
========================================================================== */
.uk-section-bottom {
    
}
.uk-section-bottom .uk-top {
    background-color: var(--blue);
    color: #FFF;
}
.uk-section-bottom .uk-top .uk-menu .uk-navbar-nav > li > a {
    color: #FFF;
}
.uk-section-bottom .uk-top,
.uk-section-bottom .uk-top .uk-container {
    position: relative;
}
.uk-section-bottom .uk-top h4 {
    font-size: 1em;
    color: var(--white);
    font-weight: 700;
    position: relative;
}
.uk-section-bottom .uk-top .uk-list {
    position: relative;
    line-height: 1;
    z-index: 1;
}
.uk-section-bottom .uk-top .uk-list > li > a,
.uk-section-bottom .uk-bottom a {
    color: var(--dark);
}
.uk-section-bottom .uk-text-block,
.uk-section-bottom .uk-text-block a {
    color: #FFF !important;
}
.uk-section-bottom .uk-bottom a {
    text-decoration: underline;
}
.uk-section-bottom .uk-bottom a:hover {
    color: rgba(255 255 255 / 60%);
}
.uk-section-bottom .uk-bottom .uk-insta {
    position: relative;
    display: block;
    padding-left: 25px;
    text-decoration: none;
    color: #FFF;
}
.uk-section-bottom .uk-bottom .uk-insta .uk-icon {
    position: absolute;
    top: 3px;
    left: 0;
}
.uk-section-bottom .uk-bottom .uk-text-block > div:first-child {
    margin-bottom: 0px;
}
.uk-section-bottom .uk-bottom .uk-text-block p {
    margin: 0;
}
.uk-section-bottom .uk-top .uk-list > li.uk-active > a {
    color: rgba(255 255 255 / 60%);
}
.uk-section-bottom .uk-bottom {
    background-color: var(--dark-blue);
    color: rgba(255 255 255 / 60%);
}
.uk-section-bottom .uk-bottom .uk-content {
    color: var(--white);
    font-weight: 700;
    max-width: 360px;
    border-left: 4px solid var(--red);
    padding-left: 25px;
}
.uk-section-bottom .uk-bottom .uk-content a {
    color: var(--red);
}
.uk-section-bottom .uk-top .uk-logo {
    filter: grayscale(1) invert(1) brightness(10);
    display: block;
}
.uk-section-bottom .uk-top small {
    display: block;
    line-height: 1.55;
    color: rgba(255 255 255 / 50%);
}
.uk-section-bottom .uk-top small a {
    color: #FFF;
}
.uk-section-bottom .uk-top small a:hover {
    text-decoration: underline;
}
.uk-section-bottom .uk-scroll-link {
    background: var(--light);
    border-radius: 0px;
    display: inline-block;
    bottom: -20px;
    z-index: 1;
    padding: 10px;
    height: 40px;
    box-sizing: border-box;
    color: #FFF;
    position: absolute;
}
@media (max-width: 768px) {
    .uk-section-bottom .uk-top {
        padding: 20px 25px;
    }
    .uk-section-bottom .uk-top .uk-logo {
        display: block;
        text-align: center;
        margin-bottom: 25px;
    }
    .uk-section-bottom .uk-bottom {
        padding: 20px 0px 70px 0px;
    }
    .uk-section-bottom .uk-bottom .uk-content {
        text-align: center;
        margin-bottom: 25px;
        font-size: 1em;
    }
    .uk-section-bottom .uk-scroll-link {
        right: 0;
    }
}
@media (min-width: 769px) {
    .uk-section-bottom .uk-top .uk-logo {
        
    }
    .uk-section-bottom .uk-top {
        padding: 20px 0px;
    }
    .uk-section-bottom .uk-bottom {
        padding: 20px 0px 20px 0px;
    }
    .uk-section-bottom .uk-bottom .uk-content {
        margin-bottom: 50px;
        font-size: 1.2em;
    }
    .uk-section-bottom .uk-scroll-link {
        left: 40px;
    }
}
.uk-section-bottom .uk-panel-social .uk-element a {
    color: #FFF;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 100px;
    -webkit-transition: All 0.25s ease-in-out;
	-moz-transition: All 0.25s ease-in-out;
	-o-transition: All 0.25s ease-in-out;
	-ms-transition: All 0.25s ease-in-out;
	transition: All 0.25s ease-in-out;
}
.uk-section-bottom .uk-panel-social .uk-element:hover a {
    color: var(--black);
    background: #FFF;
}
/* ========================================================================
Component: Bottom
========================================================================== */
/* ========================================================================
Component: Subscribe Modal
========================================================================== */
.uk-modal-subscribe .uk-modal-dialog {
    border: 2px solid rgba(0 0 0 / 100%);
}
.uk-modal-subscribe .uk-modal-dialog {
    font-weight: 700;
    text-align: center;
}
.uk-modal-subscribe .uk-modal-dialog p a {
    text-decoration: underline;
    text-align: center;
    font-size: 1.3em;
}
/* ========================================================================
Component: Subscribe Modal
========================================================================== */
/* ========================================================================
Component: Subscribe
========================================================================== */
.uk-subscribe form {
    background: #FFF;
}
.uk-subscribe .uk-inline {
    width: 100%;
}
.uk-subscribe .uk-inline .uk-input {
    font-size: 0.8em;
}
.uk-subscribe .uk-button {
    background: rgba(0 0 0 / 3%);
    line-height: 40px;
    padding: 0px 10px;
}
.uk-subscribe .uk-button:hover {
    background: rgba(0 0 0 / 100%);
    color: #FFF;
}
.uk-subscribe > small {
    margin-top: 25px;
}
/* ========================================================================
Component: Subscribe
========================================================================== */
/* ========================================================================
Component: Subscribe List
========================================================================== */
.uk-section-subscribe-list {

}
.uk-section-subscribe-list .uk-element {
    border: 1px solid rgba(0 0 0 / 3%);
}
.uk-section-subscribe-list .uk-element .uk-image {
    background-size: cover;
    background-position: 50% 50%;
    min-height: 200px;
    display: block;
}
.uk-section-subscribe-list .uk-element .uk-title {
    padding: 25px;
    font-weight: 700;
}
.uk-section-subscribe-list .uk-element .uk-button-panel .uk-button {
    width: 100%;
}
.uk-section-subscribe-list .uk-element .uk-button-panel .uk-grid > div:first-child .uk-button {
    background: var(--black);
    color: #FFF;
}
.uk-section-subscribe-list .uk-element .uk-button-panel .uk-grid > div:last-child .uk-button {
    text-decoration: underline;
}
.uk-section-subscribe-list .uk-element .uk-button-panel .uk-grid > div:first-child .uk-button:hover {
    background: rgba(0 0 0 / 90%);
}
.uk-section-subscribe-list .uk-element .uk-button-panel .uk-grid > div:last-child .uk-button:hover {
    background: rgba(0 0 0 / 10%);
}
/* ========================================================================
Component: Subscribe List
========================================================================== */
/* ========================================================================
Component: Lightbox
========================================================================== */
.uk-lightbox {
    background: rgba(255 255 255 / 100%) !important;
}
.uk-lightbox .uk-lightbox-toolbar {
    background: transparent !important;
}
.uk-lightbox .uk-lightbox-items > li {
    padding: 25px;
}
.uk-lightbox-page .uk-header {
    z-index: 1;
}
.uk-lightbox .uk-lightbox-toolbar {
    background: transparent;
}
.uk-lightbox .uk-transition-slide-top {
    transform: translateY(0%);
}
.uk-lightbox .uk-lightbox-toolbar-icon,
.uk-lightbox .uk-lightbox-button {
    color: rgba(0 0 0 / 100%);
    background: transparent;
}
.uk-lightbox .uk-lightbox-button {
    margin: 30px 10px;
    opacity: 1;
}
/* ========================================================================
Component: Lightbox
========================================================================== */
/* ========================================================================
Component: 404
========================================================================== */
.uk-404 {
    min-height: calc(100vh - 200px);
}
/* ========================================================================
Component: 404
========================================================================== */
/* ========================================================================
Component: Cart
========================================================================== */
.uk-notification-message-cart {
	background: #FFF !important;
	border: 2px solid var(--blue);
}
.uk-notification-message-cart h2 {
	font-weight: 700;
	font-size: 1.4em;
	color: var(--black);
	margin: 0 !important;
}
.uk-notification-message-cart.uk-error h2 {
    color: var(--black);
}
.uk-notification-message-cart p {
	margin: 10px 0px;
	font-weight: 300;
    font-size: 0.8em;
    color: var(--black);
}
.uk-notification-message-cart .uk-button {
    background: var(--red);
    color: #FFF;
	border: none !important;
	box-sizing: border-box !important;
	margin: 0 !important;
	text-transform: none;
	font-weight: 700;
	padding: 0px 20px;
	line-height: 35px;
    border-radius: 100px;
    font-size: 16px;
}
.uk-notification-message-cart .uk-button:hover {
	opacity: 0.8;
}
.uk-notification-message-cart .uk-close {
    display: block;
}
.uk-notification-message-cart .uk-image {
    background-position: 0% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    height: 120px;
    width: 100%;
    position: relative;
}
.basket-item-block-price .basket-item-price-current-text {
    font-weight: 700;
    font-size: 1.4em;
}
.basket-item-block-price .basket-item-price-current-text .uk-rub {
    font-size: 1em;
}
.basket-item-block-price .uk-discount .basket-item-price-current-text {
    color: var(--red);
}
.uk-page-cart .uk-title {
    margin-top: 25px;
}
/* ========================================================================
Component: Cart
========================================================================== */
.uk-input,
.uk-textarea {
    border-color: var(--dark-blue) !important;
    color: var(--black) !important;
}
/* ========================================================================
Component: Modal
========================================================================== */
.uk-modal {
    background: rgba(var(--blue-transparent) / 80%) !important;
}
.uk-modal.uk-open {
    -webkit-backdrop-filter: blur(10px) opacity(1);
    backdrop-filter: blur(10px) opacity(1);
}
.uk-modal.uk-modal-layout {
    background: rgba(var(--blue-transparent) / 50%);
    -webkit-backdrop-filter: blur(0px) opacity(0);
    backdrop-filter: blur(0px) opacity(0);
    opacity: 1;
    -webkit-transition: All 0.55s ease-in-out;
	-moz-transition: All 0.55s ease-in-out;
	-o-transition: All 0.55s ease-in-out;
	-ms-transition: All 0.55s ease-in-out;
	transition: All 0.55s ease-in-out;
}
.uk-modal.uk-modal-layout.uk-open {
    -webkit-backdrop-filter: blur(10px) opacity(1);
    backdrop-filter: blur(10px) opacity(1);
}
.uk-modal.uk-modal-layout .uk-modal-close-default {
    color: #FFF;
}
.uk-modal.uk-modal-layout .uk-close:not(.uk-close-clean) {
    top: -17px;
    right: -15px;
    left: auto;
    border-radius: 100px;
    background: #FFF;
    color: #000;
    padding: 10px;
}
.uk-modal.uk-modal-layout .uk-close-clean {
    color: var(--black);
}
.uk-modal.uk-modal-layout .uk-close-clean svg {
    width: 30px;
    height: 30px;
}
.uk-modal .uk-modal-search {
    border: none;
    border-radius: 100px;
    box-shadow: 0px 0px 30px rgba(0 0 0 / 5%);
}
.uk-modal .uk-modal-search .uk-panel-search {
    background: rgba(255 255 255 / 100%);
}
.uk-modal .uk-modal-search .uk-panel-search .uk-button {
    margin: 0px;
}
/* ========================================================================
Component: Modal
========================================================================== */
/* ========================================================================
Component: Personal
========================================================================== */
.uk-page-personal {
	padding: 25px 0px;
}
.uk-page-personal input[type="submit"],
.uk-page-personal input[type="reset"] {
    line-height: 40px;
    font-size: 14px;
    font-weight: 800;
    color: #FFF;
    background: var(--red);
    border-radius: 100px;
    text-align: center;
    width: 100%;
    max-width: 250px;
    margin-bottom: 12px;
    text-transform: uppercase !important;
}
.uk-page-personal input[type="submit"]:hover,
.uk-page-personal input[type="reset"]:hover {
    opacity: 0.8;
}
.uk-page-personal input[type="submit"] {
    
}
.uk-page-personal input[type="reset"] {
    background: var(--gray);
    color: var(--blue);
}
.uk-block-personal {
	
}
.uk-block-personal .uk-element-link .uk-panel {
	background: var(--gray);
	min-height: 160px;
	text-align: center;
	padding: 25px;
	box-sizing: border-box;
	-webkit-transition: All 0.25s ease-in-out;
	-moz-transition: All 0.25s ease-in-out;
	-o-transition: All 0.25s ease-in-out;
	-ms-transition: All 0.25s ease-in-out;
	transition: All 0.25s ease-in-out;
}
.uk-block-personal .uk-element-link:hover .uk-panel {
	background: var(--light);
}
.uk-block-personal .uk-element-link .uk-panel .uk-icon-panel {
	background: var(--blue);
	color: #fff;
	font-size: 25px;
	border-radius: 100px;
	padding: 25px;
	box-sizing: border-box;
	display: inline-block;
}
.uk-block-personal .uk-element-link .uk-panel .uk-icon-panel svg {
	min-width: 40px;
}
.uk-block-personal .uk-element-link .uk-panel h2 {
	font-weight: 800 !important;
	font-size: 1em;
}
/* ========================================================================
Component: Personal
========================================================================== */
/* ========================================================================
Component: Login
========================================================================== */
@media (max-width: 768px) {
  .uk-modal-white {
    padding-right: 15px !important;
  }
}
@media (min-width: 769px) {
  .uk-modal-white {

  }
}
.uk-modal-dialog.uk-modal-login {
  width: 100% !important;
  max-width: 450px !important;
}
.uk-modal-dialog.uk-modal-login.uk-modal-registration {
    max-width: 900px !important;
}
.uk-panel-login {
  padding: 25px;
  box-sizing: border-box;
}
.uk-panel-login .uk-title {
  font-weight: 700;
text-align: center;
text-transform: uppercase;
color: var(--dark-blue);
}
.uk-modal-dialog.uk-modal-login.uk-modal-registration .uk-panel-login .uk-title {
    text-align: left;
}
.uk-modal-dialog.uk-modal-login.uk-modal-registration .uk-panel-login p {
    color: var(--dark-blue);
}
.uk-panel-login strong {
    text-align: center;
    display: block;
    font-weight: 300 !important;
}
.uk-panel-login .uk-meta {
  margin-bottom: 0px;
  font-size: 80%;
}
.uk-panel-login .uk-meta a {
    background: var(--light);
    line-height: 38px;
    display: inline-block;
    padding: 0px 20px;
    border-radius: 100px;
    color: var(--dark-blue);
    text-transform: uppercase;
    margin-top: 15px;
}
.uk-meta a:hover {
  text-decoration: underline;
}
.uk-panel-login input[type="text"], .uk-panel-login input[type="password"] {
  display: block;
  width: 100%;
}
.uk-panel-login .uk-element-input {
  margin-top: 0px;
  margin-bottom: 0px;
  position: relative;
}
.uk-panel-login .uk-element-input label {
  display: block;
  font-weight: 700;
  margin-bottom: 10px;
}
.uk-panel-login strong {
    font-weight: 700;
}
.uk-panel-login .bx-authform-social {
    margin: 25px 0px;
}
.uk-panel-login .uk-link-forgot {

}
.uk-panel-login .uk-link-forgot a {
    color: var(--black);
    text-decoration: underline;
}
.uk-panel-login .uk-element-checkbox {
    margin-top: 10px;
    margin-bottom: 10px;
}
.uk-panel-login .uk-element-input .uk-input {
    margin-top: 10px;
}
.uk-panel-login .uk-element-input .uk-form-icon {
    top: 10px;
}
.uk-panel-login .uk-element-checkbox label {
    font-weight: 300;
}
.uk-panel-login .uk-element-input .uk-button {
  background: var(--red);
  color: var(--white);
  font-weight: 700;
  text-transform: none;
  border-radius: 100px;
  display: inline-block;
  width: auto;
  min-width: 188px;
  margin: 12px 0px;
}
.uk-panel-login .uk-element-input .uk-button:hover {
  opacity: 0.8;
}
.uk-panel-login .uk-inline {
  width: 100%;
}
.bx-authform-social ul {
    margin: 0 !important;
    padding: 0px !important;
}
.uk-login-panel a {
    color: var(--red);
}
.uk-login-panel .uk-button {
    padding: 0px;
}
/* ========================================================================
Component: Login
========================================================================== */
/* ========================================================================
Component: Registration
========================================================================== */
.uk-panel-registration {
    
}
.uk-header-registration .uk-title {
  font-weight: 300;
}
.uk-block-registration {
  background: #fff;
  padding: 0px;
  box-sizing: border-box;
}
.uk-block-registration .uk-element-input .uk-inline {
  width: 100%;
}
.uk-block-registration .uk-element-input label {
  display: block;
  margin: 10px 0px 10px 0px;
}
.uk-block-registration .uk-element-input .uk-calendar {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -10px;
  text-decoration: underline;
}
.uk-block-registration .uk-element-input .uk-calendar:hover {
  cursor: pointer;
}
.uk-panel-registration .uk-alert p {

}
.uk-panel-registration .uk-element-input .uk-button {
  margin: 25px 0px !important;
}
.uk-button-login i {
  margin-right: 10px;
}
/* ========================================================================
Component: Registration
========================================================================== */
/* ========================================================================
Component: Recover
========================================================================== */
.uk-panel-recover {
  background: #fff;
  box-sizing: border-box;
  text-align: center;
}
.uk-panel-recover .uk-title {
  font-weight: 300;
}
.uk-panel-recover .uk-meta {
  max-width: 600px;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 20px;
}
.uk-panel-recover .uk-inline {
  width: 100%;
}
.uk-panel-recover label {
  display: block;
  font-weight: 700;
}
.uk-panel-recover input {
  background: rgba(255, 255, 255, 1);
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
  position: relative;
  height: 45px;
  max-width: 100%;
  padding: 5px !important;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.0);
  border-radius: 0px;
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.05) inset;
}
.uk-panel-recover input[name='USER_LOGIN'] {
  border-bottom: 2px solid var(--red) !important;
  color: #111417 !important;
  position: relative !important;
  font-weight: inherit !important;
}
.uk-panel-recover input[name='USER_EMAIL'] {
  border-bottom: 2px solid var(--red) !important;
  color: #111417 !important;
  position: relative !important;
  font-weight: inherit !important;
}
.uk-panel-recover .login-label {
    padding: 0px 10px;
}
.uk-panel-recover .uk-button {
    background: var(--red);
    color: #FFF;
    border-radius: 100px;
}
.uk-panel-recover a {
    color: var(--black);
    text-decoration: underline;
}
/* ========================================================================
Component: Recover
========================================================================== */
/* ========================================================================
Component: Clean Result
========================================================================== */
.uk-page-clean .uk-icon {
    color: rgba(0 0 0 / 5%);
}
.uk-page-clean h2 {
    color: var(--dark-blue);
}
.uk-page-clean .uk-link {
    font-weight: 700;
    color: var(--blue);
}
/* ========================================================================
Component: Clean Result
========================================================================== */
/* ========================================================================
Component: Tooltip
========================================================================== */
 .uk-tooltip {
    background: var(--dark-blue) !important;
}
.uk-tooltip:after {
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border: 5px dashed var(--dark-blue);
}
[class*='uk-tooltip-top']::after {
  left: calc(50% - 5px);
  bottom: -5px;
	border-top-style: solid;
	border-bottom: none;
	border-left-color: transparent;
	border-right-color: transparent;
	border-top-color: var(--dark-blue);
}
[class*='uk-tooltip-bottom']::after {
  left: calc(50% - 5px);
  top: -5px;
	border-bottom-style: solid;
	border-top: none;
	border-left-color: transparent;
	border-right-color: transparent;
	border-bottom-color: var(--dark-blue);
}
[class*='uk-tooltip-left']::after {
  top: 50%;
	margin-top: -5px;
	border-top-color: transparent;
	border-bottom-color: transparent;
  right: -5px;
	border-left-style: solid;
	border-right: none;
	border-left-color: var(--dark-blue);
}
[class*='uk-tooltip-right']::after {
  top: 50%;
	margin-top: -5px;
	border-top-color: transparent;
	border-bottom-color: transparent;
  left: -5px;
	border-right-style: solid;
	border-left: none;
	border-right-color: var(--dark-blue)
}
/* ========================================================================
Component: Tooltip
========================================================================== */
/* ========================================================================
Component: Visible
========================================================================== */
@media (min-width: 960px) {
.uk-visible-small {
    display: none !important;
}
.uk-visible-medium {
    display: none !important;
}
.uk-hidden-large {
    display: none !important;
}
}
@media (min-width: 768px) and (max-width: 959px) {
.uk-visible-small {
    display: none !important;
}
.uk-visible-large {
    display: none !important ;
}
.uk-hidden-medium {
    display: none !important;
}
}
@media (max-width: 767px) {
.uk-visible-medium {
    display: none !important;
}
.uk-visible-large {
    display: none !important;
}
.uk-hidden-small {
    display: none !important;
}
}
/* ========================================================================
Component: Visible
========================================================================== */
/* ========================================================================
Component: Ajax
========================================================================== */
#win8_wrapper{
    display: none;
    -webkit-backdrop-filter: blur(10px) opacity(1);
    backdrop-filter: blur(10px) opacity(1);
    background-color: rgba(255 255 255 / 50%);
    height: 100%;
    opacity: 1;
    position: fixed;
    width: 100%;
    z-index: 1100;
    top: 0;
    left: 0;
	-webkit-transition: all 0.55s ease-in-out;
    transition: all 0.55s ease-in-out;
}
.windows8 {
    background: url("/bitrix/templates/swebix-store/css/../images/loader.svg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 90%;
    width: 100px;
    height: 100px;
    margin: auto;
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
}
.windows8 .wBall {
    position: absolute;
    height: 100px;
    width: 100px;
    left: calc(50% - 50px);
    top: 0%;
    opacity: 0;
    transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    animation: orbit 3.3225s infinite;
    -o-animation: orbit 3.3225s infinite;
    -ms-animation: orbit 3.3225s infinite;
    -webkit-animation: orbit 3.3225s infinite;
    -moz-animation: orbit 3.3225s infinite;
}
.windows8 .wBall .wInnerBall{
    position: absolute;
    width: 15px;
    height: 10px;
    background: var(--blue);
    left:0px;
    top:0px;
    border-radius: 100% 0% 100% 0%;
    -o-border-radius: 100% 0% 100% 0%;
    -ms-border-radius: 100% 0% 100% 0%;
    -webkit-border-radius: 100% 0% 100% 0%;
    -moz-border-radius: 100% 0% 100% 0%;
}
.windows8 #wBall_1 {
    animation-delay: 0.726s;
    -o-animation-delay: 0.726s;
    -ms-animation-delay: 0.726s;
    -webkit-animation-delay: 0.726s;
    -moz-animation-delay: 0.726s;
}
.windows8 #wBall_2 {
    animation-delay: 0.143s;
    -o-animation-delay: 0.143s;
    -ms-animation-delay: 0.143s;
    -webkit-animation-delay: 0.143s;
    -moz-animation-delay: 0.143s;
}
.windows8 #wBall_3 {
    animation-delay: 0.2865s;
    -o-animation-delay: 0.2865s;
    -ms-animation-delay: 0.2865s;
    -webkit-animation-delay: 0.2865s;
    -moz-animation-delay: 0.2865s;
}
.windows8 #wBall_4 {
    animation-delay: 0.4295s;
    -o-animation-delay: 0.4295s;
    -ms-animation-delay: 0.4295s;
    -webkit-animation-delay: 0.4295s;
    -moz-animation-delay: 0.4295s;
}
.windows8 #wBall_5 {
    animation-delay: 0.583s;
    -o-animation-delay: 0.583s;
    -ms-animation-delay: 0.583s;
    -webkit-animation-delay: 0.583s;
    -moz-animation-delay: 0.583s;
}
@keyframes orbit {
    0% {
        opacity: 1;
        z-index:99;
        transform: rotate(180deg);
        animation-timing-function: ease-out;
    }
    7% {
        opacity: 1;
        transform: rotate(300deg);
        animation-timing-function: linear;
        origin:0%;
    }
    30% {
        opacity: 1;
        transform:rotate(410deg);
        animation-timing-function: ease-in-out;
        origin:7%;
    }
    39% {
        opacity: 1;
        transform: rotate(645deg);
        animation-timing-function: linear;
        origin:30%;
    }
    70% {
        opacity: 1;
        transform: rotate(770deg);
        animation-timing-function: ease-out;
        origin:39%;
    }
    75% {
        opacity: 1;
        transform: rotate(900deg);
        animation-timing-function: ease-out;
        origin:70%;
    }
    76% {
        opacity: 0;
        transform:rotate(900deg);
    }
    100% {
        opacity: 0;
        transform: rotate(900deg);
    }
}
@-o-keyframes orbit {
    0% {
        opacity: 1;
        z-index:99;
        -o-transform: rotate(180deg);
        -o-animation-timing-function: ease-out;
    }
    7% {
        opacity: 1;
        -o-transform: rotate(300deg);
        -o-animation-timing-function: linear;
        -o-origin:0%;
    }
    30% {
        opacity: 1;
        -o-transform:rotate(410deg);
        -o-animation-timing-function: ease-in-out;
        -o-origin:7%;
    }
    39% {
        opacity: 1;
        -o-transform: rotate(645deg);
        -o-animation-timing-function: linear;
        -o-origin:30%;
    }
    70% {
        opacity: 1;
        -o-transform: rotate(770deg);
        -o-animation-timing-function: ease-out;
        -o-origin:39%;
    }
    75% {
        opacity: 1;
        -o-transform: rotate(900deg);
        -o-animation-timing-function: ease-out;
        -o-origin:70%;
    }
    76% {
        opacity: 0;
        -o-transform:rotate(900deg);
    }
    100% {
        opacity: 0;
        -o-transform: rotate(900deg);
    }
}
@-ms-keyframes orbit {
    0% {
        opacity: 1;
        z-index:99;
        -ms-transform: rotate(180deg);
        -ms-animation-timing-function: ease-out;
    }
    7% {
        opacity: 1;
        -ms-transform: rotate(300deg);
        -ms-animation-timing-function: linear;
        -ms-origin:0%;
    }
    30% {
        opacity: 1;
        -ms-transform:rotate(410deg);
        -ms-animation-timing-function: ease-in-out;
        -ms-origin:7%;
    }
    39% {
        opacity: 1;
        -ms-transform: rotate(645deg);
        -ms-animation-timing-function: linear;
        -ms-origin:30%;
    }
    70% {
        opacity: 1;
        -ms-transform: rotate(770deg);
        -ms-animation-timing-function: ease-out;
        -ms-origin:39%;
    }
    75% {
        opacity: 1;
        -ms-transform: rotate(900deg);
        -ms-animation-timing-function: ease-out;
        -ms-origin:70%;
    }
    76% {
        opacity: 0;
        -ms-transform:rotate(900deg);
    }
    100% {
        opacity: 0;
        -ms-transform: rotate(900deg);
    }
}
@-webkit-keyframes orbit {
    0% {
        opacity: 1;
        z-index:99;
        -webkit-transform: rotate(180deg);
        -webkit-animation-timing-function: ease-out;
    }
    7% {
        opacity: 1;
        -webkit-transform: rotate(300deg);
        -webkit-animation-timing-function: linear;
        -webkit-origin:0%;
    }
    30% {
        opacity: 1;
        -webkit-transform:rotate(410deg);
        -webkit-animation-timing-function: ease-in-out;
        -webkit-origin:7%;
    }
    39% {
        opacity: 1;
        -webkit-transform: rotate(645deg);
        -webkit-animation-timing-function: linear;
        -webkit-origin:30%;
    }
    70% {
        opacity: 1;
        -webkit-transform: rotate(770deg);
        -webkit-animation-timing-function: ease-out;
        -webkit-origin:39%;
    }
    75% {
        opacity: 1;
        -webkit-transform: rotate(900deg);
        -webkit-animation-timing-function: ease-out;
        -webkit-origin:70%;
    }
    76% {
        opacity: 0;
        -webkit-transform:rotate(900deg);
    }
    100% {
        opacity: 0;
        -webkit-transform: rotate(900deg);
    }
}
@-moz-keyframes orbit {
    0% {
        opacity: 1;
        z-index: 99;
        -moz-transform: rotate(180deg);
        -moz-animation-timing-function: ease-out;
    }
    7% {
        opacity: 1;
        -moz-transform: rotate(300deg);
        -moz-animation-timing-function: linear;
        -moz-origin: 0%;
    }
    30% {
        opacity: 1;
        -moz-transform: rotate(410deg);
        -moz-animation-timing-function: ease-in-out;
        -moz-origin: 7%;
    }
    39% {
        opacity: 1;
        -moz-transform: rotate(645deg);
        -moz-animation-timing-function: linear;
        -moz-origin: 30%;
    }
    70% {
        opacity: 1;
        -moz-transform: rotate(770deg);
        -moz-animation-timing-function: ease-out;
        -moz-origin: 39%;
    }
    75% {
        opacity: 1;
        -moz-transform: rotate(900deg);
        -moz-animation-timing-function: ease-out;
        -moz-origin: 70%;
    }
    76% {
        opacity: 0;
        -moz-transform: rotate(900deg);
    }
    100% {
        opacity: 0;
        -moz-transform: rotate(900deg);
    }
}
/* ========================================================================
Component: Ajax
========================================================================== */
/* ========================================================================
Component: Fix
========================================================================== */
 input::-webkit-input-placeholder {
    color: rgba(0 0 0 / 50%) !important;
    -webkit-transition: All 0.25s ease-in-out !important;
	-moz-transition: All 0.25s ease-in-out !important;
	-o-transition: All 0.25s ease-in-out !important;
	-ms-transition: All 0.25s ease-in-out !important;
	transition: All 0.25s ease-in-out !important;
}
.uk-search input::-webkit-input-placeholder {
    color: rgba(0 0 0 / 50%) !important;
}
input::-moz-placeholder {
    color: var(--black) !important;
    opacity: 1;
    -webkit-transition: All 0.25s ease-in-out !important;
	-moz-transition: All 0.25s ease-in-out !important;
	-o-transition: All 0.25s ease-in-out !important;
	-ms-transition: All 0.25s ease-in-out !important;
	transition: All 0.25s ease-in-out !important;
}
.uk-search input::-moz-placeholder {
    color: rgba(255 255 255 / 50%) !important;
}
input:-moz-placeholder {
    color: var(--black) !important;
    opacity: 1;
    -webkit-transition: All 0.25s ease-in-out !important;
	-moz-transition: All 0.25s ease-in-out !important;
	-o-transition: All 0.25s ease-in-out !important;
	-ms-transition: All 0.25s ease-in-out !important;
	transition: All 0.25s ease-in-out !important;
}
.uk-search input:-moz-placeholder {
    color: rgba(255 255 255 / 50%) !important;
}
input:-ms-input-placeholder {
    color: var(--black) !important;
    opacity: 1;
    -webkit-transition: All 0.25s ease-in-out !important;
	-moz-transition: All 0.25s ease-in-out !important;
	-o-transition: All 0.25s ease-in-out !important;
	-ms-transition: All 0.25s ease-in-out !important;
	transition: All 0.25s ease-in-out !important;
}
.uk-search input:-ms-input-placeholder {
    color: rgba(255 255 255 / 50%) !important;
}
input:focus::-webkit-input-placeholder {
    opacity:0;
}
input:focus::-moz-placeholder {
    opacity:0;
}
input:focus:-moz-placeholder {
    opacity:0;
}
input:focus:-ms-input-placeholder {
    opacity:0;
}
/* ========================================================================
Component: Fix
========================================================================== */
/* End */


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

  text-transform: uppercase;
  font-size: .875rem
}
.uk-nav-header:not(:first-child) {
  margin-top: 20px
}
.uk-nav-divider {
  margin: 5px 0
}
.uk-nav-center {
  text-align: center
}
.uk-nav-center .uk-nav-sub, .uk-nav-center .uk-nav-sub ul {
  padding-left: 0
}
.uk-nav-center.uk-nav-parent-icon > .uk-parent > a::after {
  position: absolute
}
.uk-navbar {
  display: flex;
  position: relative
}
.uk-navbar-container:not(.uk-navbar-transparent) {
  background: #f8f8f8
}
.uk-navbar-container > ::before, .uk-navbar-container > ::after {
  display: none !important
}
.uk-navbar-left, .uk-navbar-right, .uk-navbar-center, .uk-navbar-center-left > *, .uk-navbar-center-right > * {
  display: flex;
  align-items: center
}
.uk-navbar-right {
  margin-left: auto
}
.uk-navbar-center:only-child {
  margin-left: auto;
  margin-right: auto;
  position: relative
}
.uk-navbar-center:not(:only-child) {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: max-content;
  box-sizing: border-box;
  z-index: 990
}
.uk-navbar-center-left, .uk-navbar-center-right {
  position: absolute;
  top: 0
}
.uk-navbar-center-left {
  right: 100%
}
.uk-navbar-center-right {
  left: 100%
}
[class*='uk-navbar-center-'] {
  width: max-content;
  box-sizing: border-box
}
.uk-navbar-nav {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none
}
.uk-navbar-left, .uk-navbar-right, .uk-navbar-center:only-child {
  flex-wrap: wrap
}
.uk-navbar-nav > li > a, .uk-navbar-item, .uk-navbar-toggle {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  min-height: 80px;
  padding: 0 15px;
  font-size: .875em;
  text-decoration: none
}
.uk-navbar-nav > li > a {
  color: #999;
  text-transform: uppercase;
  transition: .1s ease-in-out;
  transition-property: color, background-color
}
.uk-navbar-nav > li:hover > a, .uk-navbar-nav > li > a:focus, .uk-navbar-nav > li > a.uk-open {
  color: #666;
  outline: none
}
.uk-navbar-nav > li > a:active {
  color: #333
}
.uk-navbar-nav > li.uk-active > a {
  color: #333
}
.uk-navbar-item {
  color: #666
}
.uk-navbar-toggle {
  color: #999
}
.uk-navbar-toggle:hover, .uk-navbar-toggle:focus, .uk-navbar-toggle.uk-open {
  color: #666;
  outline: none;
  text-decoration: none
}
.uk-navbar-subtitle {
  font-size: .875rem
}
.uk-navbar-dropdown {
  display: none;
  position: absolute;
  z-index: 1020;
  box-sizing: border-box;
  width: 200px;
  padding: 25px;
  background: #fff;
  color: #666;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15)
}
.uk-navbar-dropdown.uk-open {
  display: block
}
[class*='uk-navbar-dropdown-top'] {
  margin-top: -15px
}
[class*='uk-navbar-dropdown-bottom'] {
  margin-top: 15px
}
[class*='uk-navbar-dropdown-left'] {
  margin-left: -15px
}
[class*='uk-navbar-dropdown-right'] {
  margin-left: 15px
}
.uk-navbar-dropdown-grid {
  margin-left: -50px
}
.uk-navbar-dropdown-grid > * {
  padding-left: 50px
}
.uk-navbar-dropdown-grid > .uk-grid-margin {
  margin-top: 50px
}
.uk-navbar-dropdown-stack .uk-navbar-dropdown-grid > * {
  width: 100% !important
}
.uk-navbar-dropdown-width-2:not(.uk-navbar-dropdown-stack) {
  width: 400px
}
.uk-navbar-dropdown-width-3:not(.uk-navbar-dropdown-stack) {
  width: 600px
}
.uk-navbar-dropdown-width-4:not(.uk-navbar-dropdown-stack) {
  width: 800px
}
.uk-navbar-dropdown-width-5:not(.uk-navbar-dropdown-stack) {
  width: 1000px
}
.uk-navbar-dropdown-dropbar {
  margin-top: 0;
  margin-bottom: 0;
  box-shadow: none
}
.uk-navbar-dropdown-nav {
  font-size: .875rem
}
.uk-navbar-dropdown-nav > li > a {
  color: #999
}
.uk-navbar-dropdown-nav > li > a:hover, .uk-navbar-dropdown-nav > li > a:focus {
  color: #666
}
.uk-navbar-dropdown-nav > li.uk-active > a {
  color: #333
}
.uk-navbar-dropdown-nav .uk-nav-header {
  color: #333
}
.uk-navbar-dropdown-nav .uk-nav-divider {
  border-top: 1px solid #e5e5e5
}
.uk-navbar-dropdown-nav .uk-nav-sub a {
  color: #999
}
.uk-navbar-dropdown-nav .uk-nav-sub a:hover, .uk-navbar-dropdown-nav .uk-nav-sub a:focus {
  color: #666
}
.uk-navbar-dropdown-nav .uk-nav-sub li.uk-active > a {
  color: #333
}
.uk-navbar-dropbar {
  background: #fff
}
.uk-navbar-dropbar-slide {
  position: absolute;
  z-index: 980;
  left: 0;
  right: 0;
  box-shadow: 0 5px 7px rgba(0, 0, 0, 0.05)
}
.uk-navbar-container > .uk-container .uk-navbar-left {
  margin-left: -15px;
  margin-right: -15px
}
.uk-navbar-container > .uk-container .uk-navbar-right {
  margin-right: -15px
}
.uk-navbar-dropdown-grid > * {
  position: relative
}
.uk-navbar-dropdown-grid > :not(.uk-first-column)::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 25px;
  border-left: 1px solid #e5e5e5
}
.uk-navbar-dropdown-grid.uk-grid-stack > .uk-grid-margin::before {
  content: "";
  position: absolute;
  top: -25px;
  left: 50px;
  right: 0;
  border-top: 1px solid #e5e5e5
}
.uk-subnav {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  padding: 0;
  list-style: none
}
.uk-subnav > * {
  flex: none;
  padding-left: 20px;
  position: relative
}
.uk-subnav > * > :first-child {
  display: block;
  color: #999;
  font-size: .875em;
  text-transform: uppercase;
  transition: .1s ease-in-out;
  transition-property: color, background-color
}
.uk-subnav > * > a:hover, .uk-subnav > * > a:focus {
  color: #666;
  text-decoration: none;
  outline: none
}
.uk-subnav > .uk-active > a {
  color: #333
}
.uk-subnav-divider {
  margin-left: -41px
}
.uk-subnav-divider > * {
  display: flex;
  align-items: center
}
.uk-subnav-divider > ::before {
  content: "";
  height: 1.5em;
  margin-left: 0;
  margin-right: 20px;
  border-left: 1px solid transparent
}
.uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before {
  border-left-color: #e5e5e5
}
.uk-subnav-pill > * > :first-child {
  padding: 5px 10px;
  background: transparent;
  color: #999
}
.uk-subnav-pill > * > a:hover, .uk-subnav-pill > * > a:focus {
  background-color: #f8f8f8;
  color: #666
}
.uk-subnav-pill > * > a:active {
  background-color: #f8f8f8;
  color: #666
}
.uk-subnav-pill > .uk-active > a {
  background-color: var(--black);
  color: #fff
}
.uk-subnav > .uk-disabled > a {
  color: #999
}
.uk-pagination {
  display: flex;
  flex-wrap: wrap;
  margin-left: 0;
  padding: 0;
  list-style: none
}
.uk-pagination > * {
  flex: none;
  padding-left: 0;
  position: relative
}
.uk-pagination > * > * {
  display: block;
  padding: 5px 10px;
  color: #999;
  transition: color .1s ease-in-out
}
.uk-pagination > * > :hover, .uk-pagination > * > :focus {
  color: #666;
  text-decoration: none
}
.uk-pagination > .uk-active > * {
  color: #666
}
.uk-pagination > .uk-disabled > * {
  color: #999
}
.uk-slidenav {
  padding: 5px 10px;
  color: rgba(102, 102, 102, 0.5);
  transition: color .1s ease-in-out
}
.uk-slidenav:hover, .uk-slidenav:focus {
  color: rgba(102, 102, 102, 0.9);
  outline: none
}
.uk-slidenav:active {
  color: rgba(102, 102, 102, 0.5)
}
.uk-slidenav-large {
  padding: 10px
}
.uk-slidenav-container {
  display: flex
}
.uk-dotnav {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: -12px
}
.uk-dotnav > * {
  flex: none;
  padding-left: 12px
}
.uk-dotnav > * > * {
  display: block;
  box-sizing: border-box;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: transparent;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  border: 1px solid rgba(102, 102, 102, 0.4);
  transition: .2s ease-in-out;
  transition-property: background-color, border-color
}
.uk-dotnav > * > :hover, .uk-dotnav > * > :focus {
  background-color: rgba(102, 102, 102, 0.6);
  outline: none;
  border-color: transparent
}
.uk-dotnav > * > :active {
  background-color: rgba(102, 102, 102, 0.2);
  border-color: transparent
}
.uk-dotnav > .uk-active > * {
  background-color: rgba(102, 102, 102, 0.6);
  border-color: transparent
}
.uk-dotnav-vertical {
  flex-direction: column;
  margin-left: 0;
  margin-top: -12px
}
.uk-dotnav-vertical > * {
  padding-left: 0;
  padding-top: 12px
}
.uk-thumbnav {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: -15px
}
.uk-thumbnav > * {
  padding-left: 15px
}
.uk-thumbnav > * > * {
  display: inline-block;
  position: relative
}
.uk-thumbnav > * > ::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.4);
  transition: background-color .1s ease-in-out
}
.uk-thumbnav > * > :hover, .uk-thumbnav > * > :focus {
  outline: none
}
.uk-thumbnav > * > :hover::after, .uk-thumbnav > * > :focus::after {
  background-color: transparent
}
.uk-thumbnav > .uk-active > ::after {
  background-color: transparent
}
.uk-thumbnav-vertical {
  flex-direction: column;
  margin-left: 0;
  margin-top: -15px
}
.uk-thumbnav-vertical > * {
  padding-left: 0;
  padding-top: 15px
}
.uk-lightbox {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1010;
  background: #000;
  opacity: 0;
  transition: opacity .15s linear;
  touch-action: pinch-zoom
}
.uk-lightbox.uk-open {
  display: block;
  opacity: 1
}
.uk-lightbox-page {
  overflow: hidden
}
.uk-lightbox-items > * {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  justify-content: center;
  align-items: center;
  color: rgba(255, 255, 255, 0.7);
  will-change: transform, opacity
}
.uk-lightbox-items > * > * {
  max-width: 100vw;
  max-height: 100vh
}
.uk-lightbox-items > :focus {
  outline: none
}
.uk-lightbox-items > * > :not(iframe) {
  width: auto;
  height: auto
}
.uk-lightbox-items > .uk-active {
  display: flex
}
.uk-lightbox-toolbar {
  padding: 10px;
  background: rgba(0, 0, 0, 0.3);
  color: rgba(255, 255, 255, 0.7)
}
.uk-lightbox-toolbar > * {
  color: rgba(255, 255, 255, 0.7)
}
.uk-lightbox-toolbar-icon {
  padding: 5px;
  color: rgba(255, 255, 255, 0.7)
}
.uk-lightbox-toolbar-icon:hover {
  color: #fff
}
.uk-lightbox-button {
  box-sizing: border-box;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.3);
  color: rgba(255, 255, 255, 0.7);
  display: inline-flex;
  justify-content: center;
  align-items: center
}
.uk-lightbox-button:hover, .uk-lightbox-button:focus {
  color: #fff
}
.uk-lightbox-caption:empty {
  display: none
}
.uk-lightbox-iframe {
  width: 80%;
  height: 80%
}
[class*='uk-animation-'] {
  animation-duration: .5s;
  animation-timing-function: ease-out;
  animation-fill-mode: both
}
.uk-animation-fade {
  animation-name: uk-fade;
  animation-duration: .8s;
  animation-timing-function: linear
}
.uk-animation-scale-up {
  animation-name: uk-fade-scale-02
}
.uk-animation-scale-down {
  animation-name: uk-fade-scale-18
}
.uk-animation-slide-top {
  animation-name: uk-fade-top
}
.uk-animation-slide-bottom {
  animation-name: uk-fade-bottom
}
.uk-animation-slide-left {
  animation-name: uk-fade-left
}
.uk-animation-slide-right {
  animation-name: uk-fade-right
}
.uk-animation-slide-top-small {
  animation-name: uk-fade-top-small
}
.uk-animation-slide-bottom-small {
  animation-name: uk-fade-bottom-small
}
.uk-animation-slide-left-small {
  animation-name: uk-fade-left-small
}
.uk-animation-slide-right-small {
  animation-name: uk-fade-right-small
}
.uk-animation-slide-top-medium {
  animation-name: uk-fade-top-medium
}
.uk-animation-slide-bottom-medium {
  animation-name: uk-fade-bottom-medium
}
.uk-animation-slide-left-medium {
  animation-name: uk-fade-left-medium
}
.uk-animation-slide-right-medium {
  animation-name: uk-fade-right-medium
}
.uk-animation-kenburns {
  animation-name: uk-scale-kenburns;
  animation-duration: 15s
}
.uk-animation-shake {
  animation-name: uk-shake
}
.uk-animation-stroke {
  animation-name: uk-stroke;
  stroke-dasharray: var(--uk-animation-stroke);
  animation-duration: 2s
}
.uk-animation-reverse {
  animation-direction: reverse;
  animation-timing-function: ease-in
}
.uk-animation-fast {
  animation-duration: .1s
}
.uk-animation-toggle:not(:hover):not(:focus) [class*='uk-animation-'] {
  animation-name: none
}
.uk-animation-toggle {
  -webkit-tap-highlight-color: transparent
}
.uk-animation-toggle:focus {
  outline: none
}
@keyframes uk-fade {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
@keyframes uk-fade-top {
  0% {
    opacity: 0;
    transform: translateY(-100%)
  }
  100% {
    opacity: 1;
    transform: translateY(0)
  }
}
@keyframes uk-fade-bottom {
  0% {
    opacity: 0;
    transform: translateY(100%)
  }
  100% {
    opacity: 1;
    transform: translateY(0)
  }
}
@keyframes uk-fade-left {
  0% {
    opacity: 0;
    transform: translateX(-100%)
  }
  100% {
    opacity: 1;
    transform: translateX(0)
  }
}
@keyframes uk-fade-right {
  0% {
    opacity: 0;
    transform: translateX(100%)
  }
  100% {
    opacity: 1;
    transform: translateX(0)
  }
}
@keyframes uk-fade-top-small {
  0% {
    opacity: 0;
    transform: translateY(-10px)
  }
  100% {
    opacity: 1;
    transform: translateY(0)
  }
}
@keyframes uk-fade-bottom-small {
  0% {
    opacity: 0;
    transform: translateY(10px)
  }
  100% {
    opacity: 1;
    transform: translateY(0)
  }
}
@keyframes uk-fade-left-small {
  0% {
    opacity: 0;
    transform: translateX(-10px)
  }
  100% {
    opacity: 1;
    transform: translateX(0)
  }
}
@keyframes uk-fade-right-small {
  0% {
    opacity: 0;
    transform: translateX(10px)
  }
  100% {
    opacity: 1;
    transform: translateX(0)
  }
}
@keyframes uk-fade-top-medium {
  0% {
    opacity: 0;
    transform: translateY(-50px)
  }
  100% {
    opacity: 1;
    transform: translateY(0)
  }
}
@keyframes uk-fade-bottom-medium {
  0% {
    opacity: 0;
    transform: translateY(50px)
  }
  100% {
    opacity: 1;
    transform: translateY(0)
  }
}
@keyframes uk-fade-left-medium {
  0% {
    opacity: 0;
    transform: translateX(-50px)
  }
  100% {
    opacity: 1;
    transform: translateX(0)
  }
}
@keyframes uk-fade-right-medium {
  0% {
    opacity: 0;
    transform: translateX(50px)
  }
  100% {
    opacity: 1;
    transform: translateX(0)
  }
}
@keyframes uk-fade-scale-02 {
  0% {
    opacity: 0;
    transform: scale(0.2)
  }
  100% {
    opacity: 1;
    transform: scale(1)
  }
}
@keyframes uk-fade-scale-18 {
  0% {
    opacity: 0;
    transform: scale(1.8)
  }
  100% {
    opacity: 1;
    transform: scale(1)
  }
}
@keyframes uk-scale-kenburns {
  0% {
    transform: scale(1)
  }
  100% {
    transform: scale(1.2)
  }
}
@keyframes uk-shake {
  0%, 100% {
    transform: translateX(0)
  }
  10% {
    transform: translateX(-9px)
  }
  20% {
    transform: translateX(8px)
  }
  30% {
    transform: translateX(-7px)
  }
  40% {
    transform: translateX(6px)
  }
  50% {
    transform: translateX(-5px)
  }
  60% {
    transform: translateX(4px)
  }
  70% {
    transform: translateX(-3px)
  }
  80% {
    transform: translateX(2px)
  }
  90% {
    transform: translateX(-1px)
  }
}
@keyframes uk-stroke {
  0% {
    stroke-dashoffset: var(--uk-animation-stroke)
  }
  100% {
    stroke-dashoffset: 0
  }
}
[class*='uk-child-width'] > * {
  box-sizing: border-box;
  width: 100%
}
.uk-child-width-1-2 > * {
  width: 50%
}
.uk-child-width-1-3 > * {
  width: calc(100% * 1 / 3.001)
}
.uk-child-width-1-4 > * {
  width: 25%
}
.uk-child-width-1-5 > * {
  width: 20%
}
.uk-child-width-1-6 > * {
  width: calc(100% * 1 / 6.001)
}
.uk-child-width-auto > * {
  width: auto
}
.uk-child-width-expand > :not([class*='uk-width']) {
  flex: 1;
  min-width: 1px
}
@media (min-width: 240px) {
  .uk-child-width-1-1\@xs > * {
    width: 100%
  }
  .uk-child-width-1-2\@xs > * {
    width: 50%
  }
  .uk-child-width-1-3\@xs > * {
    width: calc(100% * 1 / 3.001)
  }
  .uk-child-width-1-4\@xs > * {
    width: 25%
  }
  .uk-child-width-1-5\@xs > * {
    width: 20%
  }
  .uk-child-width-1-6\@xs > * {
    width: calc(100% * 1 / 6.001)
  }
  .uk-child-width-auto\@xs > * {
    width: auto
  }
  .uk-child-width-expand\@xs > :not([class*='uk-width']) {
    flex: 1;
    min-width: 1px
  }
}
@media (min-width: 640px) {
  .uk-child-width-1-1\@s > * {
    width: 100%
  }
  .uk-child-width-1-2\@s > * {
    width: 50%
  }
  .uk-child-width-1-3\@s > * {
    width: calc(100% * 1 / 3.001)
  }
  .uk-child-width-1-4\@s > * {
    width: 25%
  }
  .uk-child-width-1-5\@s > * {
    width: 20%
  }
  .uk-child-width-1-6\@s > * {
    width: calc(100% * 1 / 6.001)
  }
  .uk-child-width-auto\@s > * {
    width: auto
  }
  .uk-child-width-expand\@s > :not([class*='uk-width']) {
    flex: 1;
    min-width: 1px
  }
}
@media (min-width: 960px) {
  .uk-child-width-1-1\@m > * {
    width: 100%
  }
  .uk-child-width-1-2\@m > * {
    width: 50%
  }
  .uk-child-width-1-3\@m > * {
    width: calc(100% * 1 / 3.001)
  }
  .uk-child-width-1-4\@m > * {
    width: 25%
  }
  .uk-child-width-1-5\@m > * {
    width: 20%
  }
  .uk-child-width-1-6\@m > * {
    width: calc(100% * 1 / 6.001)
  }
  .uk-child-width-auto\@m > * {
    width: auto
  }
  .uk-child-width-expand\@m > :not([class*='uk-width']) {
    flex: 1;
    min-width: 1px
  }
}
@media (min-width: 1200px) {
  .uk-child-width-1-1\@l > * {
    width: 100%
  }
  .uk-child-width-1-2\@l > * {
    width: 50%
  }
  .uk-child-width-1-3\@l > * {
    width: calc(100% * 1 / 3.001)
  }
  .uk-child-width-1-4\@l > * {
    width: 25%
  }
  .uk-child-width-1-5\@l > * {
    width: 20%
  }
  .uk-child-width-1-6\@l > * {
    width: calc(100% * 1 / 6.001)
  }
  .uk-child-width-auto\@l > * {
    width: auto
  }
  .uk-child-width-expand\@l > :not([class*='uk-width']) {
    flex: 1;
    min-width: 1px
  }
}
@media (min-width: 1600px) {
  .uk-child-width-1-1\@xl > * {
    width: 100%
  }
  .uk-child-width-1-2\@xl > * {
    width: 50%
  }
  .uk-child-width-1-3\@xl > * {
    width: calc(100% * 1 / 3.001)
  }
  .uk-child-width-1-4\@xl > * {
    width: 25%
  }
  .uk-child-width-1-5\@xl > * {
    width: 20%
  }
  .uk-child-width-1-6\@xl > * {
    width: calc(100% * 1 / 6.001)
  }
  .uk-child-width-auto\@xl > * {
    width: auto
  }
  .uk-child-width-expand\@xl > :not([class*='uk-width']) {
    flex: 1;
    min-width: 1px
  }
}
[class*='uk-width'] {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%
}
.uk-width-1-2 {
  width: 50%
}
.uk-width-1-3 {
  width: calc(100% * 1 / 3.001)
}
.uk-width-2-3 {
  width: calc(100% * 2 / 3.001)
}
.uk-width-1-4 {
  width: 25%
}
.uk-width-3-4 {
  width: 75%
}
.uk-width-1-5 {
  width: 20%
}
.uk-width-2-5 {
  width: 40%
}
.uk-width-3-5 {
  width: 60%
}
.uk-width-4-5 {
  width: 80%
}
.uk-width-1-6 {
  width: calc(100% * 1 / 6.001)
}
.uk-width-5-6 {
  width: calc(100% * 5 / 6.001)
}
.uk-width-small {
  width: 150px
}
.uk-width-medium {
  width: 300px
}
.uk-width-large {
  width: 450px
}
.uk-width-xlarge {
  width: 600px
}
.uk-width-2xlarge {
  width: 750px
}
.uk-width-auto {
  width: auto
}
.uk-width-expand {
  flex: 1;
  min-width: 1px
}
@media (min-width: 240px) {
  .uk-width-1-1\@xs {
    width: 100%
  }
  .uk-width-1-2\@xs {
    width: 50%
  }
  .uk-width-1-3\@xs {
    width: calc(100% * 1 / 3.001)
  }
  .uk-width-2-3\@xs {
    width: calc(100% * 2 / 3.001)
  }
  .uk-width-1-4\@xs {
    width: 25%
  }
  .uk-width-3-4\@xs {
    width: 75%
  }
  .uk-width-1-5\@xs {
    width: 20%
  }
  .uk-width-2-5\@xs {
    width: 40%
  }
  .uk-width-3-5\@xs {
    width: 60%
  }
  .uk-width-4-5\@xs {
    width: 80%
  }
  .uk-width-1-6\@xs {
    width: calc(100% * 1 / 6.001)
  }
  .uk-width-5-6\@xs {
    width: calc(100% * 5 / 6.001)
  }
  .uk-width-small\@xs {
    width: 150px
  }
  .uk-width-medium\@xs {
    width: 300px
  }
  .uk-width-large\@xs {
    width: 450px
  }
  .uk-width-xlarge\@xs {
    width: 600px
  }
  .uk-width-2xlarge\@xs {
    width: 750px
  }
  .uk-width-auto\@xs {
    width: auto
  }
  .uk-width-expand\@xs {
    flex: 1;
    min-width: 1px
  }
}
@media (min-width: 640px) {
  .uk-width-1-1\@s {
    width: 100%
  }
  .uk-width-1-2\@s {
    width: 50%
  }
  .uk-width-1-3\@s {
    width: calc(100% * 1 / 3.001)
  }
  .uk-width-2-3\@s {
    width: calc(100% * 2 / 3.001)
  }
  .uk-width-1-4\@s {
    width: 25%
  }
  .uk-width-3-4\@s {
    width: 75%
  }
  .uk-width-1-5\@s {
    width: 20%
  }
  .uk-width-2-5\@s {
    width: 40%
  }
  .uk-width-3-5\@s {
    width: 60%
  }
  .uk-width-4-5\@s {
    width: 80%
  }
  .uk-width-1-6\@s {
    width: calc(100% * 1 / 6.001)
  }
  .uk-width-5-6\@s {
    width: calc(100% * 5 / 6.001)
  }
  .uk-width-small\@s {
    width: 150px
  }
  .uk-width-medium\@s {
    width: 300px
  }
  .uk-width-large\@s {
    width: 450px
  }
  .uk-width-xlarge\@s {
    width: 600px
  }
  .uk-width-2xlarge\@s {
    width: 750px
  }
  .uk-width-auto\@s {
    width: auto
  }
  .uk-width-expand\@s {
    flex: 1;
    min-width: 1px
  }
}
@media (min-width: 960px) {
  .uk-width-1-1\@m {
    width: 100%
  }
  .uk-width-1-2\@m {
    width: 50%
  }
  .uk-width-1-3\@m {
    width: calc(100% * 1 / 3.001)
  }
  .uk-width-2-3\@m {
    width: calc(100% * 2 / 3.001)
  }
  .uk-width-1-4\@m {
    width: 25%
  }
  .uk-width-3-4\@m {
    width: 75%
  }
  .uk-width-1-5\@m {
    width: 20%
  }
  .uk-width-2-5\@m {
    width: 40%
  }
  .uk-width-3-5\@m {
    width: 60%
  }
  .uk-width-4-5\@m {
    width: 80%
  }
  .uk-width-1-6\@m {
    width: calc(100% * 1 / 6.001)
  }
  .uk-width-5-6\@m {
    width: calc(100% * 5 / 6.001)
  }
  .uk-width-small\@m {
    width: 150px
  }
  .uk-width-medium\@m {
    width: 300px
  }
  .uk-width-large\@m {
    width: 450px
  }
  .uk-width-xlarge\@m {
    width: 600px
  }
  .uk-width-2xlarge\@m {
    width: 750px
  }
  .uk-width-auto\@m {
    width: auto
  }
  .uk-width-expand\@m {
    flex: 1;
    min-width: 1px
  }
}
@media (min-width: 1200px) {
  .uk-width-1-1\@l {
    width: 100%
  }
  .uk-width-1-2\@l {
    width: 50%
  }
  .uk-width-1-3\@l {
    width: calc(100% * 1 / 3.001)
  }
  .uk-width-2-3\@l {
    width: calc(100% * 2 / 3.001)
  }
  .uk-width-1-4\@l {
    width: 25%
  }
  .uk-width-3-4\@l {
    width: 75%
  }
  .uk-width-1-5\@l {
    width: 20%
  }
  .uk-width-2-5\@l {
    width: 40%
  }
  .uk-width-3-5\@l {
    width: 60%
  }
  .uk-width-4-5\@l {
    width: 80%
  }
  .uk-width-1-6\@l {
    width: calc(100% * 1 / 6.001)
  }
  .uk-width-5-6\@l {
    width: calc(100% * 5 / 6.001)
  }
  .uk-width-small\@l {
    width: 150px
  }
  .uk-width-medium\@l {
    width: 300px
  }
  .uk-width-large\@l {
    width: 450px
  }
  .uk-width-xlarge\@l {
    width: 600px
  }
  .uk-width-2xlarge\@l {
    width: 750px
  }
  .uk-width-auto\@l {
    width: auto
  }
  .uk-width-expand\@l {
    flex: 1;
    min-width: 1px
  }
}
@media (min-width: 1600px) {
  .uk-width-1-1\@xl {
    width: 100%
  }
  .uk-width-1-2\@xl {
    width: 50%
  }
  .uk-width-1-3\@xl {
    width: calc(100% * 1 / 3.001)
  }
  .uk-width-2-3\@xl {
    width: calc(100% * 2 / 3.001)
  }
  .uk-width-1-4\@xl {
    width: 25%
  }
  .uk-width-3-4\@xl {
    width: 75%
  }
  .uk-width-1-5\@xl {
    width: 20%
  }
  .uk-width-2-5\@xl {
    width: 40%
  }
  .uk-width-3-5\@xl {
    width: 60%
  }
  .uk-width-4-5\@xl {
    width: 80%
  }
  .uk-width-1-6\@xl {
    width: calc(100% * 1 / 6.001)
  }
  .uk-width-5-6\@xl {
    width: calc(100% * 5 / 6.001)
  }
  .uk-width-small\@xl {
    width: 150px
  }
  .uk-width-medium\@xl {
    width: 300px
  }
  .uk-width-large\@xl {
    width: 450px
  }
  .uk-width-xlarge\@xl {
    width: 600px
  }
  .uk-width-2xlarge\@xl {
    width: 750px
  }
  .uk-width-auto\@xl {
    width: auto
  }
  .uk-width-expand\@xl {
    flex: 1;
    min-width: 1px
  }
}
[class*='uk-height'] {
  box-sizing: border-box
}
.uk-height-1-1 {
  height: 100%
}
.uk-height-viewport {
  min-height: 100vh
}
.uk-height-small {
  height: 150px
}
.uk-height-medium {
  height: 300px
}
.uk-height-large {
  height: 450px
}
.uk-height-max-small {
  max-height: 150px
}
.uk-height-max-medium {
  max-height: 300px
}
.uk-height-max-large {
  max-height: 450px
}
.uk-text-left {
  text-align: left !important
}
.uk-text-right {
  text-align: right !important
}
.uk-text-center {
  text-align: center !important
}
.uk-text-justify {
  text-align: justify !important
}
@media (min-width: 240px) {
  .uk-text-left\@xs {
    text-align: left !important
  }
  .uk-text-right\@xs {
    text-align: right !important
  }
  .uk-text-center\@xs {
    text-align: center !important
  }
}
@media (min-width: 640px) {
  .uk-text-left\@s {
    text-align: left !important
  }
  .uk-text-right\@s {
    text-align: right !important
  }
  .uk-text-center\@s {
    text-align: center !important
  }
}
@media (min-width: 960px) {
  .uk-text-left\@m {
    text-align: left !important
  }
  .uk-text-right\@m {
    text-align: right !important
  }
  .uk-text-center\@m {
    text-align: center !important
  }
}
@media (min-width: 1200px) {
  .uk-text-left\@l {
    text-align: left !important
  }
  .uk-text-right\@l {
    text-align: right !important
  }
  .uk-text-center\@l {
    text-align: center !important
  }
}
@media (min-width: 1600px) {
  .uk-text-left\@xl {
    text-align: left !important
  }
  .uk-text-right\@xl {
    text-align: right !important
  }
  .uk-text-center\@xl {
    text-align: center !important
  }
}
.uk-text-top {
  vertical-align: top !important
}
.uk-text-middle {
  vertical-align: middle !important
}
.uk-text-bottom {
  vertical-align: bottom !important
}
.uk-text-baseline {
  vertical-align: baseline !important
}
.uk-text-small {
  font-size: 0.875em;
  line-height: 1.5;
}
.uk-text-large {
  font-size: 1.5em;
  line-height: 1.5;
}
.uk-text-default {
  font-size: 1em;
  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: 100;
}
.uk-text-bolder {
  font-weight: 900;
}
.uk-text-capitalize {
  text-transform: capitalize !important;
}
.uk-text-uppercase {
  text-transform: uppercase !important;
}
.uk-text-lowercase {
  text-transform: lowercase !important;
}
.uk-cover {
  max-width: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%)
}
iframe.uk-cover {
  pointer-events: none
}
.uk-cover-container {
  overflow: hidden;
  position: relative
}
[class*='uk-align'] {
  display: block;
  margin-bottom: 30px
}
* + [class*='uk-align'] {
  margin-top: 30px
}
.uk-align-center {
  margin-left: auto;
  margin-right: auto
}
.uk-align-left {
  margin-top: 0;
  margin-right: 30px;
  float: left
}
.uk-align-right {
  margin-top: 0;
  margin-left: 30px;
  float: right
}
@media (min-width: 240px) {
  .uk-align-left\@xs {
    margin-top: 0;
    margin-right: 30px;
    float: left
  }
  .uk-align-right\@xs {
    margin-top: 0;
    margin-left: 30px;
    float: right
  }
}
@media (min-width: 640px) {
  .uk-align-left\@s {
    margin-top: 0;
    margin-right: 30px;
    float: left
  }
  .uk-align-right\@s {
    margin-top: 0;
    margin-left: 30px;
    float: right
  }
}
@media (min-width: 960px) {
  .uk-align-left\@m {
    margin-top: 0;
    margin-right: 30px;
    float: left
  }
  .uk-align-right\@m {
    margin-top: 0;
    margin-left: 30px;
    float: right
  }
}
@media (min-width: 1200px) {
  .uk-align-left\@l {
    margin-top: 0;
    float: left
  }
  .uk-align-right\@l {
    margin-top: 0;
    float: right
  }
  .uk-align-left, .uk-align-left\@s, .uk-align-left\@m, .uk-align-left\@l {
    margin-right: 40px
  }
  .uk-align-right, .uk-align-right\@s, .uk-align-right\@m, .uk-align-right\@l {
    margin-left: 40px
  }
}
@media (min-width: 1600px) {
  .uk-align-left\@xl {
    margin-top: 0;
    margin-right: 40px;
    float: left
  }
  .uk-align-right\@xl {
    margin-top: 0;
    margin-left: 40px;
    float: right
  }
}
.uk-svg, .uk-svg:not(.uk-preserve) [fill*='#']:not(.uk-preserve) {
  fill: currentcolor
}
.uk-svg:not(.uk-preserve) [stroke*='#']:not(.uk-preserve) {
  stroke: currentcolor
}
.uk-svg {
  transform: translate(0, 0)
}
.uk-panel {
  display: flow-root;
  position: relative;
  box-sizing: border-box
}
.uk-panel > :last-child {
  margin-bottom: 0
}
.uk-panel-scrollable {
  height: 170px;
  padding: 10px;
  border: 1px solid #e5e5e5;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  resize: both
}
.uk-clearfix::before {
  content: "";
  display: table-cell
}
.uk-clearfix::after {
  content: "";
  display: table;
  clear: both
}
.uk-float-left {
  float: left
}
.uk-float-right {
  float: right
}
[class*='uk-float-'] {
  max-width: 100%
}
.uk-overflow-hidden {
  overflow: hidden
}
.uk-overflow-auto {
  overflow: auto;
  -webkit-overflow-scrolling: touch
}
.uk-overflow-auto > :last-child {
  margin-bottom: 0
}
.uk-resize {
  resize: both
}
.uk-resize-vertical {
  resize: vertical
}
.uk-display-block {
  display: block !important
}
.uk-display-inline {
  display: inline !important
}
.uk-display-inline-block {
  display: inline-block !important
}
[class*='uk-inline'] {
  display: inline-block;
  position: relative;
  max-width: 100%;
  vertical-align: middle;
  -webkit-backface-visibility: hidden
}
.uk-inline-clip {
  overflow: hidden
}
.uk-preserve-width, .uk-preserve-width canvas, .uk-preserve-width img, .uk-preserve-width svg, .uk-preserve-width video {
  max-width: none
}
.uk-responsive-width, .uk-responsive-height {
  box-sizing: border-box
}
.uk-responsive-width {
  max-width: 100% !important;
  height: auto
}
.uk-responsive-height {
  max-height: 100%;
  width: auto;
  max-width: none;
}
/*///*/
.uk-box-shadow-small {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08)
}
.uk-box-shadow-medium {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08)
}
.uk-box-shadow-large {
  box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16)
}
.uk-box-shadow-xlarge {
  box-shadow: 0 28px 50px rgba(0, 0, 0, 0.16)
}
[class*='uk-box-shadow-hover'] {
  transition: box-shadow .1s ease-in-out
}
.uk-box-shadow-hover-small:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08)
}
.uk-box-shadow-hover-medium:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08)
}
.uk-box-shadow-hover-large:hover {
  box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16)
}
.uk-box-shadow-hover-xlarge:hover {
  box-shadow: 0 28px 50px rgba(0, 0, 0, 0.16)
}
.uk-box-shadow-bottom::before {
  content: '';
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  height: 30px;
  border-radius: 100%;
  background: #444;
  filter: blur(20px)
}
.uk-box-shadow-bottom > * {
  position: relative
}
/*///*/
.uk-dropcap::first-letter, .uk-dropcap > p:first-of-type::first-letter {
  display: block;
  margin-right: 10px;
  float: left;
  font-size: 4.5em;
  line-height: 1;
  margin-bottom: -2px
}
.uk-disabled {
  pointer-events: none
}
.uk-drag, .uk-drag * {
  cursor: move
}
.uk-drag iframe {
  pointer-events: none
}
.uk-dragover {
  box-shadow: 0 0 20px rgba(100, 100, 100, 0.3)
}
.uk-transform-center {
  transform: translate(-50%, -50%)
}
.uk-transform-origin-top-left {
  transform-origin: 0 0
}
.uk-transform-origin-top-center {
  transform-origin: 50% 0
}
.uk-transform-origin-top-right {
  transform-origin: 100% 0
}
.uk-transform-origin-center-left {
  transform-origin: 0 50%
}
.uk-transform-origin-center-right {
  transform-origin: 100% 50%
}
.uk-transform-origin-bottom-left {
  transform-origin: 0 100%
}
.uk-transform-origin-bottom-center {
  transform-origin: 50% 100%
}
.uk-transform-origin-bottom-right {
  transform-origin: 100% 100%
}
.uk-flex {
  display: flex
}
.uk-flex-inline {
  display: inline-flex
}
.uk-flex::before, .uk-flex::after, .uk-flex-inline::before, .uk-flex-inline::after {
  display: none
}
.uk-flex-left {
  justify-content: flex-start
}
.uk-flex-center {
  justify-content: center
}
.uk-flex-right {
  justify-content: flex-end
}
.uk-flex-between {
  justify-content: space-between
}
.uk-flex-around {
  justify-content: space-around
}
.uk-flex-top {
  align-items: flex-start
}
.uk-flex-middle {
  align-items: center
}
.uk-flex-bottom {
  align-items: flex-end
}
@media (min-width: 240px) {
    .uk-flex-left\@xs {
      justify-content: flex-start
    }
    .uk-flex-center\@xs {
      justify-content: center
    }
    .uk-flex-right\@xs {
      justify-content: flex-end
    }
    .uk-flex-between\@xs {
      justify-content: space-between
    }
    .uk-flex-around\@xs {
      justify-content: space-around
    }
    .uk-flex-top\@xs {
      align-items: flex-start
    }
    .uk-flex-middle\@xs {
      align-items: center
    }
    .uk-flex-bottom\@xs {
      align-items: flex-end
    }
}
@media (min-width: 640px) {
    .uk-flex-left\@s {
      justify-content: flex-start
    }
    .uk-flex-center\@s {
      justify-content: center
    }
    .uk-flex-right\@s {
      justify-content: flex-end
    }
    .uk-flex-between\@s {
      justify-content: space-between
    }
    .uk-flex-around\@s {
      justify-content: space-around
    }
    .uk-flex-top\@s {
      align-items: flex-start
    }
    .uk-flex-middle\@s {
      align-items: center
    }
    .uk-flex-bottom\@s {
      align-items: flex-end
    }
}
@media (min-width: 960px) {
    .uk-flex-left\@m {
      justify-content: flex-start
    }
    .uk-flex-center\@m {
      justify-content: center
    }
    .uk-flex-right\@m {
      justify-content: flex-end
    }
    .uk-flex-between\@m {
      justify-content: space-between
    }
    .uk-flex-around\@m {
      justify-content: space-around
    }
    .uk-flex-top\@m {
      align-items: flex-start
    }
    .uk-flex-middle\@m {
      align-items: center
    }
    .uk-flex-bottom\@m {
      align-items: flex-end
    }
}
@media (min-width: 1200px) {
    .uk-flex-left\@l {
      justify-content: flex-start
    }
    .uk-flex-center\@l {
      justify-content: center
    }
    .uk-flex-right\@l {
      justify-content: flex-end
    }
    .uk-flex-between\@l {
      justify-content: space-between
    }
    .uk-flex-around\@l {
      justify-content: space-around
    }
    .uk-flex-top\@l {
      align-items: flex-start
    }
    .uk-flex-middle\@l {
      align-items: center
    }
    .uk-flex-bottom\@l {
      align-items: flex-end
    }
}
@media (min-width: 1600px) {
    .uk-flex-left\@xl {
      justify-content: flex-start
    }
    .uk-flex-center\@xl {
      justify-content: center
    }
    .uk-flex-right\@xl {
      justify-content: flex-end
    }
    .uk-flex-between\@xl {
      justify-content: space-between
    }
    .uk-flex-around\@xl {
      justify-content: space-around
    }
    .uk-flex-top\@xl {
      align-items: flex-start
    }
    .uk-flex-middle\@xl {
      align-items: center
    }
    .uk-flex-bottom\@xl {
      align-items: flex-end
    }
}
.uk-flex-stretch {
  align-items: stretch
}
.uk-flex-row {
  flex-direction: row
}
.uk-flex-row-reverse {
  flex-direction: row-reverse
}
.uk-flex-column {
  flex-direction: column
}
.uk-flex-column-reverse {
  flex-direction: column-reverse
}
.uk-flex-nowrap {
  flex-wrap: nowrap
}
.uk-flex-wrap {
  flex-wrap: wrap
}
.uk-flex-wrap-reverse {
  flex-wrap: wrap-reverse
}
.uk-flex-wrap-stretch {
  align-content: stretch
}
.uk-flex-wrap-top {
  align-content: flex-start
}
.uk-flex-wrap-middle {
  align-content: center
}
.uk-flex-wrap-bottom {
  align-content: flex-end
}
.uk-flex-wrap-between {
  align-content: space-between
}
.uk-flex-wrap-around {
  align-content: space-around
}
.uk-flex-first {
  order: -1
}
.uk-flex-last {
  order: 99
}
@media (min-width: 240px) {
  .uk-flex-first\@xs {
    order: -1
  }
  .uk-flex-last\@xs {
    order: 99
  }
}
@media (min-width: 640px) {
  .uk-flex-first\@s {
    order: -1
  }
  .uk-flex-last\@s {
    order: 99
  }
}
@media (min-width: 960px) {
  .uk-flex-first\@m {
    order: -1
  }
  .uk-flex-last\@m {
    order: 99
  }
}
@media (min-width: 1200px) {
  .uk-flex-first\@l {
    order: -1
  }
  .uk-flex-last\@l {
    order: 99
  }
}
@media (min-width: 1600px) {
  .uk-flex-first\@xl {
    order: -1
  }
  .uk-flex-last\@xl {
    order: 99
  }
}
.uk-flex-none {
  flex: none
}
.uk-flex-auto {
  flex: auto
}
.uk-flex-1 {
  flex: 1
}
.uk-margin {
  margin-bottom: 20px
}
* + .uk-margin {
  margin-top: 20px !important
}
.uk-margin-top {
  margin-top: 20px !important
}
.uk-margin-bottom {
  margin-bottom: 20px !important
}
.uk-margin-left {
  margin-left: 20px !important
}
.uk-margin-right {
  margin-right: 20px !important
}
.uk-margin-auto {
  margin-left: auto !important;
  margin-right: auto !important
}
.uk-margin-auto-top {
  margin-top: auto !important
}
.uk-margin-auto-bottom {
  margin-bottom: auto !important
}
.uk-margin-auto-left {
  margin-left: auto !important
}
.uk-margin-auto-right {
  margin-right: auto !important
}
.uk-margin-auto-vertical {
  margin-top: auto !important;
  margin-bottom: auto !important
}
@media (min-width: 240px) {
  .uk-margin-auto\@xs {
    margin-left: auto !important;
    margin-right: auto !important
  }
  .uk-margin-auto-left\@xs {
    margin-left: auto !important
  }
  .uk-margin-auto-right\@xs {
    margin-right: auto !important
  }
}
@media (min-width: 640px) {
  .uk-margin-auto\@s {
    margin-left: auto !important;
    margin-right: auto !important
  }
  .uk-margin-auto-left\@s {
    margin-left: auto !important
  }
  .uk-margin-auto-right\@s {
    margin-right: auto !important
  }
}
@media (min-width: 960px) {
  .uk-margin-auto\@m {
    margin-left: auto !important;
    margin-right: auto !important
  }
  .uk-margin-auto-left\@m {
    margin-left: auto !important
  }
  .uk-margin-auto-right\@m {
    margin-right: auto !important
  }
}
@media (min-width: 1200px) {
  .uk-margin-auto\@l {
    margin-left: auto !important;
    margin-right: auto !important
  }
  .uk-margin-auto-left\@l {
    margin-left: auto !important
  }
  .uk-margin-auto-right\@l {
    margin-right: auto !important
  }
}
@media (min-width: 1600px) {
  .uk-margin-auto\@xl {
    margin-left: auto !important;
    margin-right: auto !important
  }
  .uk-margin-auto-left\@xl {
    margin-left: auto !important
  }
  .uk-margin-auto-right\@xl {
    margin-right: auto !important
  }
}
.uk-margin-remove {
  margin: 0 !important
}
[class*='uk-position-top'], [class*='uk-position-bottom'], [class*='uk-position-left'], [class*='uk-position-right'], [class*='uk-position-center'] {
  position: absolute !important;
  max-width: 100%
}
.uk-position-top {
  top: 0;
  left: 0;
  right: 0
}
.uk-position-bottom {
  bottom: 0;
  left: 0;
  right: 0
}
.uk-position-left {
  top: 0;
  bottom: 0;
  left: 0
}
.uk-position-right {
  top: 0;
  bottom: 0;
  right: 0
}
.uk-position-top-left {
  top: 0;
  left: 0
}
.uk-position-top-right {
  top: 0;
  right: 0
}
.uk-position-bottom-left {
  bottom: 0;
  left: 0
}
.uk-position-bottom-right {
  bottom: 0;
  right: 0
}
.uk-position-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: max-content;
  max-width: 100%;
  box-sizing: border-box
}
[class*='uk-position-center-left'], [class*='uk-position-center-right'] {
  top: 50%;
  transform: translateY(-50%)
}
.uk-position-center-left {
  left: 0
}
.uk-position-center-right {
  right: 0
}
.uk-position-center-left-out {
  right: 100%;
  width: max-content
}
.uk-position-center-right-out {
  left: 100%;
  width: max-content
}
.uk-position-top-center, .uk-position-bottom-center {
  left: 50%;
  transform: translateX(-50%);
  width: max-content;
  max-width: 100%;
  box-sizing: border-box
}
.uk-position-top-center {
  top: 0
}
.uk-position-bottom-center {
  bottom: 0
}
.uk-position-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0
}
.uk-position-relative {
  position: relative !important
}
.uk-position-absolute {
  position: absolute !important
}
.uk-position-fixed {
  position: fixed !important
}
.uk-position-z-index {
  z-index: 1
}
.uk-position-small {
  max-width: calc(100% - (15px * 2));
  margin: 15px
}
.uk-position-small.uk-position-center {
  transform: translate(-50%, -50%) translate(-15px, -15px)
}
.uk-position-small[class*='uk-position-center-left'], .uk-position-small[class*='uk-position-center-right'] {
  transform: translateY(-50%) translateY(-15px)
}
.uk-position-small.uk-position-top-center, .uk-position-small.uk-position-bottom-center {
  transform: translateX(-50%) translateX(-15px)
}
.uk-position-medium {
  max-width: calc(100% - (30px * 2));
  margin: 30px
}
.uk-position-medium.uk-position-center {
  transform: translate(-50%, -50%) translate(-30px, -30px)
}
.uk-position-medium[class*='uk-position-center-left'], .uk-position-medium[class*='uk-position-center-right'] {
  transform: translateY(-50%) translateY(-30px)
}
.uk-position-medium.uk-position-top-center, .uk-position-medium.uk-position-bottom-center {
  transform: translateX(-50%) translateX(-30px)
}
.uk-position-large {
  max-width: calc(100% - (30px * 2));
  margin: 30px
}
.uk-position-large.uk-position-center {
  transform: translate(-50%, -50%) translate(-30px, -30px)
}
.uk-position-large[class*='uk-position-center-left'], .uk-position-large[class*='uk-position-center-right'] {
  transform: translateY(-50%) translateY(-30px)
}
.uk-position-large.uk-position-top-center, .uk-position-large.uk-position-bottom-center {
  transform: translateX(-50%) translateX(-30px)
}
@media (min-width: 1200px) {
  .uk-position-large {
    max-width: calc(100% - (50px * 2));
    margin: 50px
  }
  .uk-position-large.uk-position-center {
    transform: translate(-50%, -50%) translate(-50px, -50px)
  }
  .uk-position-large[class*='uk-position-center-left'], .uk-position-large[class*='uk-position-center-right'] {
    transform: translateY(-50%) translateY(-50px)
  }
  .uk-position-large.uk-position-top-center, .uk-position-large.uk-position-bottom-center {
    transform: translateX(-50%) translateX(-50px)
  }
}
.uk-transition-toggle {
  -webkit-tap-highlight-color: transparent
}
.uk-transition-toggle:focus {
  outline: none
}
.uk-transition-fade, [class*='uk-transition-scale'], [class*='uk-transition-slide'] {
  transition: .3s ease-out;
  transition-property: opacity, transform, filter;
  opacity: 0
}
.uk-transition-toggle:hover .uk-transition-fade, .uk-transition-toggle:focus .uk-transition-fade, .uk-transition-active.uk-active .uk-transition-fade {
  opacity: 1
}
.uk-transition-scale-up {
  transform: scale(1, 1)
}
.uk-transition-scale-down {
  transform: scale(1.1, 1.1)
}
.uk-transition-toggle:hover .uk-transition-scale-up, .uk-transition-toggle:focus .uk-transition-scale-up, .uk-transition-active.uk-active .uk-transition-scale-up {
  opacity: 1;
  transform: scale(1.1, 1.1)
}
.uk-transition-toggle:hover .uk-transition-scale-down, .uk-transition-toggle:focus .uk-transition-scale-down, .uk-transition-active.uk-active .uk-transition-scale-down {
  opacity: 1;
  transform: scale(1, 1)
}
.uk-transition-slide-top {
  transform: translateY(-100%)
}
.uk-transition-slide-bottom {
  transform: translateY(100%)
}
.uk-transition-slide-left {
  transform: translateX(-100%)
}
.uk-transition-slide-right {
  transform: translateX(100%)
}
.uk-transition-slide-top-small {
  transform: translateY(-10px)
}
.uk-transition-slide-bottom-small {
  transform: translateY(10px)
}
.uk-transition-slide-left-small {
  transform: translateX(-10px)
}
.uk-transition-slide-right-small {
  transform: translateX(10px)
}
.uk-transition-slide-top-medium {
  transform: translateY(-50px)
}
.uk-transition-slide-bottom-medium {
  transform: translateY(50px)
}
.uk-transition-slide-left-medium {
  transform: translateX(-50px)
}
.uk-transition-slide-right-medium {
  transform: translateX(50px)
}
.uk-transition-toggle:hover [class*='uk-transition-slide'], .uk-transition-toggle:focus [class*='uk-transition-slide'], .uk-transition-active.uk-active [class*='uk-transition-slide'] {
  opacity: 1;
  transform: translate(0, 0)
}
.uk-transition-opaque {
  opacity: 1
}
.uk-transition-slow {
  transition-duration: .7s
}
[hidden], .uk-hidden {
  display: none !important
}
@media (min-width: 240px) {
  .uk-hidden\@xs {
    display: none !important
  }
}
@media (min-width: 640px) {
  .uk-hidden\@s {
    display: none !important
  }
}
@media (min-width: 960px) {
  .uk-hidden\@m {
    display: none !important
  }
}
@media (min-width: 1200px) {
  .uk-hidden\@l {
    display: none !important
  }
}
@media (min-width: 1600px) {
  .uk-hidden\@xl {
    display: none !important
  }
}
@media (max-width: 239px) {
  .uk-visible\@xs {
    display: none !important
  }
}
@media (max-width: 639px) {
  .uk-visible\@s {
    display: none !important
  }
}
@media (max-width: 959px) {
  .uk-visible\@m {
    display: none !important
  }
}
@media (max-width: 1199px) {
  .uk-visible\@l {
    display: none !important
  }
}
@media (max-width: 1599px) {
  .uk-visible\@xl {
    display: none !important
  }
}
.uk-invisible {
  visibility: hidden !important
}
.uk-visible-toggle:not(:hover):not(:focus) .uk-hidden-hover:not(:focus-within) {
  position: absolute !important;
  width: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden !important
}
.uk-visible-toggle:not(:hover):not(:focus) .uk-invisible-hover:not(:focus-within) {
  opacity: 0 !important
}
.uk-visible-toggle {
  -webkit-tap-highlight-color: transparent
}
.uk-visible-toggle:focus {
  outline: none
}
@media (pointer: coarse) {
  .uk-hidden-touch {
    display: none !important
  }
}
.uk-hidden-notouch {
  display: none !important
}
@media (pointer: coarse) {
  .uk-hidden-notouch {
    display: block !important
  }
}
.uk-light a, .uk-light .uk-link {
  color: #fff
}
.uk-light a:hover, .uk-light .uk-link:hover {
  color: #fff
}
.uk-offcanvas-bar .uk-accordion-title::before {
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBmaWxsPSIjRkZGIiBkYXRhLXN2Zz0ibWVudSI+IDxyZWN0IHg9IjIiIHk9IjQiIHdpZHRoPSIxNiIgaGVpZ2h0PSIxIj48L3JlY3Q+IDxyZWN0IHg9IjIiIHk9IjkiIHdpZHRoPSIxNiIgaGVpZ2h0PSIxIj48L3JlY3Q+IDxyZWN0IHg9IjIiIHk9IjE0IiB3aWR0aD0iMTYiIGhlaWdodD0iMSI+PC9yZWN0Pjwvc3ZnPg==");
    background-repeat: no-repeat;
    background-position: 50% 85%;
}
.uk-offcanvas-bar .uk-open > .uk-accordion-title::before {
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBkYXRhLXN2Zz0iY2xvc2UiPiA8cGF0aCBmaWxsPSJub25lIiBzdHJva2U9IiNGRkYiIHN0cm9rZS13aWR0aD0iMS4wNiIgZD0iTTE2LDE2IEw0LDQiPjwvcGF0aD4gPHBhdGggZmlsbD0ibm9uZSIgc3Ryb2tlPSIjRkZGIiBzdHJva2Utd2lkdGg9IjEuMDYiIGQ9Ik0xNiw0IEw0LDE2Ij48L3BhdGg+PC9zdmc+");
    background-repeat: no-repeat;
    background-position: 50% 85%;
}
.uk-offcanvas-bar .uk-accordion-link::before {
    content: "";
    width: 1.4em;
    height: 1.4em;
    margin-left: 10px;
    float: right;
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBkYXRhLXN2Zz0iYXJyb3ctcmlnaHQiPiA8cG9seWxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjRkZGIiBwb2ludHM9IjEwIDUgMTUgOS41IDEwIDE0Ij48L3BvbHlsaW5lPiA8bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiNGRkYiIHgxPSI0IiB5MT0iOS41IiB4Mj0iMTUiIHkyPSI5LjUiPjwvbGluZT48L3N2Zz4=");
    background-repeat: no-repeat;
    background-position: 50% 85%;
}
/* End */


/* Start:/bitrix/templates/swebix-store/components/bitrix/catalog.item/.default/style.css?167274833024418*/

.product-item-container { position: relative; }

.product-item-container.hover { z-index: 17; }
.bx-no-touch .product-item-container.hover .product-item { -webkit-animation: product-item-hover 300ms 1 ease; }

@-webkit-keyframes product-item-hover {
	0% {
		position: absolute;
		left: -15px;
		right: -15px;
		border: 1px solid transparent;
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	}
	100% {
		border: 1px solid transparent;
		box-shadow: 0 7px 15px 0 rgba(0, 0, 0, .19);
	}
}

/*Image*/
.product-item-image-wrapper {
	position: relative;
	display: block;
	margin-bottom: 15px;
	padding-top: 116%;
	width: 100%;
	transition: all 300ms ease;
}

.product-item-image-wrapper:hover { }

.product-item-container.hover.product-item-scalable-card .product-item-image-wrapper { padding-top: 54%; }

/*
.product-item-image-original,
.product-item-image-alternative {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	transition: opacity 300ms linear;
}
*/
.product-item-image-original { z-index: 11; }

.product-item-image-alternative {
	z-index: 13;
	opacity: 0;
}

.bx-no-touch .product-item-container.hover .product-item-image-original { opacity: 0; }

.bx-no-touch .product-item-container.hover .product-item-image-alternative { opacity: 1; }

.product-item-big-card .product-item-image-wrapper { margin-bottom: 25px; }

/*Image Slider*/
.product-item-image-slider-slide-container {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 100%;
	transition: opacity 300ms ease;
}

.product-item-image-slide {
	position: relative;
	display: none;
	height: 100%;
	background-color: #fff;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	transition: .6s ease-in-out left;
}

@media all and (transform-3d), (-webkit-transform-3d) {
	.product-item-image-slide {
		transition: transform .6s ease-in-out;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-perspective: 1000px;
		perspective: 1000px;
	}

	.product-item-image-slide.next,
	.product-item-image-slide.active.right {
		left: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}

	.product-item-image-slide.prev,
	.product-item-image-slide.active.left {
		left: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}

	.product-item-image-slide.next.left,
	.product-item-image-slide.prev.right,
	.product-item-image-slide.active {
		left: 0;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.product-item-image-slider-slide-container > .active,
.product-item-image-slider-slide-container > .next,
.product-item-image-slider-slide-container > .prev { display: block; }

.product-item-image-slider-slide-container > .active { left: 0; }

.product-item-image-slider-slide-container > .next,
.product-item-image-slider-slide-container > .prev {
	position: absolute;
	top: 0;
	width: 100%;
}

.product-item-image-slider-slide-container > .next { left: 100%; }

.product-item-image-slider-slide-container > .prev { left: -100%; }

.product-item-image-slider-slide-container > .next.left,
.product-item-image-slider-slide-container > .prev.right { left: 0; }

.product-item-image-slider-progress-bar-container {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
}

.product-item-image-slider-progress-bar {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	height: 1px;
	background-color: #f42c2c;
	opacity: .8;
}

.product-item-image-slider-control-container {
	position: absolute;
	right: 0;
	bottom: 10px;
	left: 0;
	z-index: 15;
	padding: 0;
	text-align: center;
	opacity: 0;
	transition: opacity 300ms ease;
}

.product-item-container.hover .product-item-image-slider-control-container,
.product-item-line-card:hover .product-item-image-slider-control-container { opacity: 1; }

.product-item-image-slider-control,
.product-item-image-slider-control.active {
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: rgba(128, 128, 128, .8);
	opacity: .6;
	cursor: pointer;
	transition: all 300ms ease;
}

.product-item-image-slider-control:hover,
.product-item-image-slider-control.active:hover { cursor: pointer; }

/*Label*/
.product-item-label-text,
.product-item-label-ring {
	position: absolute;
	z-index: 15;
}

.product-item-label-text span,
.product-item-label-ring {
	display: inline-block;
	clear: both;
	margin-bottom: 2px;
	background: #f42c2c;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	transition: all 250ms ease;
}

.bx-red .product-item-label-text span,
.bx-red .product-item-label-ring { background-color: #fba90c; }

.product-item-label-text > div,
.product-item-label-ring > div { line-height: 0; }

/* TEXT */
.product-item-label-text span {
	padding: 2px 5px;
	vertical-align: middle;
	font-weight: bold;
}

/*SMALL*/
.product-item-label-text.product-item-label-small span,
.product-item-scalable-card.hover .product-item-label-text.product-item-label-small span {
	margin-bottom: 1px;
	padding: 2px 7px;
	font-weight: normal;
	font-size: 13px;
	line-height: 14px;
}

.product-item-big-card .product-item-label-text.product-item-label-small span {
	padding: 5px 12px;
	font-size: 16px;
	line-height: 21px;
}

/* BIG */
.product-item-label-text.product-item-label-big span,
.product-item-scalable-card.hover .product-item-label-text.product-item-label-big span {
	padding: 4px 10px;
	font-size: 13px;
	line-height: 17px;
}

.product-item-big-card .product-item-label-text.product-item-label-big span {
	padding: 5px 17px;
	font-size: 22px;
	line-height: 33px;
}

@media (max-width: 767px) {
	.product-item-label-text > div { line-height: 0; }

	.product-item-label-text.product-item-label-small span,
	.product-item-scalable-card.hover .product-item-label-text.product-item-label-small span {
		margin-bottom: 1px;
		padding: 2px 7px;
		font-size: 10px;
		line-height: 14px;
	}

	.product-item-big-card .product-item-label-text.product-item-label-small span,
	.product-item-label-text.product-item-label-big span,
	.product-item-scalable-card.hover .product-item-label-text.product-item-label-big span {
		margin-bottom: 1px;
		padding: 3px 12px;
		font-size: 14px;
		line-height: 16px;
	}

	.product-item-big-card .product-item-label-text.product-item-label-big span {
		padding: 3px 12px;
		font-size: 20px;
		line-height: 25px;
	}
}

/*RING*/
.product-item-label-ring {
	box-sizing: border-box;
	border-radius: 50%;
	font-weight: bold;
}

.product-item-label-ring.product-item-label-small,
.product-item-scalable-card.hover .product-item-label-ring.product-item-label-small {
	width: 40px;
	height: 40px;
	font-size: 14px;
	line-height: 40px;
}

.product-item-big-card .product-item-label-ring.product-item-label-small {
	width: 100px;
	height: 100px;
	font-size: 30px;
	line-height: 100px;
}

.product-item-label-ring.product-item-label-big,
.product-item-scalable-card.hover .product-item-label-ring.product-item-label-big {
	width: 50px;
	height: 50px;
	font-size: 18px;
	line-height: 50px;
}

.product-item-big-card .product-item-label-ring.product-item-label-big {
	width: 120px;
	height: 120px;
	font-size: 42px;
	line-height: 120px;
}

@media (max-width: 767px) {
	.product-item-label-ring.product-item-label-small,
	.product-item-scalable-card.hover .product-item-label-ring.product-item-label-small {
		width: 35px;
		height: 35px;
		font-size: 12px;
		line-height: 35px;
	}

	.product-item-big-card .product-item-label-ring.product-item-label-small,
	.product-item-label-ring.product-item-label-big,
	.product-item-scalable-card.hover .product-item-label-ring.product-item-label-big {
		width: 35px;
		height: 35px;
		font-size: 12px;
		line-height: 35px;
	}

	.product-item-big-card .product-item-label-ring.product-item-label-big {
		width: 70px;
		height: 70px;
		font-size: 24px;
		line-height: 70px;
	}
}

.product-item-label-top { top: -5px; }

.product-item-label-center {
	left: 50%;
	transform: translateX(-50%);
}

.product-item-label-center > div { text-align: center; }

.product-item-label-left { left: -5px; }

.product-item-label-left > div { text-align: left; }

.product-item-label-bottom { bottom: -5px; }

.product-item-label-middle { top: 50%;
	transform: translateY(-50%);
}

.product-item-label-right { right: -5px; }

.product-item-label-right > div { text-align: right; }

.product-item-label-center.product-item-label-middle {
	transform: translateY(-50%) translateX(-50%);
}

/*Title*/
.product-item-title {
	overflow: hidden;
	margin-bottom: 15px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.bx-touch .product-item-title,
.product-item-container.hover .product-item-title {
	overflow: auto;
	white-space: normal;
}

.product-item-title a {
	color: #3f3f3f;
	text-decoration: none;
	font-size: 13px;
}

.product-item-big-card .product-item-title a { font-size: 21px; }

.product-item-line-card .product-item-title a { font-size: 20px; }

/*Price*/
.product-item-price-container { margin: 5px 0 10px; }

.product-item-price-current {
	color: #3f3f3f;
	white-space: nowrap;
	font-weight: bold;
	font-size: 13px;
}

.product-item-price-old {
	color: #a5a5a5;
	text-decoration: line-through;
	white-space: nowrap;
	font-size: 12px;
}

.product-item-big-card .product-item-price-current,
.product-item-big-card .product-item-price-old {
	vertical-align: middle;
	line-height: 20px;
}

.product-item-big-card .product-item-price-container { margin: 0 0 10px; }

.product-item-big-card .product-item-price-current { font-size: 18px; }

.product-item-big-card .product-item-price-old { font-size: 15px; }

/*Info*/
.product-item-line-card .product-item-info-container { text-align: center; }

.product-item-info-container { margin-bottom: 8px; }

.product-item-info-container-title {
	color: #000;
	font-weight: bold;
	font-size: 13px;
}

.bx-no-touch .product-item-container .product-item-info-container.product-item-hidden {
	display: none;
	opacity: 0;
	transition: opacity 300ms ease;
}

.bx-touch .product-item-info-container.product-item-touch-hidden { display: none !important }

.bx-touch .product-item-info-container.product-item-hidden,
.bx-no-touch .product-item-container.hover .product-item-info-container.product-item-hidden,
.product-item-line-card .product-item-container .product-item-info-container.product-item-hidden {
	display: block;
	opacity: 1;
}

/*Amount*/
.product-item-amount {
	padding: 0 0 2px;
	text-align: center;
}

.product-item-amount-field-container { }

.product-item-amount-field-btn-plus,
.product-item-amount-field-btn-minus {
	position: relative;
	display: inline-block;
	min-width: 22px;
	height: 22px;
	border-radius: 2px;
	background-color: #f2f2f2;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	transition: background 300ms ease, opacity 300ms ease;
}

.bx-retina .product-item-amount-field-btn-plus,
.bx-retina .product-item-amount-field-btn-minus { border-width: .5px; }

.product-item-amount-field-btn-plus:hover,
.product-item-amount-field-btn-minus:hover { background: #d3d3d3; }

.product-item-amount-field-btn-plus:after,
.product-item-amount-field-btn-minus:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	opacity: .8;
	transition: opacity 300ms ease, background 300ms ease;
}

.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:after,
.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:after {
	opacity: .3 !important;
	cursor: default;
}

.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:hover,
.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:hover {
	background-color: #f2f2f2;
}

.product-item-amount-field-btn-plus:after {
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxwYXRoIGZpbGw9IiM1MjVDNjgiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE4LDEyIEwxOCwwIEwxMiwwIEwxMiwxMiBMMCwxMiBMMCwxOCBMMTIsMTggTDEyLDMwIEwxOCwzMCBMMTgsMTggTDMwLDE4IEwzMCwxMiBMMTgsMTIgWiIvPjwvc3ZnPg==) no-repeat center;
	background-size: 10px;
}

.product-item-amount-field-btn-minus:after {
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxyZWN0IHdpZHRoPSIzMCIgaGVpZ2h0PSI2IiB5PSIxMiIgZmlsbD0iIzUyNUM2OCIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+) no-repeat center;
	background-size: 10px;
}

.product-item-amount-field-btn-plus:hover:after,
.product-item-amount-field-btn-minus:hover:after { opacity: 1; }

.product-item-amount-field {
	display: inline-block;
	padding: 0;
	max-width: 50px;
	width: auto;
	height: 22px;
	border: 1px solid transparent;
	border-radius: 2px;
	background: transparent !important;
	color: #000;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	line-height: 22px;
	transition: border 300ms ease;
}

.bx-retina .product-item-amount-field { border-width: .5px; }

.product-item-amount-field:focus { outline: none !important; }

.bx-no-touch input.product-item-amount-field::-webkit-outer-spin-button,
.bx-no-touch input.product-item-amount-field::-webkit-inner-spin-button {
	margin: 0;
	-webkit-appearance: none;
	appearance: none
}

.product-item-amount-description-container {
	color: #a5a5a5;
	white-space: nowrap;
	font-size: 12px;
	display: block;
}

.product-item-big-card .product-item-amount-field-container { text-align: left; }

.product-item-amount-description-container strong {
	color: #333;
	white-space: nowrap;
}

.product-item-amount-label-container {
	margin: 5px 0;
	color: #a5a5a5;
	font-weight: bold;
	font-size: 12px;
}

/**/
.product-item-quantity {
	color: #333;
	font-weight: normal;
	font-size: 12px;
}

/*Properties */
.product-item-properties {
	display: block;
	overflow: hidden;
	margin: 0;
	color: #a5a5a5;
	font-size: 12px;
}

.product-item-properties dl { clear: both; }

.product-item-properties dt {
	float: left;
	clear: both;
	font-weight: normal;
}

.product-item-properties dd {
	float: right;
	margin-bottom: 3px;
	margin-left: 5px;
	color: #000;
}

/*Compare*/
.product-item-compare-container {
	position: relative;
	display: none;
	margin: 0 -15px;
	padding: 4px 15px;
	min-height: 30px;
	border-top: 1px solid #e6e6e6;
	background: #f3f3f3;
	box-shadow: inset 0 1px 1px 0 #eee;
	vertical-align: middle;
	font-size: 12px;
	line-height: 20px;
}

.product-item-line-card .product-item-compare-container {
	margin: 0;
	border: none;
	background-color: transparent;
	box-shadow: none;
	text-align: center;
}

.bx-touch .product-item-compare-container { display: none; }

.product-item-line-card .product-item-compare-container,
.product-item-container.hover .product-item-compare-container { display: block; }

.product-item-compare .checkbox {
	margin: 0;
	padding: 0;
}

/* SCU */
.product-item-scu-container { padding: 0 0 2px; }

.product-item-scu-container-title {
	color: #333;
	font-size: 12px;
}

.product-item-scu-block { }

.product-item-scu-list { margin: 0; }

.product-item-scu-item-list {
	overflow: hidden;
	margin: 0 0 0 -2px;
	padding: 0;
	list-style: none;
}

.product-item-scu-item-color-container,
.product-item-scu-item-text-container {
	/* float: left; */
	display: inline-block;
	box-sizing: border-box;
	padding: 5px 3px;
	max-width: 100%;
}

.product-item-scu-item-text-container { min-width: 32px; }

.product-item-scu-item-color-container {
	max-width: 38px;
	width: 25%;
}

.product-item-scu-item-color-block {
	position: relative;
	padding-top: 100%;
	outline: 1px solid #c0cfda;
	cursor: pointer;
}

.bx-no-touch .product-item-scu-item-color-block {
	transition: outline 200ms ease;
}

.bx-retina .product-item-scu-item-color-block { outline-width: .5px; }

.product-item-scu-item-color-container.selected .product-item-scu-item-color-block { outline-width: 2px; }

.bx-retina .product-item-scu-item.selected .product-item-scu-item-color-block { outline-width: 1px; }

.product-item-scu-item-color {
	position: absolute;
	top: 2px;
	right: 2px;
	bottom: 2px;
	left: 2px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.product-item-scu-item-text-block {
	position: relative;
	padding: 0 5px;
	outline: 1px solid #c0cfda;
	cursor: pointer;
}

.bx-no-touch .product-item-scu-item-text-block {
	transition: outline 300ms ease;
}

.bx-retina .product-item-scu-item-text-block { outline-width: .5px; }

.product-item-scu-item-text-container.selected .product-item-scu-item-text-block { outline-width: 2px; }

.bx-retina .product-item-scu-item.selected .product-item-scu-item-text-block { outline-width: 1px; }

.product-item-scu-item-text {
	overflow: hidden;
	max-width: 100%;
	vertical-align: middle;
	text-align: center;
	text-transform: uppercase;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 11px;
	line-height: 18px;
}

.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block,
.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block {
	position: relative;
	outline-color: #a9adb4 !important;
}

.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block:after,
.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block:after {
	position: absolute;
	top: -2px;
	right: -2px;
	bottom: -2px;
	left: -2px;
	background: rgba(255, 255, 255, 0.75) url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyNiIgdmlld0JveD0iMCAwIDI2IDI2Ij4gIDxwYXRoIGZpbGw9IiNBOUFEQjQiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE0LjM5MjEyNjgsMTMuMjMyMzAyOSBMMjUuOTkyLDEuNDE4IEwyNC42LDAgTDEyLjk5OTk5NTYsMTEuODE0NDM2NCBMMS40LDAgTDAuMDA5LDEuNDE5IEwxMS42MDc4Njg3LDEzLjIzMjI5NzUgTDAuNDczLDI0LjU3MyBMMS44NjUsMjUuOTkxIEwxMi45OTk5OTkzLDE0LjY1MDE2NDUgTDI0LjEzNCwyNS45OSBMMjUuNTI2LDI0LjU3MiBMMTQuMzkyMTI2OCwxMy4yMzIzMDI5IFoiLz48L3N2Zz4=) no-repeat center;
	background-size: 80% 80%;
	content: "";
}

@media (max-width: 991px) {
	.product-item-line-card .product-item-scu-container-title { text-align: center; }

	.product-item-line-card .product-item-scu-item-list { text-align: center; }

	.product-item-line-card .product-item-scu-item-color-container,
	.product-item-line-card .product-item-scu-item-text-container {
		display: inline-block;
		float: none;
	}
}

/*Description*/
.product-item-description-container { }

.product-item-description-container p {
	color: #575757;
	font-size: 13px;
}

/*Buttons*/
.product-item-button-container { text-align: center; }

.product-item-button-container .btn { margin-bottom: 2px; }

/*Stickers*/
.product-item-sticker,
.product-item-sticker-round { display: none; }

/*More*/
.product-item-more-container {
	position: relative;
	display: block;
	box-sizing: border-box;
	padding: 15px 15px 5px;
	width: 100%;
	border: 1px solid transparent;
	border-radius: 2px;
	transition: all 300ms ease;
}

.product-item-more-wrapper {
	position: relative;
	display: block;
	margin-bottom: 15px;
	padding-top: 116%;
	width: 100%;
}

.product-item-more {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: #f3f3f3 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjk3LjYxMyAyOTcuNjEzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjxjaXJjbGUgY3g9IjE1LjI3OSIgY3k9IjE0LjgzIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjU5LjMyIiBjeT0iNTkuNzY5IiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjU5LjMyIiBjeT0iMTQuODMiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTA0LjI2MSIgY3k9IjU5Ljc2OSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxMDQuMjYxIiBjeT0iMTAzLjgxIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjEwNC4yNjEiIGN5PSIxNC44MyIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iNTkuNzY5IiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjE0OC4zMDIiIGN5PSIxMDMuODEiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTQ4LjMwMiIgY3k9IjE0LjgzIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjE5Mi4zNDMiIGN5PSI1OS43NjkiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTkyLjM0MyIgY3k9IjEwMy44MSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxOTIuMzQzIiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxMDQuMjYxIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxOTIuMzQzIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSI1OS4zMiIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTA0LjI2MSIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTQ4LjMwMiIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTkyLjM0MyIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMjM4LjIzOCIgY3k9IjEwMy44MSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMzguMjM4IiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMzguMjM4IiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNS4yNzkiIGN5PSIyODIuNzgyIiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSI1OS4zMiIgY3k9IjI4Mi43ODIiIHI9IjE0LjgzMSIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjEwNC4yNjEiIGN5PSIyODIuNzgyIiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMjgyLjc4MiIgcj0iMTQuODMxIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMjgyLjMzNCIgY3k9IjE0Ny44NTIiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjwvc3ZnPg==) no-repeat center;
	background-size: 50%;
	opacity: .7;
	transition: opacity 300ms ease;
}

.bx-touch .product-item-more,
.product-item-container.hover .product-item-more { opacity: 1; }

.product-item-more-title {
	overflow: hidden;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.no-select {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

input[type='number'] {
	-moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}
/* End */


/* Start:/bitrix/templates/swebix-store/styles.css?1672748329236*/
@import url('/bitrix/templates/swebix-store/css/theme.css');
@import url('/bitrix/templates/swebix-store/css/uikit.min.css');

.uk-editor .uk-grid > div,
.uk-editor .uk-document-link,
.uk-editor .uk-card {
    border: 1px dashed #ddd;
}
/* End */
/* /bitrix/templates/swebix-store/css/theme.css?1672748329143578 */
/* /bitrix/templates/swebix-store/css/uikit.min.css?167274832999621 */
/* /bitrix/templates/swebix-store/components/bitrix/catalog.item/.default/style.css?167274833024418 */
/* /bitrix/templates/swebix-store/styles.css?1672748329236 */
