:root {
    --footer-background-color: #000;
    --footer-text-color: #FFF;
    --header-background-color: #000;
    --header-text-color: #FFF;
    --main-background-color: #FFF;
    --main-text-color: #000;

    --kit-color-text-hover: var(--kit-color-primary);

    --kit-color-primary-w5: hsl(0, 0%, 10%);
    --kit-color-primary-w4: hsl(0, 0%, 9%);
    --kit-color-primary-w3: hsl(0, 0%, 8%);
    --kit-color-primary-w2: hsl(0, 0%, 7%);
    --kit-color-primary-w1: hsl(0, 0%, 6%);
    --kit-color-primary: hsl(0, 0%, 5%);
    --kit-color-primary-b1: hsl(0, 0%, 4%);
    --kit-color-primary-b2: hsl(0, 0%, 3%);
    --kit-color-primary-b3: hsl(0, 0%, 2%);
    --kit-color-primary-b4: hsl(0, 0%, 1%);
    --kit-color-primary-b5: hsl(0, 0%, 0%);
    --kit-color-primary-text: #FFF;


    --kit-color-button-content-hover: hsl(0, 0%, 94%);
    --kit-font-family: Oswald, sans-serif;
}
html, button, input  {
    font-family: Oswald, sans-serif;
    font-weight: 300;
}
p {
    margin-bottom: 0.5em;
}
.kit-button {
    border-radius: 3px;
    /* text-transform: uppercase; */
    font-weight: 300;
    padding-bottom: 0.1em;
}
.kit-field, .kit-field.autoComplete_wrapper {
    --kit-field-focus-label-zoom-ratio: 1;
}
.kit-field .kit-field__label {
    top: 0;
}
.kit-field__hr {
    border-color: #dadce0;
}
.kit-field .kit-field__input {
}
.kit-field__input::placeholder {
    color: #a2a2a2;
    font-weight: 300;
}
.header-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 8px 20px;
    justify-content: space-between;
    gap: 20px;
}
.header {
    color: var(--header-text-color);
    background-color: var(--header-background-color);
    position: relative;
    z-index: 1000;
    position: sticky;
    top: 0;
}
.header-block {
    display: flex;
    justify-content: center;
    justify-content: center;
    align-items: center;
}
.header-block--logo {
    height: 40px;
    width: 115px;
    max-width: 115px;
    flex: 0 0 115px;
}
.header-block--logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.header-block--nav {
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: start;
}
.header-block--nav::-webkit-scrollbar {
    width: 0;
    height: 0;
}
.header-block--search {
    display: flex;
    justify-content: center;
    align-items: center;
}

.main {
    text-align: justify;
    padding-bottom: 35px;
}

h1, .h1 {
    text-align: center;
    font-size: 32px;
    text-transform: uppercase;
    margin: 1em 0 0.5em;
    font-weight: 600;
}

h2, .h2 {
    font-size: 1.35em;
    margin: 0.5em 0 0.5em;
    font-weight: 500;
}

h3, .h3 {
    font-size: 1.17em;
    margin: 0.5em 0 0.5em;
    font-weight: 400;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid var(--main-text-color);
    margin: 1em 0;
    padding: 0;
}
h3 b, .h3 b {font-weight: 500;}
b {
    font-weight: 400;
}
a {
    color: var(--main-text-color);
}



.footer {
    color: var(--footer-text-color);
    background-color: var(--footer-background-color);
    padding: 20px 0 10px 0;
    z-index: 100;
}
.footer svg {
    fill: currentColor;
}
.footer a {
    color: var(--footer-text-color);
}
.footer-data {
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    gap: 30px;
}
@media (max-width: 1024px) {
    .footer-data {
        flex-direction: column;
        gap: 10px;
    }
}
.footer-block {
    flex: 1 0;
}
.social, .social [id^=bx_incl] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 15px;
}
.social a {
    display: block;
}
.social svg {
    height: 40px;
    width: auto;
    display: block;
    fill: currentColor;
}
.footer-block.pay-system {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 15px;
}
.footer-block.pay-system svg {
    height: 90px;
    width: auto;
}
.footer-block.pay-system a {
    display: block;
}
.footer-block.language {
    text-align: center;
}
.footer-copyright {
    text-align: center;
    padding: 20px 0;
    font-size: 10px;
}

.header-block--delimiter {
    flex-grow: 1;
}



