html {
    -webkit-text-size-adjust: 100%
}

html:focus-within {
    scroll-behavior: smooth
}

body {
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
    position: relative;
    width: 100%;
    min-height: 100vh;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeSpeed
}

*,
::after,
::before {
    box-sizing: border-box
}

a:not([class]) {
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    font-size: 100%;
    font: inherit;
    margin: 0;
    padding: 0;
    /* border: 0; */
    vertical-align: baseline
}

:focus {
    outline: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
    display: block
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

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

input,
input:required {
    box-shadow: none
}

input:-webkit-autofill,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
    -webkit-box-shadow: 0 0 0 30px #fff inset
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    -webkit-appearance: none;
    -moz-appearance: none
}

input[type=search] {
    -webkit-appearance: none;
    -moz-appearance: none;
    box-sizing: content-box
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical
}

input:focus {
    outline: 0
}

audio,
canvas,
video {
    display: inline-block;
    max-width: 100%
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden] {
    display: none
}

a:active,
a:hover {
    outline: 0
}

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

picture {
    display: inline-block
}

button,
input {
    line-height: normal
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
    border: 0;
    background: rgba(0, 0, 0, 0)
}

button[disabled],
html input[disabled] {
    cursor: default
}

[disabled] {
    pointer-events: none
}

input[type=checkbox],
input[type=radio] {
    padding: 0
}

input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

button {
    border: 0;
    background: rgba(0, 0, 0, 0)
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    text-indent: 0
}

hr {
    box-sizing: content-box;
    overflow: visible;
    background: #000;
    border: 0;
    height: 1px;
    line-height: 0;
    margin: 0;
    padding: 0;
    page-break-after: always;
    width: 100%
}

pre {
    font-family: monospace, monospace;
    font-size: 100%
}

a {
    background-color: rgba(0, 0, 0, 0)
}

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

code,
kbd,
pre,
samp {
    font-family: monospace, monospace
}

small {
    font-size: 75%
}

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

sub {
    bottom: -5px
}

sup {
    top: -5px
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1;
    margin: 0;
    padding: 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;
    outline: 0
}

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

fieldset {
    min-width: 0
}

body:not(:-moz-handler-blocked) fieldset {
    display: block
}

progress {
    vertical-align: baseline
}

[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
}

summary {
    display: list-item
}

template {
    display: none
}

@font-face {
    font-family: "DIN Pro Cond";
    src: url(../fonts/DINPro-CondensedLightItalic.woff2) format("woff2"), url(../fonts/DINPro-CondensedLightItalic.woff) format("woff");
    font-weight: 300;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: "DIN Pro Cond";
    src: url(../fonts/DINPro-CondensedItalic.woff2) format("woff2"), url(../fonts/DINPro-CondensedItalic.woff) format("woff");
    font-weight: 400;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: "DIN Pro Cond";
    src: url(../fonts/DINPro-CondensedLight.woff2) format("woff2"), url(../fonts/DINPro-CondensedLight.woff) format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "DIN Pro Cond";
    src: url(../fonts/DINPro-CondensedRegular.woff2) format("woff2"), url(../fonts/DINPro-CondensedRegular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "DIN Pro Cond";
    src: url(../fonts/DINPro-CondensedBoldItalic.woff2) format("woff2"), url(../fonts/DINPro-CondensedBoldItalic.woff) format("woff");
    font-weight: 700;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: "DIN Pro Cond";
    src: url(../fonts/DINPro-CondensedBlackItalic.woff2) format("woff2"), url(../fonts/DINPro-CondensedBlackItalic.woff) format("woff");
    font-weight: 900;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: "DIN Pro";
    src: url(../fonts/DINPro-BoldItalic.woff2) format("woff2"), url(../fonts/DINPro-BoldItalic.woff) format("woff");
    font-weight: 700;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: "DIN Pro Cond";
    src: url(../fonts/DINPro-CondensedBlack.woff2) format("woff2"), url(../fonts/DINPro-CondensedBlack.woff) format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap
}

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

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

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

@font-face {
    font-family: "DIN Pro Cond";
    src: url(../fonts/DINPro-CondensedBold.woff2) format("woff2"), url(../fonts/DINPro-CondensedBold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "DIN Pro";
    src: url(../fonts/DINPro-Italic.woff2) format("woff2"), url(../fonts/DINPro-Italic.woff) format("woff");
    font-weight: 400;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: "DIN Pro Cond";
    src: url(../fonts/DINPro-CondensedMedium.woff2) format("woff2"), url(../fonts/DINPro-CondensedMedium.woff) format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "DIN Pro Cond";
    src: url(../fonts/DINPro-CondensedMediumItalic.woff2) format("woff2"), url(../fonts/DINPro-CondensedMediumItalic.woff) format("woff");
    font-weight: 500;
    font-style: italic;
    font-display: swap
}

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

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

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

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

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

:root {
    --grey: #565656;
    --red: #e2001a;
    --red-darken: rgb(200.5, 0, 23.0663716814);
    --grey-lighter: #606060;
    --lighter-grey: #cfcfcf;
    --mini-dark-green: #327438;
    --x-small-light-green: #88bd23;
    --medium-dark-red: #982a2d;
    --maxi-dark-blue: #0d326e;
    --giant-purple: #72207e
}

body {
    display: block;
    width: 100%;
    min-height: 100vh;
    margin: 0;
    overflow: hidden auto
}

@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") format("woff");
    font-weight: 400;
    font-style: normal
}

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

: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 {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0, 0, 0)
}

.swiper-horizontal {
    touch-action: pan-y
}

.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block
}

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

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

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    backface-visibility: hidden
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-3d {
    perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
    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 {
    scroll-snap-type: x mandatory
}

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

.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
    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: "";
    flex-shrink: 0;
    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 {
    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 {
    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-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(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;
    transform-origin: 50%;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear
}

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

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

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0)
    }

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

.swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

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

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

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

.button {
    --button-height: 78px;
    --button-padding: 55px;
    --button-fz: 24px;
    --button-bg: var(--red);
    --button-bg-hover: var(--red-darken);
    --button-color: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    align-self: flex-start;
    width: auto;
    height: var(--button-height);
    border-radius: 999px;
    background-color: var(--button-bg);
    font-family: "DIN Pro", sans-serif;
    font-size: var(--button-fz);
    font-weight: 500;
    line-height: 1;
    letter-spacing: -.03em;
    padding: 0 var(--button-padding) .1em;
    color: var(--button-color);
    text-decoration: none;
    box-sizing: border-box;
    cursor: pointer;
    transition: background-color .3s ease
}

.button--small {
    --button-height: 65px;
    --button-padding: 40px;
    --button-fz: 24px
}

.button--white {
    --button-bg: #fff;
    --button-bg-hover: rgb(242.25, 242.25, 242.25);
    --button-color: var(--red)
}

.for-widget {
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 14px, rgba(0, 0, 0, .1) 15px, rgba(0, 0, 0, .1) 30px);
    width: 100%;
    min-height: 250px;
    height: 100%;
    font-weight: 900;
    font-size: 1em;
    opacity: .5;
    text-align: center;
    box-shadow: 0 0 0 1px var(--lighter-grey) inset;
    text-shadow: 0 0 .5px var(--grey)
}

.pagination {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 45px;
    width: 100%;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto
}

