:root {
    --color-white: #fff;
    --color-black: #363636;
    --color-black-fill: #000000;
    --color-grey: #666666;
    --color-orange: #ffae00;
    --color-orange-steel: #ff7600;
    --color-red: #ff0000;
    --color-blue-accent: #092143;
    --color-lime: #62c326;.category-card__link
--color-accent: #0075ff;
    --font-size-default: 16rem;
    --ff-default: 'Oxygen', Arial, sans-serif;
    --ff-accent: 'Bebas Neue', Arial, sans-serif;
    --ff-circe: 'Circe', Arial, sans-serif;
    --fs-1: 49rem;
    --fs-2: 36rem;
    --fs-3: 32rem;
    --fs-4: 24rem;
    --fs-5: 19rem;
    --fs-6: 18rem;
    --fs-7: 16rem;
    --fs-8: 14rem;
    --fs-9: 13rem;
    --fs-10: 12rem;
    --fs-11: 11rem;
    --fs-12: 10rem;
    --offset: 15rem;
    --offset-: -15rem;
    --offset-fluid: 30rem;
    --offset-fluid-: -30rem;
    --ui-radius: 8rem;
    --header-info-height: 30rem;
    --header-height: var(--offset-site);
    --offset-site: 196rem;
    --index-cover: 1000;
}

/*
* Prefixed by:
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

/* fonts
=====================*/

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

