/*!
 * Theme Name: Iron Theme
 * Version: 1.0
 */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

.hdr-1 {
    font-size: 4rem;
    letter-spacing: -0.64px;
}

.hdr-2 {
    font-size: 3.2rem;
    margin-bottom: 20px;
    letter-spacing: -0.46px;
    font-weight: bold;
}

.hdr-3 {
    font-size: 2.7rem;
    font-weight: 400;
}

.hdr-4 {
    font-size: 2.5rem;
    margin-bottom: 15px;
    letter-spacing: -0.36px;
    font-weight: bold;
}

@media screen and (max-width: 992px) {
    .hdr-1 {
        font-size: 3.6rem;
    }
}

@media screen and (max-width: 767px) {
    .hdr-2 {
        font-size: 2.7rem;
    }

    .hdr-1 {
        font-size: 3rem;
    }

    .hdr-3 {
        font-size: 2.2rem;
    }
}

/* added by premium online - productkeuzekaart */
@media screen and (min-width: 994px) {
    /* For tablet/desktop - productkeuze */
    section.productkeuze .product__left {
        position: relative;
        flex-direction: column;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: calc(48% - 20px);
        margin-right: 19px;
        margin-left: 19px;
        word-wrap: break-word;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
    }

    section.productkeuze .product__right {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: calc(50% - 38px);
        margin-right: 19px;
        margin-left: 19px;
        word-wrap: break-word;
    }

    .productkeuze-card__name {
        text-align: center;
        margin: 10px 0;
    }

    .productkeuze-card__quote {
        line-height: 1.44;
        position: relative;
        margin-bottom: 15px;
    }

    .productkeuze-card__quote {
        min-height: 51px;
    }
}