.pagination-controls {
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.pagination-controls-btn {
    flex-shrink: 0;
    display: block;
    width: 44px;
    height: 44px;
    cursor: pointer
}

.pagination-controls-btn::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(/brandzone/royal-canin/assets/img/icon/slider-btn.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 14px;
    transition: transform .3s ease
}

.pagination-controls-btn--prev::before {
    transform: scaleX(-1)
}

.pagination-controls-btn--disabled {
    opacity: .5;
    cursor: default
}

.pagination-controls-btn--lock {
    display: none
}

.pagination-bullets {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    width: 100%
}

.pagination-bullets-item {
    display: block;
    width: 100%;
    height: 6px;
    border-radius: 9px;
    background-color: #f6f6f6;
    cursor: pointer;
    transition: background-color .3s ease
}

.pagination-bullets-item--active {
    background-color: var(--red) !important;
    cursor: default
}

.control-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 83px;
    height: 45px;
    border-radius: 99px;
    border: 2px solid var(--red);
    background-color: #fff;
    cursor: pointer;
    position: absolute;
    box-sizing: border-box;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.control-btn::before {
    content: "";
    display: block;
    width: 20px;
    height: 16px;
    background-image: url(/brandzone/royal-canin/assets/img/icon/slider-btn.svg);
    background-repeat: repeat-x;
    background-size: auto 100%;
    transition: transform .3s ease
}

.control-btn--prev {
    right: calc(100% + 35px)
}

.control-btn--prev::before {
    transform: scaleX(-1)
}

.control-btn--next {
    left: calc(100% + 35px)
}

.control-btn--disabled {
    opacity: .5;
    cursor: default
}

.control-btn--lock {
    display: none !important
}

.main {
    display: block;
    min-width: 320px;
    width: 100%;
    max-width: 1920px;
    font-family: "DIN Pro", sans-serif;
    font-weight: 400;
    font-size: 30px;
    line-height: 1.3;
    margin: 0 auto;
    color: var(--grey);
    overflow: hidden
}

.main .wrapper {
    display: block;
    width: 100%;
    max-width: 1600px;
    margin: 0 auto
}

.main .section-title {
    font-family: "DIN Pro Cond", sans-serif;
    font-weight: 900;
    font-size: 88px;
    line-height: 1.2;
    text-transform: uppercase;
    text-align: center;
    color: var(--red)
}

.main b {
    font-weight: 700
}

.main [hidden] {
    display: none !important
}

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

.hero .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 100px;
    height: 100%
}

.hero-text {
    flex-shrink: 0;
    display: block;
    padding: 78px 0 100px 84px
}

.hero-logo {
    display: block;
    width: auto;
    height: 104px;
    margin-bottom: 128px
}

.hero-title {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    font-family: "DIN Pro Cond", sans-serif;
    text-transform: uppercase;
    margin-bottom: 35px;
    white-space: nowrap;
    position: relative;
    z-index: 1
}

.hero-title-gray {
    font-weight: 500;
    font-size: 51px;
    line-height: 1.04;
    color: var(--grey)
}

.hero-title-red {
    font-weight: 900;
    font-size: 118px;
    line-height: .9;
    letter-spacing: -.02em;
    color: var(--red)
}

.hero-title-red>span {
    display: inline-block;
    position: relative
}

.hero-title-red>span::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    box-shadow: 0 0 0 20px #fff
}

.hero-title--decor {
    display: inline-block;
    position: relative
}

.hero-title--decor::after,
.hero-title--decor::before {
    content: "";
    display: block;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    position: absolute;
    bottom: .395em;
    pointer-events: none;
    z-index: -1
}

.hero-title--decor::before {
    width: 818px;
    height: 81px;
    background-image: url(/brandzone/royal-canin/assets/img/hero/decor-before.png);
    right: calc(100% + 10px)
}

.hero-title--decor::after {
    width: 719px;
    height: 982px;
    background-image: url(/brandzone/royal-canin/assets/img/hero/decor-after.png);
    left: calc(100% + 10px)
}

.hero-image {
    display: block;
    max-width: 840px;
    margin-right: 85px;
    margin-top: -20px;
    position: relative;
    z-index: 1
}

.hero-image img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 640px;
    -o-object-fit: contain;
    object-fit: contain
}

.hero-subtitle {
    display: block;
    width: auto;
    font-size: 54px;
    line-height: 1.04;
    background-image: linear-gradient(var(--red) 0 0);
    background-repeat: no-repeat;
    background-position: left calc(50% + .02em);
    background-size: 6px 86%;
    text-transform: uppercase;
    color: var(--grey);
    font-family: "DIN Pro Cond", sans-serif;
    font-weight: 500;
    margin-left: 120px;
    padding-left: 32px;
    position: relative;
    z-index: 1
}

.about .slider-about {
    display: block;
    width: 100%;
    position: relative
}

.about .swiper {
    border-radius: 15px;
    box-shadow: 0 4px 40px 0 rgba(0, 0, 0, .12);
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    cursor: default
}

.about .slide {
    height: 663px;
    padding: 0 100px
}

.about .slide-products {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%
}

.about .slide-products-image {
    min-width: 100px;
    width: 630px;
    margin: 0 auto
}

.about .slide-products-image img {
    display: block;
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain
}

.about .slide-products-head {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start
}

.about .slide-products-text {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    align-items: flex-start;
    width: 574px
}

.about .slide-products-title {
    font-family: "DIN Pro Cond", sans-serif;
    color: var(--red);
    font-size: 88px;
    font-weight: 700;
    line-height: .73;
    letter-spacing: -.03em;
    text-transform: uppercase;
    position: relative;
    white-space: nowrap;
    margin-bottom: 27px
}

.about .slide-products-title span {
    font-size: 200px
}

.about .slide-products-title::after,
.about .slide-products-title::before {
    content: "";
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    z-index: -1
}

.about .slide-products-title::before {
    width: 993px;
    height: 39px;
    background-image: url(/brandzone/royal-canin/assets/img/about/decor-products-before.png);
    background-size: auto 100%;
    right: calc(100% + 10px);
    bottom: .25em
}

.about .slide-products-title::after {
    width: 384px;
    height: 52px;
    background-image: url(/brandzone/royal-canin/assets/img/about/decor-products-after.png);
    background-size: auto 100%;
    left: calc(100% + 10px);
    bottom: .25em
}

.about .slide-products-subtitle {
    font-family: "DIN Pro Cond", sans-serif;
    font-size: 64px;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
    color: var(--gray);
    margin-bottom: 31px;
    padding-left: 73px;
    box-sizing: border-box
}

.about .slide-products .button {
    margin-left: 73px
}

.about .slide-template {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%
}

.about .slide-template-image {
    display: block
}

.about .slide-template-image img {
    display: block;
    width: 100%;
    height: auto
}

.about .slide-template--history .slide-template-image {
    max-width: 452px;
    aspect-ratio: 1;
    border-radius: 40px;
    overflow: hidden;
    margin-right: 64px
}

