/*@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;700&display=swap');*/


@font-face {
    font-family: 'ubuntulight';
    src: url('../fonts/ubuntu-light.woff2') format('woff2'),
    url('../fonts/ubuntu-light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ubunturegular';
    src: url('../fonts/ubuntu-regular.woff2') format('woff2'),
    url('../fonts/ubuntu-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ubuntumedium';
    src: url('../fonts/ubuntu-medium.woff2') format('woff2'),
    url('../fonts/ubuntu-medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ubuntubold';
    src: url('../fonts/ubuntu-bold.woff2') format('woff2'),
    url('../fonts/ubuntu-bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}






a > span.uk-icon, a.uk-icon-button {
    display: block;
    width: 18px;
    height: 18px;
    background-image: url("../images/icon-settings.svg");
    background-size: cover;
    background-repeat: repeat;
    background-position: 50% 50%;
    transition: all .3s;
}

a > span.uk-icon:hover, a.uk-icon-button:hover {
    background-image: url("../images/icon-settings-hover.svg");
    transition: all .3s;
}

.uk-edit {
    z-index: 11;
}

#app-eShop  {
    min-width: 320px;
    width: 100%;
    overflow: hidden;
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
}

header {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-order: 1;
    background-color: #fff;
    box-shadow: 1px 2px 9px rgba(126, 126, 126, 0.25);
    z-index: 3;
}

#main-wrapper {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-order: 2;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-grow: 1;
}

footer {
    width: 100%;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    -webkit-order: 3;
    background-color: #08A3A3;
    margin-top: 80px;
}

body {
    font-family: 'ubuntulight', sans-serif !important;
    margin: 0;
    padding: 0;
    color: #343A40;
    background: #F8F8F8;
}

body a {
    transition: color .3s;
}

body a, body button {
    outline: none;
}

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

.uk-hidden {
    visibility: hidden;
}

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

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


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

.uk-display-inline-block {
    display: inline-block;
}

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

.uk-flex {
    display: flex;
}

.uk-flex-center {
    justify-content: center;
}

.uk-flex-middle {
    align-items: center;
}

.uk-flex-between {
    justify-content: space-between;
}

.uk-flex-left {
    justify-content: flex-start;
}

.uk-flex-right {
    justify-content: flex-end;
}

.uk-flex-column {
    flex-direction: column;
}

.uk-flex-inline {
    display: inline-flex;
}

.uk-flex-wrap {
    flex-wrap: wrap;
}

.uk-flex-wrap-stretch {
    align-content: stretch;
}

.uk-flex-top {
    align-items: flex-start !important;
}

.uk-flex-bottom {
    align-items: flex-end;
}

.uk-flex-top {
    align-items: flex-start;
}

.uk-flex-1 {
    flex: 1;
}

.uk-grid {
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
}

.uk-grid > * {
    box-sizing: border-box;
    padding-left: 20px;
}

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

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

.uk-child-width-1-3 > * {
    width: calc(100% * 1 / 3.001);
    padding-left: 20px;
}

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

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

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

.uk-child-width-1-7 > * {
    width: 14.2857%;
}

.uk-width-1-1 {
    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-auto {
    width: auto;
}

.uk-width-expand {
    flex: 1;
    min-width: 1px;
}

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

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

.uk-width-3-4 {
    width: 75%;
}

.uk-width-2-5 {
    width: 40%;
}

.uk-width-3-5 {
    width: 60%;
}

.uk-width-4-5 {
    width: 80%;
}

.uk-width-small {
    width: 300px;
}

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

.uk-height-1-1 {
    height: 100%;
    box-sizing: border-box;
}

.uk-grid-collapse.uk-grid {
    margin-left: 0;
}

.uk-grid-collapse.uk-grid > * {
    padding-left: 0;
}


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

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

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

.uk-navbar-item {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

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

.uk-navbar-nav > li > a,
.uk-navbar-nav > li > span {
    font-family: 'ubuntulight', sans-serif;
    font-weight: 400;
    font-size: .875em;
    color: #343A40;
    transition: all .3s;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.25em;
    position: relative;
    text-transform: uppercase;
}

.uk-navbar-nav > li {
    margin-left: 40px;
}

.uk-navbar-nav > li:first-child {
    margin-left: 0;
}

.uk-navbar-nav > li > a:hover {
    color: #08A3A3;
}

.uk-navbar-nav > li.uk-active > span {
    font-weight: 700;
    color: #08A3A3;
}

.uk-navbar-nav > li img {
    width: 25px;
    margin-right: 5px;
}

.uk-drop {
    display: none;
    position: absolute;
    z-index: 1020;
    box-sizing: border-box;
    width: 192.22px;
    background: #EDEDED;
    border-radius: 0 0 5px 5px;
    padding: 0 10px 10px;
}

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

.uk-tel-drop .uk-drop {
    padding-right: 21px;
}

.uk-lang .uk-drop {
    padding: 0 10px 12px 10px;
}

.uk-dropdown {
    display: none;
    position: absolute;
    z-index: 1020;
    box-sizing: border-box;
    min-width: 170px;
    max-width: 170vw;
    padding: 0 20px 10px;
    background: #fff;
    box-shadow: 1px 9px 9px rgba(126, 126, 126, 0.25);
    border-radius: 0 0 10px 10px;
}

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

.uk-grid-margin {
    margin-top: 20px;
}

p {
    margin: 5px 0;
    line-height: 1.25em;
}

body a {
    text-decoration: none;
}

.uk-position-top-right {
    position: absolute;
    top: 0;
    right: 0;
}

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

.uk-position-cover {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

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

.uk-position-z-index {
    z-index: 1;
}

.uk-navbar-right {
    margin-left: auto;
}

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

.uk-slider-container-offset {
    padding: 25px 25px;
}

.uk-flex-nowrap {
    flex-wrap: nowrap;
}

.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 > * {
    flex: none;
    max-width: 100%;
    position: relative;
    touch-action: pan-y;
}

.uk-slider .uk-slider-nav {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 100px;
    margin: 0;
}

.uk-slider-nav > li > a {
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: transparent;
    margin-right: 10px;
    padding: 0;
    position: relative;
    border: 1px solid rgba(52, 58, 64, 0.6);
}

.uk-slider-nav > li:first-child > a {
    margin-left: 10px;
}

.uk-slider-nav > li.uk-active > a:before {
    display: block;
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #08A3A3;
}

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

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

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

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

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

.uk-offcanvas-bar-animation {
    transition: left .3s ease-out;
}

.uk-open > .uk-offcanvas-bar {
    left: 0;
}

.uk-offcanvas-close:not(.uk-btn) {
    position: absolute;
    top: 0;
    right: 0;
    padding: 20px;
    z-index: 1;
}

.uk-navbar-right .uk-offcanvas {
    margin-left: 0;
}

.uk-offcanvas-bar .uk-navbar-nav {
    flex-direction: column;
}

.uk-offcanvas-bar .uk-navbar-nav > li {
    padding: 10px 0;
}

.uk-offcanvas-bar .uk-navbar-nav > li > a, .uk-offcanvas-bar .uk-navbar-nav > li > span {
    font-weight: 400;
    font-size: 1em;
    color: #fff;
}

.uk-offcanvas-bar .uk-navbar-nav > li.uk-active > span {
    color: #02cdea;
}

.uk-breadcrumbs {
    margin: 16px 0 50px;
    background: #fff;
    box-shadow: 1px 2px 9px rgba(126, 126, 126, 0.25);
}

.uk-page-breadcrumbs {
    padding: 7px;
    border-top: 1px solid #E2E2E2;
}

.uk-breadcrumb {
    flex-wrap: wrap;
    margin: 0;
}

ul.uk-breadcrumb > li > * {
    font-family: 'ubunturegular', sans-serif;
    font-size: .875em;
    color: rgba(52, 58, 64, 0.5);
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1.25em;
}

ul.uk-breadcrumb > li > span {
    color: #343A40;
}

ul.uk-breadcrumb > li > a:hover {
    color: #343A40;
}

ul.uk-breadcrumb > li:before {
    display: inline-block;
    content: '|';
    margin: 0 5px;
    font-family: 'ubunturegular', sans-serif;
    font-size: .875em;
    color: rgba(52, 58, 64, 0.5);
}

ul.uk-breadcrumb > li:first-child:before {
    display: none;
}


.uk-invisible {
    visibility: hidden !important;
}

[hidden], .uk-hidden {
    display: none !important;
}

body input {
    outline: none;
    border: none;
    box-sizing: border-box;
}

input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

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

input[type="number"]:hover, input[type="number"]:focus {
    -moz-appearance: number-input
}

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

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

.uk-modal {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 111111;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 40px;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity .15s linear;
}

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

.uk-modal.uk-flex.uk-open {
    display: block;
}

.uk-modal-dialog {
    position: relative;
    box-sizing: border-box;
    margin: 0 auto;
    width: 370px;
    max-width: calc(100% - 0.01px) !important;
    opacity: 0;
    transform: translateY(-100px);
    transition: .3s linear;
    transition-property: opacity, transform;
    box-shadow: 6.65526px 67.6735px 80px rgba(3, 109, 109, 0.07), 1.33105px 13.5347px 13px rgba(3, 109, 109, 0.035);
    border-radius: 5px;
    overflow: hidden;
    background-color: #fff;
    padding: 30px 70px;
}

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

.uk-modal-close, .uk-btn-modal-close, .uk-modal-close-default, .uk-offcanvas-close:not(.uk-btn) {
    position: absolute;
    right: 22px;
    top: 22px;
    z-index: 1;
    width: 16px;
    height: 16px;
    background-image: url("../images/icons/icon-close.svg");
    opacity: 1;
    transition: all .3s;
    padding: 0;
}

body .uk-offcanvas-close:not(.uk-btn) {
    top: 11px;
    right: auto;
    left: 262px;
    width: 27px;
    height: 28px;
    background-color: #fff;
    box-shadow: 1px 2px 9px rgba(126, 126, 126, 0.25);
    border-radius: 5px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 40%;
    opacity: .7;
}

.uk-modal-close-default:hover {
    opacity: .7;
}

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

button {
    padding: 0;
    border: none;
    background-color: transparent;
    cursor: pointer;
}

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

body .uk-btn-menu, .uk-search-mb .uk-btn-search {
    width: 31px;
    height: 31px;
    border-radius: 5px;
    background-color: #EDEDED;
}

.uk-btn-menu span,
body .uk-btn-menu:before,
body .uk-btn-menu:after {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 1.5px;
    width: 17px;
    border-radius: 50px;
    background-color: #343A40;
}

body .uk-btn-menu:before,
body .uk-btn-menu:after {
    display: block;
    content: "";
}

body .uk-btn-menu:before {
    margin-top: -4px;
}

body .uk-btn-menu:after {
    margin-top: 4px;
}

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

.uk-slider-front {
    border-radius: 5px;
    /*max-width: 67.5%;*/
}

.uk-slider-box {
    margin-top: 27px;
    margin-bottom: 90px;
    min-height: 575px;
}

.uk-slider-box picture {
    display: flex;
    height: 100%;
}

.uk-banner-slider img {
    object-fit: cover;
    height: 278px;
}

.uk-banner-slider > div {
    margin-left: 19px;
    border-radius: 5px;
    overflow: hidden;
}

.uk-slider-title {
    font-family: 'ubuntubold', sans-serif;
    font-size: 3em;
    color: #343A40;
    margin: 0;
    line-height: 1.25em;
}

.uk-slider-sub-title {
    font-family: 'ubuntubold', sans-serif;
    font-size: 2em;
    color: #343A40;
    padding: 30px 0;
}

.uk-slider-content {
    font-family: 'ubunturegular', sans-serif;
    font-size: 1.125em;
    color: #343A40;
}

.uk-slide-nav.uk-invisible {
    visibility: visible !important;
    cursor: default;
}

.uk-slideshow-prev svg, .uk-slider-prev svg {
    transform: scale(-1);
}

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

.uk-dotnav > .uk-active > *:before {
    display: block;
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #08A3A3;
}

.uk-dotnav > * > * {
    display: block;
    box-sizing: border-box;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid #fff;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    transition: .2s ease-in-out;
    transition-property: background-color;
    position: relative;
}

.uk-dotnav {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: -10px;
    margin-bottom: 40px;
}

.uk-slider-items.uk-grid {
    flex-wrap: nowrap;
}

.uk-position-bottom-right {
    right: 0;
    bottom: 0;
}

.uk-position-bottom-left {
    left: 0;
    bottom: 0;
}

.uk-position-fixed {
    position: fixed;
}

.uk-position-bottom {
    bottom: 0;
    left: 0;
    right: 0;
}

.uk-prod-fix-panel+.uk-sticky-placeholder {
    display: none !important;
}

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

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

.uk-seo-text h1 {
    font-family: 'ubuntubold', sans-serif;
    font-size: 3em;
    color: #08A3A3;
    line-height: 1.25em;
    margin: 0;
    padding-bottom: 30px;
}

.uk-seo-text h2 {
    font-family: 'ubuntumedium', sans-serif;
    font-size: 2em;
    color: #08A3A3;
    line-height: 1.25em;
    margin: 0;
    padding: 40px 0 20px 0;
}

.uk-seo-text h3 {
    font-family: 'ubuntubold', sans-serif;
    font-size: 1.5em;
    color: #08A3A3;
    line-height: 1.25em;
    margin: 0;
    padding: 20px 0;
    text-transform: uppercase;
}

.uk-seo-text p {
    font-size: 1.063em;
    color: rgba(52, 58, 64, 0.7);
    line-height: 1.25em;
    margin: 10px 0;
}

.uk-seo-text a+a{
    display: inline-block;
}


.uk-seo-text ul:not(.uk-short), .uk-seo-text ol:not(.uk-short) {
    margin: 10px 0 20px;
    padding-left: 30px;
    list-style: none;
}

.uk-seo-text ul:not(.uk-short) li, .uk-seo-text ol:not(.uk-short) li {
    padding-left: 30px;
    position: relative;
    font-size: .938em;
    color: rgba(52, 58, 64, 0.7);
    margin: 7px 0;
}

.uk-seo-text ul:not(.uk-short) li:before {
    display: block;
    content: "";
    position: absolute;
    left: 5px;
    top: 4px;
    width: 10px;
    height: 10px;
    background: #08A3A3;
    box-shadow: 1px 2px 9px rgba(126, 126, 126, 0.25);
    border-radius: 2px;
}

.uk-seo-text .shortcut-products ul.uk-slider-nav li:before {
    display: none;
}

.uk-seo-text ol:not(.uk-short) {
    counter-reset: heading;
}

.uk-seo-text ol:not(.uk-short) li:before {
    display: flex;
    counter-increment: heading;
    content: counter(heading);
    position: absolute;
    left: 0;
    top: 2px;
    width: 16px;
    height: 14px;
    z-index: 1;
    font-family: 'ubuntubold', sans-serif;
    font-size: .938em;
    color: #08A3A3;
    line-height: 1em;
    justify-content: flex-end;
    align-items: center;
}

.uk-seo-text ol:not(.uk-short) li:after {
    display: block;
    content: "";
    position: absolute;
    left: 16px;
    top: 12px;
    width: 2px;
    height: 2px;
    background: #343A40;
    border-radius: 50%;
}

blockquote {
    background-color: rgba(255, 255, 255, .1);
    border-radius: 25px;
    padding: 20px 40px;
    margin: 20px 0;
    position: relative;
}

blockquote:before {
    display: block;
    content: "\201C";
    position: absolute;
    left: 20px;
    top: 33px;
    font-size: 2em;
    color: #fff;
    line-height: 0;
}

blockquote:after {
    display: block;
    content: "\201D";
    position: absolute;
    right: 20px;
    bottom: 16px;
    font-size: 2em;
    color: #fff;
    line-height: 0;
}

.uk-seo-text blockquote p {
    margin: 0;
}

.uk-margin-remove {
    margin: 0;
}

.uk-margin-auto {
    margin: 0 auto;
}

body .uk-padding-remove {
    padding: 0;
}

[class*=uk-position-center-left], [class*=uk-position-center-right] {
    top: calc(50% - var(--uk-position-margin-offset));
    --uk-position-translate-y: -50%;
    transform: translate(0, var(--uk-position-translate-y));
}

.uk-position-bottom-center, .uk-position-top-center {
    left: calc(50% - var(--uk-position-margin-offset));
    --uk-position-translate-x: -50%;
    transform: translate(var(--uk-position-translate-x), 0);
    width: max-content;
}

.uk-position-center {
    top: calc(50% - var(--uk-position-margin-offset));
    left: calc(50% - var(--uk-position-margin-offset));
    --uk-position-translate-x: -50%;
    --uk-position-translate-y: -50%;
    transform: translate(var(--uk-position-translate-x), var(--uk-position-translate-y));
    width: max-content;
}

.uk-position-top-center {
    top: 0;
}

.uk-position-bottom-center {
    bottom: 0;
}

.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-small {
    margin: 15px;
    --uk-position-margin-offset: 15px;
}

:root {
    --uk-position-margin-offset: 0px;
}

[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: calc(100% - (var(--uk-position-margin-offset) * 2));
    box-sizing: border-box;
}

:where(.uk-transition-fade), :where([class*=uk-transition-scale]), :where([class*=uk-transition-slide]) {
    --uk-position-translate-x: 0;
    --uk-position-translate-y: 0;
}

.uk-transition-fade, [class*=uk-transition-scale], [class*=uk-transition-slide] {
    --uk-translate-x: 0;
    --uk-translate-y: 0;
    --uk-scale-x: 1;
    --uk-scale-y: 1;
    transform: translate(var(--uk-position-translate-x), var(--uk-position-translate-y)) translate(var(--uk-translate-x), var(--uk-translate-y)) scale(var(--uk-scale-x), var(--uk-scale-y));
    transition: .3s ease-out;
    transition-property: opacity, transform, filter;
    opacity: 0;
}

.uk-transition-slide-left {
    --uk-translate-x: -100%;
}

.uk-transition-slide-right {
    --uk-translate-x: 100%;
}

.uk-transition-active.uk-active [class*=uk-transition-slide], .uk-transition-toggle [class*=uk-transition-slide]:focus-within, .uk-transition-toggle:focus [class*=uk-transition-slide], .uk-transition-toggle:hover [class*=uk-transition-slide] {
    --uk-translate-x: 0;
    --uk-translate-y: 0;
    opacity: 1;
}

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

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

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

.uk-position-right {
    top: 0;
    bottom: 0;
    right: 0;
}

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

[class*=uk-animation-] {
    animation: .5s ease-out both;
}

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

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

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

.uk-animation-fade {
    animation-name: uk-fade;
}

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

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

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

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


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

.uk-ajax-spinner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

svg {
    max-width: 100%;
    height: auto;
    box-sizing: border-box;
}

.uk-icon > * {
    transform: translate(0, 0);
}

.uk-spinner {
    display: flex;
    align-items: center;
}

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

svg:not(:root) {
    overflow: hidden;
}

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

.uk-spinner svg {
    color: #fff;
}

.uk-icon:not(.uk-preserve) [stroke*='#']:not(.uk-preserve) {
    stroke: currentcolor;
}

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

@keyframes uk-spinner-dash {
    0% {
        stroke-dashoffset: 88px;
    }
    50% {
        stroke-dashoffset: 22px;
        transform: rotate(135deg);
    }
    100% {
        stroke-dashoffset: 88px;
        transform: rotate(450deg);
    }
}

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


.uk-navbar {
    padding: 17px 0;
}

.uk-form-search {
    padding: 0 15px;
}

.uk-form-search form {
    width: 655px;
}

.uk-form-search .uk-button-group {
    box-shadow: 1px 2px 9px rgba(126, 126, 126, 0.25);
    border: 1px solid #E2E2E2;
    border-radius: 5px;
}

.uk-form-search .uk-button-group img {
    margin-left: 19px;
    margin-top: 16px;
}

.uk-form-search .uk-search-input {
    height: 47px;
    font-family: 'ubunturegular', sans-serif;
    font-size: .875em;
    color: #343A40;
    padding: 0 140px 0 50px;
    background: #fff;
    border-radius: 5px;
    box-sizing: border-box;
    margin: 0;
}

.uk-form-search .uk-search-input::placeholder {
    color: rgba(52, 58, 64, 0.6);
}

.uk-form-search .uk-search-input:focus::placeholder {
    color: transparent;
}

.uk-form-search .uk-search-button {
    min-width: 122px;
    padding: 0 15px;
    background-color: #08A3A3;
    border-radius: 5px;
    font-family: 'ubuntumedium', sans-serif;
    font-size: .875em;
    color: #fff;
    line-height: 47px;
    border: none;
    cursor: pointer;
    transition: all .3s;
    margin: 0;
}

.uk-form-search .uk-search-button:hover {
    background-color: #016C6C;
}

.ajax-load-search:before, .pagination-load-more .load:before {
    display: block;
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 45px;
    height: 45px;
    background-image: url("../images/icons/icon-load.svg");
}

.pagination-load-more .load {
    color: transparent;
}

.uk-form-search .uk-search-button.ajax-load-search {
    color: #08A3A3;
}

.uk-search-results-items {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    border-radius: 0 0 5px 5px;
    background-color: #fff;
    margin-top: -3px;
    box-shadow: 1px 2px 9px rgba(126, 126, 126, 0.25);
}

.products-search {
    max-height: 475px;
    margin: 0 3px;
}

.uk-search-results-items > div {
    padding: 3px 16px;
    margin: 0 3px;
}

.uk-search-results-items > div.uk-search-not-found {
    padding: 20px 25px;
}

.product-item-card {
    padding-top: 12px;
    padding-bottom: 12px;
    border-top: 1px solid #E2E2E2;
}

.products-search > div:first-child .product-item-card {
    border: none;
}

.product-title {
    padding-left: 12px;
}

.product-title a {
    font-weight: 400;
    color: #343A40;
}

.product-title a:hover {
    color: #08A3A3;
}

.product-price {
    width: 100px;
}

.price-current {
    font-weight: 500;
    font-size: 1.25em;
    color: #08A3A3;
}

.price-current span {
    font-weight: 300;
    color: #343A40;
    font-size: .625em;
}

.price-old {
    font-weight: 400;
    font-size: .875em;
    color: rgba(52, 58, 64, .4);
    text-decoration: line-through;
    position: absolute;
    top: 100%;
    left: 0;
}

.uk-more-shop {
    padding: 20px 0;
}

.uk-more-shop a {
    font-weight: 500;
    font-size: .875em;
    color: #08A3A3;
}

.uk-more-shop a:hover {
    text-decoration: underline;
}

.uk-logo img {
    height: 62px;
}

header .uk-logo {
    justify-content: flex-start;
}

.uk-navbar-right > div {
    margin-left: 15px;
}

.uk-tel {
    padding: 10px 9px 10px 13px;
    background: #EDEDED;
    border-radius: 5px;
    min-width: 167px;
    min-height: 49px;
    box-sizing: border-box;
}

.uk-tel[aria-expanded="true"], .uk-lang button[aria-expanded="true"] {
    border-radius: 5px 5px 0 0;
}

.uk-tel .uk-tel-link, .uk-drop a {
    font-weight: 500;
    font-size: .875em;
    color: #343A40;
}

.uk-tel .uk-tel-link:hover, .uk-drop a:hover {
    color: #08A3A3;
}

.uk-tel img {
    margin-right: 9px;
}

.uk-working-hours {
    font-size: .625em;
    color: #343A40;
}

.uk-working-hours b {
    font-weight: 500;
}

.uk-lang button {
    line-height: 49px;
    background: #EDEDED;
    border-radius: 5px;
    font-family: 'ubunturegular', sans-serif;
    font-size: .875em;
    color: #343A40;
    padding: 0 7px 0 10px;
}

.uk-tel svg, .uk-lang svg {
    margin-left: 2px;
    fill: #343A40;
}

.uk-tel[aria-expanded="true"] svg, .uk-lang button[aria-expanded="true"] svg {
    transform: scale(-1);
}

.uk-lang .uk-drop {
    width: 47px;
}

.uk-lang .uk-drop a {
    font-weight: 400;
    display: flex;
    justify-content: flex-start;
}

.uk-basket-box {
    min-height: 49px;
    min-width: 47px;
}

.uk-auth > *, .uk-basket-box > * > * {
    min-height: 49px;
    min-width: 47px;
    background: #EDEDED;
    border-radius: 5px;
}

.uk-auth > span, .uk-auth.uk-auth-user > * {
    background-color: #08A3A3;
}

.uk-auth > span svg path, .uk-auth a:hover svg path, .uk-auth.uk-auth-user > * svg path {
    fill: #fff;
}

.uk-basket-box span:not(.empty) {
    position: absolute;
    top: -10px;
    right: -10px;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    background: #FF4545;
    border-radius: 3px;
    box-sizing: border-box;
    font-weight: 500;
    font-size: .875em;
    color: #fff;
}

.uk-basket-box > * > a {
    background-color: #08A3A3;
}

.uk-basket-box > * > a:hover, .uk-basket-box > * > div, .uk-auth > a:hover, .uk-auth.uk-auth-user > span {
    background-color: #016C6C;
}

.uk-nav-top {
    padding: 11px 0;
    border-bottom: 1px solid #E2E2E2;
    z-index: 2;
    height: 84px;
    box-sizing: border-box;
}

body .uk-btn-catalog {
    line-height: 48px;
    border: none;
    background-color: #FF4545;
    font-family: 'ubuntubold', sans-serif;
    font-size: 1em;
    color: #fff;
    position: relative;
    z-index: 1022;
    cursor: pointer;
    width: 288px;
    box-shadow: 1px 2px 9px rgba(126, 126, 126, 0.25);
    border-radius: 5px;
}

body .uk-btn-catalog img {
    margin-right: 10px;
}

.uk-drop-catalog {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    margin-top: -17px;
    background-color: #fff;
    z-index: 1021;
    height: 479px;
    width: 288px;
    padding: 31px 3px 14px 3px;
    box-shadow: 1px 2px 9px rgba(126, 126, 126, 0.25);
    border-radius: 0 0 5px 5px;
    box-sizing: border-box;
}

.uk-catalog-menu.open .uk-drop-catalog {
    display: block;
}

.uk-drop-catalog-list {
    height: 434px;
    padding: 0 17px;
}

.uk-drop-catalog ul > li > * {
    font-weight: 400;
    font-size: .875em;
    color: #343A40;
    height: 62px;
    padding: 0 20px 0 0;
    justify-content: flex-start;
    border-bottom: 1px solid #E2E2E2;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    box-sizing: border-box;
}

.uk-drop-catalog ul > li:last-of-type > * {
    border-bottom: none;
}

.uk-drop-catalog ul > li > .level-item-1:hover, .uk-drop-catalog ul > li > .level-item-1.uk-hover {
    color: #08A3A3;
}

.uk-drop-catalog ul > li svg {
    position: absolute;
    top: 50%;
    right: 6px;
    transform: rotate(-90deg) translateY(-50%);
    fill-opacity: .25;
}

.uk-drop-catalog ul > li .level-item-1.uk-hover svg {
    fill: #08A3A3;
    fill-opacity: 1;
}

.uk-children-body {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    right: 0;
    padding-right: 3px;
    padding-left: 291px;
    height: 462px;
    box-shadow: 1px 9px 9px rgba(126, 126, 126, 0.25);
    border-radius: 0 0 5px 5px;
    z-index: 1020;
    background-color: #fff;
    box-sizing: border-box;
}

.uk-children-body.uk-hover {
    display: block;
}

.uk-children-body:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 10px;
    box-shadow: inset 0 11px 10px -9px rgba(126, 126, 126, 0.25);
}

.uk-children-body:after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 30px;
    background: linear-gradient(to top, #fff, rgba(255, 255, 255, 0));
    border-radius: 0 0 5px 5px;
}

.uk-children {
    height: 462px;
    padding: 30px 47px;
    box-sizing: border-box;
    align-content: flex-start;
}


.uk-children > li {
    width: 25%;
    margin-bottom: 30px;
}

.uk-children a, .uk-children span {
    display: flex;
    justify-content: flex-start;
    padding: 0;
    margin: 0 0 10px 0;
}

.uk-children .level-item-2 {
    font-weight: 400;
    font-size: .875em;
    color: #343A40;
    text-transform: uppercase;
}

.uk-children .level-item-3 {
    font-size: .875em;
    color: #343A40;
}

.uk-children a:hover {
    color: #08A3A3;
}

ul > li a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.uk-seo-text ul > li a:not(.uk-accordion-title) {
    display: inline-flex;
}

.uk-socials a {
    margin-left: 15px;
    border: 1px solid #08A3A3;
    width: 42px;
    height: 42px;
    border-radius: 50%;
}

.uk-socials a:first-child {
    margin: 0;
}

.uk-socials a:hover {
    border-color: #E5E5E5;
    background: #016C6C;
}

.uk-socials a.uk-social-in:hover {
    background: radial-gradient(127.77% 127.77% at 14.93% 100.35%, #FFB140 0%, #FF5445 25.59%, #FC2B82 59.9%, #8E40B7 100%), #FFFFFF;
}

.uk-socials a.uk-social-fb:hover {
    background: #4267B2;
}

.uk-socials a.uk-social-vb:hover {
    background: #7F4DA0;
}

.uk-socials a.uk-social-vb:hover svg path:not(:first-child) {
    fill: #7F4DA0;
}

.uk-socials a.uk-social-tm:hover {
    background: linear-gradient(180deg, #41BCE7 0%, #22A6DC 99.64%), #FFFFFF;
}

.uk-socials a:hover svg path {
    fill: #fff;
}


.uk-h1 {
    font-family: 'ubuntubold', sans-serif;
    font-size: 2em;
    color: #08A3A3;
    line-height: 1.25em;
    padding: 5px 0;
    margin: 0;
}

.uk-h2 {
    font-family: 'ubuntubold', sans-serif;
    font-size: 1.5em;
    color: #08A3A3;
    padding-bottom: 20px;
    line-height: 1.25em;
    margin: 0;
}

.products-list .uk-container, .uk-brand-slide .uk-container {
    max-width: 1680px;
}

.products-list .uk-slider, .uk-brand-slide .uk-slider {
    padding-left: 80px;
    padding-right: 80px;
}


/*.products-list .uk-slider-items.uk-transition > *, .uk-brand-slide .uk-slider-items.uk-transition > * {*/
/*opacity: 1!important;*/
/*}*/

/*.products-list .uk-slider-items > *:before {*/
/*content: "";*/
/*position: absolute;*/
/*left: 0;*/
/*top: 0;*/
/*right: 0;*/
/*bottom: 0;*/
/*background-color: #F8F8F8;*/
/*z-index: 1;*/
/*display: flex;*/
/*align-items: center;*/
/*justify-content: center;*/
/*}*/

/*.products-list .uk-slider-items > *.uk-active:before {*/
/*z-index: -1;*/
/*}*/

.products-list .uk-slider-items > *.opacity {
    opacity: 1 !important;
}

.products-list .uk-slider-items > *.uk-active, .uk-brand-slide .uk-slider-items > *.uk-active {
    opacity: 1;
}

.products-list .uk-slider-items > *, .uk-brand-slide .uk-slider-items > * {
    opacity: 0;
}

.products-list .uk-h2, .uk-brand-slide .uk-h2 {
    padding-left: 80px;
    padding-right: 80px;
}

.uk-view-list .uk-slider {
    padding-bottom: 150px;
}

.products-list {
    max-width: 1680px;
    margin: 0 auto;
}

.uk-product-item-card {
    background: #fff;
    border-radius: 5px;
    transition: all .3s;
}

.uk-product-item-card:hover {
    box-shadow: 6.65526px 67.6735px 80px rgba(3, 109, 109, 0.07), 1.33105px 13.5347px 13px rgba(3, 109, 109, 0.035);
}

.uk-product-preview-image {
    height: 288px;
}

.uk-product-preview-image picture img {
    object-fit: contain;
    height: 235px;
}

.uk-product-preview-image .uk-icon-zoom {
    position: absolute;
    bottom: 16px;
    left: 16px;
    opacity: .4;
    transition: all .3s;
    z-index: 1;
}

.uk-product-preview-image .uk-icon-zoom:hover {
    opacity: .8;
}

.uk-percent {
    width: 45px;
    height: 45px;
    background-image: url("../images/icons/icon-persent.svg");
    font-weight: 500;
    font-size: .875em;
    color: #fff;
}

.uk-teaser-marks {
    position: absolute;
    top: 16px;
    left: 16px;
    width: 53px;
}

.uk-param-mark>div, .uk-percent, .uk-product-page-marks>* {
    margin-bottom: 7px;
    margin-left: auto;
    margin-right: auto;
}

.uk-teaser-marks .product-marks  img {
    height: auto;
}

.uk-product-page-marks {
    width: 53px;
    text-align: center;
}

/*.uk-percent {*/
/*position: absolute;*/
/*top: 16px;*/
/*left: 16px;*/
/*width: 36px;*/
/*height: 36px;*/
/*border-radius: 5px;*/
/*background-color: #FF4545;*/
/*font-weight: 500;*/
/*font-size: .875em;*/
/*color: #fff;*/
/*}*/

/*.uk-percent:before {*/
/*display: block;*/
/*content: "";*/
/*position: absolute;*/
/*left: 0;*/
/*top: 0;*/
/*right: 0;*/
/*bottom: 0;*/
/*transform: rotate(45deg);*/
/*border-radius: 5px;*/
/*background-color: #FF4545;*/
/*z-index: -1;*/
/*}*/

.uk-product-card-button {
    padding: 0 15px 12px 15px;
}


.uk-product-purchase-quantity {
    padding-top: 30px;
}

.uk-input-number-counter-box {
    margin-right: 18px;
}

.uk-input-number-counter-box button, .uk-input-number-counter-box a {
    width: 37px;
    height: 39px;
    font-family: "ubuntulight", sans-serif;
    font-size: 1.5em;
    color: #343A40;
    border-radius: 10px;
    background-color: #EDEDED;
    transition: all .3s;
}

.uk-input-number-counter-box button svg {
    fill: #343A40;
}

.uk-input-number-counter-box button:hover, .uk-input-number-counter-box a:hover {
    background-color: #08A3A3;
    color: #fff;
}

.uk-input-number-counter-box button:hover svg {
    fill: #fff;
}

.uk-input-number-counter-box button[disabled] svg {
    opacity: .5;
}

.uk-input-number-counter-box button[disabled] {
    color: rgba(52, 58, 64, 0.5);
    cursor: default;
}

.uk-input-number-counter-box button[disabled]:hover svg {
    fill: #343A40;
}

.uk-input-number-counter-box button[disabled]:hover {
    background-color: #EDEDED;
    color: rgba(52, 58, 64, 0.5);
}

.uk-input-number-counter-box input {
    width: 29px;
    height: 39px;
    font-family: "ubuntulight", sans-serif;
    font-size: 1.5em;
    color: #343A40;
    background-color: transparent;
    padding: 0;
}

.checkout-products-list .uk-input-number-counter-box input {
    width: 50px;
}

.uk-btn {
    line-height: 39px;
    background-color: #08A3A3;
    border-radius: 10px;
    min-width: 100px;
    font-family: "ubuntumedium", sans-serif;
    font-size: .875em;
    color: #fff;
    border: 1px #08A3A3 solid;
    transition: all .3s;
    margin: 0;
    padding: 0 10px;
    white-space: nowrap;
}

.uk-btn:hover {
    background-color: #016C6C;
    border-color: #016C6C;
}

.uk-product-title a {
    font-family: 'ubuntumedium', sans-serif;
    font-size: .875em;
    color: #343A40;
    line-height: 1.25em;
}

.uk-product-title a:hover {
    color: #016C6C;
}

.uk-price-current {
    font-weight: 500;
    font-size: 1.5em;
    color: #08A3A3;
    line-height: .75em;
}

.uk-price-current span {
    font-weight: 300;
    color: #343A40;
    font-size: .625em;
}

.uk-price-old {
    /*position: absolute;*/
    /*right: 100%;*/
    /*bottom: 2px;*/
    padding: 0 10px;
    text-decoration-line: line-through;
    color: rgba(52, 58, 64, .4);
}

.uk-product-price {
    padding-top: 30px;
}

.uk-product-review svg {
    width: 126px;
    height: 22px;
    fill: #fff;
}

.uk-product-review-rate {
    overflow: hidden;
}

.uk-product-review-rate svg {
    fill: #FFB342;
}

.uk-block-slide {
    padding-top: 100px;
}

.advantage-body .uk-grid {
    margin-left: -25px;
}

.advantage-body .uk-grid > * {
    padding-left: 25px;
}

.uk-item-block {
    padding: 25px;
    background: #fff;
    box-shadow: 1px 2px 9px rgba(126, 126, 126, 0.25);
    border-radius: 5px;
    min-height: 139px;
    transition: all .3s;
    box-sizing: border-box;
}

.uk-item-block:hover {
    box-shadow: 6.65526px 67.6735px 80px rgba(3, 109, 109, 0.07), 1.33105px 13.5347px 13px rgba(3, 109, 109, 0.035);
}

.uk-advantage-item-icon {
    width: 88px;
    height: 88px;
    border-radius: 50%;
    background-color: #08A3A3;
    margin-right: 17px;
    border: 1px solid #E5E5E5;
}

.uk-item-block-title {
    font-weight: 500;
    font-size: 1em;
    line-height: 1.25em;
    padding-bottom: 5px;
}

.uk-item-block-title a {
    color: #343A40;
}

.uk-item-block-title a:hover {
    color: #08A3A3;
}

.uk-item-block-content {
    font-size: .875em;
    color: rgba(52, 58, 64, 0.54);
    line-height: 1.25em;
}

.uk-block-slide .uk-slider {
    padding-top: 40px;
    padding-bottom: 150px;
}

.uk-google-reviews-widget {
    background: #fff;
    box-shadow: 1px 2px 9px rgba(126, 126, 126, 0.25);
    border-radius: 10px;
    padding: 50px;
    height: 451px;
    box-sizing: border-box;
}

.uk-google-reviews-widget>* {
    height: 351px;
}

.uk-google-reviews {
    height: 551px;
}

.uk-blog-list .uk-slider-items {
    margin-left: -45px;
}

.uk-blog-list .uk-slider-items > * {
    padding-left: 45px;
}

.uk-node-fid {
    margin-right: 30px;
}

.uk-node-item-date {
    min-width: 45px;
    min-height: 38px;
    line-height: 1.25em;
    background: #08A3A3;
    box-shadow: 1px 2px 9px rgba(126, 126, 126, 0.25);
    border-radius: 5px;
    padding: 8px;
    font-weight: 400;
    font-size: .625em;
    color: #fff;
}

.uk-footer-top {
    padding: 50px 0;
    color: #fff;
}

.uk-footer-bottom {
    padding-bottom: 34px;
}

.uk-text {
    font-size: .875em;
    color: rgba(255, 255, 255, 0.6);
    letter-spacing: .75px;
}

.uk-info-title {
    font-weight: 700;
    font-size: 1.625em;
}

.uk-info-title span {
    font-weight: 300;
}

.uk-item-info, footer .uk-socials, .uk-child {
    padding-top: 20px;
}

.uk-item-info a, .uk-address.uk-item-info {
    font-weight: 500;
    font-size: 1em;
    color: #fff;
}

.uk-address.uk-item-info:not(b) {
    font-weight: 300;
}

.uk-address b {
    font-weight: 500;
}

.uk-item-info a:hover {
    color: rgba(255, 255, 255, 0.6);
}

footer .uk-working-hours {
    font-weight: 400;
    color: rgba(255, 255, 255, 0.69);
    font-size: .75em;
}

.uk-address b {
    display: block;
}

footer .uk-socials a {
    width: 31px;
    height: 31px;
    border: none;
}

footer .uk-socials a:hover svg path:first-child {
    fill: transparent;
}

footer .uk-socials a.uk-social-vb:hover svg path:nth-child(2) {
    fill: #fff;
}

footer .uk-socials a:first-child {
    margin: 0;
}

ul.uk-nav-default li a {
    justify-content: flex-start;
    font-family: "ubunturegular", sans-serif;
    font-size: .875em;
    color: #fff;
    margin-top: 7px;
}

ul.uk-nav-default li:first-child > a {
    margin: 0;
}

ul.uk-nav-default li > a:hover {
    color: rgba(255, 255, 255, 0.6);
}

.uk-footer-top .uk-nav {
    margin-left: -20px;
}

.uk-product-box {
    background: #fff;
    box-shadow: 1px 2px 9px rgba(126, 126, 126, 0.25);
    border-radius: 10px;
    padding: 40px 23px;
    margin-bottom: 55px;
}

.uk-product-box .uk-h1 {
    padding: 50px 0 15px;
}

.uk-product-brand {
    padding-left: 44px;
    margin-left: 44px;
    border-left: 1px solid #E2E2E2;
}

.uk-product-prices {
    padding-top: 30px;
}

.uk-pr-current {
    font-weight: 500;
    font-size: 2.5em;
    color: #08A3A3;
}

.uk-pr-current span {
    font-weight: 300;
    font-size: .5em;
    color: #343A40;
}

.uk-pr-old {
    font-weight: 400;
    font-size: 1.5em;
    color: rgba(52, 58, 64, .4);
    text-decoration-line: line-through;
    padding-left: 25px;
}

.product-state .uk-input-number-counter-box {
    margin-right: 33px;
}

.product-state .uk-input-number-counter-box input {
    width: 117px;
    background-color: rgba(242, 242, 242, 0.7);
    border-radius: 10px;
    margin: 0 10px;
    text-align: center;
}

.product-state .uk-btn {
    min-width: 136px;
    margin-right: 20px;
}

.uk-btn.uk-btn-default {
    color: #08A3A3;
    background-color: transparent;
}

.uk-btn.uk-btn-default:hover {
    color: #fff;
    background-color: #016C6C;
}

.uk-product-active {
    padding: 60px 0;
}

.uk-product-params {
    padding: 24px 0;
    border-top: 1px solid #E2E2E2;
}

.uk-h3 {
    font-weight: 400;
    font-size: 1.125em;
    line-height: 1.25em;
}

.uk-params-list {
    padding-top: 25px;
}

.uk-leader-fill::after {
    display: inline-block;
    margin-left: 15px;
    width: 0;
    content: attr(data-fill);
    white-space: nowrap;
    color: rgba(52, 58, 64, 0.15);
}

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

.uk-params-list > div:not(:first-child) {
    padding-top: 8px;
}

.uk-params-list > div > div:first-child {
    font-weight: 500;
    font-size: .875em;
    color: rgba(52, 58, 64, 0.6);
}

.uk-params-list > div > div:last-of-type {
    font-weight: 400;
    font-size: .875em;
    max-width: 40%;
    text-align: right;
}

.uk-product-pay {
    padding-top: 24px;
    border-top: 1px solid #E2E2E2;
}

.uk-block-medias > div {
    padding: 3px 5px;
    width: 113px;
    height: 43px;
    background: #fff;
    box-shadow: 1px 2px 9px rgba(126, 126, 126, 0.25);
    border-radius: 5px;
    margin: 7px 0 0 16px;
    box-sizing: border-box;
}

.uk-block-medias > div:first-child {
    margin-left: 0;
}

.uk-slidenav {
    cursor: pointer;
    z-index: 111;
}

.uk-slidenav:focus, .uk-slidenav:active {
    outline: none;
    background: transparent;
}

.uk-slidenav svg {
    fill: rgba(52, 58, 64, 0.52);
}

.uk-slidenav:hover:not(.uk-hide) svg {
    fill: rgba(52, 58, 64, 0.72);
}

.uk-slidenav.uk-hide {
    cursor: default;
}

.uk-slidenav.uk-hide svg {
    fill: rgba(52, 58, 64, 0.25);
}

.uk-slidenav-prev {
    margin-top: -30px;
}

.uk-slidenav-prev svg {
    transform: scale(-1);
}

.uk-slidenav-next {
    margin-bottom: -30px;
}

.uk-thumbnav > li > a {
    width: 86px;
    height: 86px;
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #fff;
}

.uk-thumbnav-box {
    margin-left: -23px;
}

.uk-product-details {
    padding-left: 30px;
    border-left: 1px solid #E2E2E2;
}

.uk-product-box .uk-percent {
    left: 28px;
}

.uk-product-description {
    padding-bottom: 60px;
}

.uk-product-reviews {
    padding-bottom: 100px;
}

.uk-product-reviews-list > .uk-grid {
    margin-left: -70px;
}

.uk-product-reviews-list > .uk-grid > * {
    padding-left: 70px;
}

.uk-comment {
    padding: 50px 30px 50px 22px;
    background: #fff;
    box-shadow: 1px 2px 9px rgba(126, 126, 126, 0.25);
    border-radius: 10px;
    height: 100%;
    box-sizing: border-box;
}

.uk-h4 {
    font-weight: 700;
    font-size: 1.25em;
}

.uk-comment-meta {
    font-size: .875em;
    color: rgba(52, 58, 64, 0.7);
}

.uk-comment-body {
    padding-top: 13px;
    font-size: .938em;
    color: rgba(52, 58, 64, 0.85);
    max-height: 180px;
    word-break: break-word;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.uk-product-reviews .uk-h2 {
    padding: 0;
}

.uk-product-reviews .uk-h2 span {
    font-weight: 300;
    color: #343A40;
    padding-left: 5px;
}

.uk-product-reviews-list {
    padding-top: 40px;
}

.uk-product-review {
    padding-top: 10px;
}

.uk-btn.uk-btn-primary {
    min-width: 182px;
    text-transform: uppercase;
    border: 2px solid #08A3A3;
    background-color: transparent;
    color: #08A3A3;
}

.uk-btn.uk-btn-primary:hover {
    border-color: #016C6C;
    background-color: #016C6C;
    color: #fff;
}

.uk-btn.uk-btn-danger {
    min-width: 182px;
    text-transform: uppercase;
    border: 2px solid #FF4545;
    background-color: transparent;
    color: #FF4545;
}

.uk-btn.uk-btn-danger:hover {
    background-color: #FF4545;
    color: #fff;
}

.uk-modal-title {
    font-weight: 700;
    font-size: 1.125em;
    color: #08A3A3;
    padding-bottom: 10px;
}

.uk-modal-sub-title {
    font-weight: 400;
    font-size: .75em;
    color: #A9A9A9;
}

.uk-modal .box-field {
    padding-top: 30px;
}

label.uk-display-block {
    font-weight: 700;
    font-size: .75em;
    padding-bottom: 4px;
}

.uk-modal .uk-btn {
    width: 100%;
    line-height: 50px;
    font-weight: 700;
    font-size: .75em;
    margin-top: 35px;
}

body .uk-modal .uk-input {
    width: 100%;
}

a.uk-btn-link {
    font-size: .75em;
    color: #08A3A3;
    margin-top: 10px;
}

a.uk-btn-link:hover {
    color: #016C6C;
}

.uk-rate-field {
    text-align: center;
}

.uk-rate-field input[type="radio"] {
    display: none;
}

.uk-rate-field svg {
    cursor: pointer;
    fill: #A9A9A9;
}

.uk-rate-field > div > label:first-child {
    display: none;
}

.rate-1 > label:nth-child(2) svg, .rate-2 > label:nth-child(-n+3) svg, .rate-3 > label:nth-child(-n+4) svg, .rate-4 > label:nth-child(-n+5) svg, .rate-5 > label:nth-child(-n+6) svg {
    fill: #FFB342;
}

.uk-modal-dialog.uk-modal-lg {
    width: 800px;
    padding: 70px 80px;
    z-index: 1;
}

.uk-modal .uk-modal-dialog.uk-modal-lg .uk-btn {
    width: 220px;
    line-height: 42px;
    font-weight: 500;
    font-size: .875em;
}

.uk-modal-lg .uk-modal-title {
    font-size: 2em;
}

.uk-modal .uk-grid {
    margin-left: -34px;
}

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

.uk-modal .uk-form .uk-textarea {
    width: 100%;
    height: auto;
}

.uk-modal-lg:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-image: url(../images/bg-modal.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    z-index: -1;
}

.uk-product-status {
    font-weight: 400;
    color: #FF4545;
    padding: 20px 0;
}

.uk-form .uk-input, .uk-form .uk-textarea {
    border: 1px solid #D1D1D1;
    box-sizing: border-box;
    border-radius: 7px;
    font-family: "ubunturegular", sans-serif;
    font-size: 1em;
    color: #08A3A3;
    height: 40px;
    padding: 0 16px;
    background-color: #F9F9F9;
    width: 220px;
    text-align: left;
    transition: all .3s;
}

.uk-form .uk-textarea{
    resize: none;
}

.uk-form .uk-input::placeholder {
    color: #A9A9A9;
}

.uk-form .uk-input:focus::placeholder {
    color: transparent;
}

.uk-form .uk-input:focus {
    background: #fff;
    box-shadow: 8px 7px 56px rgba(16, 174, 174, 0.25), 3px 6px 13px rgba(31, 159, 159, 0.08);
}


.uk-radio, .uk-checkbox {
    display: none !important;
}

.uk-radio + span {
    line-height: 39px;
    margin: 3px;
    cursor: pointer;
    font-family: "ubunturegular", sans-serif;
    font-size: .75em;
    color: #343A40;
    min-width: 126px;
    padding: 0 15px;
    text-align: center;
    border-radius: 30px;
}

.uk-radio:checked + span {
    background-color: rgba(255, 255, 255, .3);
}


.uk-checkbox + span {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    font-family: 'ubunturegular', sans-serif;
    font-size: .75em;
    display: flex;
    align-items: center;
    min-height: 23px;
}

.uk-checkbox + span:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 20px;
    height: 20px;
    border: 1.5px solid rgba(51, 51, 51, 0.5);
    border-radius: 3px;
    box-sizing: border-box;
}

.uk-checkbox:checked + span:before {
    background-color: #08A3A3;
    border-color: #08A3A3;
    background-image: url(../images/icons/icon-check.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

body .uk-input.uk-form-danger {
    border-color: #a02c30;
    /*box-shadow: 4px 4px 10px rgba(227, 6, 19, 0.31);*/
}

.uk-checkbox-field.uk-form-danger .uk-checkbox + span:before {
    border-color: #FF4545;
}

/*form .btn-submit-promo {*/
/*font-family: 'ubunturegular', sans-serif;*/
/*font-size: .875em;*/
/*color: #fff;*/
/*line-height: 32px;*/
/*padding: 0 20px;*/
/*background: #F87027;*/
/*box-shadow: 4px 4px 10px rgba(191, 68, 2, 0.21);*/
/*border-radius: 30px;*/
/*width: 100%;*/
/*transition: all .3s;*/
/*margin-bottom: 20px;*/
/*}*/

/*form .btn-submit-promo:hover {*/
/*background: #E30613;*/
/*box-shadow: 4px 4px 10px rgba(227, 6, 19, 0.31);*/
/*}*/

.uk-form-box {
    padding: 60px;
    background-color: #fff;
    box-shadow: 1px 2px 9px rgba(126, 126, 126, 0.25);
    border-radius: 10px;
}

.uk-form-box .box-form-field, .uk-form-box .form-action {
    margin-bottom: 20px;
}

.uk-form-box .uk-input {
    width: 100%;
}


.uk-pagination {
    padding: 50px 0;
}

.uk-pagination ul {
    margin-left: -8px;
}

.uk-pagination ul > li {
    padding-left: 8px;
}

.uk-pagination ul > li > a {
    font-family: "ubunturegular", sans-serif;
    font-size: 1em;
    color: rgba(52, 58, 64, 0.53);
    background: #EDEDED;
    border-radius: 6px;
    min-width: 23px;
    height: 25px;
    line-height: 1em;
    transition: all .3s;
    padding: 0 2px;
    box-sizing: border-box;
}

.uk-pagination ul > li > a:hover {
    background-color: #08A3A3;
    color: #fff;
}

.uk-pagination ul > li > a[disabled="disabled"] {
    background-color: #08A3A3;
    color: #fff;
    cursor: default;
}

.uk-seo-text-page {
    padding: 18px 28px;
    background: #fff;
    box-shadow: 1px 2px 9px rgba(126, 126, 126, 0.25);
    border-radius: 10px;
}

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

.uk-thumbnav-vertical > * {
    padding-left: 0;
    padding-top: 20px;
}

.uk-thumbnav {
    height: 324px;
    padding: 0 30px;
}

.uk-thumbnav > li.uk-active > a {
    border-color: #08A3A3;
    box-shadow: 7px 68px 80px rgba(3, 109, 109, 0.07);
}

.uk-thumbnav > li > a:hover {
    border-color: #08A3A3;
}


.uk-notification {
    position: fixed;
    top: auto;
    bottom: 10px;
    right: 10px;
    box-sizing: border-box;
    z-index: 1112;
    width: 350px;
}

.uk-notification-message {
    position: relative;
    padding: 15px 25px;
    font-size: .875em;
    box-shadow: 3px 4px 13px rgba(3, 91, 65, 0.25);
    overflow: hidden;
    background-color: #fff;
    border-radius: 10px;
}

.uk-notification-message.uk-notification-message-danger {
    background-color: #FF4545;
    color: #fff;
}

.uk-notification-close {
    color: #343A40;
    position: absolute;
    top: 10px;
    right: 10px;
}

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

.uk-alert {
    font-weight: 400;
    color: rgba(52, 58, 64, 0.6);
}

body > *, .uk-slider {
    outline: none !important;
}


.uk-form-search.uk-form-search-mobile {
    padding: 8px 0;
    border-top: 1px solid #E2E2E2;
    display: none;
}

.uk-form-search.uk-form-search-mobile form {
    width: 100%;
}

.uk-drop-catalog .uk-nav .uk-nav-sub > li a, .uk-drop-catalog .uk-nav .uk-nav-sub > li span {
    font-weight: 400;
    font-size: 1em;
    color: #343A40;
    border: none;
    height: 30px;
    padding: 0;
    display: flex;
    align-items: center;
}

.uk-drop-catalog .uk-nav .uk-nav-sub {
    padding: 20px 0;
}

.uk-drop-catalog .uk-nav .uk-nav-sub ul {
    border: none;
    padding: 0 0 0 20px;
}

.uk-width-medium {
    width: 300px;
}

.uk-width-large {
    width: 450px;
}

.uk-accordion {
    padding: 36px 30px;
    background: #fff;
    box-shadow: 1px 2px 9px rgba(126, 126, 126, 0.25);
    border-radius: 10px;
}

.uk-accordion svg {
    fill: #08A3A3;
}

.uk-accordion .uk-open svg {
    transform: scale(-1);
}

.uk-accordion .uk-seo-text ul:not(.uk-short),
.uk-accordion .uk-seo-text ol:not(.uk-short) {
    padding: 0;
    margin: 0;
}

.uk-accordion > li {
    padding: 20px 0;
    border-bottom: 1px solid #E2E2E2;
}

.uk-accordion > li:first-child {
    border-top: 1px solid #E2E2E2;
}

.uk-accordion-title {
    padding: 0;
}

.uk-accordion-title span {
    max-width: 80%;
}

.uk-accordion-content {
    padding-top: 10px;
}

/*.uk-blog {*/
/*background: #fff;*/
/*box-shadow: 1px 2px 9px rgba(126, 126, 126, 0.25);*/
/*border-radius: 10px;*/
/*}*/

.uk-blog > .uk-grid {
    margin-left: -45px;
}

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

.uk-article-teaser {
    border-radius: 5px;
    transition: all .3s;
}

/*.uk-article-teaser:hover {*/
/*background-color: #fff;*/
/*box-shadow: 6.65526px 67.6735px 80px rgba(3, 109, 109, 0.07), 1.33105px 13.5347px 13px rgba(3, 109, 109, 0.035);*/
/*}*/

.uk-blog .uk-grid-margin {
    margin-top: 40px;
}

/*.uk-article-teaser .uk-flex-1 {*/
/*padding: 25px 15px 25px 0;*/
/*}*/

.uk-text-content {
    padding: 70px 50px 40px 74px;
    background: #fff;
    box-shadow: 1px 2px 9px rgba(126, 126, 126, 0.25);
    border-radius: 10px;
    min-height: 600px;
}

.uk-date {
    font-size: .938em;
    color: rgba(52, 58, 64, 0.54);
    padding-bottom: 20px;
}

.uk-blog-page .uk-node-fid {
    margin: 0 0 20px 20px;
}

.gallery-body {
    padding: 20px 0;
}

.uk-not-found {
    margin: 50px 15px;
    min-height: 550px;
}

.uk-not-found .uk-h1 {
    padding: 100px 0 50px 0;
}

.uk-error-fid {
    width: 73%;
    min-height: 677px;
    background-image: url("../images/error.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
    z-index: -1;
}

.uk-number-error {
    font-size: 15.625em;
    font-weight: 700;
    color: #08A3A3;
    line-height: 1em;
}

.uk-number-error > div {
    width: 250px;
    background: #fff;
    box-shadow: 6.65526px 67.6735px 80px rgba(3, 109, 109, 0.07), 1.33105px 13.5347px 13px rgba(3, 109, 109, 0.035);
    border-radius: 5px;
    margin-right: 23px;
}

.uk-number-error > div:nth-child(2) {
    font-weight: 400;
    color: #343A40;
}

.uk-number-error > div:nth-child(3) {
    font-weight: 500;
}

.uk-contacts-items {
    width: 360px;
    padding-top: 15px;
}

.uk-contacts-items > div {
    margin-bottom: 15px;
}

.uk-item-block-address b {
    display: block;
    font-weight: 300;
    color: #343A40;
}

.uk-item-block-content a {
    color: #343A40;
}

.uk-item-block-content a:hover {
    color: #08A3A3;
}

.uk-maps {
    z-index: -1;
    left: 20%;
    bottom: -55px;
}

.uk-maps:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 20%;
    background: linear-gradient(to right, #F8F8F8, rgba(248, 248, 248, 0));
    z-index: 1;
}

.uk-item-block-content.uk-item-block-work {
    color: #343A40;
}

.uk-item-block-work b {
    font-weight: 300;
}

.gm-style .gm-style-iw-t::after, .gm-ui-hover-effect {
    display: none !important;
}

.gm-style .gm-style-iw-c {
    background: rgba(255, 255, 255, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(3px);
    border-radius: 10px;
    color: rgba(52, 58, 64, .54);
    padding: 0;
    box-shadow: none;
    transform: translate3d(5%, -50%, 0);
    font-family: "Ubuntu", sans-serif;
}

.gm-style .gm-style-iw-d {
    overflow: auto !important;
}

.uk-mark-text {
    padding: 8px 8px 8px 25px;
}

.uk-mark-text b {
    display: block;
    font-weight: 300;
    color: #343A40;
}

.uk-item-brand {
    font-weight: 500;
    font-size: .875em;
    color: #343A40;
}

.uk-form-search.uk-search-page {
    padding: 0;
}

.uk-form-search.uk-search-page form {
    width: 100%;
    margin-bottom: 30px;
}


.uk-grid-checkout {
    flex-direction: row-reverse;
}

.uk-checkout .uk-h3 {
    font-weight: 700;
    color: #08A3A3;
    margin-bottom: 15px;
}

.uk-checkout .uk-form .uk-input,
.uk-checkout .uk-form .uk-textarea {
    width: 100%;
}

.uk-checkout .uk-form .uk-textarea {
    height: auto;
}

.uk-checkout-products, .checkout-amount-strings {
    max-width: 900px;
    padding: 20px 26px;
    background: #fff;
    box-shadow: 1px 2px 9px rgba(126, 126, 126, 0.25);
    border-radius: 10px;
    margin-left: auto;
    margin-bottom: 30px;
}

.checkout-products-list {
    padding: 15px 0;
    border-bottom: 1px solid #E2E2E2;
}

.checkout-products-list:first-child {
    border-top: 1px solid #E2E2E2;
}

.checkout-products-list .uk-product-title {
    padding-right: 10px;
}

.uk-btn-remove {
    margin: 0 30px;
}

.uk-btn-remove:hover svg path {
    fill-opacity: 1;
}

.uk-checkout .product-price {
    width: 140px;
}

.uk-checkout .product-price.mobile {
    width: 100%;
}

.uk-checkout .uk-price-current {
    min-width: 70px;
}

.checkout-amount-strings > div {
    margin-bottom: 12px;
}

.checkout-amount-strings > div:not(.uk-checkout-total) > *:first-child {
    font-weight: 400;
    font-size: 1.125em;
}

.checkout-amount-strings > div:not(.checkout-promo, .uk-checkout-total) > *:last-of-type {
    font-weight: 700;
    font-size: 1.125em;
}

.checkout-amount-strings i {
    font-style: inherit;
    font-weight: 300;
}

.checkout-promo .uk-grid {
    margin-top: 12px;
}

.uk-checkout .uk-form .uk-input[name="promo"] {
    width: 295px;
}

.checkout-promo .uk-text-danger {
    position: absolute;
    top: -15px;
    left: 0;
    font-weight: 400;
    font-size: .75em;
    color: #FF4545;
}

.uk-checkout-total {
    padding-top: 15px;
    margin-top: 33px;
    border-top: 1px solid #E2E2E2;
    font-size: 1.5em;
    font-weight: 700;
}

.uk-checkout-total > *:last-of-type {
    color: #08A3A3;
}

.checkout-amount-strings .uk-checkout-total i {
    font-weight: 500;
    color: #343A40;
}

.uk-checkout .uk-grid-margin> {
    margin-top: 30px;
}

.uk-step {
    font-size: .875em;
    margin-bottom: 20px;
}

.uk-step span {
    font-weight: 700;
    color: #08A3A3;
}

.uk-checkout .uk-h3 ~ .uk-h3 {
    margin-top: 20px;
}

.uk-select {
    height: 40px;
    background: #F9F9F9;
    border: 1px solid #D1D1D1;
    border-radius: 7px;
    font-weight: 400;
    font-size: .875em;
    padding: 0 40px 0 20px;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(../images/icons/icon-arrow-drop.svg);
    background-repeat: no-repeat;
    background-position: right 20px top 50%;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 30px;
}

body .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #08A3A3 transparent transparent transparent;
    border-width: 6px 5px 0 5px;
    border-radius: 15px;
}

body .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #08A3A3 transparent;
    border-width: 0 5px 6px 5px;
}

body .select2-container--default .select2-selection--single {
    background: #F9F9F9;
    border-color: #D1D1D1;
    border-radius: 7px;
    height: 40px;
    font-weight: 400;
    font-size: .875em;
}

body .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #343A40;
    line-height: 40px;
}

body .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
}

body .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #343A40;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
}

body .select2-dropdown {
    background: #F9F9F9;
    border-radius: 7px;
    border-color: #D1D1D1;
}

.select2-results__option {
    font-family: 'ubunturegular', sans-serif;
    font-size: .875em;
    color: #151515;
}

.select2-results__option[aria-selected="true"] {
    opacity: .5;
}

.select2-results__option[aria-selected="false"]:hover {
    cursor: pointer;
    color: #08A3A3;
}

body .select2-container {
    margin-bottom: 30px;
}

select[name="delivery-method"]+.select2 {
    margin: 0;
}

.box-field.uk-margin {
    margin: 20px 0;
}

.uk-checkbox-field {
    margin: 20px 0 30px;
}

.uk-checkout .box-actions .uk-btn {
    min-width: 260px;
    height: 50px;
    text-transform: uppercase;
}

.uk-checkout .box-actions .uk-btn:disabled {
    /*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=.5)";*/
    /*filter: alpha(opacity=.5);*/
    /*-moz-opacity: 50%;*/
    /*-khtml-opacity: 50%;*/
    /*opacity: 50%;*/
    cursor: no-drop;
}

.ajax-load:before {
    display: block;
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 45px;
    height: 45px;
    background-image: url("../images/icons/icon-load.svg");
}

.box-actions .uk-btn.ajax-load {
    color: #016C6C;
    background-color: #016C6C;
}

.uk-checkbox-field a {
    font-weight: 400;
    color: #08A3A3;
}

.uk-checkbox-field a:hover {
    color: #016C6C;
}

.uk-product-title-mb {
    display: none;
}


.uk-box-shadow {
    margin: 135px 0 65px;
    background: #fff;
    box-shadow: 1px 2px 9px rgba(126, 126, 126, 0.25);
    border-radius: 10px;
    padding: 25px;
}

.uk-thanks-body {
    max-width: 465px;
    width: 100%;
}

.uk-seo-text a:not(.uk-btn) {
    font-weight: 500;
    color: #08A3A3;
}

.uk-seo-text a:not(.uk-btn):hover {
    color: #016C6C;
}

.uk-btn.uk-btn-lg {
    height: 50px;
    min-width: 260px;
}

.uk-thanks-body .uk-btn-default {
    height: 50px;
}

.uk-thanks-body .uk-btn {
    margin: 20px 0;
}

.uk-width-xlarge {
    width: 630px;
}

.uk-btn.uk-btn-md {
    min-width: 220px;
}

.uk-account-box {
    padding: 45px;
    background: #fff;
    box-shadow: 1px 2px 9px rgba(126, 126, 126, 0.25);
    border-radius: 10px;
}

.uk-user-text {
    font-weight: 400;
    font-size: .875em;
    color: rgba(52, 58, 64, 0.8);
    margin-bottom: 5px;
}

.uk-user-name {
    font-weight: 700;
    font-size: 1.5em;
}

.uk-user-fid {
    font-weight: 700;
    font-size: 2.25em;
    color: #08A3A3;
    width: 90px;
    height: 90px;
    background: #EDEDED;
    border-radius: 10px;
    margin-right: 25px;
}

.uk-grid-user {
    margin-top: 25px;
}

.uk-nav-icon {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #08A3A3;
    margin-right: 10px;
    transition: all .3s;
}

.uk-item-nav {
    min-height: 55px;
    padding: 10px;
    background: #fff;
    box-shadow: 1px 2px 9px rgba(126, 126, 126, 0.25);
    border-radius: 5px;
    margin-bottom: 15px;
    box-sizing: border-box;
    font-weight: 400;
    font-size: .875em;
    color: #343A40;
}

.uk-item-nav.uk-active {
    background-color: #08A3A3;
    color: #fff;
}

.uk-item-nav.uk-active .uk-nav-icon {
    background-color: #fff;
}

.uk-item-nav.uk-active .uk-nav-icon svg path {
    fill: #08A3A3;
}

.uk-item-nav:not(.uk-active):hover .uk-nav-icon {
    background-color: #016C6C;
}

.uk-account-content {
    padding-left: 195px;
    padding-top: 20px;
}

.uk-auth-info {
    font-weight: 400;
    font-size: .875em;
    color: #333333;
    margin-bottom: 15px;
}

.uk-auth-info > div:first-child {
    min-width: 160px;
    margin-right: 5px;
    color: rgba(51, 51, 51, .5);
}

.uk-account-content .uk-btn {
    line-height: 42px;
    padding: 0 25px;
    margin-top: 15px;
}

.uk-account-content .uk-form .uk-input {
    width: 100%;
}

.uk-title-ceil {
    font-weight: 400;
    margin-left: 20px;
}

.uk-title-ceil a {
    color: #343A40;
}

.uk-title-ceil a:hover {
    color: #08A3A3;
}

.uk-quantity-ceil, .uk-date-ceil, .uk-status-ceil {
    font-weight: 400;
    font-size: .875em;
    color: rgba(52, 58, 64, 0.6);
}

.uk-price-ceil {
    font-weight: 500;
    font-size: 1.25em;
    color: #08A3A3;
}

.uk-price-ceil span {
    font-weight: 300;
    font-size: .75em;
    color: #343A40;
    padding-right: 20px;
}

.uk-price-ceil.uk-loop-first:before {
    display: block;
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 40px;
    width: 1px;
    background-color: #E2E2E2;
}

.uk-item-ceil {
    padding: 15px 0;
    border-bottom: 1px solid #E2E2E2;
}

.uk-item-ceil:first-child {
    border-top: 1px solid #E2E2E2;
}

.uk-ceil-amount {
    width: 200px;
    margin-left: auto;
}

.uk-ceil-amount > div {
    margin-top: 8px;
}

.uk-ceil-amount > div:not(.uk-ceil-total) > div:first-child {
    font-weight: 400;
    font-size: .875em;
    color: rgba(51, 51, 51, .5);
}

.uk-ceil-amount > div:not(.uk-ceil-total) > div:last-of-type {
    font-weight: 500;
    font-size: .875em;
    color: #343A40;
}

.uk-ceil-amount > div:not(.uk-ceil-total) > div:last-of-type span {
    font-weight: 300;
    font-size: .75em;
}

.uk-ceil-total {
    font-weight: 400;
    color: #333333;
}

.uk-ceil-total > div:last-of-type {
    font-weight: 500;
    color: #08A3A3;
}

.uk-ceil-total > div:last-of-type span {
    font-weight: 300;
    color: #343A40;
    font-size: .875em;
}


.uk-grid-small.uk-grid {
    margin-left: -10px;
}

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


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

.uk-lightbox {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1010;
    background: rgba(255, 255, 255, .95);
    opacity: 0;
    transition: opacity .15s linear;
    touch-action: pinch-zoom;
}

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

.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, .7);
    will-change: transform, opacity;
}

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

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

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

/*.uk-transition-slide-top {*/
/*--uk-translate-y: -100%;*/
/*}*/

.uk-transition-opaque {
    opacity: 1;
}

.uk-transition-active.uk-active [class*=uk-transition-slide], .uk-transition-toggle [class*=uk-transition-slide]:focus-within, .uk-transition-toggle:focus [class*=uk-transition-slide], .uk-transition-toggle:hover [class*=uk-transition-slide] {
    --uk-translate-x: 0;
    --uk-translate-y: 0;
    opacity: 1;
}

.uk-lightbox-toolbar {
    padding: 12px;
}

.uk-lightbox-toolbar-icon {
    width: 16px;
    height: 16px;
    background-image: url(../images/icons/icon-close.svg);
    transition: all .3s;
}

.uk-lightbox-toolbar-icon:hover {
    opacity: .7;
}

.uk-lightbox-toolbar-icon svg {
    display: none;
}

button.uk-icon:not(:disabled) {
    cursor: pointer;
}

.uk-icon:not(.uk-preserve) [stroke*='#']:not(.uk-preserve) {
    stroke: currentcolor;
}

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

.uk-transition-opaque {
    opacity: 1;
}

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


.uk-promo-fix {
    position: fixed;
    left: 15px;
    bottom: 15px;
    z-index: 11;
}

.uk-promo-fix a {
    width: 100px;
    height: 100px;
    background: #fff;
    box-shadow: 1px 2px 9px rgba(126, 126, 126, 0.25);
    border-radius: 5px;
}

.uk-promo-fix span {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background-color: #FF4545;
    transition: all .3s;
}

.uk-promo-fix a:hover span {
    background-color: #08A3A3;
}

.uk-modal-fid:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-image: url(../images/bg-modal.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 63%;
    z-index: -1;
}

.uk-percent-lg {
    width: 113px;
    height: 113px;
    border-radius: 20px;
    font-weight: 700;
    font-size: 2.5em;
    color: #fff;
    margin: 10px auto;
    background-image: url("../images/icon-promo-2.svg");
}

.uk-promo-code {
    width: 220px;
    margin: 0 auto;
}

.uk-promo-code input {
    height: 50px;
    background-color: transparent;
    border: 1px dashed #08A3A3;
    border-radius: 10px;
    padding: 0 33px 0 23px;
    font-family: "ubuntubold", sans-serif;
    font-size: 1.125em;
    color: #08A3A3;
    width: 100%;
    box-sizing: border-box;
    margin: 15px 0;
}

.uk-promo-code .uk-btn-copy {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.uk-promo-code .uk-btn-copy:hover svg path {
    fill: #FF4545;
}

.uk-modal-dialog.uk-modal-fid {
    width: 480px;
}

.uk-modal-fid .uk-modal-title {
    padding-top: 20px;
}

.uk-brand-product {
    margin-bottom: 50px;
}

.uk-banner-header {
    height: 60px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.uk-modal-dialog.uk-modal-banner {
    background-color: transparent;
    width: 100%;
    padding: 0;
    box-shadow: none;
}

.uk-modal-banner .banner-body {
    width: 1284px;
    height: 722px;
    filter: drop-shadow(6.65526px 67.6735px 80px rgba(3, 109, 109, 0.07)) drop-shadow(1.33105px 13.5347px 13px rgba(3, 109, 109, 0.035));
    border-radius: 30px;
    margin: 0 auto;
    overflow: hidden;
}

.uk-modal-close-default.uk-modal-close-outside {
    top: 0;
    right: 50%;
    margin-right: -690px;
    width: 42px;
    height: 44px;
    background-color: #fff;
    box-shadow: 1px 2px 9px rgba(126, 126, 126, 0.25);
    border-radius: 5px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

#modal-banner.uk-modal {
    background-color: transparent;
}


.uk-product-teaser {
    width: 480px;
}

.product-params {
    font-size: .875em;
}

.products-search .product-params {
    padding-top: 5px;
}

.uk-flex-top {
    align-items: flex-start;
}

.uk-modal.uk-flex.uk-flex-top.uk-open {
    display: flex;
}

.uk-margin-auto-vertical {
    margin-top: auto !important;
    margin-bottom: auto !important;
}

/*#modal-review-user .uk-modal-dialog.uk-modal-lg {*/
/*width: 370px;*/
/*padding: 30px 70px;*/
/*}*/

/*#modal-review-user .uk-modal-lg .uk-modal-title {*/
/*font-size: 1.125em;*/
/*}*/

/*#modal-review-user .uk-modal-lg:before {*/
/*display: none;*/
/*}*/

#message-ajax-modal .uk-modal-title {
    padding-top: 30px;
}

.uk-load-prod {
    z-index: 11;
    background: rgba(248, 248, 248, .75);
}

.uk-form .box-field.uk-form-danger .uk-input {
    border-color: #FF4545;
}

.uk-modal-checkout .product-purchase-modifications {
    width: 50%;
}

.uk-modal-checkout .product-price {
    width: 150px;
}

.uk-modal-checkout .uk-product-title a {
    font-size: .938em;
}


.uk-blog-page .shortcut-products .uk-view-list .uk-slider {
    margin: -11px 80px -150px -80px;
    padding: 11px 80px 150px 80px;
    width: 100%;
}

.uk-grid-catalog {
    min-height: 100vh;
}

.uk-grid-category-products>*{
    margin-bottom: 20px;
}


@media only screen and (max-width: 1680px) {
    .products-list .uk-container, .uk-brand-slide .uk-container {
        padding: 0;
    }

    .products-list .uk-slider, .uk-brand-slide .uk-slider {
        padding-left: 15px;
        padding-right: 15px;
    }

    .products-list .uk-h2, .uk-brand-slide .uk-h2 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .uk-modal-banner .banner-body {
        width: 917px;
        height: 516px;
    }

    .uk-modal-close-default.uk-modal-close-outside {
        margin-right: -505px;
    }

    .products-list .uk-slider-items > *, .uk-brand-slide .uk-slider-items > * {
        opacity: 1;
    }

    .uk-navbar-nav > li:not(:first-child) {
        margin-left: 25px;
    }
}


@media only screen and (max-width: 1440px) {
    .uk-form-search form {
        width: 468px;
    }

    .uk-slider-front .uk-slideshow-items {
        min-height: 411px !important;
    }

    .uk-banner-slider img {
        height: 198px;
        width: 333px;
    }

    .uk-slider-box {
        margin-top: 20px;
        margin-bottom: 60px;
        min-height: 411px;
    }

    .uk-product-price, .uk-product-purchase-quantity {
        padding-top: 20px;
    }

    .uk-input-number-counter-box {
        margin-right: 13px;
    }

    .uk-product-preview-image {
        height: 240px;
    }

    .uk-view-list .uk-slider {
        padding-bottom: 100px;
    }

    .uk-slider .uk-slider-nav {
        bottom: 60px;
    }

    .uk-product-item-card:hover, .uk-item-block:hover {
        box-shadow: 6px 48px 57px rgba(3, 109, 109, 0.07), 1px 13px 13px rgba(3, 109, 109, 0.035);
    }

    .uk-block-slide {
        padding-top: 70px;
    }

    .uk-block-slide .uk-slider {
        padding-top: 30px;
        padding-bottom: 100px;
    }

    .uk-node-fid {
        margin-right: 20px;
    }

    .uk-seo-text h1 {
        font-size: 2.188em;
        padding-bottom: 20px;
    }

    .uk-seo-text h2 {
        font-size: 1.438em;
        padding: 30px 0 15px 0;
    }

    .uk-seo-text h3 {
        font-size: 1.063em;
        padding: 15px 0;
    }

    .uk-seo-text ul:not(.uk-short), .uk-seo-text ol:not(.uk-short) {
        margin: 10px 0;
        padding-left: 20px;
    }

    footer {
        margin-top: 55px;
    }

    .uk-info-title {
        font-size: 1.5em;
    }

    .uk-footer-top {
        padding: 35px 0;
    }

    .uk-footer-bottom {
        padding-bottom: 24px;
    }

    .uk-item-info, footer .uk-socials, .uk-child {
        padding-top: 15px;
    }

    .uk-navbar-nav > li:not(:first-child) {
        margin-left: 30px;
    }

    .uk-width-small {
        width: 260px;
    }

    .uk-h1 {
        font-size: 1.75em;
    }

    .uk-product-box .uk-slideshow-items {
        min-height: 600px !important;
    }

    .product-state .uk-input-number-counter-box input {
        width: 80px;
    }

    .uk-product-box .uk-h1 {
        padding: 35px 0 15px;
    }

    .uk-product-prices {
        padding-top: 20px;
    }

    .uk-product-active {
        padding: 40px 0;
    }

    .uk-breadcrumbs {
        margin: 11px 0 35px;
    }

    .uk-product-details .uk-h1 {
        font-size: 1.5em;
    }

    .uk-product-reviews-list > .uk-grid {
        margin-left: -50px;
    }

    .uk-product-reviews-list > .uk-grid > * {
        padding-left: 50px;
    }

    .uk-product-reviews {
        padding-bottom: 70px;
    }

    .uk-product-reviews-list {
        padding-top: 30px;
    }

    .uk-product-description {
        padding-bottom: 50px;
    }

    .uk-text-content {
        padding: 50px 35px 30px 50px;
    }

    .uk-not-found {
        min-height: 400px;
    }

    .uk-not-found .uk-h1 {
        padding: 50px 0;
    }

    .uk-number-error {
        font-size: 11em;
    }

    .uk-number-error > div {
        width: 145px;
        margin-right: 16px;
    }

    .uk-box-shadow {
        margin: 95px 0 30px;
    }

    .uk-account-content {
        padding-left: 100px;
    }

    .uk-account-box .uk-width-medium {
        width: 280px;
    }

    .uk-account-box {
        padding: 30px;
    }

    .uk-navbar-nav > li:not(:first-child) {
        margin-left: 20px;
    }

    .uk-socials a {
        margin-left: 10px;
    }

    .uk-navbar-nav {
        margin: 0 0 0 30px;
    }

}

@media only screen and (max-width: 1330px) {
    .uk-view-list .uk-grid > *, .uk-mark-page .uk-grid > * {
        width: 25%;
    }

    .uk-grid-category-products > * {
        width: calc(100% * 1 / 3.001);
    }

    .uk-btn-remove {
        margin: 0 0 0 15px;
    }

    .uk-width-large {
        width: 400px;
    }

    .uk-account-content {
        padding-left: 50px;
    }

    .uk-account-box .uk-width-medium {
        width: 260px;
    }

    .uk-socials a {
        margin-left: 5px;
    }

    body .uk-btn-catalog, .uk-drop-catalog {
        width: 250px;
    }

    .uk-drop-catalog ul > li > *, .uk-children .level-item-2 {
        font-size: .813em;
    }

    .uk-children-body {
        padding-left: 253px;
    }

    .uk-children {
        padding: 30px;
    }

    .uk-navbar-nav > li:not(:first-child) {
        margin-left: 15px;
    }

}

@media only screen and (max-width: 1279px) {
    .uk-navbar-nav > li > a, .uk-navbar-nav > li > span {
        font-size: .813em;
    }
    .uk-navbar-nav > li:not(:first-child) {
        margin-left: 12px;
    }
    .uk-navbar-nav {
        margin: 0 0 0 20px;
    }
}

@media only screen and (max-width: 1199px) {
    .uk-form-search .uk-search-button {
        min-width: 90px;
    }

    .uk-form-search form {
        width: 325px;
    }

    .uk-form-search .uk-search-input {
        padding: 0 100px 0 40px
    }

    .uk-form-search .uk-button-group img {
        margin-left: 12px;
    }

    .uk-navbar-nav > li > a, .uk-navbar-nav > li > span {
        font-size: .75em;
    }

    .uk-navbar-nav > li:not(:first-child) {
        margin-left: 10px;
    }

    .uk-navbar-nav {
        margin: 0 0 0 15px;
    }

    .uk-view-list .uk-grid > * {
        width: calc(100% * 1 / 3.001);
    }

    .uk-advantage .uk-grid > * {
        width: 50%;
        margin-bottom: 20px;
    }

    .uk-brand-slide .uk-grid > *, .uk-brands .uk-grid > * {
        width: 25%;
    }

    .uk-node-fid {
        width: 50%;
    }

    .uk-blog-list .uk-slider-items {
        margin-left: -20px;
    }

    .uk-blog-list .uk-slider-items > * {
        padding-left: 20px;
    }

    .uk-info-title {
        font-size: 1.25em;
    }

    .uk-grid-category-products > * {
        width: 50%;
    }

    .uk-blog > .uk-grid {
        margin-left: -20px;
    }

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

    .uk-not-found {
        min-height: 350px;
    }

    .uk-width-large {
        width: 350px;
    }

    .uk-account-content {
        padding-left: 20px;
    }

    .uk-title-ceil {
        font-size: .875em;
        margin-left: 15px;
    }

    .uk-account-box .uk-width-medium {
        width: 240px;
    }

    .uk-modal-banner .banner-body {
        width: 764px;
        height: 430px;
    }

    .uk-modal-close-default.uk-modal-close-outside {
        margin-right: -430px;
    }

    body .uk-btn-catalog, .uk-drop-catalog {
        width: 200px;
    }

    .uk-drop-catalog ul > li > *, .uk-children .level-item-2 {
        font-size: .75em;
    }

    .uk-children-body {
        padding-left: 203px;
    }

    .uk-socials a {
        width: 30px;
        height: 30px;
    }

    .uk-drop-catalog-list {
        padding: 0 7px;
    }

    .uk-blog-page .shortcut-products .uk-view-list .uk-slider {
        margin: -11px 15px -100px -15px;
        padding: 11px 15px 100px 15px;
        width: 100%;
    }

}

@media only screen and (max-width: 959px) {
    .uk-tel-drop, .uk-navbar-nav {
        display: none;
    }

    .uk-navbar {
        z-index: 2;
    }

    body .uk-btn-catalog {
        z-index: 1;
        width: 220px;
    }

    .uk-drop-catalog {
        display: block;
        position: static;
        box-shadow: none;
        height: auto;
        margin: 0;
        width: auto;
        padding: 11px 0;
    }

    .uk-drop-catalog ul > li > * {
        height: auto;
    }

    .uk-drop-catalog ul > li > a, .uk-drop-catalog ul > li > span {
        height: 30px;
        display: flex;
        align-items: center;
        font-size: .75em;
        border-bottom: none;
        border-top: 1px solid #E2E2E2;
    }

    #offcanvas-menu .uk-drop-catalog ul > li.uk-active > span {
        font-weight: 700;
        color: #08A3A3;
    }

    .uk-drop-catalog ul > li > a.level-item-1:hover {
        color: #343A40;
    }

    .uk-drop-catalog ul > li > a.level-item-1[aria-expanded="true"] {
        color: #08A3A3;
    }

    .uk-drop-catalog ul > li > a.level-item-1[aria-expanded="true"] svg {
        transform: rotate(0);
    }

    .uk-navbar-left {
        justify-content: space-between;
    }

    .uk-slider-box > div > div {
        flex-direction: column;
    }

    .uk-banner-slider {
        margin-left: -15px;
        flex-direction: initial;
    }

    .uk-banner-slider > div {
        margin: 15px 0 0 0;
        padding-left: 15px;
    }

    .uk-banner-slider img {
        height: auto;
    }

    .uk-product-item-card:hover, .uk-item-block:hover {
        box-shadow: none;
    }

    .uk-view-list .uk-slider {
        padding-bottom: 40px;
    }

    .uk-slider .uk-slider-nav {
        bottom: 20px;
    }

    .uk-slider-nav > li:first-child > a {
        margin-left: 5px;
    }

    .uk-slider-nav > li > a {
        margin-right: 5px;
    }

    .uk-dotnav > * {
        padding-left: 5px;
    }

    .uk-dotnav {
        flex-wrap: nowrap;
    }

    .uk-block-slide .uk-slider {
        padding-top: 30px;
        padding-bottom: 40px;
    }

    .uk-google-reviews-widget {
        padding: 30px;
    }

    .uk-footer-top > .uk-grid > div {
        width: 100%;
        margin-bottom: 20px;
    }

    .uk-dotnav {
        display: none;
    }

    .uk-width-small {
        width: 240px;
    }

    .uk-product-box > .uk-grid > div {
        width: 100%;
    }

    .uk-product-box .uk-slideshow-items {
        min-height: 737px !important;
    }

    .uk-product-details {
        padding-left: 0;
        border-left: none;
    }

    .uk-product-reviews-list > .uk-grid > * {
        width: 100%;
    }

    .uk-article-teaser:hover {
        box-shadow: none;
    }

    .uk-error-fid {
        display: none;
    }

    .uk-not-found .uk-grid > * {
        width: 100%;
    }

    .uk-not-found {
        min-height: inherit;
    }

    .uk-grid-checkout {
        flex-direction: inherit;
        margin-left: 0;
    }

    .uk-grid-checkout > * {
        width: 100%;
        padding-left: 0;
    }

    .uk-grid-checkout > .uk-width-large {
        padding: 0 10px;
    }

    .uk-box-shadow > .uk-grid > * {
        width: 100%;
        text-align: center;
    }

    .uk-grid-user > *, .uk-account-box .uk-width-medium {
        width: 100%;
    }

    .uk-nav-left {
        display: flex;
        margin-left: -10px;
    }

    .uk-nav-left > * {
        width: 25%;
        padding-left: 10px;
    }

    .uk-account-content {
        padding: 0;
    }

    .uk-account-box {
        padding: 15px;
    }

    .uk-nav-icon {
        margin-right: 5px;
    }

    .uk-banner-header {
        height: 30px;
        background-size: cover;
    }

    .uk-modal-banner .banner-body {
        width: 546px;
        height: 307px;
    }

    .uk-modal-close-default.uk-modal-close-outside {
        margin-right: -325px;
    }

    .uk-product-description .uk-grid > * {
        width: 100%;
        margin-bottom: 20px;
    }

    .uk-logo img {
        height: 35px;
        width: 84px;
    }

    .uk-nav-top {
        padding: 8px 0;
        border-bottom: none;
        height: auto;
    }

    .uk-auth > *, .uk-basket-box > * > *, .uk-basket-box {
        min-height: 30px;
        min-width: 29px;
    }

    .uk-basket-box svg {
        width: 11px;
        height: 14px;
    }

    .uk-basket-box span:not(.empty) {
        top: -6px;
        right: -6px;
        min-width: 11px;
        height: 11px;
        padding: 0 3px;
        font-size: .55em;
        border-radius: 2px;
    }

    .uk-navbar-right > div, .uk-auth, .uk-lang {
        margin-left: 7px;
    }

    .uk-form-search .uk-button-group img {
        width: 15px;
        height: 15px;
        margin-left: 9px;
        margin-top: 8px;
    }

    .uk-form-search .uk-search-input {
        height: 31px;
        font-size: .875em;
        padding: 0 80px 0 30px;
    }

    .uk-form-search .uk-search-button {
        min-width: 75px;
        font-size: .625em;
        line-height: 31px;
    }

    .ajax-load-search:before, .pagination-load-more .load:before {
        width: 28px;
        height: 28px;
        background-size: cover;
        background-position: 50% 50%;
    }

    .uk-lang button {
        line-height: 31px;
        font-size: .55em;
        padding: 0 4px 0 5px;
    }

    .uk-lang svg {
        width: 6px;
        height: 4px;
    }

    .uk-auth svg {
        width: 13px;
        height: 14px;
    }

    .uk-drop-catalog ul > li:first-child > * {
        border-top: 1px solid #E2E2E2;
    }

    .uk-drop-catalog ul > li:last-of-type > * {
        border-bottom: 1px solid #E2E2E2;
    }

    .uk-drop-catalog ul > li:first-child > ul.uk-nav-sub {
        border: none;
    }

    .uk-drop-catalog.uk-main-menu > ul > li > * {
        border: none;
        font-size: .875em;
    }

    .uk-offcanvas .uk-tel-drop {
        display: inline-block;
        margin-bottom: 15px;
    }

    .uk-offcanvas-bar .uk-socials svg, .uk-offcanvas-bar .uk-socials a {
        width: 30px;
        height: 30px;
    }

    .uk-offcanvas-bar .uk-socials a {
        box-sizing: border-box;
    }

    .uk-offcanvas-bar .uk-copyright {
        font-size: .75em;
        color: rgba(52, 58, 64, 0.33);
        padding: 16px 0 0 0;
    }

    .uk-offcanvas-page .uk-offcanvas:before {
        display: block;
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        filter: blur(14px);
        -webkit-filter: blur(14px);
        backdrop-filter: blur(14px);
    }

    .uk-lang .uk-drop {
        padding: 0 5px 6px 5px;
    }

    .uk-lang .uk-drop a {
        font-size: .55em;
    }

    .uk-lang .uk-drop {
        width: 29px;
    }
   .uk-mark-page .uk-grid > * {
      width: 50%;
   }


}


@media only screen and (max-width: 768px) {
    .uk-view-list .uk-grid > * {
        width: 50%;
    }

    .uk-brand-slide .uk-grid > *, .uk-brands .uk-grid > * {
        width: calc(100% * 1 / 3.001);
    }

    .uk-item-block, .uk-article-teaser {
        flex-direction: column;
    }

    /*.uk-article-teaser .uk-flex-1 {*/
    /*padding: 25px;*/
    /*}*/
    .uk-blog .uk-grid-margin {
        margin-top: 20px;
    }

    .uk-advantage-item-icon {
        margin: 0 0 10px 0;
        width: 44px;
        height: 44px;
    }

    .uk-advantage-item-icon svg, .uk-advantage-item-icon img {
        width: 23px;
        height: 23px;
    }

    .uk-node-fid {
        width: auto;
        margin: 0 0 10px 0;
    }

    .uk-grid-catalog > * {
        width: 100%;
    }

    .uk-product-box .uk-slideshow-items {
        min-height: 641px !important;
    }

    .uk-modal-dialog.uk-modal-lg {
        padding: 50px;
    }

    .uk-blog-page .uk-node-fid.uk-float-right {
        float: none;
        margin: 0 0 20px 0;
    }

    .uk-text-content {
        padding: 30px 15px;
    }

    .uk-contacts-items {
        width: 230px;
    }

    .uk-contacts-items .uk-flex-1 {
        width: 100%;
    }

    .uk-item-nav {
        font-size: .75em;
    }

    .uk-title-ceil {
        font-size: .75em;
        margin-left: 5px;
    }

    .uk-price-ceil span {
        padding-right: 10px;
    }

    .uk-modal-banner .banner-body {
        width: 455px;
        height: 256px;
    }

    .uk-modal-close-default.uk-modal-close-outside {
        margin-right: -275px;
    }

}


@media only screen and (max-width: 639px) {
    .uk-slider-front .uk-slideshow-items {
        min-height: 300px !important;
    }

    .uk-brand-slide .uk-grid > *, .uk-brands .uk-grid > * {
        width: 50%;
    }

    .uk-seo-text h1 {
        font-size: 1.5em;
        padding-bottom: 10px;
    }

    .uk-seo-text h2 {
        font-size: 1.25em;
        padding: 20px 0 10px 0;
    }

    .uk-seo-text h3 {
        font-size: .938em;
        padding: 10px 0;
    }

    .uk-seo-text ul:not(.uk-short), .uk-seo-text ol:not(.uk-short) {
        margin: 5px 0;
        padding-left: 10px;
    }

    .uk-footer-top .uk-grid > * {
        width: 50%;
        margin-bottom: 20px;
    }

    .uk-footer-bottom {
        flex-direction: column;
    }

    .uk-copyright {
        padding-bottom: 10px;
    }

    .uk-footer-top {
        padding: 35px 0 15px;
    }

    .uk-input-number-counter-box {
        /*display: none;*/
    }

    .uk-h1 {
        font-size: 1.25em;
    }

    .uk-seo-text-page {
        padding: 13px 20px;
    }

    ul.uk-breadcrumb > li > * {
        font-size: .75em;
    }

    .uk-product-box .uk-slideshow-items {
        min-height: 480px !important;
    }

    .uk-product-box {
        padding: 20px 10px;
        margin-bottom: 40px;
    }

    .uk-product-box .uk-percent {
        left: 16px;
    }

    .uk-product-box .uk-input-number-counter-box {
        display: flex;
        margin-bottom: 20px;
    }

    .uk-product-active {
        flex-direction: column;
    }

    .uk-comment {
        padding: 20px 10px;
    }

    .uk-h4 {
        font-size: 1em;
    }

    .uk-comment-meta {
        font-size: .75em;
    }

    .uk-comment-body {
        padding-top: 8px;
        font-size: .875em;
    }

    .uk-product-reviews {
        padding-bottom: 40px;
    }

    .uk-product-description {
        padding-bottom: 40px;
    }

    .uk-modal-dialog.uk-modal-lg {
        padding: 40px 30px;
    }

    .uk-modal-lg .uk-modal-title {
        font-size: 1.375em;
    }

    .uk-modal .uk-grid > * {
        width: 100%;
    }

    .uk-modal .box-field {
        padding-top: 15px;
    }

    .uk-accordion .uk-h2 {
        font-size: .875em;
    }

    .uk-accordion-title span {
        max-width: 90%;
    }

    .uk-accordion {
        padding: 16px 10px;
    }

    .uk-accordion > li {
        padding: 10px 0;
    }

    .uk-accordion-content {
        padding-top: 0;
    }

    .uk-maps {
        position: static;
        height: 400px;
    }

    .uk-maps:before {
        display: none;
    }

    .checkout-products-list > .uk-grid > *, .product-purchase-modifications,
    .uk-modal-checkout .product-purchase-modifications{
        width: 100%;
    }

    .checkout-products-list > .uk-grid > .uk-width-auto {
        display: flex;
    }

    .uk-checkout-products .uk-product-title:not(.uk-product-title-mb),
    .uk-modal-checkout .uk-product-title:not(.uk-product-title-mb){
        display: none;
    }

    .uk-product-title-mb {
        display: flex;
        align-items: center;
    }

    .uk-product-mod:not(.mobile) {
        flex: 1;
        justify-content: flex-end;
    }

    .checkout-promo .uk-grid > * {
        width: 100%;
    }

    .uk-checkout .checkout-promo .uk-grid-margin {
        margin-top: 0;
    }

    .uk-thanks-body .uk-flex {
        justify-content: center;
    }

    .uk-thanks-body .uk-btn {
        margin: 20px 0 0;
    }

    .uk-form-box {
        padding: 30px 15px;
    }

    .uk-grid-form > * {
        width: 100%;
    }

    .uk-item-nav > span:not(.uk-nav-icon) {
        display: none;
    }

    .uk-nav-icon {
        margin: 0 auto;
    }

    .uk-item-order > *, .uk-grid-profile > * {
        width: 100%;
    }

    .uk-user-fid {
        margin-right: 10px;
    }

    .uk-promo-fix a {
        width: 50px;
        height: 50px;
    }

    .uk-promo-fix span {
        width: 32px;
        height: 32px;
        padding: 5px;
        box-sizing: border-box;
    }

    #modal-review-user .uk-modal-dialog.uk-modal-lg {
        padding: 40px 30px;
    }

    .uk-comment-body {
        max-height: inherit;
    }

    .uk-checkout .uk-form .uk-input[name="promo"] {
        width: 100%;
        padding: 0 100px 0 10px;
    }

    .checkout-promo .uk-btn.uk-btn-primary {
        min-width: 111px;
        line-height: 36px;
        border-radius: 8px;
        position: absolute;
        top: 0;
        right: 0;
        background: #08A3A3;
        color: #fff;
    }

    .uk-checkout-products, .checkout-amount-strings {
        padding: 20px 10px;
    }

    .uk-drop-catalog ul > li svg {
        transform: rotate(0deg) translateY(-50%);
    }

    .uk-drop-catalog .uk-open svg {
        transform: rotate(0deg) translateY(-50%) scale(-1);
    }

    .catalog-filter-sorts {
        position: absolute;
        top: -10px;
        right: 0;
    }

    .products-list .uk-slider-items > *, .uk-brand-slide .uk-slider-items > * {
        opacity: 1;
    }

    .uk-modal-banner .banner-body {
        width: 364px;
        height: 205px;
    }

    #modal-banner.uk-modal {
        padding: 40px 10px;
    }

    .uk-modal-close-default.uk-modal-close-outside {
        margin-right: -230px;
    }

}

@media only screen and (max-width: 480px) {
    .uk-slider-front .uk-slideshow-items {
        min-height: 160px !important;
    }

    .uk-dotnav {
        margin-bottom: 10px;
        z-index: 2;
    }

    .uk-product-preview-image {
        height: 220px;
    }

    .uk-product-preview-image img {
        height: 220px;
    }

    .uk-product-card-button {
        padding: 0 10px 10px 10px;
    }

    .uk-view-list .uk-grid, .uk-block-slide .uk-grid {
        margin-left: -10px;
    }

    .uk-view-list .uk-grid > *, .uk-block-slide .uk-grid > * {
        padding-left: 10px;
    }

    .uk-product-price, .uk-product-purchase-quantity {
        padding-top: 15px;
    }

    .uk-slider-box {
        margin-bottom: 40px;
    }

    .uk-h2 {
        font-size: 1.25em;
        text-align: center;
    }

    .uk-price-old {
        font-size: .75em;
        padding: 0 5px;
    }

    .uk-product-price-box .uk-price-old {
        padding: 0 0 5px 0;
    }

    .uk-banner-block > div > div > div {
        width: 100%;
        margin-bottom: 15px;
    }

    .uk-advantage .uk-grid > * {
        width: 50%;
        margin-bottom: 10px;
    }

    .uk-block-slide {
        padding-top: 40px;
        text-align: center;
    }

    .uk-item-block {
        padding: 15px;
    }

    .uk-google-reviews-widget {
        padding: 25px;
    }

    .uk-node-item-date {
        min-width: 40px;
        min-height: 33px;
        padding: 7px;
        font-size: .55em;
    }

    .uk-item-block-title {
        font-size: .75em;
    }

    .uk-footer-top .uk-grid > * {
        width: 100%;
        margin-bottom: 20px;
    }

    .uk-footer-top {
        text-align: center;
    }

    .uk-footer-top ul.uk-nav-default li a, footer .uk-socials {
        justify-content: center;
    }

    .uk-item-block-content {
        font-size: .688em;
    }

    .uk-grid-category-products {
        margin-left: -10px;
    }

    .uk-grid-category-products > * {
        padding-left: 10px;
    }

    .uk-grid-margin {
        margin-top: 10px;
    }

    .uk-product-box .uk-slideshow-items {
        min-height: 380px !important;
    }

    .uk-product-details .uk-h1 {
        font-size: 1.25em;
        padding: 25px 0 15px;
        text-align: center;
    }

    .uk-product-details .uk-h1 + .uk-flex,
    .uk-product-details .uk-product-prices {
        justify-content: center;
    }

    .uk-product-box .uk-input-number-counter-box {
        margin: 0 auto 20px;
    }

    .product-state .uk-btn {
        margin: 0 20px;
    }

    .uk-product-price-active, .uk-product-box .uk-h3 {
        text-align: center;
    }

    .uk-product-brand {
        padding-left: 14px;
        margin-left: 14px;
    }

    .uk-product-pay > .uk-grid > div {
        width: 100%;
    }

    .uk-modal-dialog {
        padding: 30px;
    }

    .uk-item-block {
        padding: 15px;
    }

    .uk-article-teaser .uk-node-fid {
        margin: 0;
    }

    body .uk-breadcrumb {
        overflow: scroll;
        /* white-space: pre; */
        flex-flow: unset;
        width: 100%;
        margin: 0;
        padding: 10px 0;
    }

    body .uk-breadcrumb > li + li {
        white-space: nowrap;
    }

    .uk-page-breadcrumbs {
        padding: 0;
    }

    .uk-text-content {
        padding: 20px 15px;
    }

    .uk-date {
        font-size: .875em;
        padding-bottom: 10px;
    }

    .gallery-body {
        padding: 10px 0;
    }

    .uk-number-error {
        font-size: 9em;
    }

    .uk-number-error > div {
        width: 120px;
        margin-right: 13px;
    }

    .uk-not-found .uk-h1 {
        padding: 30px 0;
    }

    .uk-not-found {
        margin: 0 15px;
    }

    .uk-contacts-items {
        width: 100%;
        text-align: center;
    }

    .gm-style .gm-style-iw-c {
        transform: translate3d(-50%, -100%, 0);
    }

    .uk-mark-text {
        padding: 8px;
    }

    footer .uk-item-info a {
        justify-content: center;
    }

    .checkout-delivery-courier > .uk-grid > * {
        width: 100%;
    }

    .uk-select {
        padding: 0 20px 0 20px;
        background-position: right 4px top 50%;
    }

    .products-search .product-title {
        padding-left: 5px;
        font-size: .875em;
    }

    .products-search .product-price {
        width: 60px;
    }

    .uk-grid-checkout .uk-child-width-1-2 > * {
        width: 100%;
    }

    header {
        z-index: 111111;
    }

    .uk-percent {
        width: 22px;
        height: 22px;
        background-size: cover;
        background-position: 50% 50%;
        font-size: .5em;
    }

    .uk-product-review {
        padding-top: 0;
    }

    .uk-modal-banner .banner-body {
        width: 100%;
        height: 200px;
        border-radius: 20px;
    }

    .uk-modal-dialog.uk-modal-banner {
        border-radius: 20px;
        box-shadow: 6.65526px 67.6735px 80px rgba(3, 109, 109, 0.5);
    }

    .uk-modal-close-default.uk-modal-close-outside {
        width: 32px;
        height: 34px;
    }

    .uk-modal-close-default.uk-modal-close-outside {
        margin-right: 0;
        right: 10px;
    }

    .uk-thumbnav {
        height: 180px;
        padding: 0 25px;
    }

    .uk-thumbnav > li > a {
        width: 46px;
        height: 46px;
    }

    .uk-thumbnav-vertical {
        margin-top: -12px;
    }

    .uk-thumbnav-vertical > * {
        padding-top: 12px;
    }

    .uk-thumbnav-box .uk-slidenav svg {
        width: 11px;
        height: 6.5px;
    }

    .uk-teaser-marks {
        top: 8px;
        left: 8px;
    }

    /*.uk-param-mark > div {*/
        /*width: 50%;*/
    /*}*/

    .uk-icon-zoom svg {
        width: 22px;
        height: 22px;
    }

    .uk-product-preview-image .uk-icon-zoom {
        bottom: 8px;
        left: 8px;
    }

    .uk-price-current {
        font-size: 1.25em;
    }

    .product-params {
        font-size: .75em;
    }

    .price-current {
        font-size: 1em;
    }

    .uk-search-results-items > div {
        padding: 3px 8px;
    }

    .uk-product-teaser iframe {
        width: 100% !important;
    }

    .uk-product-teaser .uk-seo-text-page {
        box-sizing: content-box;
    }

    .uk-checkout .product-price {
        width: auto;
        flex: 1;
    }

    .uk-main-menu img {
        display: none;
    }

    .uk-product-page-marks, .uk-teaser-marks {
        width: 22px;
    }

    .uk-product-preview-image picture img {
        object-fit: contain;
    }
    #uk-hit-products, #uk-sale-products {
        min-height: 500px;
    }

}

@media only screen and (max-width: 420px) {
    .uk-product-preview-image {
        height: 180px;
    }
    .uk-product-preview-image img {
        height: 180px;
    }
}

@media only screen and (max-width: 400px) {
    .uk-product-box .uk-slideshow-items {
        min-height: 300px !important;
    }

    /*.uk-modal-banner .banner-body {*/
    /*width: 233px;*/
    /*height: 132px;*/
    /*}*/
    /*.uk-modal-close-default.uk-modal-close-outside {*/
    /*margin-right: -155px;*/
    /*}*/
}

@media only screen and (max-width: 375px) {
    .uk-product-box .uk-slideshow-items {
        min-height: 280px !important;
    }

    .uk-product-reviews .uk-btn.uk-btn-primary {
        min-width: 150px;
        font-size: .75em;
    }

    .uk-banner-header {
        height: 25px;
        background-size: cover;
    }

    /*.uk-modal-close-default.uk-modal-close-outside {*/
    /*margin-right: -150px;*/
    /*}*/
}


.uk-scroll-horizontal {
    overflow-y: hidden;
    overflow-x: scroll;
    scrollbar-height: thin;
}

.uk-scroll-horizontal::-webkit-scrollbar {
    height: 4px
}

.uk-scroll-vertical, .products-search, .uk-comment-body {
    overflow-y: scroll;
    overflow-x: hidden;
    scrollbar-width: thin;
    scrollbar-color: #08A3A3 #fff;
}

.uk-scroll-vertical::-webkit-scrollbar, .products-search::-webkit-scrollbar, .uk-comment-body::-webkit-scrollbar {
    width: 5px;
}

.uk-scroll-custom::-webkit-scrollbar-thumb, .products-search::-webkit-scrollbar-thumb, .uk-comment-body::-webkit-scrollbar-thumb {
    background-color: var(--scroll-color);
    border-radius: 12px;
}

.products-search::-webkit-scrollbar-track, .uk-scroll-custom::-webkit-scrollbar-track {
    margin: 12px 12px;
}


:root {
    --body-bg-color: #f5faf5;
    --scroll-color: #08A3A3;
    --scroll--hover-color: #f5faf5;
    --scroll-track-color: hsla(0, 0%, 100%, 0)
}

:root {
    --ck-color-mention-background: rgba(153, 0, 48, 0.1);
    --ck-color-mention-text: #990030;
    --ck-highlight-marker-blue: #72ccfd;
    --ck-highlight-marker-green: #62f962;
    --ck-highlight-marker-pink: #fc7899;
    --ck-highlight-marker-yellow: #fdfd77;
    --ck-highlight-pen-green: #128a00;
    --ck-highlight-pen-red: #e71313;
    --ck-image-style-spacing: 1.5em;
    --ck-todo-list-checkmark-size: 16px;
}

button, a {
    outline: none !important;
    -webkit-tap-highlight-color: transparent
}

body a:hover, a:focus, a:active {
    -webkit-tap-highlight-color: transparent
}

input[type="search"]::-webkit-search-decoration:hover,
input[type="search"]::-webkit-search-cancel-button:hover {
    cursor: pointer;
}

input[type='search']::-webkit-search-decoration,
input[type='search']::-webkit-search-results-button,
input[type='search']::-webkit-search-results-decoration {
    display: none;
}

input#uk-promo-code {
    -moz-appearance: textfield;
    pointer-events: none;
}

