/**/
:root {
    --theme-black: #363E41;
    --theme-white: #FFFFFF;

    --theme-darkred: #632B2A;
    --theme-darkgreen: #1E4932;
}

.img-container {
    position: relative;
    overflow: hidden;
    display: inline-block;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
}

.img-container canvas {
    width: 100%;
}

.img-container img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    object-fit: contain;
    max-height: 100%;
    width: 100%;
    height: 100%;
}

/**/
.sidebar-products-body ul {
    max-height: unset;
}

/**/
.gallery .swiper-slide, .gallery-thumbs .swiper-slide {
    background-color: var(--theme-white);
}

/**/
.gallery-thumbs .img-container::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    opacity: 0;
    z-index: 10;
    transition: opacity 0.2s ease;
}

.swiper-slide-thumb-active .img-container::after {
    opacity: 1;
}

/**/
@media screen and (min-width: 960px) {
    .checkout-payment-item label {
        min-height: 100px;
    }
}

/**/
.symptoms-list-card.active .symptoms-list-card-title::after {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-name: blink-after;
    animation-name: blink-after;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

.symptoms-list-card.active .symptoms-list-card-title::before {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-name: blink-before;
    animation-name: blink-before;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

.symptoms-list-card.active::after {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-name: blink-after;
    animation-name: blink-after;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@-webkit-keyframes blink-after {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes blink-after {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes blink-before {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes blink-before {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/**/
.card-name-share {
    border-right: unset;
    padding-right: 0;
    margin-right: 0;
}

/**/
.gallery-thumbs .img-container {
    max-width: 64px;
}

.gallery-thumbs .swiper-slide {
    width: auto;
}

/**/
.mb-24 {
    margin-bottom: 24px;
}

/**/
.button-second strong {
    font-weight: normal;
}

/**/
.search-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.search-list li {
    padding-bottom: 24px;
    margin-bottom: 40px;
    border-bottom: 1px solid #DDDDDD;
}

.search-list li a {
    display: inline-block;
    transition: color 0.3s ease;
}

.search-list li a:first-child {
    margin-bottom: 16px;
    font-size: 20px;
    line-height: 1.5;
}

@media screen and (max-width: 959.98px) {
    .search-list li a:first-child {
        font-size: 18px;
    }
}

.search-list li a:last-child {
    margin-top: 32px;
    font-size: 14px;
    line-height: 1.2;
}

.search-list li div {
    font-size: 18px;
    line-height: 1.5;
}

@media screen and (max-width: 959.98px) {
    .search-list li div {
        font-size: 16px;
    }
}

.tabs-switcher-custom a {
    height: unset;
    min-height: 56px;
    display: flex;
    align-items: center;
    line-height: 1.2;
    white-space: normal;
    padding-top: 8px;
    padding-bottom: 8px;
    box-sizing: border-box;
}

@media screen and (max-width: 959.98px) {
    .tabs-switcher-custom a {
        height: unset;
        min-height: 44px;
        line-height: 1.2;
        white-space: nowrap;
        padding-top: 4px;
        padding-bottom: 4px;
    }
}

/**/
.head-dropdown {
    background-color: #000000;
    padding: 0;
}

.head-dropdown ul {
    display: flex;
    flex-direction: column;
    gap: 0 !important;
}

.head-dropdown ul li {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.head-dropdown ul li a {
    display: block;
    padding: 27px 11px;
    font-size: 18px;
    transition: color .3s, background-color .3s;
}

.head-dropdown ul li a:hover {
    color: #000;
    opacity: 1 !important;
    background-color: #CDCCCA;
}

.navbar .uk-container {
    padding-top: 0;
    padding-bottom: 0;
}

.navbar-inner {
    padding-top: 20px;
    padding-bottom: 20px;
}

.navbar [aria-haspopup="true"] {
    position: relative;
}

.navbar [aria-haspopup="true"] span {
    margin-right: 10px;
}

.navbar [aria-haspopup]::after {
    content: '';
    position: absolute;
    top: -24px;
    bottom: -25px;
    left: -12px;
    right: -12px;
    background-color: #CDCCCA;
    opacity: 0;
    transition: opacity .3s;
}

.navbar [aria-haspopup] > * {
    position: relative;
    z-index: 1;
}

.navbar a[aria-expanded="true"] {
    color: var(--theme-darkred);
}

.navbar [aria-expanded="true"]::after {
    opacity: 1;
}

.navbar a[aria-haspopup]:hover {
    opacity: 1 !important;
    color: var(--theme-darkred);
}

.navbar a:not(.navbar-logo) {
    display: flex;
    align-items: center;
}

.navbar-menu-container > ul {
    gap: 12px;
}

.navbar-menu-container > ul li {
    padding-left: 12px;
    padding-right: 12px;
}

.head-sticky .navbar-inner {
    height: 62px;
}

@media screen and (max-width: 959.98px) {
    .head-sticky .navbar-inner {
        height: 56px;
    }
}

.head-sticky [aria-haspopup]::after {
    top: -20px;
    bottom: -20px;
}

/**/
.navbar {
    height: auto;
}

.navbar-inner {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    height: 72px;
    padding: 0;
    transition: height .3s;
}

@media screen and (max-width: 959.98px) {
    .navbar-inner {
        height: 56px;
    }
}

.navbar-inner > div {
    display: flex;
    align-items: center;
}

/**/
.offcanvas-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1009;
    opacity: 1;
    visibility: visible;
}

.offcanvas-body {
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.offcanvas-close {
    cursor: pointer;
    position: relative;
    display: block;
}

.offcanvas-close svg {
    color: #000000;
    position: relative;
    z-index: 110;
    transform: translate3d(0, 0, 0);
}

.offcanvas-close-bg::after {
    content: "";
    position: absolute;
    top: -21px;
    right: -21px;
    width: 80px;
    height: 56px;
    z-index: 100;
    background: linear-gradient(to left, var(--theme-white), rgba(255, 255, 255, 0));
    pointer-events: none;
}

.offcanvas {
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    z-index: 12000;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    transform: translateX(-100%);
    transition: all 0.5s ease;
    width: 100%;
    background: var(--theme-white);
    -webkit-overflow-scrolling: touch;
    scrollbar-color: #000000;
    scrollbar-width: thin;
}

.offcanvas::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: #000000;
}

.offcanvas::-webkit-scrollbar {
    width: 2px;
    display: none;
}

.offcanvas::-webkit-scrollbar-track {
    border-radius: 1px;
    background: lightgray;
}

.offcanvas::-webkit-scrollbar-thumb {
    border-radius: 1px;
}

@media screen and (min-width: 575.98px) {
    .offcanvas {
        width: 340px;
    }
}

.offcanvas-multilevel {
    display: flex;
}

.offcanvas_active {
    transform: translateX(0);
    overflow: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

.offcanvas__list {
    list-style: none;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    margin: 0;
    padding: 0;
    width: 100%;
    background: #000000;
    scrollbar-color: var(--theme-white);
    scrollbar-width: thin;
}

.offcanvas__list::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: #000000;
}

.offcanvas__list::-webkit-scrollbar {
    width: 2px;
    display: none;
}

.offcanvas__list::-webkit-scrollbar-track {
    border-radius: 1px;
    background: lightgray;
}

.offcanvas__list::-webkit-scrollbar-thumb {
    border-radius: 1px;
}

.offcanvas__list-item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px 0;
    margin: 0 16px;
    color: #000000;
    text-decoration: none;
    transition: color 0.3s ease;
}

.offcanvas__list-item svg {
    transition: fill 0.3s ease;
    fill: gray;
}

.offcanvas__list-item span {
    font-family: 'Oswald', sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    color: var(--theme-white);
    text-transform: uppercase;
}

.offcanvas__list-item span:not(:first-child) {
    margin-left: 16px;
}

.offcanvas__has-subnav:last-child > .offcanvas__list-item {
    border-bottom: transparent;
}

.offcanvas__has-subnav > a {
    position: relative;
}

.offcanvas__has-subnav > a::after {
    content: "";
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAxNyAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9Ik5hdmlnYXRpb24gaWNvbnMiPgo8cGF0aCBpZD0iVmVjdG9yIDI1MiIgZD0iTTYgMTVMMTIuNSA4LjVMNiAyIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L2c+Cjwvc3ZnPgo=");
    background-size: 16px;
    width: 16px;
    height: 16px;
    margin-left: 8px;
}

.offcanvas__subnav {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    background: #000000;
    z-index: 40;
    transform: translate3d(101%, 0, 0);
    transition: transform 0.5s;
}

.offcanvas__subnav_active {
    transform: translate3d(0, 0, 0);
    width: 100%;
}

.offcanvas__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
    color: var(--theme-white);
}

.offcanvas__back-track {
    display: flex;
    align-items: center;
    padding: 12px 16px;
    background: #000000;
    color: var(--theme-white);
    text-decoration: none;
    cursor: pointer;
    margin-bottom: 42px;
}

.offcanvas__back-track::before {
    content: "";
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9Ik5hdmlnYXRpb24gaWNvbnMiPgo8cGF0aCBpZD0iVmVjdG9yIDI1MiIgZD0iTTEwLjUgMS41TDQgOEwxMC41IDE0LjUiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjwvZz4KPC9zdmc+Cg==");
    background-size: 24px;
    width: 24px;
    height: 24px;
    margin-right: 8px;
}

.offcanvas__back-track:hover {
    color: var(--theme-white);
}

.offcanvas__back-track-title {
    color: #FFF;
    font-family: "Oswald", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    text-transform: uppercase;
}

.offcanvas-footer {
    background: #CDCCCA;
    padding: 32px 30px;
}

.offcanvas-footer .soc a {
    background-color: #000;
    margin-right: 12px;
}

.offcanvas-footer .soc a:last-child {
    margin-right: 0;
}

.offcanvas__links {
    border-top: 0.5px solid rgba(255, 255, 255, 0.25);
    border-bottom: 0.5px solid rgba(255, 255, 255, 0.25);
    padding: 20px;
}

.offcanvas__links ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.offcanvas__links li {
    line-height: 1.2;
}

.offcanvas__links li:not(:last-child) {
    margin-right: 24px;
}

.offcanvas__links li a {
    font-size: 14px;
    line-height: 1.2;
    color: #000000;
    text-decoration: unset;
}

.offcanvas-items {
    padding-top: 42px;
    padding-bottom: 42px;
}

.offcanvas-items ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.offcanvas-light {
    background: var(--theme-white);
}

.offcanvas-light .offcanvas__head {
    background: #F6F6F6;
    color: #000000;
    padding: 11.2px 16px;
}

.offcanvas-light .offcanvas-close-bg::after {
    background: linear-gradient(to left, #F6F6F6, rgba(255, 255, 255, 0));
}

.offcanvas-nav span {
    font-size: 14px;
}

.offcanvas-social a {
    color: #8C8C8C;
}

@media screen and (max-width: 959.98px) {
    .offcanvas-social svg {
        width: 24px !important;
        height: 24px !important;
    }
}

.mt-42 {
    margin-top: 42px;
}

.mt-48 {
    margin-top: 48px;
}

.footer .uk-section-secondary {
    padding-top: 56px;
    padding-bottom: 32px;
}

@media screen and (max-width: 959.98px) {
    .footer-logo {
        max-width: 145px;
    }
}


@media screen and (max-width: 959.98px) {
    .row-scroll {
        margin-right: -30px;
        margin-left: -30px;
        padding-right: 30px;
        padding-left: 30px;
        overflow-x: scroll;
        flex-wrap: nowrap;
        overflow-y: hidden;
    }

    .row-scroll::-webkit-scrollbar {
        display: none;
    }

    .row-scroll > *:first-child {
        margin-left: -16px;
    }
}

@media screen and (max-width: 639.98px) {
    .row-scroll {
        margin-right: -16px;
        margin-left: -16px;
        padding-right: 16px;
        padding-left: 16px;
    }
}

.uk-section-secondary, .slider-title, .navbar,
.uk-section-muted .chess-text h2, .head-dropdown,
.offcanvas__list, .offcanvas__back-track,
.offcanvas-footer .soc a, .contacts .soc a,
.uk-section.uk-section-muted h2, .uk-section.uk-section-muted .uk-h2 {
    background: var(--theme-black);
}

h1, .uk-h1,
h2, .uk-h2,
h3, .uk-h3,
h4, .uk-h4,
h5, .uk-h5,
h6, .uk-h6,
.uk-heading-small,
.uk-heading-medium,
.uk-heading-large,
.uk-heading-xlarge,
.uk-heading-2xlarge {
    color: var(--theme-black);
}

a,
.uk-link {
    color: var(--theme-black);
}

.uk-form-label, .uk-section-muted .chess-text h5 {
    color: var(--theme-black);
}

.uk-radio, .uk-checkbox {
    border-color: var(--theme-black);
}

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

.uk-radio:checked:focus, .uk-checkbox:checked:focus, .uk-checkbox:indeterminate:focus {
    background-color: var(--theme-black) !important;
}

.uk-button-default {
    color: var(--theme-black);
    border-color: var(--theme-black);
}

.uk-button-default:hover {
    background-color: var(--theme-black);
}

.uk-button-default:active, .uk-button-default.uk-active {
    color: var(--theme-white);
}

.uk-button-secondary:hover {
    color: var(--theme-black);
}

.uk-button-secondary:active, .uk-button-secondary.uk-active {
    background-color: var(--theme-black);
}

.uk-button-secondary:active:hover {
    border-color: var(--theme-white);
    color: var(--theme-white);
}


.head-dropdown ul li a:hover, .docs-cats.head, .doc-title, .search-desc {
    color: var(--theme-black);
}

header {
    background: var(--theme-black);
}

@media screen and (max-width: 959.9px) {
    .navbar .uk-container {
        background: var(--theme-black);
    }
}

html {
    color: var(--theme-black);
}

header, .navbar {
    background: var(--theme-darkred);
}

@media screen and (max-width: 959.9px) {
    .navbar .uk-container {
        background: var(--theme-darkred);
    }
}

.offcanvas-footer {
    background: var(--theme-white);
}

.offcanvas-footer .uk-h5 {
    color: var(--theme-darkgreen);
}

.uk-section-muted, .offcanvas__list, .offcanvas-footer .soc a, .offcanvas__back-track {
    background: var(--theme-darkgreen);
}

.uk-section-muted .chess-text p {
    color: var(--theme-white);
}

.uk-section-secondary, .uk-section-muted .chess-text h2, .contacts .soc a, .uk-section.uk-section-muted h2, .uk-section.uk-section-muted .uk-h2 {
    background: var(--theme-white);
    color: var(--theme-darkgreen);
}

.head-dropdown {
    background: var(--theme-darkred);
}

.head-dropdown ul li a:hover {
    background: var(--theme-white);
    color: var(--theme-darkred);
}

.navbar [aria-haspopup]::after {
    background-color: var(--theme-white);
}

.uk-section-muted .chess-text h5 {
    color: var(--theme-white);
}

.chess-text .uk-button-default:not(:hover):not(:active) {
    color: var(--theme-white);
    border-color: var(--theme-white);
}

.chess-text .uk-button-default:hover {
    color: var(--theme-darkgreen);
    background-color: var(--theme-white);
}

.footer .uk-section-secondary {
    background: var(--theme-darkred);
    color: var(--theme-white);
}

.uk-section h2, .uk-section .uk-h2 {
    color: var(--theme-white);
    background: var(--theme-darkgreen);
}

.uk-section:not(.uk-section-small) h5, .uk-section:not(.uk-section-small) .uk-h5 {
    color: var(--theme-darkgreen);
}

.uk-section-small, .uk-section-small a:not(:hover), .uk-section-small .uk-h5 {
    color: var(--theme-white);
}

.uk-section-small a svg {
    color: var(--theme-darkgreen);
}

.uk-button-default:not(:hover):not(:active) {
    color: var(--theme-darkgreen);
    border-color: var(--theme-darkgreen);
}

.uk-button-default:hover {
    color: var(--theme-white);
    background-color: var(--theme-darkgreen);
}

.docs-cats.head {
    color: var(--theme-darkgreen);
}

.video {
    position: relative;
}
.video .bg-black {
    background: rgba(0, 0, 0, 0.4);
}