.about .slide-template--cat-dog {
    background-image: url(/brandzone/royal-canin/assets/img/about/cat-dot-decor.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: 0 0
}

.about .slide-template--cat {
    background-image: url(/brandzone/royal-canin/assets/img/about/cat-decor.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: 0 0
}

.about .slide-template--cat .slide-template-image {
    max-width: 580px;
    position: relative;
    z-index: -1
}

.about .slide-template-text {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    min-width: 450px;
    width: 100%
}

.about .slide-template-title {
    font-family: "DIN Pro Cond", sans-serif;
    font-size: 70px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -.02em;
    color: var(--red);
    margin-bottom: 27px
}

.about .slide-template-title sup {
    font-size: .5em;
    line-height: 1;
    vertical-align: super
}

.about .slide-template-description {
    font-family: "DIN Pro", sans-serif;
    font-weight: 500;
    font-size: 40px;
    line-height: 1.09;
    background-image: linear-gradient(var(--red) 0 0);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 4px calc(100% - .2em);
    color: var(--gray);
    padding-left: 20px;
    margin-left: 4px
}

.about .slide-template-description span {
    color: var(--red)
}

.about .slide-template-description sup {
    font-size: 1em;
    line-height: 1;
    vertical-align: middle
}

.benefit {
    display: block;
    width: 100%;
    padding: 100px 50px
}

.benefit-block {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    gap: 50px;
    width: 100%;
    border-radius: 30px;
    background-color: #fff;
    background-image: url(/brandzone/royal-canin/assets/img/benefit/award.png);
    background-repeat: no-repeat;
    background-position: calc(100% - 80px) 50px;
    background-size: 180px auto;
    padding: 60px 320px 60px 70px;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .08)
}

.benefit-head {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    gap: 60px;
    width: 100%
}

.benefit-head--left,
.benefit-head--right {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    gap: 28px;
    width: 50%
}

.benefit-main {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    gap: 14px
}

.benefit-title {
    font-family: "DIN Pro Cond", sans-serif;
    font-weight: 900;
    font-size: 70px;
    line-height: 1;
    letter-spacing: -.02em;
    text-transform: uppercase;
    color: var(--red)
}

.benefit-title sup {
    font-size: .5em;
    line-height: 1;
    vertical-align: super
}

.benefit-description {
    width: calc(100% - 46px);
    font-family: "DIN Pro Cond", sans-serif;
    font-weight: 500;
    font-size: 40px;
    line-height: 1.05;
    background-image: linear-gradient(var(--red) 0 0);
    background-repeat: no-repeat;
    background-position: 0 calc(50% + .1em);
    background-size: 4px calc(100% - .5em);
    padding-left: 25px;
    margin-left: 46px
}

.benefit-text {
    font-size: 30px;
    font-weight: 400;
    line-height: 1.3
}

.benefit-list {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    gap: .25em;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.3
}

.benefit-list li {
    padding-left: 35px;
    position: relative
}

.benefit-list li::before {
    content: "•";
    display: inline-block;
    position: absolute;
    left: 0;
    top: .115em;
    color:black;
}

.bestsellers {
    display: block;
    width: 100%;
    background-color: #f6f6f6;
    padding: 75px 50px
}

.bestsellers .wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 52px
}

.bestsellers-widget {
    display: block;
    width: 100%;
    border-radius: 30px;
    background-color: #fff
}

.bestsellers-text {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    gap: 5px;
    padding: 0 56px
}

.bestsellers-text-subtitle {
    background-image: linear-gradient(var(--red) 0 0);
    background-repeat: no-repeat;
    background-position: 0 calc(50% + .1em);
    background-size: 7px calc(100% - .5em);
    font-family: "DIN Pro Cond", sans-serif;
    font-weight: 700;
    font-size: 50px;
    line-height: 1.2;
    letter-spacing: .01em;
    text-transform: uppercase;
    color: var(--red);
    padding-left: 40px
}

.bestsellers-text-description {
    padding-left: 40px
}

.bestsellers-tabs {
    display: inline-flex;
    justify-content: flex-start;
    align-items: stretch;
    width: auto;
    height: 55px;
    border-radius: 99px;
    background-color: #cfcece;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    position: relative
}

.bestsellers-tabs-item {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    position: relative;
    z-index: 2
}

.bestsellers-tabs-item--cat {
    padding-left: 15px;
    padding-right: 60px;
    margin-right: -15px
}

.bestsellers-tabs-item--dog {
    flex-direction: row-reverse;
    padding-left: 60px;
    padding-right: 15px;
    margin-left: -15px
}

.bestsellers-tabs-item-image {
    display: block;
    width: 70px;
    height: auto;
    align-self: flex-end;
    -o-object-fit: contain;
    object-fit: contain;
    margin-bottom: 10px;
    filter: saturate(0);
    transition: filter .2s ease;
    pointer-events: none
}

.bestsellers-tabs-item-name {
    font-size: 24px;
    font-weight: 400;
    line-height: .833;
    color: #000;
    transition: color .2s .1s ease
}

.bestsellers-tabs-item--active .bestsellers-tabs-item-image {
    filter: none
}

.bestsellers-tabs-item--active .bestsellers-tabs-item-name {
    color: #fff
}

.bestsellers-tabs-effect {
    display: block;
    width: 100px;
    height: 100%;
    border-radius: 99px;
    background-color: var(--red);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    transition: .3s ease;
    transition-property: width, left
}

.ration {
    display: block;
    width: 100%;
    padding: 100px 75px
}

.ration .wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    gap: 40px
}

.ration-block {
    display: block;
    width: 100%;
    border-radius: 15px;
    border: 1px solid var(--red);
    padding: 64px 85px
}

.ration .slider-ration {
    position: relative
}

.ration .slider-ration--transition #ration-circle {
    transition: none !important
}

.ration .slider-ration-circle {
    display: block;
    width: 600px;
    height: 600px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none
}

.ration .slider-ration-circle #ration-circle {
    transform: rotate(calc(-1turn / var(--slides) * (var(--slides) - 1) * var(--progress)));
    transition: transform .3s ease
}

.ration .slider-ration-circle svg {
    display: block;
    width: 100%;
    height: auto;
    position: absolute
}

.ration .slider-ration-side {
    width: 100%;
    padding-left: 650px
}

.ration .slider-ration-image {
    display: block;
    max-width: 100%;
    margin-bottom: 40px
}

.ration .slider-ration-image img {
    display: block;
    width: 100%;
    height: 100%;
    max-height: 300px;
    -o-object-fit: contain;
    object-fit: contain
}

.ration .slider-ration-text {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    gap: 17px;
    width: 100%
}

.ration .slider-ration-title {
    font-family: "DIN Pro Cond", sans-serif;
    font-weight: 900;
    font-size: 70px;
    line-height: 1;
    letter-spacing: -.02em;
    text-transform: uppercase;
    color: var(--red)
}

.ration .swiper-wrapper {
    align-items: stretch
}

.ration .swiper-slide {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: auto
}

.ration .nutrients {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    background-image: url(/brandzone/royal-canin/assets/img/ration/nutrients-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 100px;
    padding-left: 30px
}

.ration .nutrients-image {
    display: block;
    width: 100%;
    max-width: 524px;
    filter: url(#outline-image)
}

.ration .nutrients-image img {
    display: block;
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain
}

.ration .nutrients-text {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    gap: 35px;
    width: 100%
}

.ration .nutrients-title {
    font-family: "DIN Pro Cond", sans-serif;
    font-weight: 900;
    font-size: 70px;
    line-height: 1;
    letter-spacing: -.02em;
    text-transform: uppercase;
    color: var(--gray)
}

.ration .nutrients-title span {
    color: var(--red)
}

.ration .nutrients-title sup {
    font-size: .5em;
    line-height: 1;
    vertical-align: super
}

.ration .nutrients-description {
    background-color: #fff;
    box-shadow: 0 0 0 10px #fff
}

.ration .nutrients-description b {
    font-weight: 700
}

.ration-for {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    gap: 100px;
    width: 100%;
    padding: 100px 0
}

.ration-for-section {
    display: block;
    width: 100%;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: 50% 50%
}

.ration-for-section--cat {
    background-image: url(/brandzone/royal-canin/assets/img/ration-for/cat-bg.png)
}

.ration-for-section--dog {
    background-image: url(/brandzone/royal-canin/assets/img/ration-for/dog-bg.png)
}

.ration-for-section .wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    gap: 54px;
    padding: 0 75px
}

.ration-for .swiper {
    display: block;
    width: 100%;
    margin: -20px 0;
    filter: drop-shadow(0 0 20px rgba(0, 0, 0, .1))
}

.ration-for .swiper-wrapper {
    align-items: stretch
}

.ration-for .swiper-slide {
    height: auto;
    padding: 20px 0
}

.ration-for-slider {
    display: block;
    width: 100%;
    position: relative
}

.ration-for-card {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 500px;
    gap: 24px;
    height: 100%;
    border-radius: 10px;
    background-color: #fff;
    padding: 20px;
    text-align: center;
    margin: 0 auto
}

.ration-for-card-image {
    width: 100%
}

.ration-for-card-image img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 240px;
    -o-object-fit: contain;
    object-fit: contain
}