.header-button {
    border: none;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    padding: 0px;
    outline: none;
    height: 32px;
    width: 32px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    color: var(--header-text-color);
}
.header-button:hover {

}
.wFCWne {
    -webkit-transition: -webkit-transform .45s cubic-bezier(0.4,0.0,0.2,1);
    transition: -webkit-transform .45s cubic-bezier(0.4,0.0,0.2,1);
    -o-transition: transform .45s cubic-bezier(0.4,0.0,0.2,1);
    transition: transform .45s cubic-bezier(0.4,0.0,0.2,1);
    transition: transform .45s cubic-bezier(0.4,0.0,0.2,1), -webkit-transform .45s cubic-bezier(0.4,0.0,0.2,1);
    height: 32px;
    width: 32px;
}

.hlJH0, .HBu6N, .cLAGQe {
    -webkit-transition: -webkit-transform .45s cubic-bezier(0.4,0.0,0.2,1);
    transition: -webkit-transform .45s cubic-bezier(0.4,0.0,0.2,1);
    -o-transition: transform .45s cubic-bezier(0.4,0.0,0.2,1);
    transition: transform .45s cubic-bezier(0.4,0.0,0.2,1);
    transition: transform .45s cubic-bezier(0.4,0.0,0.2,1), -webkit-transform .45s cubic-bezier(0.4,0.0,0.2,1);
    fill: white;
    color: white;
}

.wFCWne {
    fill: white;
}

.nav-open .wFCWne {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.nav-open .hlJH0 {
    -webkit-transform: rotate(45deg) translate(0px,5px);
    -ms-transform: rotate(45deg) translate(0px,5px);
    transform: rotate(45deg) translate(0px,5px);
}
.nav-open .HBu6N {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    opacity: 0;
}
.nav-open .cLAGQe {
    -webkit-transform: rotate(135deg) translate(0px,-5px);
    -ms-transform: rotate(135deg) translate(0px,-5px);
    transform: rotate(135deg) translate(0px,-5px);
}






.shop-push {
    position: relative;
    top: unset;
    right: unset;
    width: auto;
    height: auto;
    z-index: auto;
    display: flex;
}
.nav-open .shop-push {
    display: block;
}
@media not (max-width: 768px) {
    .header-block--mm {
        display: none;
    }
}
@media not (max-width: 768px) {
    .shop-push {
        top: unset !important;
        height: auto !important;
    }
}
@media (max-width: 768px) {
    .shop-push {
        position: absolute;
        top: 0;
        right: 0;
        width: max-content;
        min-width: 260px;
        left: 100vw;
        height: 0;
        z-index: 201;
        background: rgba(0, 0, 0, 0.7);
        background-color: var(--header-background-color);
        box-shadow: inset -4px 0px 15px rgba(0, 0, 0, 0.15);
        display: none;
    }
    .nav-opening .shop-push {
        -webkit-animation: nav-animation-t 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
        -moz-animation: nav-animation-t 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
        animation: nav-animation-t 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    }
    .nav-open .shop-push {
        left: 0;
    }
    .nav-closing .shop-push {
        animation: nav-animation-t 0.25s reverse ease-in-out;
    }
}

.shop-push__nav {
}
@media (max-width: 768px) {
    .shop-push__nav {
        position: relative;
        height: calc(100% - 70px);
        top: 20px;
        padding-top: 0;
        overflow-y: auto;
    }
}
.shop-push__nav::-webkit-scrollbar-track {
    background: transparent;
}
.shop-push__nav::-webkit-scrollbar {
    width: 8px;
}
.shop-push__nav::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,0.3);
}


.shop-push__overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    opacity: 0;
    z-index: 99;
    -moz-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
.nav-closing .shop-push__overlay {
    opacity: 0;
}
@media (min-width: 320px) {
    .shop-push__overlay {
        -moz-transition: opacity 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
        transition: opacity 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    }
}
.shop-push__overlay--on {
    opacity: 1;
}

@keyframes nav-animation-t {
    0% {
        -webkit-transform: translateX(-300px);
        -moz-transform: translateX(-300px);
        transform: translateX(-300px);
    }
    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        transform: translateX(0);
    }
}





.header-button--search svg {
    padding: 3px;
}



.link-block {
    text-transform: uppercase;
    text-align: center;
    margin: 2em 0;
}
.link-block [id^=bx_incl] {
    display: inline;
}
.link-block a h2 {
    display: inline;
}

.global ul {
    list-style-type: square;
}
.global ul li {
    margin-left: 1.3em;
}
.legend {
    text-align: right;
    font-size: 0.9em;
}