@-webkit-keyframes swiper-preloader-spin {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes swiper-preloader-spin {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes a {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

@keyframes a {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

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

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

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    font-size: 62.5%;
}

a,
body {
    color: #000000;
}

body,
html {
    height: 100%;
}

body {
    font-family: "Brutal Type", Arial, sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.44;
    min-width: 320px;
    margin: 0;
    padding: 0;
    letter-spacing: -0.26px;
}

body p, body a, body li {
    font-family: "Inter", Arial, sans-serif;
}

details,
main {
    display: block;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

hr {
    overflow: visible;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    text-decoration: none;
}

abbr[title] {
    text-decoration: underline dotted;
    border-bottom: none;
    -webkit-text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
    max-width: 100%;
    height: auto;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    display: table;
    max-width: 100%;
    white-space: normal;
    color: inherit;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"],
legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: textfield;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

summary {
    display: list-item;
}

[hidden],
template {
    display: none;
}

@font-face {
    font-family: "swiper-icons";
    font-weight: 400;
    font-style: normal;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
}

:root {
    --swiper-theme-color: #007aff;
}

.padding-top {
    padding-top: 144px !important;
}

.padding-top-1 {
    padding-top: 64px !important;
}

.no-overflow {
    overflow: hidden;
}

.breadcrumbs, .breadcrumbs a {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #404040 !important;
}

.breadcrumbs .chevron:after {
    content: '';
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 5L12 10L7 15' stroke='%23737373' stroke-width='1.67' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    top: 5px;
    margin: 0 4px;

}

.swiper-container {
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
    list-style: none;
}

.swiper-container-vertical > .swiper-wrapper {
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
}

.swiper-slide,
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}

.swiper-wrapper {
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
    margin: 0 auto;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.swiper-slide-invisible-blank {
    visibility: hidden;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory;
}

:root {
    --swiper-navigation-size: 44px;
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    z-index: 10;
    top: 50%;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
    cursor: pointer;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    cursor: auto;
    pointer-events: none;
    opacity: 0.35;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    font-variant: initial;
    line-height: 1;
    letter-spacing: 0;
    text-transform: none !important;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    right: auto;
    left: 10px;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    content: "prev";
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    content: "next";
}

.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
    --swiper-navigation-color: #fff;
}

.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
    --swiper-navigation-color: #000;
}

.swiper-button-lock {
    display: none;
}

.swiper-pagination {
    position: absolute;
    z-index: 10;
    -webkit-transition: 300ms opacity;
    -o-transition: 300ms opacity;
    transition: 300ms opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    text-align: center;
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 0px;
    left: 0px;
    width: 100%;
}

.swiper-pagination-bullets-dynamic {
    font-size: 0;
    overflow: hidden;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    position: relative;
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(0.66);
    -ms-transform: scale(0.66);
    transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(0.66);
    -ms-transform: scale(0.66);
    transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
}

.swiper-pagination-bullet {
    display: inline-block;
    width: 10px;
    height: 10px;
    opacity: 0.2;
    border-radius: 100%;
    background: #000;
}

button.swiper-pagination-bullet {
    margin: 0;
    padding: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
    top: 50%;
    right: 10px;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    display: block;
    margin: 6px 0;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    width: 8px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: 200ms top, 200ms -webkit-transform;
    -o-transition: 200ms transform, 200ms top;
    transition: 200ms transform, 200ms top;
    transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 200ms left, 200ms -webkit-transform;
    -o-transition: 200ms transform, 200ms left;
    transition: 200ms transform, 200ms left;
    transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 200ms right, 200ms -webkit-transform;
    -o-transition: 200ms transform, 200ms right;
    transition: 200ms transform, 200ms right;
    transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

.swiper-pagination-progressbar {
    position: absolute;
    background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
}

.swiper-pagination-white {
    --swiper-pagination-color: #fff;
}

.swiper-pagination-black {
    --swiper-pagination-color: #000;
}

.swiper-pagination-lock {
    display: none;
}

.swiper-scrollbar {
    position: relative;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.1);
    -ms-touch-action: none;
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    z-index: 50;
    bottom: 3px;
    left: 1%;
    width: 98%;
    height: 5px;
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    z-index: 50;
    top: 1%;
    right: 3px;
    width: 5px;
    height: 98%;
}

.swiper-scrollbar-drag {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.5);
}

.swiper-scrollbar-cursor-drag {
    cursor: move;
}

.swiper-scrollbar-lock {
    display: none;
}

.swiper-zoom-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.swiper-slide-zoomed {
    cursor: move;
}

.swiper-lazy-preloader {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 42px;
    height: 42px;
    margin-top: -21px;
    margin-left: -21px;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s infinite linear;
    animation: swiper-preloader-spin 1s infinite linear;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-top-color: transparent;
    border-radius: 50%;
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000;
}

.swiper-container .swiper-notification {
    position: absolute;
    z-index: -1000;
    top: 0;
    left: 0;
    pointer-events: none;
    opacity: 0;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    pointer-events: none;
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-cube,
.swiper-container-flip {
    overflow: visible;
}

.swiper-container-cube .swiper-slide {
    z-index: 1;
    visibility: hidden;
    width: 100%;
    height: 100%;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    visibility: visible;
    pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    background: #000;
    -webkit-filter: blur(50px);
    filter: blur(50px);
}

.swiper-container-flip .swiper-slide {
    z-index: 1;
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.markten_home .slore-list-inner h4 {
    font-family: 'Brutal Type';
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: -0.02em;
}

.markten_home .slore-list-inner a {
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.02em;
}

.disabled {
    opacity: 0.2;
    pointer-events: none;
}

[data-simplebar] {
    position: relative;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.simplebar-wrapper {
    overflow: hidden;
    width: inherit;
    max-width: inherit;
    height: inherit;
    max-height: inherit;
}

.simplebar-mask,
.simplebar-offset {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.simplebar-mask {
    z-index: 0;
    overflow: hidden;
    width: auto !important;
    height: auto !important;
    direction: inherit;
}

.simplebar-offset {
    -webkit-box-sizing: inherit !important;
    box-sizing: inherit !important;
    resize: none !important;
    direction: inherit !important;
    -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    width: auto;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    direction: inherit;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.simplebar-content:after,
.simplebar-content:before {
    display: table;
    content: " ";
}

.simplebar-placeholder {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
    position: relative;
    z-index: -1;
    float: left;
    overflow: hidden;
    -webkit-box-sizing: inherit !important;
    box-sizing: inherit !important;
    width: 100%;
    max-width: 1px;
    height: 100%;
    max-height: 1px;
    margin: 0;
    padding: 0;
    pointer-events: none;
    -webkit-box-flex: inherit;
    -ms-flex-positive: inherit;
    flex-grow: inherit;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
}

.simplebar-height-auto-observer,
.simplebar-track {
    position: absolute;
    overflow: hidden;
    pointer-events: none;
}

.simplebar-height-auto-observer {
    z-index: -1;
    top: 0;
    left: 0;
    display: block;
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    width: 1000%;
    min-width: 1px;
    height: 1000%;
    min-height: 1px;
    opacity: 0;
}

.simplebar-track {
    z-index: 1;
    right: 0;
    bottom: 0;
}

[data-simplebar].simplebar-dragging .simplebar-content {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
    pointer-events: all;
}

.simplebar-scrollbar {
    position: absolute;
    right: 0;
    left: 0;
    min-height: 10px;
}

.simplebar-scrollbar:before {
    position: absolute;
    right: 2px;
    left: 2px;
    content: "";
    -webkit-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    opacity: 0;
    border-radius: 7px;
    background: #000;
}

.simplebar-scrollbar.simplebar-visible:before {
    -webkit-transition: opacity 0s linear;
    -o-transition: opacity 0s linear;
    transition: opacity 0s linear;
    opacity: 0.5;
}

.simplebar-track.simplebar-vertical {
    top: 0;
    width: 11px;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
    top: 2px;
    bottom: 2px;
}

.simplebar-track.simplebar-horizontal {
    left: 0;
    height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
    right: 2px;
    left: 2px;
    height: 100%;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    top: 2px;
    right: auto;
    left: 0;
    width: auto;
    min-width: 10px;
    height: 7px;
    min-height: 0;
}

[data-simplebar-direction="rtl"] .simplebar-track.simplebar-vertical {
    right: auto;
    left: 0;
}

.hs-dummy-scrollbar-size {
    position: fixed;
    visibility: hidden;
    overflow-x: scroll;
    overflow-y: hidden;
    width: 500px;
    height: 500px;
    opacity: 0;
    direction: rtl;
}

.simplebar-hide-scrollbar {
    position: fixed;
    left: 0;
    visibility: hidden;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

body.compensate-for-scrollbar {
    overflow: hidden;
}

.fancybox-active {
    height: auto;
}

.fancybox-is-hidden {
    position: absolute !important;
    top: -9999px;
    left: -9999px;
    visibility: hidden;
    margin: 0;
}

.fancybox-container {
    position: fixed;
    z-index: 99992;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    outline: 0;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

*,
.fancybox-container *,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.fancybox-outer {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.fancybox-bg {
    -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
    -o-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
    transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
    -webkit-transition-duration: inherit;
    -o-transition-duration: inherit;
    transition-duration: inherit;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    opacity: 0;
    background: #1e1e1e;
}

.fancybox-is-open .fancybox-bg {
    -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
    -o-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
    opacity: 0.9;
}

.fancybox-caption {
    visibility: hidden;
    -webkit-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
    -o-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
    transition: opacity 0.25s ease, visibility 0s ease 0.25s;
    direction: ltr;
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-toolbar {
    position: absolute;
    opacity: 0;
}

.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
    z-index: 99997;
    visibility: hidden;
    -webkit-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
    -o-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
    transition: opacity 0.25s ease, visibility 0s ease 0.25s;
    direction: ltr;
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
    visibility: visible;
    -webkit-transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
    -o-transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
    transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
    opacity: 1;
}

.fancybox-infobar {
    font-size: 13px;
    line-height: 44px;
    top: 0;
    left: 0;
    min-width: 44px;
    height: 44px;
    padding: 0 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    color: #ccc;
    -webkit-font-smoothing: subpixel-antialiased;
    mix-blend-mode: difference;
    -webkit-touch-callout: none;
}

.fancybox-toolbar {
    top: 0;
    right: 0;
}

.fancybox-stage {
    z-index: 99994;
    overflow: visible;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    direction: ltr;
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}

.fancybox-slide {
    position: absolute;
    z-index: 99994;
    top: 0;
    left: 0;
    display: none;
    overflow: auto;
    width: 100%;
    height: 100%;
    padding: 44px;
    -webkit-transition-property: opacity, -webkit-transform;
    -o-transition-property: transform, opacity;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    text-align: center;
    white-space: normal;
    outline: 0;
    -webkit-backface-visibility: hidden;
    -webkit-overflow-scrolling: touch;
}

.fancybox-slide:before {
    font-size: 0;
    display: inline-block;
    width: 0;
    height: 100%;
    content: "";
    vertical-align: middle;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
    display: block;
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0;
}

.fancybox-slide--image:before {
    display: none;
}

.fancybox-slide--html {
    padding: 6px;
}

.fancybox-content {
    position: relative;
    display: inline-block;
    overflow: auto;
    max-width: 100%;
    margin: 0;
    padding: 44px;
    text-align: left;
    vertical-align: middle;
    background: #fff;
    -webkit-overflow-scrolling: touch;
}

.fancybox-image,
.fancybox-slide--image .fancybox-content,
.fancybox-spaceball {
    position: absolute;
    top: 0;
    left: 0;
    max-width: none;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: 0 0;
}

.fancybox-slide--image .fancybox-content {
    z-index: 99995;
    overflow: visible;
    -webkit-transition-property: opacity, -webkit-transform;
    -o-transition-property: transform, opacity;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
    animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    -webkit-backface-visibility: hidden;
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.fancybox-container [data-selectable="true"] {
    cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
    width: 100%;
    height: 100%;
    max-height: none;
    margin: 0;
    border: 0;
}

.fancybox-spaceball {
    z-index: 1;
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
    overflow: visible;
    width: 100%;
    height: 100%;
    padding: 0;
}

.fancybox-slide--video .fancybox-content {
    background: #000;
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
}

.fancybox-iframe,
.fancybox-video {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    background: 0 0;
}

.fancybox-iframe {
    position: absolute;
    top: 0;
    left: 0;
}

.fancybox-error {
    width: 100%;
    max-width: 400px;
    padding: 40px;
    cursor: default;
    background: #fff;
}

.fancybox-error p {
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
    color: #444;
}

.fancybox-button {
    position: relative;
    display: inline-block;
    visibility: inherit;
    width: 44px;
    height: 44px;
    margin: 0;
    padding: 10px;
    cursor: pointer;
    -webkit-transition: color 0.2s;
    -o-transition: color 0.2s;
    transition: color 0.2s;
    vertical-align: top;
    border: 0;
    border-radius: 0;
    background: rgba(30, 30, 30, 0.6);
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #ccc;
}

.fancybox-button:link,
.fancybox-button:visited {
    color: #ccc;
}

.fancybox-button:hover {
    color: #fff;
}

.fancybox-button:focus {
    outline: 0;
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    cursor: default;
    color: #888;
    outline: 0;
}

.fancybox-button div {
    height: 100%;
}

.fancybox-button svg {
    position: relative;
    display: block;
    overflow: visible;
    width: 100%;
    height: 100%;
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
}

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
    display: none;
}

.fancybox-progress {
    position: absolute;
    z-index: 99998;
    top: 0;
    right: 0;
    left: 0;
    height: 2px;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0;
    background: #ff5268;
}

.fancybox-close-small {
    position: absolute;
    z-index: 401;
    top: -44px;
    right: -12px;
    padding: 8px;
    cursor: pointer;
    opacity: 0.8;
    color: #ccc;
    border: 0;
    border-radius: 0;
    background: 0 0;
}

.fancybox-close-small:hover {
    opacity: 1;
    color: #fff;
}

.fancybox-slide--html .fancybox-close-small {
    top: 0;
    right: 0;
    padding: 10px;
    color: currentColor;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
}

.fancybox-navigation .fancybox-button {
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
    height: 100px;
    opacity: 0;
    background-clip: content-box;
}

.fancybox-navigation .fancybox-button div {
    padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
    right: 0;
    right: env(safe-area-inset-right);
    padding: 31px 6px 31px 26px;
}

.fancybox-caption {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    z-index: 99996;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 75px 44px 25px;
    text-align: center;
    pointer-events: none;
    color: #eee;
    background: -webkit-gradient(
            linear,
            left bottom,
            left top,
            color-stop(0, rgba(0, 0, 0, 0.85)),
            color-stop(50%, rgba(0, 0, 0, 0.3)),
            color-stop(65%, rgba(0, 0, 0, 0.15)),
            color-stop(75.5%, rgba(0, 0, 0, 0.075)),
            color-stop(82.85%, rgba(0, 0, 0, 0.037)),
            color-stop(88%, rgba(0, 0, 0, 0.019)),
            to(transparent)
    );
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent);
}

@supports (padding: max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
    }
}

.fancybox-caption--separate {
    margin-top: -50px;
}

.fancybox-caption__body {
    overflow: auto;
    max-height: 50vh;
    pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    text-decoration: none;
    color: #ccc;
}

.fancybox-caption a:hover {
    text-decoration: underline;
    color: #fff;
}

.fancybox-loading {
    position: absolute;
    z-index: 99999;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    margin: -25px 0 0 -25px;
    padding: 0;
    -webkit-animation: a 1s linear infinite;
    animation: a 1s linear infinite;
    opacity: 0.7;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    background: 0 0;
}

.fancybox-animated {
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
    -o-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
    transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--current {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 0;
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);
    opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5);
    opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 1;
}

.fancybox-fx-rotate.fancybox-slide--previous {
    -webkit-transform: rotate(-1turn);
    -ms-transform: rotate(-1turn);
    transform: rotate(-1turn);
    opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--next {
    -webkit-transform: rotate(1turn);
    -ms-transform: rotate(1turn);
    transform: rotate(1turn);
    opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--current {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1;
}

.fancybox-fx-circular.fancybox-slide--previous {
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--next {
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--current {
    -webkit-transform: scaleX(1) translateZ(0);
    transform: scaleX(1) translateZ(0);
    opacity: 1;
}

.fancybox-fx-tube.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
    transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
    transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1);
}

.fancybox-share {
    max-width: 90%;
    padding: 30px;
    text-align: center;
    border-radius: 3px;
    background: #f4f4f4;
}

.fancybox-share h1 {
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px;
    color: #222;
}

.fancybox-share p {
    margin: 0;
    padding: 0;
}

.fancybox-share__button {
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    display: inline-block;
    min-width: 130px;
    margin: 0 5px 10px;
    padding: 0 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    white-space: nowrap;
    text-decoration: none;
    border: 0;
    border-radius: 3px;
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
    color: #fff;
}

.fancybox-share__button:hover {
    text-decoration: none;
}

.fancybox-share__button--fb {
    background: #3b5998;
}

.fancybox-share__button--fb:hover {
    background: #344e86;
}

.fancybox-share__button--pt {
    background: #bd081d;
}

.fancybox-share__button--pt:hover {
    background: #aa0719;
}

.fancybox-share__button--tw {
    background: #1da1f2;
}

.fancybox-share__button--tw:hover {
    background: #0d95e8;
}

.fancybox-share__button svg {
    position: relative;
    top: -1px;
    width: 25px;
    height: 25px;
    margin-right: 7px;
    vertical-align: middle;
}

.fancybox-share__button svg path {
    fill: #fff;
}

.fancybox-share__input {
    font-size: 14px;
    width: 100%;
    margin: 10px 0 0;
    padding: 10px 15px;
    color: #5d5b5b;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    outline: 0;
    background: 0 0;
}

.fancybox-thumbs {
    position: absolute;
    z-index: 99995;
    top: 0;
    right: 0;
    bottom: 0;
    display: none;
    width: 212px;
    margin: 0;
    padding: 2px 2px 4px;
    background: #ddd;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-tap-highlight-color: transparent;
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs,
.product-list__icons li img {
    display: block;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}

.fancybox-thumbs__list {
    font-size: 0;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    white-space: nowrap;
}

.fancybox-thumbs-x .fancybox-thumbs__list,
body.nav-open {
    overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    border-radius: 10px;
    background: #fff;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #2a2a2a;
}

.fancybox-thumbs__list a {
    position: relative;
    float: left;
    overflow: hidden;
    width: 100px;
    max-width: calc(50% - 4px);
    height: 75px;
    max-height: calc(100% - 8px);
    margin: 2px;
    padding: 0;
    cursor: pointer;
    outline: 0;
    background-color: rgba(0, 0, 0, 0.1);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
}

.fancybox-thumbs__list a:before {
    position: absolute;
    z-index: 99991;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    opacity: 0;
    border: 6px solid #ff5268;
}

.fancybox-thumbs__list a:focus:before {
    opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before,
.nav-list li.mega-menu .sub-menu .mega-menu-column li.is-active img {
    opacity: 1;
}

.flex-container {
    display: flex;
}

.container {
    max-width: 1450px;
    margin: 0 auto;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
}

.container-sb {
    display: flex;
    flex-wrap: wrap;
}

.sidebar {
    width: 20%;
}

.container-sidebar {
    width: 80%;
}

.header-container {
    max-width: 1420px;
    margin: 0 auto;
    width: 100%;
    max-height: 74px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.3;
    margin-top: 0;
}

h1 {
    font-size: 5.2rem;
    letter-spacing: -0.64px;
}

h2 {
    font-size: 4.2rem;
    margin-bottom: 20px;
    letter-spacing: -0.46px;
}

h3 {
    font-size: 3.2rem;
    font-weight: 400;
}

h4 {
    font-size: 2.4rem;
    margin-bottom: 15px;
    letter-spacing: -0.36px;
}

.btn-styled {
    display: inline-block;
    cursor: pointer;
    font-family: 'Brutal Type';
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 25px;
    color: #FFFFFF;
    padding: 16px 32px;
    background: #70133A;
    border-radius: 4px;
    border: none;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.btn-styled:hover {
    color: #efe400;
}

.product-summary__head .reset-btn {
    position: absolute;
    right: 100px;
    top: 20px;
}

.btn-styled_white {
    display: inline-block;
    cursor: pointer;
    font-family: 'Brutal Type';
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 25px;
    color: #70133A;
    padding: 16px 32px;
    background: #FFFFFF;
    border: 1px solid #70133A;
    border-radius: 4px;
}

.btn-green {
    background: #78c338;
}

.btn {
    font-family: "Futura PT", Arial, sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
    position: relative;
    z-index: 1;
    display: inline-block;
    margin-right: 25px;
    padding: 7px 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    text-align: center;
    vertical-align: middle;
    border: 0;
    outline: 0;
    background-color: transparent;
}

.btn::after,
.btn::before {
    position: absolute;
    content: "";
    -webkit-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.btn::before {
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    width: 50%;
    background-color: #efe400;
}

.btn::after {
    top: 50%;
    left: 100%;
    width: 25px;
    height: 12px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(images/general/arrow-right.svg) no-repeat center/contain;
}

.btn,
.btn:hover {
    text-decoration: none;
    color: #4c4c4c;
}

.btn:hover::before {
    width: 100%;
}

.btn:hover::after {
    left: calc(100% + 10px);
}

.btn:focus {
    text-decoration: none;
    color: #4c4c4c;
    outline: 0;
}

.btn:focus::before {
    width: 100%;
}

.btn:focus::after {
    left: calc(100% + 10px);
}

.btn[disabled] {
    cursor: not-allowed;
}

.btn[disabled]::before {
    background-color: #e5e5e5;
}

.btn[disabled]:focus::before,
.btn[disabled]:hover::before {
    width: 50%;
}

.btn[disabled]:focus::after,
.btn[disabled]:hover::after {
    left: 100%;
}

.btn--reverse {
    margin-right: 0;
    margin-left: 25px;
}

.btn--reverse::before {
    right: 0;
    left: auto;
}

.btn--reverse::after {
    right: 100%;
    left: auto;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}

.btn--reverse:focus::after,
.btn--reverse:hover::after {
    right: calc(100% + 10px);
    left: auto;
}

.btn--fill {
    font-size: 1.7rem;
    margin-right: 0;
    padding: 12px 26px;
    background-color: #efe400;
}

.btn--fill:hover {
    background-color: #fff40a;
}

.btn--fill:focus {
    background-color: #d6cc00;
}

.btn--fill::after,
.btn--fill::before {
    display: none;
}

.btn--fill-purple {
    margin-right: 0;
    color: #fff;
    background-color: #7a003a;
}

.btn--fill-purple:hover {
    color: #fff;
    background-color: #940046;
}

.btn--fill-purple:focus {
    color: #fff;
    background-color: #61002e;
}

.top-header {
    display: none;
}

.top-header-inner {
    background-color: #70133A;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    height: 56px;
}

.top-header .top-header-wrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1142px;
    justify-content: flex-start;
    align-items: center;
}

.top-header .top-header-wrap p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 24px;
    color: #FFFFFF;
    margin-bottom: 0;
    margin-right: 10px;
}

.top-header .top-header-wrap .top-close-btn {
    position: absolute;
    right: 18px;
    width: 24px;
    height: 24px;
    top: 50%;
    transform: translateY(-50%);
}

.top-header .top-header-wrap .phone-group {
    display: flex;
}

.top-header .top-header-wrap .phone-group .phone-item {
    margin-left: 30px;
    display: flex;
    justify-content: start;
    align-items: center;
}

.top-header .top-header-wrap .phone-group .phone-item a {
    display: flex;
    justify-content: start;
    align-items: center;
}

.top-header .top-header-wrap .phone-group .phone-item svg {
    position: relative;
}

.top-header .top-header-wrap .phone-group .phone-item svg path {
    transition: all 0.2s ease-in-out
}

.top-header .top-header-wrap .phone-group .phone-item a:hover svg path {
    fill: #efe400;
}

.top-header .top-header-wrap .phone-group .th-link {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 24px;
    color: #FFFFFF;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.top-header .top-header-wrap .phone-group .th-link:hover,
.top-header .top-header-wrap .phone-group .th-link:active {
    color: #efe400;
}

.nav__close {
    display: none;
}

.nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-list > li > a {
    font-family: 'Brutal Type';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    height: 100%;
    padding: 30px 18px;
    text-decoration: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#menu-header-menu-2 a {
    font-family: 'Brutal Type';
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 25px;
    color: #70133A;
    padding: 12px 24px;
    background: #FFFFFF;
    border: 1px solid #70133A;
    border-radius: 4px;
}

#menu-header-menu-2 a:hover,
#menu-header-menu-2 a:focus {
    text-decoration: none;
    color: #efe400;
    outline: 0;
}

.nav-list li:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

.mobile-menu-list li.active > a,
.nav-list li.active > a {
    color: #efe400;
}

.nav-list li.menu-item-has-children {
    position: relative;
}

.nav-list li.menu-item-has-children:hover .caret {
    margin-top: 3px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

.nav-list li.mega-menu {
    position: static;
}

.nav-list li.mega-menu .sub-menu,
.nav-list > li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.nav-list li.mega-menu .sub-menu {
    overflow: hidden;
    width: 100%;
    padding: 50px 145px 70px;
    -webkit-box-shadow: -16px 7px 20px 0 rgba(94, 94, 94, 0.22);
    box-shadow: -16px 7px 20px 0 rgba(94, 94, 94, 0.22);
}

.home-intro-text__right p,
.nav-list li.mega-menu .sub-menu li {
    margin-bottom: 15px;
}

.home-intro-text__right ul li {
    font-family: "Inter", Arial, sans-serif;
}

.nav-list .sub-menu li:last-child,
.nav-list li.mega-menu .sub-menu li:last-child {
    margin-bottom: 0;
}

.nav-list li.mega-menu .sub-menu .mega-menu-column {
    position: relative;
}

.nav-list li.mega-menu .sub-menu .mega-menu-column:first-child {
    width: 34%;
}

.nav-list li.mega-menu .sub-menu .mega-menu-column:nth-child(2) {
    padding-left: 38px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.nav-list li.mega-menu .sub-menu .mega-menu-column ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-list li.mega-menu .sub-menu .mega-menu-column img {
    position: absolute;
    top: 0;
    left: calc(100% + 38px);
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    opacity: 0;
}

body:not(.logged-in) .nav-list li.mega-menu.hide-element {
    display: none;
}

.nav-list li.mega-menu .sub-menu .mega-menu-column .menu-item-has-children .caret {
    display: none;
}

.nav-list li.mega-menu .sub-menu .mega-menu-column .menu-item-has-children .sub-menu {
    display: none;
}

.nav-list li.mega-menu .sub-menu .mega-menu-column.dynamic .sub-menu {
    display: flex;
    flex-direction: column;
    opacity: 1;
    overflow: visible;
    visibility: visible;
    position: static;
    box-shadow: none;
}

.nav-list li.mega-menu.mega-menu-with-items > .sub-menu {
    max-height: 70vh;
    overflow: auto;
}

.nav-list li.mega-menu .sub-menu a {
    font-size: 1.7rem;
    font-weight: 400;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    text-decoration: none;
}

.nav-list li.mega-menu .sub-menu a:focus,
.nav-list li.mega-menu .sub-menu a:hover {
    font-weight: 600;
    color: #4c4c4c;
}

.nav-list li.mega-menu .mega-menu-title {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.nav-list li.mega-menu .mega-menu-title:focus,
.nav-list li.mega-menu .mega-menu-title:hover {
    font-weight: 700;
    color: #4c4c4c;
}

.nav-list li.mega-menu .mega-menu-image a,
.nav-list li.mega-menu .mega-menu-title + a {
    display: none;
}

.nav-list a:focus,
.nav-list a:hover {
    text-decoration: none;
    color: #efe400;
}

.nav-list .caret {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-top: -2px;
    margin-left: 10px;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-bottom: 2px solid #000;
    border-left: 2px solid #000;
}

.nav-list .sub-menu,
.nav-toggle {
    position: absolute;
    z-index: 10;
    margin: 0;
}

.nav-list .sub-menu {
    top: 100%;
    left: 0;
    visibility: hidden;
    width: 270px;
    padding: 20px 25px;
    list-style: none;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    opacity: 0;
    background-color: #f6f6f6;
    -webkit-box-shadow: -16px 7px 20px 0 rgba(94, 94, 94, 0.22);
    box-shadow: -16px 7px 20px 0 rgba(94, 94, 94, 0.22);
    pointer-events: none;
}

.mobile-menu-list li,
.nav-list .sub-menu li {
    margin-bottom: 10px;
}

.nav-list .sub-menu a {
    font-size: 1.4rem;
    font-weight: 600;
}

.nav-toggle {
    top: calc(50% + 4px);
    right: 30px;
    display: none;
    width: 32px;
    height: 32px;
    padding: 0;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 0;
    outline: 0;
    background: 0 0;
}

.nav-toggle:focus {
    outline: 0;
}

.nav-toggle__line {
    position: relative;
    display: block;
    width: 80%;
    height: 2px;
    margin: 0 auto;
    background: #000000;
}

.mobile-menu,
.nav-overlay,
.nav-toggle__line,
.nav-toggle__line::after,
.nav-toggle__line::before {
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.nav-toggle__line::after,
.nav-toggle__line::before {
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    content: "";
    background: #000000;
}

.nav-toggle__line::before {
    top: -6px;
}

.nav-toggle__line::after {
    top: 6px;
}

.nav-toggle.is-active .nav-toggle__line {
    background: 0 0;
}

.nav-toggle.is-active .nav-toggle__line::after {
    top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.nav-toggle.is-active .nav-toggle__line::before {
    top: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.mobile-menu,
.nav-overlay {
    position: fixed;
    top: 76px;
    right: 0;
}

.nav-overlay {
    z-index: 9;
    bottom: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.float-search__form.is-invalid .float-search__hint,
.nav-overlay.is-active,
.phone__tel:hover + .phone__tooltip {
    visibility: visible;
    opacity: 1;
}

.mobile-menu {
    z-index: 10;
    overflow-y: auto;
    width: 320px;
    height: calc(100vh - 76px);
    padding: 30px 20px;
    -webkit-transform: translateX(150%);
    -ms-transform: translateX(150%);
    transform: translateX(150%);
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -webkit-overflow-scrolling: touch;
}

.mobile-menu.open {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.mobile-menu .header-search__field {
    width: 100%;
    background: 0 0;
}

.mobile-menu .header-search__hint {
    top: auto;
    bottom: calc(100% + 10px);
}

.mobile-menu .header-search__hint::before {
    top: auto;
    bottom: -10px;
    -webkit-transform: translateX(-50%) rotate(180deg);
    -ms-transform: translateX(-50%) rotate(180deg);
    transform: translateX(-50%) rotate(180deg);
}

.mobile-menu-list {
    margin: 0 0 30px;
    padding: 0;
    list-style: none;
}

.mobile-menu-list li:last-child {
    margin-bottom: 0;
}

.mobile-menu-list li ul {
    margin: 10px 0 10px 20px;
    padding: 0;
    list-style: none;
}

.case__highlight-block p b,
.case__highlight-block p strong,
.highlight-block__wrap p b,
.highlight-block__wrap p strong,
.mobile-menu-list a {
    font-weight: 600;
}

.form-group {
    position: relative;
    margin-bottom: 20px;
}

.form-group label {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #333333;
}

.form-group--last {
    margin-bottom: 0;
    text-align: center;
}

.form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}

.form-row > .form-group {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    word-wrap: break-word;
    display: flex;
    gap: 16px;
}

.form-row > .half-col {
    width: calc(50% - 5px);
    flex-direction: column;
}

.form-field {
    font-family: "Inter", Arial, sans-serif;
    font-weight: 500;
    width: 100%;
    padding: 10px;
    color: #000;
    border: 0;
    border: 1px solid #C1C5C6;
    border-radius: 0;
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 45px;
}

.form-field::-webkit-input-placeholder {
    color: #000000;
    opacity: 0.4;
}

.form-field::-moz-placeholder {
    color: #000000;
    opacity: 0.4;
}

.form-field:-ms-input-placeholder {
    color: #000000;
    opacity: 0.4;
}

.form-field::-ms-input-placeholder {
    color: #000000;
    opacity: 0.4;
}

.form-field::placeholder {
    color: #000000;
    opacity: 0.4;
}

.form-field:focus {
    border-color: #efe400;
    outline: 0;
}

.form-field--textarea {
    height: 135px;
    font-family: "Inter", Arial, sans-serif;
    font-weight: 500;
    width: 100%;
    padding: 10px;
    color: #000;
    border: 0;
    border: 1px solid #C1C5C6;
    border-radius: 0;
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #EDEDED;
    border-color: #EDEDED;
}

.product-form .form-field--textarea {
    background-color: #fff;
    border: 1px solid #C1C5C6;
}

.form-btn {
    position: relative;
    overflow: hidden;
    width: auto;
    height: 45px;
    min-width: 184px;
    white-space: nowrap;
    border: 0;
    padding: 16px 24px;
    background: #70133A;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Brutal Type';
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    color: #FFF;
    line-height: 20px;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.form-btn:focus,
.form-btn:hover {
    color: #efe400;
}

.required-label {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    position: absolute;
    right: 0;
    top: 15px;
}

.product-row {
    cursor: pointer !important;
    z-index: 99999;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.product-row:hover,
.product-row:focus {
    background-color: #F5F5F5 !important;
}

.product-row a:focus {
    pointer-events: none;
}

.modal {
    display: none;
    width: 320px;
    padding: 40px 25px;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    border-radius: 5px;
    background: #fff;
}

.modal__close,
.modal__close::after,
.modal__close::before {
    position: absolute;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.modal__close {
    z-index: 101;
    top: 8px;
    right: 10px;
    overflow: hidden;
    width: 20px;
    height: 20px;
    margin: 0;
    padding: 0 0 20px;
    cursor: pointer;
    white-space: nowrap;
    text-indent: 100%;
    border: 0;
    outline: 0;
    background: 0 0;
}

.modal__close::after,
.modal__close::before {
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    content: "";
    background: #bdbdbd;
}

.modal__close::before {
    top: 10px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.modal__close::after {
    top: 10px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.modal__close:focus {
    outline: 0;
}

.modal__title {
    margin-bottom: 20px;
    text-align: center;
}

.modal .btn {
    width: 100%;
}

.popup_visible .modal {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.question-form {
    overflow: visible;
    padding: 0;
}

/* section {
    padding: 40px 0;
} */
.section-title {
    margin-bottom: 30px;
}

.breadcrumbs {
    font-size: 1.4rem;
}

.breadcrumbs__wrap {
    display: inline-block;
    /*     padding: 7px 15px;
    border-left: 4px solid #efe400; */
    /*     background-color: #ececec; */
    background-color: #fff;
}

.breadcrumbs__wrap span > span:not(a) {
    font-weight: 400;
}

.page-id-540 .breadcrumbs {
    display: none;
}

#response,
.phone,
.phone__tel {
    position: relative;
}

.phone__tel {
    font-size: 1.4rem;
    font-weight: 600;
}

.phone__tel::after {
    position: absolute;
    top: 3px;
    right: -5px;
    width: 6px;
    height: 6px;
    content: "";
    border-radius: 50%;
    background-color: #52ae32;
}

.phone__tel--close::after {
    background-color: red;
}

.phone__tooltip {
    font-size: 1.3rem;
    position: absolute;
    z-index: 1;
    top: calc(100% + 5px);
    right: -10px;
    left: -10px;
    display: block;
    visibility: hidden;
    padding: 8px 10px;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    text-align: center;
    white-space: nowrap;
    opacity: 0;
    color: #949494;
    border: solid 1px #f3f3f3;
    border-radius: 3px;
    background-color: #fff;
    -webkit-box-shadow: 0 6px 9px 0 rgba(137, 137, 137, 0.5);
    box-shadow: 0 6px 9px 0 rgba(137, 137, 137, 0.5);
}

.phone__tooltip::before {
    position: absolute;
    top: -10px;
    left: 50%;
    width: 0;
    height: 0;
    content: "";
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-width: 0 7.5px 10px;
    border-style: solid;
    border-color: transparent transparent #fff;
}

.swiper-btns,
.swiper-button-next,
.swiper-button-prev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.swiper-btns .swiper-button-next,
.swiper-btns .swiper-button-prev {
    position: static;
    margin: 0;
    margin-left: 22px;
}

.swiper-button-next,
.swiper-button-prev {
    width: 35px;
    height: 55px;
    margin-top: -27.5px;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    background-color: #ececec;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.swiper-button-next:focus,
.swiper-button-prev:focus {
    outline: 0;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    display: none;
}

.swiper-button-next svg,
.swiper-button-prev svg {
    width: 12px;
    height: 20px;
    fill: #4c4c4c;
}

.swiper-pagination-bullet-active {
    background-color: #575757;
}

.table {
    width: 100%;
    border-collapse: collapse;
    font-family: "Inter";
    font-size: 1.7rem;
}

.table tr:nth-child(2n+1) {
    background-color: #fff;
}

.table th {
    padding: 20px 40px;
    text-align: left;
    border: none;
}

.table td {
    padding: 20px 40px;
    white-space: nowrap;
    border: none;
    font-weight: 400;
}

.popup-table .popup-title {
    text-align: center;
    color: #70133A;
}

.popup-table .table th {
    padding: 20px 20px 20px 0px;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}

.popup-table .table th:last-child {
    padding: 20px 0px 20px 0px;
}

.popup-table .table td {
    padding: 20px 20px 20px 0px;
}

.popup-table .table td:last-child {
    padding: 20px 0px 20px 0px;
}

ul.page-numbers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 40px 0;
    list-style: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

ul.page-numbers li {
    margin-right: 16px;
}

ul.page-numbers li:last-child {
    margin-right: 0;
}

ul.page-numbers a:not(.prev):not(.next),
ul.page-numbers span {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 20px;
    color: #17171780;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

ul.page-numbers a:not(.prev):not(.next):focus,
ul.page-numbers a:not(.prev):not(.next):hover {
    color: #171717;
    font-weight: 700;
}

ul.page-numbers span.current {
    color: #171717;
    font-weight: 700;
}

ul.page-numbers a.next,
ul.page-numbers a.prev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    box-sizing: border-box;
    width: 35px;
    height: 35px;
    border: 1px solid #70133A;
    border-radius: 4px;
}

ul.page-numbers a.next:hover svg,
ul.page-numbers a.prev:hover svg {
    fill: #70133A;
}

ul.page-numbers a.next svg,
ul.page-numbers a.prev svg {
    width: 13px;
    height: 12px;
    margin-top: 1px;
    margin-left: 12px;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    fill: #70133A;
}

ul.page-numbers a.prev svg {
    margin-right: 0px;
    margin-left: 9px;
}

.not-found {
    text-align: center;
}

.share,
.share__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: flex-start;
}

.share__item {

    padding: 0 6px;
}

.share__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    background-color: #b1b1b1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

/* .share__link:focus,
.share__link:hover {
    background-color: #7a003a;
} */
.share__icon {

}

.share__text {
    margin-left: 18px;
}

.single_post_wrapper {
    display: flex;
    justify-content: space-between;
    padding-bottom: 60px;
    border-bottom: 1px solid #00000033;
}

.single_post_wrapper article {
    max-width: 840px;
}

.post-navigation {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 85px;
    padding: 45px 0 30px;
    border-top: 1px solid #e7e7e7;
}

.post-navigation::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 1px;
    content: "";
    background-color: #e7e7e7;
}

.post-navigation__next,
.post-navigation__prev {
    width: 50%;
}

.post-navigation__next {
    margin-left: auto;
    text-align: right;
}

.prod-head-fm {
    margin-top: 32px;
    max-width: 480px;
}

.form-rw {
    display: flex;
    margin-bottom: 5px;
}

.form-rw select {
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 20px;
    color: #000000;
    height: 45px;
}

.form-rw select option {
    font-family: 'sans-serif';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 20px;
    color: #000000;
}

.fm-1 {
    width: 40%;
    display: flex;
    align-items: center;
}

.fm-2 {
    width: 60%;
    display: flex;
    align-items: center;
}

.highlight-form {
    max-width: 700px;
    text-align: left;
    margin: 0 auto;
}

.highlight-form p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
}

.highlight-form form {
    position: relative;
    padding: 0px;
}

.highlight-form form h2 {
    text-align: center;
}

.highlight-form form p {
    text-align: center;
}

.highlight-form form p:last-of-type {
    margin-bottom: 25px;
}

.highlight-form form .form-field {
    background-color: #EDEDED;
    border-color: #EDEDED;
}

.search-form__field {
    font-size: 1.6rem;
    font-weight: 500;
    width: 100%;
    max-width: 320px;
    margin-right: 10px;
    padding: 0;
    letter-spacing: -0.2px;
    color: #4c4c4c;
    border: 1px solid #C1C5C6;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.search-form__field::-webkit-input-placeholder {
    color: inherit;
}

.search-form__field::-moz-placeholder {
    color: inherit;
}

.search-form__field:-ms-input-placeholder {
    color: inherit;
}

.search-form__field::-ms-input-placeholder {
    color: inherit;
}

.search-form__field::placeholder {
    color: inherit;
}

.search-form__field:focus {
    outline: 0;
}

.search-form__btn,
.search-form__btn-icon {
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.search-form__btn {
    display: inline-block;
    width: 18px;
    height: 18px;
    padding: 0;
    vertical-align: middle;
    border: 0;
    background: 0 0;
}

.search-form__btn-icon {
    width: 100%;
    height: 100%;
    fill: #4c4c4c;
}

.search-form__btn-icon:focus,
.search-form__btn-icon:hover {
    fill: #efe400;
}

.highlight-title {
    position: relative;
    z-index: 1;
    display: inline-block;
    padding: 0;
    color: #000;
}

.teams {
    padding-top: 120px;
    padding-bottom: 120px;
}

.teams .container {
    max-width: 1210px;
}

.text-block + .teams {
    padding-top: 0px;
}

.text-block:has(+ .teams) {
    padding-bottom: 50px;
}

.float-search__form {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.float-search__field,
.highlight-title::after {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.float-search__field {
    font-size: 1.4rem;
    font-weight: 500;
    right: -10px;
    visibility: hidden;
    width: 0;
    padding: 5px 30px 5px 15px;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    letter-spacing: -0.2px;
    color: #4c4c4c;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.4);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    height: 50px;
}

.float-search__field::-webkit-input-placeholder {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    opacity: 0.43;
}

.float-search__field::-moz-placeholder {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    opacity: 0.43;
}

.float-search__field:-ms-input-placeholder {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    opacity: 0.43;
}

.float-search__field::-ms-input-placeholder {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    opacity: 0.43;
}

.float-search__field::placeholder {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    opacity: 0.43;
}

.float-search__field:focus {
    outline: 0;
}

.float-search__field.is-active {
    visibility: visible;
    width: 320px;
}

.float-search__btn,
.float-search__btn-icon {
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.float-search__btn {
    position: relative;
    z-index: 1;
    width: 18px;
    height: 18px;
    padding: 0;
    border: 0;
    background: 0 0;
}

.float-search__btn-icon {
    width: 100%;
    height: 100%;
    fill: #4c4c4c;
}

.float-search__btn-icon:focus,
.float-search__btn-icon:hover {
    fill: #efe400;
}

.float-search__hint {
    font-size: 1.3rem;
    position: absolute;
    z-index: 1;
    top: calc(100% + 10px);
    right: 0;
    display: block;
    visibility: hidden;
    padding: 8px 10px;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    text-align: center;
    white-space: nowrap;
    opacity: 0;
    color: #949494;
    border: solid 1px #f3f3f3;
    border-radius: 3px;
    background-color: #fff;
    -webkit-box-shadow: 0 6px 9px 0 rgba(137, 137, 137, 0.5);
    box-shadow: 0 6px 9px 0 rgba(137, 137, 137, 0.5);
}

.float-search__hint::before {
    position: absolute;
    top: -10px;
    left: 50%;
    width: 0;
    height: 0;
    content: "";
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-width: 0 7.5px 10px;
    border-style: solid;
    border-color: transparent transparent #fff;
}

@font-face {
    font-family: "Futura PT";
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url(fonts/FuturaPTBook.woff2) format("woff2"), url(fonts/FuturaPTBook.woff) format("woff");
}

@font-face {
    font-family: "Futura PT";
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    src: url(fonts/FuturaPTMedium.woff2) format("woff2"), url(fonts/FuturaPTMedium.woff) format("woff");
}

@font-face {
    font-family: "Futura PT";
    font-weight: 600;
    font-style: normal;
    font-display: swap;
    src: url(fonts/FuturaPTDemi.woff2) format("woff2"), url(fonts/FuturaPTDemi.woff) format("woff");
}

@font-face {
    font-family: "Futura PT";
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    src: url(fonts/FuturaPTBold.woff2) format("woff2"), url(fonts/FuturaPTBold.woff) format("woff");
}

@font-face {
    font-family: "Futura PT";
    font-weight: 400;
    font-style: italic;
    font-display: swap;
    src: url(fonts/FuturaPTBookObl.woff2) format("woff2"), url(fonts/FuturaPTBookObl.woff) format("woff");
}

@font-face {
    font-family: "Brutal Type";
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    src: url(fonts/BrutalType-Bold.woff2) format("woff2"), url(fonts/BrutalType-Bold.woff) format("woff");
}

@font-face {
    font-family: "Inter";
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url(fonts/Inter-Regular.ttf) format("truetype");
}

@font-face {
    font-family: "Inter";
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    src: url(fonts/Inter-Medium.ttf) format("truetype");
}

@font-face {
    font-family: "Inter";
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    src: url(fonts/Inter-Bold.ttf) format("truetype");
}

@font-face {
    font-family: "NeoSansPro";
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url(fonts/NeoSansPro-Regular.ttf) format("truetype");
}

@font-face {
    font-family: "NeoSansPro";
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    src: url(fonts/NeoSansPro-Medium.ttf) format("truetype");
}

@font-face {
    font-family: "NeoSansPro";
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    src: url(fonts/NeoSansPro-Bold.ttf) format("truetype");
}

.case__highlight-block,
.clearfix,
.post-content__wrap {
    zoom: 1;
}

.case__highlight-block:after,
.case__highlight-block:before,
.clearfix:after,
.clearfix:before,
.post-content__wrap:after,
.post-content__wrap:before {
    display: table;
    content: "";
}

.case__highlight-block:after,
.clearfix:after,
.post-content__wrap:after {
    clear: both;
}

body.admin-bar .header {
    top: 32px;
}

body.admin-bar .mobile-menu,
body.admin-bar .nav-overlay {
    top: 108px;
}

body.admin-bar .mobile-menu {
    height: calc(100vh - 108px);
}

a:focus,
a:hover {
    text-decoration: none;
    color: #efe400;
    outline: 0;
}

p,
ul {
    margin-top: 0;
}

button {
    cursor: pointer;
    outline: 0;
}

iframe {
    width: 100%;
    min-width: 100%;
}

.screen-reader-text,
.visually-hidden {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

.wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: hidden;
    flex-direction: column;
    min-height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
}

.content {
    padding-top: 84px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

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

.alignleft {
    float: left;
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

.alignright {
    float: right;
    margin-bottom: 1.5em;
    margin-left: 1.5em;
}

.aligncenter {
    display: block;
    clear: both;
    margin-right: auto;
    margin-bottom: 1.5em;
    margin-left: auto;
}

.text-block .list {
    margin: 0 0 35px;
}

.product-summary__head-descr {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
}

.list,
.text ul,
.text-block .list,
.text-block ul {
    padding: 0;
    list-style: none;
}

.list,
.text ul {
    margin: 0 0 35px;
}

.list li,
.text ul li,
.text-block .list li,
.text-block ul li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 25px;
}

.list li::before,
.text ul li::before,
.text-block .list li::before,
.text-block ul li::before {
    position: absolute;
    top: 10px;
    left: 0;
    width: 7px;
    height: 7px;
    content: "";
    background-color: #000;
    border-radius: 100px;
}

.list:last-child,
.text ul:last-child,
.text-block .list:last-child,
.text-block ul:last-child {
    margin-bottom: 0;
}

.single-value {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 20px;
    display: flex;
    align-items: center;
    text-align: left;
    color: #000000;
    height: 45px;
}

.single-value .product-stock-dot {
    margin-left: 12px;
}

#form-responce, #table-responce {
    position: relative;
}

#form-responce.loading::before,
#filter-responce.loading::before,
#table-responce.loading::before {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    background-color: rgba(255, 255, 255, 0.8);
}

#form-responce.loading::after,
#filter-responce.loading::after,
#table-responce.loading::after {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    content: "";
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    border: 3px solid #efe400;
    border-top-color: #ececec;
    border-left-color: #ececec;
    border-radius: 50%;
}

#form-responce.loading::after,
#filter-responce.loading::after,
#table-responce.loading::after {
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}


#response.loading::before {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    background-color: rgba(255, 255, 255, 0.8);
}

#response.loading::after {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    content: "";
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    border: 3px solid #efe400;
    border-top-color: #ececec;
    border-left-color: #ececec;
    border-radius: 50%;
}

.grecaptcha-badge {
    visibility: hidden;
}

#response.loading::after,
.header {
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.header {
    position: fixed;
    z-index: 11;
    top: 0;
    right: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
}

.header.fixed {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.header__left {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.header__logo,
.header__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header__right {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
}

.header__right .nav {
    margin-left: auto;
}

.header__logo {
    height: 100%;
    padding: 10px 30px 10px 0px;
}

.header__logo img {
    max-width: 140px;
}

.header__search {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.header__search .header-search__form {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.header__float-search,
.header__search {
    margin-right: 30px;
    margin-left: auto;
}

.header__phone {
    margin-right: 30px;
}

.header-search__form {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-search__form.is-invalid .header-search__hint {
    visibility: visible;
    opacity: 1;
}

.header-search__field {
    font-size: 1.4rem;
    font-weight: 500;
    padding: 5px 30px 5px 15px;
    letter-spacing: -0.2px;
    color: #4c4c4c;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.4);
    box-shadow: none;
    border-radius: 4px;
    height: 50px;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.mobile-menu__search .header-search__btn {
    position: absolute;
    right: 10px;
}

.header-search__field::placeholder {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    opacity: 0.43;
}

.header-search__field::-webkit-input-placeholder,
.news-filter__search input[type="text"]::-webkit-input-placeholder {
    color: inherit;
}

.header-search__field::-moz-placeholder,
.news-filter__search input[type="text"]::-moz-placeholder {
    color: inherit;
}

.cases-filter input[type="text"]:-ms-input-placeholder,
.header-search__field:-ms-input-placeholder,
.news-filter__search input[type="text"]:-ms-input-placeholder {
    color: inherit;
}

.header-search__field::-ms-input-placeholder,
.news-filter__search input[type="text"]::-ms-input-placeholder {
    color: inherit;
}

.header-search__field::placeholder,
.news-filter__search input[type="text"]::placeholder {
    color: inherit;
}

.header-search__field:focus {
    outline: 0;
}

.header-search__btn,
.header-search__btn-icon {
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.header-search__btn {
    width: 18px;
    height: 18px;
    padding: 0;
    border: 0;
    background: 0 0;
}

.header-search__btn-icon {
    width: 100%;
    height: 100%;
    fill: #4c4c4c;
}

.header-search__btn-icon:focus,
.header-search__btn-icon:hover {
    fill: #efe400;
}

.header-search__hint {
    font-size: 1.3rem;
    position: absolute;
    z-index: 1;
    top: calc(100% + 10px);
    display: block;
    visibility: hidden;
    padding: 8px 10px;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    text-align: center;
    white-space: nowrap;
    opacity: 0;
    color: #949494;
    border: solid 1px #f3f3f3;
    border-radius: 3px;
    background-color: #fff;
    -webkit-box-shadow: 0 6px 9px 0 rgba(137, 137, 137, 0.5);
    box-shadow: 0 6px 9px 0 rgba(137, 137, 137, 0.5);
}

.header-search__hint::before {
    position: absolute;
    top: -10px;
    left: 50%;
    width: 0;
    height: 0;
    content: "";
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-width: 0 7.5px 10px;
    border-style: solid;
    border-color: transparent transparent #fff;
}

.header_new_style {
    background-color: #F2E500;
}

.header_new_style .top-header {
    display: block;
}

.header_new_style .top-header .top-header-wrap {
    justify-content: center;
}

.header_new_style .top-header .top-header-wrap p {
    font-weight: 400;
}

.header_new_style .top-header .top-header-inner {
    height: auto;
    padding: 25px 0;
}

.header_new_style .top-header .top-header-inner .top-header_logo {
    position: absolute;
    left: 0;
    top: 50%;
    max-width: 12%;
    display: flex;
    transform: translateY(-50%);
}

.header_new_style .header__search {
    flex-grow: 0;
    margin: 0;
    margin-left: 30px;
}

.header_new_style .top-header .top-header-wrap .phone-group .phone-item a.phone-link {
    color: #F2E500;
    font-size: 20px;
}

.header_new_style .top-header .top-header-wrap .phone-group .phone-item a.phone-link svg {
    margin-right: 17px;
}

.header_new_style .top-header .top-header-wrap .phone-group .phone-item a.watsapp-link svg {
    height: 30px;
    width: 30px;
}

.header_new_style .header-container .header__left {
    display: none;
}

.header_new_style .header-container .header__right {
    justify-content: center;
}

.header_new_style .header-container .header__right .nav {
    margin: 0;
}

.header_new_style .nav-list > li > a {
    color: #680539;
    padding: 15px 25px;
    font-size: 21px;
}

.header_new_style .nav-list .caret {
    border-bottom: 2px solid #680539;
    border-left: 2px solid #680539;
}

.header_new_style .header-search__form {
    background: #ffffff;
    padding: 8px 10px;
    border-radius: 10px;
}

.header_new_style .header-search__form .header-search__btn {
    display: flex;
    height: 20px;
    width: 20px;
}

.header_new_style .header-search__form .header-search__btn svg {
    max-height: 100%;
    max-width: 100%;
}

.header_new_style .header-search__form .header-search__field {
    height: auto;
    background: none;
    border: none;
    padding: 5px 10px;
    min-width: 220px;
}

.footer {
    overflow: hidden;
    padding-top: 75px;
    background-color: #E8E8E833;
}

.footer__logo {
    display: block;
    width: 200px;
    margin-bottom: 16px;
}

.footer__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -19px;
    margin-left: -19px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 69px;
    justify-content: space-between;
}

.footer__item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: fit-content;
    margin-right: 19px;
    margin-bottom: 30px;
    margin-left: 19px;
    word-wrap: break-word;
}

.footer__item.item-first .footer-widget-title {
    display: none;
}

.footer__bottom {
    font-size: 1.6rem;
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 42px 0 57px 0px;
    color: #000000;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    background-color: ;
    border-top: 1px solid #0000001a;
    font-family: "Futura PT" !important;
}

.footer-widget {
    margin-bottom: 40px;
}

.footer-widget p:last-child,
.footer-widget:last-child,
.product-list__descr p:last-child {
    margin-bottom: 0;
}

.footer-widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-widget ul li {
    margin-bottom: 12px;
}

.footer-widget-title {
    font-size: 1.7rem;
    font-weight: 700;
    margin-bottom: 20px;
    font-family: "Brutal Type";
}

.footer-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer-menu li {
    margin-right: 25px;
}

.footer-menu li:last-child,
.product-list__icons li:last-child {
    margin-right: 0;
}

.footer-menu li a {
    color: #000000;
}

.footer-menu li a:focus,
.footer-menu li a:hover {
    color: #efe400;
}

.copy {
    margin: 0 25px 0 0;
    white-space: nowrap;
}

.footer_new_style {
    background: #680539;
    padding-top: 100px;
    position: relative;
}

.footer_new_style .footer_logo {
    position: absolute;
    top: 105px;
    left: 0;
    display: flex;
    width: 20%;
}

.footer_new_style .footer_logo svg {
    max-width: 100%;
}

.footer_new_style .footer__wrap {
    max-width: 80%;
    margin: 0 0 55px auto;
}

.footer_new_style .footer__wrap .footer__item.item-first, .footer_new_style .footer__wrap .footer__item.item-first a {
    color: #F2E500;
    font-size: 36px;
    line-height: 36px;
    font-style: italic;
    font-weight: bold;
}

.footer__wrap .footer__item.item-first p {
    margin-bottom: 0;
}

.footer_new_style .footer__wrap .footer__item.item-first p {
    margin-bottom: 10px;
    font-family: "NeoSansPro", Arial, sans-serif;
}

.footer_new_style .footer__wrap .footer__item .footer-widget-title {
    color: #F2E500;
}

.footer_new_style .footer__wrap .footer__item a {
    color: #ffffff;
    font-family: "Inter", Arial, sans-serif;
}

.footer_new_style .footer_bottom {
    background: #590D31;
}

.footer_new_style .footer_bottom .footer__bottom {
    border: none;
    max-width: 90%;
    margin: 0 0 0 auto;
    padding: 36px 0;
}

.footer_new_style .footer_bottom .footer__bottom .copy {
    color: rgba(255, 255, 255, 0.2);
}

.footer_new_style .footer_bottom .footer__bottom .footer-menu li a {
    color: #ffffff;
}

.hero {
    position: relative;
    padding-top: 70px;
}

.hero:after {
    content: '';
    display: block;
    width: 100%;
    height: 50%;
    background: #D9D9D94D;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.hero img {
    display: block;
    width: 100%;
}

.hero .hero-headings {
    max-width: 905px;
    text-align: center;
    margin: 0 auto;
}

.hero .hero-headings .btn-styled {
    margin-top: 25px;
}

.hero .hero-headings .section-text {
    max-width: 700px;
    margin: 0 auto;
    font-size: 1.7rem;
}

.hero__video {
    position: relative;
    padding-bottom: 34%;
    max-width: 941px;
    margin: 0 auto;
    border-radius: 4px;
    overflow: hidden;
    margin-top: 90px;
    margin-bottom: 112px;
    filter: drop-shadow(4px 8px 20px rgba(0, 0, 0, 0.15));
}

.hero__video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    cursor: pointer;
}

.video-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    cursor: pointer;
    display: none;
}

.video-overlay svg {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 149px;
    width: 100%;
}

.hero .hero-partner .partner-title {
    text-align: center;
    padding-bottom: 20px;
}

.hero .hero-partner .partners-group {
    width: 100%;
    display: flex;
    gap: 152px;
    padding-bottom: 60px;
}

.hero_new_style .heading_hero_new_style {
    padding: 250px 0 205px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}

.hero_new_style .heading_hero_new_style .video_bg {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.hero_new_style .heading_hero_new_style .video_bg:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 2;
}


.hero_new_style .heading_hero_new_style .video_bg video {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}

.hero_new_style .heading_hero_new_style .logo_hero {
    position: absolute;
    left: 0;
    top: 38%;
    max-width: 27%;
    z-index: 100;
    transition: all 0.3s ease;
}


.hero_new_style .heading_hero_new_style .logo_hero.fixed-logo {
    position: fixed;
    top: 20px;
    max-width: 12%;
    transition: all 0.3s ease;
}

body.admin-bar .hero_new_style .heading_hero_new_style .logo_hero.fixed-logo {
    top: calc(32px + 20px);
}

.hero_new_style .heading_hero_new_style .logo_hero img {
    width: 100%;
    height: auto;
}

.hero_new_style .heading_hero_new_style .content_heading {
    position: relative;
    z-index: 3;
}

.hero_new_style .heading_hero_new_style .content_heading .content_heading_wrapper {
    margin-left: 30%;
    width: 62%;
    display: flex;
    flex-direction: column;
}

.hero_new_style .heading_hero_new_style .content_heading .content_heading_wrapper .section-title {
    font-size: 8.5rem;
    line-height: 8rem;
    margin-bottom: 80px;
    font-style: italic;
    color: #ffffff;
    font-family: "NeoSansPro", Arial, sans-serif;
}

.hero_new_style .heading_hero_new_style .content_heading .content_heading_wrapper .btn-styled {
    margin: 0 auto;
    border-radius: 15px;
    padding: 20px 47px;
    font-size: 22px;
    font-family: "Inter", Arial, sans-serif;
}

.hero_new_style .partner_hero_new_style {
    padding: 55px 0 60px;
}

.hero_new_style .partner_hero_new_style .partner-title {
    text-align: center;
    padding-bottom: 50px;
    font-family: "Inter", Arial, sans-serif;
}

.hero_new_style .partner_hero_new_style .partners-group {
    width: 100%;
    display: flex;
    gap: 152px;
}

.home-intro-text {
    padding: 120px 0 120px;
    position: relative;
}

.home-intro-text:after {
    content: '';
    display: block;
    position: absolute;
    width: 60%;
    height: 75%;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
    right: 0;
    top: 120px;
    z-index: -1;
}

.home-intro-text__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -19px;
    margin-left: -19px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.home-intro-text__left,
.home-intro-text__right {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: calc(50% - 38px);
    margin-right: 19px;
    margin-left: 19px;
    word-wrap: break-word;
}

.home-intro-text__left {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.home-intro-text__right {
    width: calc(50% - 38px);
    padding-top: 102px;
    padding-bottom: 136px;
}

.home-intro-text__right .partners-wrap {
    display: flex;
    position: relative;
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 24px;
}

.home-intro-text__right .partners-wrap .partner-item {
    text-align: center;
    width: 30%;
    min-width: 200px;
}

.home-intro-text__right .partners-wrap .partner-item h4 {
    font-family: "Futura PT";
    color: #70133A;
}

.home-intro-text__right .partners-wrap .partner-item p {
    font-family: "Futura PT";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
}

.home-intro-text__right h3 {
    font-size: 2.7rem;
    font-weight: 400;
    margin-bottom: 20px;
}

.home-intro-text__right a:not(.btn),
.product-category-text a:not(.btn),
.text-block a:not(.btn) {
    text-decoration: underline;
    -webkit-text-decoration-color: #7a003a;
    text-decoration-color: #7a003a;
}

.home-intro-text__right .btn {
    margin-top: 15px;
}

.home-intro-text_new_style {
    position: relative;
    background: #680539;
    color: #fff;
}

.home-intro-text__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 40%;
    height: 100%;
}

.home-intro-text__img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    transform: translate3d(0, 0, 1px);
}

.home-intro-text__content {
    margin-left: 45%;
    padding: 60px 0 70px;
    display: flex;
    flex-direction: column;
}

.home-intro-text__content .partners-wrap {
    display: flex;
    position: relative;
    justify-content: space-between;
    padding-top: 31px;
    padding-bottom: 28px;
}

.home-intro-text__content .partners-wrap .partner-item {
    text-align: center;
    width: 32%;
    min-width: 200px;
}

.home-intro-text__content .partners-wrap .partner-item img {
    margin-bottom: 15px;
}

.home-intro-text_new_style .home-intro-text__content .partners-wrap .partner-item img {
    height: 70px;
}

.home-intro-text_new_style .home-intro-text__content h2 {
    font-style: italic;
}


.home-intro-text_new_style .home-intro-text__content p {
    font-family: "Inter", Arial, sans-serif;
    font-weight: 500;
}

.home-intro-text__content .partners-wrap .partner-item h4 {
    font-family: "NeoSansPro", Arial, sans-serif;
    color: #F2E500;
    font-style: italic;
}

.home-intro-text__content .partners-wrap .partner-item p {
    font-family: "NeoSansPro", Arial, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
}

.home-intro-text__content .btn-styled {
    margin: 0 auto;
    border-radius: 15px;
    padding: 20px 47px;
    background: #F2E500;
    color: #680539;
    font-family: "Inter", Arial, sans-serif;
}

.usp-bar {
    padding-top: 150px;
    padding-bottom: 216px;
}

.usp-bar .about-blocks {
    display: flex;
    max-width: 1142px;
    margin: 0 auto;
    padding-top: 20px;
    flex-wrap: wrap;
    column-gap: 158px;
    row-gap: 40px;
}

.usp-bar .about-blocks .usp-block {
    flex: 1 1 492px;
}

.usp-bar .about-blocks .usp-block .usp-text p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 24px;
    color: #000000;
}

.filters-box {
    padding-right: 40px;
}

.category-filter {
    border-bottom: 1px solid #00000033;
    margin-bottom: 10px;
}

.category-filter label {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
}

.checkboxes-list li {
    cursor: pointer;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.category-filter input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    border: 1px solid #00000033;
    width: 20px;
    height: 20px;
    min-width: 20px;
    min-height: 20px;
    border-radius: 5px;
    margin-right: 5px;
    cursor: pointer;
    display: inline-block;
    position: relative;
}

.category-filter input[type="checkbox"]:checked {
    background-color: #70133A;
    border-color: #70133A;
}

.category-filter input[type="checkbox"]:checked:after {
    content: '';
    position: absolute;
    left: 6px;
    top: 3px;
    width: 6px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.category-filter:last-child {
    border-bottom: 0;
}

.category-filter h4 {
    font-family: "Brutal Type", Arial, sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.44;
    letter-spacing: -0.26px;
}

.category-filter ul {
    list-style: none;
    padding-left: 0px;
}

.category-filter .child-categories li {
    margin-left: 20px;
}

.category-filter:first-child label {
    position: relative;
    top: -4px;
}

.category-filter ul li.no-children.child-category {
    margin-left: 20px;
    padding-left: 0;
    list-style: none;
}

.category-filter ul li {
    cursor: pointer;
    margin-bottom: 5px;
}

.category-filter ul > li:hover > span {
    color: #70133A;
}

.category-filter ul li span.active {
    color: #70133A;
}

.category-filter ul.child-categories li.no-children {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
}

.highlight-match > .child-categories {
    display: block !important;
}

.product-categories {
    padding-bottom: 0;
}

.product-categories .heading-product-categories {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product-categories .heading-product-categories a {
    font-family: 'Brutal Type';
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 25px;
    text-decoration-line: underline;
    color: #000000;
}

.product-categories .heading-product-categories a:hover {
    color: #efe400;
}

.product-categories-list {
    position: relative;
    z-index: 2;
    background-color: #fff;
}

.product-categories-list .product-list-home {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.product-categories-list .product-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: space-between;
    gap: 35px;
    row-gap: 60px;
}

.product-categories-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    max-width: 460px;
    padding: 25px 20px 45px;
    text-align: left;
    text-decoration: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #D9D9D94D;
    flex: 1 1 32%;
}

.product-categories-list__item .product-categories-list__title {
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.product-categories-list__item .product-categories-list__title svg path {
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.product-categories-list__item:focus,
.product-categories-list__item:hover {
    text-decoration: none;
}

.product-categories-list__item:focus .product-categories-list__title,
.product-categories-list__item:hover .product-categories-list__title {
    color: #efe400;
}

.product-categories-list__item:focus .product-categories-list__title svg path,
.product-categories-list__item:hover .product-categories-list__title svg path {
    fill: #efe400;
}

.product-categories-list__item:focus .btn::before,
.product-categories-list__item:hover .btn::before {
    width: 100%;
}

.product-categories-list__item:focus .btn::after,
.product-categories-list__item:hover .btn::after {
    left: calc(100% + 10px);
}

.product-categories-list__title {
    font-family: 'Brutal Type';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 39px;
    color: #000000;
    margin-bottom: 15px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 25px;
}

.product-categories-list__img {
    width: 100%;
    position: relative;
    margin-bottom: 20px;
    padding-top: 30px;
}

.product-categories-list__img img {
    width: 100%;
    mix-blend-mode: multiply;
}

.product-categories-list .cat-description {
    padding-top: 140px;
    margin-top: -140px;
}

.product-categories-footer {
    margin-top: 50px;
}

.product-categories-footer .title-text {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 24px;
    color: #000000;
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
}

.product-categories-footer .btn-group {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.product-categories_new_style {
    padding: 90px 0 85px;
}

.product-categories_new_style .heading-product-categories h2 {
    color: #680539;
    font-style: italic;
}

.product-categories_new_style .heading-product-categories a {
    font-family: "Inter", Arial, sans-serif;
}

.product-categories_new_style .product-categories-list__item {
    border-radius: 15px;
}

.product-categories_new_style .product-categories-list__item .product-categories-list__title {
    font-family: "Inter", Arial, sans-serif;
}

.product-categories_new_style .product-categories-list__item .product-categories-list__title svg path {
    fill: #680539;
}

.product-categories_new_style .product-categories-footer .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.product-categories_new_style .product-categories-footer {
    margin-top: 60px;
}

.product-categories_new_style .product-categories-footer h2 {
    margin: 0;
    color: #680539;
    font-style: italic;
}

.product-categories_new_style .product-categories-footer .btn-group {
    margin-right: 60px;
}

.product-categories_new_style .product-categories-footer .btn-group a {
    font-family: "Inter", Arial, sans-serif;
}

.tax-product_category .product-categories-list__title {
    font-size: 2.2rem;
}

.product-list {
    padding-bottom: 90px;
}

.product-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #e7e7e7;
}

.product-list__item:last-child {
    border-bottom: 1px solid #e7e7e7;
}

.product-list__image {
    padding: 0 60px;
    text-align: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 31.14%;
    flex: 0 0 31.14%;
}

.product-list__body {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    padding-top: 35px;
    padding-right: 40px;
    padding-bottom: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.product-list__title {
    font-family: 'Brutal Type';
    font-style: normal;
    line-height: 30px;
    color: #000000;
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 12px;
}

.product-list__excerpt {
    margin-bottom: 24px;
}

.product-list__excerpt p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 24px;
    color: #9B9B9B;
    margin-bottom: 0px;
}

.product-list__title--padding-1 {
    padding-right: 48px;
}

.product-list__title--padding-2 {
    padding-right: 96px;
}

.product-list__title--padding-3 {
    padding-right: 144px;
}

.product-list__title--padding-4 {
    padding-right: 192px;
}

.product-list__title--padding-5 {
    padding-right: 240px;
}

.product-list__title--padding-6 {
    padding-right: 288px;
}

.product-list__descr {
    margin-bottom: 35px;
}

.product-list__bottom,
.product-list__icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-list__bottom {
    margin-top: auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.product-list__icons {
    position: absolute;
    z-index: 1;
    top: 35px;
    right: 30px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.product-list__icons li {
    position: relative;
    width: 36px;
    height: 36px;
    margin-right: 15px;
}

.product-features__item:hover .product-features__label,
.product-list__icons li:hover .product-list__icons-label {
    visibility: visible;
    opacity: 1;
}

.product-features__label::before,
.product-list__icons-label,
.product-list__icons-label::before {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.product-list__icons-label {
    font-size: 1.3rem;
    line-height: 1;
    z-index: 1;
    bottom: calc(100% + 15px);
    display: block;
    visibility: hidden;
    padding: 8px 10px;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    text-align: center;
    white-space: nowrap;
    opacity: 0;
    color: #949494;
    border: solid 1px #f3f3f3;
    border-radius: 3px;
    background-color: #fff;
    -webkit-box-shadow: 0 6px 9px 0 rgba(137, 137, 137, 0.5);
    box-shadow: 0 6px 9px 0 rgba(137, 137, 137, 0.5);
}

.product-features__label::before,
.product-list__icons-label::before {
    bottom: -10px;
    width: 0;
    height: 0;
    content: "";
    border-width: 10px 7.5px 0;
    border-style: solid;
    border-color: #fff transparent transparent;
}

.product__left,
.product__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.product__wrap {
    margin-right: -19px;
    margin-bottom: 45px;
    margin-left: -19px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.product__left {
    position: relative;
    flex-direction: column;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: calc(45% - 38px);
    margin-right: 19px;
    margin-left: 19px;
    word-wrap: break-word;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
}

.product__left-btn-desc {
    margin-top: auto;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.product__left-btn-mobile {
    display: none;
    margin-bottom: 40px;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.product__left .product-gallery {
    margin-bottom: 32px;
}

.product__left .product-gallery .slider-text {
    max-width: 500px;
    margin: 0 auto;
    margin-bottom: 20px;
    font-style: italic;
}

.product-gallery .product-gallery-slider__item img {
    max-width: 500px;
}

.product-gallery-slider {
    padding-bottom: 20px;
}

.product__right {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: calc(55% - 38px);
    margin-right: 19px;
    margin-left: 19px;
    word-wrap: break-word;
}

.product-buttons {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-top: 60px;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}

.form-responce-with-video {
    display: flex;
    flex-wrap: wrap;
}

.form-responce-with-video .prod-head-fm {
    width: 43%;
    margin-right: 20px;
}

.form-responce-with-video .prod-head-fm .fm-1 {
    width: 60%;
}

.form-responce-with-video .prod-head-fm .fm-2 {
    width: 40%;
}

.form-responce-with-video .video_iframe {
    margin-top: 32px;
    width: calc(57% - 20px);
}

.form-responce-with-video .product-buttons {
    width: 100%;
}

.table-wrapper .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.prod-col-left {
    width: calc(20% - 20px);
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 40px;
}

.prod-col-right {
    width: calc(80% - 20px);
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 40px;
}

.prod-col-right .product-summary__head-descr {
    display: flex;
    flex-direction: column;
}

.prod-col-right .product-summary__head-descr #showmore,
.prod-col-right .product-summary__head-descr #showless {
    margin-left: auto;
}

.product-stock-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-left: 0px;
    border-radius: 50%;
    background-color: #52ae32;
}

.product-stock-dot--text {
    padding-left: 5px;
}

.product-stock-dot--red {
    background-color: #f37010;
}

.product-gallery {
    text-align: center;
}

.product-gallery .swiper-button-next,
.product-gallery .swiper-button-prev {
    background: 0 0;
}

.product-gallery .swiper-button-next svg,
.product-gallery .swiper-button-prev svg {
    width: 17px;
    height: 25px;
}

.product-gallery .swiper-button-prev {
    left: 0;
}

.product-gallery .swiper-button-next {
    right: 0;
}

.product-files {
    margin: 0 0 32px;
    padding: 0;
    list-style: none;
}

.product-files__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-files__item:last-child,
.product-form__meta p:last-child,
.product-summary__head-descr p:last-child,
.product-summary__item p:last-child,
.product-summary__item:last-child {
    margin-bottom: 0;
}

.product-files__item svg {
    width: 25px;
    height: 30px;
    margin-right: 20px;
    fill: #7a003a;
}

.product-files__item a {
    text-decoration: underline;
}

.product-summary__head {
    margin-bottom: 35px;
    padding: 10px 0px 0px 0px;
}

.product-form__meta p,
.product-summary__head-title {
    margin-bottom: 10px;
}

.product-summary__head-sku {
    margin-bottom: 25px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 24px;
    color: #000000;
}

.product-summary__head-introductie {
    margin-bottom: 25px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 24px;
    color: #000000;
}

.product-summary__head-cat {
    font-size: 1.7rem;
    font-weight: 700;
    margin-bottom: 15px;
}

.product-summary__head-descr a {
    text-decoration: underline;
    -webkit-text-decoration-color: #7a003a;
    text-decoration-color: #7a003a;
}

.product-summary__item {
    position: relative;
    margin-bottom: 35px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
}

.product-summary__block-title,
.text-block h3 {
    margin-bottom: 20px;
}

.product-summary .product-features {
    position: absolute;
    top: -2px;
    right: 0;
}

.product-features {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-features__item {
    position: relative;
    width: 36px;
    height: 36px;
    margin-right: 15px;
}

.product-features__item:last-child {
    margin-right: 0;
}

.product-features__item img {
    display: block;
}

.product-features__label {
    font-size: 1.3rem;
    line-height: 1;
    position: absolute;
    z-index: 1;
    bottom: calc(100% + 15px);
    left: 50%;
    display: block;
    visibility: hidden;
    padding: 8px 10px;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    white-space: nowrap;
    opacity: 0;
    color: #949494;
    border: solid 1px #f3f3f3;
    border-radius: 3px;
    background-color: #fff;
    -webkit-box-shadow: 0 6px 9px 0 rgba(137, 137, 137, 0.5);
    box-shadow: 0 6px 9px 0 rgba(137, 137, 137, 0.5);
}

.table-wrapper {
    background: #D9D9D94D;
    padding-top: 90px;
    padding-bottom: 80px;
}

.product-form__title {
    text-align: center;
}

.product-form__meta {
    margin-bottom: 30px;
}

.actions {
    padding-bottom: 0;
}

.actions-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -19px;
    margin-left: -19px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.actions-list__item {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: calc(50% - 38px);
    margin-right: 19px;
    margin-bottom: 40px;
    margin-left: 19px;
    padding-left: 20px;
    word-wrap: break-word;
}

.actions-list__item::before {
    position: absolute;
    z-index: 2;
    bottom: 17px;
    left: 0;
    width: 32px;
    height: 32px;
    content: "";
    background-color: #efe400;
}

.actions-list__item:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.actions-list__wrap {
    position: relative;
    overflow: hidden;
}

.actions-list__wrap::before {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    opacity: 0.83;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(28%, transparent), color-stop(141%, #000));
    background-image: -o-linear-gradient(top, transparent 28%, #000 141%);
    background-image: linear-gradient(to bottom, transparent 28%, #000 141%);
    mix-blend-mode: multiply;
}

.actions-list__wrap img {
    display: block;
    width: 100%;
    -webkit-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.actions-list__title {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1;
    position: absolute;
    z-index: 1;
    right: 30px;
    bottom: 20px;
    left: 30px;
    margin: 0;
    color: #fff;
}

.actions-list__title span {
    font-weight: 400;
}

.stories-slider-section {
    padding-bottom: 70px;
    position: relative;
}

.stories-slider-section:before {
    content: '';
    background-color: #D9D9D94D;
    display: block;
    height: 100%;
    width: 30%;
    left: 0;
    top: 0;
    position: absolute;
    min-width: 712px;
}

.stories-slider-section__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -19px;
    margin-left: -19px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}

.stories-slider-section__left {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}

.stories-slider-section__left,
.stories-slider-section__right {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: calc(30% - 38px);
    margin-right: 19px;
    margin-left: 19px;
    word-wrap: break-word;
}

.stories-slider-section__right {
    width: calc(70% - 38px);
    padding-left: 20px;
    padding-top: 55px;
}

.stories-slider-section__head {
    position: relative;
    padding: 35px 0 24px;
    color: #000000;
}

.stories-slider-section__head .section-title,
.text-block h2,
.two-col-text__wrap h2 {
    margin-bottom: 15px;
}

.stories-slider-section__text {
    font-size: 1.7rem;
    line-height: 1.27;
}

.stories-slider-section__text p:last-child {
    margin: 0;
}

.stories-slider-section__all {
    font-size: 1.7rem;
    font-weight: 500;
    margin-bottom: 0;
}

.stories-slider-section__all a {
    font-family: 'Brutal Type';
    display: block;
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 25px;
    color: #FFFFFF;
    padding: 16px 32px;
    background: #70133A;
    border-radius: 4px;
    text-decoration: none;
}

.stories-slider-section__all a:hover {
    text-decoration: none;
    color: #efe400;
    outline: 0;
}

.stories-slider-section.stories-slider-section_new_style {
    padding: 15px 0 25px;
}

.stories-slider-section.stories-slider-section_new_style:before, .stories-slider-section_new_style .stories-slider-nav {
    display: none;
}

.stories-slider-section.stories-slider-section_new_style .stories-slider-section__left {
    justify-content: flex-start;
    padding-top: 55px;
}

.stories-slider-section.stories-slider-section_new_style .stories-slider-section__left .stories-slider-section__head {
    padding: 20px 0 24px;
}

.stories-slider-section.stories-slider-section_new_style .stories-slider-section__left .stories-slider-section__head .section-title {
    color: #680539;
    font-style: italic;
}

.stories-slider-section.stories-slider-section_new_style .stories-slider-section__left .stories-slider-section__head p {
    font-family: "Inter", Arial, sans-serif;
    font-weight: 500;
}

.stories-slider-section.stories-slider-section_new_style .stories-slider-section__left .stories-slider-section__head a {
    font-family: "NeoSansPro", Arial, sans-serif;
}

.stories-slider-section.stories-slider-section_new_style .stories-slider__item {
    height: auto;
}

.stories-slider-section.stories-slider-section_new_style .stories-slider__item .cases-card {
    height: calc(100% - 40px);
    border-radius: 15px;
    background-color: #F2E500;
    box-shadow: none;
    overflow: hidden;
    font-family: "NeoSansPro", Arial, sans-serif;
}

.stories-slider-section.stories-slider-section_new_style .stories-slider__item .cases-card .cases-card__name {
    font-weight: 700;
    font-family: "Inter", Arial, sans-serif;
}

.stories-slider-section.stories-slider-section_new_style .stories-slider__item .cases-card .cases-card__name b {
    font-weight: 700;
}

.stories-slider-section.stories-slider-section_new_style .stories-slider__item .cases-card .cases-card__quote {
    font-weight: 500;
}

.stories-slider-section.stories-slider-section_new_style .stories-slider__item .cases-card .cases-card__btn {
    padding-bottom: 50px;
}

.stories-slider-section.stories-slider-section_new_style .stories-slider__item .cases-card .cases-card__btn a:hover {
    color: #000000;
}

.stories-slider-section.stories-slider-section_new_style .stories-slider__item .cases-card .cases-card__btn .btn-case {
    font-family: "Inter", Arial, sans-serif;
}

.last-news__all a {
    text-decoration: underline;
}

.stories-slider-nav {
    position: absolute;
    bottom: -69px;
    right: 37px;
}

.stories-slider__item {
    padding-bottom: 30px;
    min-width: 460px;
}

.product__filter {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 32px;
    position: relative;
}

.product__filter .product-filter__cats {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.product__filter .product-filter__cats .product__cats-item {
    display: flex;
    padding: 8px 20px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    justify-content: flex-start;
    align-items: center;
    margin-right: 20px;
    margin-bottom: 12px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 24px;
    color: #000000;
}

.product__filter .product-filter__cats .product__cats-item:last-child {
    margin-right: 0px;
}

.product__filter .product-filter__cats .product__cats-item.active {
    border: 1px solid #70133A;
}

.product__filter .product-filter__cats .product__cats-item img {
    width: 65px;
    height: 65px;
    object-fit: contain;
    margin-right: 16px;
}

.top-filters span.product__cats-item {
    position: relative;
    padding-left: 24px;
    display: flex;
}

.top-filters span.product__cats-item:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    border: 1px solid #00000033;
    width: 20px;
    height: 20px;
    min-width: 20px;
    min-height: 20px;
    border-radius: 50%;
}

.top-filters span.product__cats-item:after {
    content: '';
    position: absolute;
    opacity: 0;
    transition: opacity 0.2s ease;
    left: 7px;
    top: 4px;
    width: 6px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.top-filters span.product__cats-item.active:before {
    background: #70133A;
}

.top-filters .open span.category-name:before {
    background: #70133A;
}

.top-filters span.product__cats-item.active:after {
    opacity: 1;
}

.top-filters .open span.category-name:after {
    opacity: 1;
}

.news {
    padding-bottom: 0;
}

.news__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -19px;
    margin-bottom: -40px;
    margin-left: -19px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.news__filter {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    padding-top: 25px;
    padding-bottom: 35px;
}

.news__head-title {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 19px;
    margin-left: 19px;
    word-wrap: break-word;
}

.news__head-title {
    position: relative;
    z-index: 1;
    width: calc(25% - 38px);
    padding: 19px 0;
    color: #fff;
    background-color: #7a003a;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.news__head-title::before {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    content: "";
    background-color: #7a003a;
}

.news__head-title .section-title {
    position: relative;
    margin: 0;
}

.news__head-title .section-title::before {
    position: absolute;
    top: 50%;
    right: calc(100% + 40px);
    width: 100vw;
    height: 3px;
    content: "";
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #efe400;
}

.news__filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.news-list-bg {
    padding: 15px 0;
    background-color: #fff;
}

.news-filter__cats {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 24px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.news-filter__cats-item {
    display: block;
    padding: 10px 37px;
    text-align: center;
    white-space: nowrap;
    text-decoration: none;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 20px;
    letter-spacing: 0.0025em;
    color: #757575;
    background-color: #fff;
    margin-right: 4px;
}

.news-filter__cats-item:focus,
.news-filter__cats-item:hover {
    background: #F5F5F5;
    border-radius: 4px;
    color: #7a003a;
    text-decoration: none;
}

.news-filter__cats-item.active {
    background: #F5F5F5;
    border-radius: 4px;
    color: #7a003a;
}

.news-filter__search {
    width: 123px;
}

.news-filter__search .form-group {
    position: relative;
    margin: 0;
}

.divider {
    width: 100%;
    height: 1px;
    background: #000000;
    opacity: 0.2;
}

.cases-filter input[type="text"],
.news-filter__search input[type="text"] {
    width: 100%;
    height: 46px;
    padding: 13px 40px 13px 25px;
    color: #b1b1b1;
    border: 0;
    border-radius: 0;
    outline: 0;
    background-color: #ececec;
}

.cases-filter button[type="submit"],
.news-filter__search button[type="submit"] {
    position: absolute;
    top: 57%;
    right: 17px;
    padding: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 0;
    background: 0 0;
}

.cases-filter button[type="submit"] svg,
.news-filter__search button[type="submit"] svg {
    width: 18px;
    height: 18px;
}

.news-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
}

.news-card:focus .btn::before,
.news-card:hover .btn::before {
    width: 100%;
}

.news-card:focus .btn::after,
.news-card:hover .btn::after {
    left: calc(100% + 10px);
}

.news-card__head {
    position: relative;
}

.news-card__head img {
    display: block;
    width: 100%;
    height: 215px;
    object-fit: cover;
}

.news-card__head .news-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #70133a;
    padding: 4px 8px;
    color: #fff;
}

.news-card__cat {
    font-weight: 500;
    line-height: 1;
    position: absolute;
    z-index: 1;
    top: 30px;
    left: 40px;
    padding: 5px 10px;
    color: #fff;
    background-color: #7a003a;
}

.news-card__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    padding: 12px 20px 32px;
    background-color: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.news-card__body .btn {
    margin-top: auto;
}

.news-card__date {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    display: block;
    margin-bottom: 12px;
}

.news-card__title {
    font-family: 'Brutal Type';
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 27px;
    color: #000000;
    margin-bottom: 0;
}

.news-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    column-gap: 35px;
    row-gap: 60px;
    margin-bottom: 60px;
}

.news-list__item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    flex: 1 1 30%;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
    word-wrap: break-word;
    max-width: 450px;
}

.home_list_item {
    box-shadow: none;
    max-width: 460px;
    transition: all 0.4s ease;
}

.home_list_item:hover {
    transform: scale(1.04);
    transition: all 0.4s ease;
}

.home_list_item .news-card__title {
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.home_list_item:hover .news-card__title {
    color: #efe400;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.home_last_news .news-list {
    gap: 20px;
    margin-bottom: 30px;
}

.last-news {
    padding-bottom: 60px;
    background-color: #ececec;
}

.home_last_news {
    background-color: #fff;
}

.home_last_news .news-card__body {
    padding: 16px 0 0 0;
}

.home_last_news .news-card__title {
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    margin: 16px 0 4px 0;
}

.last-news_new_style {
    padding: 90px 0 100px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='1903' height='804.29' viewBox='0 0 1903 804.29'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_6' data-name='Rectangle 6' width='1903' height='804.29' transform='translate(2037.821 5190.262)' fill='none'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Group_20' data-name='Group 20' transform='translate(-2037.821 -5190.262)'%3E%3Cg id='Group_19' data-name='Group 19' clip-path='url(%23clip-path)'%3E%3Cg id='Group_18' data-name='Group 18'%3E%3Cg id='Group_14' data-name='Group 14'%3E%3Cpath id='Path_41' data-name='Path 41' d='M3961.331,5122.11h-62.843a51.647,51.647,0,0,0-40.763,19.929l-95.943,123.293a51.722,51.722,0,0,0-.414,62.988l96.364,127.253a51.655,51.655,0,0,0,41.178,20.47h61.641a8.172,8.172,0,0,0,6.515-13.106l-102.454-135.3a49.491,49.491,0,0,1,.4-60.272L3967.78,5135.3A8.172,8.172,0,0,0,3961.331,5122.11Zm-37.657,283.526h0Z' fill='%23fff'/%3E%3C/g%3E%3Cg id='Group_15' data-name='Group 15'%3E%3Cpath id='Path_42' data-name='Path 42' d='M3752.784,5122.11h-62.843a51.649,51.649,0,0,0-40.763,19.929l-95.943,123.293a51.722,51.722,0,0,0-.414,62.988l96.365,127.253a51.652,51.652,0,0,0,41.177,20.47H3752a8.172,8.172,0,0,0,6.515-13.106l-102.454-135.3a49.491,49.491,0,0,1,.4-60.272L3759.234,5135.3A8.172,8.172,0,0,0,3752.784,5122.11Zm-37.657,283.526h0Z' fill='%23fff'/%3E%3C/g%3E%3Cg id='Group_16' data-name='Group 16'%3E%3Cpath id='Path_43' data-name='Path 43' d='M3544.237,5122.11h-62.843a51.647,51.647,0,0,0-40.762,19.929l-95.943,123.293a51.721,51.721,0,0,0-.415,62.988l96.365,127.253a51.654,51.654,0,0,0,41.178,20.47h61.641a8.172,8.172,0,0,0,6.515-13.106l-102.454-135.3a49.491,49.491,0,0,1,.4-60.272L3550.687,5135.3A8.172,8.172,0,0,0,3544.237,5122.11Zm-37.657,283.526h0Z' fill='%23fff'/%3E%3C/g%3E%3Cg id='Group_17' data-name='Group 17'%3E%3Cpath id='Path_44' data-name='Path 44' d='M3335.691,5122.11h-62.844a51.647,51.647,0,0,0-40.762,19.929l-95.943,123.293a51.721,51.721,0,0,0-.415,62.988l96.365,127.253a51.653,51.653,0,0,0,41.178,20.47h61.641a8.172,8.172,0,0,0,6.515-13.106l-102.454-135.3a49.491,49.491,0,0,1,.4-60.272L3342.14,5135.3A8.172,8.172,0,0,0,3335.691,5122.11Zm-37.658,283.526h0Z' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-color: rgba(217, 217, 217, 0.3);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: contain;
}

.last-news_new_style .section-title {
    color: #680539;
    font-style: italic;
}

.last-news_new_style .home_list_item {
    border-radius: 15px;
    overflow: hidden;
}

.last-news_new_style .news-card__head img {
    height: 310px;
    object-fit: cover;
}

.last-news_new_style .news-card__head .news-badge {
    right: 0;
    top: 50px;
    background-color: transparent;
    padding: 8px 60px 8px 25px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='142.327' height='37.316' viewBox='0 0 142.327 37.316'%3E%3Cpath id='Path_217' data-name='Path 217' d='M2739.321,5460.463H2612.6a5.448,5.448,0,0,1-4.342-2.158l-10.16-13.417a5.453,5.453,0,0,1,.044-6.64l10.115-13a5.446,5.446,0,0,1,4.3-2.1h126.765' transform='translate(-2596.994 -5423.147)' fill='%23680539'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    font-family: "NeoSansPro", Arial, sans-serif;
}

.last-news_new_style .news-card__body {
    padding: 28px;
}

.last-news_new_style .news-card__body .news-card__title {
    margin-top: 0;
    font-family: "Inter", Arial, sans-serif;
}

.last-news_new_style .news-card__body .news_excerpt, .last-news_new_style .last-news__all {
    font-family: "Inter", Arial, sans-serif;
}

.last-news_new_style .last-news__all {
    font-weight: 700;
}

.block-keuzehulp {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #70133A;
    padding: 20px 40px;
    width: 100%;
}

.block-keuzehulp .text-keuzehulp {
    font-family: 'Brutal Type';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    color: #FFFFFF;
    margin-bottom: 0px;
}

.btn-white {
    font-family: 'Brutal Type';
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 25px;
    color: #70133A;
    display: flex;
    align-items: flex-start;
    padding: 12px 24px;
    background: #FFFFFF;
    border-radius: 4px;
    min-width: 267px;
    justify-content: center;
}

.btn-regular {
    font-family: 'Brutal Type';
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 25px;
    text-align: center;
    text-decoration-line: underline;
    color: #000000;
}

.btn-regular svg {
    margin-left: 10px;
}

.btn-regular svg path {
    transition: all 0.25s ease;
}

.btn-regular:hover svg path {
    fill: #efe400;
}

.markten_home .store-slider {
    display: flex;
    justify-content: space-around;
}

.markten_home .store-slider__item {
    width: 32%;
}

.markten_home-card__title {
    font-family: 'Brutal Type';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: -0.02em;
}

.markten_home-card__info {
    padding: 20px;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgb(0 0 0 / 15%);
}

.home_last_news .news_excerpt {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
}

.last-news__all {
    font-size: 1.7rem;
    font-weight: 500;
    margin-bottom: 0;
    text-align: right;
}

.partners {
    padding-top: 118px;
    padding-bottom: 135px;
}

.partners__head {
    position: relative;
    max-width: 744px;
    margin: 0 auto 55px;
    color: #000000;
}

.partners__head .section-title {
    margin-bottom: 10px;
}

.partners__head-text p:last-child,
.text-block p:last-child {
    margin-bottom: 0;
    font-size: 1.7rem;
    font-weight: 400;
}

.partners-list {
    padding-bottom: 30px;
}

.partners-list .swiper-pagination {
    bottom: 0;
}

.partners-list .swiper-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.partners-list__item {
    text-align: center;
}

.partners-list__item a {
    line-height: 1;
    display: block;
}

.partners-list__item img {
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    -webkit-filter: grayscale(100);
    filter: grayscale(100);
}

.partners-list__item img:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.partners_new_style {
    padding: 60px 0 75px;
}

.partners_new_style .section-title {
    color: #680539;
    font-style: italic;
}

.partners_new_style .partners__head-text p {
    font-family: "Inter", Arial, sans-serif;
    font-weight: 500;
}

.subscription-form {
    padding: 68px 0 89px;
    background-color: #D9D9D94D;
}

.subscription-form__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -19px;
    margin-left: -19px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-direction: column;
    max-width: 696px;
    margin: 0 auto;
}

.subscription-form__left,
.subscription-form__right {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    word-wrap: break-word;
    text-align: center;
}

.subscription-form__left .section-title {
    font-size: 2.8rem;
    margin-bottom: 0;
}

.subscription-form__left p {
    margin: 10px 0 0;
}

.subscription-form__right {
    width: 100%;
    margin-top: 16px;
}

.subscription-form_new_style {
    padding: 35px 0 28px;
    background-color: #F2E500;
}

.subscription-form_new_style .section-title {
    color: #680539;
    font-style: italic;
}

.subscription-form_new_style .subscription-form__left p {
    font-family: "Inter", Arial, sans-serif;
    font-weight: 700;
}

.subscription-form_new_style .subscription-form__wrap {
    max-width: 825px;
}

.subscription-form_new_style .form-field {
    border-radius: 10px;
    border: none;
}

.subscription-form_new_style .wpcf7-form-control-wrap[data-name="your-name"] {
    width: 30%;
}

.subscription-form_new_style .form-field, .subscription-form_new_style .form-btn {
    border-radius: 10px;
    border: none;
}

.breadcrumbs-container {
    padding-top: 29px;
    padding-bottom: 24px;
}

.header-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    background-position: center;
    background-size: cover;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: flex-start;
}

.header-single_post {
    background-color: #fff;
    color: #000;
}

.header-block--bg {
    position: relative;
    z-index: 1;
    min-height: 350px;
}

.header-block--bg::after {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    opacity: 0.5;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(15%, transparent), color-stop(102%, #000));
    background-image: -o-linear-gradient(top, transparent 15%, #000 102%);
    background-image: linear-gradient(to bottom, transparent 15%, #000 102%);
}

.header-block .container {
    width: 100%;
}

.header-block__title {
    font-family: 'Brutal Type';
    font-style: normal;
    font-weight: 700;
    font-size: 42px;
    line-height: 52px;
    color: #000000;
    margin-bottom: 32px;
}

.header-block__subtitle p {
    font-size: 1.7rem;
    max-width: 937px;
    font-weight: 400;
}

.header-block__subtitle a {
    text-decoration: underline;
    color: #70133A;
    transition: all 0.2s ease-in-out;
}

.header-block__subtitle a:hover {
    color: #efe400;
}

.header-block__subtitle .more-btn-desc {
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 25px;
    text-align: center;
    width: fit-content;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 40px;
    padding: 12px 24px;
    border-radius: 12px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    text-decoration: none;
}

.header-block__subtitle .more-btn-desc:after {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg fill='%23000000' height='40px' width='40px' version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 440 440' enable-background='new 0 0 440 440' xml:space='preserve'%3E%3Cpath d='M250.1,217l-50.9-50.9c-3.1-3.1-8.2-3.1-11.3,0s-3.1,8.2,0,11.3l56.6,56.6c3.1,3.1,8.2,3.1,11.3,0l56.6-56.6 c1.6-1.6,2.3-3.6,2.3-5.7s-0.8-4.1-2.3-5.7c-3.1-3.1-8.2-3.1-11.3,0L250.1,217z'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    position: relative;
    width: 45px;
    height: 45px;
    margin-left: 36px;
}

.bottom-block__subtitle {
    padding-bottom: 60px;
    font-family: "Inter", Arial, sans-serif;
    font-size: 1.7rem;
    font-weight: 400;
}

.single_post_title {
    color: #000;
    font-weight: 700;
    font-size: 32px;
    line-height: 39px;
    text-align: start;
}

.header-block__square,
.store-card::after {
    position: absolute;
    bottom: -16px;
    left: 50%;
    width: 32px;
    height: 32px;
    background-color: #efe400;
}

.header-block__square {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.text-block {
    padding-top: 50px;
    padding-bottom: 120px;
}

.text-block__wrap {
    max-width: 940px;
    margin: 0 auto;
}

.text-block p {
    line-height: 1.4;
}

.text-block ul {
    margin: 40px 0;
}

.text-block__btn {
    margin-top: 35px;
}

.text-block_new_style {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='1903' height='755.316' viewBox='0 0 1903 755.316'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_3' data-name='Rectangle 3' width='1903' height='619.64' transform='translate(2037.821 3130.017)' fill='none'/%3E%3C/clipPath%3E%3C/defs%3E%3Crect id='Rectangle_2' data-name='Rectangle 2' width='1903' height='753.568' fill='transparent' opacity='0.3'/%3E%3Cg id='Group_7' data-name='Group 7' transform='translate(-2037.821 -2994.341)'%3E%3Cg id='Group_6' data-name='Group 6' clip-path='url(%23clip-path)'%3E%3Cg id='Group_5' data-name='Group 5'%3E%3Cg id='Group_1' data-name='Group 1'%3E%3Cpath id='Path_1' data-name='Path 1' d='M1980.7,3798.777h62.843a51.65,51.65,0,0,0,40.762-19.93l95.943-123.292a51.721,51.721,0,0,0,.415-62.988l-96.365-127.254a51.652,51.652,0,0,0-41.178-20.47h-61.641a8.172,8.172,0,0,0-6.515,13.106l102.454,135.3a49.491,49.491,0,0,1-.4,60.272l-102.772,132.069A8.172,8.172,0,0,0,1980.7,3798.777Zm37.657-283.526h0Z' fill='%23fff'/%3E%3C/g%3E%3Cg id='Group_2' data-name='Group 2'%3E%3Cpath id='Path_2' data-name='Path 2' d='M2189.243,3798.777h62.844a51.651,51.651,0,0,0,40.762-19.93l95.943-123.292a51.721,51.721,0,0,0,.415-62.988l-96.365-127.254a51.652,51.652,0,0,0-41.178-20.47h-61.641a8.172,8.172,0,0,0-6.515,13.106l102.454,135.3a49.491,49.491,0,0,1-.4,60.272l-102.772,132.069A8.172,8.172,0,0,0,2189.243,3798.777Zm37.658-283.526h0Z' fill='%23fff'/%3E%3C/g%3E%3Cg id='Group_3' data-name='Group 3'%3E%3Cpath id='Path_3' data-name='Path 3' d='M2397.79,3798.777h62.843a51.651,51.651,0,0,0,40.763-19.93l95.943-123.292a51.723,51.723,0,0,0,.414-62.988l-96.364-127.254a51.652,51.652,0,0,0-41.178-20.47H2398.57a8.172,8.172,0,0,0-6.515,13.106l102.454,135.3a49.491,49.491,0,0,1-.4,60.272l-102.771,132.069A8.172,8.172,0,0,0,2397.79,3798.777Zm37.657-283.526h0Z' fill='%23fff'/%3E%3C/g%3E%3Cg id='Group_4' data-name='Group 4'%3E%3Cpath id='Path_4' data-name='Path 4' d='M2606.337,3798.777h62.843a51.653,51.653,0,0,0,40.763-19.93l95.943-123.292a51.722,51.722,0,0,0,.414-62.988l-96.365-127.254a51.652,51.652,0,0,0-41.177-20.47h-61.641a8.172,8.172,0,0,0-6.515,13.106l102.454,135.3a49.491,49.491,0,0,1-.4,60.272l-102.772,132.069A8.173,8.173,0,0,0,2606.337,3798.777Zm37.657-283.526h0Z' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-color: rgba(217, 217, 217, 0.3);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: contain;
    padding: 60px 0 70px;
    position: relative;
}

.text-block_new_style .text-block_logo {
    position: absolute;
    top: 60px;
    left: 0;
    width: 30%;
}

.text-block_new_style .text-block_logo svg {
    width: 100%;
}

.text-block_new_style .text-block__wrap {
    max-width: 70%;
    margin: 0 0 auto auto;
}

.text-block_new_style .text-block__wrap p, .text-block_new_style .text-block__wrap strong {
    font-family: "Inter", Arial, sans-serif;
}

.text-block_new_style .text-block__wrap h3 {
    font-size: 2.4rem;
}

.text-block_new_style .text-block__wrap strong {
    font-family: "NeoSansPro", Arial, sans-serif;
}

.text-block_new_style .text-block__btn a {
    text-decoration: none;
    font-weight: bold;
    font-family: "Inter", Arial, sans-serif;
}

.market-product-slider {
    padding-bottom: 120px;
    width: 100%;
}

.market-categorie-product .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
}

.market-product-slider .swiper-slide {
    height: auto;
}

.market-product-slider .swiper-slide .product-list__item {
    height: 100%;
}

.market-product-slider-nav {
    margin-top: -40px;
    justify-content: flex-end;
}

.market-product-slider .product-list__title {
    line-height: 1.5em;
    font-size: 16px;
}

.market-product-slider .btn-regular {
    font-size: 15px;
}

.market-product-slider .product-list__excerpt {
    display: none;
}

.market-product-slider #product-box .product-list__image {
    height: 200px;
    min-height: 200px;
}

.market-product-slider #product-box .product-list__image img {
    height: 200px;
}

.markten-header__wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    max-width: 1180px;
    margin: 0 auto;
}

.markten-header__wrap .two-col {
    width: 50%;
    max-width: 580px;
}

.markten-header__wrap .markten-header__right img {
    height: 100%;
    object-fit: cover;
}

.markten-header__wrap .markten-header-text {
    margin-bottom: 24px;
}

.store-card {
    position: relative;
}

.store-card::after {
    z-index: 1;
    visibility: hidden;
    content: "";
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    -webkit-transform: translate(-50%, 30px);
    -ms-transform: translate(-50%, 30px);
    transform: translate(-50%, 30px);
    opacity: 0;
}

.store-card:hover::after {
    visibility: visible;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    opacity: 1;
}

.store-card:hover .store-card__info {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.store-card:hover .store-card__link::before,
.store-card:hover .store-card__more {
    opacity: 1;
}

.store-card img,
.two-col-picture__right img {
    display: block;
    width: 100%;
}

.store-card_home img {
    display: block;
    width: 100%;
}

.store-card__link {
    position: relative;
    display: block;
    overflow: hidden;
}

.store-card__link::before {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    opacity: 0.6;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(15%, transparent), color-stop(102%, #000));
    background-image: -o-linear-gradient(top, transparent 15%, #000 102%);
    background-image: linear-gradient(to bottom, transparent 15%, #000 102%);
}

.store-card__info,
.store-card__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.store-card__info,
.store-card__link::before {
    position: absolute;
    z-index: 1;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    pointer-events: none;
}

.store-card__info {
    right: 38px;
    bottom: 30px;
    left: 38px;
    flex-direction: column;
    height: 100px;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    text-align: center;
    color: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
}

.store-card__title {
    font-size: 2.2rem;
    font-weight: 600;
    overflow: hidden;
    height: 60px;
    margin-bottom: 5px;
    text-overflow: ellipsis;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -o-text-overflow: ellipsis;
}

.store-card__more {
    font-weight: 500;
    margin-top: auto;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    opacity: 0;
    color: #efe400;
}

.home .store-slider-nav::after {
    height: 90%;
}

.store-slider-section {
    padding-top: 183px;
    padding-bottom: 214px;
}

.store-slider-section.markten_page {
    padding-top: 0px;
    padding-bottom: 0px;
}

.store-slider-section.markten_page .divider {
    margin-top: 50px;
}

.store-slider-section .store-list-wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
}

.store-slider-section .store-list-wrap .store-list__item {
    flex: 1 1 30%;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
    margin-bottom: 20px;
}

.store-slider-section .store-list-wrap .store-list__item img {
    width: 100%;
    height: 305px;
    object-fit: cover;
}

.store-slider-section .store-list-wrap .store-list__item .slore-list-inner {
    padding: 24px 20px;
    display: flex;
    flex-direction: column;
}

.store-slider-section .store-list-wrap .store-list__item .slore-list-inner a {
    font-size: 1.7rem;
    margin-bottom: 8px;
}

.store-slider-wrap {
    position: relative;
}

.store-slider-section_new_style {
    padding: 25px 0 110px;
}

.store-slider-section_new_style .section-title {
    color: #680539;
    font-style: italic;
}

.store-slider-section_new_style .store-list-wrap .store-list__item {
    box-shadow: none;
    background: #680539;
    border-radius: 15px;
    overflow: hidden;
}

.store-slider-section_new_style .store-list-wrap .store-list__item .slore-list-inner h4 {
    color: #F2E500;
    font-style: italic;
    font-size: 2.9rem;
    font-family: "NeoSansPro", Arial, sans-serif;
}


.store-slider-section_new_style .store-list-wrap .store-list__item .slore-list-inner a {
    color: #ffffff;
    font-family: "Inter", Arial, sans-serif;
}

.store-grid {
    padding-top: 20px;
    padding-bottom: 130px;
}

.store-grid-list {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -19px;
    margin-left: -19px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.store-grid-list::before,
.store-grid-list__cta::before {
    position: absolute;
    z-index: -1;
    bottom: 0;
    width: 100vw;
    content: "";
}

.store-grid-list::before {
    left: 50%;
    height: 177px;
    background-color: #ececec;
}

.store-grid-list__cta,
.store-grid-list__item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: calc(33.33333% - 38px);
    margin-right: 19px;
    margin-bottom: 45px;
    margin-left: 19px;
    word-wrap: break-word;
}

.store-grid-list__cta {
    position: relative;
    margin-bottom: 40px;
    margin-left: auto;
    padding: 45px 43px 75px;
    color: #fff;
    background-color: #7a003a;
    -ms-flex-item-align: center;
    align-self: center;
}

.store-grid-list__cta::before {
    top: 0;
    left: 0;
    background-color: #7a003a;
}

.store-grid-list__cta::after {
    position: absolute;
    bottom: -16px;
    left: -16px;
    width: 32px;
    height: 32px;
    content: "";
    background-color: #efe400;
}

.store-grid-list__cta .btn {
    margin-top: 40px;
}

.store-grid-list__cta p:last-of-type {
    margin-bottom: 0;
}

.store-grid-list__cta-title {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
}

.store-grid-list__cta-title::after {
    position: absolute;
    top: 15px;
    left: calc(100% + 40px);
    width: 100vw;
    height: 3px;
    content: "";
    background-color: #efe400;
}

.two-col-text__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -19px;
    margin-left: -19px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.advantages-list__item p:last-child,
.two-col-text__wrap p:last-child {
    margin-bottom: 0;
}

.two-col-text__wrap a {
    text-decoration: underline;
    -webkit-text-decoration-color: #7a003a;
    text-decoration-color: #7a003a;
}

.two-col-text__left,
.two-col-text__right {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: calc(50% - 38px);
    margin-right: 19px;
    margin-left: 19px;
    word-wrap: break-word;
}

.two-col-text__left {
    position: relative;
    z-index: 1;
    padding: 45px 45px 45px 0;
    background-color: #ececec;
}

.two-col-text__left::before {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    content: "";
    background-color: #ececec;
}

.two-col-text__right {
    padding: 45px 0;
}

.two-col-text__scroll {
    height: 370px;
    margin-left: -15px;
    padding-left: 50px;
}

.two-col-text__scroll .simplebar-track.simplebar-vertical {
    right: auto;
    left: 0;
    width: 32px;
}

.two-col-text__scroll .simplebar-track.simplebar-vertical::before {
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 16px;
    width: 1px;
    content: "";
    background-color: #ececec;
}

.two-col-text__scroll .simplebar-track.simplebar-vertical .simplebar-scrollbar::before {
    top: 10px;
    right: 0;
    bottom: 10px;
    left: 0;
    width: 32px;
    height: 32px;
    opacity: 1;
    border-radius: 0;
    background-color: #efe400;
}

.two-col-picture__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 1218px;

}

.two-col-picture__left,
.two-col-picture__right {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: calc(50% - 38px);
    margin-right: 19px;
    margin-left: 19px;
    word-wrap: break-word;
}

.two-col-picture__btn {
    margin-top: 40px;
}

.advantages-list-section {
    background-color: #D9D9D94D;
    padding-top: 106px;
    padding-bottom: 160px;
    margin-top: 120px;
}

.advantages-list-section__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.advantages-list-section__image {
    position: relative;
    z-index: 1;
    width: 429px;
    height: 397px;
    margin-top: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.advantages-list-section__image::before {
    position: absolute;
    z-index: -1;
    top: 40px;
    bottom: -55px;
    left: 35px;
    width: 100vw;
    content: "";
    background-color: #7a003a;
}

.advantages-list {
    margin-right: 45px;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.advantages-list__item {
    position: relative;
    padding: 40px 0 40px 0px;
    max-width: 430px;
}

.advantages-list__item:last-child {
    padding-bottom: 0;
}

.advantages-list__item:last-child::after {
    display: none;
}

.image-icon-wrap {
    position: relative;
    padding-bottom: 50px;
}

.advantages-list__number {
    font-size: 2.8rem;
    font-weight: 500;
    line-height: 40px;
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 45px;
    height: 45px;
    text-align: center;
    background-color: #70133A;
    color: #fff;
    border-radius: 100px;
}

.advantages-list-icon {
    width: 180px;
    height: 180px;
    margin: 0px 20px;
}

.advantages-list__title {
    margin-bottom: 20px;
}

.person-info__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 35px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.person-info__photo {
    position: relative;
    margin-right: 45px;
}

.person-info__photo::before {
    position: absolute;
    z-index: -1;
    top: 10px;
    left: 10px;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #efe400;
}

.person-info__photo img {
    display: block;
    width: 100px;
}

.person-info__name h3 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 0;
}

.person-info__name p {
    margin: 0;
}

.person-info__contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
}

.person-info__contact-item {
    position: relative;
    margin-bottom: 10px;
}

.case__highlight-block p:last-child,
.person-info__contact-item:last-child {
    margin-bottom: 0;
}

.person-info__contact-item svg {
    display: inline-block;
    width: 17px;
    height: 17px;
    margin-right: 15px;
    vertical-align: middle;
    fill: #7a003a;
}

.contact-block {
    padding-top: 50px;
    padding-bottom: 60px;
}

.contact-block__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 75px 0 100px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.contact-block__right {
    position: relative;
    padding: 25px 20px 25px 40px;
    border: 1px solid #ececec;
}

.contact-block__right::before {
    position: absolute;
    top: -7.5px;
    right: -7.5px;
    width: 15px;
    height: 15px;
    content: "";
    background-color: #7a003a;
}

.contact-block__form-text {
    font-size: 1.5rem;
    margin: 20px 0 0;
}

.cases__filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 65px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cases__filter-title {
    position: relative;
    z-index: 1;
    margin-right: 45px;
    padding: 35px 65px 35px 0;
    color: #fff;
    background-color: #7a003a;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.cases__filter-title::before {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    content: "";
    background-color: #7a003a;
}

.cases__filter-title .section-title {
    position: relative;
    margin: 0;
}

.cases__filter-title .section-title::before {
    position: absolute;
    top: 50%;
    right: calc(100% + 40px);
    width: 100vw;
    height: 3px;
    content: "";
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #efe400;
}

.cases__filter-form {
    width: 100%;
    margin-top: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 24px;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.cases-filter__cats {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 24px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    flex-wrap: wrap;
    width: 90%;
}

.case-filter__cats-item {
    display: block;
    padding: 10px 37px;
    text-align: center;
    white-space: nowrap;
    text-decoration: none;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 20px;
    letter-spacing: 0.0025em;
    color: #757575;
    background-color: #fff;
    margin-right: 4px;
}

#sorting-cases {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border: 1px solid #BDBDBD;
    border-radius: 4px;
    padding: 10px 16px;
    padding-left: 16px;
    cursor: pointer;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.0025em;
    color: #424242;
    background: #fff;
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-image: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 13H18V11H6M3 6V8H21V6M10 18H14V16H10V18Z' fill='black'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 10%;
    padding-left: 40px;
}

.case-filter__cats-item:focus, .case-filter__cats-item:hover {
    background: #F5F5F5;
    border-radius: 4px;
    color: #7a003a;
    text-decoration: none;
}

.case-filter__cats-item.active {
    background: #F5F5F5;
    border-radius: 4px;
    color: #7a003a;
    text-decoration: none;
}

.cases-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 60px;
    column-gap: 40px;
    margin-bottom: 30px;
}

.cases-list__item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    max-width: 690px;
    word-wrap: break-word;
}

.cases-list__item .case-meta {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 20px;
    letter-spacing: 0.0025em;
    color: #000000;
    display: flex;
}

.cases-list__item .case-meta span {
    margin: 0 20px;
}

.cases-list__item .cases-card__head {
    height: 422px;
    background-color: #4c4c4c;
    background-position: center;
    background-size: cover;
}

.cases-list__item .cases-card__body {
    padding: 20px 0 0 0;
}

.cases-list__item .cases-card__body h3 {
    font-family: 'Brutal Type';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 120%;
    letter-spacing: 0.0025em;
    color: #000000;
}

.cases-card {
    background-color: #fff;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
    margin: 20px;
}

.cases-card__head {
    height: 144px;
    background-color: #4c4c4c;
    background-position: center;
    background-size: cover;
}

.cases-card__body {
    padding: 0 25px 0 38px;
}

.cases-card__photo {
    position: relative;
    z-index: 1;
    top: -85px;
    width: 136px;
    height: 136px;
    margin: 0 auto 15px;
    border-radius: 100%;
    overflow: hidden;
}

.cases-card__photo img {
    width: 100%;
}

.cases-card__name {
    margin-top: -38px;
    margin-bottom: 15px;
    text-align: center;
}

.cases-card__quote {
    line-height: 1.44;
    position: relative;
    margin-bottom: 15px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #000000;
}

.cases-card__quote::after,
.cases-card__quote::before {
    content: '"';
    position: relative;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
}

.case-header .breadcrumbs__wrap {
    background-color: transparent;
}

.case-header .breadcrumbs__wrap a, .case-header .breadcrumbs__wrap span {
    color: #ffffff;
}

.case-header .breadcrumbs__wrap .chevron::after {
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 5L12 10L7 15' stroke='%23ffffff' stroke-width='1.67' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.cases-card__quote::before {
    margin-left: 5px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.cases-card__quote::after {
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
}

.cases-card__btn {
    padding: 0 10px;
    text-align: center;
    padding-bottom: 25px;
}

.cases-card__btn .btn-case {
    font-family: 'Brutal Type';
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 25px;
    text-decoration-line: underline;
    color: #70133A;
}

.cases-card__btn .btn-case:hover {
    color: #efe400;
    outline: 0;
}

.cases-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cases-filter > :not(:last-child) {
    margin-right: 41px;
}

.cases-filter .form-group {
    position: relative;
    margin-bottom: 0;
}

.cases-filter select {
    width: 100%;
    max-width: 250px;
    padding: 13px 35px 13px 25px;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    color: #b1b1b1;
    border: 0;
    border-radius: 0;
    background: #ececec url(images/general/arrow-down.svg) no-repeat calc(100% - 17px) center/12px 7px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.cases-filter select:hover {
    background-color: #e4e4e4;
}

.cases-filter select:focus {
    outline: 0;
    background-color: #e4e4e4;
}

.cases-filter input[type="text"]::-webkit-input-placeholder {
    color: inherit;
}

.cases-filter input[type="text"]::-moz-placeholder {
    color: inherit;
}

.cases-filter input[type="text"]::-ms-input-placeholder {
    color: inherit;
}

.cases-filter input[type="text"]::placeholder {
    color: inherit;
}

.case-header,
.case-header__wrap {
    display: block;
}

.case-header {
    position: relative;
    min-height: 480px;
}

.case-header .container {
    width: 100%;
}

.case-header__content {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
    word-wrap: break-word;
}

.case-header__image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1;
    filter: brightness(0.9);
}

.case-header__quote {
    position: relative;
    margin: 0;
    padding: 0;
    text-align: left;
    display: flex;
}

.case-header__quote-photo {
    position: relative;
    z-index: 1;
    min-width: 128px;
    min-height: 128px;
}

.case-header__quote-photo img {
    border-radius: 100px;
    box-shadow: 0px 10px 15px -3px rgba(16, 24, 40, 0.1), 0px 4px 6px -4px rgba(16, 24, 40, 0.1);
}

.case-header__quote-text {
    font-family: 'Futura PT';
    font-style: normal;
    font-weight: 500;
    font-size: 2.4rem;
    line-height: 32px;
    letter-spacing: -0.02em;
    color: #171717;
    position: relative;
    margin-bottom: 0px;
    margin-right: 64px;
}

.case-header__quote-text::after,
.case-header__quote-text::before {
    font-family: inherit;
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 0;
    display: inline-block;
    content: '"';
}

.case-header__quote-text::before {
    margin-left: 5px;
    -webkit-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    transform: rotate(10deg);
}

.case-header__quote-text::after {
    -webkit-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    transform: rotate(10deg);
}

.case-header__quote-author {
    margin-top: 24px;
    font-style: normal;
}

.case-header__quote-author .person-name {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #171717;
    margin-bottom: 4px;
}

.case-header__quote-author .person-job {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #737373;
    margin-bottom: 0px;
}

.case__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 40px;
}

.case .divider {
    margin-top: 60px;
}

.case-info-top {
    display: flex;
    flex-wrap: wrap;
}

.case-info-top .case-info-item p {
    font-size: 1.7rem;
    font-weight: 400;
    margin-bottom: 20px;
}

.case-info-top .case-info-item:first-child {
    margin-right: 40px;
}

.project-bottom {
    padding-top: 60px;
    padding-bottom: 120px;
}

.project-bottom .bottom-inner {
    max-width: 810px;
    margin: 0 auto;
    text-align: center;
}

.project-bottom .bottom-inner h3 {
    font-family: "Futura PT";
    font-weight: 700;
}

.project-bottom .bottom-inner p {
    font-size: 1.7rem;
    font-weight: 400;
}

.project-bottom .bottom-inner a {
    text-decoration: underline;
}

.case__content {
    width: 60%;
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
    font-size: 1.7rem;
    font-weight: 400;
}

.case__content h1 {
    font-weight: 700;
    font-size: 32px;
    line-height: 39px;
}

.case__content h2 {
    font-family: 'Brutal Type';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
}

.case__content p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 24px;
}

.case__sidebar {
    width: 36%;
    margin-left: auto;
    -ms-flex-preferred-size: 36%;
    flex-basis: 36%;
    will-change: min-height;
}

.case__sidebar .company-logo {
    max-width: 173px;
    margin: 15px 0px;
}

.case__sidebar .company-desc {
    font-weight: 400;
    font-size: 17px;
    line-height: 24px;
    color: #000000;
}

.case__sidebar-wrap {
    -webkit-transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    transform: translate3d(0, 0, 0);
    will-change: position, transform;
}

.case__sidebar-wrap .sidebar-inner {
    background: #D9D9D94D;
    padding: 25px 38px;
}

.case__sidebar-item {
    padding: 25px 0;
    text-align: center;
    border-bottom: 1px solid #e7e7e7;
}

.case__sidebar-item:first-child {
    padding-top: 0;
}

.case__sidebar-item:first-child .case__sidebar-title {
    margin-bottom: 20px;
}

.case__sidebar-item:last-child {
    border: 0;
}

.case__sidebar-item .share {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.case__sidebar-title {
    margin-bottom: 15px;
}

.case__highlight-block {
    padding: 0px;
}

.case__text-block {
    padding-top: 0px;
}

.case__text-block h1, .case__text-block h2, .case__text-block h3, .case__text-block h4 {
    font-family: 'Brutal Type';
}

.case__text-block h3,
.post-content .share__text span {
    font-weight: 700;
}

.case-files {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
}

.case-files__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.case-files__item:last-child,
.error-404__links p:last-child,
.header-block-5050__text p:last-child,
.highlight-block__wrap p:last-child {
    margin-bottom: 0;
}

.case-files__item svg {
    width: 25px;
    height: 30px;
    margin-right: 20px;
    fill: #7a003a;
}

.case-files__item a {
    text-decoration: underline;
}

.case-files__item a:focus,
.case-files__item a:hover {
    -webkit-text-decoration-color: #7a003a;
    text-decoration-color: #7a003a;
}

.highlight-block {
    padding: 80px 0 100px;
}

.highlight-block__wrap {
    width: 67.2%;
    padding: 35px 45px 60px 40px;
    background-color: #ececec;
}

.post .post-navigation,
.post-content {
    max-width: 1020px;
    margin: 110px auto 20px;
}

.post-content {
    position: relative;
    margin: 0 auto;
    background-color: #ececec;
}

.post-content_single_post {
    background-color: #fff;
}

.post-content_single_post ul li {
    font-family: "Inter", Arial, sans-serif;
}

.post-content .share {
    position: absolute;
    top: 35px;
    right: -50px;
    flex-direction: column-reverse;
    width: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
}

.post-content .share__items {
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
}

.post-content .share__text {
    font-size: 1.4rem;
    line-height: 1.3;
    margin: 0 0 7px;
    text-align: center;
}

/* .post-content__wrap {
    margin-top: 20px;
    padding: 0 76px 55px;
} */
.post-content__wrap {
    margin-top: 0;
    padding: 0;
}

/* Sibebar Post */
.sidebar_block {
    background: #D9D9D94D;
    padding: 30px;
}

.sidebar_logo {
    display: flex;
}

.sidebar_img {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 100%;
    margin-right: 26px;
}

.sidebar_socials {
    display: flex;
    margin-top: 40px;
}

.site_name {
    font-family: "Inter", Arial, sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
}

.sidebar_logo_info {
    font-family: "Inter", Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
}

.sidebar_socials {
    font-family: "Inter", Arial, sans-serif;
    display: flex;
    margin-top: 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid #00000033;
}

.sidebar_relatedposts_title {
    font-family: 'Brutal Type';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
}

.sidebar_logo_info span {
    border-right: 1px solid;
    margin-right: 5px;
    padding-right: 5px;
}

.share__text {
    margin-left: 0;
    display: flex;
    align-items: center;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    margin: 15px 0 15px 0;
}

.author {
    font-family: "Inter", Arial, sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    margin-top: 9px;
}

.share__link {
    background: none;
    width: 24px;
    margin: 0 auto;
}

.socials_facebook .share__link {
    background: #4568E4;
}

.socials_twitter .share__link {
    background: #12C0F8;
}

.socials_linkedin .share__link {
    background: #256A91;
}

.sidebar_relatedposts ul {
    padding: 0;
}

.related_posts_item {
    display: flex;
    list-style: none;
    margin-bottom: 12px;
}

.related_posts_item img {
    width: 121px;
    margin-right: 12px;
    height: 80px;
    object-fit: cover;
    min-width: 121px;
}


section.meer_weten {
    padding: 60px 0 120px 0;
    max-width: 850px;
    margin: 0 auto;
}

/* sidebar end */
.post-content__wrap .alignright {
    margin-left: 45px;
}

.post-content__wrap .alignleft {
    margin-right: 45px;
}

.post-content__wrap a {
    text-decoration: underline;
    -webkit-text-decoration-color: #7a003a;
    text-decoration-color: #7a003a;
}

.post-content__meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.post-content__meta-item {
    font-weight: 500;
    margin-right: 20px;
    padding: 1px 10px;
    color: #fff;
    background-color: #7a003a;
}

.post-content__meta-item:last-child {
    margin-right: 0;
}

.post-form {
    margin: -150px auto 0;
}

.post-form form {
    padding-bottom: 30px;
    background-color: #dfdfdf;
}

.header-block-5050,
.header-block-5050__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header-block-5050 {
    position: relative;
    min-height: 350px;
    color: #fff;
    background-color: #7a003a;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-block-5050 .container,
.timeline-slider__image img {
    width: 100%;
    max-height: 450px;
    object-fit: cover;
    margin-bottom: 20px;
}

.header-block-5050__wrap {
    margin-right: -19px;
    margin-left: -19px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.header-block-5050__left {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: calc(50% - 38px);
    margin-right: 19px;
    margin-left: 19px;
    word-wrap: break-word;
}

.header-block-5050__title {
    font-size: 4.5rem;
    margin: 0;
}

.header-block-5050__text {
    margin-top: 20px;
}

.header-block-5050__text a {
    color: inherit;
}

.header-block-5050__right {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.header-block-5050__right::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    opacity: 0.5;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(15%, transparent), color-stop(102%, #000));
    background-image: -o-linear-gradient(top, transparent 15%, #000 102%);
    background-image: linear-gradient(to bottom, transparent 15%, #000 102%);
}

.error-404 {
    padding-top: 50px;
    padding-bottom: 60px;
}

.error-404__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -19px;
    margin-left: -19px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.error-404__left,
.error-404__right {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: calc(58.33333% - 38px);
    margin-right: 19px;
    margin-left: 19px;
    word-wrap: break-word;
}

.error-404__left h2 {
    margin-bottom: 40px;
}

.error-404__right {
    width: calc(41.66667% - 38px);
}

.error-404__links {
    margin-bottom: 45px;
}

.error-404__cta {
    position: relative;
    margin-left: 75px;
    padding: 45px 43px 75px;
    color: #fff;
    background-color: #7a003a;
    -ms-flex-item-align: center;
    align-self: center;
}

.error-404__cta::before {
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100vw;
    content: "";
    background-color: #7a003a;
}

.error-404__cta::after {
    position: absolute;
    bottom: -16px;
    left: -16px;
    width: 32px;
    height: 32px;
    content: "";
    background-color: #efe400;
}

.error-404__cta .btn {
    margin-top: 40px;
}

.error-404__cta p:last-of-type {
    margin-bottom: 0;
}

.error-404__cta-title {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
}

.error-404__cta-title::after {
    position: absolute;
    top: 15px;
    left: calc(100% + 40px);
    width: 100vw;
    height: 3px;
    content: "";
    background-color: #efe400;
}

.timeline {
    padding-bottom: 60px;
}

.timeline .container {
    display: flex;
}

.timeline-slider {
    margin-top: 40px;
    margin-bottom: 80px;
    width: 65%;
}

.timeline-slider-years {
    width: 35%;
}

.timeline-slider__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -19px;
    margin-left: -19px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.timeline-slider__content,
.timeline-slider__image {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    word-wrap: break-word;
}

.timeline-slider__content {
    width: calc(100% - 38px);
    margin-right: 19px;
    margin-left: 19px;
}

.timeline-slider__content p:last-child {
    margin-bottom: 0;
}

.timeline-slider-years__item {
    position: relative;
    cursor: pointer;
    text-align: center;
}

.timeline-slider-years__item.swiper-slide-visible .timeline-slider-years__item-line {
    position: absolute;
    z-index: -1;
    top: 13px;
    left: 50%;
    width: 1px;
    height: 100%;
    background-color: #ececec;
}

.timeline-slider-years__dot,
.timeline-slider-years__item.swiper-slide-visible .timeline-slider-years__item-line--active {
    width: 0;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    background-color: #7a003a;
}

.timeline-slider-years__item.active .timeline-slider-years__item-line--active,
.timeline-slider-years__item.swiper-slide-thumb-active .timeline-slider-years__item-line--active {
    width: 1px;
}

.timeline-slider-years__item.active .timeline-slider-years__dot,
.timeline-slider-years__item.swiper-slide-thumb-active .timeline-slider-years__dot {
    background-color: #7a003a;
    width: 60px;
    height: 60px;
}

.timeline-slider-years__item.hide-line .timeline-slider-years__item-line {
    display: none;
}

.timeline-slider-years__dot {
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 auto 20px;
    background-color: #000000;
    border-radius: 100px;
}

.timeline-slider-years__dot img {
    width: 0px;
    height: 0px;
}

.timeline-slider-years__item.active .timeline-slider-years__dot img,
.timeline-slider-years__item.swiper-slide-thumb-active .timeline-slider-years__dot img {
    width: 60px;
    height: 60px;
    border-radius: 100px;
}

.timeline-slider-years__year {
    font-size: 1.7rem;
    font-weight: 700;
}

.timeline-slider-years .swiper-button-next,
.timeline-slider-years .swiper-button-prev {
    top: -13px;
    margin: 0;
    background: 0 0;
}

.timeline-slider-years .swiper-button-next svg,
.timeline-slider-years .swiper-button-prev svg {
    width: 7px;
    height: 12px;
}

.timeline-slider-years .swiper-button-prev {
    left: 0;
}

.timeline-slider-years .swiper-button-next {
    right: 0;
}

.teams-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -19px;
    margin-left: -19px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.teams-list__item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: calc(33.33333% - 30px);
    margin-right: 15px;
    margin-bottom: 60px;
    margin-left: 15px;
    word-wrap: break-word;
}

.teams-list__photo {
    display: block;
    width: 220px;
    margin-bottom: -38px;
    margin-left: 20px;
}

.teams-list__body {
    padding: 50px 20px 25px 20px;
    border: 1px solid #0000001A;
    background: #F1F1F1;
}

.teams-list__body p {
    font-weight: 400;
    margin-bottom: 10px;
}

.teams-list__body .specialization-text {
    margin-bottom: 35px;
}

.teams-list__name {
    position: relative;
    color: #70133A;
    margin-bottom: 4px;
}

.teams-list__bootom {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.teams-list__bootom .team-list__mail {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-decoration-line: underline;
    color: #70133A;
    margin-right: 30px;
}

.teams-list__socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.teams-list__socials-item {
    margin-right: 10px;
    width: 20px;
    height: 20px;
}

.teams-list__socials-item:last-child {
    margin-right: 0;
}

.teams-list__socials-link:hover svg {
    fill: #efe400;
}

.teams-list__socials-link svg {
    width: 20px;
    height: 20px;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    fill: #7a003a;
}

.contact__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -19px;
    margin-left: -19px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.contact__content,
.contact__form {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: calc(41.66667% - 38px);
    margin-right: 19px;
    margin-left: 19px;
    word-wrap: break-word;
}

.contact__content p {
    margin-bottom: 30px;
}

.contact__form {
    width: calc(58.33333% - 38px);
}

.contact__form .highlight-form {
    max-width: 580px;
}

.contact__form .highlight-form form::before {
    top: auto;
    right: -30px;
    bottom: -30px;
    left: auto;
}

.contact__wrap .contact__form .btn:hover {
    color: #efe400;
}

.google-map {
    height: 435px;
}

.google-map #map {
    width: 100%;
    height: 100%;
}

.gallery-slider {
    margin: 38px 0;
}

.gallery-slider__item {
    position: relative;
    z-index: 1;
}

.gallery-slider__item::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    pointer-events: none;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.4)), color-stop(50%, transparent), to(rgba(0, 0, 0, 0.4)));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.4) 0, transparent 50%, rgba(0, 0, 0, 0.4) 100%);
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.4) 0, transparent 50%, rgba(0, 0, 0, 0.4) 100%);
}

.gallery-slider__item img {
    display: block;
    width: 100%;
}

.gallery-slider .swiper-button-next,
.gallery-slider .swiper-button-prev {
    background: 0 0;
}

.gallery-slider .swiper-button-next svg,
.gallery-slider .swiper-button-prev svg {
    fill: #fff;
}

.expand-block__hidden {
    display: none;
}

.timeline-slider__content p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 24px;
    color: #000000;
}

.count-text {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 20px;

}

#product-count {
    display: none;
}

article.news {
    width: 60%;
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
    font-size: 1.7rem;
    font-weight: 400;
}

.post-sidebar {
    width: 36%;
    margin-left: auto;
    -ms-flex-preferred-size: 36%;
    flex-basis: 36%;
    will-change: min-height;
}

.rekenhulp-container {
    max-width: 940px;
    margin: 0 auto;
    padding: 100px 0px;
}

.rekenhulp-container .first-screen {
    background: #70133A;
    padding: 40px;
    margin: 32px 0px;
}

.rekenhulp-container .first-screen .first-screen-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.rekenhulp-container .first-screen .first-screen-inner h3 {
    color: #fff;
}

.rekenhulp-container .first-screen .first-screen-inner a {
    max-width: 206px;
}

.rekenhulp-container .step-item {
    background: #EEEEEE;
    padding: 40px;
    margin: 16px 0px;
}

.rekenhulp-container .btn-wrap {
    text-align: right;
}

.rekenhulp-container .step-item h3 {
    max-width: 780px;
}

.rekenhulp-container .step-item input {
    width: 100%;
    max-width: 780px;
    height: 48px;
    padding: 12px 24px;
    background: #FFFFFF;
    border-radius: 4px;
    border: 0;
}

.rekenhulp-container .step-item input::placeholder {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 24px;
    color: #000000;
    opacity: 0.6;
}

.rekenhulp-container .machine-item {
    width: 100%;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    border: 2px solid #fff;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    margin-bottom: 24px;
}

.rekenhulp-container .machine-item:hover,
.rekenhulp-container .machine-item:focus,
.rekenhulp-container .machine-item.active {
    border-color: #79063B;
}

.rekenhulp-container .machine-item .subtitle {
    font-weight: 700;
    color: #6E163B;
}

.rekenhulp-container .machine-item a {
    font-weight: 700;
    color: #6E163B;
    text-decoration: underline;
}

.rekenhulp-container .machine-item a:hover {
    color: #efe400;
}

.rekenhulp-container .machine-item input {
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    width: 18px;
    height: 18px;
    border: 0;
    padding: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 18C1.45 18 0.979167 17.8042 0.5875 17.4125C0.195833 17.0208 0 16.55 0 16V2C0 1.45 0.195833 0.979167 0.5875 0.5875C0.979167 0.195833 1.45 0 2 0H16C16.55 0 17.0208 0.195833 17.4125 0.5875C17.8042 0.979167 18 1.45 18 2V16C18 16.55 17.8042 17.0208 17.4125 17.4125C17.0208 17.8042 16.55 18 16 18H2ZM2 16H16V2H2V16Z' fill='%231C1B1F'/%3E%3C/svg%3E%0A");
    background-size: 18px;

}

.rekenhulp-container .machine-item input:checked {
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.6 13.2L14.65 6.15L13.25 4.75L7.6 10.4L4.75 7.55L3.35 8.95L7.6 13.2ZM2 18C1.45 18 0.979167 17.8042 0.5875 17.4125C0.195833 17.0208 0 16.55 0 16V2C0 1.45 0.195833 0.979167 0.5875 0.5875C0.979167 0.195833 1.45 0 2 0H16C16.55 0 17.0208 0.195833 17.4125 0.5875C17.8042 0.979167 18 1.45 18 2V16C18 16.55 17.8042 17.0208 17.4125 17.4125C17.0208 17.8042 16.55 18 16 18H2ZM2 16H16V2H2V16Z' fill='%2379063B'/%3E%3C/svg%3E");

}

.rekenhulp-container .machine-item .item-col-1 {
    flex: 1 1 5%;
}

.rekenhulp-container .machine-item .item-col-2 {
    flex: 1 1 60%;
}

.rekenhulp-container .machine-item .item-col-3 {
    flex: 1 1 35%;
}

.rekenhulp-container .last-screen {
    background: #70133A;
    padding: 40px;
    margin: 32px 0px;
}

.rekenhulp-container .last-screen .last-screen-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.rekenhulp-container .last-screen .last-screen-inner h3 {
    color: #fff;
}

.rekenhulp-container .last-screen .last-screen-inner h3 span {
    text-decoration: underline;
}

.rekenhulp-container .last-screen .last-screen-inner p {
    color: #fff;
    max-width: 580px;
    margin-bottom: 28px;
}

.rekenhulp-container .last-screen .last-screen-inner .last-screen-footer {
    width: 100%;
    display: flex;
}

.rekenhulp-container .last-screen .last-screen-inner .last-screen-footer .lf-col {
    flex: 1 1 50%;
    display: flex;
    align-items: center;
}

.rekenhulp-container .last-screen .last-screen-inner .last-screen-footer a {
    color: #fff;
    font-weight: 700;
    text-decoration: underline;
    margin-left: auto;
}

.rekenhulp-container .last-screen .last-screen-inner .last-screen-footer p {
    font-size: 14px;
    opacity: 0.8;
    margin-bottom: 0;
}

.linik-quize-steps__item {
    display: none;
}

.linik-quize-result {
    display: none;

}

.wide-block__wrap {
    max-width: 1180px;
    margin: 0 auto;
    padding: 52px 0px;
}

.form-adviesgesprek_wrapper {
    position: relative;
    background: #FFFFFF;
    box-shadow: 2px 4px 20px rgba(0, 0, 0, 0.15);
    padding: 30px 90px 90px 90px;
}

.form-adviesgesprek_wrapper h3 {
    text-align: center;
    color: #70133A;
}

.form-adviesgesprek_wrapper .gform_heading {
    position: absolute;
    bottom: 125px;
    right: 90px;
}

.form-adviesgesprek_wrapper .gfield_label {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 22px;
    color: #000000;
}

.form-adviesgesprek_wrapper .ginput_container input {
    background: #F5F5F5;
    border: 1px solid #C1C5C6;
    border-radius: 0;
    min-height: 45px;
}

.form-adviesgesprek_wrapper .ginput_container textarea {
    background: #F5F5F5;
    border: 1px solid #C1C5C6;
    border-radius: 0;
    min-height: 110px;
}

.form-adviesgesprek_wrapper .gform_drop_area {
    background: #F5F5F5 !important;
    border: 1px dashed rgba(0, 0, 0, 0.3) !important;
    border-radius: 4px !important;
}

.form-adviesgesprek_wrapper .gform_drop_area .gform_drop_instructions {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #000000;
}

.reset-btn-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.reset-btn-wrap .reset-btn {
    display: flex;
    padding: 8px 20px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    justify-content: flex-start;
    align-items: center;
    margin-right: 20px;
    margin-bottom: 12px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 24px;
    color: #000000;
}

.kitcentrum-wrap {
    position: fixed;
    width: 60px;
    height: 60px;
    border-radius: 100px;
    background: #fff;
    overflow: hidden;
    right: 28px;
    bottom: 100px;
    box-shadow: 1px 6px 24px 0 rgba(7, 94, 84, .24);
    z-index: 9999;
}

.kitcentrum-wrap .kitcentrum-icon {
    width: 100%;
    height: 100%;
}

.kitcentrum-wrap .kitcentrum-icon a {
    display: block;
    width: 100%;
    height: 100%;
}

.select2-container--default .select2-selection--single {
    border-radius: 0px !important;
    background: #FFFFFF !important;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    padding: 10px !important;
    font-family: 'Inter' !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 17px !important;
    line-height: 20px !important;
    color: #000000 !important;
    height: 45px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 20px !important;
    color: #000000 !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 8px !important;
}

.select2-dropdown {
    border-color: rgba(0, 0, 0, 0.1) !important;
    border-radius: 0px !important;
}

.select2-results__option {
    font-family: 'Inter' !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 17px !important;
    line-height: 20px !important;
    color: #000000 !important;
}

.select2-container--default .select2-results__option--selected {
    background-color: rgba(0, 0, 0, 0.1) !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: rgba(0, 0, 0, 0.1) !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border-color: rgba(0, 0, 0, 0.1) !important;
}

.select2-container *:focus {
    outline: none;
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus {
    border-color: #70133a !important;
}

.product-categories_new_style .product-categories-footer h2, .home-intro-text_new_style .home-intro-text__content h2, .product-categories_new_style .heading-product-categories h2, .stories-slider-section.stories-slider-section_new_style .stories-slider-section__left .stories-slider-section__head .section-title, .store-slider-section_new_style .section-title, .last-news_new_style .section-title, .partners_new_style .section-title, .subscription-form_new_style .section-title {
    font-size: 4.8rem;
    font-family: "NeoSansPro", Arial, sans-serif;
}

.info-blocks-section .blocks {
    display: flex;
    flex-wrap: wrap;
    gap: 35px;
}

.info-blocks-section .blocks__item {
    width: calc(100% / 3 - 35px * 2 / 3);
    position: relative;
}

.info-blocks-section .blocks__item .link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.info-blocks-section .blocks__item .image-wrap {
    text-align: center;
}

.info-blocks-section .blocks__item .image-wrap img {
    max-width: 300px;
}

.page-id-28683 .text-block {
    padding-bottom: 50px;
}


.form-responce-without-video .stock-legend {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 32px;
    flex: 1;
    padding-left: 20px;
}

.form-responce-with-video .stock-legend {
    display: flex;
    align-items: center;
    gap: 20px;
    flex: 1;
}

.stock-legend .product-stock-dot-legend {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 20px;
    display: flex;
    align-items: center;
    text-align: left;
    color: #000000;
    height: 45px;
}

.stock-legend .product-stock-dot-legend:before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 10px;
    border-radius: 50%;
}

.stock-legend .product-instock-dot-legend:before {
    background-color: #52ae32;
}

.stock-legend .product-outofstock-dot-legend:before {
    background-color: #f37010;
}

.form-responce-without-video {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.form-responce-without-video #prod-fm {
    width: 70%;
}

@media screen and (min-width: 577px) {
    .actions {
        padding-top: 55px;
    }

}

@media screen and (min-width: 768px) {
    .post-content--form .post-content__wrap {
        padding-bottom: 210px;
    }

    .teams .section-title {
        margin-bottom: 40px;
    }

    .contact {
        padding-top: 80px;
        padding-bottom: 100px;
    }

    .contact__form .highlight-form {
        text-align: left;
    }

    .contact__form .highlight-form form {
        padding-right: 60px;
        padding-bottom: 35px;
        padding-left: 55px;
    }
}

@media screen and (min-width: 1501px) {
    .mobile-menu,
    .nav-overlay {
        display: none;
    }
}

@media screen and (min-width: 1660px) {
    .stories-slider-section::before {
        width: 50%;
    }
}

@media screen and (max-width: 1680px) {
    .hero_new_style .heading_hero_new_style .logo_hero.fixed-logo {
        max-width: 13%;
        top: 17px;
    }

    body.admin-bar .hero_new_style .heading_hero_new_style .logo_hero.fixed-logo {
        top: calc(32px + 17px);
    }
}

@media screen and (max-width: 1500px) {
    .nav {
        display: none;
    }

    .nav-toggle {
        display: block;
    }

    .header__right {
        padding-right: 70px;
    }

    .float-search__btn {
        top: 5px;
    }

    .text-block_new_style .text-block__wrap {
        max-width: 60%;
        font-size: 20px;
    }

    .header_new_style .top-header .top-header-inner {
        padding: 10px 0;
    }

    .header_new_style .header-container .header__left {
        display: flex;
        margin-left: 26px;
    }

    .hero_new_style .heading_hero_new_style .logo_hero.fixed-logo {
        max-width: 27%;
        position: absolute;
        top: 38%;
        z-index: 2;
    }

    body.admin-bar .hero_new_style .heading_hero_new_style .logo_hero.fixed-logo {
        top: 38%;
    }

    .header_new_style .top-header .top-header-inner .top-header_logo {
        display: none;
    }
}

@media screen and (max-width: 1400px) {
    .product-categories_new_style .product-categories-footer .btn-group {
        margin-right: 0;
    }
}

@media screen and (max-width: 1260px) {
    .container {
        max-width: 960px;
    }

    .table-wrapper {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .home-intro-text__left {
        width: calc(40% - 38px);
    }

    .home-intro-text__right {
        width: calc(60% - 38px);
    }

    .home-intro-text__highlight-block-title {
        font-size: 7rem;
    }

    .product-categories-list__item {
        width: 33.33%;
    }

    .product-categories-list__item:nth-child(4n) {
        border-right: 1px solid #e7e7e7;
    }

    .product-categories-list__item:nth-child(3n) {
        border-right: 0;
    }

    .stories-slider-section__left {
        width: calc(33.33333% - 38px);
    }

    .stories-slider-section__right {
        width: calc(66.66667% - 38px);
    }

    .news__head,
    .news__head-title {
        margin-bottom: 40px;
    }

    .news__head-title {
        width: calc(33.33333% - 38px);
    }

    .news__filter {
        width: 100%;
    }

    .news-filter__cats-item {
        max-width: 176px;
    }

    .subscription-form__left {
        width: calc(100% - 38px);
    }

    .subscription-form__right {
        width: calc(100% - 38px);
    }

    .contact-block__wrap {
        padding: 0;
    }

    .cases__filter-title {
        margin-right: 25px;
    }

    .cases-list__item {
        width: calc(50% - 38px);
    }

    .cases-filter > :not(:last-child) {
        margin-right: 25px;
    }

    .error-404__cta {
        margin-left: 0;
    }

    .teams-list__item {
        width: calc(50% - 38px);
    }

    .top-header .top-header-wrap p {
        display: none;
    }

    .hero .hero-partner .partners-group, .hero_new_style .partner_hero_new_style .partners-group {
        gap: 52px;
    }

    .store-slider-section .store-list-wrap .store-list__item {
        width: calc(100% - 38px);
        flex: 1 1 32%;
    }

    .form-responce-with-video .prod-head-fm {
        width: 100%;
        margin-right: 0;
    }

    .form-responce-with-video .prod-head-fm .fm-1 {
        width: 40%;
    }

    .form-responce-with-video .prod-head-fm .fm-2 {
        width: 60%;
    }

    .form-responce-with-video .video_iframe {
        width: 100%;
    }

    .home-intro-text__img {
        position: static;
        width: 100%;
    }

    .home-intro-text__content {
        margin-left: 0;
    }

    .product-categories_new_style .product-categories-footer .container {
        flex-direction: column;
    }

    .product-categories_new_style .product-categories-footer h2 {
        text-align: center;
    }

    .footer_new_style .footer__wrap .footer__item.item-first, .footer_new_style .footer__wrap .footer__item.item-first a {
        font-size: 16px;
        line-height: 16px;
    }

    .footer_new_style .footer__wrap {
        max-width: 85%;
    }

    .footer_new_style .footer_bottom .footer__bottom {
        max-width: 100%;
    }

    .header_new_style .top-header .top-header-wrap .phone-group .phone-item a.phone-link {
        color: #ffffff;
    }

    .header_new_style .top-header .top-header-wrap .phone-group .phone-item a.phone-link svg path {
        fill: #ffffff;
    }
}

@media screen and (max-width: 1140px) {
    .content {
        padding-top: 76px;
    }
}

@media screen and (max-width: 992px) {
    .container {
        max-width: 810px;
    }

    .breadcrumbs {
        text-align: left;
    }

    h1 {
        font-size: 3.6rem;
    }

    .sidebar, .container-sidebar {
        width: 100%;
    }

    .highlight-form {
        margin-bottom: 40px;
    }

    .footer__item {
        width: calc(50% - 38px);
    }

    .footer__bottom {
        padding-left: 50px;
    }

    .hero__video {
        padding-bottom: 56.5%;
    }

    .home-intro-text__highlight-block-title {
        font-size: 5rem;
    }

    .product-categories-list .product-list {
        -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
        justify-content: stretch;
    }

    .product-categories-list__item {
        max-width: calc(33% - 11px);
    }

    .product-list__item {
        display: block;
        max-width: 48% !important;
    }

    .market-product-slider .swiper-slide .product-list__item {
        max-width: 100% !important;
    }

    .product-list__image {
        max-width: 260px;
        margin: 0 auto;
        padding: 0;
    }

    .product-list__body {
        padding-top: 0;
    }

    .product-list__title {
        padding-right: 0;
    }

    .product-list__icons {
        position: static;
        top: auto;
        right: auto;
        margin-bottom: 35px;
    }

    .product__left {
        width: calc(100% - 38px);
    }

    .product__left-btn-desc {
        display: none;
    }

    .product__left-btn-mobile {
        display: inline-block;
    }

    .product__left .product-gallery {
        margin-bottom: 0;
    }

    .product__right {
        width: calc(100% - 38px);
    }

    .product-files {
        margin: 32px 0;
    }

    .product-features {
        position: static;
        top: auto;
        right: auto;
        margin-bottom: 35px;
    }

    .actions {
        padding-bottom: 40px;
    }

    .actions-list__item {
        width: calc(100% - 38px);
    }

    .actions-list__item:last-child {
        margin-bottom: 0;
    }

    .stories-slider-section__left {
        width: calc(41.66667% - 38px);
    }

    .stories-slider-section__right {
        width: calc(58.33333% - 38px);
    }

    .news__head {
        margin-bottom: 40px;
    }

    .news__head-title {
        width: calc(41.66667% - 38px);
        margin-right: 0;
        margin-bottom: 25px;
    }

    .news__filter {
        flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .news-filter__cats {
        margin-right: 0;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .news-filter__cats-item {
        width: calc(50% - 19px);
        max-width: none;
        margin-bottom: 20px;
    }

    .cases-filter input[type="text"],
    .news-filter__search {
        width: 100%;
    }

    .news-list__item,
    .subscription-form__left {
        width: calc(100% - 38px);
        flex: 1 1 40%;
    }

    .cases__filter-form {
        flex-wrap: wrap;
        margin-right: 0;
    }

    .cases-filter__cats {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .subscription-form__left {
        margin-bottom: 25px;
        text-align: center;
    }

    .subscription-form__right {
        width: calc(100% - 38px);
    }

    .store-grid-list__cta,
    .store-grid-list__item {
        width: calc(50% - 38px);
    }

    .two-col-text__left,
    .two-col-text__right {
        width: calc(100% - 38px);
    }

    .two-col-picture__wrap {
        flex-direction: column-reverse;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
    }

    .two-col-picture__left,
    .two-col-picture__right {
        width: 100%;
        margin: auto;
    }

    .two-col-picture__left {
        margin-top: 40px;
    }

    .teams {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .advantages-list-section__wrap {
        display: block;
    }

    .advantages-list {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .contact-block__wrap {
        flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
    }

    .cases__filter,
    .contact-block__left {
        margin-bottom: 40px;
    }

    .cases__filter {
        flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .cases__filter-title {
        margin-right: 0;
        margin-bottom: 25px;
    }

    .cases-filter {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .case-header {
        min-height: 320px;
    }

    .case-header__content {
        width: calc(100% - 38px);
    }

    .case-header__quote {
        padding: 0;
    }

    .case-header__quote-photo {
        position: relative;
        top: auto;
        right: auto;
        margin: 0 auto 20px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .case__content,
    .case__sidebar {
        width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    .case__sidebar {
        margin-top: 40px;
    }

    article.news {
        width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    .post-sidebar {
        width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin: 0 auto 20px;
    }

    .post-content__wrap {
        padding: 0;
    }

    .header-block-5050 {
        padding: 40px 0;
        text-align: center;
    }

    .header-block-5050__left {
        width: calc(100% - 38px);
    }

    .header-block-5050__right {
        display: none;
    }

    .error-404__left,
    .error-404__right,
    .timeline-slider__image {
        width: calc(100% - 38px);
    }

    .timeline-slider__image {
        margin-bottom: 20px;
    }

    .contact__content,
    .contact__form,
    .timeline-slider__content {
        width: calc(100% - 38px);
    }

    .contact__form .highlight-form {
        margin: 0 auto;
    }

    .cases-list__item .cases-card__head {
        height: 222px;
    }

    .hero__video {
        margin-bottom: 60px;
    }

    .home-intro-text {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .home-intro-text::after {
        width: 70%;
        height: 85%;
        top: 60px;
    }

    .home-intro-text__right {
        padding-top: 50px;
        padding-bottom: 60px;
    }

    .home-intro-text__right .partners-wrap {
        gap: 4px;
    }

    .usp-bar {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .usp-bar .about-blocks .usp-block {
        flex: 1 1 50%;
    }

    .usp-bar .about-blocks {
        column-gap: 0px;
        row-gap: 0px;
    }

    .stories-slider-section::before {
        min-width: 60%;
    }

    .stories-slider__item {
        min-width: auto;
    }

    .store-slider-section {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .partners {
        padding-top: 0px;
        padding-bottom: 60px;
    }

    .timeline-slider__image img {
        max-width: 250px;
    }

    .timeline-slider-years__year {
        display: none !important;
    }

    .markten-header__left {
        width: calc(60% - 10px) !important;
    }

    .markten-header__right {
        width: calc(40% - 10px) !important;
    }

    .advantages-list-section {
        padding-bottom: 60px;
    }

    .advantages-list {
        gap: 20px;
    }

    .advantages-list__item {
        max-width: calc(33% - 11px) !important;
    }

    .advantages-list-icon {
        width: 100px;
        height: 100px;
    }

    .form-adviesgesprek_wrapper {
        padding: 30px 30px 30px 30px;
    }

    .form-adviesgesprek_wrapper .gform_heading {
        bottom: 45px;
        right: 30px;
    }

    .hero_new_style .heading_hero_new_style {
        padding: 150px 0;
    }

    .hero_new_style .heading_hero_new_style .logo_hero {
        display: none;
    }

    .hero_new_style .heading_hero_new_style .content_heading .content_heading_wrapper {
        margin-left: 0;
        width: 100%;
        text-align: center;
    }

    .hero_new_style .heading_hero_new_style .content_heading .content_heading_wrapper .section-title {
        font-size: 3.6rem;
        line-height: 3.6rem;
        margin-bottom: 50px;
    }

    .home-intro-text__content {
        padding: 30px 0;
    }

    .home-intro-text__content .partners-wrap {
        justify-content: center;
        flex-wrap: wrap;
        gap: 20px;
    }

    .home-intro-text__content .partners-wrap .partner-item {
        min-width: auto;
        width: calc(50% - 10px);
    }

    .product-categories_new_style {
        padding: 30px 0;
    }

    .stories-slider-section.stories-slider-section_new_style {
        padding: 10px 0;
    }

    .stories-slider-section.stories-slider-section_new_style .stories-slider-section__left, .stories-slider-section.stories-slider-section_new_style .stories-slider-section__right {
        padding-top: 0;
    }

    .stories-slider-section.stories-slider-section_new_style .stories-slider-section__left .stories-slider-section__all {
        margin-top: 0;
    }

    .stories-slider-section.stories-slider-section_new_style .stories-slider__item .cases-card {
        height: 100%;
        margin: 0;
    }

    .stories-slider-section.stories-slider-section_new_style .stories-slider__item .cases-card .cases-card__btn {
        padding-bottom: 25px;
    }

    .store-slider-section_new_style {
        padding: 20px 0 30px;
    }

    .last-news_new_style {
        padding: 30px 0;
    }

    .partners_new_style {
        padding: 30px 0;
    }

    .text-block_new_style, .subscription-form_new_style {
        padding: 30px 0 !important;
    }

    .text-block_new_style .text-block_logo {
        display: none;
    }

    .text-block_new_style .text-block__wrap {
        max-width: 100%;
        font-size: 16px;
    }

    .footer_new_style .footer_logo {
        display: none;
    }

    .footer_new_style .footer__wrap {
        max-width: 100%;
    }

    .footer_new_style {
        padding-top: 30px;
    }

    .footer_new_style .footer__wrap {
        margin: 0;
    }

    .product-categories_new_style .product-categories-footer h2 {
        font-size: 4.2rem;
    }

    .hero_new_style .partner_hero_new_style .partner-title {
        padding-bottom: 20px;
    }

    .hero_new_style .heading_hero_new_style .content_heading .content_heading_wrapper .btn-styled {
        font-size: 17px;
    }
}

@media screen and (max-width: 782px) {
    body.admin-bar .header {
        top: 46px;
    }

    body.admin-bar .mobile-menu,
    body.admin-bar .nav-overlay {
        top: 122px;
    }

    body.admin-bar .mobile-menu {
        height: calc(100vh - 122px);
    }

    .info-blocks-section .blocks {
        gap: 20px;
    }

    .info-blocks-section .blocks__item {
        width: calc(100% / 2 - 10px);
    }
}

@media screen and (max-width: 767px) {
    .container {
        max-width: 540px;
    }

    h1 {
        font-size: 3rem;
    }

    h2 {
        font-size: 2.7rem;
    }

    .home-intro-text__right h3,
    h3 {
        font-size: 2.2rem;
    }

    .form-row > .form-group {
        width: 100%;
        flex-direction: column;
    }

    .swiper-button-next,
    .swiper-button-prev {
        width: 35px;
        height: 70px;
        margin-top: -35px;
    }

    .post-navigation::before,
    .table th {
        display: none;
    }

    .table td {
        position: relative;
        display: block;
        min-height: 66px;
        padding: 20px 0 20px 120px;
        text-align: right;
        white-space: normal;
        border-bottom: none;
        font-size: 14px;
    }

    .table td::before {
        font-size: 1.4rem;
        font-weight: 700;
        line-height: 1.1;
        position: absolute;
        top: 50%;
        left: 0;
        width: 110px;
        content: attr(data-title);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        text-align: left;
    }

    ul.page-numbers {
        padding: 10px 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    ul.page-numbers li {
        margin-right: 10px;
    }

    ul.page-numbers a.next,
    ul.page-numbers a.prev {
        font-size: 0;
    }

    .post-navigation {
        flex-direction: column;
        margin-top: 40px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
    }

    .post-navigation > :not(:last-child) {
        margin-bottom: 20px;
    }

    .post-navigation__next,
    .post-navigation__prev {
        width: 100%;
        text-align: center;
    }

    .advantages-list-section {
        padding-bottom: 100px;
    }

    .header-block__subtitle .more-btn-desc:after {
        margin-left: 0;
    }

    .highlight-form {
        margin-bottom: 0;
    }

    .highlight-form form {
        padding: 0px;
    }

    .search-form__field {
        max-width: 200px;
    }

    .alignleft,
    .alignright {
        display: block;
        float: none;
        margin: 1.5em auto;
    }

    .header__float-search,
    .header__search {
        display: none;
    }

    .header__phone {
        margin-left: auto;
    }

    .footer__logo {
        margin: 0 auto;
    }

    .footer__bottom {
        flex-direction: column-reverse;
        padding-left: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
    }

    .footer-menu {
        display: block;
    }

    .footer-menu li {
        margin-right: 0;
        margin-bottom: 10px;
        text-align: center;
    }

    .footer-menu li:last-child {
        margin-bottom: 0;
    }

    .copy {
        margin-top: 25px;
        margin-right: 0;
    }

    .home-intro-text__left,
    .home-intro-text__right {
        width: calc(100% - 38px);
    }

    .home-intro-text__highlight-block {
        top: -50px;
        padding: 40px 0;
        text-align: center;
    }

    .home-intro-text__highlight-block-title {
        font-size: 4rem;
    }

    .product-categories-list__title {
        font-size: 3rem;
    }

    .product-features__item:first-child .product-features__label,
    .product-list__icons li:first-child .product-list__icons-label {
        left: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .product-features__item:first-child .product-features__label::before,
    .product-list__icons li:first-child .product-list__icons-label::before {
        left: 10px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .product-stock-dot {
        margin: 0;
    }

    .product-summary__head {
        padding: 15px 0px;
    }

    .product-summary .product-features {
        position: static;
        top: auto;
        right: auto;
    }

    .actions-list__item {
        margin-bottom: 20px;
    }

    .actions-list__wrap img {
        min-height: 150px;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .actions-list__title {
        font-size: 2.1rem;
    }

    .stories-slider-section {
        padding-bottom: 40px;
    }

    .stories-slider-section__left {
        width: calc(100% - 38px);
        margin-bottom: 40px;
    }

    .stories-slider-section__right {
        width: calc(100% - 38px);
        padding-left: 0;
    }

    .stories-slider-section__head {
        padding-right: 15px;
    }

    .stories-slider-section__head::before {
        right: 0;
    }

    .stories-slider-section__all {
        margin-top: 55px;
    }

    .news__head-title {
        width: calc(100% - 38px);
    }

    .news-list-bg {
        padding: 40px 0;
    }

    .news-filter__cats-item {
        width: 100%;
    }

    .news-card__cat {
        top: 15px;
        left: 15px;
    }

    .news-card__body {
        padding: 15px;
    }

    .last-news__all {
        text-align: center;
    }

    .partners__head {
        padding: 15px 15px 30px;
    }

    .header-block__title {
        font-size: 3.5rem;
        text-align: center;
    }

    .header-block__square {
        bottom: -8px;
        width: 16px;
        height: 16px;
    }

    .text-block {
        padding: 0;
        padding-bottom: 100px;
    }

    .project-bottom {
        padding-bottom: 60px;
    }

    .case__content {
        font-size: 1.6rem;
    }

    .case-info-top .case-info-item p {
        font-size: 1.6rem;
    }

    .case__text-block p {
        font-size: 1.6rem !important;
    }

    .case__sidebar .company-desc {
        font-size: 1.6rem;
    }

    .case-header__quote-photo {
        min-width: 64px;
        min-height: 64px;
    }

    .project-bottom .bottom-inner p {
        font-size: 1.6rem;
    }

    .store-card__info {
        right: 15px;
        left: 15px;
    }

    .store-card__title {
        font-size: 1.6rem;
    }

    .store-slider-section {
        padding-bottom: 60px;
    }

    .store-slider-wrap {
        padding-left: 0;
    }

    .store-slider-nav::after,
    .store-slider-nav::before,
    .store-slider-wrap::before {
        display: none;
    }

    .store-slider-nav {
        position: static;
        flex-direction: row-reverse;
        width: auto;
        height: 70px;
        margin-bottom: 30px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
    }

    .store-slider-nav__controls .swiper-button-next,
    .store-slider-nav__controls .swiper-button-prev {
        width: 35px;
        height: 70px;
    }

    .store-slider-nav,
    .store-slider-nav .section-title {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .store-slider-nav .section-title {
        margin: auto;
    }

    .store-grid {
        padding-bottom: 40px;
    }

    .store-grid-list__cta,
    .store-grid-list__item {
        width: calc(100% - 38px);
        margin-bottom: 30px;
    }

    .store-grid-list__cta {
        padding: 35px;
    }

    .two-col-text__wrap {
        text-align: center;
    }

    .two-col-text__left {
        padding-right: 0;
        padding-left: 0;
    }

    .two-col-text__left::before {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .two-col-text__right {
        padding-bottom: 0;
    }

    .two-col-text__scroll {
        padding: 0 10px;
    }

    .two-col-text__scroll .simplebar-track.simplebar-vertical {
        left: -8px;
        width: 16px;
    }

    .two-col-text__scroll .simplebar-track.simplebar-vertical::before {
        left: 8px;
    }

    .two-col-text__scroll .simplebar-track.simplebar-vertical .simplebar-scrollbar::before {
        top: 16px;
        bottom: auto;
        width: 16px;
        height: 16px;
    }

    .advantages-list-section__image {
        width: auto;
        height: auto;
    }

    .advantages-list__item {
        max-width: 100% !important;
        width: 100%;
        padding: 0;
    }

    .advantages-list__number {
        font-size: 1.7rem;
        line-height: 32px;
        width: 32px;
        height: 32px;
    }

    .advantages-list-icon {
        width: 60px;
        height: 60px;
    }

    .person-info {
        text-align: center;
    }

    .person-info__head {
        flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
    }

    .person-info__photo {
        margin-right: 0;
        margin-bottom: 30px;
    }

    .contact-block__right {
        padding: 15px;
    }

    .cases-list__item {
        width: 100%;
    }

    .cases-card__body {
        padding: 0 15px;
    }

    .cases-filter {
        display: block;
    }

    .cases-filter > :not(:last-child) {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .cases-filter select {
        width: 100%;
        max-width: none;
    }

    .case-header__quote-text {
        font-size: 1.6rem;
    }

    .case__highlight-block {
        width: 100%;
        padding: 0px;
    }

    .case-header__quote-text {
        margin-right: 14px;
    }

    .case-header {
        min-height: 220px;
    }

    .highlight-block {
        padding: 40px 0;
    }

    .highlight-block__wrap {
        width: 100%;
        padding: 15px;
    }

    .post-content .share {
        top: auto;
        right: 50%;
        bottom: -45px;
        width: auto;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
    }

    .post-content .share,
    .post-content .share__items {
        flex-direction: row;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
    }

    .post-content .share__text {
        margin: 0 0 0 10px;
    }

    .post-content__wrap {
        padding: 0;
        font-size: 1.6rem;
    }

    .cat-description .bottom-block__subtitle {
        font-size: 1.6rem;
    }

    .post-content__wrap .alignleft,
    .post-content__wrap .alignright {
        display: block;
        float: none;
        clear: both;
        margin-right: auto;
        margin-bottom: 1.5em;
        margin-left: auto;
    }

    .post-form {
        max-width: none;
        margin-top: 100px;
    }

    .header-block-5050__title {
        font-size: 3.5rem;
    }

    .error-404__cta {
        padding: 35px;
    }

    .timeline-slider {
        margin-bottom: 40px;
    }

    .teams-list__item {
        width: calc(100% - 38px);
    }

    .teams-list__item:last-child {
        margin-bottom: 0;
    }

    .teams-list__photo {
        width: 150px;
    }

    .block-keuzehulp {
        flex-direction: column;
    }

    .block-keuzehulp .text-keuzehulp {
        text-align: center;
        margin-bottom: 20px;
    }

    .header-block__subtitle {
        text-align: center;
    }

    .video-overlay svg {
        height: 70px;
    }

    .hero::after {
        height: 40%;
    }

    .popup-table {
        width: 100%;
    }

    .table-wrapper .container {
        flex-direction: column;
    }

    .prod-col-left {
        width: 100%;
        margin: 0;
    }

    .prod-col-right {
        width: 100%;
        margin: 20px 0px;

    }

    .prod-col-right p, .prod-col-right li, .prod-col-right a {
        font-size: 16px;
    }

    .product-table-link {
        padding: 10px;
        0px;
    }

    .single-product .highlight-form {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }

    .required-label {
        position: relative;
    }

    .markten-header__wrap {
        flex-direction: column-reverse;
    }

    .markten-header__left {
        width: 100% !important;
    }

    .markten-header__right {
        width: 100% !important;
    }

    .market-product-slider-nav {
        display: none;
    }

    .rekenhulp-container {
        padding-top: 30px;
    }

    .rekenhulp-container .first-screen {
        padding: 20px;
    }

    .rekenhulp-container .step-item {
        padding: 10px;
    }

    .rekenhulp-container .last-screen {
        padding: 20px;
    }

    .rekenhulp-container .last-screen .last-screen-inner .last-screen-footer {
        flex-wrap: wrap;
    }

    .rekenhulp-container .last-screen .last-screen-inner .last-screen-footer .lf-col {
        flex: 1 1 100%;
    }

    .rekenhulp-container .last-screen .last-screen-inner .last-screen-footer a {
        margin-left: 0;
        padding: 20px 0px;
    }

    .rekenhulp-container .machine-item .item-col-3 {
        text-align: center;
        margin-top: 20px;
    }

    .rekenhulp-container .machine-item .item-col-3 img {
        max-width: 140px;
    }

    .form-adviesgesprek_wrapper {
        padding: 20px 20px 80px 20px;
    }

    .form-adviesgesprek_wrapper .gform_heading {
        bottom: 45px;
        right: 20px;
    }

    .market-product-slider {
        padding-bottom: 60px;
    }

    .product-summary__head .reset-btn {
        position: relative;
        right: 0;
        top: 0;
        margin-top: 20px;
    }

    .hero_new_style .heading_hero_new_style {
        padding: 100px 0;
    }

    .hero_new_style .partner_hero_new_style {
        padding: 30px 0;
    }

    .hero_new_style .heading_hero_new_style .content_heading .content_heading_wrapper .section-title {
        font-size: 3rem;
        line-height: 3rem;
        margin-bottom: 30px;
    }

    .subscription-form_new_style .wpcf7-form-control-wrap[data-name="your-name"] {
        width: 100%;
    }

    .product-categories_new_style .product-categories-footer h2, .home-intro-text_new_style .home-intro-text__content h2, .product-categories_new_style .heading-product-categories h2, .stories-slider-section.stories-slider-section_new_style .stories-slider-section__left .stories-slider-section__head .section-title, .store-slider-section_new_style .section-title, .last-news_new_style .section-title, .partners_new_style .section-title, .subscription-form_new_style .section-title {
        font-size: 2.7rem;
    }

    .info-blocks-section .blocks__item {
        width: 100%;
    }

    .page-id-28683 .text-block {
        padding-bottom: 50px;
        padding-top: 50px;
    }


    .form-responce-without-video .stock-legend {
        padding-left: 0px;
    }

    .form-responce-without-video  #prod-fm {
        width: 100%;
    }
}

@media (max-width: 576px) {
    .timeline-slider__image img {
        max-height: 100px;
    }

    .timeline-slider__content p {
        font-size: 16px;
    }

    .timeline-slider-years {
        width: 25%;
    }

    .timeline-slider {
        width: 75%;
    }

    .fancybox-thumbs {
        width: 110px;
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }

    .case-filter__cats-item {
        font-size: 14px;
        width: 100%;
    }

    .sorting-filter {
        width: 100%;
    }

    .news-filter__cats {
        margin-bottom: 20px;
    }

    .news-filter__cats-item {
        margin-top: 0px;
        font-size: 14px;
        width: 100%;
        margin-bottom: 0;
    }

    #sorting, #sorting-cases {
        margin: auto;
    }

    .kitcentrum-wrap {
        right: 14px;
        bottom: 90px;
    }

    .home-intro-text__content .partners-wrap .partner-item {
        width: 100%;
    }

}

@media screen and (max-width: 576px) {
    .container {
        max-width: none;
    }

    .nav-toggle {
        right: 10px;
    }

    .nav-overlay {
        top: 63px;
    }

    .mobile-menu {
        top: 63px;
        height: calc(100vh - 63px);
    }

    body.admin-bar .mobile-menu,
    body.admin-bar .nav-overlay {
        top: 109px;
    }

    body.admin-bar .mobile-menu {
        height: calc(100vh - 109px);
    }

    .content {
        padding-top: 63px;
    }

    .header__left {
        width: 140px;
    }

    .header__right {
        padding-right: 50px;
    }

    .header__logo {
        padding: 10px;
    }

    .header__phone {
        margin-right: 10px;
    }

    .footer__item {
        width: calc(100% - 38px);
    }

    .footer__bottom::before {
        left: 0;
    }

    .footer__bottom::after {
        left: -15px;
    }

    .footer-widget-title {
        margin-bottom: 10px;
    }

    .product-categories-list__item {
        width: 100%;
        border-right: 0;
        max-width: 100%;
    }

    .product-categories-list__item:last-child {
        border-bottom: 0;
    }

    .product-category-top {
        padding-left: 25px;
    }

    .product-list__body {
        padding-right: 0;
    }

    .product-list__title {
        font-size: 2.1rem;
    }

    .product-list__bottom {
        display: block;
    }

    .product-list__sku {
        margin-bottom: 20px;
    }

    .header-block-5050__title,
    .header-block__title {
        text-align: center;
        font-size: 3rem;
    }

    .cases-card__btn .btn {
        font-size: 1.4rem;
    }

    .top-header .top-header-wrap .phone-group .phone-item svg {
        top: -1px;
    }

    .top-header .top-header-wrap .phone-group .th-link {
        font-size: 14px;
    }

    .hero .hero-partner .partners-group, .hero_new_style .partner_hero_new_style .partners-group {
        gap: 25px;
    }

    .home-intro-text::after {
        display: none;
    }

    .product-categories-list__img {
        width: 50%;
        margin-bottom: 10px;
        padding-top: 10px;
    }

    .product-categories-footer .btn-group {
        flex-wrap: wrap;
    }

    .usp-bar .about-blocks .usp-block {
        flex: 1 1 100%;
    }

    .stories-slider-section::before {
        min-width: 100%;
    }

    .stories-slider-nav {
        display: none;
    }

    .store-slider-section .store-list-wrap .store-list__item {
        flex: 1 1 100%;
    }

    .store-slider-section .store-list-wrap .store-list__item img {
        height: 205px;
    }

    .news-list__item {
        flex: 1 1 100%;
    }

    .stories-slider-section__all {
        margin-top: 5px;
    }

    .stories-slider-section__right {
        padding-top: 0;
    }

    .subscription-form {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .home-intro-text__right .partners-wrap {
        flex-wrap: wrap;
    }

    .home-intro-text__right .partners-wrap {
        gap: 0px;
        flex-wrap: wrap;
    }

    .home-intro-text__right .partners-wrap .partner-item {
        text-align: left;
        width: 50%;
    }

    .product-list__item {
        display: block;
        max-width: 100% !important;
    }

    .product__filter .product-filter__cats .product__cats-item img {
        width: 30px;
        height: 30px;
        margin-right: 8px;
    }

    .product__filter .product-filter__cats .product__cats-item {
        margin-right: 12px;
        padding: 8px 10px;
    }

    .product-gallery .product-gallery-slider__item img {
        max-width: 80%;
    }

    .table-wrapper .table td {
        padding: 20px 10px 20px 120px;
    }

    .table-wrapper .table td::before {
        left: 10px;
    }

    .header_new_style .header-container .header__left {
        margin-left: 0;
    }
}

@media (max-height: 576px) {
    .fancybox-slide {
        padding-right: 6px;
        padding-left: 6px;
    }

    .fancybox-slide--image {
        padding: 6px 0;
    }

    .fancybox-close-small {
        right: -6px;
    }

    .fancybox-slide--image .fancybox-close-small {
        top: 0;
        right: 0;
        width: 36px;
        height: 36px;
        padding: 6px;
        opacity: 1;
        color: #f2f4f6;
        background: #4e4e4e;
    }

    .fancybox-caption {
        padding-right: 12px;
        padding-left: 12px;
    }

    @supports (padding: max(0px)) {
        .fancybox-caption {
            padding-right: max(12px, env(safe-area-inset-right));
            padding-left: max(12px, env(safe-area-inset-left));
        }
    }
}

@media screen and (max-width: 577px) {
    .markten_home .store-slider {
        flex-direction: column;
    }

    .markten_home .store-slider__item {
        width: 100%;
        margin-bottom: 30px;
    }

    .breadcrumbs {
        text-align: center;
    }

    .single_post_wrapper {
        flex-direction: column;
    }

    .related_posts_item {
        flex-direction: column;
    }

    .sidebar_block {
        margin-left: 0;
    }

    .related_posts_item img {
        width: 100%;
    }

    section.meer_weten {
        width: 100%;
    }
}

@media screen and (max-width: 992px) {
    .markten_home .store-slider {
        flex-direction: column;
    }

    .markten_home .store-slider__item {
        width: 100%;
        margin-bottom: 30px;
    }

    .single_post_wrapper {
        flex-direction: column;
    }

    .sidebar_block {
        margin-left: 0;
    }

    section.meer_weten {
        width: 100%;
    }
}

/* formulier testaanvraag */
input#gform_submit_button_1, input#gform_submit_button_2 {
    display: inline-block;
    cursor: pointer;
    font-family: 'Brutal Type';
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 25px;
    color: #FFFFFF;
    padding: 16px 32px;
    background: #70133A;
    border-radius: 4px;
    border: none;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    margin: 0 auto;
}

input#gform_submit_button_1:hover, input#gform_submit_button_2:hover {
    color: #efe400;
}

.highlight-block {
    padding-bottom: 20px;
}

.highlight-block__wrap {
    margin: 0 auto;
}


.term-lijmen .container .term-35 {
    order: 1;
}

.term-lijmen .container .term-36 {
    order: 2;
}

.term-lijmen .container .term-39 {
    order: 3;
}

.term-lijmen .container .term-37 {
    order: 4;
}

.term-lijmen .container .term-34 {
    order: 5;
}

.term-lijmen .container .term-38 {
    order: 6;
    border-right: 1px solid #e7e7e7;
}

.term-lijmen .container .term-41 {
    order: 7;
    border-right: 1px solid #e7e7e7;
}

.term-lijmen .container .term-40 {
    order: 8;
}

.term-lijmen .container .term-33 {
    order: 9;
}

.term-lijmen .container .term-32 {
    order: 9;
}


.cases .cases-list .cases-list__item .btn {
    font-size: 1.7rem;
}

#product-box {
    flex-direction: column;
    width: 100%;
    max-width: 355px;
    border: none;
}

#product-box .product-list__image {
    height: 300px;
    min-height: 300px;
    margin-bottom: 16px;
}

#product-box .product-list__image img {
    height: 300px;
    object-fit: contain;
}

#product-box .product-list__body {
    padding: 0px;

}

#product-box .product-list__body .product-list__sku {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    margin-bottom: 4px;
}

.product-list__sku {
    margin-bottom: 15px;
}

.store-card__title {
    overflow: visible;
}

.product-custom-list {
    display: flex;
    flex-direction: column;
}

/*Cyanoacrylaat order start*/
.product-custom-list .post-2211 {
    order: 1;
}

.product-custom-list .post-2210 {
    order: 2;
}

.product-custom-list .post-2206 {
    order: 3;
}

.product-custom-list .post-2212 {
    order: 4;
}

.product-custom-list .post-2224 {
    order: 5;
}

/*Cyanoacrylaat order end*/

/*UV order start*/

.product-custom-list .post-2214 {
    order: 1;
}

.product-custom-list .post-2223 {
    order: 2;
}

.product-custom-list .post-2228 {
    order: 3;
}

.product-custom-list .post-2197 {
    order: 4;
}

.product-custom-list .post-2196 {
    order: 5;
}

/*UV order end*/


.product-custom-list .post-2188 {
    order: 5;
}

.product-custom-list .post-2554 {
    order: -1;
}

.product-categories-list .container .dubbelzijdig {
    order: 1;
}

.product-categories-list .container .enkelzijdig {
    order: 2;
    border-right: 1px solid #e7e7e7;
}

.product-categories-list .container .bronbemaling {
    order: 3;
}

.product-categories-list .container .klittenband {
    order: 4;
}

.product-categories-list .container .oppervlaktebehandelingtapes {
    order: 5;
}

.product-categories-list .container .dispensers {
    order: 6;
    border-right: none;
}

.mobile-menu__search {
    margin-bottom: 10px;
}

@media (max-width: 576px) {
    .product-categories-list .container .oppervlaktebehandelingtapes {
        border-bottom: 1px solid #e7e7e7;
    }

}