.ration-for-card-title {
    font-family: "DIN Pro Cond", sans-serif;
    font-weight: 900;
    font-size: 30px;
    line-height: 1.27;
    text-transform: uppercase;
    color: var(--red)
}

.ration-for-card-title sub {
    display: inline-block;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.5;
    vertical-align: baseline;
    text-transform: none;
    top: -.25em;
    margin-bottom: -1em;
    bottom: 0
}

.ration-for-card-description {
    font-size: 20px
}

.ration-for-card .button {
    margin-top: auto;
    align-self: center
}

.ration-for--tabs {
    padding: 100px 50px
}

.ration-for--tabs .wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    gap: 62px
}

.ration-for-tabs {
    display: inline-flex;
    justify-content: flex-start;
    align-items: stretch;
    width: auto;
    height: 55px;
    border-radius: 99px;
    background-color: #cfcece;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    position: relative
}

.ration-for-tabs-item {
    flex: 0 1 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0 40px;
    font-size: 24px;
    font-weight: 400;
    line-height: .833;
    color: #000;
    transition: color .2s .1s ease;
    cursor: pointer;
    position: relative;
    z-index: 2
}

.ration-for-tabs-item--active {
    color: #fff
}

.ration-for-tabs-effect {
    display: block;
    width: 100px;
    height: 100%;
    border-radius: 99px;
    background-color: var(--red);
    box-sizing: content-box;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    transition: .3s ease;
    transition-property: width, left
}

.advantages {
    display: block;
    width: 100%;
    padding: 75px 50px
}

.advantages .wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch
}

.advantages-head {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 11px
}

.advantages-head .section-title {
    text-align: left
}

.advantages-select {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 45px;
    margin-top: 87px;
    margin-bottom: -20%
}

.advantages-select-inner {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 11px;
    background-image: linear-gradient(var(--red) 0 0);
    background-repeat: no-repeat;
    background-position: 0 calc(50% + .1em);
    background-size: 7px calc(100% - .5em);
    padding-left: 45px
}

.advantages-select-title {
    font-family: "DIN Pro Cond", sans-serif;
    font-weight: 900;
    font-size: 70px;
    line-height: 1;
    letter-spacing: -.02em;
    text-transform: uppercase;
    color: var(--red)
}

.advantages-select .button {
    margin-left: 45px
}

.advantages-image {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    width: 100%;
    position: relative;
    /* z-index: -1 */
}

.advantages-image img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 624px;
    -o-object-fit: contain;
    object-fit: contain
}

.advantages .slider-advantages-variants {
    display: block;
    width: 100%;
    margin-top: 120px;
    position: relative
}

.advantages-variants-item {
    display: flex;
    justify-content: flex-start;
    align-items: stretch
}

.advantages-variants-side {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: space-between;
    position: relative
}

.advantages-variants-text {
    display: block;
    width: 400px;
    background-image: linear-gradient(var(--red) 0 0);
    background-repeat: no-repeat;
    background-position: 0 calc(50% + .1em);
    background-size: 7px calc(100% - .5em);
    padding-left: 46px;
    position: absolute
}

.advantages-variants-text-title {
    font-family: "DIN Pro Cond", sans-serif;
    font-weight: 900;
    font-size: 70px;
    line-height: 1;
    letter-spacing: -.02em;
    text-transform: uppercase;
    color: var(--red)
}

.advantages-variants-image {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: right bottom;
    object-position: right bottom
}

.advantages-variants-widget {
    flex-shrink: 0;
    display: block;
    width: 55%
}

.pet-size {
    background-image: url(/brandzone/royal-canin/assets/img/pet-size/decor-bg.png);
    background-repeat: no-repeat;
    background-position: center 85%;
    background-size: 100% auto;
    padding: 100px 50px
}

.pet-size-head {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 30px;
    text-align: center
}

.pet-size .slider-pet-size {
    display: block;
    width: 100%;
    position: relative;
    margin-top: 120px
}

.pet-size .swiper {
    overflow: visible !important
}

.pet-size .swiper-wrapper {
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 90px;
    height: auto
}

.pet-size .swiper-slide {
    width: calc((100% - 180px)/ 3) !important;
    height: auto
}

.pet-size-card {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    border-radius: 30px;
    background-color: #fff;
    padding: 20px;
    text-align: center;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1)
}

.pet-size-card-title {
    font-family: "DIN Pro Cond", sans-serif;
    font-weight: 900;
    font-size: 70px;
    line-height: .94;
    letter-spacing: -.04em;
    text-transform: uppercase;
    margin-bottom: .15em
}

.pet-size-card-subtitle {
    font-family: "DIN Pro Cond", sans-serif;
    font-weight: 500;
    font-size: 48px;
    line-height: 1.25;
    letter-spacing: -.04em;
    text-transform: uppercase;
    margin-bottom: .25em
}

.pet-size-card-image {
    display: block;
    width: 100%;
    margin-bottom: 10px
}

.pet-size-card-image img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 220px;
    -o-object-fit: contain;
    object-fit: contain
}

.pet-size-card .button {
    margin-top: auto;
    align-self: center
}

.pet-size-card-footnote {
    font-size: 18px;
    letter-spacing: -.03em;
    margin-top: 20px
}

.pet-size-grid {
    display: block;
    padding: 100px 50px
}

.pet-size-grid-head {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 30px;
    text-align: center
}

.pet-size-grid .slider-pet-size-grid {
    display: block;
    width: 100%;
    position: relative;
    margin-top: 120px
}

.pet-size-grid .swiper {
    overflow: visible !important
}

.pet-size-grid .swiper-slide {
    width: 100% !important;
    height: auto
}

.pet-size-grid-card {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    gap: 50px;
    height: 100%
}

.pet-size-grid-card-widget {
    flex-shrink: 0;
    width: 265px
}

.pet-size-grid-card-info {
    display: block;
    width: 100%;
    position: relative
}

.pet-size-grid-card-title {
    background-image: linear-gradient(var(--pet-size-grid-color) 0 0);
    background-repeat: no-repeat;
    background-position: 0 calc(50% + .15em);
    background-size: 7px 100%;
    font-family: "DIN Pro Cond", sans-serif;
    font-weight: 900;
    font-size: 70px;
    line-height: .94;
    letter-spacing: -.04em;
    text-transform: uppercase;
    color: var(--pet-size-grid-color);
    padding-left: 41px;
    margin-bottom: .15em
}

.pet-size-grid-card-subtitle {
    display: block;
    width: 50%;
    font-family: "DIN Pro Cond", sans-serif;
    font-weight: 500;
    font-size: 48px;
    line-height: 1;
    letter-spacing: -.04em;
    text-transform: uppercase;
    margin-bottom: -1em
}

.pet-size-grid-card-image {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    width: 100%
}

.pet-size-grid-card-image img {
    display: block;
    width: auto;
    height: auto;
    max-height: 220px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: right bottom;
    object-position: right bottom
}

.pet-size-grid-card-footnote {
    display: block;
    width: 40%;
    font-size: 18px;
    letter-spacing: -.03em;
    margin-top: 20px;
    position: absolute;
    left: 0;
    bottom: 0
}

.pet-size-slider {
    padding: 100px 50px
}

.pet-size-slider-head {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 30px;
    text-align: center
}

.pet-size-slider .slider-pet-size-slider {
    display: block;
    width: 100%;
    border-radius: 30px;
    background-color: #fff;
    margin-top: 120px;
    padding: 60px 70px;
    box-shadow: 0 0 0 1px var(--red);
    position: relative
}

.pet-size-slider .swiper-wrapper {
    align-items: stretch
}

.pet-size-slider .swiper-slide {
    width: 100% !important;
    height: auto
}

