@charset "UTF-8";

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

body {
    font-family: Karla, Arial, Helvetica, sans-serif;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    color: #4c4c4c;
    line-height: 1.6;
    font-size: 16px
}

ul {
    list-style: none
}

td {
    text-align: left;
    font-weight: 400;
    vertical-align: middle
}

q {
    quotes: none
}

q {
    quotes: none
}

q:after,
q:before {
    content: "";
    content: none
}

a img {
    border: none
}

footer,
header {
    display: block
}


@keyframes load-spin {
    100% {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes load-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes fade-in {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes fade-in {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fade-out {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@-webkit-keyframes fade-out {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes semi-fade-out {
    from {
        opacity: 1
    }

    to {
        opacity: .6
    }
}

@-webkit-keyframes semi-fade-out {
    from {
        opacity: 1
    }

    to {
        opacity: .6
    }
}



p {
    margin-bottom: 20px
}

a {
    color: #202020;
    -webkit-transition: all .2s;
    transition: all .2s
}

a:hover {
    color: #000;
    text-decoration: underline
}

a:focus {
    color: #000;
    text-decoration: none;
    outline: 0
}

.title,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Karla, Arial, Helvetica, sans-serif;
    color: #1b1919;
    margin-bottom: 20px;
    line-height: 1.4
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit
}

h1 {
    font-size: 28px
}

h2 {
    font-size: 24px
}

h3 {
    font-size: 22px
}

h4 {
    font-size: 20px
}

h5 {
    font-size: 16px
}

h6 {
    font-size: 12px
}

ins {
    padding: 2px 5px
}

hr {
    width: 100%;
    border-top: 1px solid rgba(27, 27, 27, .6);
    margin-top: 0;
    margin-bottom: 20px
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle
}

a[href^=tel] {
    color: #1aada3
}

a[href^=tel]:focus,
a[href^=tel]:hover {
    color: #000
}

.basel-lazy-load {
    width: 100%;
    transition: all .3s ease;
    transform: translateZ(0)
}

.basel-lazy-fade {
    opacity: 0
}

.basel-lazy-fade.basel-loaded {
    opacity: 1
}
.title-wrapper{
    background-color: #1E3E34;
    padding: 1rem;
    color: white;
    position: fixed;
    width: 100%;
    left: 0;
    box-sizing: border-box;
    z-index: 10;
    top:0;
}
.title-wrapper>span {
    display: block
}

.title-wrapper .title {
    display: block;
    margin-bottom: 30px;
    position: relative;
    color: inherit;
}
.title-wrapper.basel-title-size-default .title-subtitle {
    font-size: 18px;
}
.title-wrapper.basel-title-style-bordered .liner-continer {
    display: table-row;
    box-sizing: border-box;
}
.title-wrapper.basel-title-style-bordered .liner-continer .left-line, .title-wrapper.basel-title-style-bordered .liner-continer .right-line {
    display: table-cell;
}
.title-wrapper.basel-title-style-bordered .liner-continer .left-line::after, .title-wrapper.basel-title-style-bordered .liner-continer .right-line::after {
}
.liner-continer .left-line::after, .liner-continer .right-line::after {
    content: "";
    width: 100%;
    display: inline-block;
    height: 1px;
    vertical-align: middle;
}
.liner-continer .left-line, .liner-continer .right-line {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
}
.liner-continer .left-line {
    padding-right: 20px;
}
.liner-continer .right-line {
    padding-left: 20px;
}
.title-wrapper.basel-title-style-bordered .liner-continer .title {
    white-space: nowrap;
    margin-bottom: 0;
    margin-top: 0;
    max-width: 900px;
    overflow: hidden;
}
.basel-timeline-wrapper {
    position: relative;
    padding-top: 50px;
    margin-bottom: 50px;
    margin-top: 5rem;
}

.basel-timeline-line {
    position: absolute;
    top: 0;
    bottom: -50px;
    -webkit-transform: translateX(-1px);
    transform: translateX(-1px);
    left: 50%;
    width: 2px
}

.basel-timeline-line .dot-end,
.basel-timeline-line .dot-start {
    position: absolute;
    left: 50%;
    transform: translateX(-4px);
    -webkit-transform: translateX(-4px);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    box-shadow: inset 100px 100px rgba(0, 0, 0, .1)
}

.basel-timeline-line .dot-start {
    top: 0
}

.basel-timeline-line .dot-end {
    bottom: 0
}

.basel-timeline-breakpoint {
    margin-bottom: 50px;
    text-align: center
}

.basel-timeline-breakpoint-title {
    position: relative;
    display: inline-block;
    padding: 8px 25px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    z-index: 1;
    border-radius: 5px;
    border: solid 2px #fff;
    color: #fff
}

.basel-timeline-item {
    position: relative;
    margin-bottom: 50px;
    margin-left: 30px;
    margin-right: 30px
}

.basel-timeline-id-5eb5412ae7563 .basel-timeline-dot {
    background-color: #000000;
}
.basel-timeline-item h1,
.basel-timeline-item h2,
.basel-timeline-item h3,
.basel-timeline-item h4,
.basel-timeline-item h5,
.basel-timeline-item h6,
.basel-timeline-item p {
    margin-bottom: 15px
}

.basel-timeline-item h1:first-child:empty,
.basel-timeline-item h2:first-child:empty,
.basel-timeline-item h3:first-child:empty,
.basel-timeline-item h4:first-child:empty,
.basel-timeline-item h5:first-child:empty,
.basel-timeline-item h6:first-child:empty,
.basel-timeline-item p:first-child:empty {
    display: none
}

.basel-timeline-item h1:last-child,
.basel-timeline-item h2:last-child,
.basel-timeline-item h3:last-child,
.basel-timeline-item h4:last-child,
.basel-timeline-item h5:last-child,
.basel-timeline-item h6:last-child,
.basel-timeline-item p:last-child {
    margin-bottom: 0
}

.basel-timeline-item .timeline-secondary .basel-timeline-content h1,
.basel-timeline-item .timeline-secondary .basel-timeline-content h2,
.basel-timeline-item .timeline-secondary .basel-timeline-content h3,
.basel-timeline-item .timeline-secondary .basel-timeline-content h4,
.basel-timeline-item .timeline-secondary .basel-timeline-content h5,
.basel-timeline-item .timeline-secondary .basel-timeline-content h6,
.basel-timeline-item .timeline-secondary .basel-timeline-content p {
    margin-bottom: 0
}

.basel-timeline-item .basel-timeline-content:empty,
.basel-timeline-item .basel-timeline-title:empty {
    display: none
}

.basel-timeline-item .basel-timeline-image {
    display: inline-block;
    overflow: hidden
}

.basel-timeline-item .basel-timeline-content,
.basel-timeline-item .basel-timeline-image {
    margin-bottom: 15px
}

.basel-timeline-item .timeline-link {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.basel-item-position-left,
.basel-item-position-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.basel-item-position-left .timeline-primary,
.basel-item-position-left .timeline-secondary,
.basel-item-position-right .timeline-primary,
.basel-item-position-right .timeline-secondary {
    position: relative;
    width: 50%;
    max-width: 50%;
    flex-basis: 50%;
    background-color: #fff;
    box-shadow: 1px 1px 9px rgba(0, 0, 0, .15);
    padding: 30px 30px 15px 30px
}

.basel-item-position-left .timeline-primary .timeline-arrow,
.basel-item-position-left .timeline-secondary .timeline-arrow,
.basel-item-position-right .timeline-primary .timeline-arrow,
.basel-item-position-right .timeline-secondary .timeline-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff
}

.basel-item-position-left .timeline-primary .timeline-arrow:before,
.basel-item-position-left .timeline-secondary .timeline-arrow:before,
.basel-item-position-right .timeline-primary .timeline-arrow:before,
.basel-item-position-right .timeline-secondary .timeline-arrow:before {
    font-size: 20px;
    font-family: basel-font;
    color: inherit
}

.basel-item-position-left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.basel-item-position-left .timeline-primary {
    margin-right: 30px;
    text-align: right
}

.basel-item-position-left .timeline-primary .timeline-arrow {
    left: -webkit-calc(100% - 1px);
    left: calc(100% - 1px)
}

.basel-item-position-left .timeline-primary .timeline-arrow:before {
    content: "\f9da";
    text-shadow: 5px 1px 9px rgba(0, 0, 0, .15)
}

.basel-item-position-left .timeline-secondary {
    margin-left: 30px;
    text-align: left
}

.basel-item-position-left .timeline-secondary .timeline-arrow {
    right: -webkit-calc(100% - 1px);
    right: calc(100% - 1px)
}

.basel-item-position-left .timeline-secondary .timeline-arrow:before {
    content: "\f9d9";
    text-shadow: -5px 1px 9px rgba(0, 0, 0, .15)
}

.basel-item-position-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.basel-item-position-right .timeline-primary {
    margin-left: 30px;
    text-align: left
}

.basel-item-position-right .timeline-primary .timeline-arrow {
    right: -webkit-calc(100% - 1px);
    right: calc(100% - 1px)
}

.basel-item-position-right .timeline-primary .timeline-arrow:before {
    content: "\f9d9";
    text-shadow: -5px 1px 9px rgba(0, 0, 0, .15)
}

.basel-item-position-right .timeline-secondary {
    margin-right: 30px;
    text-align: right
}

.basel-item-position-right .timeline-secondary .timeline-arrow {
    left: -webkit-calc(100% - 1px);
    left: calc(100% - 1px)
}

.basel-item-position-right .timeline-secondary .timeline-arrow:before {
    content: "\f9da";
    text-shadow: 5px 1px 9px rgba(0, 0, 0, .15)
}

.basel-timeline-dot {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-top: -6px;
    margin-left: -6px;
    border: solid 2px #fff
}

[class*=screen-reader] {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px)
}

@supports (-webkit-appearance:-apple-pay-button) {

    .apple-pay-button-checkout-separator,
    .apple-pay-button-wrapper {
        margin-bottom: 10px
    }

    .apple-pay-button-checkout-separator {
        color: #212121;
        font-weight: 600;
        font-size: 12px
    }

    .single-product div.product form.cart .quantity input[type=тАЬbuttonтАЭ],
    .single-product div.product form.cart .quantity~.button,
    body.single-product div.product form.cart .quantity {
        width: auto
    }

    .single-product div.product form.cart .quantity {
        margin-right: 10px
    }

    .single-product div.product form.cart .quantity input[type=тАЬnumberтАЭ] {
        width: 30px
    }

    body.single-product div.product form.cart .apple-pay-button-wrapper {
        display: inline-block;
        vertical-align: middle
    }

    body.single-product div.product form.cart .apple-pay-button {
        margin-right: 10px;
        max-width: 20%
    }
}

@-webkit-keyframes justified-gallery-show-caption-animation {
    from {
        opacity: 0
    }

    to {
        opacity: .7
    }
}

@keyframes justified-gallery-show-caption-animation {
    from {
        opacity: 0
    }

    to {
        opacity: .7
    }
}

[data-vc-full-width] {
    box-sizing: border-box;
    position: relative;
    width: 100vw;
    left: -2.5vw
}

[data-vc-full-width]:not([data-vc-stretch-content]) {
    padding-right: 2.5vw;
    padding-left: 2.5vw
}

@keyframes clockwise {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes donut-rotate {
    0% {
        transform: rotate(0)
    }

    50% {
        transform: rotate(-140deg)
    }

    100% {
        transform: rotate(0)
    }
}

@media (max-width:1024px) {

    ::-webkit-full-page-media,
    :future {
        position: fixed
    }
}

@media (max-width:991px) {

    body,
    html {
        max-width: 100%
    }
}

@media (max-width:768px) {
    [class*=categories-space-] {
        margin-left: -5px;
        margin-right: -5px;
        margin-bottom: 30px
    }

    @supports (-webkit-appearance:-apple-pay-button) {

        body.single-product div.product form.cart .apple-pay-button,
        body.single-product div.product form.cart .quantity,
        body.single-product div.product form.cart .quantity~.button {
            margin-bottom: 10px
        }
    }

    .basel-timeline-wrapper .basel-item-position-left,
    .basel-timeline-wrapper .basel-item-position-right {
        display: block
    }

    .basel-timeline-wrapper .basel-item-position-left .basel-timeline-dot,
    .basel-timeline-wrapper .basel-item-position-right .basel-timeline-dot {
        top: -30px
    }

    .basel-timeline-wrapper .basel-item-position-left .timeline-primary,
    .basel-timeline-wrapper .basel-item-position-left .timeline-secondary,
    .basel-timeline-wrapper .basel-item-position-right .timeline-primary,
    .basel-timeline-wrapper .basel-item-position-right .timeline-secondary {
        width: 100%;
        max-width: 100%;
        flex-basis: 100%;
        margin: 0;
        text-align: center
    }

    .basel-timeline-wrapper .basel-item-position-left .timeline-primary,
    .basel-timeline-wrapper .basel-item-position-right .timeline-primary {
        padding: 30px 30px 1px 30px
    }

    .basel-timeline-wrapper .basel-item-position-left .timeline-primary .timeline-arrow,
    .basel-timeline-wrapper .basel-item-position-right .timeline-primary .timeline-arrow {
        right: auto;
        left: 50%;
        top: -8px;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%)
    }

    .basel-timeline-wrapper .basel-item-position-left .timeline-primary .timeline-arrow:before,
    .basel-timeline-wrapper .basel-item-position-right .timeline-primary .timeline-arrow:before {
        content: "\f9d8";
        line-height: 8px;
        text-shadow: 0 -3px 6px rgba(0, 0, 0, .15)
    }

    .basel-timeline-wrapper .basel-item-position-left .timeline-secondary,
    .basel-timeline-wrapper .basel-item-position-right .timeline-secondary {
        margin-top: -1px;
        padding: 0 30px 15px 30px;
        box-shadow: 1px 5px 9px rgba(0, 0, 0, .15)
    }

    .basel-timeline-wrapper .basel-item-position-left .timeline-secondary .timeline-arrow,
    .basel-timeline-wrapper .basel-item-position-right .timeline-secondary .timeline-arrow {
        display: none
    }

    .basel-timeline-wrapper .basel-timeline-breakpoint+.basel-timeline-item,
    .basel-timeline-wrapper .basel-timeline-item+.basel-timeline-item {
        margin-top: 80px
    }
}