#control-edit-box {
    z-index: 11;
}

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

.uk-category-banner {
    padding: 15px;
    color: #000;
}

.uk-category-banner:hover,
.uk-category-banner:focus,
.uk-category-banner:active {
    color: #000;
}

.uk-search-brand {
    font-size: 2em;
    font-weight: 700;
    color: #08A3A3;
}

#modal-basket-contents .uk-modal-dialog {
    width: 100%;
    max-width: 900px !important;
    padding-left: 25px;
    padding-right: 25px;
}

#modal-basket-contents .uk-modal-footer {
    margin-top: 25px;
}

#modal-basket-contents .uk-modal-footer button {
    margin-right: 15px;
}

#modal-basket-contents .uk-modal-title {
    font-size: 2em;
    font-family: "ubuntubold", sans-serif;
    line-height: 2.250em;
    margin: 0;
    padding: 0;
}

#modal-basket-contents .uk-modal-footer .uk-btn-3,
#modal-basket-contents .uk-modal-footer .uk-btn-2 {
    height: 50px;
    line-height: 50px;
    padding: 0 50px;
    background-color: #fff;
    border-radius: 10px;
    min-width: 100px;
    font-family: "ubuntumedium", sans-serif;
    font-size: .875em;
    color: #08A3A3;
    border: 1px #08A3A3 solid;
    transition: all .3s;
    margin: 0;
    white-space: nowrap;
}