@font-face {
    font-family: 'BlinkMacSystemFont';
    src: url('fonts/BlinkMacSystemFont-BlackItalic.woff2') format('woff2'),
        url('fonts/BlinkMacSystemFont-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

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

@font-face {
    font-family: 'BlinkMacSystemFont';
    src: url('fonts/BlinkMacSystemFont-BoldItalic.woff2') format('woff2'),
        url('fonts/BlinkMacSystemFont-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

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

@font-face {
    font-family: 'BlinkMacSystemFont';
    src: url('fonts/BlinkMacSystemFont-HeavyItalic.woff2') format('woff2'),
        url('fonts/BlinkMacSystemFont-HeavyItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'BlinkMacSystemFont';
    src: url('fonts/BlinkMacSystemFont-LightItalic.woff2') format('woff2'),
        url('fonts/BlinkMacSystemFont-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

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

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

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

@font-face {
    font-family: 'BlinkMacSystemFont';
    src: url('fonts/BlinkMacSystemFont-MediumItalic.woff2') format('woff2'),
        url('fonts/BlinkMacSystemFont-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

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

@font-face {
    font-family: 'BlinkMacSystemFont';
    src: url('fonts/BlinkMacSystemFont-SemiboldItalic.woff2') format('woff2'),
        url('fonts/BlinkMacSystemFont-SemiboldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

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

@font-face {
    font-family: 'BlinkMacSystemFont';
    src: url('fonts/BlinkMacSystemFont-ThinItalic.woff2') format('woff2'),
        url('fonts/BlinkMacSystemFont-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

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

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

@font-face {
    font-family: 'BlinkMacSystemFont';
    src: url('fonts/BlinkMacSystemFont-UltralightItalic.woff2') format('woff2'),
        url('fonts/BlinkMacSystemFont-UltralightItalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}


@font-face {
    font-family: 'Sofia Pro Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Sofia Pro Regular'), url('../fonts/sofiapro/Sofia Pro Regular Az.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Sofia Pro Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Sofia Pro Italic'), url('../fonts/sofiapro/Sofia Pro Regular Italic Az.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Sofia Pro ExtraLight';
    font-style: normal;
    font-weight: normal;
    src: local('Sofia Pro ExtraLight'), url('../fonts/sofiapro/Sofia Pro ExtraLight Az.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Sofia Pro UltraLight';
    font-style: normal;
    font-weight: normal;
    src: local('Sofia Pro UltraLight'), url('../fonts/sofiapro/Sofia Pro UltraLight Az.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Sofia Pro ExtraLight Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Sofia Pro ExtraLight Italic'), url('../fonts/sofiapro/Sofia Pro ExtraLight Italic Az.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Sofia Pro UltraLight Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Sofia Pro UltraLight Italic'), url('../fonts/sofiapro/Sofia Pro UltraLight Italic Az.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Sofia Pro Light';
    font-style: normal;
    font-weight: normal;
    src: local('Sofia Pro Light'), url('../fonts/sofiapro/Sofia Pro Light Az.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Sofia Pro Light Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Sofia Pro Light Italic'), url('../fonts/sofiapro/Sofia Pro Light Italic Az.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Sofia Pro Medium';
    font-style: normal;
    font-weight: normal;
    src: local('Sofia Pro Medium'), url('../fonts/sofiapro/Sofia Pro Medium Az.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Sofia Pro Medium Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Sofia Pro Medium Italic'), url('../fonts/sofiapro/Sofia Pro Medium Italic Az.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Sofia Pro SemiBold';
    font-style: normal;
    font-weight: normal;
    src: local('Sofia Pro SemiBold'), url('../fonts/sofiapro/Sofia Pro Semi Bold Az.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Sofia Pro SemiBold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Sofia Pro SemiBold Italic'), url('../fonts/sofiapro/Sofia Pro Semi Bold Italic Az.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Sofia Pro Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Sofia Pro Bold'), url('../fonts/sofiapro/Sofia Pro Bold Az.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Sofia Pro Bold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Sofia Pro Bold Italic'), url('../fonts/sofiapro/Sofia Pro Bold Italic Az.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Sofia Pro Black';
    font-style: normal;
    font-weight: normal;
    src: local('Sofia Pro Black'), url('../fonts/sofiapro/Sofia Pro Black Az.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Sofia Pro Black Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Sofia Pro Black Italic'), url('../fonts/sofiapro/Sofia Pro Black Italic Az.woff') format('woff');
    }

@font-face {
    font-family: 'Bebas Neue';
    src: url('../fonts/BebasNeueBold.woff2') format('woff2'),
    url('../fonts/BebasNeueBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

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

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

@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;
}

@font-face {
    font-family: 'Oxygen';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/oxygen/Oxygen-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'Oxygen';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/oxygen/Oxygen-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Oxygen';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/oxygen/Oxygen-Bold.ttf') format('truetype');
}

/* normalize
=====================*/

*,*:before,*:after{-webkit-box-sizing: border-box;box-sizing: border-box}
html{-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:600}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size: 68%;line-height:0;position:relative;vertical-align:baseline}sub{}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:0.1px dotted buttontext}fieldset{padding:.35em .75em .625em}legend{-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}

/* basic
=====================*/

html,
body {
    height: 100%;
}

html {
    font-size: 1px;
}

body {
    background: var(--color-white);
    font-style: normal;
    font-weight: normal;
    font-size: var(--font-size-default);
    line-height: 1.45;
    font-family: var(--ff-default);
    color: var(--color-grey);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-y: scroll;
    overflow-x: hidden;
}

body.is-lock {
    overflow: hidden;
}

a {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    text-decoration: underline;
}

input,
button,
select,
textarea,
.btn {
    font-weight: normal;
    font-family: var(--ff-default);
    color: inherit;
}

input,
button {
    margin: 0;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input::-webkit-input-placeholder {
    color: rgba(128,128,128, 1);
    -webkit-transition: color .24s;
    transition: color .24s;
}

input::-moz-placeholder {
    color: rgba(128,128,128, 1);
    -moz-transition: color .24s;
    transition: color .24s;
}

input:-ms-input-placeholder {
    color: rgba(128,128,128, 1);
    -ms-transition: color .24s;
    transition: color .24s;
}

input::-ms-input-placeholder {
    color: rgba(128,128,128, 1);
    -ms-transition: color .24s;
    transition: color .24s;
}

input::placeholder {
    color: rgba(128,128,128, 1);
    -webkit-transition: color .24s;
    -o-transition: color .24s;
    transition: color .24s;
}

input:focus::-webkit-input-placeholder {
    color: rgba(128,128,128, .5);
}

input:focus::-moz-placeholder {
    color: rgba(128,128,128, .5);
}

input:focus:-ms-input-placeholder {
    color: rgba(128,128,128, .5);
}

input:focus::-ms-input-placeholder {
    color: rgba(128,128,128, .5);
}

input:focus::placeholder {
    color: rgba(128,128,128, .5);
}

form {
    margin: 0;
}

svg,
.u-icon {
    width: 1em;
    height: 1em;
    display: inline-block;
    fill: currentColor;
    color: inherit;
}

[class^="icon--"] {
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon--header-search::before {
    content: '';
}

.icon--arrow-down::before {
    content: '';
}

.fa-heart:before {
    content: "\f004";
}

picture,
time {
    display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
.title,
.title-size-1,
.title-size-2,
.title-size-3,
.title-size-4,
.title-size-5,
.title-size-6 {
    margin-top: 0;
    font-weight: bold;
    line-height: 1.2;
}

h1,
.title-size-1 {
    font-size: var(--fs-1);
}

h2,
.title-size-2 {
    font-size: var(--fs-2);
}

h3,
.title-size-3 {
    font-size: var(--fs-3);
}

h4,
.title-size-4 {
    font-size: var(--fs-4);
}

h5,
.title-size-5 {
    font-size: var(--fs-5);
}

h6,
.title-size-6 {
    font-size: var(--fs-6);
}

/* animation
=====================*/

@-webkit-keyframes pulseInput {
    0% {
        -webkit-box-shadow: 0 0 10px rgba(0,0,0, .1), 0 0 0 0 rgba(148,158,231, .8);
        box-shadow: 0 0 10px rgba(0,0,0, .1), 0 0 0 0 rgba(148,158,231, .8);
    }
    70% {
        -webkit-box-shadow: 0 0 10px rgba(0,0,0, .1), 0 0 0 10px rgba(148,158,231, 0);
        box-shadow: 0 0 10px rgba(0,0,0, .1), 0 0 0 10px rgba(148,158,231, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 10px rgba(0,0,0, .1), 0 0 0 0 rgba(148,158,231, 0);
        box-shadow: 0 0 10px rgba(0,0,0, .1), 0 0 0 0 rgba(148,158,231, 0);
    }
}

@keyframes pulseInput {
    0% {
        -webkit-box-shadow: 0 0 10px rgba(0,0,0, .1), 0 0 0 0 rgba(148,158,231, .8);
        box-shadow: 0 0 10px rgba(0,0,0, .1), 0 0 0 0 rgba(148,158,231, .8);
    }
    70% {
        -webkit-box-shadow: 0 0 10px rgba(0,0,0, .1), 0 0 0 10px rgba(148,158,231, 0);
        box-shadow: 0 0 10px rgba(0,0,0, .1), 0 0 0 10px rgba(148,158,231, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 10px rgba(0,0,0, .1), 0 0 0 0 rgba(148,158,231, 0);
        box-shadow: 0 0 10px rgba(0,0,0, .1), 0 0 0 0 rgba(148,158,231, 0);
    }
}

@-webkit-keyframes arrowRatingMove {
    0% {
        -webkit-transform: translate(-10rem, -5rem);
        transform: translate(-10rem, -5rem);
    }
    50% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    100% {
        -webkit-transform: translate(-10rem, -5rem);
        transform: translate(-10rem, -5rem);
    }
}

@keyframes arrowRatingMove {
    0% {
        -webkit-transform: translate(-10rem, -5rem);
        transform: translate(-10rem, -5rem);
    }
    50% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    100% {
        -webkit-transform: translate(-10rem, -5rem);
        transform: translate(-10rem, -5rem);
    }
}

@-webkit-keyframes cursor_talking {
    0%, to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    20%, 5%, 85% {
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
    }
    15%, 30%, 55%, 75%, 90% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
    35%, 45%, 60%, 70% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    40%, 67%, 95% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes cursor_talking {
    0%, to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    20%, 5%, 85% {
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
    }
    15%, 30%, 55%, 75%, 90% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
    35%, 45%, 60%, 70% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    40%, 67%, 95% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes marching-ants {
    0% {
        background-position: 0 0, 10px 100%, 0 10px, 100% 0;
    }
    100% {
        background-position: 10px 0, 0 100%, 0 0, 100% 10px;
    }
}

@keyframes marching-ants {
    0% {
        background-position: 0 0, 10px 100%, 0 10px, 100% 0;
    }
    100% {
        background-position: 10px 0, 0 100%, 0 0, 100% 10px;
    }
}

/* swiper slider
=====================*/

:host {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
}
.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block;
}
.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-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    -o-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}
.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;
    display: block;
}
.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-backface-hidden .swiper-slide {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.swiper-3d.swiper-css-mode .swiper-wrapper {
    -webkit-perspective: 1200px;
    perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.swiper-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.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-css-mode.swiper-horizontal > .swiper-wrapper {
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
    -ms-scroll-snap-type: none;
    scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: none;
}
.swiper-css-mode.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-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always;
}
.swiper-css-mode.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-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.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-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after);
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
    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-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-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:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
    -webkit-animation: swiper-preloader-spin 1s infinite linear;
    animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000;
}
@-webkit-keyframes swiper-preloader-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes swiper-preloader-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.swiper-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.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);
}
.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: var(--swiper-navigation-top-offset, 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-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}
.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
    display: none !important;
}
.swiper-button-prev svg,
.swiper-button-next svg {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
}
.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 10px);
    right: auto;
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto;
}
.swiper-button-lock {
    display: none;
}
.swiper-button-prev:after,
.swiper-button-next:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: 'prev';
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: 'next';
}
.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 300ms opacity;
    -o-transition: 300ms opacity;
    transition: 300ms opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
    display: none !important;
}
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: var(--swiper-pagination-bottom, 8px);
    top: var(--swiper-pagination-top, auto);
    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: var(--swiper-pagination-bullet-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-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
    right: var(--swiper-pagination-right, 8px);
    left: var(--swiper-pagination-left, auto);
    top: 50%;
    -webkit-transform: translate3d(0px, -50%, 0);
    transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: 200ms top,
    200ms -webkit-transform;
    transition: 200ms top,
    200ms -webkit-transform;
    -o-transition: 200ms transform,
    200ms top;
    transition: 200ms transform,
    200ms top;
    transition: 200ms transform,
    200ms top,
    200ms -webkit-transform;
}
.swiper-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: 200ms left,
    200ms -webkit-transform;
    transition: 200ms left,
    200ms -webkit-transform;
    -o-transition: 200ms transform,
    200ms left;
    transition: 200ms transform,
    200ms left;
    transition: 200ms transform,
    200ms left,
    200ms -webkit-transform;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 200ms right,
    200ms -webkit-transform;
    transition: 200ms right,
    200ms -webkit-transform;
    -o-transition: 200ms transform,
    200ms right;
    transition: 200ms transform,
    200ms right;
    transition: 200ms transform,
    200ms right,
    200ms -webkit-transform;
}
.swiper-pagination-fraction {
    color: var(--swiper-pagination-fraction-color, inherit);
}
.swiper-pagination-progressbar {
    background: var(--swiper-pagination-progressbar-bg-color, 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-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
    width: var(--swiper-pagination-progressbar-size, 4px);
    height: 100%;
    left: 0;
    top: 0;
}
.swiper-pagination-lock {
    display: none;
}
.swiper-scrollbar {
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    position: relative;
    -ms-touch-action: none;
    touch-action: none;
    background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}
.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
    display: none !important;
}
.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
    position: absolute;
    left: var(--swiper-scrollbar-sides-offset, 1%);
    bottom: var(--swiper-scrollbar-bottom, 4px);
    top: var(--swiper-scrollbar-top, auto);
    z-index: 50;
    height: var(--swiper-scrollbar-size, 4px);
    width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
    position: absolute;
    left: var(--swiper-scrollbar-left, auto);
    right: var(--swiper-scrollbar-right, 4px);
    top: var(--swiper-scrollbar-sides-offset, 1%);
    z-index: 50;
    width: var(--swiper-scrollbar-size, 4px);
    height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
    border-radius: var(--swiper-scrollbar-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 > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.swiper-slide-zoomed {
    cursor: move;
    -ms-touch-action: none;
    touch-action: none;
}
/* a11y */
.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 {
    pointer-events: auto;
}
.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-prev {
    pointer-events: auto;
    visibility: visible;
}
.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    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-cube .swiper-slide-next + .swiper-slide {
    pointer-events: auto;
    visibility: visible;
}
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.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-flip.swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right {
    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;
}

/* grid
=====================*/

.row {
    margin: 0  var(--offset-);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.row__col,
.row__col--2,
.row__col--3,
.row__col--4,
.row__col--5,
.row__col--6,
.row__col--7,
.row__col--8,
.row__col--9,
.row__col--12 {
    max-width: 100%;
    min-height: 1rem;
    padding: 0 var(--offset);
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.row__col--2 {
    max-width: 16.6667%;
    -ms-flex-preferred-size: 16.6667%;
    flex-basis: 16.6667%;
}

.row__col--3 {
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
}

.row__col--4 {
    max-width: 33.333333333%;
    -ms-flex-preferred-size: 33.333333333%;
    flex-basis: 33.333333333%;
}

.row__col--5 {
    max-width: 41.666666%;
    -ms-flex-preferred-size: 41.666666%;
    flex-basis: 41.666666%;
}

.row__col--6 {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}

.row__col--7 {
    max-width: 58.333333%;
    -ms-flex-preferred-size: 58.333333%;
    flex-basis: 58.333333%;
}

.row__col--8 {
    max-width: 66.66666667%;
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
}

.row__col--9 {
    max-width: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
}

.row__col--12 {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

/* components
=====================*/

.site-contacts-sale {
    position: fixed;
    bottom: var(--offset-fluid);
    left: var(--offset-fluid);
    z-index: 900;
}

#root {
    min-height: 100vh;
    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;
    overflow: clip;
}

.main {
    display: block;
    width: 100%;
}

.container {
    width: 100%;
    max-width: 1200rem;
    margin: 0 auto;
    padding: 0 var(--offset);
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
    width: 1px!important;
    height: 1px!important;
    margin: -1px!important;
    padding: 0!important;
    position: absolute!important;
    border: 0!important;
    clip: rect(0,0,0,0)!important;
    white-space: nowrap!important;
    overflow: hidden!important;
}

.is-hidden {
    display: none !important;
}

.popup {
    background: rgba(0,0,0, .4);
    width: 100%;
    width: 100vw;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transition-property: visibility, opacity;
    -o-transition-property: visibility, opacity;
    transition-property: visibility, opacity;
    overflow-x: hidden;
    overflow-y: scroll;
    z-index: 2000;
}

.popup:not(.is-open) {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
}

.popup:not(.is-open) .popup__content {
    -webkit-transform: translateY(-200rem);
    -ms-transform: translateY(-200rem);
    transform: translateY(-200rem);
    opacity: 0;
}

.popup[data-in='slide-in']:not(.is-open) .popup__content {
    -webkit-transform: translateX(50vw);
    -ms-transform: translateX(50vw);
    transform: translateX(50vw);
    opacity: 0;
}

.popup__wrapper {
    padding: var(--offset-fluid);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 100%;
}

.popup__wrapper--stretch {
    padding: 0;
    -webkit-box-align: initial;
    -ms-flex-align: initial;
    align-items: initial;
}

.popup__btn-close {
    background: transparent;
    width: 24rem;
    height: 24rem;
    font-size: 0;
    color: inherit;
    border: none;
    border-radius: 0;
    outline: none;
    position: relative;
    cursor: pointer;
    opacity: .7;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.popup__btn-close:hover {
    opacity: .7;
}

.popup__btn-close .u-icon {
    width: 100%;
    height: 100%;
}

.popup__btn-close:before {
    content: '';
    position: absolute;
    top: -15rem;
    right: -15rem;
    bottom: -15rem;
    left: -15rem;
}

.popup__content {
    width: 100%;
    max-width: 480rem;
    margin: 0 auto;
    -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    position: relative;
}

.popup__content--size-sm {
    max-width: 300rem;
}

.popup__content--size-semi {
    max-width: 690px;
}

.popup__content--size-md {
    max-width: 820rem;
}

.popup__content--theme-white {
    background: var(--color-white);
    color: var(--color-black);
    border-radius: var(--ui-radius);
}

.popup__content--position-right {
    margin-right: 0;
    margin-left: auto;
    border-radius: 0;
}

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

.popup__basket-header {
    padding: 15rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid rgba(0,0,0, .1);
}

.popup__basket-header-icon {
    background: #f44336;
    width: 40rem;
    height: 40rem;
    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;
    color: var(--color-white);
    border-radius: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.popup__basket-header-title {
    margin: 0 10rem;
    font-weight: bold;
    font-size: 18rem;
}

.popup__basket-header-btn-close {
    margin-left: auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.popup__basket-body {
    overflow: hidden;
}

.popup__basket-body-inner {
    max-width: 100%;
    padding: 15rem;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow: hidden;
    overflow: auto;
}

.popup__basket-goods-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.popup__basket-goods-list li {
    margin: 0;
    padding: 0;
}

.popup__basket-goods-list a {
    margin: 0 -15rem;
    padding: 5rem 15rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: bold;
    font-size: 14rem;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.popup__basket-goods-list a:hover {
    text-decoration: none;
    opacity: .6;
}

.popup__basket-goods-list picture,
.popup__basket-goods-list img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.popup__basket-goods-list img {
    width: 40rem;
    height: 40rem;
    margin-right: 10rem;
    display: block;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
}

.popup__reviews-card .reviews-card__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}


.popup__reviews-card .reviews-card__picture {
    max-width: 66.66666%;
    margin: 0 10rem 0 0;
    flex-shrink: 0;
    width: 50%;
}

.popup__reviews-card .reviews-card__picture img {
    max-width: 100%;
    width: auto;
    max-height: calc(100vh - calc(2 * var(--offset-fluid)));
    height: auto;
    min-height: 400rem;
    margin: 0 auto;
    display: block;
    object-fit: contain;
    width: 100%;
}

input#temod {
    border: 1px solid;
    border-radius: 3px;
    color: #000000;
    font-size: 21px;
}

input#temod::placeholder {
    color: #000000;
}

.popup-reviews .popup__content--theme-white {
    /*max-height: 640px;*/
    min-width: 840px;
    width: calc(70vh + 65vh);
    overflow: hidden;
    max-width: 90vw;
}

.popup__reviews-card .reviews-card__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;
}

.btn {
    max-width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-style: normal;
    font-weight: bold;
    font-size: var(--fs-5);
    text-align: center;
    border: none;
    outline: none;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    cursor: pointer;
}

.btn:hover {
    text-decoration: none;
}

.btn--size-md {
    min-height: 46rem;
    padding: 8rem 36rem;
    font-size: var(--fs-5);
}

.btn--size-sm {
    min-height: 44rem;
    padding: 6rem 15rem;
    font-size: var(--fs-8);
}

.btn--theme-gradient {
    background: -o-linear-gradient(4.81deg, #ff2a64 -133.27%, #ffaf48 105.93%);
    background: linear-gradient(85.19deg, #ff2a64 -133.27%, #ffaf48 105.93%);
    color: var(--color-white);
    border-radius: 6rem;
}

.btn--theme-red-gradient {
    background: -o-linear-gradient(45deg, #ebc62d, #ff1b02 50%, #a73a11 100%) !important;
    background: linear-gradient(45deg, #ebc62d, #ff1b02 50%, #a73a11 100%) !important;
    color: var(--color-white);
    border-radius: 6rem;
}

.btn--theme-grey {
    background: #f5f5f5;
    color: var(--color-black-fill);
    border-radius: 6rem;
}

.btn--theme-grey:hover {
    color: var(--color-red);
}

.btn--theme-red {
    background: var(--color-red);
    color: var(--color-white);
    border-radius: var(--ui-radius);
}

.btn--theme-red:hover {
    color: rgba(255,255,255, .8);
}

.btn--theme-orange {
    background: var(--color-orange-steel);
    color: var(--color-white);
    border-radius: var(--ui-radius);
}

.btn--theme-orange:hover {
    color: rgba(255,255,255, .8);
}

.btn__inner {
    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;
    position: relative;
}

.u-input {
    background: var(--color-white);
    max-width: 100%;
    width: 100%;
    font-size: 14px;
    color: var(--color-black);
    border: none;
    border-radius: 4rem;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    -webkit-transition: border-color .5s ease;
    -o-transition: border-color .5s ease;
    transition: border-color .5s ease;
    vertical-align: middle;
}

.u-input--size-sm {
    min-height: 44rem;
    padding: 12rem 15rem;
}

.u-input--size-md {
    min-height: 48rem;
    padding: 12rem 15rem;
    font-size: 16rem;
}

.u-input--theme-white {
    color: var(--color-black-fill);
}

.u-input--theme-white-outline {
    color: var(--color-black-fill);
    border: 2px solid var(--color-grey);
}

.logo {
    margin: 0 0 0 auto;
    display: table;
    font-weight: bold;
    font-size: var(--fs-1);
    line-height: 1;
    color: var(--color-black-fill);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    white-space: nowrap;
    position: relative;
}

.logo:hover {
    text-decoration: none;
}

.logo__title {
    display: block;
}

.logo__slogan {
    width: 100%;
    padding-left: 26%;
    font-weight: normal;
    font-size: 34%;
    color: rgba(122,122,122, 1);
    text-align: center;
    position: absolute;
    bottom: -42%;
    left: 0;
}

.u-search {
    margin: 0;
}

.u-search__inner {
    position: relative;
}

.u-search {
    position: relative;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.u-search.is-show {
    z-index: 1000;
}

.u-search__form {
    position: relative;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
}

.u-search__input {
    padding-right: 48rem;
    -webkit-box-shadow: 0 1px 0 #ccc;
    box-shadow: 0 1px 0 #ccc;
    position: relative;
}

.u-search.is-show .u-search__form {
    z-index: calc(var(--index-cover) + 1);
}

.u-search__btn {
    background: transparent;
    height: 100%;
    padding: 0 15rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 21rem;
    color: #ccc;
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    cursor: pointer;
}

.u-search__btn:hover {
    color: var(--color-black-fill);
}

.u-search__dropdown {
    width: 100%;
    margin-top: 1px;
    padding: 10rem 15rem;
    font-size: 13rem;
    color: var(--color-black-fill);
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    -webkit-transition-property: opacity, visibility;
    -o-transition-property: opacity, visibility;
    transition-property: opacity, visibility;
    z-index: var(--index-cover);
}

.u-search__form:focus:within .u-search__dropdown {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
}

.u-search__dropdown:before {
    background: rgba(0,0,0, .4);
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    content: '';
    position: fixed;
    pointer-events: none;
    z-index: -2;
}

.u-search__dropdown:after {
    background: var(--color-white);
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border-radius: var(--ui-radius);
    pointer-events: none;
    z-index: -1;
}

.u-search__dropdown-title {
    margin: 0 0 5rem;
    font-weight: bold;
    font-size: 85%;
}

.u-search__dropdown-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    max-height: calc(100vh - var(--header-height) - 140rem);
    overflow-x: hidden;
    overflow-y: auto;
}

.u-search__dropdown-list li {
    margin: 0;
    padding: 0;
}

.u-search__dropdown-list a {
    margin: 0 -15rem;
    padding: 2rem 15rem;
    display: block;
    line-height: 19rem;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    overflow: hidden;
}

.u-search__dropdown-list a:hover {
    text-decoration: none;
}

.u-search__dropdown-list a:not(:hover) {
    opacity: .415;
}

.u-search__dropdown-list a:before {
    background: 50% / contain no-repeat;
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="19" height="19" viewBox="0 0 19 19"%3E%3Cpath fill="%7Bcolor%7D" stroke="%7Bcolor%7D" fill-rule="evenodd" stroke-width="1" d="M19 17.98l-5.72-5.72A7.422 7.422 0 0015 7.5C15 3.36 11.64 0 7.5 0 3.36 0 0 3.36 0 7.5 0 11.64 3.36 15 7.5 15c1.8 0 3.48-.64 4.76-1.72L17.98 19 19 17.98zM7.5 13.56c-3.34 0-6.06-2.72-6.06-6.06 0-3.34 2.72-6.06 6.06-6.06 3.34 0 6.06 2.72 6.06 6.06 0 3.34-2.72 6.06-6.06 6.06z"%3E%3C/path%3E%3C/svg%3E');
    width: 1em;
    height: 1em;
    margin-right: .5em;
    content: '';
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: inline-block;
    vertical-align: middle;
}

.contacts-sale {
    background: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: none;
    text-align: left;
    border-radius: 0;
    outline: none;
    cursor: pointer;
}

.contacts-sale__avatar {
    background: var(--color-orange);
    max-width: 60rem;
    width: 60rem;
    height: 60rem;
    margin-right: 15rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60rem;
    flex: 0 0 60rem;
    border-radius: 50%;
    position: relative;
    z-index: 0;
}

.contacts-sale__avatar:before {
    background: #ffd02c;
    content: '';
    position: absolute;
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
    border-radius: 50%;
    -webkit-animation: cursor_talking 5s infinite;
    animation: cursor_talking 5s infinite;
    opacity: .3;
    z-index: -1;
}

.contacts-sale__avatar:after {
    background: #8ac176;
    width: 7rem;
    height: 7rem;
    margin-left: 2rem;
    content: '';
    position: absolute;
    bottom: 14rem;
    left: 100%;
    border-radius: 50%;
    bottom: 4px;
}

.contacts-sale__avatar img {
    width: 100%;
    height: 100%;
    display: block;
}

.contacts-sale__phone {
    margin: 0;
    font-weight: bold;
    font-size: var(--fs-6);
    font-family: var(--ff-circe);
    color: var(--color-black);
}

.contacts-sale__online {
    margin: 0;
}

.contacts-sale__email {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: bold;
    font-size: var(--fs-9);
    font-family: var(--ff-circe);
    color: #46555f;
    text-transform: uppercase;
}

.contacts-sale__email-icon {
    width: 24rem;
    height: 24rem;
    margin-right: 1rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    top: -1rem;
}

.u-content {
    line-height: 1.4;
    word-wrap: break-word;
}

.u-content :first-child {margin-top: 0;}
.u-content :last-child {margin-bottom: 0;}

.u-content p {
    margin: 0 0 .5em;
}

.u-content h1,
.u-content h2,
.u-content h3 {
    margin: 0 0 .35em;
}

.u-content h4,
.u-content h5,
.u-content h6 {
    margin: 0 0 .65em;
}

.u-content h1 {
    font-size: var(--fs-2);
}

.btn-action {
    width: 1em;
    height: 1em;
    background: transparent;
    display: block;
    font-size: 26rem;
    border: none;
    border-radius: 0;
    outline: none;
    cursor: pointer;
    position: relative;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.btn-action:before {
    content: '';
    position: absolute;
    top: -5rem;
    right: -5rem;
    bottom: -5rem;
    left: -5px;
}
.btn-action__icon {
    width: 100%;
    height: 100%;
    display: block;
}

.btn-action__count {
    background: var(--color-red);
    min-width: 16rem;
    padding: 0 3rem;
    font-size: var(--fs-12);
    line-height: 16rem;
    color: var(--color-white);
    text-align: center;
    position: absolute;
    right: -6rem;
    top: -3rem;
    border-radius: 50%;
}

.color-white {
    color: var(--color-white);
}

.color-black {
    color: var(--color-black);
}

.color-red {
    color: var(--color-red);
}

.u-nav__btn-close {
    margin: 5rem 0 0 5rem;
    font-size: 26rem !important;
    color: var(--color-white);
    position: absolute;
    top: 0;
    left: 100%;
    opacity: .7;
}

.u-nav__header {
    background: rgba(0,0,0, .05);
    padding: var(--offset-fluid);
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.u-nav__header-search:not(:focus-within) .u-search__dropdown {
    display: none;
}

.u-nav__list {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
    position: relative;
}

.u-nav__item {
    margin: 0;
    padding: 0;
}

.u-nav__link-wrapper {
    background: var(--color-white);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.u-nav__link-btn {
    background: transparent;
    margin-left: auto;
    padding: 0 var(--offset-fluid);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 8rem;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.u-nav__link {
    background: var(--color-white);
    height: 100%;
    padding: 20rem 10rem;
    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;
    font-weight: bold;
    color: #46555f;
    text-transform: uppercase;
    position: relative;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    -webkit-transition-property: color;
    -o-transition-property: color;
    transition-property: color;
    z-index: 999;
}

.u-nav__link:hover,
.u-nav__item:hover .u-nav__link {
    text-decoration: none;
}

.u-nav__link-title {
    padding: 0 11rem 3rem;
    display: block;
    -webkit-box-shadow: 0 2px 0 transparent;
    box-shadow: 0 2px 0 transparent;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    -webkit-transition-property: -webkit-box-shadow;
    transition-property: -webkit-box-shadow;
    -o-transition-property: box-shadow;
    transition-property: box-shadow;
    transition-property: box-shadow, -webkit-box-shadow;
}

.u-nav__link:not(.u-nav__link--dropdown):hover .u-nav__link-title {
    -webkit-box-shadow: 0 2px 0 var(--color-red);
    box-shadow: 0 2px 0 var(--color-red);
}

.u-nav__link-icon {
    font-size: 6rem;
}

.u-nav__dropdown {
    background: var(--color-white);
    width: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 16rem;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transition: all .24s;
    -o-transition: all .24s;
    transition: all .24s;
    -webkit-transition-property: opacity, visibility;
    -o-transition-property: opacity, visibility;
    transition-property: opacity, visibility;
    overflow: hidden;
}

.u-nav__dropdown-title {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.u-nav__dropdown a {
    padding: 3rem 15rem;
    display: block;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.u-nav__dropdown a:hover {
    color: var(--color-red);
    text-decoration: none;
}

.u-nav__dropdown-inner {
    background: var(--color-white);
    max-height: 520rem;
    padding: 15rem 0;
    scrollbar-width: thin;
    scrollbar-color: #ccc white;
    border-radius: 0 0 var(--ui-radius) var(--ui-radius);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0, .2);
    box-shadow: 0 0 10px rgba(0,0,0, .2);
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
}

.u-nav__dropdown-inner:before {
    background: rgba(0,0,0, .4);
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    content: '';
    position: fixed;
    pointer-events: none;
    z-index: -2;
}

.u-nav__dropdown-main {
    padding: 0 15rem;
}

.u-nav__dropdown-list {
    margin: 0 -15rem;
    padding: 0 15rem;
    list-style-type: none;
}

.u-nav__dropdown-item {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.u-nav__dropdown-item a {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.u-nav__dropdown-item + .u-nav__dropdown-item .u-nav__dropdown-title-wrapper {
    margin-top: 10rem;
}

.u-nav__dropdown-title-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 0 solid currentColor;
}

.u-nav__dropdown-title {
    margin: 0 10rem 0 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: bold;
}

.u-nav__dropdown-title-btn {
    background: transparent;
    margin-right: -15rem;
    margin-left: auto;
    padding: 10rem 15rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: normal;
    font-size: 8rem;
    text-align: center;
    border: none;
    border: 0 solid currentColor;
    border-radius: 0;
    outline: none;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.u-nav__footer {
    background: rgba(0,0,0, .05);
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.u-nav__footer-contacts {
    margin: 0;
}

.info-dropdown__control {
    display: none;
}

.info-dropdown__btn {
    background: -o-linear-gradient(4.81deg, #ff2a64 -133.27%, #ffaf48 105.93%);
    background: linear-gradient(85.19deg, #ff2a64 -133.27%, #ffaf48 105.93%);
    width: 100%;
    padding: var(--offset-fluid);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: bold;
    font-size: var(--fs-5);
    color: var(--color-white);
    text-align: left;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border: none;
    border-radius: 0;
    outline: none;
    cursor: pointer;
}

.info-dropdown__btn-icon {
    width: 24rem;
    height: 24rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 24rem;
    flex: 0 0 24rem;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.info-dropdown__btn-title {
    margin: 0 5rem;
    line-height: 1.2;
    white-space: nowrap;
}

.info-dropdown__control:not(:checked) ~ .info-dropdown__dropdown {
    display: none;
}

.info-dropdown__control:not(:checked) ~ .info-dropdown__btn .info-dropdown__btn-icon:last-child {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.info-dropdown__dropdown {
}

.info-dropdown__nav {
    margin: 0;
    padding: var(--offset-fluid) 0;
    list-style-type: none;
}

.info-dropdown__nav-item {
    margin: 0;
    padding: 0;
}

.info-dropdown__nav-link {
    padding: 5rem var(--offset-fluid);
    display: block;
    text-decoration: underline;
}

.u-promo {
    border: solid var(--color-black-fill);
    border-width: 2px 0;
}

.u-promo .swiper-slide {
    width: auto !important;
}

.u-promo__card {
    padding: 1rem 0;
    font-size: var(--fs-6);
    color: #3a3e40;
    white-space: nowrap;
}

.u-promo__card .bigger {
    font-size: 137.5%;
}

.u-promo__card strong {
    text-transform: uppercase;
}

.category-card {
    display: inline-block;
    text-align: center;
    position: relative;
}

.category-card--size-sm .category-card__title {
    font-size: 15rem;
}

.category-card--size-sm .category-card__picture {
    width: 80rem;
    height: 80rem;
    margin-bottom: 5rem;
}

.category-card__picture {
    width: 118rem;
    height: 118rem;
    margin: 0 auto 20rem;
    border: 1px solid #5a5656;
    border-radius: 50%;
    overflow: hidden;
}

.category-card:hover .category-card__picture img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.category-card__picture img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.category-card__title {
    margin: 0;
    font-weight: normal;
    font-size: 15rem;
    line-height: 1.3;
}

.category-card__link {
    line-height: 1.2;
    color: #000000;
}

.category-card__link:hover {
    font-weight: bold;
    color: var(--color-black-fill);
    text-decoration: none;
}

.category-card__link:before {
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
}

.about-card__header {
    margin: 0 0 10rem;
    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;
}

.about-card__header-icon {
    width: 34rem;
    height: 34rem;
    margin-right: 6rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.about-card__title {
    margin: 0;
    color: var(--color-black);
    text-transform: uppercase;
}

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

.about-card__text {
    color: var(--color-grey);
}

.oldprice {
    font-weight: bold;
    font-size: 17rem;
    white-space: nowrap;
    position: relative;
}

.oldprice::before {
    background: #ee0600;
    height: 3rem;
    content: '';
    position: absolute;
    top: 47%;
    right: -16rem;
    left: -8rem;
    -webkit-transform: skewY(-4deg);
    -ms-transform: skewY(-4deg);
    transform: skewY(-4deg);
}

.oldprice span {
    font-weight: normal;
}

.oldprice .oldprice__pennies {
    font-weight: bold;
    font-size: var(--fs-12);
}

.newprice {
    font-weight: bold;
    font-size: 22rem;
    color: var(--color-black-fill);
    white-space: nowrap;
}

.newprice .newprice__pennies {
    font-weight: bold;
    font-size: var(--fs-12);
}

.u-discount {
    background: #ff4e00;
    margin: 0;
    padding: 5rem 7rem;
    font-weight: bold;
    font-family: var(--ff-circe);
    font-size: var(--fs-6);
    line-height: 1;
    color: var(--color-white);
    border-radius: 5px;
    white-space: nowrap;
}

.u-discount--theme-lime {
    background: var(--color-lime)
}

.u-discount--theme-red {
    background: var(--color-red)
}

.u-discount--theme-orange {
    background: var(--color-orange)
}

.good-card {
    border-radius: var(--ui-radius);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0, .5);
    box-shadow: 0 0 10px rgba(0,0,0, .5);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    -webkit-transition-property: -webkit-box-shadow;
    transition-property: -webkit-box-shadow;
    -o-transition-property: box-shadow;
    transition-property: box-shadow;
    transition-property: box-shadow, -webkit-box-shadow;
    position: relative;
    overflow: hidden;
}

.good-card:hover {
    -webkit-box-shadow: 5px 6px 13px rgba(0,0,0, .65);
    box-shadow: 5px 6px 13px rgba(0,0,0, .65);
}

.good-card__media {
    position: relative;
}

.good-card__picture img {
    width: 100%;
    height: auto;
    display: block;
}

.good-card__favorite {
    background: rgba(255,255,255, .8);
    width: 36rem;
    height: 36rem;
    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;
    color: #2d2d2d;
    position: absolute;
    right: 5rem;
    bottom: 5rem;
    border: none;
    border-radius: 50%;
    outline: none;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    cursor: pointer;
    z-index: 1;
}

.good-card__favorite .u-icon {
    width: 18rem;
    height: 18rem;
}

.good-card__favorite.is-active .u-icon.u-icon:nth-child(1),
.good-card__favorite:not(.is-active) .u-icon:nth-child(2) {
    display: none;
}

.good-card__content {
    padding: 15rem 20rem 10rem;
}

.good-card__discount {
    position: absolute;
    bottom: -13rem;
    left: 0;
}

.good-card__title {
    margin: 0;
    font-size: var(--fs-5);
    color: var(--color-black-fill);
}

.good-card__link {
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.good-card__link:hover {
    text-decoration: none;
}

.good-card__link:before {
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
}

.good-card__code {
    margin: 2rem 0 5rem;
    font-size: 12px;
    color: #999;
}

.good-card__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.good-card__price {
    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: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.good-card__price-old {
    margin: 0 0 -3rem;
    font-size: 17rem;
    color: #0c93ce;
}

.good-card__price-new {
    margin: 0 0 0 50rem;
    font-size: var(--fs-4);
    color: #FF0000;
}

.good-card__btn {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    text-transform: uppercase;
}

.swiper-button {
    background: #fff !important;
    width: 40rem;
    height: 40rem;
    margin-top: -20rem;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 0;
    color: #868686;
    position: absolute;
    top: 50%;
    border: none;
    border-radius: 10rem;
    -webkit-box-shadow: 0 4rem 10rem rgba(0, 0, 0, .1);
    box-shadow: 0 4rem 10rem rgba(0, 0, 0, .1);
    cursor: pointer;
    opacity: 1 !important;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    z-index: 1;
}

.swiper-button:hover {
    color: #357DFF;
}

.swiper-button:before,
.swiper-button:after {
    background: currentColor;
    width: 12rem;
    height: 3rem;
    content: '';
    display: block;
    border-radius: 5rem;
    position: relative;
    opacity: 1;
}

.swiper-button-prev:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: -2rem;
    left: -1rem;
}

.swiper-button-prev:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    bottom: -2rem;
    left: -1rem;
}

.swiper-button-next:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -2px;
    right: -1px;
}

.swiper-button-next:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: -2px;
    right: -1px;
}

.swiper-button-prev {
    left: 0rem;
}

.swiper-button-next {
    right: 0rem;
}


.swiper-button {
  opacity: 0.6 !important;   
}

.swiper-button.hidden {
    display: none !important;
}

.swiper-button-disabled {
    display: none !important;
}

.swiper-pagination {
    max-width: 100%;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style-type: none;
    position: absolute;
    bottom: 20rem !important;
    left: 50% !important;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.swiper-pagination-bullet {
    background: #fff;
    width: 10rem;
    height: 10rem;
    margin: 5rem;
    font-size: 0;
    display: block;
    color: transparent;
    border: 0;
    border-radius: 50%;
    outline: none;
    opacity: 1 !important;
    position: relative;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    cursor: pointer;
}

.swiper-pagination-bullet:hover,
.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #357DFF;
}

.swiper-pagination-bullet:before {
    content: '';
    position: absolute;
    top: -5rem;
    right: -5rem;
    bottom: -5rem;
    left: -5px;
}

.u-rating {
    background: url('data:image/svg+xml,%0A%3Csvg xmlns="http://www.w3.org/2000/svg" width="20" height="16" viewBox="0 0 20 16" fill="none"%3E%3Cpath d="M16.7705 6.02816C16.6759 5.74317 16.4117 5.54154 16.1008 5.54154H10.7305L9.07125 0.434807C8.9541 0.176288 8.69839 0 8.40214 0C8.10589 0 7.84962 0.176288 7.73472 0.430301L7.73303 0.434807L6.07378 5.54154H0.704027C0.315404 5.54154 0 5.85694 0 6.24556C0 6.47874 0.113771 6.686 0.28837 6.81386L0.290622 6.81498L4.63475 9.97071L2.9755 15.078C2.95353 15.1433 2.94114 15.2182 2.94114 15.296C2.94114 15.6846 3.25655 16 3.64517 16C3.80062 16 3.94424 15.9499 4.06083 15.8643L4.05857 15.8654L8.40327 12.7085L12.7474 15.8654C12.8617 15.9493 13.0054 15.9994 13.1608 15.9994C13.55 15.9994 13.8654 15.684 13.8654 15.2948C13.8654 15.2171 13.853 15.1422 13.8293 15.0724L13.831 15.0774L12.1712 9.97128L16.5165 6.81498C16.6933 6.68488 16.8065 6.47818 16.8065 6.24444C16.8065 6.16728 16.7941 6.09237 16.7711 6.02309L16.7727 6.02816H16.7705Z" fill="%23FFAA05"/%3E%3C/svg%3E') left center/auto 100% repeat-x;
    width: calc(var(--rating-progress) * 20rem);
    height: 16rem;
    display: inline-block;
    vertical-align: top
}

.u-rating--theme-font-color {
    background-image: url('data:image/svg+xml, %3Csvg xmlns="http://www.w3.org/2000/svg" width="20" height="16" viewBox="0 0 20 16" fill="none"%3E%3Cpath d="M16.7705 6.02816C16.6759 5.74317 16.4117 5.54154 16.1008 5.54154H10.7305L9.07125 0.434807C8.9541 0.176288 8.69839 0 8.40214 0C8.10589 0 7.84962 0.176288 7.73472 0.430301L7.73303 0.434807L6.07378 5.54154H0.704027C0.315404 5.54154 0 5.85694 0 6.24556C0 6.47874 0.113771 6.686 0.28837 6.81386L0.290622 6.81498L4.63475 9.97071L2.9755 15.078C2.95353 15.1433 2.94114 15.2182 2.94114 15.296C2.94114 15.6846 3.25655 16 3.64517 16C3.80062 16 3.94424 15.9499 4.06083 15.8643L4.05857 15.8654L8.40327 12.7085L12.7474 15.8654C12.8617 15.9493 13.0054 15.9994 13.1608 15.9994C13.55 15.9994 13.8654 15.684 13.8654 15.2948C13.8654 15.2171 13.853 15.1422 13.8293 15.0724L13.831 15.0774L12.1712 9.97128L16.5165 6.81498C16.6933 6.68488 16.8065 6.47818 16.8065 6.24444C16.8065 6.16728 16.7941 6.09237 16.7711 6.02309L16.7727 6.02816H16.7705Z" fill="%23666666"/%3E%3C/svg%3E');
}

.reviews-rating {
    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;
}

.reviews-rating__arrow {
    background: 50% / contain no-repeat;
    background-image: url('data:image/svg+xml,%0A%3Csvg width="36" height="40" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath fill-rule="evenodd" clip-rule="evenodd" d="M28.526 38.078c-.565.032-1.238.14-1.85.179-.644.038-1.267.059-1.888.198-2.333.533.25 1.797 1.631 1.458 1.273-.305 2.533-.278 3.75-.402.284-.03.652-.114.938-.145.988-.124 1.907.008 2.887.103.274.027 1.914-.012 1.399-.743-.24-.335-1.414-1.348-1.809-1.678-1.384-1.167-1.957-2.26-3.038-3.428-1.264-1.367-1.956-2.21-3.62-1.963-1.53.224-.348.91.11 1.421.245.272 1.398 1.554 1.425 1.726-1.93-.72-3.745-1.843-5.673-2.82-1.725-.878-4.153-2.54-5.787-3.8-3.538-2.736-6.938-6.067-9.172-9.435-3.118-4.692-5.262-9.98-4.464-15.313.06-.438.59-2.493.44-2.702-.53-.725-1.978.924-2.203 1.686C.537 5.968.8 9.99 1.75 12.968c1.03 3.225 2.76 6.83 5.326 9.92 3.125 3.754 5.815 6.179 10.065 9.238 2.661 1.917 5.672 3.436 8.568 4.774.52.234 2.6 1.01 2.818 1.178z" fill="%23FF3556"/%3E%3C/svg%3E');
    width: 36rem;
    height: 40rem;
    margin-right: -2rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    top: -20rem;
    -webkit-animation: arrowRatingMove 5s infinite;
    animation: arrowRatingMove 5s infinite;
}

.reviews-rating__el {
    margin: 0 5rem;
}

.reviews-rating__title {
    margin: 0;
    font-size: 20rem;
}

.info-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.info-card__media {
    margin-right: 20rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.info-card__media svg,
.info-card__media img {
    width: 50rem;
    height: 50rem;
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
}

.info-card__title {
    margin: 15rem 0 10rem;
    font-weight: bold;
    text-transform: uppercase;
}

.info-card__text {
    font-size: 14rem;
    line-height: 1.2;
    color: rgba(255,255,255, .8);
}

.catalog-aside {
    background: #f8f8f8;
    border-radius: var(--ui-radius);
}

.catalog-aside__title {
    background: #0095d7;
    margin: 0;
    padding: 10rem;
    font-weight: bold;
    font-size: 120%;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    border-radius: var(--ui-radius) var(--ui-radius) 0 0;
}

.catalog-aside__nav {
    padding: 15rem 0;
    font-size: 18rem;
}

.catalog-aside__nav-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.catalog-aside__nav-item {
    margin: 0;
    padding: 0;
}

.catalog-aside__nav-title-wrapper {
    position: relative;
}

.catalog-aside__nav-discount {
    min-height: 16rem;
    padding: 3rem 4rem 2rem;
    font-size: 68%;
    position: absolute;
    top: 50%;
    right: 8rem;
    margin-top: -9rem;
}

.catalog-aside__nav-title {
    padding: 5rem 15rem 5rem 34rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--color-black-fill);
    position: relative;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.catalog-aside__nav-title:hover {
    color: var(--color-red);
    text-decoration: none;
}

.catalog-aside__nav-title.is-active {
    font-weight: bold;
}

.catalog-aside__nav-title img {
    width: 24rem;
    height: 24rem;
    display: block;
    position: absolute;
    top: 5rem;
    left: 5rem;
}

.catalog-aside__subnav {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.catalog-aside__subnav-item {
    margin: 0;
    padding: 0;
}

.catalog-aside__subnav-link {
    padding: 0 15rem 0 48rem;
    display: block;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.catalog-aside__subnav-link:hover {
    color: var(--color-red);
    text-decoration: none;
}

.catalog-aside__color {
    margin: var(--offset) 0 0;
}

.catalog-aside__color-title {
    margin: 0 0 5rem;
    font-size: 14rem;
    text-align: center;
}

.catalog-aside__color-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-radius: 0 0 var(--ui-radius) var(--ui-radius);
    overflow: hidden;
}

.catalog-aside__color-list a {
    background-position: 0 50%;
    background-repeat: repeat-x;
    width: 16.66%;
    height: 24rem;
}

.c_red {
    background-color: #c00;
}

.c_orange {
    background-color: #fb940b;
}

.c_yellow {
    background-color: #ff0;
}

.c_green {
    background-color: #0c0;
}

.c_azure {
    background-color: #03c0c6;
}

.c_blue {
    background-color: #00f;
}

.c_violet {
    background-color: #762ca7;
}

.c_pink {
    background-color: #ff98bf;
}

.c_white {
    background-color: #fff;
}

.c_grey {
    background-color: #999;
}

.c_black {
    background-color: #000;
}

.c_brown {
    background-color: #885418;
}

.breadcrumbs-page + .layout {
    margin-bottom: 40rem;
}

.u-pagination {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style-type: none;
}

.u-pagination__item {
    margin: 0;
    padding: 0;
}

.u-pagination__link {
    min-width: 52rem;
    height: 52rem;
    padding: 5rem;
    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;
    font-weight: bold;
    color: #262626;
    text-align: center;
    border-radius: var(--ui-radius);
    border: 2px solid transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    font-size: 20px;
}

.u-pagination__item.selected .u-pagination__link {
    background: #f3f9ec;
    border-color: #a8d470;
    pointer-events: none;
}

.u-pagination__link:hover {
    color: #a8d470;
    text-decoration: none;
}

.u-pagination__item .u-icon {
    width: 1.5em;
    height: 1.5em;
}

.u-pagination__item:last-child .u-icon {
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
}

.u-pagination__item:last-child .u-icon {
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
}

.goods-list__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: -5rem -10rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.goods-list__col {
    max-width: 33.33333%;
    padding: 5rem 10rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
}

.goods-list.js-catalog-masonry-column-2 .goods-list__col {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}

.u-tooltip {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 0;
    color: var(--color-black-fill);
    position: relative;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.u-tooltip:not(:hover) {
    color: var(--color-grey);
}

.u-tooltip__icon {
    width: 24rem;
    height: 24rem;
    display: block;
    cursor: pointer;
}

.u-tooltip__text {
    background: var(--color-white);
    width: 320rem;
    margin: 5rem 0 0;
    padding: 10rem;
    font-size: 12rem;
    line-height: 1.2;
    text-align: center;
    position: absolute;
    top: 100%;
    right: 0;
    border-radius: var(--ui-radius);
    -webkit-box-shadow: 5px 5px 8px 5px rgba(0,0,0, .15);
    box-shadow: 5px 5px 8px 5px rgba(0,0,0, .15);
    pointer-events: none;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    -webkit-transition-property: opacity, visibility;
    -o-transition-property: opacity, visibility;
    transition-property: opacity, visibility;
    z-index: 1;
}

.u-tooltip:not(:hover) .u-tooltip__text {
    opacity: 0;
    visibility: hidden;
}

.u-radio {
    position: relative;
    display: block;
    cursor: pointer;
}

.u-radio__control {
    width: 30rem;
    height: 30rem;
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
}

.u-radio__inner {
    padding: 10rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border: 1px solid rgba(0,0,0, .15);
    border-radius: var(--ui-radius);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    -webkit-transition-property: background;
    -o-transition-property: background;
    transition-property: background;
}

.u-radio__control:checked ~ .u-radio__inner {
    background: #ece9e3;
}

.u-radio__icon {
    width: 24rem;
    height: 24rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: var(--color-grey);
    border: 1px solid currentColor;
    border-radius: 50%;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    -webkit-transition-property: border-color;
    -o-transition-property: border-color;
    transition-property: border-color;
    position: relative;
}

.u-radio__control:checked ~ .u-radio__inner .u-radio__icon {
    color: #0075ff;
}

.u-radio__control:not(:checked) ~ .u-radio__inner .u-radio__icon:before {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
}

.u-radio__icon:before {
    background: #0075ff;
    content: '';
    position: absolute;
    top: 4rem;
    right: 4rem;
    bottom: 4rem;
    left: 4rem;
    border-radius: inherit;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.u-radio__icon:last-child {
    margin-left: auto;
}

.u-radio__main {
    margin: 0 10rem;
    display: block;
}

.u-radio__title-wrapper,
.u-checkbox__title-wrapper {
    margin: 0 0 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.u-radio__title-wrapper > .custom-rating-container {
    margin-top: 2rem;
}

.u-radio__title {
    margin: 0 10rem 0 0;
    display: block;
    font-weight: bold;
    font-size: 16rem;
    line-height: 1.2;
    color: var(--color-black-fill);
    text-transform: uppercase;
}

.u-radio__discount,
.u-checkbox__discount {
    margin: 2rem 38rem 0 auto;
    padding: 4rem 4rem 2rem;
    font-size: 10rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.u-radio__discount {
    margin: 2rem 10px 0 0;
}

.u-radio__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.u-radio__text {
    margin: 0 10rem 0 0;
    display: block;
    font-size: 10rem;
    line-height: 1.3;
    letter-spacing: .01em;
    font-weight: 600;
}

.card-page__settings .u-radio__text {
    /*font-weight: 100 !important;   */
    color: #000000;
}


.u-radio__info-tooltip {
    margin-left: auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.u-radio__payment {
    width: 38rem;
    margin: -10rem 10rem -10rem 0;
    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;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    position: relative;
}

.u-radio__payment img {
    max-width: 100%;
    max-height: 100%;
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
}

.u-radio__payment:before {
    background: rgba(0,0,0, .12);
    width: 1px;
    margin-left: 9rem;
    content: '';
    position: absolute;
    top: 8rem;
    bottom: 8rem;
    left: 100%;
}

.u-radio__picture {
    width: 40rem;
    height: 40rem;
    border: 1px solid rgba(0,0,0, .15);
    border-radius: var(--ui-radius);
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    overflow: hidden;
}

.u-radio__picture img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
}

.u-checkbox {
    position: relative;
    display: block;
    cursor: pointer;
}

.u-checkbox--theme-orange .u-checkbox__control:not(:checked) ~ .u-checkbox__inner {
    background: var(--color-orange-steel);
    color: var(--color-white);
}

.u-checkbox--theme-orange .u-checkbox__control:not(:checked) ~ .u-checkbox__inner .u-checkbox__title {
    color: var(--color-white);
}

.u-checkbox--theme-orange .u-checkbox__control:not(:checked) ~ .u-checkbox__inner .u-checkbox__icon {
    border-color: var(--color-white);
}

.u-checkbox--theme-orange .u-checkbox__control:not(:checked) ~ .u-checkbox__inner .u-checkbox__title {
    color: var(--color-white);
}

.u-checkbox--theme-simple .u-checkbox__inner {
    background: transparent !important;
    padding: 0;
    border: none;
}

.u-checkbox--size-sm .u-checkbox__title {
    font-size: 12rem;
}

.u-checkbox--size-sm .u-checkbox__control,
.u-checkbox--size-sm .u-checkbox__icon {
    width: 24rem;
    height: 24rem;
}

.u-checkbox--size-xs .u-checkbox__title {
    font-size: 12rem;
}

.u-checkbox--size-xs .u-checkbox__icon:before {
    width: 10rem;
    height: 20rem;
    top: -7rem;
}

.u-checkbox--size-xs .u-checkbox__control,
.u-checkbox--size-xs .u-checkbox__icon {
    width: 18rem;
    height: 18rem;
}

.u-checkbox__control {
    width: 30rem;
    height: 30rem;
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
}

.u-checkbox__inner {
    padding: 10rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border: 1px solid rgba(0,0,0, .15);
    border-radius: var(--ui-radius);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.u-checkbox__control:checked ~ .u-checkbox__inner {
    background: #ece9e3;
}

.u-checkbox__control:checked ~ .u-checkbox__inner .u-checkbox__icon {
    animation: none;
}

.u-checkbox__icon {
    background: transparent;
    width: 24rem;
    height: 24rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: var(--color-grey);
    border: 1px solid currentColor;
    border-radius: var(--ui-radius);
    -webkit-animation: pulseInput 2s infinite;
    animation: pulseInput 2s infinite;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    -webkit-transition-property: border-color;
    -o-transition-property: border-color;
    transition-property: border-color;
    position: relative;
}

.u-checkbox__icon.without-animation {
    animation: none;
}

.u-checkbox__icon:before {
    width: 12rem;
    height: 26rem;
    content: '';
    position: absolute;
    top: -9rem;
    left: 1rem;
    border-top: 0 solid transparent;
    border-left: 0 solid transparent;
    border-right: 3.5rem solid #0075ff;
    border-bottom: 3.5rem solid #0075ff;
    border-radius: 0;
    -webkit-transform: rotateZ(30deg);
    -ms-transform: rotate(30deg);
    transform: rotateZ(30deg);
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.u-checkbox__control:not(:checked) ~ .u-checkbox__inner .u-checkbox__icon:before {
    opacity: 0;
    visibility: hidden;
}

.u-checkbox__main {
    margin: 2rem 10rem 0 10rem;
    display: block;
}

.u-checkbox__title {
    display: block;
    font-weight: bold;
    font-size: 14rem;
    color: var(--color-black-fill);
    text-transform: uppercase;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.u-checkbox__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.u-checkbox__text {
    margin: 0 10rem 0 0;
    display: block;
    font-size: 10rem;
    line-height: 1.3;
    letter-spacing: .01em;
    font-weight: 600;
}

.u-checkbox__info-tooltip {
    margin-left: auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.label-size__title-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.label-size__title {
    margin: 0 0 5rem;
    display: block;
    font-weight: bold;
    font-size: 14rem;
    color: #444;
}

.label-size__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.label-size__area {
    background: #F6F6F6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: var(--ui-radius);
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-animation: pulseInput 2s infinite;
    animation: pulseInput 2s infinite;
    position: relative;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.label-size__area:focus-within {
    -webkit-box-shadow: 0 0 0 1px rgba(0,0,0, .4), 0 0 0 0 rgba(148,158,231, 0) !important;
    box-shadow: 0 0 0 1px rgba(0,0,0, .4), 0 0 0 0 rgba(148,158,231, 0) !important;
    -webkit-animation: none;
    animation: none;
}

.label-size__icon {
    background: #F6F6F6;
    padding: 0 10rem;
    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;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: var(--color-grey);
    border-radius: var(--ui-radius) 0 0 var(--ui-radius);
}

.label-size__icon .u-icon {
    width: 24rem;
    height: 24rem;
}

.label-size__input {
    padding: 10rem;
    border-radius: 0 var(--ui-radius) var(--ui-radius) 0;
}

.label-size__input::-webkit-input-placeholder {
    color: var(--color-black-fill);
}

.label-size__input::-moz-placeholder {
    color: var(--color-black-fill);
}

.label-size__input:-ms-input-placeholder {
    color: var(--color-black-fill);
}

.label-size__input::-ms-input-placeholder {
    color: var(--color-black-fill);
}

.label-size__input::placeholder {
    color: var(--color-black-fill);
}

.label-size__input:focus::-webkit-input-placeholder {
    color: transparent;
}

.label-size__input:focus::-moz-placeholder {
    color: transparent;
}

.label-size__input:focus:-ms-input-placeholder {
    color: transparent;
}

.label-size__input:focus::-ms-input-placeholder {
    color: transparent;
}

.label-size__input:focus::placeholder {
    color: transparent;
}

.label-size__info {
    max-width: 100%;
    margin: 2rem 0 0;
    font-size: 12rem;
    color: #333;
    position: absolute;
    right: 0;
    top: 100%;
    overflow: hidden;
}

.label-size__units {
    margin-left: 10rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 14rem;
    color: #333;
}

.u-hr {
    background: rgba(0,0,0, .1);
    width: 100%;
    height: 1px;
    margin: 25rem 0;
    content: '';
    display: block;
    border: none;
    border-radius: 0;
    outline: none;
}

.faq-card {
    background: var(--color-white);
    color: var(--color-black-fill);
    border: 1px solid rgba(0,0,0, .15);
    border-radius: var(--ui-radius);
    -webkit-transition: all .4s 0s;
    -o-transition: all .4s 0s;
    transition: all .4s 0s;
    -webkit-transition-property: background,color;
    -o-transition-property: background,color;
    transition-property: background,color;
    /*overflow: hidden*/
}

.faq-card.is-show > .faq-card__header .faq-card__icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.faq-card__header {
    background: #f3f4f6;
    padding: 10rem 20rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: var(--ui-radius) var(--ui-radius) 0 0;
    -webkit-transition: all .4s 0s;
    -o-transition: all .4s 0s;
    transition: all .4s 0s;
    -webkit-transition-property: color;
    -o-transition-property: color;
    transition-property: color;
    position: relative
}

.faq-card__btn {
    background: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: inherit;
    text-align: left;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border: none;
    border-radius: 0;
    outline: none;
    cursor: pointer
}

.faq-card__btn:before {
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border-radius: var(--ui-radius)
}

.faq-card__btn:before {
    z-index: 1
}

.faq-card__btn-icon {
    width: 24rem;
    height: 24rem;
    margin-right: 10rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    opacity: .6;
}

.faq-card__title {
    margin: 0 14rem 0 0;
    font-weight: normal;
    font-size: inherit;
    line-height: 1.2
}

.faq-card__icon {
    width: 24rem;
    height: 24rem;
    margin-left: auto;
    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;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: all .4s 0s;
    -o-transition: all .4s 0s;
    transition: all .4s 0s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    position: relative
}

.faq-card__icon .u-icon {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    color: var(--color-grey);
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: all .4s 0s;
    -o-transition: all .4s 0s;
    transition: all .4s 0s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}

.faq-card:not(.is-show) .faq-card__dropdown {
    display: none;
}

.faq-card__inner {
    padding: 20rem;
    color: var(--color-grey);
    border-top: 1px solid rgba(0,0,0, .15);
}

.faq-card__text > * strong,
.faq-card__text > strong,
.faq-card__text > h1,
.faq-card__text > h2,
.faq-card__text > h3,
.faq-card__text > h4,
.faq-card__text > h5,
.faq-card__text > h6 {
    color: var(--color-black-fill);
}

.faq-card__result-title {
    margin: 0 0 15rem;
    color: #0075ff;
    text-align: center;
    text-transform: uppercase;
}

.faq-card__result-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 60rem;
    position: relative;
}

.faq-card__result-row-arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--color-lime);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.faq-card__result-row-arrows .u-icon,
.faq-card__result-row-arrows img {
    width: 50rem;
    height: 50rem;
    margin: 0 -15rem;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
}

.faq-card__result-col--item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.faq-card__result-desc {
    max-width: 420rem;
    margin: 5rem auto 20rem;
    font-size: 14rem;
    line-height: 1.3;
    text-align: center;
}

.faq-card__result-form {
}

.faq-card__result-form-title {
    margin: 0 0 5rem;
    font-weight: bold;
    font-size: 14rem;
    display: block;
}

.faq-card__result-form-row {
    margin-right: -10rem;
    margin-left: -10rem;
}

.faq-card__result-form-col {
    padding-right: 10rem;
    padding-left: 10rem;
}

.faq-card__result-form-input {
    width: 100%;
}

.faq-card__result-form-btn {
    width: 100%;
}

.result-card {
    position: relative;
}

.result-card__media {
    padding: 0 0 75%;
    position: relative;
}

.result-card__media img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.result-card__content {
    background: rgba(0,0,0, .5);
    width: 100%;
    margin: 0;
    padding: 15rem;
    font-weight: bold;
    color: var(--color-white);
    position: absolute;
    bottom: 0;
    left: 0;
}

.result-card__title {
    margin: 0;
}

/* header
=====================*/

.header__container {
    height: 100%;
    padding-top: var(--header-info-height);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.header .header__container {
    padding-top: 0;
}

.header__info {
    background: var(--color-black-fill);
    width: 100%;
    height: var(--header-info-height);
    margin: 0;
    padding: 0 var(--offset-fluid);
    content: '';
    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;
    font-size: var(--fs-9);
    color: var(--color-white);
    list-style-type: none;
    line-height: var(--header-info-height);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.header__info > :first-child {
    padding-left: 0;
}

.header__info > :last-child {
    padding-right: 0;
}

.header__info-item {
    max-width: 290rem;
    padding: 0 var(--offset-fluid);
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: bold;
    font-family: var(--ff-accent);
    -ms-flex-preferred-size: 290rem;
    flex-basis: 290rem;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    cursor: pointer;
}

.header__info-item:hover {
    text-decoration: none;
    opacity: .8;
}

.header__info-icon {
    margin-right: 15rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.header__info-icon img {
    width: auto;
    height: 17rem;
    display: block;
}

.header__main {
    padding: 16rem 0 24rem 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: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
}

.header__main-row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header__aside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header__aside-btn {
    margin: 0 var(--offset) 0 0;
    z-index: 1001;
}

.header__aside-btn.is-active {
    color: var(--color-white);
}

.header__aside-btn.is-active .btn-action__inner > :nth-child(1),
.header__aside-btn:not(.is-active) .btn-action__inner > :nth-child(2) {
    display: none;
}

.header__main-contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header__main-contacts-sale {
    margin-right: 40rem;
}

.header__main-contacts-search {
    margin-right: var(--offset);
    margin-left: auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.header__main-contacts-favorite {
    margin-right: 40rem;
    margin-left: auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.header__main-contacts-basket {
    margin-right: auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.header__main-contacts-form {
    margin-right: var(--offset);
}

.header__nav {
    margin-top: 3rem;
    position: relative;
}

.header__nav:before {
    background: #c6cdc7;
    width: 100vw;
    height: 1px;
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

/* u-promo
=====================*/

.promo-slider {
    padding: 25rem 0;
}

.promo-slider__el {
    -webkit-box-shadow: 0 0 10px rgba(0,0,0, .5);
    box-shadow: 0 0 10px rgba(0,0,0, .5);
    border-radius: var(--ui-radius);
    overflow: visible;
}

.promo-slider__el .swiper-slide {
    border-radius: var(--ui-radius);
    position: relative;
    overflow: hidden;
}

.promo-slider__content {
    background: rgba(255,255,255, .1);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    max-height: 100%;
    width: 45%;
    padding: 50rem 80rem;
    color: var(--color-white);
    position: absolute;
    top: 0;
    left: 0;
    -webkit-clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
}

.promo-slider__content > :last-child {
    margin-bottom: 0;
}

.promo-slider__title {
    margin: 0 0 20rem;
    font-size: 45rem;
    text-shadow: 2px 5px 10px rgba(0,0,0, .52);
}

.promo-slider__subtitle {
    margin: 0;
    font-size: 14rem;
    text-shadow: 1rem 1rem 10rem #000;
}

.promo-slider__picture {
    padding: 0 0 31.1475409836%;
    position: relative;
    pointer-events: none;
}

.promo-slider__picture img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: -1;
}

/* category-section
=====================*/

.category-section {
    padding: 30rem 0 20rem;
}

.category-section__list {
    margin: var(--offset-) var(--offset-fluid-);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.category-section__list-item {
    width: 140rem;
    margin-bottom: var(--offset-fluid);
    padding: 0 var(--offset);
}

/* category-section
=====================*/

.about-section {
    padding: 30rem 0 20rem;
    color: var(--color-black-fill);
}

.about-section__title {
    margin: 0 0 40rem;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
}

.about-section__list {
    margin-bottom: var(--offset-fluid-);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.about-section__list-col {
    margin-bottom: var(--offset-fluid);
}

/* catalog-section
=====================*/

.catalog-section {
    padding: 30rem 0;
}

.catalog-section__title {
    margin: 0 0 20rem;
    color: var(--color-black);
    text-align: center;
    text-transform: uppercase;
}

.catalog-section__footer {
    margin: 40rem 0 0;
    text-align: center;
}

.catalog-section__footer-btn {
    min-width: 300rem;
    margin: 0;
    vertical-align: top;
}

/* reviews-section
=====================*/

.reviews-section {
    padding: 30rem 0;
}

.reviews-section button {
    display: none !important;
}

.reviews-section__header {
    margin: 0 0 10rem;
}

.reviews-section__rating {
    margin: 0 0 -5rem;
}

.reviews-section__title {
    margin: 0 0 20rem;
    font-size: 40rem;
    color: var(--color-black-fill);
    text-align: center;
}

.reviews-section__title span {
    background: -o-linear-gradient(359.22deg, #7366FF 49.33%, #838383 82.24%);
    background: linear-gradient(90.78deg, #7366FF 49.33%, #838383 82.24%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.reviews-card {
    background: #F0F0F0;
    -webkit-box-shadow: 0 0 3px rgba(0,0,0, .2);
    box-shadow: 0 0 3px rgba(0,0,0, .2);
    position: relative;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.reviews-card:hover {
    background: #f8f8f8;
}

.reviews-card__picture {
    margin: 0 0 10rem;
    position: relative;
}

.reviews-card__picture img {
    width: 100%;
    height: auto;
    display: block;
}

.reviews-card__content {
    padding: 15rem 10rem;
}

.reviews-card__title {
    margin: -5rem 0 15rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.reviews-card__title[data-modal] {
    cursor: pointer;
}

.reviews-card__title:before {
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.reviews-card__title.is-verify:after {
    background: 50% / contain no-repeat;
    background-image: url('data:image/svg+xml,%3Csvg width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M504 256C504 393 393 504 256 504C119 504 8 393 8 256C8 119 119 8 256 8C393 8 504 119 504 256ZM227.3 387.3L411.3 203.3C417.5 197.1 417.5 186.9 411.3 180.7L388.7 158.1C382.5 151.9 372.3 151.9 366.1 158.1L216 308.1L145.9 238C139.7 231.8 129.5 231.8 123.3 238L100.7 260.6C94.5 266.8 94.5 277 100.7 283.2L204.7 387.2C210.9 393.4 221.1 393.4 227.3 387.2V387.3Z" fill="%23666666"/%3E%3C/svg%3E%0A');
    width: .8em;
    height: .8em;
    margin: .24em 0 0 .24em;
    content: '';
    display: inline-block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    vertical-align: middle;
}

.reviews-card__rating {
    margin: 0 0 5rem;
}

.reviews-card__text {
    font-size: 14rem;
    line-height: 1.4;
}

.reviews-section__list {
    margin: -7rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.reviews-section__list-col {
    max-width: 20%;
    padding: 7rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
}

.reviews-section__list-col .reviews-card__title span {
    display: block;
    max-width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.reviews-section__list-col.hidden {
    display: none;
}

.reviews-section__footer {
    margin: 50rem 0 0;
    text-align: center;
}

.reviews-section__footer-btn {
    min-width: 300rem;
    margin: 0;
    font-size: 16rem;
    vertical-align: top;
}

/* team-section
=====================*/

.team-section {
    padding: 10rem 0 60rem;
}

.team-section__title {
    margin: 0 0 30rem;
    color: #363636;
    text-align: center;
    text-transform: uppercase;
}

.team-section__hero img {
    width: 100%;
    height: auto;
    display: block;
}

/* footer
=====================*/

.footer {
    --vy: 50rem;
    background: var(--color-blue-accent);
    margin-top: auto;
    padding: var(--vy) 0;
    line-height: 1.2;
    color: var(--color-white);
}

.footer__col {
    margin: 0 0 var(--vy);
}

.footer__col--hr,
.footer__col--appeal {
    margin-bottom: 0;
}

.footer__col--hr:after {
    background: rgba(255,255,255, .1);
    height: 1px;
    margin: 0 0 var(--vy);
    content: '';
    display: block;
}

.footer__col--subscribe {
    margin: 0 0 var(--vy);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer__nav-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.footer__nav-item {
    margin: 0;
    padding: 0;
}

.footer__nav-item:not(:first-child) {
    margin-top: 10rem;
}

.footer__nav-title {
    margin: 0 0 15rem;
    font-weight: bold;
}

.footer__nav-link {
    font-size: 14rem;
    line-height: 1;
    color: #7c899c;
    -webkit-box-shadow: inset 0 -1px 0 transparent;
    box-shadow: inset 0 -1px 0 transparent;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.footer__nav-link:hover {
    color: #e6d0ab;
    text-decoration: none;
    -webkit-box-shadow: inset 0 -1px 0 currentColor;
    box-shadow: inset 0 -1px 0 currentColor;
}

.footer__subscribe {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.footer__subscribe-title {
    margin: 0 0 var(--vy);
    font-weight: bold;
}

.footer__subscribe-text {
    margin: auto 0 15rem;
    font-size: 14rem;
    color: #7c899c;
}

.footer__subscribe-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.footer__subscribe-form-input {
    margin-right: 4rem;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.footer__subscribe-form-btn {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.footer__payments-card-title {
    margin: 0 0 15rem;
}

.footer__payments-card-list {
    margin: 0 -2rem -4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer__payments-card-list svg,
.footer__payments-card-list img {
    width: initial;
    margin: 0 2rem 4rem;
    height: initial;
}

.footer__language-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer__language-item {
    margin: 0;
    padding: 0;
}

.footer__language-item:not(:last-child) {
    margin-right: var(--offset-fluid);
}

.footer__language-link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    vertical-align: top;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.footer__language-link:hover {
    text-decoration: none;
    opacity: .6;
}

.footer__language-link-icon {
    width: 20rem;
    height: 20rem;
    margin-right: 8rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.footer__appeal {
    margin: 0;
    color: #7c899c;
}

/* breadcrumbs-page
=====================*/

.u-breadcrumbs {
    font-weight: bold;
    font-size: 13rem;
    color: var(--color-black-fill);
    text-transform: uppercase;
}

.u-breadcrumbs ul {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style-type: none;
}

.u-breadcrumbs li {
    max-width: 100%;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.u-breadcrumbs li:not(:last-child):after {
    width: 5rem;
    height: 5rem;
    margin: 0 9rem 0 7rem;
    content: '';
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border: 0 solid currentColor;
    border-width: 1px 1px 0 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.u-breadcrumbs a {
    display: block;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.u-breadcrumbs a:hover {
    color: var(--color-grey);
    text-decoration: none;
}

.u-breadcrumbs .u-icon {
    display: block;
}

.breadcrumbs-page {
    padding: 20rem 0;
}

/* layout
=====================*/

.layout__col--main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.layout__title {
    margin: 0 0 .5em;
    font-size: var(--fs-2);
    color: var(--color-black-fill);
}

.layout__text {
    color: var(--color-black);
}

.layout__text h1,
.layout__title {
    font-size: var(--fs-5);
    color: #666666;
    text-transform: uppercase;
}

.layout__pagination {
    margin-top: 30rem;
}

.layout__footer {
    margin-top: 30rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.layout__footer-btn {
    width: 100%;
}

.layout__goods-list-col {
    width: 33.3333%;
    padding: var(--offset);
}

.layout__goods-list-card {
}

.layout__slider {
    margin: -20rem var(--offset-) 10rem;
}

.layout__slider .swiper-track {
    padding: 20rem 0;
}

.layout__slider .swiper-dots {
    position: relative;
    bottom: 0;
}

.layout__slider .swiper-button-prev.swiper-disabled {
    visibility: hidden;
    opacity: 0;
}

.layout__slider .swiper-button-prev {
    left: -20rem;
}

.layout__slider .swiper-button-next {
    right: -20rem;
}

.layout__slider .swiper-slide {
    max-width: 140rem;
    width: auto;
    padding: 0 var(--offset);
    vertical-align: top;
}

/* card-page
=====================*/

.card-page {
    padding: 0 0 40rem;
}

.card-page__title {
    margin: 0 0 20rem;
    font-size: var(--fs-5);
    color: var(--color-black-fill);
    text-transform: uppercase;
}

.card-page__row {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.card-page__col--media.is-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 10rem;
}

.card-page__main-slider,
.card-page__submain-slider {
    text-align: center;
}

.card-page__main-slider-card {
    display: table;
    margin-right: auto;
    margin-left: auto;
}

.card-page__main-slider-card,
.card-page__submain-slider-card-picture:before {
    padding: 1px 1px 1px 1px;
    border: 1px dashed transparent;
    border-radius: var(--ui-radius);
    overflow: hidden;
}

.card-page__main-slider .swiper-slide.swiper-slide-active .card-page__main-slider-card ,
.card-page__submain-slider .swiper-slide.swiper-slide-thumb-active .card-page__submain-slider-card-picture:before {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #89cac0), color-stop(50%, transparent)), -webkit-gradient(linear, left top, right top, color-stop(50%, #89cac0), color-stop(50%, transparent)), -webkit-gradient(linear, left top, left bottom, from(0), color-stop(50%, #89cac0), color-stop(50%, transparent)), -webkit-gradient(linear, left top, left bottom, from(0), color-stop(50%, #89cac0), color-stop(50%, transparent));
    background-image: -o-linear-gradient(left, #89cac0 50%, transparent 50%), -o-linear-gradient(left, #89cac0 50%, transparent 50%), -o-linear-gradient(0, #89cac0 50%, transparent 50%), -o-linear-gradient(0, #89cac0 50%, transparent 50%);
    background-image: linear-gradient(90deg, #89cac0 50%, transparent 50%), linear-gradient(90deg, #89cac0 50%, transparent 50%), linear-gradient(0, #89cac0 50%, transparent 50%), linear-gradient(0, #89cac0 50%, transparent 50%);
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
    background-size: 10px 2px, 10px 2px, 2px 10px, 2px 10px;
    -webkit-animation: marching-ants 400ms infinite linear;
    animation: marching-ants 400ms infinite linear;
    border-color: #d8d9e0;
}

.card-page__main-slider-card img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: calc(100vh - 105rem);
    margin: 0 auto;
    display: block;
    border-radius: var(--ui-radius);
}

.card-page__submain-slider-wrapper {
    margin: 10rem -5rem 0;
}

.card-page__submain-slider {
    overflow: hidden;
}

.card-page__submain-slider .swiper-slide {
    max-width: 106rem;
    vertical-align: top;
    cursor: pointer;
}

.card-page__submain-slider-card {
    padding: 0 3rem;
    display: block;
}

.card-page__submain-slider-card-picture {
    width: 100rem;
    height: 100rem;
    border: 2px solid transparent;
    border-radius: var(--ui-radius);
    position: relative;
}

.card-page__submain-slider-card-picture:before {
    content: '';
    border-radius: inherit;
    position: absolute;
    top: -2px;
    right: -2px;
    bottom: -2px;
    left: -2px;
}

.card-page__submain-slider-card-picture img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: inherit;
}

.card-page__good-number {
    margin: 0 0 10rem;
    font-weight: bold;
    font-size: var(--fs-4);
    text-align: center;
}

.card-page__settings {
    background: #f8f8f8;
    -webkit-box-shadow: 0 0 8px 0 rgba(0,0,0, .3);
    box-shadow: 0 0 8px 0 rgba(0,0,0, .3);
    padding: 25rem 15rem;
    border-radius: var(--ui-radius);
}

.card-page__settings-title {
    margin: -10rem 0 10rem;
    font-weight: bold;
    color: var(--color-black-fill);
    text-align: center;
    text-transform: uppercase;
}

.card-page__settings-size {
    margin: 0 var(--offset-) 38rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.card-page__settings-size-item {
    max-width: 50%;
    padding: 0 var(--offset);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
}

.card-page__settings-material-title {
    margin: 0 0 10rem;
    font-weight: bold;
    font-size: 14rem;
}

.card-page__settings-material-item {
    display: block;
}

.card-page__settings-material-item:not(:last-child) {
    margin-bottom: 10rem;
}

.card-page__settings-promo-item {
    display: block;
}

.card-page__settings-promo-item:not(:last-child) {
    margin-bottom: 10rem;
}

.card-page__settings-price-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5rem;
}

.card-page__settings-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16rem;
}

.card-page__settings-price-title {
    margin: 0 10rem 0 0;
    font-weight: bold;
    font-size: 20rem;
    color: var(--color-black-fill);
}

.card-page__settings-price-old {
    margin: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 26rem;
    color: var(--color-black-fill);
}

.card-page__settings-price-new {
    margin: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 26rem;
}

.iti__search-input{
    display: none; /* Приховує поле пошуку */
}

.card-page__settings-price-title sup {
    /*font-size: 10px;*/
    /*background: #ff7600;*/
    /*color: #ffffff;*/
    /*padding: 1px 2px;*/
    /*border-radius: 3px;*/
    top: -20px;
    left: -7px;
    color: #fff;
    background-color: #ff1100;
    font-size: 12px;
    width: 30px;
    height: 15px;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    padding: 1px 2px;
}

.card-page__settings-price-title sup:before {
    border-color: #ff1100 transparent transparent #ff1100;
    border-style: solid;
    border-width: 5px;
    bottom: -5px;
    content: "";
    left: 0;
    pointer-events: none;
    position: absolute;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: bottom;
    -o-transition-property: bottom;
    transition-property: bottom;
    z-index: 99999;
}

.card-page__settings-footer-btn {
    width: 100%;
    font-size: 16rem;
    text-transform: uppercase;
}

.card-page__settings-footer-payments {
    margin: 15rem -2rem -4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.card-page__settings-footer-payments svg,
.card-page__settings-footer-payments img {
    width: initial;
    height: 28rem;
    margin: 0 2rem 4rem;
}

.card-page__info {
    margin: 30rem 0 0;
    padding: 0;
    color: #333;
    list-style-type: none;
}

.card-page__info li {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.card-page__info li + li {
    margin-top: 5rem;
}

.card-page__info li picture {
    width: 20rem;
    margin-right: 10rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.card-page__info li picture img {
    width: 100%;
    height: auto;
    display: block;
}

.card-page__delivery {
    background: #f4f4f4;
    margin: 30rem 0 0;
    padding: 15rem 30rem;
    line-height: 1.25;
    text-align: center;
    border-radius: var(--ui-radius);
}

.card-page__faq {
    /*min-height: 600rem;*/
    margin-top: 10rem;
}

.faq-list__card:not(:last-child) {
    margin-bottom: 10rem;
}

/* basket
=====================*/

.basket {
    padding: 30rem 0;
}

.basket__title {
    margin: 0 0 var(--offset);
    color: var(--color-black-fill);
}

.basket__main-list-item,
.basket__main-services,
.basket__main-services-item {
    margin-bottom: var(--offset);
}

.good-basket {
    padding: 25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: var(--color-black-fill);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0, .2);
    box-shadow: 0 0 10px rgba(0,0,0, .2);
    border-radius: var(--ui-radius);
    position: relative;
}

.good-basket__action-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5rem;
    position: absolute;
    top: 10rem;
    right: 10rem;
}

.good-basket__action {
    width: 22rem;
    height: 22rem;
    opacity: .8;
}

.good-basket__media {
    max-width: 33%;
    margin-right: var(--offset);
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
}

.good-basket__picture {
    width: 100%;
    max-width: 250rem;
}

.good-basket__picture img {
    width: 100%;
    height: auto;
    display: block;
}

.good-basket__content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    color: var(--color-black-fill);
}

.good-basket__title {
    margin: 0 0 var(--offset);
}

.good-basket__info {
}

.good-basket__info-item {
    margin: 0;
    line-height: 1.35;
}

.good-basket__info-item label {
    display: inline-block;
    position: relative;
    top: .2em;
}

.good-basket__info-item .oldprice,
.good-basket__info-item .newprice {
    font-weight: bold;
    font-size: 140%;
    font-family: var(--ff-circe);
    color: #0c93ce;
    line-height: 1;
}

.good-basket__info-item:not(:last-child) {
    margin: 0 0 5rem;
}

.basket__main-btn-wrapper {
    margin: var(--offset) 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.u-input-label {
    margin: 0;
    display: block;
    position: relative;
}

.u-input-label__input,
.u-input-label__select {
    background: var(--color-white);
    width: 100%;
    min-height: 44rem;
    padding: 8rem 15rem;
    display: block;
    font-size: 18rem;
    color: var(--color-black-fill);
    border: none;
    border-radius: var(--ui-radius);
    -webkit-box-shadow: 0 2rem 5rem rgba(0,0,0, .15);
    box-shadow: 0 2rem 5rem rgba(0,0,0, .15);
    outline: none;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.u-input-label__input::-webkit-input-placeholder {
    color: transparent;
}

.u-input-label__input::-moz-placeholder {
    color: transparent;
}

.u-input-label__input:-ms-input-placeholder {
    color: transparent;
}

.u-input-label__input::-ms-input-placeholder {
    color: transparent;
}

.u-input-label__input::placeholder {
    color: transparent;
}

.u-input-label__input:focus + .u-input-label__title,
.u-input-label__input:not(:placeholder-shown) + .u-input-label__title {
    -webkit-box-shadow: 0 0 5rem rgba(0,0,0, .05);
    box-shadow: 0 0 5rem rgba(0,0,0, .05);
    -webkit-transform: scale(.7) translate(0, -28rem);
    -ms-transform: scale(.7) translate(0, -28rem);
    transform: scale(.7) translate(0, -28rem);
}

.u-input-label__title {
    background: var(--color-white);
    max-width: calc(100% - 30rem);
    min-height: 20rem;
    margin-top: -10rem;
    padding: 0 6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16rem;
    line-height: 1;
    color: rgba(128,128,128, 1);
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    border-radius: var(--ui-radius);
    position: absolute;
    top: 50%;
    left: 9rem;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    white-space: nowrap;
    overflow: hidden;
    pointer-events: none;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.basket__form {
    background: #f8f8f8;
    padding: 25rem;
    color: var(--color-black-fill);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0, .2);
    box-shadow: 0 0 10px rgba(0,0,0, .2);
    border-radius: var(--ui-radius);
}

.basket__form-title {
    margin: 0 0 10rem;
    text-transform: uppercase;
}

.basket__form-input {
    margin: 0 0 15rem;
}

.basket__form-checkbox {
    margin: var(--offset) 0 0;
}

.basket__form-checkbox + .basket__form-checkbox {
    margin: 10rem 0 0;
}

.basket__form-delivery {
    font-weight: bold;
    font-size: 13rem;
    line-height: 1.2;
}

.basket__form-delivery-line {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.basket__form-delivery-item {
    margin: 0;
}

.basket__form-description {
    background: rgba(0,0,0, .05);
    margin: 15rem 0 0;
    padding: 10rem 15rem;
    font-size: 12rem;
    border-radius: var(--ui-radius);
}

.basket__form-payment:not(:last-child) {
    margin: 0 0 5rem;
}

.basket__form-result > :first-child {
    margin-top: 0;
}

.basket__form-result > :last-child {
    margin-bottom: 0;
}

.basket__form-result-title {
    margin: 10rem 0;
}

.basket__form-result-line {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.basket__form-result-text {
    margin: 0;
}

.basket__form-result-text.is-old {
    position: relative;
}

.basket__form-result-text.is-old:before {
    background: currentColor;
    width: 100%;
    height: 2px;
    margin-top: -1rem;
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
}

.basket__form-btn {
    width: 100%;
    margin: 25rem 0 0;
    display: block;
    font-size: 16rem;
    text-transform: uppercase;
}

.basket__main-btn {
    font-size: 16rem;
    text-transform: uppercase;
}

.category-article {
    border-radius: var(--ui-radius);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    overflow: hidden;
}

.category-article:hover {
    -webkit-box-shadow: 5px 6px 13px rgba(0,0,0, .4);
    box-shadow: 5px 6px 13px rgba(0,0,0, .4)
}

.category-article__inner {
    position: relative;
}

.category-article__picture {
    padding: 0 0 60%;
    position: relative;
}

.category-article__picture img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.category-article__content {
    width: 100%;
    max-width: 100%;
    height: 100%;
    padding: 30rem 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: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: absolute;
    top: 0;
    left: 0;
}

.category-article__title {
    background: rgba(255,255,255, .8);
    margin: 0 auto 0 0 ;
    min-width: 60%;
    padding: 5rem;
    color: var(--color-black-fill);
    text-transform: uppercase;
}

.category-article__link:before {
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.category-article__link:hover {
    text-decoration: none;
}

.layout__category {
    margin: var(--offset) -7rem -14rem;
}

.layout__category-col {
    margin-bottom: 14rem;
    padding: 0 7rem;
}

.popup__contacts-header {
    background: -o-linear-gradient(45deg, #ebc62d, #ff1b02 50%, #a73a11 100%) !important;
    background: linear-gradient(45deg, #ebc62d, #ff1b02 50%, #a73a11 100%) !important;
    padding: var(--offset);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--color-white);
    border-radius: var(--ui-radius) var(--ui-radius) 0 0;
}

.popup__contacts-header-title {
    margin: 0;
    text-transform: uppercase;
}

.popup__contacts-header-btn-close {
    margin: 0 0 0 auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.popup__contacts-body {
    padding: var(--offset-fluid);
}

.popup__contacts-info {
    margin: 0 0 var(--offset-fluid);
}

.popup__contacts-subtitle {
    margin: 0 0 var(--offset);
    font-weight: bold;
    color: var(--color-black-fill);
    text-align: center;
}

.popup__contacts-title {
    margin: 0 0 5rem;
    display: block;
    font-weight: bold;
    font-size: 14rem;
    text-align: center;
    color: var(--color-grey);
}

.popup__contacts-input {
    width: 100%;
    margin: 0 0 var(--offset);
}

.popup__contacts-btn {
    width: 100%;
}

.popup__reviews .popup-arrow-left {
    bottom: 0;
    top: unset;
    border-radius: 0;
    z-index: 999999;
}

.popup__reviews .popup-arrow-right {
    bottom: 0;
    top: unset;
    border-radius: 0;
    z-index: 999999;
}