.pet-size-slider-card {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    height: 100%
}

.pet-size-slider-card-widget {
    width: 100%;
    height: auto
}

.pet-size-slider-card-info {
    flex-shrink: 0;
    display: block;
    width: 550px;
    position: relative
}

.pet-size-slider-card-title {
    font-family: "DIN Pro Cond", sans-serif;
    font-weight: 900;
    font-size: 70px;
    line-height: .94;
    letter-spacing: -.04em;
    text-transform: uppercase;
    color: var(--pet-size-slider-color);
    margin-bottom: .15em
}

.pet-size-slider-card-subtitle {
    display: block;
    font-family: "DIN Pro Cond", sans-serif;
    font-weight: 500;
    font-size: 48px;
    line-height: 1;
    letter-spacing: -.04em;
    text-transform: uppercase;
    margin-bottom: -1em
}

.pet-size-slider-card-image {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    width: 100%;
    margin-top: -150px
}

.pet-size-slider-card-image img {
    display: block;
    width: auto;
    height: auto;
    max-height: 410px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: right bottom;
    object-position: right bottom
}

.pet-size-slider-card-footnote {
    display: block;
    font-size: 18px;
    letter-spacing: -.03em;
    margin-top: 20px;
    position: absolute;
    left: 0;
    bottom: 0
}

.evidence {
    display: block;
    width: 100%;
    padding: 75px 50px
}

.evidence .slider-evidence {
    display: block;
    width: 100%;
    position: relative
}

.evidence .swiper {
    border-radius: 30px;
    border: 1px solid #cfcece
}

.evidence .swiper-pagination {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 4px;
    position: absolute;
    left: 50%;
    bottom: 25px;
    transform: translateX(-50%);
    z-index: 1
}

.evidence .swiper-pagination-bullet {
    flex-shrink: 0;
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #cfcfcf;
    transition: background-color .3s ease;
    cursor: pointer
}

.evidence .swiper-pagination-bullet-active {
    background-color: var(--red);
    cursor: default
}

.evidence .swiper img,
.evidence .swiper picture {
    display: block;
    width: 100%;
    height: auto;
    margin: 0
}

.need-help {
    display: block;
    width: 100%;
    padding: 75px 50px
}

.need-help .block {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-radius: 30px;
    border: 1px solid #cfcece;
    overflow: hidden
}

.need-help-image {
    max-width: 480px;
    margin: 0 auto
}

.need-help-image img {
    display: block;
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain
}

.need-help-text {
    flex-shrink: 0;
    display: block;
    width: 877px;
    padding: 60px 105px 60px 125px;
    color: #fff;
    position: relative
}

.need-help-text-inner {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    gap: 20px
}

.need-help-text::before {
    content: "";
    display: block;
    background-color: var(--red);
    border-radius: 50%;
    width: 205%;
    height: 0;
    padding-top: 205%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1
}

.need-help-title {
    font-family: "DIN Pro Cond", sans-serif;
    font-weight: 900;
    font-size: 70px;
    line-height: 1;
    text-transform: uppercase
}

.articles {
    display: block;
    width: 100%;
    padding: 75px 50px
}

.articles-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px 20px
}

.articles-item {
    display: block;
    border-radius: 30px;
    border: 1px solid #cfcece;
    overflow: hidden;
    color: inherit;
    text-decoration: none;
    cursor: pointer
}

.footer {
    display: block;
    width: 100%;
    padding: 75px 50px
}

.footer--footnote {
    font-style: italic;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: -.01em
}

.footer-call {
    display: block;
    max-width: 500px;
    cursor: pointer;
    margin: 120px auto 0
}

.footer-call img {
    display: block;
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain
}

@media (hover:hover)and (pointer:fine)and (min-width:769px) {
    .button:hover {
        background-color: var(--button-bg-hover)
    }

    .pagination-controls-btn--prev:not(.pagination-controls-btn--disabled):hover::before {
        transform: scaleX(-1) translateX(15%)
    }

    .pagination-controls-btn--next:not(.pagination-controls-btn--disabled):hover::before {
        transform: translateX(15%)
    }

    .pagination-bullets-item:hover {
        background-color: rgb(220.5, 220.5, 220.5)
    }

    .control-btn--prev:not(.control-btn--disabled):hover::before {
        transform: scaleX(-1) translateX(25%)
    }

    .control-btn--next:not(.control-btn--disabled):hover::before {
        transform: translateX(25%)
    }
}

@media screen and (min-width:769px),
screen and (min-height:1024px) {
    .main .not-desktop {
        display: none !important
    }

    .ration .swiper-wrapper {
        height: 100% !important
    }

    .pet-size .swiper-wrapper {
        height: auto !important;
        transform: none !important
    }
}

@media screen and (min-width:1081px) {
    .advantages .slider-advantages-variants .control-btn {
        display: none
    }

    .advantages .slider-advantages-variants .swiper-wrapper {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: stretch;
        gap: 120px;
        width: 100% !important;
        transform: none !important
    }

    .advantages .slider-advantages-variants .swiper-slide {
        display: block;
        width: 100%
    }
}

@media screen and (min-width:1281px) {
    .pet-size-grid .swiper-wrapper {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 90px;
        height: auto;
        height: auto !important;
        transform: none !important
    }

    .pet-size-grid-card--big .pet-size-grid-card-image {
        width: 150%;
        margin-top: -250px;
        margin-left: 75px
    }

    .pet-size-grid-card--big .pet-size-grid-card-image img {
        max-height: 500px
    }
}

@media screen and (max-width:1835px) {
    .control-btn {
        width: 30px;
        height: 30px;
        border-width: 1px
    }

    .control-btn::before {
        width: 12.5px;
        height: 10px
    }

    .control-btn--prev {
        right: calc(100% + -50px)
    }

    .control-btn--next {
        left: calc(100% + -50px)
    }

    .about .swiper {
        box-shadow: none
    }
}

@media screen and (max-width:1480px) {
    .pet-size-grid-card {
        gap: 25px
    }

    .pet-size-grid-card-title {
        background-size: 5px 100%;
        padding-left: 31px;
        font-size: 53px
    }

    .pet-size-grid-card-subtitle {
        font-size: 36px
    }

    .pet-size-slider-card-info {
        width: 450px
    }

    .pet-size-slider-card-title {
        font-size: 53px
    }

    .pet-size-slider-card-subtitle {
        font-size: 36px
    }

    .pet-size-slider-card-image {
        margin-top: -100px
    }

    .pet-size-slider-card-image img {
        max-height: 350px
    }

    .pet-size-slider-card-footnote {
        font-size: 14px;
        margin-top: 15px
    }
}