#modal-basket-contents .uk-modal-footer .uk-btn-3 {
    color: #fff;
    background-color: #08A3A3;
}

#modal-basket-contents .uk-modal-footer .uk-btn-3:hover {
    background-color: #016C6C;
    border-color: #016C6C;
}

#modal-basket-contents .uk-modal-footer .uk-btn-2:hover {
    color: #fff;
    background-color: #016C6C;
    border-color: #016C6C;
}

#modal-basket-contents .uk-modal-footer > *:first-child {
    margin-right: 30px;
}

#modal-basket-contents .uk-input {
    width: 50px;
}

#modal-basket-contents .basket-amount-strings {
    font-size: 1.500em;
    padding: 30px 30px 15px;
}

#modal-basket-contents .basket-amount-strings span:nth-child(1) {
    font-weight: 700;
}

#modal-basket-contents .basket-amount-strings span:nth-child(2) {
    color: #08A3A3;
    font-weight: 500;
    float: right;
}

#modal-basket-contents .basket-amount-strings i {
    font-style: normal;
    color: #000;
}


@media only screen and (max-width: 768px) {
    #modal-basket-contents {
        padding: 10px;
    }

    #modal-basket-contents .uk-modal-title {
        font-size: 1.286em;
    }

    #modal-basket-contents .uk-modal-footer {
        display: flex;
        flex-direction: column;
        margin-top: 10px;
    }

    #modal-basket-contents .uk-modal-footer > *:first-child {
        margin-right: 0;
        margin-bottom: 10px;
    }

    #modal-basket-contents .uk-modal-footer .uk-btn-3,
    #modal-basket-contents .uk-modal-footer .uk-btn-2 {
        height: 40px;
        line-height: 40px;
    }

    #modal-basket-contents .basket-amount-strings {
        font-size: 1.143em;
        padding: 15px;
    }

    #modal-basket-contents .product-mod-purchase-quantity.mobile .uk-input-number-counter-box button {
        width: 30px;
        height: 30px;
    }

    #modal-basket-contents .product-mod-purchase-quantity.mobile .uk-input-number-counter-box input {
        height: 30px;
    }

    #modal-basket-contents .product-purchase-modifications.mobile {
        margin-top: 10px;
    }
}

