@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
    font-weight: 400;
    font-style: normal;
}
:root {
    --swiper-theme-color: #007aff;
}
.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.swiper-vertical > .swiper-wrapper {
    flex-direction: column;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0, 0, 0);
}
.swiper-pointer-events {
    touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
    touch-action: pan-x;
}
.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}
.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);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 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, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
    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: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
}
.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
    scroll-snap-type: x mandatory;
}
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
    scroll-snap-type: y mandatory;
}
.swiper-centered > .swiper-wrapper::before {
    content: "";
    flex-shrink: 0;
    order: 9999;
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always;
}
.swiper-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    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);
}
:root {
    --swiper-navigation-size: 44px;
}
.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}
.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
    display: none !important;
}
.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: 10px;
    right: auto;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: "prev";
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: 10px;
    left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: "next";
}
.swiper-button-lock {
    display: none;
}
.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: 0.3s opacity;
    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-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}
.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(0.33);
    position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33);
}
.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: 50%;
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}
.swiper-pagination-bullet:only-child {
    display: none !important;
}
.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0, -50%, 0);
}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition:
        0.2s transform,
        0.2s top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    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 {
    transition:
        0.2s transform,
        0.2s left;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition:
        0.2s transform,
        0.2s right;
}
.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}
.swiper-pagination-lock {
    display: none;
}
.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
}
.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
    display: none !important;
}
.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}
.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}
.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}
.swiper-scrollbar-cursor-drag {
    cursor: move;
}
.swiper-scrollbar-lock {
    display: none;
}
.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.swiper-slide-zoomed {
    cursor: move;
}
.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    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 .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}
.swiper-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto;
}
.swiper-grid > .swiper-wrapper {
    flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column;
}
.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;
}
.swiper-cube {
    overflow: visible;
}
.swiper-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}
.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
    transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next + .swiper-slide,
.swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
}
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
    content: "";
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    filter: blur(50px);
}
.swiper-flip {
    overflow: visible;
}
.swiper-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform, opacity, height;
}
.swiper-cards {
    overflow: visible;
}
.swiper-cards .swiper-slide {
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
}
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 {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
}
ol,
ul {
    list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=);
}
blockquote,
q {
    quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
body {
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 130%;
    color: #141a20;
    background: #e3eff6;
    overflow-x: hidden;
}
.fico {
    display: inline-block;
}
.fico::before {
    display: block;
}
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
a:-moz-focusring,
select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}
:active,
:focus,
:hover,
:visited {
    outline: 0 !important;
}
a {
    outline: 0 !important;
}
a:active,
a:focus,
a:hover,
a:visited {
    outline: 0 !important;
}
::-moz-focus-inner {
    border: 0;
    outline: 0;
}
img {
    max-width: 100%;
}
.container {
    max-width: 1340px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
}
.title {
    font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
    font-size: 58px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -1.16px;
    text-transform: uppercase;
}
.title span {
    color: #f53c53;
}
.btn {
    display: inline-block;
    cursor: pointer;
    outline: 0;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    border-radius: 50px;
    color: #fff;
    padding: 9px 47px;
    font-size: 20px;
    font-weight: 500;
    transition: all 0.2s;
    background: radial-gradient(
        2130.88% 98.5% at 101.8% -58.48%,
        #c70836 3.1%,
        #f32330 64.91%,
        #f01d2e 84.49%,
        #e80e29 100%
    );
    box-shadow:
        0 0 0 0 rgba(253, 18, 18, 0.22),
        0 2px 5px 0 rgba(253, 18, 18, 0.22),
        0 9px 9px 0 rgba(253, 18, 18, 0.19),
        0 20px 12px 0 rgba(253, 18, 18, 0.11),
        0 36px 15px 0 rgba(253, 18, 18, 0.03),
        0 57px 16px 0 rgba(253, 18, 18, 0);
    border: 5px solid #fff;
}
.btn:hover {
    background: linear-gradient(0deg, rgba(255, 205, 159, 0.21) 0, rgba(255, 205, 159, 0.21) 100%),
        radial-gradient(2130.88% 98.5% at 101.8% -58.48%, #c70836 3.1%, #f32330 64.91%, #f01d2e 84.49%, #e80e29 100%);
    box-shadow:
        0 0 0 0 rgba(253, 18, 18, 0.22),
        0 2px 5px 0 rgba(253, 18, 18, 0.22),
        0 9px 9px 0 rgba(253, 18, 18, 0.19),
        0 20px 12px 0 rgba(253, 18, 18, 0.11),
        0 36px 15px 0 rgba(253, 18, 18, 0.03),
        0 57px 16px 0 rgba(253, 18, 18, 0);
}
.btn:active {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.2) 100%),
        radial-gradient(2130.88% 98.5% at 101.8% -58.48%, #c70836 3.1%, #f32330 64.91%, #f01d2e 84.49%, #e80e29 100%);
    box-shadow:
        0 0 0 0 rgba(253, 18, 18, 0.22),
        0 2px 5px 0 rgba(253, 18, 18, 0.22),
        0 9px 9px 0 rgba(253, 18, 18, 0.19),
        0 20px 12px 0 rgba(253, 18, 18, 0.11),
        0 36px 15px 0 rgba(253, 18, 18, 0.03),
        0 57px 16px 0 rgba(253, 18, 18, 0);
}
.btn:active--outline {
    border: none;
    box-shadow: none;
}
.timer {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.timer__col {
    text-align: center;
}
.timer__el {
    border-radius: 6px;
    border: 0.75px solid rgba(245, 60, 83, 0.56);
    background: #fbfbfb;
    font-size: 37.5px;
    font-weight: 300;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
}
.timer__label {
    font-size: 12px;
    display: block;
}
.timer__dots {
    margin: 19px 8px 0;
    font-size: 37.5px;
    font-weight: 700;
}
.price {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    font-size: 40px;
    font-weight: 700;
}
.price__old {
    color: #6e7f93;
    position: relative;
    margin-right: 19px;
}
.price__old::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    background: #6e7f93;
    height: 2px;
    top: 50%;
}
.price__new {
    color: #f53c53;
}
.price .al-raw-currency {
    font-size: 24px;
}
.sale {
    width: 151px;
    height: 151px;
    background: url(../img/svg/star.svg) no-repeat center;
    background-size: contain;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    -webkit-filter: drop-shadow(10.13622px 8.29327px 13.82212px rgba(0, 0, 0, 0.15));
    filter: drop-shadow(10.13622px 8.29327px 13.82212px rgba(0, 0, 0, 0.15));
    -webkit-transform: rotate(-10.766deg);
    transform: rotate(-10.766deg);
}
.sale--small {
    width: 118px;
    height: 118px;
}
.sale--small .sale__percent {
    font-size: 34px;
}
.sale--small .sale__percent span {
    font-size: 22px;
}
.sale--small .sale__text {
    font-size: 18px;
}
.sale__percent {
    color: #000;
    font-size: 44.931px;
    font-weight: 700;
    display: block;
    line-height: 1;
}
.sale__percent span {
    font-size: 29px;
}
.sale__text {
    color: #141a20;
    font-size: 24.535px;
}
.floating-button {
    display: none;
}
.header {
    background: #fff;
    z-index: 7;
    position: relative;
}
.header__wrapper {
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 21px;
}
.header__btn {
    margin-left: auto;
    font-size: 14px;
}
.header__logo {
    position: absolute;
    top: 0;
    left: 10px;
}
.header__list {
    display: flex;
    align-items: flex-end;
    margin-left: 105px;
}
.header__link:not(:last-of-type) {
    margin-right: 40px;
}
.menu__link {
    color: #27405d;
    font-size: 16px;
    text-decoration: none;
    transition: color 0.2s;
}
.menu__link:hover {
    color: #f53c53;
}
.burger {
    display: none;
}
.menu-mobile {
    padding-top: 90px;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    z-index: 5;
    pointer-events: none;
    opacity: 0;
    display: block;
    transition: opacity 0.4s cubic-bezier(0.38, 0.005, 0.215, 1);
    transition-delay: 0.1s;
    background: #e3eff6;
}
.menu-mobile.active {
    pointer-events: auto;
    opacity: 1;
}
.menu-mobile__wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    overflow-y: auto;
    margin: 0 auto;
    text-align: center;
}
.menu-mobile__title {
    margin-bottom: 60px;
}
.menu-mobile__list {
    margin-bottom: 70px;
    display: block;
}
.menu-mobile__list .menu__item:not(:last-of-type) {
    margin-bottom: 20px;
}
.menu-mobile__btn {
    display: block;
    margin: 0 auto;
}
.intro {
    padding-top: 20px;
    padding-bottom: 80px;
    overflow: hidden;
    background:
        url(../img/pair.png) no-repeat calc(50% - 420px) 200px,
        url(../img/intro-bg.jpg) no-repeat center top,
        #fff;
    position: relative;
    z-index: 1;
}
.intro--bottom {
    background:
        url(../img/pair.png) no-repeat calc(50% - 410px) 260px,
        url(../img/intro-bg-bottom.jpg) no-repeat center top;
    background-size: auto, cover;
    padding-top: 120px;
}
.intro--bottom .intro__title span.intro__title-product {
    display: none;
}
.intro--bottom .intro__center {
    padding-top: 10px;
}
.intro--bottom .intro__right {
    margin-top: 30px;
}
.intro--bottom .intro__product-wrap {
    top: 248px;
}
.intro::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 240px;
    background: url(../img/svg/intro-bg.svg) no-repeat center bottom;
    z-index: -1;
    pointer-events: none;
    background-size: 100% 100%;
}
.intro__wrapper {
    display: flex;
    justify-content: space-between;
}
.intro__left {
    max-width: 480px;
    width: 100%;
    flex-shrink: 0;
    margin-left: 102px;
}
.intro__title span.intro__title-product {
    font-family: Roboto, Arial, Helvetica, sans-serif;
    margin-bottom: 2px;
    display: block;
    font-size: 42px;
    line-height: 112.5%;
    text-transform: initial;
    text-decoration: none;
    letter-spacing: normal;
}
.intro__title span {
    text-decoration: underline;
}
.intro__center {
    padding-top: 56px;
    position: relative;
}
.intro__product-wrap {
    width: 474px;
    position: absolute;
    top: 288px;
    right: calc(50% - 247px);
}
.intro__product {
    z-index: 1;
    position: relative;
    display: block;
    margin-left: auto;
    right: 116px;
    top: 90px;
    max-width: 360px;
}
.intro__heart {
    position: absolute;
    top: -87px;
    left: 16px;
    max-width: 258px;
    pointer-events: none;
}
.intro__tape {
    position: absolute;
    bottom: 30px;
    left: 20px;
}
.intro__icons {
    position: absolute;
    bottom: 33px;
    right: 123px;
    display: flex;
    align-items: center;
    z-index: 1;
}
.intro__icon {
    width: 93px;
}
.intro__icon:not(:last-of-type) {
    margin-right: -30px;
}
.intro__list {
    max-width: 260px;
    width: 100%;
}
.intro__item:not(:last-of-type) {
    margin-bottom: 8px;
}
.intro__right {
    margin-top: 80px;
    max-width: 422px;
    width: 100%;
    z-index: 0;
    border-radius: 20px;
    padding: 77px 85px;
    box-shadow:
        0 0 0 0 rgba(14, 44, 113, 0.1),
        3px 3px 9px 0 rgba(14, 44, 113, 0.1),
        12px 11px 16px 0 rgba(14, 44, 113, 0.09),
        27px 25px 22px 0 rgba(14, 44, 113, 0.05),
        47px 45px 26px 0 rgba(14, 44, 113, 0.01),
        74px 71px 29px 0 rgba(14, 44, 113, 0);
    position: relative;
}
.intro__right::before {
    content: "";
    display: block;
    position: absolute;
    top: -3px;
    bottom: -3px;
    left: -3px;
    right: -3px;
    background: linear-gradient(-45deg, #f53c53 0, rgba(60, 178, 245, 0.75) 50%, #f53c53 100%);
    border-radius: 20px;
    z-index: -1;
}
.intro__right::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 17px;
    z-index: -1;
}
.intro__form {
    position: relative;
}
.intro__form::before {
    content: "";
    display: block;
    position: absolute;
    top: -160px;
    right: -158px;
    background: url(../img/svg/tape-form.svg) no-repeat center;
    width: 350px;
    height: 280px;
    pointer-events: none;
}
.intro__timer-text {
    font-size: 16px;
    margin-bottom: 7px;
    text-align: center;
}
.intro__timer {
    margin-bottom: 25px;
}
.intro__price {
    margin-bottom: 40px;
}
.intro__sale {
    position: absolute;
    top: -68px;
    right: 0;
    z-index: 1;
}
.list {
    color: #27405d;
    line-height: 120%;
}
.list__item {
    position: relative;
    padding-left: 12px;
}
.list__item::before {
    content: "";
    display: block;
    position: absolute;
    top: 7px;
    left: 0;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #27405d;
}
.form__wrap {
    margin-bottom: 14px;
    position: relative;
}
.form__input {
    width: 100%;
    box-sizing: border-box;
    background: 0 0;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    border: none;
    border-bottom: 1px solid rgba(39, 64, 93, 0.2);
    color: #27405d;
    appearance: none;
    -webkit-appearance: none; 
    box-sizing: border-box;
}
.form__input::-webkit-input-placeholder {
    font-size: 20px;
    color: #27405d;
    font-family: Roboto, Arial, Helvetica, sans-serif;
}
.form__input::placeholder {
    font-size: 20px;
    color: #27405d;
    font-family: Roboto, Arial, Helvetica, sans-serif;
}
.form__input.error {
    border-bottom: 1px solid #ff1515;
    color: #ff1515;
}
.form__input.error ~ label {
    display: block;
}
.form__error {
    color: #ff1515;
    font-size: 14px;
    display: none;
    margin-top: 6px;
}
.form__btn {
    min-width: 230px;
    display: block;
    margin: 0 auto;
    margin-top: 57px;
}
.consequences {
    padding-top: 69px;
    padding-bottom: 100px;
    position: relative;
    overflow: hidden;
}
.consequences::after,
.consequences::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 70px;
    z-index: 2;
    background: linear-gradient(270deg, #e3eff6 0, rgba(227, 239, 246, 0) 100%);
    pointer-events: none;
}
.consequences::after {
    right: 0;
}
.consequences::before {
    left: 0;
    background: linear-gradient(90deg, #e3eff6 0, rgba(227, 239, 246, 0) 100%);
}
.consequences__title {
    width: 69%;
    margin-bottom: 60px;
}
.consequences__list.swiper {
    overflow: visible;
}
.consequences .scrollbar {
    height: 2px;
    background: #b2bcc2;
    position: relative;
}
.consequences .swiper-scrollbar-drag {
    height: 6px;
    background: #8597a9;
    border-radius: 5px;
    top: 50%;
    margin-top: -3px;
    position: absolute;
    cursor: pointer;
    transition:
        background 0.3s,
        box-shadow 0.3s;
}
.consequences .swiper-scrollbar-drag:active,
.consequences .swiper-scrollbar-drag:hover {
    background: #f53c53;
}
.consequences__slider {
    margin-bottom: 40px;
}
.consequences__item {
    max-width: 390px;
    height: auto;
}
.consequence {
    padding: 20px;
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.7) 0, rgba(255, 255, 255, 0.2) 100%);
    position: relative;
}
.consequence__label {
    position: absolute;
    top: 20px;
    left: 20px;
    border-radius: 20px;
    background: #257cff;
    padding: 8px 11px;
    height: 67px;
    color: #fff;
    font-size: 15px;
    font-weight: 800;
    display: flex;
    align-items: flex-end;
    text-align: center;
    line-height: 1;
}
.consequence__label::after {
    content: "";
    display: block;
    position: absolute;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #fff;
    top: 8px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.consequence__photo {
    margin-bottom: 36px;
    width: 100%;
}
.consequence__title {
    color: #f53c53;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 17px;
}
.consequence__text {
    font-weight: 300;
    font-size: 16px;
    line-height: 130%;
}
.banner {
    position: relative;
}
.banner__cardio {
    height: 92px;
    overflow: hidden;
    position: absolute;
    bottom: 130px;
    right: 0;
    left: calc(50% - 420px);
    background: url(../img/svg/cardio.svg) repeat-x center;
    background-size: contain;
}
.banner__wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.banner__title {
    max-width: 750px;
    width: 100%;
}
.banner__product-wrap {
    position: relative;
    max-width: 455px;
    width: 100%;
    margin-top: 30px;
}
.banner__product-wrap::after,
.banner__product-wrap::before {
    content: "";
    display: block;
    position: absolute;
    border-radius: 50%;
    -webkit-filter: blur(2px);
    filter: blur(2px);
    z-index: -1;
}
.banner__product-wrap::after {
    background: radial-gradient(50% 50% at 50% 50%, rgba(246, 55, 67, 0.8) 0, rgba(254, 159, 159, 0) 100%);
    width: 439px;
    height: 439px;
    top: 0;
    right: -90px;
}
.banner__product-wrap::before {
    width: 419px;
    height: 419px;
    background: radial-gradient(50% 50% at 50% 50%, rgba(132, 168, 211, 0.7) 0, rgba(161, 205, 222, 0) 100%);
    bottom: -60px;
}
.banner__heart {
    position: absolute;
    top: 10px;
    left: 30px;
    z-index: -1;
    max-width: 230px;
}
.banner__image {
    -webkit-transform: rotate(12.823deg);
    transform: rotate(12.823deg);
    display: block;
    margin-left: auto;
}
.statistics {
    padding-top: 38px;
    padding-bottom: 60px;
}
.statistics__title {
    margin-bottom: 60px;
    width: 70%;
}
.statistics__wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.statistics__list {
    border-radius: 20px;
    background: linear-gradient(334deg, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
    padding: 20px 40px;
    max-width: 420px;
    width: 100%;
}
.statistics__item:not(:last-of-type) {
    position: relative;
    margin-bottom: 27px;
    padding-bottom: 23px;
}
.statistics__item:not(:last-of-type)::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    height: 1px;
    background: rgba(39, 64, 93, 0.15);
    left: 45px;
    right: 45px;
}
.statistics__graph {
    max-width: 820px;
    width: 100%;
    height: 401px;
}
.statistic {
    display: flex;
    align-items: flex-start;
}
.statistic__percent {
    color: #f53c53;
    font-weight: 700;
    font-size: 48px;
    margin-right: 20px;
    line-height: 1;
    width: 73px;
    flex-shrink: 0;
}
.statistic__percent span.small {
    font-size: 24px;
}
.statistic__label {
    font-size: 18px;
    font-weight: 300;
    line-height: 130%;
}
.graph {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    background: url(../img/svg/graph.svg) no-repeat right bottom;
}
.graph__line {
    border-radius: 20px;
    background: linear-gradient(180deg, #f53c53 0, #ff9a9a 100%);
    width: 20px;
    position: relative;
    margin-right: 17.5%;
}
.graph__line:last-of-type {
    margin-right: 9%;
}
.graph__line::after {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
}
.graph__percent {
    position: absolute;
    top: -34px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #f53c53;
    font-weight: 700;
    font-size: 32px;
}
.graph__percent span.small {
    font-size: 24px;
}
.why__wrapper {
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.3);
    padding: 27px 40px 30px;
}
.why__title {
    text-align: center;
    margin-bottom: 40px;
}
.why__list {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.why__item {
    width: 232px;
    flex-shrink: 0;
}
.list-why__item {
    font-size: 20px;
    line-height: 23px;
    position: relative;
    padding-left: 32px;
}
.list-why__item::before {
    content: "";
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    top: 3px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #257cff url(../img/svg/check.svg) no-repeat center;
    background-size: 13px;
}
.expert {
    padding-top: 140px;
    padding-bottom: 80px;
}
.expert__wrapper {
    display: flex;
    align-items: flex-start;
}
.expert__left {
    max-width: 550px;
    width: 100%;
    margin-top: 40px;
    flex-shrink: 0;
}
.expert__text {
    font-size: 16px;
    line-height: 130%;
    font-weight: 300;
    margin-left: 40px;
    margin-top: -38px;
}
.expert__text span {
    font-weight: 600;
}
.expert__product-wrapper {
    margin-left: 85px;
}
.expert__photo-wrap {
    position: relative;
    z-index: 1;
}
.expert__photo-wrap::after {
    content: "";
    display: block;
    position: absolute;
    top: -40px;
    bottom: 50px;
    left: 40px;
    right: -40px;
    border-radius: 50% 50% 3% 50%;
    border: 1px solid rgba(39, 64, 93, 0.5);
}
.expert__photo-wrap::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 100px;
    right: -150px;
    width: 450px;
    height: 450px;
    border-radius: 50%;
    background: radial-gradient(50% 50% at 50% 50%, rgba(132, 168, 211, 0.7) 0, rgba(161, 205, 222, 0) 100%);
    -webkit-filter: blur(2px);
    filter: blur(2px);
    z-index: -1;
    pointer-events: none;
}
.expert__photo {
    border-radius: 3% 50% 50% 50%;
}
.expert__circle {
    position: absolute;
    top: 0;
    right: 0;
    width: 49px;
    height: 49px;
    border-radius: 50%;
    background: #d2e5ef;
}
.expert__block {
    position: relative;
    max-width: 330px;
    width: 100%;
    padding-left: 40px;
    margin-left: auto;
    margin-top: -20px;
    z-index: 1;
}
.expert__block::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #27405d;
}
.expert__name {
    font-size: 40px;
    line-height: 1;
    font-weight: 500;
    margin-bottom: 20px;
}
.expert__post {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.2;
}
.expert__post span {
    font-weight: 500;
}
.product-wrapper {
    position: relative;
    display: inline-block;
    margin-bottom: 40px;
}
.product-wrapper__photo {
    max-width: 250px;
}
.product-wrapper__label {
    position: absolute;
    top: 0;
    right: 30px;
}
.reviews {
    padding-bottom: 100px;
}
.reviews__list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.reviews__item {
    max-width: calc(100% / 2 - 10px);
}
.reviews__item:nth-of-type(-n + 2) {
    margin-bottom: 20px;
}
.review {
    display: flex;
    align-items: flex-start;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.3);
    padding: 20px;
}
.review__photo {
    flex-shrink: 0;
    margin-right: 40px;
}
.review__text {
    margin-bottom: 14px;
    font-size: 16px;
    line-height: 132%;
    font-weight: 300;
}
.review__name {
    font-size: 18px;
    font-weight: 500;
}
.review__year {
    font-size: 16px;
    line-height: 130%;
    font-weight: 300;
}
.steps {
    text-align: center;
    position: relative;
    background: url(../img/svg/cardio.svg) repeat-x center 184px;
    background-size: contain;
    background-size: 214px;
    z-index: 2;
}
.steps::after,
.steps::before {
    content: "";
    display: block;
    position: absolute;
    width: 468px;
    height: 468px;
    border-radius: 50%;
    background: radial-gradient(50% 50% at 50% 50%, rgba(245, 37, 37, 0.5) 0, rgba(255, 226, 226, 0) 100%);
    -webkit-filter: blur(2.17979px);
    filter: blur(2.17979px);
    top: 0;
    pointer-events: none;
}
.steps::after {
    right: 0;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
}
.steps::before {
    left: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.steps__title {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 30px;
}
.steps__wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e3eff6;
    width: 75%;
    margin: 0 auto;
    margin-bottom: 17px;
}
.steps__label {
    color: #f53c53;
    font-size: 90px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -2.354px;
    text-transform: uppercase;
    margin-right: 20px;
}
.steps__item {
    text-align: left;
}
.steps__item:not(:last-of-type) {
    margin-bottom: 15px;
}
.steps__text {
    border-radius: 20px;
    background: #fff;
    text-align: center;
    color: #257cff;
    font-size: 16px;
    font-style: italic;
    line-height: 130%;
    padding: 6px 20px;
    display: inline-block;
}
.list-steps__item {
    color: #27405d;
    font-size: 24px;
    line-height: 130%;
    letter-spacing: -0.48px;
    position: relative;
    padding-left: 42px;
}
.list-steps__item::before {
    content: "";
    display: block;
    position: absolute;
    width: 27px;
    height: 11px;
    background: url(../img/svg/arrow.svg) no-repeat center;
    left: 0;
    top: 5px;
}
@media screen and (max-width: 1400px) {
    .container {
        max-width: 1024px;
    }
    .title {
        font-size: 52px;
    }
    .intro__left {
        max-width: 430px;
        margin-left: 0;
    }
    .intro__title span.intro__title-product {
        font-size: 40px;
    }
    .intro__center {
        margin-right: 15px;
    }
    .intro__product-wrap {
        right: calc(50% - 217px);
    }
    .intro__right {
        max-width: 330px;
        padding: 87px 50px;
    }
    .intro__form::before {
        background-size: 300px;
        top: -178px;
        right: -138px;
    }
    .intro__sale {
        right: -30px;
    }
    .consequences__item {
        max-width: 340px;
    }
    .banner__cardio {
        left: calc(50% - 180px);
    }
    .statistics__wrapper {
        align-items: center;
    }
    .statistics__list {
        max-width: 42%;
    }
    .statistics__graph {
        max-width: 55%;
        height: 264px;
    }
    .graph {
        background-size: contain;
    }
    .why__item {
        width: 23%;
    }
    .expert__left {
        max-width: 470px;
    }
    .expert__text {
        margin-left: 0;
    }
    .review__photo {
        margin-right: 30px;
        width: 100px;
    }
    .steps {
        background-position-y: 164px;
        background-size: 190px;
    }
    .steps__title {
        width: 100%;
    }
    .steps__wrapper {
        width: 85%;
    }
}
@media screen and (max-width: 1199px) {
    .title {
        font-size: 46px;
    }
    .intro__left {
        max-width: 370px;
    }
    .intro__title span.intro__title-product {
        font-size: 35px;
    }
    .intro__right {
        padding: 87px 40px 50px;
    }
    .intro__form::before {
        right: -128px;
    }
    .consequences__title {
        margin-bottom: 40px;
    }
    .consequence__photo {
        margin-bottom: 25px;
    }
    .consequence__title {
        font-size: 22px;
        margin-bottom: 10px;
    }
    .statistics__title {
        margin-bottom: 40px;
    }
    .statistics__item:not(:last-of-type) {
        margin-bottom: 22px;
        padding-bottom: 18px;
    }
    .statistics__graph {
        height: 247px;
    }
}
@media screen and (max-width: 1099px) {
    .container {
        max-width: 980px;
    }
}
@media screen and (max-width: 991px) {
    .container {
        max-width: 760px;
    }
    .title {
        font-size: 42px;
    }
    .sale {
        width: 130px;
        height: 130px;
    }
    .sale--small {
        width: 100px;
        height: 100px;
    }
    .sale--small .sale__percent {
        font-size: 30px;
    }
    .sale--small .sale__percent span {
        font-size: 18px;
    }
    .sale--small .sale__text {
        font-size: 16px;
    }
    .sale__percent {
        font-size: 37px;
    }
    .sale__percent span {
        font-size: 27px;
    }
    .sale__text {
        font-size: 22px;
    }
    .header {
        background: 0 0;
    }
    .header__logo {
        left: 0;
    }
    .header__list {
        margin-left: 75px;
    }
    .header__link:not(:last-of-type) {
        margin-right: 30px;
    }
    .intro {
        background: url(../img/intro-bg-bottom.jpg) no-repeat center top;
    }
    .intro--bottom {
        padding-top: 90px;
    }
    .intro__wrapper {
        flex-wrap: wrap;
    }
    .intro__left {
        max-width: 100%;
        text-align: center;
        margin-bottom: 50px;
    }
    .intro__title span.intro__title-product {
        font-size: 30px;
    }
    .intro__center {
        padding-top: 0;
        width: 45%;
    }
    .intro__product-wrap {
        width: 390px;
        top: 218px;
        right: calc(50% - 317px);
    }
    .intro__product {
        max-width: 250px;
    }
    .intro__heart {
        max-width: 200px;
        top: -67px;
        left: 0;
    }
    .intro__icon {
        width: 80px;
    }
    .intro__list {
        max-width: 100%;
    }
    .intro__right {
        margin-top: 0;
    }
    .intro__price {
        margin-bottom: 30px;
    }
    .intro__sale {
        top: -40px;
    }
    .form__btn {
        margin-top: 35px;
    }
    .consequences {
        padding-top: 50px;
        padding-bottom: 80px;
    }
    .consequences__title {
        margin-bottom: 30px;
    }
    .consequences__item {
        max-width: 310px;
    }
    .banner__cardio {
        bottom: 60px;
    }
    .banner__product-wrap {
        max-width: 325px;
    }
    .banner__product-wrap::after {
        width: 400px;
        height: 400px;
    }
    .banner__product-wrap::before {
        width: 380px;
        height: 380px;
    }
    .banner__heart {
        max-width: 160px;
        top: -20px;
        left: 10px;
    }
    .banner__image {
        max-width: 210px;
        width: 100%;
    }
    .statistics__title {
        margin-bottom: 30px;
    }
    .statistics__wrapper {
        display: block;
    }
    .statistics__list {
        max-width: 100%;
        padding: 30px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 40px;
    }
    .statistics__item {
        width: 49%;
    }
    .statistics__item:not(:last-of-type) {
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .statistics__item:nth-of-type(3)::before {
        display: none;
    }
    .statistics__item:nth-of-type(-n + 2) {
        margin-bottom: 18px;
        padding-bottom: 18px;
    }
    .statistics__graph {
        max-width: 80%;
        margin: 0 auto;
        height: 277px;
    }
    .statistic__percent {
        font-size: 40px;
    }
    .statistic__percent span.small {
        font-size: 22px;
    }
    .graph {
        background-position: center bottom;
    }
    .graph__line {
        width: 14px;
    }
    .graph__line::after {
        width: 9px;
        height: 9px;
    }
    .graph__percent {
        font-size: 25px;
        top: -27px;
    }
    .graph__percent span.small {
        font-size: 20px;
    }
    .why__title {
        margin-bottom: 30px;
    }
    .why__list {
        flex-wrap: wrap;
    }
    .why__item {
        width: 49%;
    }
    .why__item:nth-of-type(-n + 2) {
        margin-bottom: 20px;
    }
    .expert {
        padding-top: 90px;
    }
    .expert__left {
        max-width: 370px;
    }
    .expert__block {
        max-width: 250px;
    }
    .expert__name {
        font-size: 30px;
    }
    .product-wrapper__photo {
        max-width: 200px;
        margin-bottom: 40px;
    }
    .reviews {
        padding-bottom: 70px;
    }
    .review {
        display: block;
    }
    .review__photo {
        margin-right: 0;
        margin-bottom: 10px;
    }
    .steps {
        background-position-y: 154px;
        background-size: 160px;
    }
    .steps::after,
    .steps::before {
        width: 400px;
        height: 400px;
    }
    .steps__wrapper {
        width: 100%;
    }
    .steps__label {
        font-size: 80px;
    }
    .list-steps__item {
        font-size: 22px;
    }
}
@media screen and (max-width: 767px) {
    .container {
        max-width: 660px;
    }
    .title {
        font-size: 38px;
    }
    .floating-button {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        text-align: center;
        z-index: 4;
        background: #fff;
        padding: 21px 37px;
        border-radius: 20px 20px 0 0;
        pointer-events: all;
    }
    .floating-button.hide {
        pointer-events: none;
        opacity: 0;
    }
    .floating-button a {
        max-width: 320px;
        width: 100%;
    }
    .header__wrapper {
        padding-top: 12px;
    }
    .header__btn {
        display: none;
    }
    .header__list {
        display: none;
    }
    .header__burger {
        margin-left: auto;
    }
    .burger {
        width: 39px;
        height: 34px;
        padding: 5px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
        transition: background 0.2s;
        cursor: pointer;
        z-index: 6;
        position: relative;
    }
    .burger.active .burger__line {
        width: 85%;
        -webkit-transform-origin: center;
        transform-origin: center;
        position: absolute;
        top: 17px;
        left: 3px;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    .burger.active .burger__line:nth-of-type(1) {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .burger.active .burger__line:nth-of-type(3) {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .burger.active .burger__line:nth-of-type(2) {
        opacity: 0;
    }
    .burger__line {
        display: inline-block;
        width: 100%;
        height: 2px;
        border-radius: 4px;
        background: #27405d;
    }
    .intro__center {
        width: 40%;
    }
    .intro__product-wrap {
        right: calc(50% - 257px);
    }
    .consequences__title {
        width: 100%;
        margin-bottom: 20px;
        position: relative;
        z-index: 2;
    }
    .consequence {
        padding: 15px;
    }
    .consequence__label {
        padding: 6px 7px;
        height: 60px;
        top: 15px;
        left: 15px;
    }
    .banner__cardio {
        background-size: 140px;
        bottom: 40px;
    }
    .banner__product-wrap {
        max-width: 265px;
    }
    .banner__product-wrap::after {
        width: 300px;
        height: 300px;
    }
    .banner__product-wrap::before {
        width: 280px;
        height: 280px;
    }
    .banner__heart {
        max-width: 130px;
    }
    .banner__image {
        max-width: 180px;
    }
    .statistics__title {
        width: 80%;
        margin-bottom: 20px;
    }
    .statistics__list {
        padding: 20px;
    }
    .statistics__graph {
        height: 240px;
    }
    .statistic__percent {
        font-size: 36px;
        width: 60px;
        margin-right: 15px;
    }
    .statistic__label {
        font-size: 16px;
    }
    .graph__percent {
        font-size: 22px;
    }
    .graph__percent span.small {
        font-size: 18px;
    }
    .why__title {
        margin-bottom: 20px;
    }
    .list-why__item {
        font-size: 18px;
        line-height: 130%;
    }
    .expert {
        padding-top: 70px;
    }
    .expert__left {
        margin-top: 0;
        max-width: 320px;
    }
    .expert__photo-wrap::before {
        display: none;
    }
    .expert__photo-wrap::after {
        top: -20px;
        bottom: 20px;
        left: 20px;
        right: -20px;
    }
    .expert__block {
        max-width: 230px;
        padding-left: 30px;
    }
    .expert__name {
        font-size: 26px;
        margin-bottom: 10px;
    }
    .steps {
        background-position-y: 144px;
        background-size: 113px;
    }
    .steps::after,
    .steps::before {
        width: 300px;
        height: 300px;
    }
    .steps__label {
        font-size: 70px;
    }
    .list-steps__item {
        font-size: 18px;
    }
}
@media screen and (max-width: 639px) {
    .container {
        max-width: 480px;
    }
    .title {
        font-size: 32px;
    }
    .intro {
        background-position: bottom;
        padding-bottom: 50px;
    }
    .intro::after {
        display: none;
    }
    .intro--bottom {
        padding-top: 50px;
    }
    .intro--bottom .intro__product-wrap {
        top: auto;
    }
    .intro--bottom .intro__center {
        padding-top: 0;
    }
    .intro__left {
        margin-bottom: 20px;
    }
    .intro__center {
        width: 100%;
        margin-right: 0;
    }
    .intro__product-wrap {
        position: relative;
        right: 0;
        top: 0;
        margin: 0 auto;
    }
    .intro__list {
        margin-bottom: 50px;
    }
    .intro__right {
        margin: 0 auto;
    }
    .consequences {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .consequences::after,
    .consequences::before {
        width: 60px;
    }
    .consequences__item {
        max-width: 280px;
    }
    .consequence__photo {
        margin-bottom: 15px;
    }
    .consequence__title {
        font-size: 18px;
    }
    .banner__cardio {
        display: none;
    }
    .banner__product-wrap {
        margin-top: 0;
        max-width: 195px;
    }
    .banner__product-wrap::after {
        width: 200px;
        height: 200px;
        top: 20px;
        right: -40px;
    }
    .banner__product-wrap::before {
        width: 180px;
        height: 180px;
    }
    .banner__heart {
        max-width: 100px;
    }
    .banner__image {
        max-width: 150px;
    }
    .statistics {
        padding-bottom: 50px;
    }
    .statistics__title {
        width: 100%;
    }
    .statistics__item {
        width: 100%;
    }
    .statistics__item:nth-of-type(-n + 3) {
        margin-bottom: 18px;
        padding-bottom: 18px;
    }
    .statistics__item:nth-of-type(3)::before {
        display: block;
    }
    .statistics__graph {
        max-width: 100%;
        height: 200px;
    }
    .why__item {
        width: 100%;
    }
    .why__item:nth-of-type(-n + 3) {
        margin-bottom: 15px;
    }
    .expert {
        padding-bottom: 50px;
    }
    .expert__wrapper {
        flex-direction: column-reverse;
    }
    .expert__right {
        max-width: 340px;
        width: 100%;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .expert__left {
        max-width: 100%;
    }
    .expert__block {
        margin: 0;
        max-width: 100%;
    }
    .product-wrapper {
        margin: 0 auto;
        display: block;
        text-align: center;
        max-width: 230px;
    }
    .reviews {
        padding-bottom: 50px;
    }
    .reviews__item {
        max-width: 100%;
    }
    .reviews__item:not(:last-of-type) {
        margin-bottom: 15px;
    }
    .steps {
        background: 0 0;
    }
    .steps::after,
    .steps::before {
        display: none;
    }
    .steps__title {
        margin-bottom: 5px;
    }
    .steps__wrapper {
        display: block;
    }
    .steps__label {
        margin-bottom: 30px;
        margin-right: 0;
        font-size: 50px;
    }
    .steps__text {
        font-size: 14px;
    }
}
@media screen and (max-width: 479px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
        max-width: 100%;
    }
    .title {
        font-size: 30px;
    }
    .sale {
        width: 100px;
        height: 100px;
    }
    .sale__percent {
        font-size: 30px;
    }
    .sale__percent span {
        font-size: 22px;
    }
    .sale__text {
        font-size: 18px;
    }
    .header__logo {
        width: 35px;
    }
    .intro {
        padding-top: 20px;
    }
    .intro--bottom {
        padding-top: 50px;
    }
    .intro__center {
        margin-bottom: 30px;
    }
    .intro__product-wrap {
        width: 320px;
    }
    .intro__product {
        max-width: 210px;
    }
    .intro__heart {
        max-width: 160px;
        top: -47px;
    }
    .intro__tape {
        width: 210px;
    }
    .intro__icons {
        bottom: 13px;
    }
    .intro__icon {
        width: 70px;
    }
    .intro__icon:not(:last-of-type) {
        margin-right: -20px;
    }
    .intro__list {
        margin-bottom: 30px;
    }
    .intro__right {
        padding: 65px 10px 20px;
    }
    .intro__form::before {
        right: -110px;
        top: -163px;
        background-size: 260px;
    }
    .intro__sale {
        right: -10px;
    }
    .consequences::after,
    .consequences::before {
        display: none;
    }
    .consequences__item {
        max-width: 250px;
    }
    .banner__cardio {
        display: block;
        left: 0;
        bottom: 60px;
    }
    .banner__wrapper {
        flex-direction: column-reverse;
    }
    .banner__title {
        max-width: 100%;
        margin-bottom: 20px;
    }
    .banner__product-wrap {
        max-width: 215px;
    }
    .statistics__graph {
        max-width: 290px;
        height: 140px;
    }
    .graph__line {
        width: 8px;
    }
    .graph__line::after {
        width: 5px;
        height: 5px;
    }
    .graph__percent {
        font-size: 16px;
        top: -23px;
    }
    .graph__percent span.small {
        font-size: 12px;
    }
    .why__wrapper {
        padding: 15px;
    }
    .review {
        padding: 15px;
    }
}