@media screen and (max-width:1280px) {
    .button {
        --button-height: 59px;
        --button-padding: 41px;
        --button-fz: 18px
    }

    .button--small {
        --button-height: 49px;
        --button-padding: 30px;
        --button-fz: 18px
    }

    .pagination {
        gap: 34px
    }

    .pagination-controls-btn {
        width: 33px;
        height: 33px
    }

    .pagination-controls-btn::before {
        background-size: auto 11px
    }

    .pagination-bullets {
        gap: 12px
    }

    .pagination-bullets-item {
        height: 5px
    }

    .control-btn {
        width: 25px;
        height: 25px
    }

    .control-btn::before {
        width: 10px;
        height: 8px
    }

    .control-btn--prev {
        right: calc(100% - 50px)
    }

    .control-btn--next {
        left: calc(100% - 50px)
    }

    .main {
        font-size: 23px
    }

    .main .section-title {
        font-size: 66px
    }

    .hero .wrapper {
        gap: 50px
    }

    .hero-logo {
        height: 78px;
        margin-bottom: 18px
    }

    .hero-title {
        font-size: 26px
    }

    .hero-title {
        margin-bottom: 10px
    }

    .hero-title-gray {
        font-size: 38px
    }

    .hero-title-red {
        font-size: 89px
    }

    .hero-image {
        max-width: 630px;
        margin-right: 64px;
        margin-top: -15px
    }

    .hero-image img {
        max-height: 480px
    }

    .hero-subtitle {
        background-size: 5px 86%;
        font-size: 41px;
        margin-left: 90px;
        padding-left: 24px
    }

    .about .slide {
        height: 497px;
        padding: 0 75px
    }

    .about .slide-products-image {
        width: 473px
    }

    .about .slide-products-text {
        width: 431px
    }

    .about .slide-products-title {
        font-size: 66px;
        margin-bottom: 20px
    }

    .about .slide-products-title span {
        font-size: 150px
    }

    .about .slide-products-subtitle {
        font-size: 48px;
        padding-left: 55px;
        margin-bottom: 23px
    }

    .about .slide-products .button {
        margin-left: 55px
    }

    .about .slide-template-image {
        max-width: 300px;
        max-height: 410px;
        margin: 0 40px !important
    }

    .about .slide-template-image img {
        display: block;
        width: 100%;
        height: 100%
    }

    .about .slide-template--history .slide-template-image {
        max-width: 339px;
        border-radius: 30px;
        margin-right: 24px
    }

    .about .slide-template--cat .slide-template-image {
        max-width: 435px
    }

    .about .slide-template-title {
        font-size: 53px;
        margin-bottom: 20px
    }

    .about .slide-template-description {
        font-size: 30px;
        background-size: 3px calc(100% - .2em);
        padding-left: 15px;
        margin-left: 3px
    }

    .benefit {
        padding: 75px 38px
    }

    .benefit-block {
        gap: 38px;
        border-radius: 23px;
        background-position: calc(100% - 60px) 38px;
        background-size: 135px auto;
        padding: 45px 240px 45px 53px
    }

    .benefit-head {
        gap: 45px
    }

    .benefit-head--left,
    .benefit-head--right {
        gap: 21px
    }

    .benefit-main {
        gap: 11px
    }

    .benefit-title {
        font-size: 53px
    }

    .benefit-description {
        font-size: 30px;
        width: calc(100% - 35px);
        background-size: 3px calc(100% - .5em);
        padding-left: 19px;
        margin-left: 35px
    }

    .benefit-text {
        font-size: 23px
    }

    .benefit-list {
        font-size: 23px
    }

    .benefit-list li {
        padding-left: 26px
    }

    .bestsellers {
        padding: 56px 38px
    }

    .bestsellers .wrapper {
        gap: 39px
    }

    .bestsellers-widget {
        border-radius: 23px
    }

    .bestsellers-text {
        gap: 4px;
        padding: 0 42px
    }

    .bestsellers-text-subtitle {
        background-size: 5px calc(100% - .5em);
        font-size: 38px;
        padding-left: 30px
    }

    .bestsellers-text-description {
        padding-left: 30px
    }

    .ration {
        padding: 75px 56px
    }

    .ration .wrapper {
        gap: 30px
    }

    .ration-block {
        border-radius: 11px;
        padding: 48px 64px
    }

    .ration .slider-ration-circle {
        width: 450px;
        height: 450px
    }

    .ration .slider-ration-side {
        padding-left: 488px
    }

    .ration .slider-ration-image {
        margin-bottom: 30px
    }

    .ration .slider-ration-image img {
        max-height: 225px
    }

    .ration .slider-ration-text {
        gap: 13px
    }

    .ration .slider-ration-title {
        font-size: 53px
    }

    .ration .nutrients {
        gap: 15px;
        padding: 75px;
        padding-left: 23px
    }

    .ration .nutrients-image {
        max-width: 393px
    }

    .ration .nutrients-text {
        gap: 26px
    }

    .ration .nutrients-title {
        font-size: 53px
    }

    .ration-for {
        gap: 75px;
        padding: 75px 0
    }

    .ration-for-section .wrapper {
        gap: 41px;
        padding: 0 56px
    }

    .ration-for-card {
        gap: 18px;
        border-radius: 8px;
        padding: 15px
    }

    .ration-for-card-image img {
        max-height: 180px
    }

    .ration-for-card-title {
        font-size: 23px
    }

    .ration-for-card-title sub {
        font-size: 15px
    }

    .ration-for-card-description {
        font-size: 15px
    }

    .ration-for--tabs {
        padding: 75px 38px
    }

    .ration-for--tabs .wrapper {
        gap: 47px
    }

    .advantages {
        padding: 56px 38px
    }

    .advantages-head {
        gap: 8px
    }

    .advantages-select {
        gap: 34px;
        margin-top: 65px;
        z-index:10;
    }

    .advantages-select-inner {
        gap: 8px;
        background-size: 5px calc(100% - .5em);
        padding-left: 34px
    }

    .advantages-select-title {
        font-size: 53px
    }

    .advantages-select .button {
        margin-left: 34px
    }

    .advantages-image img {
        max-height: 468px
    }

    .advantages .slider-advantages-variants {
        margin-top: 90px
    }

    .advantages-variants-text {
        width: 300px;
        background-size: 5px calc(100% - .5em);
        padding-left: 35px
    }

    .advantages-variants-text-title {
        font-size: 53px
    }

    .pet-size {
        padding: 75px 38px
    }

    .pet-size-head {
        gap: 23px
    }

    .pet-size .slider-pet-size {
        margin-top: 90px
    }

    .pet-size .swiper-wrapper {
        gap: 30px
    }

    .pet-size .swiper-slide {
        width: calc((100% - 60px)/ 3) !important
    }

    .pet-size-card {
        border-radius: 23px;
        padding: 15px
    }

    .pet-size-card-title {
        font-size: 53px
    }

    .pet-size-card-subtitle {
        font-size: 36px
    }

    .pet-size-card-image {
        margin-bottom: 8px
    }

    .pet-size-card-image img {
        max-height: 165px
    }

    .pet-size-card-footnote {
        font-size: 14px;
        margin-top: 15px
    }

    .pet-size-grid {
        padding: 75px 38px
    }

    .pet-size-grid-head {
        gap: 23px
    }

    .pet-size-grid .slider-pet-size-grid {
        margin-top: 90px
    }

    .pet-size-grid .swiper-wrapper {
        display: flex;
        justify-content: flex-start;
        align-items: stretch;
        flex-wrap: nowrap;
        gap: 0
    }

    .pet-size-grid-card {
        gap: 50px;
        max-width: 600px;
        border-radius: 10px;
        margin: 0 auto;
        padding: 20px;
        box-shadow: 0 0 13px 0 rgba(0, 0, 0, .13)
    }

    .pet-size-grid-card-title {
        background-size: 5px 100%;
        padding-left: 31px;
        font-size: 53px
    }

    .pet-size-grid-card-subtitle {
        font-size: 36px
    }

    .pet-size-grid-card-image img {
        max-height: 165px
    }

    .pet-size-grid-card-image img {
        max-height: 165px
    }

    .pet-size-grid-card-footnote {
        font-size: 14px;
        margin-top: 15px
    }

    .pet-size-grid-card-footnote {
        font-size: 14px;
        margin-top: 15px
    }

    .pet-size-slider {
        padding: 75px 38px
    }

    .pet-size-slider-head {
        gap: 23px
    }

    .pet-size-slider .slider-pet-size-slider {
        border-radius: 23px;
        margin-top: 90px;
        padding: 45px 53px
    }

    .pet-size-slider-card-title {
        font-size: 53px
    }

    .pet-size-slider-card-subtitle {
        font-size: 36px
    }

    .evidence {
        padding: 56px 38px
    }

    .evidence .swiper {
        border-radius: 23px
    }

    .need-help {
        padding: 56px 38px
    }

    .need-help .block {
        border-radius: 23px
    }

    .need-help-image {
        max-width: 360px
    }

    .need-help-text {
        width: 658px;
        padding: 45px 79px 45px 94px
    }

    .need-help-text-inner {
        gap: 15px
    }

    .need-help-title {
        font-size: 53px
    }

    .articles {
        padding: 56px 38px
    }

    .articles-grid {
        gap: 45px 15px
    }

    .articles-item {
        border-radius: 23px
    }

    .footer {
        padding: 56px 38px
    }

    .footer--footnote {
        font-size: 18px
    }

    .footer-call {
        max-width: 375px;
        margin-top: 90px
    }
}