.uk-product-purchase-quantity.mobile .uk-input-number-counter-box {
    margin-bottom: 10px;
    margin-right: 0;
    margin-left: 0;
}

.uk-product-purchase-quantity.mobile .uk-input-number-counter-box button {
    width: 30px;
    height: 30px;
}

.uk-product-purchase-quantity.mobile .uk-input-number-counter-box input {
    height: 30px;
}

.uk-product-purchase-quantity.mobile {
    padding-top: 5px;
}

.uk-product-price-active.mobile button:first-child {
    margin-bottom: 15px;
}

.checkout-products-list.mobile > div > .uk-width-expand {
    margin-top: 0;
}

.product-purchase-modifications.mobile .uk-btn-remove {
    margin-right: 15px;
}

.uk-delivery-method {

}

#payment-retry-box .order-id {
    font-family: 'ubuntumedium', sans-serif;
    font-size: 2em;
    line-height: 1.25em;
    padding: 5px 0;
}

#payment-retry-box .order-id span {
    font-weight: 500;
    color: #08A3A3;
}

#payment-retry-box .order-amount {
    padding-top: 15px;
    margin-top: 33px;
    border-top: 1px solid #E2E2E2;
    font-size: 1.5em;
    font-weight: 700;
}

#payment-retry-box .order-amount .amount {
    color: #08A3A3;
}

