@charset "UTF-8";
@font-face {
    font-family: swiper-icons;
    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");
    font-weight: 400;
    font-style: normal;
}
:root {
    --swiper-theme-color: #007aff;
}
.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.swiper-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.swiper-pointer-events {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
}
.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}
.swiper-slide-invisible-blank {
    visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto;
}
.swiper-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform;
}
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
    -webkit-perspective: 1200px;
    perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
}
.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
}
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory;
}
.swiper-centered > .swiper-wrapper::before {
    content: "";
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-ordinal-group: 10000;
    -ms-flex-order: 9999;
    order: 9999;
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
    -webkit-margin-start: var(--swiper-centered-offset-before);
    margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
    -webkit-margin-before: var(--swiper-centered-offset-before);
    margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: center center;
}
.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size);
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size);
}
:root {
    --swiper-navigation-size: 44px;
}
.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
    z-index: 10;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}
.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: 10px;
    right: auto;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: "prev";
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: 10px;
    left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: "next";
}
.swiper-button-lock {
    display: none;
}
.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 0.3s opacity;
    -o-transition: 0.3s opacity;
    transition: 0.3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}
.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
    position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.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 {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: 50%;
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 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:only-child {
    display: none !important;
}
.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: 0.2s transform, 0.2s top;
    -o-transition: 0.2s transform, 0.2s top;
    transition: 0.2s transform, 0.2s top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-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-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 0.2s transform, 0.2s left;
    -o-transition: 0.2s transform, 0.2s left;
    transition: 0.2s transform, 0.2s left;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 0.2s transform, 0.2s right;
    -o-transition: 0.2s transform, 0.2s right;
    transition: 0.2s transform, 0.2s right;
}
.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 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;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}
.swiper-pagination-lock {
    display: none;
}
.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
}
.swiper-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}
.swiper-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}
.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}
.swiper-scrollbar-cursor-drag {
    cursor: move;
}
.swiper-scrollbar-lock {
    display: none;
}
.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: 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 {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -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;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent;
}
.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000;
}
@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}
.swiper-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}
.swiper-grid > .swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.swiper-fade.swiper-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-cube {
    overflow: visible;
}
.swiper-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}
.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next + .swiper-slide,
.swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
}
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
    content: "";
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    -webkit-filter: blur(50px);
    filter: blur(50px);
}
.swiper-flip {
    overflow: visible;
}
.swiper-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    -webkit-transition-property: opacity, height, -webkit-transform;
    transition-property: opacity, height, -webkit-transform;
    -o-transition-property: transform, opacity, height;
    transition-property: transform, opacity, height;
    transition-property: transform, opacity, height, -webkit-transform;
}
.swiper-cards {
    overflow: visible;
}
.swiper-cards .swiper-slide {
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
}
.not-found {
    padding-top: 2.875rem;
    margin-bottom: 0 !important;
}
.not-found [data-text] {
    position: relative;
}
.not-found [data-text]::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    content: attr(data-text);
    z-index: -1;
}
.not-found__bg {
    position: absolute;
    max-width: 85.375rem;
    top: 0;
    left: 50%;
    width: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
}
.not-found__bg > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.not-found__bg-img {
    z-index: 1;
}
.not-found__bg-overlay {
    z-index: 2;
}
.not-found__bg::before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 50.5%;
}
.not-found__container {
    position: relative;
}
.not-found__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    -webkit-transform: rotate(-4.8deg);
    -ms-transform: rotate(-4.8deg);
    transform: rotate(-4.8deg);
    min-height: calc(100vh - 177px);
    padding-top: 13.5rem;
}
.not-found__img {
    position: absolute;
    z-index: -1;
    top: 47.3%;
    -webkit-transform: translateY(-50%) rotate(4.8deg);
    -ms-transform: translateY(-50%) rotate(4.8deg);
    transform: translateY(-50%) rotate(4.8deg);
    width: 100%;
    max-width: 36.5625rem;
}
.not-found__subtitle [data-text]::before {
    font-weight: 900;
    font-size: 6rem;
    line-height: 7.3125rem;
    font-family: Montserrat;
    color: transparent;
    text-stroke: 1px var(--text);
    -webkit-text-stroke: 1px var(--text);
    -webkit-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    transform: rotate(2deg);
}
.not-found__subtitle > * {
    font-weight: 900;
    font-size: 6rem;
    line-height: 7.3125rem;
    color: #1a7cef;
    font-family: Montserrat;
}
.not-found__subtitle > :not(:first-child:last-child):nth-child(odd) {
    color: #fff;
}
.not-found__subtitle > :not(:first-child:last-child):nth-child(even) {
    text-stroke: 1px var(--text);
    -webkit-text-stroke: 1px var(--text);
}
.not-found__subtitle > :not(:first-child:last-child):nth-child(even)::before {
    z-index: 2;
}
.not-found__subtitle > :not(:first-child:last-child):not(:first-child) {
    margin-left: -0.875rem;
    display: inline-block;
}
.not-found__title {
    margin-top: -1.3125rem;
    margin-left: -1.1875rem;
    margin-bottom: 0.8125rem;
}
.not-found__title[data-text]::before {
    font-weight: 900;
    font-size: 12.5rem;
    line-height: 15.25rem;
    font-family: Montserrat;
    color: transparent;
    text-stroke: 1px var(--text);
    -webkit-text-stroke: 1px var(--text);
    -webkit-transform: rotate(4.8deg);
    -ms-transform: rotate(4.8deg);
    transform: rotate(4.8deg);
}
.not-found__title > * {
    font-weight: 900;
    font-size: 12.5rem;
    line-height: 15.25rem;
    font-family: Montserrat;
}
.not-found__title > * > * {
    color: transparent;
    text-stroke: 1px var(--text);
    -webkit-text-stroke: 1px var(--text);
}
.not-found__title + .not-found__subtitle {
    position: relative;
    z-index: -2;
    left: -0.9375rem;
    -webkit-transform: rotate(1deg);
    -ms-transform: rotate(1deg);
    transform: rotate(1deg);
    top: 0.5rem;
}
.not-found__text {
    font-size: 1.375rem;
    line-height: 2.5rem;
    margin-top: 0;
    -webkit-transform: rotate(1deg);
    -ms-transform: rotate(1deg);
    transform: rotate(1deg);
}
.not-found__link {
    margin-top: 2.25rem;
    -webkit-transform: rotate(1deg);
    -ms-transform: rotate(1deg);
    transform: rotate(1deg);
}
.not-found__link > * {
    font-size: 1.375rem;
    line-height: 2.5rem;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #1a7cef;
}
.footer a:hover {
    color: var(--primary);
}
.footer__title {
    margin-bottom: 0.3125rem;
}
.footer__logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 7.1875rem;
    margin-bottom: 1.5rem;
    padding-top: 4.0625rem;
    border-top: 1px solid #ffffff33;
}
.footer__logo a{
    display: block;
    height: 100%;
}
.footer__logo img {
    height: 100%;
    width: auto;
}
a.footer__img {
    height: 4.375rem;
}
@media (max-width: 767px) {
    a.footer__img {
        height: 3.75rem
    }
}
.footer__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 2.1875rem;
}
.footer__block {
    max-width: 380px;
}
.footer__block:not(:last-child) {
    margin-right: 2.75rem;
}
.footer__block ul {
    list-style: disc;
    padding-left: 1.875rem;
}
.footer__block ul li {
    font-size: 1.375rem;
    line-height: 1.75rem;
}
.footer__block ul li:not(:last-child) {
    margin-bottom: 0.625rem;
}
.footer__accept {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -0.78125rem;
    max-width: 9.5rem;
}
.footer__accept > * {
    margin: 0 0.78125rem 1.4375rem;
    width: 3.1875rem;
}
.footer__address {
    margin-top: -0.3125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.footer__address > * {
    font-size: 1.375rem;
    line-height: 2.4375rem;
    font-style: normal;
}
.footer__address a {
    text-decoration: underline;
}
.footer__socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0.9375rem;
}
.footer__socials > * {
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    line-height: 0;
}
.footer__socials > :not(:last-child) {
    margin-right: 1.25rem;
}
.footer__socials > * path {
    -webkit-transition: stroke var(--hover-transition);
    -o-transition: stroke var(--hover-transition);
    transition: stroke var(--hover-transition);
}
.footer__socials > * > * {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.footer__socials > :hover path {
    stroke: var(--primary);
}
.footer__form {
    margin-top: 1.25rem;
}
.footer__form-input {
    position: relative;
}
.footer__form-input input {
    background: 0 0;
    border: none;
    border-bottom: 1px solid #ffffff33;
    outline: 0;
    padding-bottom: 0.625rem;
    width: 100%;
    color: #fff;
}
.footer__form-input button {
    position: absolute;
    top: 0;
    right: 0;
    background: 0 0;
    border: none;
    outline: 0;
    width: 1.5rem;
    height: 1.5rem;
    padding: 0.21875rem;
    cursor: pointer;
}
.footer__form-input button > * {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.footer__form-text {
    margin-top: 0.6875rem;
    font-size: 10px;
    line-height: 0.9375rem;
}
.footer__form-text a {
    text-decoration: underline;
}
.footer__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0.3125rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.footer__links:first-child {
    padding-top: 3.125rem;
}
.footer__links > * {
    height: 1.1875rem;
    line-height: 1.1875rem;
}
.footer__links > :not(:last-child) {
    margin-right: 0.625rem;
    padding-right: 0.625rem;
    border-right: 1px solid;
}
.footer__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 0.9375rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.footer__bottom img,
.footer__bottom svg {
    height: 1.0625rem;
}
@media (max-width: 991px) {
    .footer .footer__links > * {
        height: 18px;
        line-height: 18px;
        font-size: 13px;
    }
    .footer .footer__links {
        margin-bottom: 9px;
    }
    .footer .footer__bottom {
        padding: 10px 0 13px;
        font-size: 13px;
        line-height: 18px;
    }
    .footer .footer__bottom img,
    .footer .footer__bottom svg {
        height: 17px;
        margin-left: 10px;
    }
    .footer .container {
        padding: 0 15px;
    }
}
@media (max-width: 767px) {
    .footer .footer__logo {
        height: 85px;
        margin-bottom: 20px;
        padding-top: 35px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
    .footer .footer__container {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 6px;
    }
    .footer .footer__block ul li {
        font-size: 13px;
        line-height: 18px;
        padding-left: 4px;
    }
    .footer .footer__block ul li:not(:last-child) {
        margin-bottom: 0;
    }
    .footer .footer__block ul {
        padding-left: 17px;
    }
    .footer .footer__block {
        width: 50%;
        margin-bottom: 20px;
        margin-right: 0 !important;
        font-size: 10px;
        line-height: 14px;
    }
    .footer .footer__accept > * {
        margin: 0 7.5px 15px;
        width: 40px;
    }
    .footer .footer__accept {
        margin: 0 -7.5px;
    }
    .footer .footer__address > * {
        font-size: 13px;
        line-height: 18px;
    }
    .footer .footer__socials {
        margin-top: 10px;
    }
    .footer .footer__title {
        margin-bottom: 10px;
    }
    .footer .footer__socials > * {
        width: 20px;
        height: 20px;
    }
    .footer .footer__socials > :not(:last-child) {
        margin-right: 24px;
    }
    .footer .footer__block.footer__block--mob-extend {
        width: 100%;
    }
    .footer .footer__form-input input {
        padding-bottom: 3px;
        font-size: 13px;
        line-height: 22px;
    }
    .footer .footer__form-text > * {
        font-size: 9px;
        line-height: 15px;
        color: #d9d9d9;
    }
    .footer .footer__links {
        margin-bottom: 9px;
        margin-left: -15px;
        margin-right: -15px;
    }
    .footer .footer__links > * {
        height: auto;
        font-size: 9px;
        line-height: 12px;
    }
    .footer .footer__links > :not(:last-child) {
        margin-right: 4px;
        padding-right: 4px;
        border-right: 0.5px solid;
    }
    .footer .footer__bottom {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 10px 0;
        margin-left: -10px;
        margin-right: -10px;
        font-size: 10px;
        line-height: 14px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }
    .footer .footer__bottom img,
    .footer .footer__bottom svg {
        height: 14px;
        margin-left: 10px;
    }
    .footer .footer__bottom > :not(:last-child) {
        margin-bottom: 10px;
    }
    .footer .footer__bottom > * {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
.woocommerce .cart {
    margin-bottom: 100px;
    overflow: hidden;
}
.woocommerce .cart form .form-row-first,
.woocommerce .cart form .form-row-last {
    float: unset;
}
.woocommerce .cart form .form-row-first,
.woocommerce .cart form .form-row-last {
    width: unset;
}
.woocommerce .cart .blockUI,
.woocommerce .cart .select2,
.woocommerce .cart .woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
    display: none !important;
}
.woocommerce .cart .form-row.place-order {
    position: absolute;
    left: -9999px;
    visibility: hidden;
}
.woocommerce .cart #payment {
    display: none;
    background-color: transparent !important;
}
@media (min-width: 992px) {
    .woocommerce .cart .container {
        max-width: calc(105.75rem + 60px);
        padding: 0 30px;
    }
}
.woocommerce .cart__steps {
    margin-left: calc(var(--container-margin) * -1 - 16px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: -1.5rem;
    max-width: 72.4375rem;
}
.woocommerce .cart__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 120vh;
}
.woocommerce .cart__content {
    width: 68%;
    padding-top: 14.375rem;
    padding-right: 3.75rem;
}
.woocommerce .cart__step {
    max-width: 78%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.woocommerce .cart__step > :nth-child(1) {
    display: block;
    height: 1px;
    min-width: 20px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    background: var(--primary);
}
.woocommerce .cart__step > :nth-child(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 3.125rem;
    height: 3.125rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid var(--primary);
    border-radius: 50%;
    position: relative;
}
.woocommerce .cart__step > :nth-child(2)::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 68%;
    height: 68%;
    background: var(--primary);
    border-radius: 50%;
    z-index: -1;
}
.woocommerce .cart__step > :nth-child(3) {
    display: block;
    margin-left: 0.8125rem;
    font-size: 0.8125rem;
}
.woocommerce .cart__step:first-child {
    width: 100%;
}
.woocommerce .cart__step:not(:last-child) > :nth-child(3) {
    display: none;
}
.woocommerce .cart__list {
    margin-top: 3.75rem;
    margin-right: -3.75rem;
    padding: 0 3.125rem .9375rem;
    border-bottom: 1px solid var(--primary);
}
.woocommerce .cart__list:not(.cart__list--small) > .cart__item:not(:last-child):not(:nth-last-child(2)) {
    margin-bottom: 3.125rem;
}
.woocommerce .cart__list.cart__list--small > .cart__item:not(:last-child) {
    margin-bottom: 3.125rem;
}

.woocommerce .cart__list-disclaimer a {
    text-decoration: underline;
}
.woocommerce .cart__list-disclaimer {
    color: #E7E7E7;
    text-align: right;
    font-size: 1rem;
    line-height: 1rem;
    margin-top: 2.5rem;
}
.woocommerce .cart__list-disclaimer::before {
    content: '* ';
    font-weight: 700;
}

.woocommerce .cart__list.cart__list--small {
    border-bottom: none;
    margin-top: 0;
    margin-right: 0;
    padding: 0;
    border-bottom: none;
    margin-bottom: 1.875rem;
}
.woocommerce .cart__list.cart__list--small .cart__item {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.woocommerce .cart__list.cart__list--small .cart__item-img {
    width: 3.125rem;
    margin-right: 2.1875rem;
    margin-top: 0.9375rem;
}
.woocommerce .cart__list.cart__list--small .cart__item-title {
    font-weight: 700;
    font-size: 1.375rem;
    line-height: 2.5rem;
}
.woocommerce .cart__list.cart__list--small .cart__item-specs {
    margin-top: 0.3125rem;
    color: #d9d9d9;
    padding-left: 0;
}
.woocommerce .cart__list.cart__list--small .cart__item-specs ul > * > :first-child {
    font-size: 0.8125rem;
}
.woocommerce .cart__list.cart__list--small .cart__item-price {
    font-weight: 700;
    font-size: 1.375rem;
    line-height: 2rem;
    text-align: right;
    color: #1a7cef;
}
.woocommerce .cart__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.woocommerce .cart__item-img {
    display: block;
    background: #262431;
    border: 1px solid rgba(255, 255, 255, 0.1);
    -webkit-box-shadow: 15px 9px 15px rgba(0, 0, 0, 0.25);
    box-shadow: 15px 9px 15px rgba(0, 0, 0, 0.25);
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 14.25%;
    margin-right: 3.5%;
    position: relative;
    height: 100%;
}
.woocommerce .cart__item-img::before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 100%;
}
.woocommerce .cart__item-img::after {
    content: "";
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 0;
    right: 0;
    height: 50%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), to(#000));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, #000 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, #000 100%);
}
.woocommerce .cart__item-img > :not(.cart__item-img__quantity) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 1;
}
.woocommerce .cart__item-img__quantity {
    position: absolute;
    z-index: 3;
    width: 2rem;
    height: 2rem;
    background: var(--primary);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    border-radius: 50%;
    right: -0.75rem;
    top: -1rem;
    font-weight: 700;
    font-size: 1rem;
    line-height: 2rem;
}
.woocommerce .cart__item-title {
    text-decoration: underline;
    display: block;
}
.woocommerce .cart__item-specs {
    margin-top: 1.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 4.375rem;
}
.woocommerce .cart__item-specs ul > * {
    font-size: 0.8125rem;
    line-height: 1.25rem;
}
.woocommerce .cart__item-specs ul > * > * {
    display: inline-block;
}
.woocommerce .cart__item-specs ul > * > :first-child {
    min-width: 5.3125rem;
    font-weight: 700;
}
.woocommerce .cart__item-specs ul > * > :last-child {
    min-width: 6.5625rem;
}
.woocommerce .cart__item-content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.woocommerce .cart__item-content__inner {
    padding-right: 1.25rem;
}
.woocommerce .cart__item-price {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 22.6%;
}
.woocommerce .cart__item-price .price__new {
    color: var(--primary);
}
.woocommerce .cart__item-remove {
    width: 1.5625rem;
    height: 1.5625rem;
    cursor: pointer;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.woocommerce .cart__item-remove > * {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.woocommerce .cart__total {
    position: relative;
    width: 32%;
    padding-left: 3.125rem;
    padding-top: 28.75rem;
}
.woocommerce .cart__total-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.woocommerce .cart__total-title[class*="title-h"] > * span {
    color: #fff;
    text-stroke: 0;
    -webkit-text-stroke: unset;
}
.woocommerce .cart__total-text {
    max-width: 20.625rem;
    font-size: 1.375rem;
    line-height: 2rem;
    margin-top: 1.875rem;
}
.woocommerce .cart__total-text a{
    text-decoration: underline;
}
.woocommerce .cart__total-btn {
    margin-top: 1.5625rem;
}
.woocommerce .cart__total-btn .button {
    width: 100%;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}
.woocommerce .cart__total-btn .button::after,
.woocommerce .cart__total-btn .button::before,
.woocommerce .cart__total-btn .button > ::after,
.woocommerce .cart__total-btn .button > ::before {
    content: none !important;
}
.woocommerce .cart__total-btn .button > * {
    color: #fff !important;
}
.cart__total-title > :last-child {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
}
.cart__item .woocommerce-Price-amount{
    white-space: nowrap;
}
.cart__totals-subtotal .woocommerce-Price-amount>*::after,
.cart__item .woocommerce-Price-amount>*::after {
    content: ' *';
}
.cart__item .price__new > *::after {
    content: '*';
}
@media (min-width: 768px) {
    .woocommerce .cart__total-title.title-h3 {
        line-height: 2rem;
    }
    .cart__item .price__new {
        line-height: 2rem;
    }
    .cart__item .price__old {
        height: unset;
        font-weight: 700;
        font-size: 1.375rem;
        line-height: 2rem;
        margin-top: 2px;
    }
}
.cart__total-disclaimer a{
    text-decoration: underline;
}
.cart__total-disclaimer {
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5rem;
    margin-top: .6875rem;
}
.cart__totals-disclaimer a {
    text-decoration: underline;
}
.cart__totals-disclaimer {
    color: #E7E7E7;
    text-align: right;
    font-size: 13px;
    line-height: 16px;
}

.woocommerce .cart__bg {
    position: absolute;
    top: 0;
    right: calc(var(--container-margin) * -1);
    bottom: 0;
    z-index: -1;
    width: calc(100% + calc(var(--container-margin)));
    background: #4b4c4d;
}
.woocommerce .cart__bg > * {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100% !important;
    max-width: unset !important;
    width: auto;
}
.woocommerce .cart__bg > * .cart__bg {
    height: 100%;
}
.woocommerce .cart__bg.cart__bg-transparent {
    background: 0 0;
}
.woocommerce .cart__link > * {
    font-weight: 400;
    font-size: 1.375rem;
    line-height: 2.4375rem;
}
.woocommerce .cart__link a {
    color: var(--primary);
    text-decoration: underline;
}
.woocommerce .cart__fields {
    max-width: 64.75rem;
    padding-top: 3.125rem;
}
.woocommerce .cart__fields .cart__link > * {
    text-align: right;
}
.woocommerce .cart__fields-title {
    margin-bottom: 0.625rem;
    margin-top: 1.625rem;
}
.woocommerce .cart__fields-title > * {
    font-weight: 700;
    font-size: 1.375rem;
    line-height: 2.4375rem;
}
.woocommerce .cart__fields-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -25px 0.9375rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.woocommerce .cart__fields-inner .input--checkbox label {
    padding-block: 15px 20px;
    display: block;
}
.woocommerce .cart__fields-input {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0 25px;
}
.woocommerce .cart__fields-input:not(:first-child:last-child):nth-child(1):nth-child(2) {
    max-width: 27.5rem;
}
.woocommerce .cart__totals {
    padding-top: 1.875rem;
    padding-bottom: 1.5625rem;
    border-top: 1px solid var(--primary);
    border-bottom: 1px solid var(--primary);
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}
.woocommerce .cart__totals > * {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.woocommerce .cart__totals > *:not(.cart__totals-total) > *:not(.product-section__specs-message) {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.375rem;
    color: #d9d9d9;
}
.woocommerce .cart__totals > * > :last-child:not(.product-section__specs-message) {
    text-align: right;
}
.woocommerce .cart__total .product-section__specs-message {
    width: 100%;
    margin-top: 0;
    margin-bottom: 1.25rem;
}
.woocommerce .cart__totals-total {
    margin-top: 1.25rem;
}
.woocommerce .cart__totals-total > * {
    font-weight: 700;
    font-size: 2rem;
    line-height: 2rem;
    color: #fff;
}
.woocommerce .cart__totals > .cart__totals-subtotal:not(.cart__totals-total) > :not(.product-section__specs-message){
    font-weight: 700;
    font-size: 1.375rem;
    line-height: 2rem;
    color: #fff;
}

.cart__totals-subtotal > :last-child {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.cart__totals-subtotal .cart__totals-disclaimer::before {
    content: '* ';
    font-weight: 700;
}

.cart__totals-subtotal {
    margin-bottom: 19px !important;
}

.cart__totals-total > :last-child {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.cart__totals-total .cart__totals-disclaimer a{
    text-decoration: underline;
}
.cart__totals-total .cart__totals-disclaimer {
    margin-top: 4px;
}
.cart__totals-disclaimer a{
    text-decoration: underline;
}
.cart__totals-disclaimer {
    font-weight: 400;
}

.woocommerce .cart__totals > * {
    margin-bottom: 4px;
}

@media (min-width: 768px) {
    .woocommerce .cart__total-close,
    .woocommerce .cart__total-mobile {
        display: none;
    }
}
@media (max-width: 1760px) {
    .woocommerce .cart__bg {
        right: -30px;
    }
}
@media (max-width: 991px) {
    .woocommerce .cart .container {
        padding: 0 15px;
        --container-margin: 15px;
    }
    .woocommerce .cart .price .price__old {
        font-size: 16px;
    }
    .woocommerce .cart__content {
        width: 60%;
        padding-top: 150px;
        padding-right: 20px;
    }
    .woocommerce .cart__step > :nth-child(2) {
        width: 50px;
        height: 50px;
    }
    .woocommerce .cart__step > :nth-child(3) {
        margin-left: 10px;
        font-size: 13px;
    }
    .woocommerce .cart__step {
        max-width: 100%;
    }
    .woocommerce .cart__list {
        margin-top: 20px;
        margin-right: 0;
        padding: 0 0 50px;
    }
    .woocommerce .cart__fields-input {
        min-width: calc(50% - 50px);
    }
    .woocommerce .cart__item {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        position: relative;
    }
    .woocommerce .cart__item-specs {
        margin-top: 8px;
    }
    .woocommerce .cart__item-remove {
        width: 20px;
        height: 20px;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 2;
    }
    .woocommerce .cart__container {
        min-height: 132vh;
    }
    .woocommerce .cart__item-price {
        width: 37.6%;
        padding-top: 33px;
    }
    .woocommerce .cart__item-specs ul > * {
        font-size: 10px;
        line-height: 19px;
    }
    .woocommerce .cart__total {
        width: 40%;
        padding-left: 40px;
        padding-top: 295px;
    }
    .woocommerce .cart__total-text {
        max-width: 100%;
        font-size: 13px;
        line-height: 18px;
        margin-top: 17px;
    }
    .woocommerce .cart__total-btn {
        margin-top: 50px;
    }
    .woocommerce .cart__total-btn a.button,
    .woocommerce .cart__total-btn button.button {
        font-size: 16px;
        line-height: 27px;
    }
    .woocommerce .cart__item-quantity {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 1;
        width: 37.6%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .woocommerce .cart__total-title > span:nth-child(2) {
        font-size: 22px;
        line-height: 32px;
    }
    .woocommerce .cart__totals > .cart__totals-subtotal:not(.cart__totals-total) > :not(.product-section__specs-message) {
        font-size: 16px;
        line-height: 27px;
    }
    .woocommerce .cart__totals > *:not(.cart__totals-total) > *:not(.product-section__specs-message) {
        font-size: 13px;
        line-height: 18px;
    }
    .woocommerce .cart__totals-total {
        margin-top: 20px;
    }
    .woocommerce .cart__totals-total > * {
        font-size: 22px;
        line-height: 32px;
    }
    .woocommerce .cart__totals-subtotal {
        margin-bottom: 10px;
    }
    .woocommerce .cart__list.cart__list--small .cart__item-img {
        width: 50px;
        margin-right: 33px;
        margin-top: 15px;
    }
    .woocommerce .cart__item-img__quantity {
        width: 32px;
        height: 32px;
        right: 0;
        top: 0;
        font-size: 16px;
        line-height: 20px;
        -webkit-transform: translate(50%, -50%);
        -ms-transform: translate(50%, -50%);
        transform: translate(50%, -50%);
    }
    .woocommerce .cart__list.cart__list--small .cart__item-title {
        font-size: 16px;
        line-height: 27px;
    }
    .woocommerce .cart__list.cart__list--small .cart__item-specs ul > * {
        line-height: 14px;
    }
    .woocommerce .cart__list.cart__list--small .cart__item-price {
        width: auto;
    }
    .woocommerce .cart__list.cart__list--small {
        margin: 25px 0;
        padding: 0;
    }
    .woocommerce .cart__list.cart__list--small .cart__item-price {
        position: absolute;
        bottom: 0;
        right: 0;
        padding-top: 0;
        font-weight: 700;
        font-size: 16px;
        line-height: 27px;
        color: var(--primary);
    }
    .woocommerce .cart__list.cart__list--small .cart__item {
        padding-bottom: 37px;
    }
    .woocommerce .cart__list.cart__list--small .cart__item:not(:last-child) {
        margin-bottom: 25px;
    }
    .woocommerce .cart__link > * {
        font-size: 13px;
        line-height: 18px;
    }
    .woocommerce .cart__totals {
        padding-top: 25px;
        padding-bottom: 25px;
        margin-top: 68px;
        margin-bottom: 15px;
    }
    .woocommerce .cart .woocommerce-checkout-review-order + .cart__total-btn {
        margin-top: 25px;
    }
}
@media (max-width: 767px) {
    .woocommerce .cart__bg {
        display: none;
    }
    .woocommerce .cart__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .woocommerce .cart__content {
        width: 100%;
        padding-top: 125px;
        padding-right: 0;
    }
    .woocommerce .cart__step {
        max-width: 52%;
    }
    .woocommerce .cart__list {
        margin-top: 50px;
    }
    .woocommerce .cart__item-specs ul > * {
        font-size: 9px;
        line-height: 12px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .woocommerce .cart__item-specs {
        margin-top: 3px;
    }
    .woocommerce .cart__item {
        padding-bottom: 27px;
    }
    .woocommerce .cart__item-quantity {
        right: unset;
        width: auto;
        left: 35.25%;
        bottom: -7px;
        top: unset;
        background: #7f838b;
    }
    .woocommerce .cart__item-remove {
        top: unset;
        bottom: 0;
    }
    .woocommerce .cart__item-price {
        width: auto;
        padding-top: 0;
        margin-left: auto;
    }
    .woocommerce .cart .price .price__old {
        font-size: 10px;
    }
    .woocommerce .cart__steps {
        margin-top: 0;
    }
    .woocommerce .cart__item-title {
        font-size: 10px;
        line-height: 18px;
    }
    .woocommerce .cart__item-img {
        width: 28.25%;
        margin-right: 7%;
    }
    .woocommerce .cart__item-content {
        max-width: 37%;
    }
    .woocommerce .cart__item-specs ul > * > :first-child {
        min-width: 42px;
    }
    .woocommerce .cart__item-specs ul > * > :last-child {
        min-width: unset;
    }
    .woocommerce .cart__item-specs {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .woocommerce .cart__list-disclaimer {
        display: none;
    }
    .cart__total-disclaimer {
        font-size: 13px;
        line-height: 18px;
        margin-top: 18px;
    }
    .cart__total-disclaimer::before {
        content: '* ';
        font-weight: 700;
    }

    .woocommerce .cart__list:not(.cart__list--small) > .cart__item:not(:last-child):not(:nth-last-child(2)){
        margin-bottom: 54px;
    }
    .woocommerce .cart__list.cart__list--small > .cart__item:not(:last-child){
        margin-bottom: 54px;
    }
    .woocommerce .cart__list {
        padding: 0 0 32px;
    }
    .woocommerce .cart .price {
        text-align: right;
    }
    .woocommerce .cart .price__new {
        margin-top: 0;
        font-size: 16px;
        line-height: 22px;
    }
    .woocommerce .cart__total {
        width: 100%;
        padding-left: 0;
        padding-top: 30px;
    }
    .woocommerce .cart__total-btn a.button,
    .woocommerce .cart__total-btn button.button {
        height: 50px;
        width: 250px;
    }
    .woocommerce .cart__container {
        min-height: unset;
    }
    .woocommerce .cart__total-title {
        font-size: 16px;
        line-height: 27px;
    }
    .woocommerce .cart__total-title .woocommerce-Price-amount>*::after{
        content: '*';
    }
    .woocommerce .cart__total-btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
    .woocommerce .cart__total-text {
        max-width: 250px;
    }
    .woocommerce .cart__fields {
        padding-top: 34px;
    }
    .woocommerce .cart__fields-title {
        margin-bottom: 0;
        margin-top: 10px;
    }
    .woocommerce .cart__fields-title > * {
        font-size: 13px;
        line-height: 22px;
    }
    .woocommerce .cart__fields-row {
        margin: 0;
    }
    .woocommerce .cart__fields-input {
        min-width: 100%;
        margin: 0;
    }
    .woocommerce .cart__link {
        margin-bottom: 20px;
    }
    .woocommerce .cart .input input {
        height: 40px;
    }
    .woocommerce .cart__list.cart__list--small {
        margin: 0 0 25px;
    }
    .woocommerce .cart__list.cart__list--small .cart__item-price {
        position: static;
    }
    .woocommerce .cart__list.cart__list--small .cart__item-img {
        margin-right: 48px;
    }
    .woocommerce .cart__list.cart__list--small .cart__item-title {
        font-size: 13px;
        line-height: 22px;
    }
    .woocommerce .cart__list.cart__list--small .cart__item {
        padding-bottom: 0;
        margin-bottom: 20px;
    }
    .woocommerce .cart__totals {
        max-width: 90%;
        margin: 0 auto;
    }
    .woocommerce .cart__list.cart__list--small .cart__item-specs ul > * > :first-child {
        font-size: 9px;
        line-height: 12px;
    }
    .woocommerce .cart__link {
        margin-bottom: 25px;
    }
    .woocommerce .cart__list.cart__list--small .cart__item-specs ul > * > :first-child {
        min-width: 48px;
    }
    .woocommerce .cart__list.cart__list--small .cart__item-content {
        max-width: 39%;
    }
    .woocommerce .cart .cart__total-inner {
        display: none;
        max-height: 100%;
        overflow-y: auto;
        bottom: 117px;
        top: 48px;
        position: absolute;
        left: 20px;
        right: 10px;
        padding-right: 10px;
    }
    .woocommerce .cart__container.checkout .cart__total-btn {
        margin-top: 0;
    }
    .woocommerce .cart .woocommerce-checkout-review-order + .cart__total-btn {
        margin-top: 0;
    }
    .woocommerce .cart__container.checkout .cart__total {
        background: #4b4c4d;
        padding: 22px 20px 23px;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 99;
        max-height: 100%;
        overflow: hidden;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-transition: height 0.5s ease-in-out;
        -o-transition: height 0.5s ease-in-out;
        transition: height 0.5s ease-in-out;
    }
    .woocommerce .cart .cart__total-mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 25px;
        -webkit-transition: opacity var(--hover-transition), visibility var(--hover-transition);
        -o-transition: opacity var(--hover-transition), visibility var(--hover-transition);
        transition: opacity var(--hover-transition), visibility var(--hover-transition);
    }
    .woocommerce .cart .cart__total-mobile__btn {
        font-weight: 700;
        font-size: 16px;
        line-height: 27px;
        color: #e7e7e780;
        position: relative;
        padding-right: 30px;
        margin-left: -10px;
        padding-left: 10px;
        border-bottom: 1px solid var(--primary);
    }
    .woocommerce .cart .cart__total-mobile__btn::before {
        content: "";
        position: absolute;
        right: 0;
        top: 4px;
        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='M9.41655 11.9167L7.24989 9.75004C6.986 9.48615 6.92711 9.18421 7.07322 8.84421C7.21878 8.50365 7.47905 8.33337 7.85405 8.33337H12.1457C12.5207 8.33337 12.781 8.50365 12.9266 8.84421C13.0727 9.18421 13.0138 9.48615 12.7499 9.75004L10.5832 11.9167C10.4999 12 10.4096 12.0625 10.3124 12.1042C10.2152 12.1459 10.111 12.1667 9.99989 12.1667C9.88878 12.1667 9.78461 12.1459 9.68739 12.1042C9.59017 12.0625 9.49989 12 9.41655 11.9167Z' fill='%23E7E7E7' fill-opacity='0.5'/%3E%3C/svg%3E");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }
    .woocommerce .cart .cart__total-mobile .cart__totals-total {
        margin-top: 0;
    }
    .woocommerce .cart__total-close {
        position: absolute;
        top: 17px;
        right: 17px;
        width: 23px;
        height: 23px;
        display: none;
    }
    .woocommerce .cart .cart__item-specs {
        padding-left: 0;
    }
    .woocommerce .cart .cart__item-img {
        max-width: 95px;
    }
    .woocommerce .cart .cart__item-quantity {
        left: Min(35.25%, calc(95px + 7%));
    }
}
.input {
    position: relative;
}

.input .output_text {
    display: flex;
    align-items: center;
    text-align: left;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    height: auto !important;
    min-height: 3.625rem;
}
.popup .test-form__input {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}


.input .select2-selection__rendered,
.input .output_text,
.input input,
.input textarea {
    width: 100%;
    height: 3.625rem;
    border: none;
    border-radius: 0!important;
    outline: 0;
    background: 0 0;
    border-bottom: 1px solid #d9d9d9;
    font-size: 1.375rem;
    line-height: 1.6875rem;
    color: #fff;
    padding: 0 0.875rem;
    cursor: pointer;
    color-scheme: dark;
}
.input input::-webkit-input-placeholder,
.input textarea::-webkit-input-placeholder {
    opacity: 1 !important;
    color: #e7e7e780 !important;
}
.input input::-moz-placeholder,
.input textarea::-moz-placeholder {
    opacity: 1 !important;
    color: #e7e7e780 !important;
}
.input input:-ms-input-placeholder,
.input textarea:-ms-input-placeholder {
    opacity: 1 !important;
    color: #e7e7e780 !important;
}
.input input::-ms-input-placeholder,
.input textarea::-ms-input-placeholder {
    opacity: 1 !important;
    color: #e7e7e780 !important;
}
.input input::placeholder,
.input textarea::placeholder {
    opacity: 1 !important;
    color: #e7e7e780 !important;
}
.input input.empty-date,
.input textarea.empty-date {
    color: #999;
}
.input input.error,
.input input.is-error,
.input textarea.error,
.input textarea.is-error {
    color: #fe6666 !important;
}
.input input.error::-webkit-input-placeholder,
.input input.is-error::-webkit-input-placeholder,
.input textarea.error::-webkit-input-placeholder,
.input textarea.is-error::-webkit-input-placeholder {
    color: #fe6666 !important;
}
.input input.error::-moz-placeholder,
.input input.is-error::-moz-placeholder,
.input textarea.error::-moz-placeholder,
.input textarea.is-error::-moz-placeholder {
    color: #fe6666 !important;
}
.input input.error:-ms-input-placeholder,
.input input.is-error:-ms-input-placeholder,
.input textarea.error:-ms-input-placeholder,
.input textarea.is-error:-ms-input-placeholder {
    color: #fe6666 !important;
}
.input input.error::-ms-input-placeholder,
.input input.is-error::-ms-input-placeholder,
.input textarea.error::-ms-input-placeholder,
.input textarea.is-error::-ms-input-placeholder {
    color: #fe6666 !important;
}
.input input.error::placeholder,
.input input.is-error::placeholder,
.input textarea.error::placeholder,
.input textarea.is-error::placeholder {
    color: #fe6666 !important;
}
.input input.error ~ input,
.input input.is-error ~ input,
.input textarea.error ~ input,
.input textarea.is-error ~ input {
    color: #fe6666 !important;
}
.input input.error ~ input::-webkit-input-placeholder,
.input input.is-error ~ input::-webkit-input-placeholder,
.input textarea.error ~ input::-webkit-input-placeholder,
.input textarea.is-error ~ input::-webkit-input-placeholder {
    color: #fe6666 !important;
}
.input input.error ~ input::-moz-placeholder,
.input input.is-error ~ input::-moz-placeholder,
.input textarea.error ~ input::-moz-placeholder,
.input textarea.is-error ~ input::-moz-placeholder {
    color: #fe6666 !important;
}
.input input.error ~ input:-ms-input-placeholder,
.input input.is-error ~ input:-ms-input-placeholder,
.input textarea.error ~ input:-ms-input-placeholder,
.input textarea.is-error ~ input:-ms-input-placeholder {
    color: #fe6666 !important;
}
.input input.error ~ input::-ms-input-placeholder,
.input input.is-error ~ input::-ms-input-placeholder,
.input textarea.error ~ input::-ms-input-placeholder,
.input textarea.is-error ~ input::-ms-input-placeholder {
    color: #fe6666 !important;
}
.input input.error ~ input::placeholder,
.input input.is-error ~ input::placeholder,
.input textarea.error ~ input::placeholder,
.input textarea.is-error ~ input::placeholder {
    color: #fe6666 !important;
}
.input textarea {
    height: 7.25rem;
    resize: none;
    margin-top: 1rem;
}
.input--select {
    position: relative;
    z-index: 1;
}
.input--select .select2-selection__arrow{
    display: none;
}
.input--select::after {
    content: "";
    position: absolute;
    width: 1.5rem;
    height: 1.5rem;
    right: 0;
    top: 1.125rem;
    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='M11.3003 14.3L8.70026 11.7C8.38359 11.3833 8.31292 11.021 8.48826 10.613C8.66292 10.2043 8.97526 10 9.42526 10H14.5753C15.0253 10 15.3376 10.2043 15.5123 10.613C15.6876 11.021 15.6169 11.3833 15.3003 11.7L12.7003 14.3C12.6003 14.4 12.4919 14.475 12.3753 14.525C12.2586 14.575 12.1336 14.6 12.0003 14.6C11.8669 14.6 11.7419 14.575 11.6253 14.525C11.5086 14.475 11.4003 14.4 11.3003 14.3Z' fill='%23E7E7E7' fill-opacity='0.5'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index: 19;
}
.input--select .output_text,
.input--select input {
    position: relative;
    z-index: 19;
}
.input--number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.input--number > input {
    font-weight: 700;
    font-size: 2rem;
    line-height: 2rem;
    height: 32px;
    text-align: center;
    width: 4.375rem;
    margin: 0;
    padding: 0;
    background: 0 0;
    border: none;
    outline: 0;
    color: #fff;
}
.input--number .input__number-btn {
    padding: 0 0.1875rem;
    width: 1.5rem;
    height: 2rem;
    background: 0 0;
    outline: 0;
    border: none;
    cursor: pointer;
    color: #fff;
    font-size: 2rem;
    line-height: 2rem;
}
@media (max-width: 991px) {
    .input--number > input {
        height: 27px !important;
        padding: 0 !important;
        width: 20px !important;
    }
    .input--number .input__number-btn {
        height: 27px;
        font-size: 16px;
        line-height: 27px;
    }
}
@media (max-width: 767px) {
    .input--number .input--number > input {
        line-height: 13px !important;
        height: 13px !important;
    }
}
.input--checkbox {
    padding-top: 0.3125rem;
}
.input--checkbox label {
    position: relative;
    padding-left: 0.9375rem;
    cursor: pointer;
}
.input--checkbox label img {
    display: none;
}
.input--checkbox label > input {
    position: absolute;
    left: -9999px;
}
.input--checkbox label > input:checked + span::before {
    border-color: var(--primary);
}
.input--checkbox label > input:checked + span::after {
    opacity: 1;
}
.input--checkbox label > span {
    position: relative;
    padding-left: 2.5rem;
    font-weight: 700;
    font-size: 1.375rem;
    line-height: 2.4375rem;
    display: block;
}
.input--checkbox label > span::after,
.input--checkbox label > span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1.25rem;
    height: 1.25rem;
    -webkit-transition: opacity var(--hover-transition);
    -o-transition: opacity var(--hover-transition);
    transition: opacity var(--hover-transition);
}
.input--checkbox label > span::before {
    border: 1px solid #fff;
    -webkit-transition: border-color var(--hover-transition);
    -o-transition: border-color var(--hover-transition);
    transition: border-color var(--hover-transition);
}
.input--checkbox label > span::after {
    left: 1px;
    opacity: 0;
    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='M7.75 12L10.58 14.83L16.25 9.17001' stroke='%231A7CEF' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
@media (max-width: 767px) {
    .input--checkbox {
        padding-top: 0;
    }
    .input--checkbox label > span {
        padding-left: 30px;
        font-size: 13px;
        line-height: 20px;
    }
    .input--checkbox label > span::after,
    .input--checkbox label > span::before {
        width: 20px;
        height: 20px;
    }
    .input--checkbox label {
        padding-left: 0;
        margin-top: 20px;
        display: block;
        margin-bottom: 10px;
    }
}
.input--radio label {
    position: relative;
    cursor: pointer;
    padding: 0.9375rem 0 0.9375rem 0.9375rem;
    border-bottom: 1px solid #d9d9d9;
    width: 100%;
    display: block;
}
.input--radio label img {
    display: none;
}
.input--radio label > input {
    position: absolute;
    left: -9999px;
}
.input--radio label > input:checked + span {
    color: #fff;
}
.input--radio label > input:checked + span::before {
    opacity: 0;
}
.input--radio label > input:checked + span::after {
    opacity: 1;
}
.input--radio label > span {
    position: relative;
    padding-left: 1.875rem;
    font-weight: 400;
    font-size: 1.375rem;
    line-height: 1.6875rem;
    color: rgba(231, 231, 231, 0.5);
    -webkit-transition: color var(--hover-transition);
    -o-transition: color var(--hover-transition);
    transition: color var(--hover-transition);
}
.input--radio label > span::after,
.input--radio label > span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1.25rem;
    height: 1.25rem;
    -webkit-transition: opacity var(--hover-transition);
    -o-transition: opacity var(--hover-transition);
    transition: opacity var(--hover-transition);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.input--radio label > span::before {
    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='M12 22C17.5 22 22 17.5 22 12C22 6.5 17.5 2 12 2C6.5 2 2 6.5 2 12C2 17.5 6.5 22 12 22Z' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.input--radio label > span::after {
    opacity: 0;
    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='M12 22C17.5 22 22 17.5 22 12C22 6.5 17.5 2 12 2C6.5 2 2 6.5 2 12C2 17.5 6.5 22 12 22Z' stroke='%231A7CEF' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.75 11.9999L10.58 14.8299L16.25 9.16992' stroke='%231A7CEF' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
@media (max-width: 767px) {
    .input--radio label {
        padding: 10px 0 10px 10px;
    }
    .input--radio label > span {
        font-size: 13px;
        line-height: 20px;
    }
}
.input label.error {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5px;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    font-size: 10px;
    line-height: 12px;
    color: #fe6666;
}
@media (max-width: 991px) {
    .input input {
        height: 47px;
        padding: 0 10px;
    }
    .input input,
    .input textarea {
        font-size: 16px;
        line-height: 27px;
    }
}
@media (max-width: 767px) {
    .input input {
        height: 38px;
    }
    .input input,
    .input textarea {
        font-size: 13px;
        line-height: 18px;
    }
    .input.input--select::after {
        top: 7px;
    }
}

input[type="date"]::-webkit-date-and-time-value{
    text-align: left;
    margin-top: 10px;
}
.input__placeholder {
    display: block;
}
.input__placeholder+input{
    display: none;
}



body .woocommerce a.button,
body .woocommerce button.button,
body .woocommerce input.button,
body a.button,
body button.button {
    padding: 0;
    font-weight: 400;
    outline: 0;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    border-radius: 0;
    background: var(--primary);
    position: relative;
    border: 1px solid transparent;
    width: 215px;
    height: 50px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
    color: #fff;
    font-size: 1.375rem;
    line-height: 1.375rem;
    text-transform: uppercase;
}
body .woocommerce a.button > *,
body .woocommerce button.button > *,
body .woocommerce input.button > *,
body a.button > *,
body button.button > * {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0.8125rem;
}
body .woocommerce a.button:not(.button--color-transparent):before,
body .woocommerce button.button:not(.button--color-transparent):before,
body .woocommerce input.button:not(.button--color-transparent):before,
body a.button:not(.button--color-transparent):before,
body button.button:not(.button--color-transparent):before {
    position: absolute;
    width: 0;
    height: 1px;
    content: "";
    background: var(--primary);
    top: -1px;
    left: -1px;
    -webkit-transition: 0.1s width ease 0.3s;
    -o-transition: 0.1s width ease 0.3s;
    transition: 0.1s width ease 0.3s;
    -web-kit-transition: 0.1s width ease 0.3s;
}
body .woocommerce a.button:not(.button--color-transparent):after,
body .woocommerce button.button:not(.button--color-transparent):after,
body .woocommerce input.button:not(.button--color-transparent):after,
body a.button:not(.button--color-transparent):after,
body button.button:not(.button--color-transparent):after {
    position: absolute;
    width: 1px;
    height: 0;
    content: "";
    background: var(--primary);
    top: -1px;
    right: -1px;
    -webkit-transition: 0.1s height ease 0.2s;
    -o-transition: 0.1s height ease 0.2s;
    transition: 0.1s height ease 0.2s;
    -web-kit-transition: 0.1s height ease 0.2s;
}
body .woocommerce a.button:not(.button--color-transparent) > :after,
body .woocommerce button.button:not(.button--color-transparent) > :after,
body .woocommerce input.button:not(.button--color-transparent) > :after,
body a.button:not(.button--color-transparent) > :after,
body button.button:not(.button--color-transparent) > :after {
    position: absolute;
    width: 0;
    height: 1px;
    content: "";
    background: var(--primary);
    bottom: -1px;
    right: -1px;
    -webkit-transition: 0.1s width ease 0.1s;
    -o-transition: 0.1s width ease 0.1s;
    transition: 0.1s width ease 0.1s;
    -web-kit-transition: 0.1s width ease 0.1s;
}
body .woocommerce a.button:not(.button--color-transparent) > :before,
body .woocommerce button.button:not(.button--color-transparent) > :before,
body .woocommerce input.button:not(.button--color-transparent) > :before,
body a.button:not(.button--color-transparent) > :before,
body button.button:not(.button--color-transparent) > :before {
    position: absolute;
    width: 1px;
    height: 0;
    content: "";
    background: var(--primary);
    bottom: -1px;
    left: -1px;
    -webkit-transition: 0.1s height ease 0s;
    -o-transition: 0.1s height ease 0s;
    transition: 0.1s height ease 0s;
    -web-kit-transition: 0.1s height ease 0s;
}
body .woocommerce a.button:not(.button--big):not(.button--color-transparent):hover,
body .woocommerce button.button:not(.button--big):not(.button--color-transparent):hover,
body .woocommerce input.button:not(.button--big):not(.button--color-transparent):hover,
body a.button:not(.button--big):not(.button--color-transparent):hover,
body button.button:not(.button--big):not(.button--color-transparent):hover {
    background: var(--primary-dark);
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}
body .woocommerce a.button:not(.button--big):not(.button--color-transparent):hover:before,
body .woocommerce button.button:not(.button--big):not(.button--color-transparent):hover:before,
body .woocommerce input.button:not(.button--big):not(.button--color-transparent):hover:before,
body a.button:not(.button--big):not(.button--color-transparent):hover:before,
body button.button:not(.button--big):not(.button--color-transparent):hover:before {
    width: 215px;
    -webkit-transition: 0.1s width ease 0s;
    -o-transition: 0.1s width ease 0s;
    transition: 0.1s width ease 0s;
    -web-kit-transition: 0.1s width ease 0s;
}
body .woocommerce a.button:not(.button--big):not(.button--color-transparent):hover:after,
body .woocommerce button.button:not(.button--big):not(.button--color-transparent):hover:after,
body .woocommerce input.button:not(.button--big):not(.button--color-transparent):hover:after,
body a.button:not(.button--big):not(.button--color-transparent):hover:after,
body button.button:not(.button--big):not(.button--color-transparent):hover:after {
    height: 50px;
    -webkit-transition: 0.1s height ease 0.1s;
    -o-transition: 0.1s height ease 0.1s;
    transition: 0.1s height ease 0.1s;
    -web-kit-transition: 0.1s height ease 0.1s;
}
body .woocommerce a.button:not(.button--big):not(.button--color-transparent):hover > :after,
body .woocommerce button.button:not(.button--big):not(.button--color-transparent):hover > :after,
body .woocommerce input.button:not(.button--big):not(.button--color-transparent):hover > :after,
body a.button:not(.button--big):not(.button--color-transparent):hover > :after,
body button.button:not(.button--big):not(.button--color-transparent):hover > :after {
    width: 215px;
    -webkit-transition: 0.1s width ease 0.2s;
    -o-transition: 0.1s width ease 0.2s;
    transition: 0.1s width ease 0.2s;
    -web-kit-transition: 0.1s width ease 0.2s;
}
body .woocommerce a.button:not(.button--big):not(.button--color-transparent):hover > :before,
body .woocommerce button.button:not(.button--big):not(.button--color-transparent):hover > :before,
body .woocommerce input.button:not(.button--big):not(.button--color-transparent):hover > :before,
body a.button:not(.button--big):not(.button--color-transparent):hover > :before,
body button.button:not(.button--big):not(.button--color-transparent):hover > :before {
    height: 50px;
    -webkit-transition: 0.1s height ease 0.3s;
    -o-transition: 0.1s height ease 0.3s;
    transition: 0.1s height ease 0.3s;
    -web-kit-transition: 0.1s height ease 0.3s;
}
body .woocommerce a.button img,
body .woocommerce a.button svg,
body .woocommerce button.button img,
body .woocommerce button.button svg,
body .woocommerce input.button img,
body .woocommerce input.button svg,
body a.button img,
body a.button svg,
body button.button img,
body button.button svg {
    width: 3.0625rem;
    height: 3.0625rem;
    margin-left: 0.5625rem;
}
body .woocommerce a.button img path,
body .woocommerce a.button svg path,
body .woocommerce button.button img path,
body .woocommerce button.button svg path,
body .woocommerce input.button img path,
body .woocommerce input.button svg path,
body a.button img path,
body a.button svg path,
body button.button img path,
body button.button svg path {
    -webkit-transition: stroke var(--hover-transition);
    -o-transition: stroke var(--hover-transition);
    transition: stroke var(--hover-transition);
}
body .woocommerce a.button.button--color-secondary,
body .woocommerce button.button.button--color-secondary,
body .woocommerce input.button.button--color-secondary,
body a.button.button--color-secondary,
body button.button.button--color-secondary {
    background: var(--secondary);
    color: #fff;
}
body .woocommerce a.button.button--color-secondary:hover,
body .woocommerce button.button.button--color-secondary:hover,
body .woocommerce input.button.button--color-secondary:hover,
body a.button.button--color-secondary:hover,
body button.button.button--color-secondary:hover {
    background: var(--secondary-dark);
}
body .woocommerce a.button.button--color-secondary:after,
body .woocommerce a.button.button--color-secondary:before,
body .woocommerce button.button.button--color-secondary:after,
body .woocommerce button.button.button--color-secondary:before,
body .woocommerce input.button.button--color-secondary:after,
body .woocommerce input.button.button--color-secondary:before,
body a.button.button--color-secondary:after,
body a.button.button--color-secondary:before,
body button.button.button--color-secondary:after,
body button.button.button--color-secondary:before {
    background: red;
}
body .woocommerce a.button.button--color-secondary > :after,
body .woocommerce a.button.button--color-secondary > :before,
body .woocommerce button.button.button--color-secondary > :after,
body .woocommerce button.button.button--color-secondary > :before,
body .woocommerce input.button.button--color-secondary > :after,
body .woocommerce input.button.button--color-secondary > :before,
body a.button.button--color-secondary > :after,
body a.button.button--color-secondary > :before,
body button.button.button--color-secondary > :after,
body button.button.button--color-secondary > :before {
    background: red;
}
body .woocommerce a.button.button--color-secondary:hover,
body .woocommerce button.button.button--color-secondary:hover,
body .woocommerce input.button.button--color-secondary:hover,
body a.button.button--color-secondary:hover,
body button.button.button--color-secondary:hover {
    background-color: #7a1b1b !important;
}
body .woocommerce a.button.button--color-transparent,
body .woocommerce button.button.button--color-transparent,
body .woocommerce input.button.button--color-transparent,
body a.button.button--color-transparent,
body button.button.button--color-transparent {
    border: 1px solid var(--primary);
    color: var(--primary);
    -webkit-transition: all var(--hover-transition);
    -o-transition: all var(--hover-transition);
    transition: all var(--hover-transition);
    background-color: transparent !important;
    background-image: -webkit-gradient(linear, left top, right top, from(var(--primary-dark)), color-stop(50%, var(--primary-dark)), color-stop(50%, rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(left, var(--primary-dark), var(--primary-dark) 50%, rgba(0, 0, 0, 0) 50%);
    background-image: linear-gradient(to right, var(--primary-dark), var(--primary-dark) 50%, rgba(0, 0, 0, 0) 50%);
    background-size: 200% 100%;
    background-position: 100%;
}
body .woocommerce a.button.button--color-transparent:after,
body .woocommerce a.button.button--color-transparent:before,
body .woocommerce button.button.button--color-transparent:after,
body .woocommerce button.button.button--color-transparent:before,
body .woocommerce input.button.button--color-transparent:after,
body .woocommerce input.button.button--color-transparent:before,
body a.button.button--color-transparent:after,
body a.button.button--color-transparent:before,
body button.button.button--color-transparent:after,
body button.button.button--color-transparent:before {
    content: none !important;
}
body .woocommerce a.button.button--color-transparent:hover,
body .woocommerce button.button.button--color-transparent:hover,
body .woocommerce input.button.button--color-transparent:hover,
body a.button.button--color-transparent:hover,
body button.button.button--color-transparent:hover {
    background-position: 0;
    color: #fff;
}
body .woocommerce a.button.button--color-transparent:hover path,
body .woocommerce button.button.button--color-transparent:hover path,
body .woocommerce input.button.button--color-transparent:hover path,
body a.button.button--color-transparent:hover path,
body button.button.button--color-transparent:hover path {
    stroke: #fff;
}
body .woocommerce a.button.button--wide,
body .woocommerce button.button.button--wide,
body .woocommerce input.button.button--wide,
body a.button.button--wide,
body button.button.button--wide {
    width: 328px;
}
body .woocommerce a.button.button--wide:before,
body .woocommerce button.button.button--wide:before,
body .woocommerce input.button.button--wide:before,
body a.button.button--wide:before,
body button.button.button--wide:before {
    position: absolute;
    width: 0;
    height: 1px;
    content: "";
    background: var(--primary);
    top: -1px;
    left: -1px;
    -webkit-transition: 0.1s width ease 0.3s;
    -o-transition: 0.1s width ease 0.3s;
    transition: 0.1s width ease 0.3s;
    -web-kit-transition: 0.1s width ease 0.3s;
}
body .woocommerce a.button.button--wide:after,
body .woocommerce button.button.button--wide:after,
body .woocommerce input.button.button--wide:after,
body a.button.button--wide:after,
body button.button.button--wide:after {
    position: absolute;
    width: 1px;
    height: 0;
    content: "";
    background: var(--primary);
    top: -1px;
    right: -1px;
    -webkit-transition: 0.1s height ease 0.2s;
    -o-transition: 0.1s height ease 0.2s;
    transition: 0.1s height ease 0.2s;
    -web-kit-transition: 0.1s height ease 0.2s;
}
body .woocommerce a.button.button--wide:hover:before,
body .woocommerce button.button.button--wide:hover:before,
body .woocommerce input.button.button--wide:hover:before,
body a.button.button--wide:hover:before,
body button.button.button--wide:hover:before {
    width: 329px !important;
}
body .woocommerce a.button.button--wide:hover > :after,
body .woocommerce button.button.button--wide:hover > :after,
body .woocommerce input.button.button--wide:hover > :after,
body a.button.button--wide:hover > :after,
body button.button.button--wide:hover > :after {
    width: 329px !important;
}
body .woocommerce a.button.button--big,
body .woocommerce button.button.button--big,
body .woocommerce input.button.button--big,
body a.button.button--big,
body button.button.button--big {
    max-width: 29.6875rem;
    width: 100%;
    height: 5.375rem;
    border: 1px solid var(--primary);
    font-family: Montserrat;
    font-style: normal;
    font-weight: 900;
    font-size: 2rem;
    line-height: 2.4375rem;
    color: var(--primary-dark);
    -webkit-transition: all var(--hover-transition);
    -o-transition: all var(--hover-transition);
    transition: all var(--hover-transition);
    background-image: -webkit-gradient(linear, left top, right top, from(var(--primary)), color-stop(50%, var(--primary)), color-stop(50%, var(--text-dark)));
    background-image: -o-linear-gradient(left, var(--primary), var(--primary) 50%, var(--text-dark) 50%);
    background-image: linear-gradient(to right, var(--primary), var(--primary) 50%, var(--text-dark) 50%);
    background-size: 200% 100%;
    background-position: 100%;
}
body .woocommerce a.button.button--big:hover,
body .woocommerce button.button.button--big:hover,
body .woocommerce input.button.button--big:hover,
body a.button.button--big:hover,
body button.button.button--big:hover {
    background-position: 0;
    color: #fff;
}
body .woocommerce a.button.button--big:hover path,
body .woocommerce button.button.button--big:hover path,
body .woocommerce input.button.button--big:hover path,
body a.button.button--big:hover path,
body button.button.button--big:hover path {
    stroke: #fff;
}
@media (max-width: 991px) {
    body .woocommerce a.button,
    body .woocommerce button.button,
    body .woocommerce input.button,
    body a.button,
    body button.button {
        -webkit-transition-delay: 0s !important;
        -o-transition-delay: 0s !important;
        transition-delay: 0s !important;
        font-size: 22px;
        line-height: 22px;
    }
    body .woocommerce a.button:before,
    body .woocommerce button.button:before,
    body .woocommerce input.button:before,
    body a.button:before,
    body button.button:before {
        content: none !important;
    }
    body .woocommerce a.button:after,
    body .woocommerce button.button:after,
    body .woocommerce input.button:after,
    body a.button:after,
    body button.button:after {
        content: none !important;
    }
    body .woocommerce a.button > :after,
    body .woocommerce button.button > :after,
    body .woocommerce input.button > :after,
    body a.button > :after,
    body button.button > :after {
        content: none !important;
    }
    body .woocommerce a.button > :before,
    body .woocommerce button.button > :before,
    body .woocommerce input.button > :before,
    body a.button > :before,
    body button.button > :before {
        content: none !important;
    }
}
@media (max-width: 767px) {
    body .woocommerce a.button,
    body .woocommerce button.button,
    body .woocommerce input.button,
    body a.button,
    body button.button {
        font-size: 16px;
        line-height: 27px;
        width: 150px;
        height: 40px;
    }
    body .woocommerce a.button img,
    body .woocommerce a.button svg,
    body .woocommerce button.button img,
    body .woocommerce button.button svg,
    body .woocommerce input.button img,
    body .woocommerce input.button svg,
    body a.button img,
    body a.button svg,
    body button.button img,
    body button.button svg {
        width: 24px;
        height: 24px;
        margin-left: 5px;
        margin-top: -2px;
    }
    body .woocommerce a.button img path,
    body .woocommerce a.button svg path,
    body .woocommerce button.button img path,
    body .woocommerce button.button svg path,
    body .woocommerce input.button img path,
    body .woocommerce input.button svg path,
    body a.button img path,
    body a.button svg path,
    body button.button img path,
    body button.button svg path {
        stroke-width: 3.5;
    }
    body .woocommerce a.button.button--big,
    body .woocommerce button.button.button--big,
    body .woocommerce input.button.button--big,
    body a.button.button--big,
    body button.button.button--big {
        font-size: 16px;
        line-height: 20px;
        height: 50px;
        width: 180px;
    }
}
.catalog {
    padding: 11.4375rem 0 0;
    margin-bottom: 6.25rem;
    overflow: hidden;
}
.catalog__title {
    margin-bottom: 1.875rem;
    position: relative;
}
.catalog__title::before {
    content: "";
    position: absolute;
    left: calc(var(--container-margin) * -1 - 16px);
    bottom: 0;
    height: 1px;
    background: var(--primary);
    width: 44%;
}
.catalog__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -28px;
}
.catalog__container > * {
    width: calc(100% / 3 - 56px);
    margin: 0 28px 3.5625rem;
}
.catalog__sort {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1.75rem;
}
.catalog__sort-label {
    margin-right: 3.125rem;
}
.catalog__sort-dropdown {
    min-width: 14.375rem;
    position: relative;
}
.catalog__sort-dropdown > span {
    display: block;
    width: 100%;
    padding: 0.625rem 1.875rem 0.625rem 0;
    border-bottom: 1px solid var(--primary);
    position: relative;
    cursor: pointer;
    z-index: 4;
}
.catalog__sort-dropdown > span::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0.8125rem;
    width: 1.5rem;
    height: 1.5rem;
    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='M12 15.4L6 9.4L7.4 8L12 12.6L16.6 8L18 9.4L12 15.4Z' fill='%23D9D9D9'/%3E%3C/svg%3E");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.catalog__pagination {
    padding-top: 4.375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (max-width: 991px) {
    .catalog {
        padding: 188px 0 0;
        margin-bottom: 130px;
        overflow: hidden;
    }
    .catalog .catalog__title {
        margin-bottom: 47px;
        max-width: 510px;
    }
    .catalog .catalog__title::before {
        width: 98%;
    }
    .catalog .catalog__sort-label {
        margin-right: 70px;
        font-size: 13px;
        line-height: 18px;
    }
    .catalog .catalog__sort-dropdown > span {
        padding: 6px 25px 6px 0;
        font-size: 13px;
        line-height: 18px;
    }
    .catalog .catalog__sort-dropdown > span::after {
        top: 8px;
    }
    .catalog .catalog__sort {
        margin-bottom: 50px;
        margin-right: calc(var(--container-margin) * -1 + 15px);
    }
    .catalog .catalog__container > * {
        width: calc(100% / 2 - 40px);
        margin: 0 20px 60px;
    }
    .catalog .catalog__container {
        margin: 0 -58px;
    }
    .catalog .catalog__pagination {
        padding-top: 10px;
    }
}
@media (max-width: 767px) {
    .catalog .catalog__container {
        margin: -10px;
    }
    .catalog .catalog__container > * {
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 70px;
        width: calc(50% - 20px);
    }
    .catalog .catalog__sort {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .catalog .catalog__sort-label {
        font-size: 9px;
        line-height: 12px;
    }
    .catalog .catalog__sort-dropdown > span {
        padding: 5px;
        font-size: 10px;
        line-height: 14px;
    }
    .catalog .catalog__sort-dropdown > span::after {
        width: 15px;
        height: 15px;
    }
    .catalog .catalog__title {
        margin-bottom: 46px;
        padding-bottom: 10px;
    }
    .catalog .catalog__title::before {
        left: -10px;
        width: 278px;
    }
    .catalog .catalog__pagination {
        padding-top: 0;
    }
}
@media (max-width: 666px) {
    .catalog {
        padding-top: 130px;
    }
    .catalog .catalog__container {
        margin: 0;
    }
    .catalog .catalog__sort-dropdown > span {
        padding-right: 20px;
    }
    .catalog .catalog__sort-dropdown > span::after {
        top: 5px;
    }
    .catalog .catalog__sort-dropdown {
        min-width: 130px;
    }
    .catalog .catalog__container > * {
        width: 100%;
        max-width: 350px;
        margin: 0 auto 70px;
    }
}
.seo-text {
    margin-bottom: 100px;
}
.seo-text .wp-content {
    margin-top: 2.5rem;
    margin-left: 3.125rem;
    overflow: hidden;
    position: relative;
}
.seo-text .wp-content.is-hidden:not(.is-open)::after {
    content: "";
    position: absolute;
    left: -10px;
    right: -10px;
    bottom: 0;
    height: 56%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(53, 54, 55, 0)), to(#353637));
    background: -o-linear-gradient(top, rgba(53, 54, 55, 0) 0, #353637 100%);
    background: linear-gradient(180deg, rgba(53, 54, 55, 0) 0, #353637 100%);
    z-index: 1;
}
.seo-text .wp-content.is-hidden:not(.is-open) + .seo-text__more {
    display: block;
}
.seo-text__more {
    display: none;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    text-align: center;
    margin: 0 auto;
    min-width: 110px;
    padding: 0 10px 5px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    border-bottom: 1px solid var(--primary);
    font-size: 10px;
    line-height: 14px;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
    cursor: pointer;
}
.seo-text__title > * {
    text-transform: capitalize;
}
@media (max-width: 991px) {
    .seo-text .wp-content {
        margin-top: 25px;
        margin-left: 0;
    }
    .seo-text .title-h2 {
        color: #d9d9d9;
        font-family: Montserrat;
        font-style: normal;
        font-weight: 900;
        font-size: 54px;
        line-height: 54px;
    }
}
@media (max-width: 767px) {
    .seo-text .seo-text__title > * {
        text-transform: uppercase;
        font-weight: 900;
        font-size: 34px;
        line-height: 34px;
    }
    .seo-text .wp-content {
        margin-top: 25px;
        margin-left: 0;
    }
}
.ico-links {
    margin-bottom: 100px;
    overflow: hidden;
}
.ico-links__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -3.125rem;
}
.ico-links__item {
    position: relative;
    display: block;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 2.875rem 3.125rem 2.0625rem;
    text-align: center;
    border-color: var(--primary);
}
.ico-links__item:not(:last-child) {
    border-right: 1px solid var(--primary);
}
.ico-links__ico {
    width: 7rem;
    height: 7rem;
    margin: 0 auto 1.875rem;
}
.ico-links__ico > * {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.ico-links__link {
    margin-top: 1.25rem;
    font-size: 1.375rem;
    line-height: 2.4375rem;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    display: inline-block;
}
.ico-links__link:hover {
    color: var(--primary);
}
@media (max-width: 991px) {
    .ico-links .ico-links__container {
        margin: 0 calc(var(--container-margin) * -1 + 15px);
    }
    .ico-links .ico-links__item {
        padding: 20px 10px;
    }
    .ico-links .ico-links__ico {
        width: 75px;
        height: 75px;
        margin: 0 auto 18px;
    }
    .ico-links .ico-links__link {
        margin-top: 3px;
        font-size: 13px;
        line-height: 18px;
    }
}
@media (max-width: 767px) {
    .ico-links {
        margin-bottom: 90px;
    }
    .ico-links .ico-links__container {
        margin: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .ico-links .ico-links__item {
        padding: 25px 20px;
        max-width: 250px;
    }
    .ico-links .ico-links__item:not(:last-child) {
        border-right: none;
    }
    .ico-links .ico-links__item:not(:last-child)::after {
        content: "";
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: 0;
        height: 1px;
        background: var(--primary);
        width: 180px;
    }
    .ico-links .ico-links__ico {
        margin-bottom: 24px;
    }
    .ico-links .ico-links__link {
        margin-top: 3px;
        font-size: 13px;
        line-height: 18px;
    }
    .ico-links .title-h3 {
        font-size: 16px;
        line-height: 22px;
    }
}
.img-links {
    margin-bottom: 100px;
    overflow: hidden;
}
.img-links .img-links__content {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.img-links__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -25px;
}
.img-links__container > * {
    width: calc(50% - 50px);
    margin: 0 25px;
}
.img-links__item {
    position: relative;
    display: block;
}
.img-links__link {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.img-links__content {
    position: absolute;
    z-index: 2;
    left: 2.8125rem;
    right: 2.8125rem;
    bottom: 3.125rem;
    -webkit-transition: opacity var(--hover-transition), -webkit-transform var(--hover-transition);
    transition: opacity var(--hover-transition), -webkit-transform var(--hover-transition);
    -o-transition: transform var(--hover-transition), opacity var(--hover-transition);
    transition: transform var(--hover-transition), opacity var(--hover-transition);
    transition: transform var(--hover-transition), opacity var(--hover-transition), -webkit-transform var(--hover-transition);
    opacity: 0;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
}
.img-links__img {
    position: relative;
    z-index: 1;
}
.img-links__img::before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 100%;
}
.img-links__img::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 43%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(53, 54, 55, 0)), to(#353637));
    background: -o-linear-gradient(top, rgba(53, 54, 55, 0) 0, #353637 100%);
    background: linear-gradient(180deg, rgba(53, 54, 55, 0) 0, #353637 100%);
    z-index: 2;
}
.img-links__img > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 1;
}
.img-links__text {
    font-size: 1.375rem;
    line-height: 2.4375rem;
    margin-top: 0.4375rem;
}
@media (max-width: 991px) {
    .img-links .img-links__container > * {
        width: calc(50% - 40px);
        margin: 0 20px;
    }
    .img-links .img-links__container {
        margin: 0 calc(var(--container-margin) * -1);
    }
    .img-links .img-links__img::after {
        height: 67%;
    }
    .img-links__text {
        margin-top: 10px;
        font-size: 13px;
        line-height: 18px;
    }
    .img-links__content {
        left: 40px;
        right: 40px;
        bottom: 45px;
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .img-links br {
        display: none;
    }
}
@media (max-width: 767px) {
    .img-links .img-links__container {
        margin: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .img-links .img-links__container > * {
        width: 100%;
        margin: 0;
    }
    .img-links .img-links__item:not(:last-child) {
        margin-bottom: 50px;
    }
    .img-links__content {
        left: 20px;
        right: 20px;
        bottom: 30px;
    }
    .img-links .img-links__img::after {
        height: 82%;
    }
    .img-links__text {
        font-size: 13px;
        line-height: 18px;
    }
    .img-links__text br {
        display: none;
    }
    .banner-videos__video::after{
        opacity: 1!important;
    }
}
.slider-tour {
    overflow: hidden;
    margin-bottom: 100px;
}
.slider-tour .card-video__btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 3;
}
.slider-tour .swiper {
    width: 38.5%;
    overflow: visible;
}
.slider-tour .swiper-slide {
    position: relative;
}
.slider-tour .swiper-slide:hover .img-links__content {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.slider-tour .swiper-slide > :not(.card-video__btn):not(.img-links__content) {
    position: relative;
    display: block;
}
.slider-tour .swiper-slide > :not(.card-video__btn):not(.img-links__content)::before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 100%;
}
.slider-tour .swiper-slide > :not(.card-video__btn):not(.img-links__content)::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 50%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(53, 54, 55, 0)), to(#353637));
    background: -o-linear-gradient(top, rgba(53, 54, 55, 0) 0, #353637 100%);
    background: linear-gradient(180deg, rgba(53, 54, 55, 0) 0, #353637 100%);
    z-index: 2;
}
.slider-tour .swiper-slide > :not(.card-video__btn):not(.img-links__content) > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 1;
}
.slider-tour .swiper-slide > :not(.card-video__btn):not(.img-links__content):hover + .card-video__btn {
    background: var(--primary-dark);
}
.slider-tour .swiper-slide > :not(.card-video__btn):not(.img-links__content):hover + .card-video__btn::before {
    -webkit-transform: translate(-50%, -50%) scale(1.2);
    -ms-transform: translate(-50%, -50%) scale(1.2);
    transform: translate(-50%, -50%) scale(1.2);
}
.slider-tour__container:not(:first-child) {
    margin-top: 4.25rem;
}
@media (max-width: 991px) {
    .slider-tour .title-h1 {
        max-width: 400px;
    }
    .slider-tour .slider-tour__container:not(:first-child) {
        margin-top: 50px;
    }
    .slider-tour .swiper {
        width: 53.5%;
    }
}
@media (max-width: 767px) {
    .slider-tour .swiper {
        width: 100%;
        margin-bottom: 15px;
    }
    .slider-tour .slider-tour__container:not(:first-child) {
        margin-top: 25px;
    }
}
.promo-home {
    padding-bottom: 6.25rem;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.promo-home__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.promo-home__bg > * {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.promo-home__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    padding-top: 135px;
    min-height: 100vh;
    padding-bottom: 44px;
}
.promo-home__container-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.promo-home__subtitle {
    font-size: 22px;
    line-height: 39px;
}
.promo-home__subtitle > * {
    font-weight: 400;
    font-style: normal;
}
.promo-home__title {
    line-height: 247%;
    margin-bottom: 2.1875rem;
}
@media (min-width: 768px) {
    .promo-home__title {
        max-width: 53vw;
    }
}
.promo-home__title img,
.promo-home__title svg {
    width: auto;
    max-width: 100%;
}
.promo-home__title > * {
    font-weight: 900;
    font-size: 8.75rem;
    line-height: 10.6875rem;
    font-family: Montserrat;
}
.promo-home__title > * > * {
    font-size: 7.5rem;
    line-height: 9.125rem;
    display: block;
    margin-top: -2.8125rem;
    color: transparent;
    text-stroke: 1px var(--text);
    -webkit-text-stroke: 1px var(--text);
}
.promo-home__btn {
    margin-top: 1.625rem;
}
.promo-home__text {
    margin-top: 3.125rem;
    max-width: 30.75rem;
    padding-bottom: 1.75rem;
    position: relative;
}
.promo-home__text::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 10.25rem;
    background: var(--primary);
}
.promo-home__img {
    -ms-flex-item-align: start;
    align-self: flex-start;
    width: 60.76%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: -18.74%;
    margin-top: 3.5625rem;
    position: relative;
    z-index: 2;
}
.promo-home__img-tooltip {
    cursor: pointer;
    position: absolute;
    width: 1.875rem;
    height: 1.875rem;
}
.promo-home__img-tooltip > * {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.promo-home__img-tooltip .ico-plus {
    -webkit-transition: -webkit-transform var(--hover-transition);
    transition: -webkit-transform var(--hover-transition);
    -o-transition: transform var(--hover-transition);
    transition: transform var(--hover-transition);
    transition: transform var(--hover-transition), -webkit-transform var(--hover-transition);
    -webkit-transform-origin: 47% 47%;
    -ms-transform-origin: 47% 47%;
    transform-origin: 47% 47%;
}
.promo-home__img-tooltip:hover .ico-plus {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}
.promo-home__content {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (min-width: 768px) {
    .promo-home__content {
        width: 59%;
    }
}
.promo-home__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    z-index: 3;
}
.promo-home__bottom a.button,
.promo-home__bottom button.button {
    width: 218px;
}
@media (max-width: 767px) {
    .promo-home__bottom {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
@media (max-width: 1440px) {
    .promo-home .promo-home__subtitle {
        font-size: 16px;
        line-height: 27px;
    }
    .promo-home .promo-home__title > * > * {
        font-size: 110px;
        line-height: 134px;
        margin-top: -49px;
    }
    .promo-home .promo-home__title > * {
        font-size: 120px;
        line-height: 146px;
    }
    .promo-home .promo-home__btn {
        margin-top: 27px;
    }
    .promo-home .promo-home__text {
        margin-top: 69px;
        padding-bottom: 10px;
        font-size: 16px;
        line-height: 27px;
        max-width: 328px;
    }
    .promo-home .promo-home__img {
        width: 67.76%;
        margin-left: -26.74%;
    }
}
@media (max-width: 991px) {
    .promo-home .promo-home__title > * {
        font-size: 96px;
        line-height: 117px;
    }
    .promo-home .promo-home__title > * > * {
        font-size: 96px;
        line-height: 117px;
        margin-top: -38px;
    }
    .promo-home .promo-home__container-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .promo-home .promo-home__text {
        margin-top: 35px;
        max-width: 470px;
    }
    .promo-home .promo-home__img {
        width: 613px;
        margin-left: 0;
        position: absolute;
        right: -38px;
        -webkit-transform: translateY(59px);
        -ms-transform: translateY(59px);
        transform: translateY(59px);
    }
    .promo-home .promo-home__container {
        display: block;
    }
    .promo-home .promo-home__container-inner {
        position: relative;
    }
    .promo-home .promo-home__title {
        margin-bottom: 181px;
    }
}
.promo-home__popup.fancybox-content {
    padding: 0;
    background: #353637;
    margin: -6px !important;
    width: calc(100% + 12px);
    height: 100vh;
    max-width: unset;
}
.promo-home__popup.fancybox-content .fancybox-button {
    display: none;
}
.promo-home__popup-logo {
    position: fixed;
    left: var(--container-margin);
    height: 3.125rem;
    top: 4.375rem;
}
.promo-home__popup-logo > * {
    height: 100%;
    width: auto;
    -o-object-fit: contain;
    object-fit: contain;
}
.promo-home__popup-close {
    position: fixed;
    width: 50px;
    height: 50px;
    padding: 13px;
    background: 0 0;
    border: none !important;
    outline: 0 !important;
    top: 57px;
    right: var(--container-margin);
    cursor: pointer;
    -webkit-transition: opacity var(--hover-transition);
    -o-transition: opacity var(--hover-transition);
    transition: opacity var(--hover-transition);
}
.promo-home__popup-close > * {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.promo-home__popup-close:hover {
    opacity: 0.6;
}
.promo-home__popup-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 4.125rem 0;
    height: 100%;
}
.promo-home__popup-content {
    -ms-flex-item-align: center;
    align-self: center;
    position: relative;
    padding-bottom: 1.5625rem;
    margin-bottom: 1.875rem;
}
.promo-home__popup-content::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 7.8125rem;
    background: var(--primary);
}
.promo-home__popup-img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 48%;
    margin-right: 8px;
}
.promo-home__popup-img > * {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: top left;
    object-position: top left;
}
.promo-home__popup-text {
    position: relative;
}
.promo-home__popup-text::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 1px;
    background: #d9d9d980;
}
.promo-home__popup-text__inner {
    max-height: calc(64vh - 17.9375rem);
    min-height: 15.9375rem;
    overflow-y: auto;
    padding-right: 3.125rem;
    scrollbar-color: var(--primary) transparent;
    scrollbar-width: thin;
}
.promo-home__popup-text__inner::-webkit-scrollbar {
    width: 3px;
}
.promo-home__popup-text__inner::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0);
}
.promo-home__popup-text__inner::-webkit-scrollbar-thumb {
    background-color: var(--primary);
}
.promo-home__popup-text__inner > :not(:last-child) {
    margin-bottom: 1.5625rem;
}
.promo-home__popup-text h2,
.promo-home__popup-text h3,
.promo-home__popup-text h4,
.promo-home__popup-text h5,
.promo-home__popup-text h6 {
    font-weight: 400;
}
@media (min-width: 992px) {
    .promo-home__popup-text h2,
    .promo-home__popup-text h3,
    .promo-home__popup-text h4,
    .promo-home__popup-text h5,
    .promo-home__popup-text h6 {
        font-size: 1.375rem;
        line-height: 2.4375rem;
    }
}
@media (max-width: 991px) {
    .promo-home__popup-logo {
        display: none;
    }
}
@media (max-width: 767px) {
    .promo-home {
        padding-bottom: 100px;
    }
    .promo-home__popup-inner {
        padding-top: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .promo-home__popup-img {
        width: 280px;
        margin-right: 0;
        margin-left: -16px;
        margin-bottom: -60px;
    }
    .promo-home__popup-content {
        width: 100%;
        padding-left: 8px;
    }
    .promo-home__popup-close {
        top: 27px;
        right: 6px;
    }
    .promo-home__popup-text__inner > :not(:last-child) {
        margin-bottom: 14px;
    }
    .promo-home__popup-text__inner {
        max-height: calc(93vh - 280px);
        min-height: 150px;
        padding-right: 11px;
        font-size: 13px;
        line-height: 22px;
    }
    .promo-home__popup-content {
        padding-left: 0;
        margin-right: -8px;
    }
    .promo-home__popup-content {
        padding-bottom: 25px;
        margin-bottom: 25px;
    }
    .promo-home__popup-content::after {
        left: calc(50% - 4px);
        width: 164px;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .promo-home .promo-home__container {
        padding-top: 124px;
        padding-bottom: 20px;
    }
    .promo-home .promo-home__container-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .promo-home .promo-home__title {
        margin-bottom: 0;
    }
    .promo-home .promo-home__title > * {
        font-size: 48px;
        line-height: 59px;
    }
    .promo-home .promo-home__title > * > * {
        margin-top: -11px;
        font-size: 48px;
        line-height: 48px;
    }
    .promo-home .promo-home__subtitle {
        font-size: 13px;
        line-height: 18px;
    }
    .promo-home .promo-home__img {
        position: relative;
        right: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        width: calc(100% + 63px);
        margin-top: 0;
        left: -27px;
    }
    .promo-home .promo-home__btn {
        margin-top: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: relative;
        z-index: 3;
    }
    .promo-home .promo-home__text {
        margin-top: 20px;
        text-align: center;
        font-size: 10px;
        line-height: 14px;
        position: relative;
        z-index: 3;
    }
    .promo-home .promo-home__text::before {
        width: 110px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .promo-home .promo-home__container {
        min-height: unset;
    }
    .promo-home .promo-home__img-tooltip > * {
        width: 15px;
        height: 15px;
    }
}
.slider-big-info {
    overflow: hidden;
    margin-bottom: 100px;
}
.slider-big-info .swiper {
    width: 80.6%;
    overflow: visible;
}
.slider-big-info .swiper-slide-active .slider-big-info__slide,
.slider-big-info .swiper-slide-duplicate-active .slider-big-info__slide {
    opacity: 1;
}
.slider-big-info__slide {
    position: relative;
    -webkit-transition: opacity var(--hover-transition);
    -o-transition: opacity var(--hover-transition);
    transition: opacity var(--hover-transition);
    opacity: 0.2;
}
.slider-big-info__slide-content {
    max-width: 76rem;
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
    width: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 2.5rem;
}
.slider-big-info__slide-bg {
    position: relative;
    z-index: 1;
    max-height: 41.0625rem;
    min-height: 25rem;
}
.slider-big-info__slide-bg img,
.slider-big-info__slide-bg video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 1;
}
.slider-big-info__slide-bg::before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 48.15%;
}
.slider-big-info__slide-bg::after {
    content: "";
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 0;
    right: 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(53, 54, 55, 0)), to(#353637));
    background: -o-linear-gradient(top, rgba(53, 54, 55, 0) 0, #353637 100%);
    background: linear-gradient(180deg, rgba(53, 54, 55, 0) 0, #353637 100%);
    height: 100%;
    max-height: 22.125rem;
}
.slider-big-info__slide-title {
    margin-bottom: 0.625rem;
}
.slider-big-info__slide-btn {
    margin-top: 2.5rem;
}
@media (min-width: 768px) and (max-width: 991px){
    .slider-big-info__slide .button {
        min-width: 13.4375rem;
        min-height: 3.125rem;
        height: auto!important;
        width: auto!important;
        font-size: 1.375rem;
        line-height: 1.375rem;
    }
}
@media (max-width: 767px) {
    .slider-big-info__slide .button {
        line-height: 18px;
        min-height: 40px;
        min-width: 150px;
        width: auto;
        height: auto;
    }
}

@media (max-width: 1440px) {
    .slider-big-info .swiper {
        width: 100%;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    .slider-big-info .slider-big-info__slide-bg {
        max-height: 700px;
    }
    .slider-big-info .slider-big-info__slide-bg::before {
        padding-top: 105.15%;
    }
    .slider-big-info .slider-big-info__slide-bg::after {
        max-height: 450px;
    }
    .slider-big-info .title-h3 {
        font-size: 32px;
        line-height: 38px;
    }
}
@media (max-width: 767px) {
    .slider-big-info {
        margin-bottom: 100px;
    }
    .slider-big-info .slider-big-info__slide-content {
        padding: 20px 20px 45px;
    }
    .slider-big-info .slider-big-info__slide-btn {
        margin-top: 32px;
    }
    .slider-big-info .slider-big-info__slide-text {
        font-size: 13px;
        line-height: 18px;
    }
    .slider-big-info .slider-big-info__slide-text > * {
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 8;
        line-clamp: 8;
        -webkit-box-orient: vertical;
    }
    .slider-big-info .swiper {
        overflow: hidden;
    }
    .slider-big-info .slider-big-info__slide-bg {
        position: absolute;
        top: 0;
        left: 0;
        max-height: unset;
        min-height: unset;
        width: 100%;
        height: 100%;
    }
    .slider-big-info .slider-big-info__slide-content {
        position: relative;
        left: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        min-height: 520px;
    }
}
.banner-about {
    margin-bottom: 100px;
    overflow: hidden;
}
.banner-about__title {
    padding-bottom: 1rem;
    margin-bottom: 1.1875rem;
    position: relative;
}
.banner-about__title::before {
    content: "";
    position: absolute;
    height: 1px;
    left: 0;
    bottom: 0;
    width: 100%;
    max-width: 10.25rem;
    background: var(--primary);
}
.banner-about__title > * {
    color: var(--bg);
}
.banner-about__text {
    max-width: 39.1875rem;
}
.banner-about__text > * {
    font-size: 1rem;
    line-height: 1.6875rem;
}
.banner-about__content {
    position: relative;
    padding: 5.4375rem calc(var(--container-margin) + 50px) 29.6875rem;
    color: var(--bg);
    width: calc((100% - 50px) + var(--container-margin) + 16px);
    margin-left: 3.125rem;
}
.banner-about__bg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.banner-about__list {
    width: 100%;
    max-width: 57.6875rem;
    margin-left: calc(var(--container-margin) * -1 - 16px);
    background: var(--primary-dark);
    padding: 6.25rem 6.25rem 7.5rem calc(var(--container-margin) + 66px);
    margin-top: -28.375rem;
    min-height: 31.25rem;
}
.banner-about__list ul {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
}
.banner-about__list li {
    position: relative;
    font-size: 1rem;
    line-height: 1.6875rem;
    color: #fff;
    padding-top: 0.9375rem;
    margin-bottom: 1.4375rem;
    padding-left: 3.125rem;
    max-width: 80%;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
}
.banner-about__list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='41' height='41' viewBox='0 0 41 41' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.4997 36.817C29.6663 36.817 37.1663 29.317 37.1663 20.1503C37.1663 10.9836 29.6663 3.48364 20.4997 3.48364C11.333 3.48364 3.83301 10.9836 3.83301 20.1503C3.83301 29.317 11.333 36.817 20.4997 36.817Z' stroke='%231A7CEF' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13.417 20.1503L18.1337 24.8669L27.5837 15.4336' stroke='%231A7CEF' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 2.0625rem;
    height: 2.0625rem;
}
@media (max-width: 1440px) {
    .banner-about .banner-about__content {
        padding: 5.4375rem calc(var(--container-margin) + 37px) 29.6875rem;
    }
    .banner-about .banner-about__list li::before {
        width: 2.85rem;
        height: 2.85rem;
    }
    .banner-about .banner-about__list li {
        padding-left: calc(2.85rem + 15px);
    }
    .banner-about .banner-about__list {
        padding: 6.25rem 6.25rem 7.5rem calc(var(--container-margin) + 66px - 2.85rem);
    }
}
@media (max-width: 991px) {
    .banner-about__content {
        width: calc((100% - 50px) + var(--container-margin) + 54px);
    }
    .banner-about__list {
        margin-left: calc(var(--container-margin) * -1 - 54px);
        padding: 6.25rem 6.25rem 7.5rem calc(var(--container-margin) + 104px);
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    .banner-about .banner-about__content {
        padding: 40px 40px 286px;
    }
    .banner-about .banner-about__list {
        padding: 65px 45px 65px 60px;
    }
    .banner-about .banner-about__list li {
        padding-left: 55px;
    }
    .banner-about .banner-about__list li::before {
        width: 40px;
        height: 40px;
    }
    .banner-about .banner-about__content {
        width: 105%;
    }
    .banner-about .banner-about__list {
        margin-left: calc(var(--container-margin) * -1);
    }
    .banner-about .banner-about__content {
        margin-left: -5%;
        right: calc(var(--container-margin) * -1);
    }
    .banner-about .banner-about__text > * {
        font-size: 16px;
        line-height: 27px;
    }
    .banner-about .banner-about__list li {
        font-size: 16px;
        line-height: 27px;
        padding-top: 20px;
        max-width: 100%;
    }
    .banner-about .banner-about__list ul {
        -webkit-column-gap: 40px;
        -moz-column-gap: 40px;
        column-gap: 40px;
    }
    .banner-about .banner-about__list {
        width: 109%;
        max-width: unset;
        margin-top: -150px;
    }
}
@media (max-width: 767px) {
    .banner-about {
        margin-bottom: 100px;
    }
    .banner-about .banner-about__content {
        margin-left: 10px;
        width: calc(100% + 20px);
    }
    .banner-about .banner-about__content {
        padding: 40px 20px 234px;
    }
    .banner-about .banner-about__title {
        padding-bottom: 2px;
        margin-bottom: 12px;
    }
    .banner-about .banner-about__title::before {
        max-width: 164px;
    }
    .banner-about .banner-about__list {
        margin-top: -190px;
    }
    .banner-about .banner-about__text > * {
        font-size: 13px;
        line-height: 18px;
    }
    .banner-about .banner-about__text {
        max-width: 81%;
    }
    .banner-about .banner-about__list {
        margin-left: -20px;
        padding: 40px 20px;
        min-height: 220px;
    }
    .banner-about .banner-about__list li::before {
        width: 24px;
        height: 24px;
    }
    .banner-about .banner-about__list ul {
        -webkit-columns: 1;
        -moz-columns: 1;
        columns: 1;
    }
    .banner-about .banner-about__list li {
        padding-top: 10px;
        max-width: 100%;
        padding-left: 45px;
        font-size: 13px;
        line-height: 18px;
        margin-bottom: 0;
    }
    .banner-about .banner-about__list li:not(:last-child) {
        margin-bottom: 25px;
    }
}
.banner-wanted {
    margin-bottom: 100px;
    overflow: hidden;
}
.banner-wanted .swiper {
    width: 100%;
    overflow: visible;
    margin-bottom: 2.5rem;
}
.banner-wanted__title {
    position: relative;
    padding-bottom: 0.3125rem;
    margin-bottom: 4.25rem;
    padding-right: 0.625rem;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
}
.banner-wanted__title::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    height: 1px;
    border-radius: 2px;
    max-width: 61.5625rem;
    width: 100%;
    background: var(--primary);
}
@media (min-width: 1441px) {
    .banner-wanted__title > * {
        font-size: 5.875rem;
        line-height: 7.1875rem;
    }
}
@media (max-width: 1440px) and (min-width: 992px) {
    .banner-wanted__title > * {
        font-size: 4.375rem;
        line-height: 5.4375rem;
    }
}
.banner-wanted__btn {
    margin-top: 3.125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (max-width: 991px) and (min-width: 768px) {
    .banner-wanted .banner-wanted__title::before {
        right: unset;
        max-width: 520px;
        left: calc(var(--container-margin) * -1);
    }
    .banner-wanted .banner-wanted__container {
        margin: 0 calc(var(--container-margin) * -1 + 15px);
    }
    .banner-wanted .swiper {
        width: 100%;
    }
    .banner-wanted .banner-wanted__btn {
        margin-top: 50px;
    }
    .banner-wanted .banner-wanted .swiper {
        margin-bottom: 35px;
    }
}
@media (max-width: 767px) {
    .banner-wanted .swiper {
        width: 100%;
        margin-bottom: 36px;
    }
    .banner-wanted .banner-wanted__title {
        padding-bottom: 10px;
        margin-bottom: 25px;
        padding-right: 0;
    }
    .banner-wanted .banner-wanted__title::before {
        right: unset;
        left: -20px;
    }
}
.banner-video {
    margin-bottom: 100px;
}
.banner-video__video {
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25), 0 25px 25px rgba(0, 0, 0, 0.25);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25), 0 25px 25px rgba(0, 0, 0, 0.25);
}
.banner-video__video > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.banner-video__video::before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 56.25%;
}
@media (max-width: 991px) and (min-width: 768px) {
    .banner-video__video {
        margin: 0 calc(var(--container-margin) * -1 + 15px);
    }
}
@media (max-width: 767px) {
    .banner-video .banner-video__video::before {
        padding-top: 56.25%;
    }
}
.banner-videos {
    margin-bottom: 100px;
}
.banner-videos__title {
    margin-bottom: 3.125rem;
}
.banner-videos__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.banner-videos__small {
    width: 39.9%;
    margin-right: 35px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.banner-videos__big {
    width: 100%;
}
.banner-videos__big .banner-videos__video::after {
    height: 40%;
}
.banner-videos__video {
    position: relative;
}
.banner-videos__video > :not(.img-links__content) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.banner-videos__video:hover::after {
    opacity: 1;
}
.banner-videos__video:hover .img-links__content {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.banner-videos__video::before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 56.25%;
}
.banner-videos__video::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 70%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(53, 54, 55, 0)), to(#353637));
    background: -o-linear-gradient(top, rgba(53, 54, 55, 0) 0, #353637 100%);
    background: linear-gradient(180deg, rgba(53, 54, 55, 0) 0, #353637 100%);
    transition: opacity .3s ease-in-out;
    opacity: 0;
}
.banner-videos__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 2.875rem;
}
.banner-videos__link > * {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 900;
    font-size: 2rem;
    line-height: 2.4375rem;
    color: var(--primary);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.banner-videos__link > * svg {
    width: 3.0625rem;
    height: 3.0625rem;
}
.banner-videos__link > * svg path {
    -webkit-transition: stroke var(--hover-transition);
    -o-transition: stroke var(--hover-transition);
    transition: stroke var(--hover-transition);
}
.banner-videos__link > :hover {
    color: #fff;
}
.banner-videos__link > :hover path {
    stroke: #fff;
}
@media (max-width: 767px) {
    .banner-videos .banner-video__video {
        background: -webkit-gradient(linear, left bottom, left top, from(rgba(42, 55, 83, 0.5)), to(rgba(42, 55, 83, 0.5))), url(7jpg);
        background: -o-linear-gradient(bottom, rgba(42, 55, 83, 0.5), rgba(42, 55, 83, 0.5)), url(7jpg);
        background: linear-gradient(0deg, rgba(42, 55, 83, 0.5), rgba(42, 55, 83, 0.5)), url(7jpg);
        border: 0.5px solid rgba(255, 255, 255, 0.5);
        -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25), 0 25px 25px rgba(0, 0, 0, 0.25);
        box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25), 0 25px 25px rgba(0, 0, 0, 0.25);
    }
    .banner-videos .banner-videos__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .banner-videos .banner-videos__small {
        width: 100%;
        margin-right: 0;
    }
    .banner-videos .banner-videos__small .banner-videos__video {
        width: 90%;
        margin-left: -20px;
    }
    .banner-videos .banner-videos__small .banner-videos__video::before {
        padding-top: 56.25%;
    }
    .banner-videos .banner-videos__title {
        margin-bottom: 45px;
    }
    .banner-videos .banner-videos__small > div:nth-child(1) {
        width: 86.5%;
        margin-left: auto;
        margin-right: -10px;
    }
    .banner-videos .banner-videos__small .banner-videos__video {
        width: 90%;
    }
    .banner-videos .banner-videos__small .banner-videos__video::before {
        padding-top: 56.25%;
    }
    .banner-videos .banner-videos__big {
        width: 100%;
        margin-right: 0;
        margin-top: 25px;
    }
    .banner-videos .banner-videos__big .banner-videos__video {
        width: 100%;
        margin-right: 0;
        right: -20px;
    }
    .banner-videos .banner-videos__big .banner-videos__video::before {
        padding-top: 56.25%;
    }
}
.privacy {
    padding-top: 10.8125rem;
    margin-bottom: 0 !important;
}
.privacy__content {
    margin-top: 3.125rem;
    padding: 6rem 10.25rem 4.0625rem;
    background: #4b4c4d;
}
@media (max-width: 991px) {
    .privacy {
        padding-top: 150px;
        padding-bottom: 50px;
    }
    .privacy__content {
        margin-top: 74px;
        padding: 90px 40px 60px;
    }
    .privacy .wp-content h1 ~ ol,
    .privacy .wp-content h1 ~ ul,
    .privacy .wp-content h2 ~ ol,
    .privacy .wp-content h2 ~ ul,
    .privacy .wp-content h3 ~ ol,
    .privacy .wp-content h3 ~ ul {
        margin-left: 80px;
    }
    .privacy .wp-content h1 ~ :not(h1):not(h2):not(h3):not(.wp-content__block):not(ul):not(ol),
    .privacy .wp-content h2 ~ :not(h1):not(h2):not(h3):not(.wp-content__block):not(ul):not(ol),
    .privacy .wp-content h3 ~ :not(h1):not(h2):not(h3):not(.wp-content__block):not(ul):not(ol) {
        margin-left: 20px;
    }
}
@media (max-width: 767px) {
    .privacy {
        padding-top: 130px;
    }
    .privacy .privacy__content {
        padding: 40px 20px;
        margin: 35px -20px 0;
    }
    .privacy .wp-content h1 ~ ol,
    .privacy .wp-content h1 ~ ul,
    .privacy .wp-content h2 ~ ol,
    .privacy .wp-content h2 ~ ul,
    .privacy .wp-content h3 ~ ol,
    .privacy .wp-content h3 ~ ul {
        margin-left: 51px;
    }
    .privacy .wp-content h1 ~ :not(h1):not(h2):not(h3):not(.wp-content__block):not(ul):not(ol),
    .privacy .wp-content h2 ~ :not(h1):not(h2):not(h3):not(.wp-content__block):not(ul):not(ol),
    .privacy .wp-content h3 ~ :not(h1):not(h2):not(h3):not(.wp-content__block):not(ul):not(ol) {
        margin-left: 10px;
    }
}
.paypal-info{
    display: flex;
    align-items: center;
}
.paypal-info__img {
    width: 25px;
    height: 18px;
    line-height: 0;
}

.paypal-info__img img {
    width: 100%;
    height: 100% !important;
    object-fit: contain;
}

.paypal-info__img {
    flex-shrink: 0;
    margin-right: 18px;
}

.paypal-info__text {
    font-size: 13px;
    line-height: 18px;
}

.paypal-info__inner {
    display: flex;
    align-items: center;
}

.paypal-info__link {
    font-size: 10px;
    line-height: 14px;
    margin-left: 18px;
    text-decoration: underline;
    flex-shrink: 0;
    margin-top: 2px;
}

.product-section__content .paypal-info{
    margin-top: 1.25rem;
}
.paypal-info {
    align-items: flex-start;
    max-width: 41.6875rem;
}

.paypal-info__img {
    margin-top: 0.1875rem;
}

.paypal-info__text {
    max-width: 31.25rem;
    margin-right: auto;
}

.paypal-info__inner {
    align-items: flex-start;
    flex-grow: 1;
}





.paypal-info.paypal-info--big {
    padding-top: 1.5625rem;
    margin-top: 1.5625rem;
    border-top: 2px solid #1A7CEF;
}

.paypal-info.paypal-info--big .paypal-info__img {
    width: 3.1875rem;
    height: 2.3125rem;
}


.paypal-info.paypal-info--big .paypal-info__inner {
    align-items: flex-start;
}

.paypal-info.paypal-info--big .paypal-info__link {
    font-size: Max(0.75rem, 10px);
    line-height: Max(1rem, 14px);
    margin-top: 0;
}

.cart__total-btn .paypal-info.paypal-info--big{
    border-top: none;
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 1.5625rem;
}
.paypal-info.paypal-info--big .paypal-info__img {
    margin-top: 1px;
}

@media (min-width: 769px) {
    .paypal-info.paypal-info--big .paypal-info__inner {
        flex-grow: 1;
    }
    .paypal-info.paypal-info--big .paypal-info__text {
        margin-right: auto;
    }
}
@media (max-width: 768px) {
    .paypal-info__img {
        width: 36px;
        height: 30px;
    }

    .paypal-info__img {
        margin-right: 24px;
    }

    .paypal-info__text {
        font-size: 12px;
    }

    .paypal-info__link {
        font-size: 12px;
        line-height: 18px;
        margin-left: 10px;
        margin-top: 0 !important;
    }

    .paypal-info__inner {
        align-items: flex-start;
    }



    .paypal-info.paypal-info--big {
        padding-top: 0;
        margin-top: 27px;
        border-top: none;
        margin-bottom: 28px;
        align-items: flex-start;
    }

    .paypal-info.paypal-info--big .paypal-info__img {
        width: 36px;
        height: auto;
        margin-top: 2px;
        margin-right: 8px;
    }

    .paypal-info.paypal-info--big .paypal-info__text {
        font-size: 12px;
        line-height: 16px;
    }

    .paypal-info.paypal-info--big .paypal-info__link {
        font-size: 12px;
        line-height: 14px;
    }
}
.product-section {
    padding-top: 13.125rem;
    padding-bottom: 5.3125rem;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.product-section .variations_form.cart {
    overflow: visible;
    margin: 0;
}
.product-section__bg {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    max-width: 56.25rem;
    width: 100%;
}
.product-section__bg > * {
    background-color: var(--bg);
}
.product-section__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 4.0625rem;
}
.product-section__gallery {
    max-width: 37.1875rem;
    margin: 0 auto;
    width: 50%;
}
.product-section__gallery-main {
    position: relative;
    overflow: hidden;
    background: #262431;
    border: 1px solid #d9d9d9;
    -webkit-box-shadow: 15px 9px 15px rgba(0, 0, 0, 0.25);
    box-shadow: 15px 9px 15px rgba(0, 0, 0, 0.25);
}
.product-section__gallery-next {
    margin-top: 0.9375rem;
    position: relative;
}
.product-section__gallery-next .swiper-slide {
    border: 1px solid transparent;
    -webkit-transition: border-color var(--hover-transition);
    -o-transition: border-color var(--hover-transition);
    transition: border-color var(--hover-transition);
}
.product-section__gallery-next .swiper-slide.swiper-slide-thumb-active {
    border-color: var(--primary);
}
.product-section__gallery-main .swiper,
.product-section__gallery-next .swiper {
    width: 100%;
    -webkit-transition: opacity var(--hover-transition), visibility var(--hover-transition);
    -o-transition: opacity var(--hover-transition), visibility var(--hover-transition);
    transition: opacity var(--hover-transition), visibility var(--hover-transition);
}
.product-section__gallery-main .swiper-slide,
.product-section__gallery-next .swiper-slide {
    position: relative;
    cursor: pointer;
}
.product-section__gallery-main .swiper-slide::before,
.product-section__gallery-next .swiper-slide::before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 100%;
    pointer-events: none;
}
.product-section__gallery-main .swiper-slide::after,
.product-section__gallery-next .swiper-slide::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 38.5%;
    z-index: 3;
    pointer-events: none;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), to(#000));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, #000 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, #000 100%);
}
.product-section__gallery-main .swiper-slide img,
.product-section__gallery-main .swiper-slide > *,
.product-section__gallery-next .swiper-slide img,
.product-section__gallery-next .swiper-slide > * {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.product-section__gallery-main .swiper:not(:first-child),
.product-section__gallery-next .swiper:not(:first-child) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
}
.product-section__gallery-main .swiper.is-active,
.product-section__gallery-next .swiper.is-active {
    opacity: 1 !important;
    visibility: visible !important;
}
.product-section__gallery-main .swiper.is-hidden,
.product-section__gallery-next .swiper.is-hidden {
    opacity: 0 !important;
    visibility: hidden !important;
}
.product-section__content {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 51.5%;
    margin-left: 3.125rem;
}
.product-section__content .title-h2 {
    font-family: "Noto Sans", sans-serif;
    color: #fff;
    font-weight: 700;
    margin-bottom: 7px;
}
.product-section__text {
    margin-top: 0.4375rem;
    max-width: 26.875rem;
}
.product-section__variations {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 3.125rem;
    position: relative;
}
.product-section__variations .reset_variations {
    color: #fff;
    line-height: 1.0625rem;
    position: absolute;
    bottom: 1.25rem;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    font-size: 0.875rem;
    text-decoration: underline;
    -webkit-transition: opacity var(--hover-transition), visibility var(--hover-transition), color var(--hover-transition);
    -o-transition: opacity var(--hover-transition), visibility var(--hover-transition), color var(--hover-transition);
    transition: opacity var(--hover-transition), visibility var(--hover-transition), color var(--hover-transition);
}
.product-section__variations .reset_variations + .variations {
    padding-bottom: 2.5rem;
}
.product-section__variations .reset_variations:hover {
    color: var(--primary);
}
@media (max-width: 767px) {
    .product-section__variations .reset_variations {
        font-size: 12px;
        margin-bottom: 0 !important;
    }
}
.product-section__variations .is-hidden {
    display: none;
}
.product-section__variations.reset-var .reset_variations {
    opacity: 0 !important;
    visibility: hidden !important;
}
.product-section__variations .variations > :not(:last-child) {
    border-bottom: 1px solid #d9d9d91a;
}
.product-section__specs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 1.875rem;
    margin-top: 1.5625rem;
}
.product-section__specs-info {
    max-width: 27.5rem;
    width: 100%;
}
.product-section__specs-blocks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1.066666666666667rem;
}
@media (min-width: 768px) {
    .product-section__specs-blocks.product-section__specs-blocks--wrap li:nth-child(even) {
        border-right: none;
    }

    .product-section__specs-blocks.product-section__specs-blocks--wrap {
        flex-wrap: wrap;
    }
}
.product-section__specs-blocks li a{
    text-decoration: underline;
}
.product-section__specs-blocks li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1.066666666666667rem;
    font-weight: 400;
    font-size: 0.8125rem;
    line-height: 1.125rem;
}
.product-section__specs-blocks li:not(:last-child) {
    border-right: 1px solid var(--primary);
}
.product-section__specs-ico {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 2rem;
    height: 2rem;
    margin-right: 0.9375rem;
}
.product-section__specs-ico > * {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.product-section__specs-message {
    margin-top: 1.25rem;
    font-weight: 400;
    font-size: 0.8125rem;
    line-height: 1.125rem;
    text-align: center;
    padding: 0.4375rem 1.875rem 0.5rem;
    background: rgba(146, 40, 40, 0.5);
}
.product-section__specs-message>*:not(:last-child){
    margin-bottom: 10px;
}
.product-section__pricing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-width: 30.625rem;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid var(--primary);
    border-bottom: 1px solid var(--primary);
    padding: 1.5rem 0 1.5625rem;
}
.product-section__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 1.25rem;
}
.product-section__price-new {
    font-weight: 700;
    font-size: 2rem;
    line-height: 2.4375rem;
    color: var(--primary);
}
.product-section__price-old {
    font-weight: 400;
    font-size: 1.3rem;
    line-height: 1.5625rem;
    text-decoration: line-through;
    color: #d9d9d9;
    margin-left: 1.25rem;
}
.product-section__price-default {
    display: none;
}
.product-section__payments {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 1.25rem;
    font-size: 0.8125rem;
    line-height: 1.125rem;
}
.product-section__payments-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 0.9375rem;
}
.product-section__payments-list > * {
    width: 1.5rem;
}
.product-section__payments-list > :not(:last-child) {
    margin-right: 0.875rem;
}
.product-section__dropdown {
    position: relative;
    z-index: 1;
}
.product-section__dropdown select {
    display: none;
}
.product-section__dropdown .reset-variation {
    opacity: 0.5;
}
.product-section__dropdown-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 700;
    font-size: 1.375rem;
    line-height: 1.6875rem;
    color: #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.3125rem 3rem 0.3125rem 0;
    position: relative;
    cursor: pointer;
    z-index: 4;
}
.product-section__dropdown-label::after {
    content: "";
    position: absolute;
    width: 1.5rem;
    height: 1.5rem;
    top: 50%;
    right: 0.3125rem;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    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='M11.2998 14.3L8.69977 11.7C8.3831 11.3833 8.31243 11.021 8.48777 10.613C8.66243 10.2043 8.97477 10 9.42477 10H14.5748C15.0248 10 15.3371 10.2043 15.5118 10.613C15.6871 11.021 15.6164 11.3833 15.2998 11.7L12.6998 14.3C12.5998 14.4 12.4914 14.475 12.3748 14.525C12.2581 14.575 12.1331 14.6 11.9998 14.6C11.8664 14.6 11.7414 14.575 11.6248 14.525C11.5081 14.475 11.3998 14.4 11.2998 14.3Z' fill='white'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.product-section__dropdown-output-text {
    display: block;
    margin-left: 0.8125rem;
    font-weight: 400;
    font-size: 1.375rem;
    line-height: 1.6875rem;
    color: var(--primary);
}
.product-section__dropdown .dropdown-list {
    padding-top: 4.6875rem;
    overflow: hidden;
}
.product-section__dropdown .dropdown-list__inner > * {
    font-weight: 400;
    font-size: 1.375rem;
    line-height: 1.6875rem;
}
.product-section__dropdown .dropdown-list__inner > :not(:last-child) {
    margin-bottom: 1rem;
}
.product-section__color {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.9375rem;
}
.product-section__color select {
    display: none;
}
.product-section__color-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 3.125rem;
    height: 3.125rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid;
    margin: 0.9375rem 0.9375rem 0;
    -webkit-transition: border-color var(--hover-transition);
    -o-transition: border-color var(--hover-transition);
    transition: border-color var(--hover-transition);
    cursor: pointer;
}
.product-section__color-item > * {
    display: block;
    width: 66.5%;
    height: 66.5%;
    border-radius: 50%;
}
.product-section__color-item:not(.is-selected) {
    border-color: transparent !important;
}
.product-section__also {
    padding-top: 2.1875rem;
}
.product-section__also .swiper {
    width: 100%;
    height: 9.25rem;
    opacity: 0;
    -webkit-transition: opacity var(--hover-transition);
    -o-transition: opacity var(--hover-transition);
    transition: opacity var(--hover-transition);
}
.product-section__also .swiper.swiper-initialized {
    opacity: 1;
}
.product-section__also .swiper-slide {
    height: calc(50% - 12.5px);
}
.product-section__also label.card-product {
    padding-left: 2.8125rem;
    cursor: pointer;
}
.product-section__also label.card-product input[type="checkbox"],
.product-section__also label.card-product input[type="radio"] {
    position: absolute;
    left: -9999px;
    opacity: 0;
    visibility: hidden;
}
.product-section__also label.card-product input[type="checkbox"]:checked + .product-section__also-check,
.product-section__also label.card-product input[type="radio"]:checked + .product-section__also-check {
    border-color: var(--primary);
}
.product-section__also label.card-product input[type="checkbox"]:checked + .product-section__also-check::after,
.product-section__also label.card-product input[type="radio"]:checked + .product-section__also-check::after {
    opacity: 1;
}
.product-section__also .swiper-controls {
    margin-top: 2.8125rem;
}
.product-section__also-title {
    margin-bottom: 2.1875rem;
}
.product-section__also-check {
    border: 1px solid #fff;
    -webkit-transition: border-color var(--hover-transition);
    -o-transition: border-color var(--hover-transition);
    transition: border-color var(--hover-transition);
}
.product-section__also-check,
.product-section__also-check::after {
    position: absolute;
    width: 1.25rem;
    height: 1.25rem;
    top: 50%;
    left: 0;
    -webkit-transition: opacity var(--hover-transition);
    -o-transition: opacity var(--hover-transition);
    transition: opacity var(--hover-transition);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.product-section__also-check::after {
    content: "";
    opacity: 0;
    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='M7.75 12L10.58 14.83L16.25 9.17001' stroke='%231A7CEF' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    left: -1px;
}
.product-section__also-disclaimer a{
    text-decoration: underline;
}
.product-section__also-disclaimer {
    color: #E7E7E7;
    text-align: right;
    font-size: 10px;
    line-height: 15px;
    margin-top: 4px;
}
.product-section__also-disclaimer::before {
    content: '*';
    font-weight: 700;
}

.product-section__btns {
    margin-top: 3.75rem;
}
.product-section__btns-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.product-section__btns-inner > :not(:last-child) {
    margin-right: 3.125rem;
}
.product-section__btns .button:not(.button--color-transparent) {
    border: 1px solid var(--primary);
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}
.product-section__btns .button:not(.button--color-transparent)::after,
.product-section__btns .button:not(.button--color-transparent)::before,
.product-section__btns .button:not(.button--color-transparent) > ::after,
.product-section__btns .button:not(.button--color-transparent) > ::before {
    content: none;
}
.product-section__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 8.4375rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.product-section__info > * {
    min-height: 17.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: calc(100% / 3);
    padding: 0.625rem;
}
.product-section__info > :not(:last-child) {
    border-right: 1px solid var(--primary);
}
.product-section__info > * > :first-child {
    font-weight: 700;
    font-size: 4rem;
    line-height: 3.375rem;
    text-align: center;
    color: #1a7cef;
    max-width: 15.625rem;
    height: 3.375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.product-section__info > * > :last-child:not(:first-child) {
    font-weight: 400;
    font-size: 1.375rem;
    line-height: 1.6875rem;
    text-align: center;
    margin-top: 0.625rem;
    color: #fff;
    height: 1.6875rem;
}
@media (max-width: 1440px) and (min-width: 992px) {
    .product-section .card-product--small .card-product__img {
        width: 40px;
        max-height: 600px;
        margin-right: 10px;
    }
    .product-section .product-section__also label.card-product {
        padding-left: 25px;
    }
    .product-section .product-section__also-check,
    .product-section .product-section__also-check::after {
        width: 15px;
        height: 15px;
    }
}
@media (max-width: 991px) {
    .product-section {
        padding-top: 127px;
    }
    .product-section .product-section__container {
        margin: 0 calc(var(--container-margin) * -1 + 15px);
    }
    .product-section .product-section__gallery {
        width: 40%;
    }
    .product-section .product-section__content {
        width: calc(60% - 20px);
        margin-left: 20px;
    }
    .product-section .product-section__gallery-next {
        margin-top: 7px;
    }
    .product-section .product-section__text {
        margin-top: 0;
        max-width: 300px;
        font-size: 10px;
        line-height: 14px;
    }
    .product-section .product-section__specs {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-bottom: 7px;
        margin-top: 10px;
    }
    .product-section .product-section__dropdown-label {
        padding: 2px 20px 2px 0;
        font-size: 13px;
        line-height: 18px;
    }
    .product-section .product-section__dropdown-label::after {
        right: 0;
    }
    .product-section .product-section__dropdown-output-text {
        font-size: 13px;
        line-height: 18px;
    }
    .product-section .product-section__variations .variations > :not(:last-child),
    .product-section .product-section__variations > :not(:last-child) {
        margin-bottom: 6px;
    }
    .product-section .product-section__color-item {
        width: 24px;
        height: 24px;
        margin: 4px 6px 0;
    }
    .product-section .product-section__color-item.is-selected > * {
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
    }
    .product-section .product-section__color {
        margin: 0 -6px;
    }
    .product-section .product-section__color-item > * {
        width: 90.5%;
        height: 90.5%;
        -webkit-transition: -webkit-transform var(--hover-transition);
        transition: -webkit-transform var(--hover-transition);
        -o-transition: transform var(--hover-transition);
        transition: transform var(--hover-transition);
        transition: transform var(--hover-transition), -webkit-transform var(--hover-transition);
    }
    .product-section .product-section__specs-blocks li {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 0 6px;
    }
    .product-section .product-section__specs-ico {
        width: 14px;
        height: 14px;
        margin-right: 9px;
    }
    .product-section .product-section__specs-message {
        font-size: 10px;
        line-height: 14px;
        padding: 3px 20px 5px;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        max-width: 100%;
        min-width: 250px;
        margin-left: auto;
    }
    .product-section .product-section__variations {
        margin-right: 14px;
    }
    .product-section .product-section__specs-blocks {
        margin: 0 -6px;
    }
    .product-section .product-section__price-new {
        font-size: 22px;
        line-height: 32px;
    }
    .product-section .product-section__pricing {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        width: 100%;
        padding: 10px 0;
    }
    .product-section .product-section__price-old {
        margin-left: 20px;
        font-size: 13px;
        line-height: 18px;
    }
    .product-section .product-section__payments {
        margin: 0;
        margin-left: 30px;
        font-size: 13px;
        line-height: 18px;
    }
    .product-section .product-section__price {
        margin-right: 0;
    }
    .product-section .product-section__payments-list {
        margin-left: 10px;
    }
    .product-section .product-section__payments-list > * {
        width: 20px;
    }
    .product-section .product-section__payments-list > :not(:last-child) {
        margin-right: 3px;
    }
    .product-section .product-section__also {
        padding-top: 20px;
        max-width: 400px;
    }
    .product-section .product-section__also-title {
        margin-bottom: 8px;
    }
    .product-section .title-h2 {
        font-weight: 700;
        font-size: 32px;
        line-height: 32px;
    }
    .product-section .product-section__also label.card-product {
        padding-left: 45px;
    }
    .product-section .product-section__also-check {
        left: 15px;
    }
    .product-section .product-section__also-check,
    .product-section .product-section__also-check::after {
        width: 16px;
        height: 16px;
    }
    .product-section .product-section__also .swiper-slide {
        height: calc(50% - 10px);
    }
    .product-section .price .price__new {
        font-size: 13px;
        line-height: 18px;
    }
    .product-section .price .price__old {
        height: auto;
        font-size: 10px;
        line-height: 14px;
    }
    .product-section .product-section__btns {
        margin-top: 35px;
        width: calc(170% + 20px);
        margin-left: calc(-70% - 20px);
    }
    .product-section .product-section__btns .button.button--wide {
        width: 280px;
    }
    .product-section .product-section__btns-inner > :not(:last-child) {
        margin-right: 20px;
    }
    .product-section .product-section__btns-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .product-section .product-section__info > * > :first-child {
        height: 32px;
        font-size: 32px;
        line-height: 32px;
    }
    .product-section .product-section__info > * > :last-child:not(:first-child) {
        margin-top: 4px;
        font-size: 16px;
        line-height: 22px;
        height: 22px;
    }
    .product-section .product-section__info > * {
        min-height: 120px;
        padding: 32px 10px;
    }
    .product-section .product-section__info {
        margin-top: 110px;
        margin-bottom: 56px;
    }
}
@media (min-width: 768px) {
    .product-section__container > .product-section__specs-message {
        display: none;
    }
    .product-section__container > .product-section__text,
    .product-section__container > .product-section__title {
        display: none;
    }
}
@media (max-width: 767px) {
    .product-section {
        padding-bottom: 75px;
    }
    .product-section .summary .product-section__text,
    .product-section .summary .product-section__title {
        display: none;
    }
    .product-section .product-section__text {
        max-width: 240px;
    }
    .product-section .product-section__container {
        margin: 0;
    }
    .product-section .product-section__gallery {
        width: 100%;
        margin-top: 25px;
    }
    .product-section .product-section__content {
        width: 100%;
        margin-left: 0;
    }
    .product-section .title-h2 {
        font-size: 22px;
        line-height: 32px;
    }
    .product-section .product-section__text {
        max-width: 240px;
    }
    .product-section .product-section__specs {
        margin-bottom: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-top: 25px;
        border-top: 1px solid var(--primary);
        margin-top: 12px;
    }
    .product-section .product-section__specs-message {
        min-width: 280px;
        margin-right: auto;
        min-height: 35px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 5px 20px 4px;
    }
    .product-section .product-section__gallery {
        margin-left: -10px;
        margin-right: -10px;
        width: calc(100% + 20px);
    }
    .product-section .product-section__specs {
        border-bottom: 1px solid var(--primary);
        margin-left: -10px;
        margin-right: -10px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .product-section .product-section__pricing {
        border-top: none;
    }
    .product-section .product-section__specs-info .product-section__specs-message {
        display: none;
    }
    .product-section .product-section__variations {
        margin-right: 0;
    }
    .product-section .product-section__dropdown-label {
        padding: 0 20px 3px 0;
    }
    .product-section .product-section__variations .variations > :not(:last-child),
    .product-section .product-section__variations > :not(:last-child) {
        margin-bottom: 25px;
    }
    .product-section .product-section__price-old {
        margin-left: 0;
    }
    .product-section .product-section__payments {
        margin-left: 0;
    }
    .product-section .product-section__pricing {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 15px 0 0;
        min-width: unset;
    }
    .product-section .product-section__also {
        padding-top: 28px;
    }
    .product-section .product-section__also label.card-product {
        padding-left: 35px;
    }
    .product-section .product-section__also-check {
        left: 9px;
    }
    .product-section .product-section__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .product-section .product-section__specs-info {
        padding: 25px 0 18px;
    }
    .product-section .product-section__pricing {
        border-bottom: none;
    }
    .product-section .product-section__variations,
    .product-section .product-section__variations .variations {
        min-width: 140px;
    }
    .product-section .product-section__dropdown-label::after {
        width: 14px;
        height: 14px;
    }
    .product-section .product-section__specs-blocks li {
        font-size: 10px;
        line-height: 14px;
    }
    .product-section .product-section__price {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .product-section .product-section__also .swiper {
        height: 108px;
    }
    .product-section .product-section__also .swiper-slide {
        height: calc(50% - 7px);
    }
    .product-section .product-section__btns {
        margin-top: 50px;
        width: 100%;
        margin-left: 0;
    }
    .product-section .product-section__btns-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .product-section .product-section__btns-inner > :not(:last-child) {
        margin-right: 0;
        margin-bottom: 25px;
    }
    .product-section .product-section__also .swiper-controls {
        margin-top: 20px;
    }
    .product-section .product-section__gallery {
        margin-bottom: 0;
    }
    .product-section .product-section__dropdown .dropdown-list__inner > * {
        font-size: 13px;
        line-height: 18px;
    }
    .product-section .product-section__dropdown .dropdown-list {
        padding-top: 42px;
    }
    .product-section .product-section__info {
        margin-top: 75px;
        margin-bottom: 25px;
        margin-left: -8px;
        margin-right: -8px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 10px 0 0;
        border-top: 1px solid var(--primary);
        border-bottom: 1px solid var(--primary);
    }
    .product-section .product-section__info > * {
        min-height: 140px;
        padding: 10px;
        width: calc(50% - 16px);
        margin: 0 8px 10px;
        max-width: unset;
        -webkit-box-flex: unset;
        -ms-flex-positive: unset;
        flex-grow: unset;
        -ms-flex-preferred-size: unset;
        flex-basis: unset;
    }
    .product-section .product-section__info > * > :first-child {
        height: auto;
    }
    .product-section .product-section__info > * > :last-child:not(:first-child) {
        margin-top: 8px;
        height: auto;
    }
    .product-section .product-section__info > :not(:last-child) {
        border-right: none;
    }
}
.product-info {
    margin-bottom: 7.875rem;
    position: relative;
    z-index: 2;
}
.product-info + .product-tabs {
    position: relative;
    z-index: 3;
}
.product-info__bg {
    position: absolute;
    top: -5.25rem;
    right: 0;
    overflow: hidden;
    z-index: -1;
    max-width: 100%;
}
.product-info__bg > :not(.product-info__bg-overlay) {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.product-info__bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    width: auto;
    height: auto;
}
.product-info .wp-content {
    margin-top: 2.5rem;
    max-width: 61.25rem;
    margin-left: 3.125rem;
}
@media (max-width: 991px) {
    .product-info {
        margin-bottom: 140px;
        padding-top: 100px;
    }
    .product-info .product-info__bg {
        top: 0;
    }
    .product-info .wp-content {
        margin-top: 30px;
        max-width: 460px;
        margin-left: 0;
    }
    .product-info .product-info__bg-overlay {
        width: 100%;
        height: 100%;
    }
}
@media (max-width: 767px) {
    .product-info {
        margin-bottom: 100px;
        padding-top: 30px;
        padding-bottom: 20px;
    }
    .product-info .product-info__bg {
        bottom: 0;
    }
    .product-info .wp-content {
        margin-top: 25px;
    }
}
.text-img {
    padding-top: 4.375rem;
    position: relative;
    max-width: 2000px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 100px;
    z-index: 2;
}
.text-img__bg {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 2.5rem;
    right: 15px;
    width: 61.5%;
}
.text-img__bg::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(53, 54, 55, 0)), to(#353637));
    background: -o-linear-gradient(top, rgba(53, 54, 55, 0) 0, #353637 100%);
    background: linear-gradient(180deg, rgba(53, 54, 55, 0) 0, #353637 100%);
    height: 44%;
    z-index: 3;
}
.text-img__title {
    margin-bottom: 1.5625rem;
}
.text-img__title > * {
    font-family: "Noto Sans";
    font-style: normal;
    font-weight: 700;
    font-size: 3.375rem;
    line-height: 3.375rem;
}
.text-img__content {
    position: relative;
    z-index: 2;
    padding: 6.25rem 3.75rem 5.3125rem;
    width: 58.3%;
    background: var(--primary-dark);
}
.text-img__content .wp-content {
    max-width: 41.25rem;
}
.text-img__content-inner {
    max-width: 44.125rem;
    margin-left: auto;
    margin-right: auto;
}
.text-img__content-inner > :not(:last-child):not(.text-img__title) {
    margin-bottom: 1.875rem;
}
@media (max-width: 991px) {
    .text-img {
        padding-top: 355px;
    }
    .text-img .text-img__bg {
        bottom: unset;
        right: 0;
        width: 81.5%;
        top: 0;
        height: 600px;
    }
    .text-img .text-img__content {
        padding: 75px 78px 95px;
        width: 104.5%;
        left: calc(var(--container-margin) * -1);
    }
    .text-img .text-img__title > * {
        font-size: 32px;
        line-height: 32px;
    }
    .text-img .text-img__title {
        margin-bottom: 30px;
    }
    .text-img .text-img__content-inner {
        max-width: 100%;
    }
}
@media (max-width: 767px) {
    .text-img {
        padding-top: 246px;
    }
    .text-img .text-img__bg {
        width: 88.5%;
        height: auto;
    }
    .text-img .text-img__bg > :not(.section-bg__poster) {
        position: absolute;
        top: 0;
        left: 0;
    }
    .text-img .text-img__bg::before {
        content: "";
        display: block;
        width: 100%;
        padding-top: 100%;
    }
    .text-img .text-img__content {
        padding: 40px 20px;
        width: calc(100% + 40px);
        left: -20px;
    }
    .text-img .text-img__title {
        margin-bottom: 25px;
    }
    .text-img .text-img__title > * {
        font-size: 22px;
        line-height: 32px;
    }
}
.product-slider {
    overflow: hidden;
    margin-bottom: 100px;
}
.product-slider .swiper {
    width: 100%;
    max-width: 82.3125rem;
    overflow: visible;
    margin-left: 3.125rem;
}
.product-slider .swiper-slide {
    opacity: 0.2;
    -webkit-transition: opacity 0.6s ease-in-out;
    -o-transition: opacity 0.6s ease-in-out;
    transition: opacity 0.6s ease-in-out;
}
.product-slider .swiper-slide-active,
.product-slider .swiper-slide-duplicate-active {
    opacity: 1;
}
.product-slider__head {
    margin-top: 3.125rem;
    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: center;
}
.product-slider__head-btn {
    font-weight: 400;
    font-size: 1.5625rem;
    line-height: 2.4375rem;
    padding: 0 0.625rem;
    margin: 0 1.25rem 1.875rem;
    cursor: pointer;
    border-bottom: 1px solid transparent;
    -webkit-transition: border-bottom-color var(--hover-transition), color var(--hover-transition);
    -o-transition: border-bottom-color var(--hover-transition), color var(--hover-transition);
    transition: border-bottom-color var(--hover-transition), color var(--hover-transition);
}
.product-slider__head-btn.is-active,
.product-slider__head-btn:hover {
    color: var(--primary);
}
.product-slider__head-btn.is-active {
    border-bottom-color: var(--primary);
}
.product-slider__slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.product-slider__slide-img {
    width: 45%;
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 3.75rem;
}
.product-slider__slide-img > * {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 1;
}
.product-slider__slide-img::before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 100%;
}
.product-slider__slide-img::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 40%;
    z-index: 2;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(53, 54, 55, 0)), to(#353637));
    background: -o-linear-gradient(top, rgba(53, 54, 55, 0) 0, #353637 100%);
    background: linear-gradient(180deg, rgba(53, 54, 55, 0) 0, #353637 100%);
}
.product-slider__slide-content {
    width: 100%;
    padding-top: 0.625rem;
}
.product-slider__slide-title {
    margin-bottom: 2.5rem;
}
.product-slider__slide-title > * {
    font-weight: 700;
    font-size: 2rem;
    line-height: 2.875rem;
}
.product-slider__tabs {
    position: relative;
}
.product-slider__tab {
    -webkit-transition: opacity var(--hover-transition), visibility var(--hover-transition);
    -o-transition: opacity var(--hover-transition), visibility var(--hover-transition);
    transition: opacity var(--hover-transition), visibility var(--hover-transition);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.product-slider__tab:not(:first-child) {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}
@media (max-width: 991px) {
    .product-slider .product-slider__head {
        margin-bottom: 30px;
        margin-left: calc(var(--container-margin) * -1 + 15px);
        margin-right: calc(var(--container-margin) * -1 + 15px);
    }
    .product-slider .product-slider__head-btn {
        font-size: 16px;
        line-height: 27px;
    }
    .product-slider .swiper {
        margin-left: 0;
    }
    .product-slider .product-slider__slide-content {
        padding: 20px 34px 20px 0;
    }
    .product-slider .product-slider__slide-title > * {
        font-size: 22px;
        line-height: 22px;
    }
    .product-slider .product-slider__slide-title {
        margin-bottom: 10px;
    }
    .product-slider .product-slider__slide {
        -webkit-box-align: unset;
        -ms-flex-align: unset;
        align-items: unset;
    }
    .product-slider .product-slider__slide-img {
        width: 51.5%;
        margin-right: 40px;
    }
    .product-slider .swiper-container {
        width: calc(100% + var(--container-margin) * 2 - 30px);
        margin-left: calc(var(--container-margin) * -1 + 15px);
        margin-right: calc(var(--container-margin) * -1 + 15px);
    }
    .product-slider .swiper-controls {
        margin-top: 40px;
    }
}
@media (max-width: 767px) {
    .product-slider .product-slider__head-btn {
        margin: 0 10px;
        padding: 0 5px;
    }
    .product-slider .product-slider__head {
        padding-bottom: 15px;
        margin-bottom: 20px;
    }
    .product-slider .product-slider__head-btn {
        font-size: 16px;
        line-height: 27px;
    }
    .product-slider .product-slider__head {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        white-space: nowrap;
        overflow-x: auto;
        margin-left: -20px;
        margin-right: -20px;
        margin-top: 30px;
        -webkit-box-pack: unset;
        -ms-flex-pack: unset;
        justify-content: unset;
        padding-left: 10px;
        padding-right: 10px;
    }
    .product-slider .product-slider__slide {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .product-slider .product-slider__slide-img {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .product-slider .product-slider__slide-content {
        padding: 0;
    }
    .product-slider .product-slider__slide-img::before {
        padding-top: 105.5%;
    }
}
.product-tabs {
    overflow: hidden;
    margin-bottom: 100px;
}
.product-tabs .support__tabs {
    margin-top: 0;
}
.product-tabs__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.product-tabs__row img {
    max-width: 30%;
    max-height: 21.875rem;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: right;
    object-position: right;
    min-width: 250px;
}
.product-tabs__row img + .list-cols {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}
@media (max-width: 1080px) {
    .product-tabs__row img + .list-cols {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}
.product-tabs__row .list-cols {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
@media (max-width: 767px) {
    .product-tabs .container {
        overflow-x: auto;
    }
    .product-tabs .support__tabs {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        min-width: 738px;
        max-width: 800px;
    }
}
.product-reviews {
    overflow: hidden;
    margin-bottom: 100px;
}
.product-reviews .swiper {
    width: 69%;
    overflow: visible;
}
.product-reviews .card-video__img::before {
    padding-top: 56%;
}
.product-reviews__container {
    margin-top: 3.75rem;
}
@media (min-width: 992px) {
    .product-reviews.product-reviews--small .swiper {
        width: 42%;
        margin-left: 0;
    }
    .product-reviews.product-reviews--small .card-video__img::before {
        padding-top: 100%;
    }
    .product-reviews.product-reviews--small .card-video .card-video__btn {
        width: 42px;
        height: 42px;
    }
    .product-reviews.product-reviews--small .card-video .card-video__btn::before {
        width: 65px;
        height: 65px;
    }
}
@media (max-width: 1440px) {
    .product-reviews .swiper {
        width: 100%;
    }
}
@media (max-width: 991px) {
    .product-reviews .product-reviews__container {
        margin: 50px calc(var(--container-margin) * -1 + 15px) 0;
    }
    .product-reviews .content .swiper-controls {
        margin-top: 40px;
    }
}
@media (max-width: 767px) {
    .product-reviews {
        margin-bottom: 100px;
    }
    .product-reviews .swiper {
        overflow: hidden;
    }
}
.product-guides {
    margin-bottom: 100px;
}
.product-guides__container {
    margin-top: 3.125rem;
}
.product-guides__container.support__tabs-inner {
    padding-bottom: 8.125rem;
}
@media (max-width: 991px) {
    .product-guides .product-guides__container.support__tabs-inner {
        padding-bottom: 70px;
    }
    .product-guides .support__tabs-inner {
        margin: 50px calc(var(--container-margin) * -1 + 15px) 0;
    }
    .product-guides .support__table-title ~ .support__table-row {
        margin-left: 20px;
    }
    .product-guides .support__table-item {
        min-width: -webkit-min-content;
        min-width: -moz-min-content;
        min-width: min-content;
    }
    .product-guides .support__table-title {
        padding-bottom: 10px;
        margin-bottom: 38px;
        margin-top: 50px;
    }
    .product-guides .support__table-title ~ .support__table-row:not(:last-child) {
        margin-bottom: 30px;
    }
    .product-guides .support__table-table {
        margin-top: -30px;
    }
}
@media (max-width: 767px) {
    .product-guides .support__tabs-inner {
        margin: 50px -20px 0;
    }
    .product-guides .product-guides__container.support__tabs-inner {
        padding: 60px 20px;
    }
    .product-guides .support__table-title > * {
        font-size: 16px;
        line-height: 27px;
    }
    .product-guides .support__table-table {
        margin-top: -10px;
    }
    .product-guides .support__table-title {
        padding-bottom: 6px;
        margin-bottom: 40px;
    }
    .product-guides .support__table-title ~ .support__table-row {
        margin-left: 0;
    }
    .product-guides .support__table-title ~ .support__table-row:not(:last-child) {
        margin-bottom: 25px;
    }
    .product-guides .support__table-row {
        margin-left: -5px;
        margin-right: -5px;
    }
    .product-guides .support__table-item {
        padding: 0 5px;
    }
    .product-guides .support__table-item,
    .product-guides .support__table-item > :first-child {
        font-size: 13px;
        line-height: 18px;
    }
    .product-guides .support__table-item:not(:first-child):not(:last-child) > * {
        font-size: 10px;
        line-height: 14px;
    }
}
.product-faq {
    margin-bottom: 7.5rem;
    position: relative;
}
.product-faq .accordion__head::before {
    left: calc(var(--container-margin) * -1);
}
.product-faq .accordion-list {
    overflow: visible;
}
.product-faq .accordion__body-inner {
    max-width: 90rem;
    margin-left: 3.125rem;
    margin-right: auto;
}
.product-faq .accordion:not(:last-child) .accordion__body-inner {
    padding-bottom: 3.125rem;
}
.product-faq__bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 13%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    overflow: hidden;
    z-index: -1;
}
.product-faq__bg > :not(.product-faq__bg-overlay) {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.product-faq__bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    width: auto;
    height: auto;
}
.product-faq__container {
    margin-top: 3.125rem;
}
@media (max-width: 991px) {
    .product-faq {
        padding-bottom: 60px;
    }
    .product-faq .title-h1 {
        margin-left: 30px;
    }
    .product-faq .title-small {
        margin-left: 30px;
        max-width: 340px;
    }
    .product-faq .product-faq__bg {
        top: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        bottom: 0;
    }
    .product-faq .product-faq__bg-overlay {
        width: 100%;
        height: 100%;
    }
    .product-faq .accordion:not(:last-child) .accordion__body-inner {
        padding-bottom: 0;
    }
    .product-faq .accordion__body-inner {
        margin-left: 60px;
        padding-top: 25px;
    }
}
@media (max-width: 767px) {
    .product-faq .title-small {
        margin-left: 0;
    }
    .product-faq .title-h1 {
        margin-left: 0;
    }
    .product-faq .product-faq__container {
        margin-top: 70px;
    }
}
.banner-questions {
    margin-bottom: 100px;
    overflow: hidden;
    position: relative;
    min-height: 39.375rem;
}
@media (min-width: 992px) {
    .banner-questions {
        padding-bottom: 240px;
        padding-top: 110px;
        margin-top: -110px;
        margin-bottom: -50px;
    }
}
.banner-questions__bg {
    position: absolute;
    top: 58%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    max-width: 76.75rem;
    z-index: -1;
}
.banner-questions__container {
    margin-left: auto;
    max-width: 62.5rem;
}
.banner-questions__text {
    margin-top: 0.875rem;
}
.banner-questions__text > * {
    font-weight: 400;
    font-size: 2rem;
    line-height: 2.4375rem;
}
.banner-questions__text a {
    text-decoration: underline;
}
.banner-questions__text a:hover {
    color: var(--primary);
}
.banner-questions .banner-questions__text + .ico-links__container {
    margin-top: 4rem;
}
.banner-questions .ico-links__container {
    margin-top: 7.5rem;
}
@media (max-width: 991px) {
    .banner-questions {
        min-height: unset;
        padding-top: 40px;
    }
    .banner-questions .banner-questions__container {
        max-width: 100%;
    }
    .banner-questions .banner-questions .ico-links__container {
        margin-top: 60px;
    }
    .banner-questions .banner-questions__bg {
        top: 30px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        max-width: 520px;
    }
    .banner-questions .ico-links__item {
        padding: 40px 15px;
        min-height: 300px;
    }
    .banner-questions .ico-links__ico {
        width: 75px;
        height: 75px;
        margin: 0 auto 20px;
    }
    .banner-questions .ico-links__link {
        margin-top: 0;
        font-size: 16px;
        line-height: 27px;
    }
    .banner-questions .banner-questions__container > :not(.ico-links__container) {
        width: 67%;
        margin-left: auto;
    }
    .banner-questions .title-h3 {
        font-size: 22px;
        line-height: 32px;
    }
}
@media (max-width: 767px) {
    .banner-questions {
        margin-bottom: 90px;
        padding-top: 0;
        overflow: visible;
    }
    .banner-questions .banner-questions__bg {
        top: -114px;
    }
    .banner-questions .banner-questions__container > :not(.ico-links__container) {
        width: 100%;
    }
    .banner-questions .ico-links__item {
        padding: 0;
        min-height: unset;
    }
    .banner-questions .ico-links__container {
        margin: 54px 0 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .banner-questions .ico-links__item:not(:last-child) {
        border-right: none;
        border-bottom: 1px solid var(--primary);
        padding-bottom: 60px;
        margin-bottom: 40px;
    }
}
.registration {
    min-height: calc(100vh - 16.5rem - 8.25rem);
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10.25rem;
}
.registration__title {
    margin-bottom: 0.875rem;
    text-align: center;
}
.registration__title > * {
    font-weight: 700;
    font-size: 2rem;
    line-height: 3.375rem;
}
.registration__bg {
    position: absolute;
    top: -6.25rem;
    left: 50%;
    z-index: -1;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    max-width: 85.375rem;
}
.registration__bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
}
.registration__bg > :not(.registration__bg-overlay) {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    min-height: 250px;
}
.registration__container {
    max-width: 37.875rem;
    width: 100%;
    margin: 0 auto;
}
.registration__container .popup__text.error {
    margin-bottom: -14px;
}
.registration__text {
    margin-top: 1.875rem;
}
.registration__text > * {
    font-size: 0.8125rem;
    line-height: 1.125rem;
    color: rgba(231, 231, 231, 0.5);
    text-align: center;
}
.registration__submit {
    margin-top: 3.125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.registration__links {
    margin-top: 1.875rem;
    font-size: 0.8125rem;
    line-height: 1.125rem;
    text-align: center;
    text-decoration: underline;
    color: rgba(231, 231, 231, 0.5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.registration__links > :not(:last-child) {
    margin-right: 1.25rem;
}
@media (max-width: 991px) {
    .registration {
        min-height: 100vh;
        margin-top: 0;
        padding: 123px 0 70px;
        margin-bottom: 0 !important;
    }
    .registration .registration__container {
        max-width: 490px;
    }
    .registration .test-form__row:not(:last-child) {
        margin-bottom: 5px;
    }
    .registration .registration__title {
        margin-bottom: 15px;
    }
    .registration .registration__title > * {
        font-size: 22px;
        line-height: 32px;
    }
    .registration .test-form__form {
        padding-top: 0;
    }
    .registration .registration__text > * {
        font-size: 11px;
        line-height: 15px;
    }
    .registration .registration__text {
        margin-top: 15px;
    }
    .registration .registration__submit {
        margin-top: 25px;
    }
    .registration a.button,
    .registration button.button {
        width: 272px !important;
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .registration {
        padding: 105px 0 57px;
    }
    .registration .registration__container {
        max-width: 360px;
    }
    .registration .registration__title {
        margin-bottom: 25px;
    }
    .registration .registration__title > * {
        font-size: 16px;
        line-height: 22px;
    }
    .registration .registration__text > * {
        font-size: 9px;
        line-height: 12px;
    }
    .registration a.button,
    .registration button.button {
        width: 180px !important;
        font-size: 13px;
    }
    .registration .test-form__row {
        margin: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .registration .test-form__row > * {
        margin: 0;
    }
    .registration .registration__bg {
        top: 70px;
        width: calc(100% - 40px);
    }
    .registration .test-form__row > :not(:last-child) {
        margin-bottom: 5px;
    }
}
.account {
    padding-top: 10.8125rem;
    padding-bottom: 3.125rem;
    min-height: 86vh;
    overflow: hidden;
}
.account form .form-row-first,
.account form .form-row-last {
    float: unset !important;
}
.account form .form-row-first,
.account form .form-row-last {
    width: unset !important;
}
.account .blockUI,
.account .select2,
.account .woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
    display: none !important;
}
.account__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 3rem;
}
.account__nav {
    width: 29.5%;
}
.account__nav-inner {
    max-width: 17.5rem;
    width: 100%;
}
.account__nav-inner a {
    font-weight: 400;
    font-size: 1.375rem;
    line-height: 1.6875rem;
    color: #d9d9d9;
    -webkit-transition: color var(--hover-transition);
    -o-transition: color var(--hover-transition);
    transition: color var(--hover-transition);
}
.account__nav-inner a:hover {
    color: var(--primary);
}
.account__nav-inner li:not(:last-child).is-active {
    border-color: var(--primary);
}
.account__nav-inner li:not(:last-child).is-active a {
    pointer-events: none;
    color: var(--primary);
}
.account__nav-inner li.woocommerce-MyAccount-navigation-link--customer-logout {
    opacity: 0.5;
}
.account__nav-inner li:not(:last-child) {
    padding-bottom: 1.25rem;
    margin-bottom: 1.5625rem;
    border-bottom: 1px solid;
}
.account__orders {
    max-width: 870px;
    width: 100%;
}
.account__content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 64.75rem;
}
.account__order {
    background: rgba(75, 76, 77, 0.5);
}
.account__order .accordion__ico {
    right: 50px;
    width: 1.25rem;
    height: 1.25rem;
    top: calc(50% - 3px);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.account__order.is-open .accordion__ico-plus {
    opacity: 0;
}
.account__order.is-open .accordion__ico-minus {
    opacity: 1;
}
.account__order:not(:last-child) {
    margin-bottom: 0.3125rem;
}
.account__order-head {
    background: #4b4c4d;
    padding: 1.5rem 3.125rem 1.375rem;
    position: relative;
    cursor: pointer;
}
.account__order-head__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid;
    padding-bottom: 0.625rem;
    padding-right: 3.125rem;
}
.account__order-head__status {
    color: var(--primary);
    font-weight: 400;
    font-size: 0.8125rem;
    line-height: 1rem;
}
.account__order-head__item {
    min-width: 7.1875rem;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 12.5rem;
    font-weight: 700;
    font-size: 0.8125rem;
    line-height: 1rem;
    color: #d9d9d9;
    text-align: center;
}
.account__order-head__item:not(:last-child) {
    margin-right: 8.5%;
}
.account__order-head__item .order-number {
    font-weight: 400;
}
.account__order-head__item .product-section__price-new {
    font-weight: 700;
    font-size: 0.8125rem;
    line-height: 1rem;
    text-align: center;
    color: #d9d9d9;
}
.account__order-head__item .product-section__price-old {
    margin-left: 0.625rem;
    font-weight: 700;
    font-size: 0.75rem;
    line-height: 0.875rem;
    text-align: center;
    color: #d9d9d9;
}
.account__order-head__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.account__order-body {
    display: none;
}
.account__order-details {
    background: rgba(75, 76, 77, 0.5);
    padding: 1.875rem 3.125rem 2.5rem;
}
.account__order-details ol {
    padding-left: 0.9375rem;
    max-width: 22.125rem;
}
.account__order-details ol > li {
    font-weight: 700;
    font-size: 0.8125rem;
    line-height: 1.6875rem;
    margin-bottom: 0.5rem;
}
.account__order-details ol > li a {
    font-weight: 400;
    text-decoration: underline;
}
.account__order-details ol > li ul {
    list-style: disc;
    padding-left: 1.0625rem;
    font-weight: 400;
    font-size: 0.6875rem;
    line-height: 1rem;
    margin-top: 0.375rem;
}
.account__order-details__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.account__order-details__row>*:last-child::after{
    content: ' *';
}
.account__order-info {
    padding: 1.5rem 3.125rem 2.375rem;
}
.account__order-info__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -15px;
}
.account__order-info__item {
    max-width: 20.625rem;
    width: calc(50% - 30px);
    margin: 0 15px;
}
.account__order-info__item-title {
    font-weight: 400;
    font-size: 13px;
    line-height: 27px;
    padding-bottom: 0.25rem;
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 1.625rem;
}
.account__order-info__item-block {
    padding: 0.875rem 2.1875rem 1rem;
    background: rgba(75, 76, 77, 0.5);
    border: 1px solid rgba(217, 217, 217, 0.2);
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #d9d9d9;
}
.account__order-info__item-block > :not(:last-child) {
    margin-bottom: 0.3125rem;
}
.account__order-info__item-block address {
    font-weight: 400;
    font-size: 10px;
    line-height: 14px;
    font-style: normal;
}
.account__order-info__item li:not(:last-child) {
    margin-bottom: 0.3125rem;
}
.account__order-info__item li > :first-child {
    font-size: 10px;
    line-height: 16px;
}
.account__order-info__total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 17.3125rem;
    width: 100%;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 0.3125rem;
    margin-top: 3.125rem;
    margin-left: auto;
}
.account__order-info__total .product-section__price-new,
.account__order-info__total .product-section__price-old {
    font-size: 1rem;
    line-height: 1.6875rem;
}
.account__submit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 3.75rem;
}
.account__submit .button > * {
    color: #fff !important;
}
.visually-hidden {
    position: absolute;
    left: -9999px;
}


.account__order-info__total {
    justify-content: space-between;
    position: relative;
}
.account__order-info__total .product-section__price {
    margin-right: 0;
}
.account__order-info__total .account__order-disclaimer {
    position: absolute;
    right: 0;
    bottom: -4px;
    transform: translateY(100%);
    margin-top: 0!important;
}
.account__order-info__total .account__order-disclaimer::before {
    content: none;
}
.account__order-disclaimer a {
    text-decoration: underline;
}
.account__order-disclaimer {
    color: #E7E7E7;
    text-align: right;
    font-size: 9px;
    font-weight: 400;
    line-height: 16px;
    display: block;
    max-width: 22.125rem;
    margin-top: 21px;
}
.account__order-disclaimer::before {
    content: '* ';
    font-weight: 700;
}
.account__order-details {
    padding: 1.875rem 3.125rem 4px;
}

@media (max-width: 991px) {
    .account .container {
        padding: 0 15px;
    }
    .account .catalog__title {
        margin-left: 40px;
    }
    .account__nav-inner a {
        font-size: 16px;
        line-height: 27px;
        padding-right: 20px;
    }
    .account__nav-inner li:not(:last-child) {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .account__nav {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        margin-right: 20px;
    }
    .account__order-head {
        padding: 24px 44px 22px;
    }
    .account__order-head__item {
        font-size: 13px;
        line-height: 16px;
    }
    .account__order-head__item .product-section__price-new {
        font-size: 13px;
        line-height: 16px;
    }
    .account__order-head__status {
        font-size: 13px;
        line-height: 16px;
        width: 38%;
        text-align: center;
    }
    .account__order-head__inner {
        padding-bottom: 10px;
        padding-right: 53px;
    }
    .account__order .accordion__ico {
        right: 70px;
        width: 20px;
        height: 20px;
    }
    .account__order-details {
        padding: 30px 58px 40px;
    }
    .account__order-details ol > li {
        margin-bottom: 8px;
        font-size: 13px;
        line-height: 27px;
    }
    .account__order-details ol {
        max-width: 355px;
    }
    .account__order-details ol > li ul {
        margin-top: 6px;
        font-size: 9px;
        line-height: 16px;
    }
    .account__order-info {
        padding: 24px 44px 38px;
    }
    .account__order-info .price {
        margin-left: 20px;
    }
    .account__order-info__item-title {
        padding-bottom: 4px;
        margin-bottom: 26px;
    }
    .account__order-info__item-block {
        padding: 14px 30px 16px;
    }
    .account__order-info__item-block > :not(:last-child) {
        margin-bottom: 5px;
    }
    .account__order-info__item {
        max-width: unset;
    }
    .account__order-info__item li:not(:last-child) {
        margin-bottom: 5px;
        font-size: 13px;
        line-height: 16px;
    }
    .account__order-info__total {
        max-width: 240px;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin-top: 50px;
        padding-left: 40px;
    }
    .account .product-section__price {
        margin-right: 0;
    }
    .account__order-info__total .product-section__price-new,
    .account__order-info__total .product-section__price-old {
        font-size: 16px;
        line-height: 27px;
    }
    .account__order:not(:last-child) {
        margin-bottom: 5px;
    }
    .account__nav {
        padding-top: 10px;
    }
    .account .cart__fields-row {
        margin-bottom: 0 !important;
    }
    .account a.button.button--wide,
    .account button.button.button--wide {
        width: 232px !important;
        height: 42px !important;
        font-size: 16px;
    }
    .account__nav-inner {
        max-width: unset;
    }
    .account__nav-inner a {
        white-space: nowrap;
    }
    .account__nav {
        padding-top: 8px;
    }
}
@media (max-width: 767px) {
    .account {
        padding-top: 126px;
        padding-bottom: 0;
    }
    .account__nav {
        display: none;
    }
    .account .catalog__title {
        margin-left: 0;
        margin-bottom: 46px;
    }
    .account__order-head {
        padding: 24px 10px 17px;
    }
    .account__order-head__item {
        font-size: 10px;
    }
    .account__order-head__item .product-section__price-new {
        font-size: 10px;
    }
    .account__order-head__inner {
        padding-right: 30px;
        padding-bottom: 4px;
    }
    .account__order .accordion__ico {
        right: 10px;
    }
    .account__order-head__status {
        width: auto;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        font-size: 10px;
    }
    .account__order-details {
        padding: 30px 10px 24px;
        padding-right: 20px;
    }
    .account__order-info {
        padding: 20px 10px 30px;
    }
    .account__order-info__total {
        max-width: 100%;
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 34px;
        padding-left: 0;
    }
    .account__content {
        width: 100%;
    }
    .account__order-head__item {
        min-width: 70px;
        max-width: unset;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0 10px;
    }
    .account__order-head__item:not(:last-child) {
        margin-right: 20px;
    }
    .account__order-head__info {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .account__order-info__items {
        margin: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .account__order-info__item {
        width: 100%;
        margin: 0;
    }
    .account__order-info__item:not(:last-child) {
        margin-bottom: 24px;
    }
    .account__order-head__info {
        -webkit-box-flex: unset;
        -ms-flex-positive: unset;
        flex-grow: unset;
        width: 66%;
    }
    .account__submit {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 50px;
    }
    .account .account__container {
        margin-top: 23px;
    }
    .account .account__orders {
        margin-top: 23px;
    }
    .account .catalog__title {
        margin-bottom: 23px;
    }
    .account__order-disclaimer {
        margin-top: 11px;
    }
    .account__order-details {
        padding: 30px 10px 5px;
    }

}
.support {
    margin-bottom: 100px;
    padding-top: 13.1875rem;
}
.support .accordion-list:not(:first-child) {
    margin-top: 5.625rem;
}
.support__bg {
    width: 100%;
    max-width: 1180px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}
.support__tabs {
    margin-top: 6.25rem;
}
.support__tabs .wp-content {
    margin-top: 2.5rem;
}
.support__tabs-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.support__tabs-btn {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 26.875rem;
    min-height: 4.375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 900;
    font-size: 1.375rem;
    line-height: 2.4375rem;
    font-family: Montserrat;
    cursor: pointer;
    border-bottom: 1px solid transparent;
    -webkit-transition: background var(--hover-transition), color var(--hover-transition), border-bottom-color var(--hover-transition);
    -o-transition: background var(--hover-transition), color var(--hover-transition), border-bottom-color var(--hover-transition);
    transition: background var(--hover-transition), color var(--hover-transition), border-bottom-color var(--hover-transition);
}
.support__tabs-btn.is-selected {
    background: #4b4c4d;
    color: var(--primary);
    border-bottom-color: var(--primary);
}
.support__tabs-inner {
    padding: 3.125rem;
    background: #4b4c4d;
}
.support__tabs-tab:not(:first-child) {
    display: none;
}
.support__table {
    margin-top: 2.5rem;
}
.support__table .swiper-slide {
    opacity: 0;
    -webkit-transition: opacity 0.6s ease;
    -o-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease;
}
.support__table .swiper-slide.swiper-slide-active {
    opacity: 1;
}
.support__table-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 1.5625rem;
}
.support__table-btn {
    font-weight: 700;
    font-size: 2rem;
    line-height: 2.4375rem;
    text-align: center;
    color: rgba(217, 217, 217, 0.5);
    cursor: pointer;
}
.support__table-btn > * {
    text-align: center;
    display: inline-block;
    padding: 0 2.0625rem;
}
.support__table-line {
    width: 100%;
    position: relative;
    height: 1px;
    background: #d9d9d9;
    margin-bottom: 5.3125rem;
}
.support__table-line > * {
    position: absolute;
    left: 0;
    height: 3px;
    bottom: 0;
    border-radius: 3px;
    background: var(--primary);
}
.support__table-line.is-initted > * {
    -webkit-transition: left var(--hover-transition), width var(--hover-transition);
    -o-transition: left var(--hover-transition), width var(--hover-transition);
    transition: left var(--hover-transition), width var(--hover-transition);
}
.support__table-title {
    padding-bottom: 0.875rem;
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 2.375rem;
    margin-top: 3.125rem;
}
.support__table-title > * {
    font-weight: 700;
    font-size: 2rem;
    line-height: 2.4375rem;
}
.support__table-title ~ .support__table-row {
    margin-left: 6.875rem;
}
.support__table-title ~ .support__table-row:not(:last-child) {
    margin-bottom: 1.875rem;
}
.support__table-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.support__table-row:not(:last-child) {
    margin-bottom: 2.5rem;
}
.support__table-item {
    width: 10%;
    color: #d9d9d9;
}
.support__table-item:first-child {
    width: 50%;
}
.support__table-item > * {
    max-width: 31.25rem;
}
.support__table-item > :first-child {
    font-weight: 700;
    font-size: 1.375rem;
    line-height: 1.6875rem;
}
.support__table-item > :not(:last-child) {
    margin-bottom: 0.5rem;
}
.support__table-item a {
    color: var(--primary);
    text-decoration: underline;
}
.support__videos-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 3.625rem -28px 0;
}
.support__videos-list:first-child {
    margin-top: 0;
}
.support__videos-list > * {
    width: calc(100% / 3 - 56px);
    margin: 0 28px 3.75rem;
}
.support__videos-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.support__dropdown {
    position: relative;
    padding: 0 6.875rem 0.9375rem;
    margin-top: 3.4375rem;
    border-bottom: 1px solid #fff;
}
.support__dropdown > ul {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    display: none;
}
.support__dropdown > span {
    font-weight: 700;
    font-size: 2rem;
    line-height: 2.4375rem;
    color: rgba(217, 217, 217, 0.5);
    display: inline-block;
    width: 100%;
    cursor: pointer;
    position: relative;
}
.support__dropdown > span::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 3.125rem;
    height: 3.125rem;
    background-image: url("data:image/svg+xml,%3Csvg width='50' height='50' viewBox='0 0 50 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25 32.0832L12.5 19.5832L15.4167 16.6665L25 26.2498L34.5833 16.6665L37.5 19.5832L25 32.0832Z' fill='%23D9D9D9' fill-opacity='0.5'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
@media (max-width: 991px) {
    .support {
        padding-top: 150px;
    }
    .support__tabs-btn {
        -ms-flex-preferred-size: unset;
        flex-basis: unset;
        -webkit-box-flex: unset;
        -ms-flex-positive: unset;
        flex-grow: unset;
        min-height: unset;
        padding: 8px 20px;
        min-width: 230px;
        font-size: 16px;
        line-height: 27px;
    }
    .support__tabs {
        margin: 0 calc(var(--container-margin) * -1 + 15px);
    }
    .support__tabs-inner {
        padding: 30px 60px 50px;
    }
    .support .support__tabs {
        margin-top: 50px;
    }
    .support .support__tabs-inner {
        padding: 40px 30px 60px;
    }
    .support .support__tabs .wp-content {
        margin-top: 10px;
    }
    .support .support__table {
        margin-top: 20px;
    }
    .product-guides .support__table-table,
    .support .support__table-table {
        padding-left: 30px;
    }
    .product-guides .support__table-btn,
    .support .support__table-btn {
        font-size: 16px;
        line-height: 22px;
    }
    .product-guides .support__table-head,
    .support .support__table-head {
        margin-bottom: 6px;
    }
    .product-guides .support__table-line,
    .support .support__table-line {
        margin-bottom: 20px;
    }
    .product-guides .support__table-item > :not(:last-child),
    .support .support__table-item > :not(:last-child) {
        margin-bottom: 5px;
    }
    .product-guides .support__table-item,
    .support .support__table-item {
        font-size: 13px;
        line-height: 18px;
        min-width: -webkit-min-content;
        min-width: -moz-min-content;
        min-width: min-content;
    }
    .product-guides .support__table-item:first-child,
    .support .support__table-item:first-child {
        width: 44%;
        margin-right: 6%;
    }
    .product-guides .support__table-item > :first-child,
    .support .support__table-item > :first-child {
        font-size: 13px;
        line-height: 18px;
    }
    .product-guides .support__videos-list > *,
    .support .support__videos-list > * {
        width: calc(100% / 2 - 30px);
        margin: 0 15px 30px;
    }
    .product-guides .support__videos-list,
    .support .support__videos-list {
        margin: 3.625rem -15px 0;
    }
    .product-guides .support__dropdown,
    .support .support__dropdown {
        padding: 0 26px 4px;
    }
    .product-guides .support__dropdown > span,
    .support .support__dropdown > span {
        font-size: 16px;
        line-height: 27px;
    }
    .product-guides .support__dropdown > span::after,
    .support .support__dropdown > span::after {
        width: 24px;
        height: 24px;
    }
    .product-guides .support__videos-pagination,
    .support .support__videos-pagination {
        margin-top: 20px;
    }
    .support .support__videos {
        margin-top: 50px;
    }
}
@media (max-width: 767px) {
    .support {
        padding-top: 130px;
    }
    .product-guides .support__tabs,
    .support .support__tabs {
        margin-top: 25px;
        margin-left: -20px;
        margin-right: -20px;
    }
    .product-guides .support__tabs-btn,
    .support .support__tabs-btn {
        padding: 10px;
        font-size: 13px;
        line-height: 16px;
        white-space: nowrap;
        background: #4b4c4d;
        opacity: 0.5;
    }
    .product-guides .support__tabs-inner,
    .support .support__tabs-inner {
        padding: 40px 20px 50px;
    }
    .product-guides .support__tabs .wp-content,
    .support .support__tabs .wp-content {
        margin-top: 20px;
    }
    .product-guides .support__tabs-head,
    .support .support__tabs-head {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 0 30px 10px;
        overflow-x: auto;
        margin-bottom: -10px;
    }
    .support .support__tabs-btn.is-selected {
        opacity: 1;
    }
    .support .title-h2 {
        line-height: 22px;
        font-family: Montserrat;
        font-weight: 900;
    }
    .support .support__table {
        margin-top: 25px;
    }
    .product-guides .support__table-btn,
    .support .support__table-btn {
        white-space: nowrap;
    }
    .product-guides .support__table-head,
    .support .support__table-head {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 0 20px;
        overflow-x: auto;
    }
    .product-guides .support__table-btn > *,
    .support .support__table-btn > * {
        padding: 0 15px;
    }
    .product-guides .support__table-line,
    .support .support__table-line {
        display: none;
    }
    .product-guides .support__table-head,
    .support .support__table-head {
        padding-bottom: 14px;
    }
    .product-guides .support__table-btn,
    .support .support__table-btn {
        border-bottom: 3px solid transparent;
        margin-bottom: -4px;
        -webkit-transition: border-bottom-color var(--hover-transition);
        -o-transition: border-bottom-color var(--hover-transition);
        transition: border-bottom-color var(--hover-transition);
        padding-bottom: 1px;
        position: relative;
        z-index: 2;
    }
    .product-guides .support__table-btn.is-active,
    .support .support__table-btn.is-active {
        border-bottom-color: var(--primary);
    }
    .product-guides .support__table-head,
    .support .support__table-head {
        margin-bottom: 0;
    }
    .product-guides .support__table-table,
    .support .support__table-table {
        padding-left: 0;
    }
    .product-guides .support__table-item,
    .support .support__table-item {
        margin: 0 !important;
        position: relative;
    }
    .product-guides .support__table-inner,
    .support .support__table-inner {
        padding-top: 40px;
        border-top: 1px solid;
        margin-top: -11px;
    }
    .product-guides .support__table-row,
    .support .support__table-row {
        padding-right: 36%;
        position: relative;
        display: block;
    }
    .product-guides .support__table-row:not(:last-child),
    .support .support__table-row:not(:last-child) {
        margin-bottom: 25px;
    }
    .product-guides .support__table-row > :first-child,
    .support .support__table-row > :first-child {
        display: block;
        width: 100% !important;
        margin-bottom: 13px;
    }
    .product-guides .support__table-row > :first-child > :last-child:not(:first-child),
    .support .support__table-row > :first-child > :last-child:not(:first-child) {
        font-size: 10px;
        line-height: 14px;
    }
    .product-guides .support__table-row > :last-child,
    .support .support__table-row > :last-child {
        position: absolute;
        top: 0;
        right: 0;
        width: 36% !important;
        text-align: right;
    }
    .product-guides .support__table-row > :last-child > *,
    .support .support__table-row > :last-child > * {
        font-size: 13px;
        line-height: 18px;
    }
    .product-guides .support__table-row > :not(:first-child):not(:last-child),
    .support .support__table-row > :not(:first-child):not(:last-child) {
        display: inline;
        margin-right: 10px !important;
    }
    .product-guides .support__table-row > :not(:first-child):not(:last-child) > *,
    .support .support__table-row > :not(:first-child):not(:last-child) > * {
        display: inline;
        font-size: 10px;
        line-height: 14px;
    }
    .support .support__videos-list > * {
        width: 100%;
        margin: 0 0 25px;
    }
    .support .support__videos-list > :last-child {
        margin-bottom: 0;
    }
    .support .support__videos-list {
        margin: 25px 0 0;
    }
    .support .support__dropdown > span {
        font-size: 13px;
        line-height: 18px;
    }
    .support .support__dropdown {
        padding: 0 12px 4px;
    }
    .support .support__videos {
        margin-top: 25px;
    }
    .support .support__dropdown {
        margin-top: 47px;
    }
    .support .accordion .accordion__body-inner {
        margin-right: 0;
    }
    .support .accordion__body-inner {
        padding-top: 30px;
        font-size: 10px;
        line-height: 14px;
    }
}
.promo-test {
    position: relative;
    margin-bottom: 6.25rem;
    overflow: hidden;
}
.promo-test__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 100vh;
    padding-top: 7.875rem;
    padding-bottom: 3.125rem;
}
.promo-test__bg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.promo-test__bg > :not(.promo-test__bg-overlay) {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.promo-test__bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
}
.promo-test__title {
    position: relative;
}
.promo-test__title::after {
    content: "";
    position: absolute;
    left: calc(var(--container-margin) * -1 - 16px);
    bottom: 0;
    height: 1px;
    background: var(--primary);
    width: 44%;
}
.promo-test__text {
    margin-top: 2.5rem;
    max-width: 37.5rem;
}
.promo-test__btn {
    margin-top: 1.875rem;
}
@media (max-width: 991px) {
    .promo-test .promo-test__container {
        min-height: unset;
        padding-top: 155px;
        padding-bottom: 60px;
    }
    .promo-test .promo-test__text {
        margin-top: 25px;
    }
    .promo-test .promo-test__btn {
        margin-top: 50px;
    }
    .promo-test .promo-test__bg-overlay {
        width: 100%;
        height: 100%;
    }
    .promo-test .promo-test__bg > :not(.promo-test__bg-overlay) {
        opacity: 0.5;
        position: relative;
        right: -53px;
    }
}
@media (max-width: 767px) {
    .promo-test .promo-test__container {
        min-height: 100vh;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding-top: 100px;
        padding-bottom: 30px;
    }
    .promo-test .promo-test__btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .promo-test .promo-test__btn .button {
        min-height: 44px;
        min-width: 218px;
    }
    .promo-test .promo-test__text {
        font-size: 13px;
        line-height: 18px;
        min-height: 100px;
    }
    .promo-test .promo-test__bg > :not(.promo-test__bg-overlay) {
        right: 0;
    }
    .promo-test .promo-test__bg-overlay {
        left: -50%;
        width: 200%;
    }
}
.test-locations {
    margin-bottom: 4.6875rem;
    position: relative;
}
.test-locations .container {
    min-height: 44.625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.test-locations__map {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 80%;
    z-index: 1;
}
.test-locations__map-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.test-locations__map-overlay-mobile,
.test-locations__map-overlay-tablet {
    display: none;
}
@media (min-width: 768px) and (max-width: 991px) {
    .test-locations__map-overlay {
        display: none;
    }
    .test-locations__map-overlay-tablet {
        display: block;
    }
}
@media (max-width: 767px) {
    .test-locations__map-overlay {
        display: none;
    }
    .test-locations__map-overlay-mobile {
        display: block;
    }
}
.test-locations__map-inner {
    width: 100%;
    height: 100%;
    position: relative;
}
.test-locations__title {
    position: relative;
    z-index: 2;
    margin-bottom: 0.875rem;
}
.test-locations__content {
    position: relative;
    z-index: 2;
    padding-left: 3.125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 41.0625rem;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.test-locations__items {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.test-locations__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 31.25rem;
}
.test-locations__item:not(:last-child) {
    margin-bottom: 1.875rem;
}
.test-locations__item.is-open .test-locations__item-link::after {
    width: 350%;
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.test-locations__item-ico {
    width: 3.125rem;
    height: 3.125rem;
    margin-right: 2.75rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    cursor: pointer;
}
.test-locations__item-title {
    cursor: pointer;
}
.test-locations__item-title > * {
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.6875rem;
}
.test-locations__item-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.test-locations__item-content {
    width: 100%;
}
.test-locations__item-link {
    margin-left: 1.25rem;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.6875rem;
    color: var(--primary);
    position: relative;
}
.test-locations__item-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    background: var(--primary);
    width: 100%;
    -webkit-transition: width var(--hover-transition);
    -o-transition: width var(--hover-transition);
    transition: width var(--hover-transition);
}
.test-locations__item-body {
    display: none;
    padding: 0.625rem 0 0.625rem 1.25rem;
    font-size: 1rem;
    line-height: 1.6875rem;
    color: #d9d9d9;
}
@media (max-width: 991px) {
    .test-locations {
        margin-bottom: 100px;
    }
    .test-locations .test-locations__title {
        max-width: 400px;
    }
    .test-locations .test-locations__content {
        padding-left: 0;
        max-width: 440px;
    }
    .test-locations .test-locations__map {
        top: unset;
        width: 69%;
        height: 315px;
    }
    .test-locations .container {
        min-height: unset;
    }
    .test-locations .test-locations__items {
        margin-top: 50px;
        min-height: 315px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .test-locations .test-locations__item-ico {
        width: 33px;
        height: 33px;
        margin-right: 30px;
    }
    .test-locations .test-locations__item-title > * {
        font-size: 16px;
        line-height: 27px;
    }
    .test-locations .test-locations__item-link {
        font-size: 16px;
        line-height: 27px;
    }
    .test-locations .test-locations__item {
        max-width: 360px;
    }
    .test-locations .test-locations__item.is-open .test-locations__item-link::after {
        width: 230%;
    }
    .test-locations .test-locations__item-body {
        padding: 10px 0 5px 14px;
        font-size: 16px;
        line-height: 22px;
    }
    .test-locations .test-locations__item:not(:last-child) {
        margin-bottom: 20px;
    }
}
@media (max-width: 767px) {
    .test-locations .test-locations__title {
        margin-bottom: -10px;
    }
    .test-locations .test-locations__items {
        margin-top: 40px;
        min-height: unset;
    }
    .test-locations .test-locations__item-ico {
        margin-right: 20px;
    }
    .test-locations .test-locations__item-title > * {
        font-size: 14px;
        line-height: 22px;
        -webkit-transition: color var(--hover-transition);
        -o-transition: color var(--hover-transition);
        transition: color var(--hover-transition);
    }
    .test-locations .test-locations__item.is-open .test-locations__item-title > * {
        color: var(--primary);
    }
    .test-locations .test-locations__item-link {
        font-size: 14px;
        line-height: 22px;
    }
    .test-locations .test-locations__item-body {
        padding: 10px 0 0 30px;
        font-size: 14px;
    }
    .test-locations .test-locations__item:not(:last-child) {
        margin-bottom: 25px;
    }
    .test-locations .test-locations__map {
        width: 100%;
        height: auto;
        position: relative;
        margin-top: 50px;
    }
    .test-locations .test-locations__map::before {
        content: "";
        display: block;
        width: 100%;
        padding-top: 73%;
    }
    .test-locations .test-locations__map-inner {
        position: absolute !important;
        top: 0;
        left: 0;
    }
    .test-locations .test-locations__item-link::after {
        width: 34px !important;
    }
    .test-locations .test-locations__item-link {
        margin-left: 0;
    }
    .test-locations .test-locations__map-overlay {
        top: -2px;
        bottom: -2px;
        height: calc(100% + 4px);
    }
}
.test-form {
    position: relative;
    padding-top: 4.1875rem;
    padding-bottom: 12.3125rem;
    margin-top: -4.1875rem;
    margin-bottom: -6.0625rem;
    overflow: hidden;
    min-height: 52.625rem;
}
.test-form__bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 76.875rem;
    z-index: -1;
}
.test-form__bg > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.test-form__bg > :not(.test-form__bg-overlay) {
    opacity: 0.2;
}
.test-form__bg-overlay {
    z-index: 2;
}
.test-form__container {
    width: 67.5%;
    margin-left: auto;
}
.test-form__content {
    max-width: 58.4375rem;
}
.test-form__form {
    padding-top: 0.25rem;
}
.test-form__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1.5625rem;
}
.popup .test-form__row{
    margin-top: 30px;
}
.test-form__row > * {
    margin: 0 1.5625rem;
}
.test-form__row:not(:last-child) {
    margin-bottom: 0.625rem;
}
.test-form__input {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.test-form__text {
    max-width: 44.375rem;
    padding-top: 0.5rem;
    margin-left: 1rem;
}
.test-form__text > * {
    font-size: 0.625rem;
    line-height: 0.9375rem;
}
.test-form__submit {
    margin-top: 2.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
@media (max-width: 991px) {
    .test-form {
        padding-top: 170px;
        padding-bottom: 100px;
        margin-top: 0;
        margin-bottom: 0;
        min-height: unset;
    }
    .test-form .test-form__bg {
        bottom: unset;
        width: 565px;
        height: 470px;
    }
    .test-form .test-form__container {
        width: 100%;
    }
    .test-form .test-form__row:not(:last-child) {
        margin-bottom: 30px;
    }
    .test-form .test-form__content {
        max-width: 623px;
        margin: 0 auto;
    }
    .test-form .test-form__text {
        max-width: 100%;
        padding-top: 0;
        margin-top: -12px;
    }
    .test-form .test-form__text > * {
        font-size: 9px;
        line-height: 15px;
    }
    .test-form .test-form__submit {
        margin-top: 48px;
    }
}
@media (max-width: 767px) {
    .test-form {
        padding-top: 100px;
    }
    .test-form .test-form__row:not(:last-child) {
        margin-bottom: 0;
    }
    .test-form .test-form__text {
        margin-top: 22px;
        margin-left: 0;
    }
    .test-form .test-form__text > * {
        color: #d9d9d9;
    }
    .test-form .test-form__row {
        margin: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .test-form .test-form__row > * {
        margin: 0;
    }
    .test-form .test-form__row:not(:last-child) {
        margin-bottom: 0;
    }
    .test-form .test-form__submit {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .test-form .test-form__submit .button {
        max-width: 218px;
    }
    .test-form .test-form__form {
        padding-top: 40px;
    }
    .test-form .title-h1 {
        max-width: 210px;
        margin-left: 0;
        padding-bottom: 0 !important;
    }
    .test-form .title-small {
        margin-left: 0;
        max-width: 210px;
    }
}
.promo-home__popup-close {
    z-index: 2;
}
@media (min-width: 992px) {
    .promo-home__popup-text__inner {
        min-height: unset;
        top: 0;
        left: 0;
        width: 100%;
        max-height: 100%;
    }

    .promo-home__popup-img {
        margin-right: 50px;
    }

    .promo-home__popup-content {
        -ms-flex-item-align: unset;
        align-self: unset;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .promo-home__popup-text {
        overflow: hidden;
        min-height: 11.938rem;
    }

    .promo-home__popup-content {
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .promo-home__popup-content::after {
        content: none;
    }

    .promo-home__popup-text {
        margin-bottom: 1.875rem;
        margin-top: 10px;
    }

    .promo-home__popup-text__inner::after {
        content: '';
        margin-top: 1.5625rem;
        position: static;
        display: block;
        height: 1px;
        width: 7.8125rem;
        background: var(--primary);
    }
}

@media (max-width: 767px) {
    .promo-home__popup-img {
        width: calc(100% + 32px);
        margin-bottom: 9px;
        margin-right: -16px;
        margin-top: 4px;
    }

    .promo-home__popup-inner {
        height: auto;
        padding: 4.125rem 0 20px;
    }

}
.preloader__bg > * {
    object-fit: fill;
}


@media (max-width:991px) and (min-width:768px){


    .promo-home__popup-img > * {
        object-position: center left;
    }

    .promo-home__popup-img {
        width: 45%;
        margin-right: 50px;
        margin-left: -50px;
    }

}
@media (min-width: 992px) {
    .banner-about__content {
        padding: 0 0 0 3.125rem;
        width: 100%;
        margin-left: 0;
    }
    .banner-about__content-inner {
        position: relative;
        padding: 5.4375rem calc(7.25rem + 3.125rem) 29.6875rem;
        margin-right: calc(-1 * 7.25rem);
    }



    .banner-about__list {
        width: calc(7.25rem + 3.125rem + 50%);
        max-width: 100%;
        margin-left: -7.25rem;
        padding: 6.25rem 6.25rem 7.5rem calc(7.25rem + 3.125rem);
    }
    .banner-about__list ul {
        column-gap: 16.12%;
    }
    .banner-about__list ul li {
        max-width: unset;
    }
}
@media (min-width: 992px) and (max-width: 1440px) {
    .banner-about .banner-about__content {
        padding: 0 0 0 3.125rem;
    }
    .banner-about__content-inner {
        padding: 5.4375rem 6.25rem 29.6875rem;
        margin-right: Min(calc(-1 * var(--container-margin) + 20px), -16px);
    }

    .banner-about .banner-about__list {
        width: calc((var(--container-margin) + 22px) + 73%);
        margin-left: calc(-1 * (var(--container-margin)));
        padding: 6.25rem 6.25rem 7.5rem calc(var(--container-margin) + 22px);
    }

}
@media (max-width: 991px) {
    .banner-about__content .container {
        padding: 0;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .banner-about .banner-about__content {
        right: 0;
        margin-left: 78px;
        width: calc(100% - 78px);
    }
    .banner-about .banner-about__content {
        width: 100%;
    }


    .banner-about .banner-about__list {
        width: calc(100% + 54px);
        margin-left: calc((var(--container-margin) + 54px) * -1);
    }
    @media (max-width: 939px) {
        .banner-about .banner-about__list {
            margin-left: -54px;
        }
    }
}
@media (max-width: 767px) {
    .banner-about .banner-about__content {
        margin-left: 9.5%;
        width: calc(100% - 9.5%);
    }
    .banner-about .banner-about__list {
        width: calc(79% + 20px);
    }
    .banner-about .section-bg__poster > * {
        object-position: left bottom;
    }

}

.product-section__stock {
    display: flex;
    padding-right: 3.125rem;
}

.product-section__stock-text {
    flex-basis: 708px;
}

.product-section__content {
    width: calc(51.5% - 3.125rem);
}

.woocommerce-variation-description {
    display: none;
}
.button[disabled] {
    cursor: not-allowed;
    opacity: 0.5;
    background: var(--primary)!important;
}
.product-section__stock-text {
    margin-top: -30px;
    margin-bottom: 20px;
}


.product-section__color-item.out-of-stock > ::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-image: url("../static/app/img/ico-color-unavailable.svg");
    border-radius: 50%;
    background-position: center;
    background-size: 50px;
    background-repeat: no-repeat;
}
.product-section__color-item.out-of-stock > * {
    position: relative;
}

.product-all-soon{
    opacity: 1!important;
}

.product-section .product-section__payments-list {
    max-width: 228px;
    flex-wrap: wrap;
    margin: 0 -6px -10px;
}

.product-section .product-section__payments-list > :not(:last-child) {
     margin-right: 6px;
}

.product-section .paypal-info__img {
    width: 45px;
    height: 28px;
}
.product-section .product-section__payments-list > * {
    margin: 0 6px 10px;
    width: calc(100% / 4 - 12px);
}



.card-product__tag.is-soon {
    background: #D66B0C;
}
.card-product__tag.is-on-sale{
    background:var(--secondary)
}


@media (max-width: 1280px) and (min-width: 769px) {
    .product-section__specs-blocks {
        margin: 0;
        flex-direction: column;
    }


    .product-section__specs-blocks li:not(:last-child) {
        border-right: none;
    }

    .product-section__specs-blocks li {
        padding: 0 0 18px;
    }

}


.product-section__container.is-all-soon .card-product__tag.is-soon{
    opacity: 1!important;
}
.product-section__container.is-all-soon .card-product__tag:not(.is-soon){
    display: none;
}
.product-section__container .woocommerce-variation-availability{
    display: none;
}
.product-section__container:not(.is-all-soon) .card-product__tag.is-soon{
    opacity: 0;
    transition: opacity var(--hover-transition);
}


.product-section__price.no-price .product-section__price-default{
    display: block!important;
}


.product-section__gallery-main .swiper-slide::after, .product-section__gallery-next .swiper-slide::after{
    content: none;
}

.product-section__text a{
    text-decoration: underline;
}
.product-section__text a:first-child{
    text-decoration: underline;
}
.product-section__text a:hover{
    color: var(--primary);
}
.product-section__text+.product-section__text{
    margin-top: 1.6875rem;
    max-width: 100%;
}

@media (min-width: 768px) {
    .product-section__comp{
        display: none;
    }
}


.product-section__comp-title {
    font-size: 10px;
    font-weight: 700;
    line-height: 14px;
    margin-bottom: 7px;
}
.product-section__comp-cols {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -10px;
}
.product-section__comp-cols > * {
    margin: 0 6px 10px;
    display: block;
    font-size: 10px;
    line-height: 14px;
    width: calc(100% / 3 - 12px);
}

.woocommerce .cart .input--select .select2{
    display: block!important;
}


.product-section__text a{
    text-decoration: underline;
}
.product-section__text a:first-child{
    text-decoration: underline;
}
.product-section__text a:hover{
    color: var(--primary);
}
.product-section__text.comp-with{
    margin-top: 1.6875rem;
    max-width: 100%;
}

.product-section__text {
    max-width: unset !important;
}
.text-img__content a {
    text-decoration: underline;
}
@media (min-width: 768px) {
    .product-section__comp{
        display: none;
    }

    .product-section__specs {
        align-items: flex-start;
    }

    .text-img__content h3 {
        font-size: 2rem;
        line-height: 125%;
        font-weight: 700;
        letter-spacing: 0.01em;
    }
    @media (any-hover: hover) {
        .text-img__content a:hover {
            color: var(--primary);
        }
    }
}
@media (max-width: 767px) {
    .product-section .product-section__payments-list > * {
        margin: 0 4px 4px;
        width: calc(100% / 3 - 8px);
    }

    .product-section .product-section__payments-list {
        max-width: 144px;
        width: 100%;
    }

    .product-section .product-section__payments-list > :not(:last-child) {
        margin-right: 4px;
    }

    .product-section .paypal-info__img {
        width: 36px;
        height: 23px;
    }
    .text-img__content h3 {
        font-size: 22px;
        line-height: 145%;
    }

}

.product-section__comp-title {
    font-size: 10px;
    font-weight: 700;
    line-height: 14px;
    margin-bottom: 7px;
}
.product-section__comp-cols {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -10px;
}
.product-section__comp-cols > * {
    margin: 0 6px 10px;
    display: block;
    font-size: 10px;
    line-height: 14px;
    width: calc(100% / 3 - 12px);
}

.input--select select{
    position: absolute;
    left: -9999px;
}
.input--select .select2{
    display: none;
}
.woocommerce-notices-wrapper{
    display: none!important;
}
.dsgvoaio_emailpng { width: auto !important; }



@media (max-width: 991px) and (min-width: 768px) {
    .product-tabs .support__tabs-head {
        justify-content: flex-start;
        overflow-x: auto;
    }
}
@media (max-width: 767px) {


    .product-tabs .support__tabs-head {
        justify-content: flex-start;
    }

    .product-tabs .support__tabs {
        max-width: unset;
    }

    .product-tabs .product-tabs__row {
        flex-direction: column-reverse;
    }

    .product-tabs .support__tabs-inner {
        padding: 30px 30px 26px;
    }


    .product-tabs .list-cols {
        column-count: 1;
    }


    .product-tabs .product-tabs__row:not(:last-child) {
        margin-top: 20px;
    }

    .product-tabs .container {
        overflow-x: unset;
    }
    .product-tabs .support__tabs-head {
        overflow-x: auto;
        width: 100vw;
        margin-left: -20px;
        padding-left: 20px;
        padding-right: 20px;
    }


    .product-tabs .support__tabs-inner {
        width: calc(100vw - 40px);
    }

}






.cart__total-btn .cart__total-text {
    margin-top: 0;
    margin-bottom: 1.5rem !important;
}

label.cart__total-text {
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
}

label.cart__total-text input {
    position: absolute;
    left: -9999px;
}

label.cart__total-text > *,
label.cart__total-text > * a{
    color: #d9d9d9!important;
}
label.cart__total-text > * a:hover{
    color: #fff!important;
}
label.cart__total-text > :nth-child(2) {
    position: relative;
    padding-left: 35px;
}

label.cart__total-text > :nth-child(2)::before {
    content: '';
    position: absolute;
    width: 1.25rem;
    height: 1.25rem;
    top: 50%;
    left: 0;
    -webkit-transition: opacity var(--hover-transition);
    -o-transition: opacity var(--hover-transition);
    transition: opacity var(--hover-transition);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: border-color var(--hover-transition);
    border: 1px solid #fff;
}
label.cart__total-text input.is-error + ::before {
    border-color: #ff5656;
}


label.cart__total-text input:checked+*::before {
    border-color: var(--primary);
}
label.cart__total-text input:checked+*::after {
    opacity: 1;
}

label.cart__total-text {
    max-width: 100% !important;
}

label.cart__total-text > :nth-child(2)::after {
    content: '';
    position: absolute;
    width: 1.25rem;
    height: 1.25rem;
    top: 50%;
    left: 0;
    -webkit-transition: opacity var(--hover-transition);
    -o-transition: opacity var(--hover-transition);
    transition: opacity var(--hover-transition);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    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='M7.75 12L10.58 14.83L16.25 9.17001' stroke='%231A7CEF' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.woocommerce .cart__total {
    padding-bottom: 3.125rem;
}
.woocommerce .cart__bg > * {
    max-height: 1320px;
}
#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
    padding: 0 0 30px !important;
    border-bottom: none !important;
}
.cart__total-btns .cart__total-back{
    display: none;
}
@media (min-width: 768px) {
    .cart__total-inner .cart__total-back {
        display: none;
    }
}
@media (max-width: 767px) {
    .woocommerce .cart__total-btn {
        max-height: 100%;
        overflow-y: auto;
        justify-content: flex-start;
    }
    .woocommerce .cart .cart__total-inner {
        position: fixed;
        background: #4b4c4d;
        z-index: 2;
        bottom: unset !important;
        top: 0;
        left: 0;
        right: 0;
        padding-left: 10px;
        height: 100vh;
        max-height: unset;
        padding-top: 50px;
    }
    .woocommerce .cart__container.checkout .cart__total {
        overflow: visible;
    }
    .woocommerce .cart__total-close {
        display: block;
    }
    .woocommerce-checkout-payment{
        width: 100%;
    }

    .cart__total-back {
        font-size: 16px;
        line-height: 27px;
        padding: 10px;
        border: 1px solid #a8a8a8;
        margin-right: 10px;
        white-space: nowrap;
    }
    .cart__total-btns {
        display: flex;
        width: 100%;
        justify-content: center;
    }
    .woocommerce .cart__total-btn a.button,
    .woocommerce .cart__total-btn button.button {
        width: 100%;
        max-width: 250px;
    }
    #payment.is-shown ~ .cart__total-btns .cart__total-back{
        display: block;
    }

    .cart__total-inner .cart__total-back {
        margin: 38px auto 30px;
        display: block;
        width: max-content;
        max-width: 100%;
    }
}
.show-on-success{
    display: none;
}
.payment_box.is-empty-box{
    display: none !important;
}
.woocommerce-checkout #payment ul.payment_methods li img {
    display: block;
    width: auto;
    float: right;
}

.woocommerce-checkout #payment ul.payment_methods .input.input--radio > label > span {
    color: #fff;
}
.cart__loader{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.55);
    cursor: wait;
    display: none;
}
.cart__loader-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    flex-direction: column;
    font-size: 18px;
    line-height: normal;
}
.cart__loader-inner > img {
    width: 130px;
}
.cart__loader-inner > img:not(:last-child) {
    margin-bottom: 20px;
}
@media (max-width: 767px) {
    .cart__loader > img {
        width: 100px;
    }
    .cart__loader-inner {
        font-size: 16px;
    }
}
.product-section__specs-message.success{
    background: rgba(63, 146, 40, 0.5);
}
.account__content .product-section__specs-message{
    margin-bottom: 40px;
    margin-top: 0;
}

.blog{
    padding-top: 13.125rem;
    overflow: hidden;
}
.blog__container{
    margin-top: 3.125rem;
}
.blog__cards{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1.650% -3.25rem;
}
.blog__card{
    margin: 0 1.650% 3.25rem;
    width: calc(100% / 2 - 3.3%);
    position: relative;
}
.blog__card:hover .blog__card-img img{
    transform: scale(1.1);
}
.blog__card::after{
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    height: 100%;
    background: linear-gradient(0deg, #4b4c4d 0%, rgba(53, 54, 55, 0) 74.5%);
    width: 100%;
}
.blog__card::before{
    content: '';
    display: block;
    width: 100%;
    padding-top: 74.4%;
}
.blog__card-img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    overflow: hidden;
}
.blog__card-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease-in-out;
}
.blog__card-wrapper{
    margin-top: auto;
    z-index: 2;
    padding: 2.8125rem 3.59375rem;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.blog__card-title{
    font-family: "Montserrat", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 141%;
    letter-spacing: 0.01em;
    color: #fff;
    margin-bottom: 2.8125rem;
}
.blog__card-row{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.blog__card-descr{
    letter-spacing: 0.01em;
}
.blog__card-descr >*{
    display: block;
    letter-spacing: 0.01em;
}
.blog__card-descr > span{
    margin-bottom: 3px;
}
.blog__card-descr > time{
    font-size: 1.125rem;
    line-height: 150%;
}


@media (max-width: 991px) {
    .blog .support__tabs{
        margin-top: 50px;
    }
    .blog__cards{
        margin: unset;
    }
    .blog__card{
        margin: 0;
        width: 100%;
        max-height: 400px;
    }
    .blog__card:not(:last-child){
        margin-bottom: 50px;
    }
    .blog__card-img img{
        object-position: top;
    }
    .blog__card-button .button{
        border-radius: 5px;
    }
}
@media (max-width: 768px) {
    .blog{
        padding-top: 130px;
    }
    .blog .support__tabs{
        margin: 25px -20px 0 -20px;
    }
    .blog .support__tabs-head{
        justify-content: flex-start;
        padding: 0 30px 10px;
        overflow-x: auto;
        margin-bottom: -10px;
    }
    .blog .support__tabs-inner{
        padding: 40px 20px 25px;
    }
    .blog .support__tabs-tab .wp-content{
        margin-top: 20px;
    }
    .blog__container{
        margin-top: 25px;
    }
    .blog__card{
        max-height: 350px;
    }
    .blog__card:not(:last-child){
        margin-bottom: 25px;
    }
    .blog__card-wrapper{
        padding: 15px 10px;
    }
    .blog__card-title{
        font-size: 16px;
        line-height: 150%;
        margin-bottom: 10px;
    }
    .blog__card-descr >*{
        font-size: 10px!important;
        line-height: 160%!important;
    }
    .blog__card-button .button{
        width: 100px;
        height: 30px;
    }
}


.pagination{
    margin-top: 6.25rem;
    display: flex;
    justify-content: center;
}
.pagination .page-numbers.current{
    border-bottom: 1px solid #1A7CEF;
    color: #1A7CEF;
}
.pagination .page-numbers{
    min-width: 1.625rem;
    text-align: center;
    transition: color 0.3s ease-in-out;
}
.pagination .page-numbers:hover{
    color: #1A7CEF;
}
.pagination .page-numbers:not(:last-child){
    margin-right: 0.625rem;
}
.pagination .next.page-numbers{
    margin-left: 1.75rem;
}
.pagination .prev.page-numbers{
    margin-right: 1.75rem;
}

@media (max-width: 768px) {
    .pagination{
        margin-top: 25px;
    }
}


.blog-links{
    margin-top: 6.25rem;
}
.blog-links__container{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1.551% -3.25rem;
}
.blog-links__item{
    position: relative;
    margin: 0 1.551% 3.25rem;
    width: calc(100% / 2 - 3.102%);
}
.blog-links__item:hover .blog-links__img > img{
    transform: scale(1.1);
}
.blog-links__img{
    position: relative;
    width: 100%;
    overflow: hidden;
}
.blog-links__img::before{
    content: '';
    display: block;
    width: 100%;
    padding-top: 100%;
}
.blog-links__img::after{
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    height: 100%;
    background: linear-gradient(0deg, #4b4c4d 0%, rgba(53, 54, 55, 0) 43.6%);
    width: 100%;
}
.blog-links__img > img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease-in-out;
}
.blog-links__title{
    font-weight: 700;
}
.blog-links__text {
    font-size: 1.375rem;
    line-height: 177%;
}
.blog-links__content{
    position: absolute;
    left: 2.8125rem;
    bottom: 5.3125rem;
    z-index: 2;
}
@media (max-width: 768px) {
    .blog-links{
        margin-top: 85px;
    }
    .blog-links__container{
        justify-content: center;
        margin: 0;
    }
    .blog-links__item {
        margin: 0;
        width: 100%;
    }
    .blog-links__item:not(:last-child){
        margin-bottom: 50px;
    }
    .blog-links__content {
        left: 20px;
        bottom: 10px;
    }
    .blog-links__title {
        margin-bottom: 8px;
    }
    .blog-links__img {
        max-height: 350px;
    }
    .blog-links__text {
        font-size: 13px;
        line-height: normal;
    }
}


.article{
    padding: 11.875rem 0 6.25rem;
}
.article__subtitle{
    font-family: "Montserrat", sans-serif;
    font-size: 2rem;
    line-height: 122%;
    font-weight: 500;
    color: #1a7cef;
    margin-top: 1.5625rem;
}
.article .promo-test__title{
    padding-bottom: 1.5625rem;
}
.article__content{
    font-size: 1.125rem;
    line-height: 167%;
    margin-top: 3.125rem;
}
.article__content-img{
    position: relative;
    line-height: 0;
}
.article__content-img::before{
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    height: 100%;
    background: linear-gradient(0deg, #4b4c4d 0%, rgba(53, 54, 55, 0) 51.5%);
    width: 100%;
}
.article__content-img img{
    width: 100%;
    height: auto;
    object-fit: cover;
}
.article__content-img:not(:last-child){
    margin-bottom: 3.125rem;
}
.article__content-img:not(:first-child){
    margin-top: 3.125rem;
}
.article__content p {
    margin-bottom: 1.5rem;
}
.article__content b, .article__content strong{
    font-weight: 700;
}
.article__content a{
    color: #fff;
    transition: color 0.3s ease-in-out;
    text-decoration: underline;
}
.article__content a:hover{
    color: #1a7cef;
}
.article__content ul, .article__content ol{
    padding-left: 3.125rem;
}
.article__content ul{
    list-style: disc;
}
.article__content ul, .article__content ol{
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
}
.article__content ul li:not(:last-child), .article__content ol li:not(:last-child){
    margin-bottom: 1rem;
}
.article__content h2{
    font-family: "Montserrat", sans-serif;
    font-size: 2rem;
    line-height: 125%;
    font-weight: 700;
    letter-spacing: 0.01em;
    margin-bottom: 1.5rem;
    margin-top: 2.5rem;
}
.article__content .wp-caption{
    position: relative;
    width: 49%;
    margin-right: 3.25rem;
    line-height: 0;
}
.article__content .wp-caption > img{
    width: 100%;
    height: auto;
    object-fit: cover;
    max-height: 51.25rem;
}
.article__content .wp-caption-text{
    font-size: 1.375rem;
    line-height: 177%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(0deg, #353637 0%, rgba(53, 54, 55, 0) 100%);
    padding: 6.25rem 2.8125rem 3.125rem;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    margin-top: unset!important;
}
.article__content .wp-caption-text:hover{
    opacity: 1;
}
.article__content .wp-caption.alignleft{
    float: left;
}
.article__content .wp-caption.alignright{
    float: right;
}
@media (max-width: 991px) {
    .article__subtitle{
        font-size: 18px;
        line-height: normal;
    }
}
@media (max-width: 768px) {
    .article{
        padding: 135px 0 50px;
    }
    .article .promo-test__title {
        padding-bottom: 15px;
    }
    .article__subtitle {
        font-size: 14px;
        line-height: 143%;
        margin-top: 15px;
    }
    .article__content {
        font-size: 13px;
        line-height: 150%;
        margin-top: 25px;
    }
    .article__content-img::before {
        background: linear-gradient(0deg, #4b4c4d 0%, rgba(53, 54, 55, 0) 74.4%);
    }
    .article__content-img:not(:last-child) {
        margin-bottom: 25px;
    }
    .article__content-img:not(:first-child) {
        margin-top: 25px;
    }
    .article__content p:not(:last-child) {
        margin-bottom: 25px;
    }
    .article__content p:not(:first-child) {
        margin-top: 25px;
    }
    .article__content h2 {
        font-family: "Noto Sans", sans-serif;
        font-size: 22px;
        line-height: 145%;
    }
    .article__content h2:not(:first-child) {
        margin-top: 25px;
    }
    .article__content h2:not(:last-child) {
        margin-bottom: 25px;
    }
    .article__content .wp-caption {
        width: 100%;
        margin-right: unset;
    }
    .article__content .wp-caption-text {
        font-size: 13px;
        line-height: normal;
        bottom: 25px;
        padding: 40px 15px 30px 20px;
        opacity: 1;
    }
    .article__content .wp-caption > img {
        margin-bottom: 25px;
        max-height: 350px;
    }
    .article__content ul,.article__content ol{
        padding-left: 20px;
    }
    .article__content ul:not(:last-child), .article__content ol:not(:last-child){
        margin-bottom: 25px;
    }
    .article__content ul:not(:first-child), .article__content ol:not(:first-child){
        margin-top: 25px;
    }
}

.blog-other{
    overflow: hidden;
}
.blog-other__button{
    display: flex;
    justify-content: center;
    margin-top: 3.125rem;
}
.blog-other .swiper{
    overflow: visible;
}
.blog-other .swiper-container{
    margin-top: 5.3125rem;
}
.blog-other .blog__cards{
    flex-wrap: unset;
    margin: unset;
}
.blog-other .blog__card{
    margin: unset;
}
@media (max-width: 768px) {
    .slider-tour + .blog-other{
        margin-top: -50px;
    }
    .blog-other .swiper-container {
        margin: 20px -14px 0;
        width: calc(100% + 28px);
    }
}