@media screen and (max-width:1080px) {
    .benefit-head {
        flex-direction: column;
        justify-content: flex-start;
        align-items: stretch;
        gap: 30px
    }

    .benefit-head--left,
    .benefit-head--right {
        width: 100%;
        gap: 12px
    }

    .ration-block {
        padding: 32px 40px
    }

    .ration .slider-ration-circle {
        width: 300px;
        height: 300px
    }

    .ration .slider-ration-side {
        padding-left: 325px
    }

    .advantages .slider-advantages-variants {
        border-radius: 10px;
        background-color: #fff;
        padding: 20px
    }

    .advantages-variants-item {
        flex-direction: column;
        justify-content: flex-start;
        align-items: stretch;
        gap: 20px
    }

    .advantages-variants-image {
        max-height: 250px
    }

    .advantages-variants-widget {
        width: 100%
    }

    .pet-size-slider .slider-pet-size-slider {
        box-shadow: 0 0 13px 0 rgba(0, 0, 0, .08)
    }

    .pet-size-slider-card {
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        gap: 20px
    }

    .need-help-text {
        width: 500px;
        padding: 30px 30px 30px 60px
    }

    .need-help-title {
        font-size: 46px
    }

    .need-help-description {
        font-size: 18px
    }
}

@media screen and (max-width:768px)and (max-height:1023px) {
    .button {
        --button-height: 48px;
        --button-padding: 26px;
        --button-fz: 16px
    }

    .button--small {
        --button-height: 52px;
        --button-padding: 36px;
        --button-fz: 16px
    }

    .pagination {
        gap: 17px
    }

    .pagination-controls-btn {
        width: 16px;
        height: 16px
    }

    .pagination-controls-btn::before {
        background-size: auto 10px
    }

    .pagination-bullets {
        gap: 6px
    }

    .pagination-bullets-item {
        height: 3px
    }

    .control-btn--prev {
        right: calc(100% - 35px)
    }

    .control-btn--next {
        left: calc(100% - 35px)
    }

    .main {
        font-size: 16px
    }

    .main .not-mobile {
        display: none !important
    }

    .main .section-title {
        font-size: 32px
    }

    .hero .wrapper {
        flex-direction: column;
        justify-content: stretch;
        align-items: center;
        gap: 0
    }

    .hero-text {
        padding: 33px 41px 0
    }

    .hero-logo {
        height: 42px;
        margin-bottom: 18px
    }

    .hero-title-gray {
        font-size: 20px
    }

    .hero-title-red {
        font-size: 46px
    }

    .hero-title-red>span::before {
        box-shadow: 0 0 0 10px #fff
    }

    .hero-title--decor::after,
    .hero-title--decor::before {
        bottom: .35em
    }

    .hero-image {
        max-width: 300px;
        margin: 0;
        padding: 40px 50px 0
    }

    .hero-subtitle {
        background-size: 2px 80%;
        font-size: 23px;
        margin-left: 47px;
        padding-left: 9px
    }

    .about .swiper-wrapper {
        align-items: stretch
    }

    .about .swiper-slide {
        height: auto
    }

    .about .slide {
        height: 100%;
        min-height: 438px;
        padding: 25px 10px
    }

    .about .slide-products {
        flex-direction: column
    }

    .about .slide-products-image {
        width: 100%;
        max-width: 400px
    }

    .about .slide-products-text {
        width: 100%;
        align-items: center;
        margin: 0 auto
    }

    .about .slide-products-title {
        font-size: 46px;
        margin-bottom: 15px
    }

    .about .slide-products-title span {
        font-size: 107px
    }

    .about .slide-products-subtitle {
        font-size: 23px;
        padding-left: 50px;
        margin-bottom: 20px
    }

    .about .slide-products .button {
        margin-left: auto;
        margin-right: auto
    }

    .about .slide-template {
        flex-direction: column-reverse;
        justify-content: center;
        gap: 20px
    }

    .about .slide-template--cat-dog {
        background-image: url(/brandzone/royal-canin/assets/img/about/cat-dot-decor-mob.png);
        background-position: left 100px
    }

    .about .slide-template--cat {
        background-image: url(/brandzone/royal-canin/assets/img/about/cat-decor-mob.png);
        background-position: left bottom
    }

    .about .slide-template-text {
        min-width: 0;
        background-color: #fff
    }

    .about .slide-template-title {
        font-size: 32px;
        margin-bottom: 16px
    }

    .about .slide-template-description {
        width: calc(100% - 40px);
        font-size: 16px;
        background-size: 3px calc(100% - .2em);
        padding-left: 12px;
        padding-right: 30px;
        margin-left: 40px
    }

    .benefit {
        padding: 30px 20px
    }

    .benefit-block {
        gap: 27px;
        border-radius: 10px;
        background-position: calc(100% - 20px) 40px;
        background-size: 65px auto;
        padding: 30px 20px;
        box-shadow: 0 3px 13px 0 rgba(0, 0, 0, .14)
    }

    .benefit-head {
        gap: 15px;
        padding-right: 75px
    }

    .benefit-main {
        gap: 12px
    }

    .benefit-title {
        font-size: 32px
    }

    .benefit-description {
        font-size: 16px;
        width: 100%;
        background-size: 3px calc(100% - .5em);
        padding-left: 10px;
        margin-left: 0
    }

    .benefit-text {
        padding-left: 10px;
        font-size: 16px;
        line-height: 1.25
    }

    .benefit-list {
        font-size: 16px;
        line-height: 1.25;
        gap: 1em
    }

    .benefit-list li {
        padding-left: 25px
    }

    .bestsellers {
        padding: 15px 20px
    }

    .bestsellers .wrapper {
        gap: 25px
    }

    .bestsellers-widget {
        border-radius: 10px
    }

    .bestsellers-text {
        gap: 6px;
        padding: 0 20px
    }

    .bestsellers-text-subtitle {
        background-size: 3px calc(100% - .5em);
        font-size: 23px;
        padding-left: 10px
    }

    .bestsellers-text-description {
        padding-left: 10px
    }

    .bestsellers-tabs {
        height: 32px
    }

    .bestsellers-tabs-item {
        gap: 5px
    }

    .bestsellers-tabs-item--cat {
        padding-left: 8px;
        padding-right: 15px;
        margin-right: 0
    }

    .bestsellers-tabs-item--dog {
        padding-left: 15px;
        padding-right: 8px;
        margin-left: 0
    }

    .bestsellers-tabs-item-image {
        width: 35px
    }

    .bestsellers-tabs-item-name {
        font-size: 12px
    }

    .ration {
        padding: 30px 20px
    }

    .ration .wrapper {
        gap: 10px
    }

    .ration-block {
        border-radius: 10px;
        padding: 25px 20px
    }

    .ration .slider-ration-circle {
        width: 300px;
        height: 300px;
        top: auto;
        left: 50%;
        transform: translateX(-50%)
    }

    .ration .slider-ration-side {
        width: 100%;
        padding-left: 0;
        padding-top: 325px
    }

    .ration .slider-ration-image {
        margin-bottom: 15px
    }

    .ration .slider-ration-image img {
        max-height: 200px
    }

    .ration .slider-ration-text {
        gap: 13px
    }

    .ration .slider-ration-title {
        font-size: 32px
    }

    .ration .swiper-wrapper {
        align-items: flex-start
    }

    .ration .swiper-slide {
        flex-direction: column;
        justify-content: flex-start;
        align-items: center
    }

    .ration .nutrients {
        background-image: none;
        gap: 0;
        padding: 25px 20px
    }

    .ration .nutrients-image {
        align-self: center
    }

    .ration .nutrients-text {
        gap: 15px
    }

    .ration .nutrients-title {
        font-size: 32px
    }

    .ration .nutrients .button {
        align-self: center
    }

    .ration-for {
        gap: 33px;
        padding: 30px 0
    }

    .ration-for-section {
        background-image: none !important
    }

    .ration-for-section .wrapper {
        gap: 33px;
        padding: 0
    }

    .ration-for .swiper {
        filter: none
    }

    .ration-for .swiper-slide {
        padding: 20px
    }

    .ration-for-card {
        gap: 16px;
        border-radius: 10px;
        padding: 20px;
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1)
    }

    .ration-for-card-image img {
        max-height: 200px
    }

    .ration-for-card-title {
        max-width: 350px;
        font-size: 25px sub;
        font-size-font-size: 16px
    }

    .ration-for-card-description {
        max-width: 350px;
        font-size: 12px
    }

    .ration-for--tabs {
        padding: 25px 20px
    }

    .ration-for-tabs {
        height: 32px;
        width: calc(100% - 60px);
        margin: 0 auto
    }

    .ration-for-tabs-item {
        flex: 1 1 auto;
        font-size: 12px;
        padding: 0 10px
    }

    .advantages {
        padding: 15px 20px
    }

    .advantages-head {
        gap: 6px
    }

    .advantages-select {
        gap: 35px;
        margin-top: 36px;
        margin-bottom: 0;
        padding-right: 140px
    }

    .advantages-select-inner {
        gap: 6px;
        background-size: 3px calc(100% - .5em);
        padding-left: 10px
    }

    .advantages-select-title {
        font-size: 32px
    }

    .advantages-select .button {
        margin-left: 0
    }

    .advantages-image {
        margin-top: -120px;
        margin-bottom: 30px
    }

    .advantages-image img {
        max-height: 300px
    }

    .advantages .button {
        align-self: center
    }

    .advantages .slider-advantages-variants {
        margin-top: 32px
    }

    .advantages-variants-item {
        gap: 10px
    }

    .advantages-variants-text {
        width: 65%;
        background-size: 3px calc(100% - .5em);
        padding-left: 10px
    }

    .advantages-variants-text-title {
        font-size: 32px
    }

    .pet-size {
        background-image: none;
        padding: 25px 20px
    }

    .pet-size-head {
        gap: 14px
    }

    .pet-size .slider-pet-size {
        margin-top: 15px
    }

    .pet-size .swiper-wrapper {
        justify-content: flex-start;
        align-items: flex-start;
        flex-wrap: nowrap;
        gap: 0
    }

    .pet-size .swiper-slide {
        width: 100% !important
    }

    .pet-size-card {
        border-radius: 10px;
        padding: 20px
    }

    .pet-size-card-title {
        font-size: 40px
    }

    .pet-size-card-subtitle {
        font-size: 23px
    }

    .pet-size-card-image {
        margin-bottom: 10px
    }

    .pet-size-card-image img {
        max-height: 200px
    }

    .pet-size-card-footnote {
        font-size: 12px;
        margin-top: 16px
    }

    .pet-size-grid {
        padding: 25px 20px
    }

    .pet-size-grid-head {
        gap: 14px
    }

    .pet-size-grid .slider-pet-size-grid {
        margin-top: 15px
    }

    .pet-size-grid-card-title {
        background-size: 3px calc(100% - .5em);
        padding-left: 10px;
        font-size: 40px
    }

    .pet-size-grid-card-subtitle {
        font-size: 23px
    }

    .pet-size-grid-card-image img {
        max-height: 200px
    }

    .pet-size-grid-card-footnote {
        font-size: 12px;
        margin-top: 16px
    }

    .pet-size-slider {
        padding: 25px 20px
    }

    .pet-size-slider-head {
        gap: 14px
    }

    .pet-size-slider .slider-pet-size-slider {
        border-radius: 10px;
        margin-top: 15px;
        padding: 30px 20px
    }

    .pet-size-slider-card-title {
        font-size: 40px
    }

    .pet-size-slider-card-subtitle {
        font-size: 23px
    }

    .pet-size-slider-card-image img {
        max-height: 200px
    }

    .pet-size-slider-card-footnote {
        font-size: 12px;
        margin-top: 16px
    }

    .evidence {
        padding: 15px 20px
    }

    .evidence .swiper {
        border-radius: 10px
    }

    .evidence .swiper-pagination {
        gap: 3px;
        bottom: 15px
    }

    .evidence .swiper-pagination-bullet {
        width: 7px;
        height: 7px
    }

    .need-help {
        padding: 15px 20px
    }

    .need-help .block {
        flex-direction: column;
        border-radius: 10px
    }

    .need-help-image {
        max-width: 292px;
        margin: 14px auto
    }

    .need-help-text {
        width: 100%;
        padding: 50px 20px 25px
    }

    .need-help-text-inner {
        max-width: 500px;
        gap: 13px;
        margin: 0 auto
    }

    .need-help-text::before {
        width: 156.25%;
        padding-top: 100%;
        height: 0;
        left: 50%;
        top: 0;
        transform: translateX(-50%)
    }

    .need-help-title {
        font-size: 32px
    }

    .need-help .button {
        align-self: center
    }

    .articles {
        padding: 15px 20px
    }

    .articles-grid {
        gap: 14px
    }

    .articles-item {
        border-radius: 10px
    }

    .footer {
        padding: 15px 20px
    }

    .footer--footnote {
        font-size: 16px
    }

    .footer-call {
        max-width: 280px;
        margin-top: 50px
    }
}