#payment-retry-box .order-amount .currency {
    color: #343A40;
    font-weight: 300;
    font-size: .75em;
}

#payment-retry-box .order-button {
    text-align: center;
    padding: 40px 0 15px;
}

#payment-retry-box .order-button input[type="submit"] {
    background: url("../images/platon.png") #f7941e 50% 50% no-repeat;
    background-size: 50%;
    border-radius: 10px;
    width: 250px;
    height: 50px;
    transition: all .3s;
    box-shadow: 1px 3px 5px rgb(126 126 126 / 35%);
    color: transparent;
    cursor: pointer;
}

#payment-retry-box .order-button input[type="submit"]:hover,
#payment-retry-box .order-button input[type="submit"]:active {
    background-color: #e45d25;
}

#payment-retry-box .order-button button {
    margin: 5px 15px;
}

#payment-retry-box .order-button button:disabled {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=.5)";
    filter: alpha(opacity=.5);
    -moz-opacity: 50%;
    -khtml-opacity: 50%;
    opacity: 50%;
    cursor: no-drop;
}

#payment-retry-box .uk-h3 {
    font-weight: 700;
    color: #08A3A3;
}

#payment-retry-box .order-change-payment label {
    font-weight: 500;
    display: block;
    margin: 15px 0;
}

#payment-retry-box .order-change-payment label span {
    position: relative;
    display: inline-flex;
    align-items: center;
    user-select: none;
    line-height: 1;
    font-size: 1em;
    font-weight: 500;
}

#payment-retry-box .order-change-payment label span::before {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #adb5bd;
    border-radius: 50%;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

#payment-retry-box .order-change-payment label:hover span::before {
    border-color: #92cece;
    box-shadow: 0 0 0 0.2rem rgb(8, 163, 163, .25);
}

#payment-retry-box .order-change-payment label:active span::before {
    background-color: #92cece;
    border-color: #92cece;
}

#payment-retry-box .order-change-payment label input:checked + span::before {
    border-color: #08a3a3;
    background-color: #08A3A3;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

#brand-body > *:last-child {
    margin-bottom: 30px;
}

.uk-prod-fix-panel {
    background-color: #fff;
    z-index: 9;
    transition: all .3s;
    left: 0;
    bottom: 0;
    right: 0;
}

.uk-prod-fix-panel.uk-inactive {
    transform: translateY(100%);
}

.uk-prod-fix-panel .product-state {
    padding: 15px;
}

.uk-prod-fix-panel .product-state .uk-btn {
    margin: 0;
}

.uk-promo-help {
    font-size: .75em;
    color: rgba(52, 58, 64, .6);
    padding-top: 5px;
}