@media screen and (max-width:640px)and (max-height:1023px) {
    .pet-size-grid-card {
        flex-direction: column-reverse;
        justify-content: space-between;
        align-items: center
    }

    .pet-size-grid-card-widget {
        width: 100%
    }

    .pet-size-grid-card-info {
        text-align: center
    }

    .pet-size-grid-card-title {
        background-image: none
    }

    .pet-size-grid-card-subtitle {
        width: auto;
        margin-bottom: 0
    }

    .pet-size-grid-card-image {
        justify-content: center;
        align-items: center;
        margin: 1em 0
    }

    .pet-size-grid-card-image img {
        -o-object-position: center center;
        object-position: center center
    }

    .pet-size-grid-card-footnote {
        width: auto;
        position: static
    }

    .pet-size-slider-card-widget {
        width: 100%
    }

    .pet-size-slider-card-info {
        text-align: center
    }

    .pet-size-slider-card-subtitle {
        width: auto;
        margin-bottom: 0
    }

    .pet-size-slider-card-image {
        justify-content: center;
        align-items: center;
        margin: 1em 0
    }

    .pet-size-slider-card-image img {
        -o-object-position: center center;
        object-position: center center
    }

    .pet-size-slider-card-footnote {
        width: auto;
        position: static
    }
}

@media screen and (min-width:1081px)and (max-width:1280px) {
    .advantages .slider-advantages-variants .swiper-wrapper {
        gap: 90px
    }
}

@media screen and (min-width:1281px)and (max-width:1480px) {
    .pet-size-grid-card--big .pet-size-grid-card-image {
        margin-top: -150px;
        margin-left: 0
    }

    .pet-size-grid-card--big .pet-size-grid-card-image img {
        max-height: 400px
    }
}

.advantages-select {
    z-index:20;
}

/*# sourceMappingURL=build.min.css.map */