

/* Start:/local/templates/MeatBeats/assets/css/app.min.css?161426052669621*/
/*!
 * Moonkake 8.4.0
 *
 * https://github.com/detectiveshelby/moonkake
 */

:root {
  --base-font-size: 10px;
  --base-font-family: system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif;
  --base-text-color: #282423;
  --base-text-line-height: 1.2;
  --container-max-width: 159.6rem;
  --gap: 4rem;
  --header-text-font-family: system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif;
  --header-text-color: inherit;
  --header-text-line-height: 1.2;
  --header-text-bottom-offset: 2rem;
  --header-text-font-weight: 600;
  --header-text-font-size-1: 4rem;
  --header-text-font-size-2: 4rem;
  --header-text-font-size-3: 2.8rem;
  --header-text-font-size-4: 2.4rem;
  --header-text-font-size-5: 2.2rem;
  --header-text-font-size-6: 2rem;
  --content-text-font-size: 1.8rem;
  --content-text-bottom-offset: 1rem;
  --content-text-bottom-offset-header: 3rem;
  --content-text-list-offset: calc(var(--content-text-bottom-offset)/3);
  --color-accent: #0070e2;
  --color-accent-dark: #0057af;
  --color-orange: #e31e24;
  --color-orange-dark: #d50c0c;
  --color-green: #79b33f;
  --color-green-dark: #608d32;
  --color-white-0: #fff;
  --color-white-2: #f2f2f2;
}

@font-face {
  font-family: Proxima Nova;
  font-display: swap;
  src: url(../../../../../../local/templates/MeatBeats/assets/fonts/ProximaNova-Light.woff2) format("woff2"),url(../../../../../../local/templates/MeatBeats/assets/fonts/ProximaNova-Light.woff) format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: Proxima Nova;
  font-display: swap;
  src: url(../../../../../../local/templates/MeatBeats/assets/fonts/ProximaNova-Regular.woff2) format("woff2"),url(../../../../../../local/templates/MeatBeats/assets/fonts/ProximaNova-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Proxima Nova;
  font-display: swap;
  src: url(../../../../../../local/templates/MeatBeats/assets/fonts/ProximaNova-Semibold.woff2) format("woff2"),url(../../../../../../local/templates/MeatBeats/assets/fonts/ProximaNova-Semibold.woff) format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: Proxima Nova;
  font-display: swap;
  src: url(../../../../../../local/templates/MeatBeats/assets/fonts/ProximaNova-Bold.woff2) format("woff2"),url(../../../../../../local/templates/MeatBeats/assets/fonts/ProximaNova-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: Proxima Nova;
  font-display: swap;
  src: url(../../../../../../local/templates/MeatBeats/assets/fonts/ProximaNova-Black.woff2) format("woff2"),url(../../../../../../local/templates/MeatBeats/assets/fonts/ProximaNova-Black.woff) format("woff");
  font-weight: 900;
  font-style: normal;
}

.-fonts-ready body {
  font-family: Proxima Nova,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif;
  font-family: Proxima Nova,var(--base-font-family);
}

.-fonts-ready .h1,
.-fonts-ready .h2,
.-fonts-ready .h3,
.-fonts-ready .h4,
.-fonts-ready .h5,
.-fonts-ready .h6,
.-fonts-ready h1,
.-fonts-ready h2,
.-fonts-ready h3,
.-fonts-ready h4,
.-fonts-ready h5,
.-fonts-ready h6 {
  font-family: Proxima Nova,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif;
  font-family: Proxima Nova,var(--header-text-font-family);
}

body,
html {
  height: 100%;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 10px;
  font-size: var(--base-font-size);
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  scroll-behavior: smooth;
}

*,
:after,
:before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  min-width: 320px;
  line-height: 1.2;
  line-height: var(--base-text-line-height);
  font-size: 1.8rem;
  font-size: var(--content-text-font-size);
  margin: 0;
  direction: ltr;
  text-align: left;
  font-family: system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif;
  font-family: var(--base-font-family);
  color: #282423;
  color: var(--base-text-color);
  background: #fff;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeSpeed;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  outline: none;
  -webkit-transition: color .25s,border-color .25s,background-color .25s,opacity .25s;
  transition: color .25s,border-color .25s,background-color .25s,opacity .25s;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

a:not([class]) {
  border-bottom: .1rem solid;
}

a:not([class]):hover {
  border-bottom-color: transparent;
}

a svg,
a use {
  pointer-events: none;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 2rem;
  margin: 0 0 var(--header-text-bottom-offset) 0;
  font-family: system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif;
  font-family: var(--header-text-font-family);
  font-weight: 600;
  font-weight: var(--header-text-font-weight);
  color: inherit;
  color: var(--header-text-color);
  line-height: 1.2;
  line-height: var(--header-text-line-height);
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none;
  color: inherit;
}

.h1,
h1 {
  font-size: 4rem;
  font-size: var(--header-text-font-size-1);
}

.h2,
h2 {
  font-size: 4rem;
  font-size: var(--header-text-font-size-2);
}

.h3,
h3 {
  font-size: 2.8rem;
  font-size: var(--header-text-font-size-3);
}

.h4,
h4 {
  font-size: 2.4rem;
  font-size: var(--header-text-font-size-4);
}

.h5,
h5 {
  font-size: 2.2rem;
  font-size: var(--header-text-font-size-5);
}

.h6,
h6 {
  font-size: 2rem;
  font-size: var(--header-text-font-size-6);
}

dl+.h1,
dl+.h2,
dl+.h3,
dl+.h4,
dl+.h5,
dl+.h6,
dl+h1,
dl+h2,
dl+h3,
dl+h4,
dl+h5,
dl+h6,
ol+.h1,
ol+.h2,
ol+.h3,
ol+.h4,
ol+.h5,
ol+.h6,
ol+h1,
ol+h2,
ol+h3,
ol+h4,
ol+h5,
ol+h6,
p+.h1,
p+.h2,
p+.h3,
p+.h4,
p+.h5,
p+.h6,
p+h1,
p+h2,
p+h3,
p+h4,
p+h5,
p+h6,
table+.h1,
table+.h2,
table+.h3,
table+.h4,
table+.h5,
table+.h6,
table+h1,
table+h2,
table+h3,
table+h4,
table+h5,
table+h6,
ul+.h1,
ul+.h2,
ul+.h3,
ul+.h4,
ul+.h5,
ul+.h6,
ul+h1,
ul+h2,
ul+h3,
ul+h4,
ul+h5,
ul+h6 {
  margin-top: 3rem;
  margin-top: var(--content-text-bottom-offset-header);
}

p {
  margin: 0 0 1rem;
  margin: 0 0 var(--content-text-bottom-offset) 0;
}

ol,
ul {
  padding: 0;
  margin: 0 0 1rem 2.5rem;
  margin: 0 0 var(--content-text-bottom-offset) 2.5rem;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}

ol:not([class]) li+li,
ul:not([class]) li+li {
  margin-top: .33333rem;
  margin-top: var(--content-text-list-offset);
}

dl {
  margin: 0 0 1rem;
  margin: 0 0 var(--content-text-bottom-offset) 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

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

sup {
  top: -50%;
}

sub {
  bottom: -25%;
}

big {
  font-size: 120%;
}

small {
  font-size: 80%;
}

code,
kbd,
plaintext,
pre,
samp,
tt,
xmp {
  font-family: monospace,sans-serif;
}

pre {
  overflow: auto;
}

address {
  font-style: normal;
}

cite,
dfn,
em,
i {
  font-style: italic;
}

ins,
u,
var {
  text-decoration: underline;
}

b,
strong {
  font-weight: 700;
}

del,
s,
strike {
  text-decoration: line-through;
}

abbr,
acronym {
  cursor: help;
  border-bottom: .1rem dashed;
}

mark {
  color: #000;
  background: #ff0;
}

blockquote,
q {
  quotes: "" "";
  font-style: normal;
  padding: 1rem 2rem;
  margin: 0 0 1rem;
  border-left: .5rem solid #eee;
}

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

img {
  vertical-align: top;
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
  height: auto;
}

hr,
img {
  border: 0;
}

hr {
  display: block;
  height: .1rem;
  background: #eee;
  margin: 2rem 0;
  padding: 0;
}

svg:not(:root) {
  overflow: hidden;
}

.h1:last-child,
.h2:last-child,
.h3:last-child,
.h4:last-child,
.h5:last-child,
.h6:last-child,
blockquote:last-child,
dl:last-child,
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
ol:last-child,
p:last-child,
q:last-child,
table:last-child,
ul:last-child {
  margin-bottom: 0;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  -webkit-font-feature-settings: "tnum";
  font-feature-settings: "tnum";
  font-variant-numeric: tabular-nums;
}

table caption,
table th {
  font-weight: 700;
}

table caption {
  text-align: center;
  padding-bottom: 1rem;
}

table[border] td,
table[border] th {
  border: 0;
}

table[cellpadding] td,
table[cellpadding] th {
  padding: 0;
}

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

summary {
  display: list-item;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

video {
  max-width: 100%;
  height: auto;
}

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

[hidden],
template {
  display: none;
}

figure {
  margin: 0;
}

::-ms-clear {
  display: none;
}

fieldset,
form,
frame,
frameset,
iframe {
  padding: 0;
  margin: 0;
  border: 0;
}

label {
  display: block;
}

legend {
  padding: 0 .5rem;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  color: inherit;
  margin: 0;
  vertical-align: baseline;
  outline: none;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

:-moz-placeholder,
::-moz-placeholder {
  color: inherit;
  opacity: 1;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}

button[disabled],
input[disabled],
select[disabled],
textarea[disabled] {
  cursor: default;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

input[type=checkbox],
input[type=radio] {
  vertical-align: baseline;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

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

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

optgroup {
  font-weight: 700;
}

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

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

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

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-property: transform,-webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

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

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

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

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

.swiper-container-pointer-events {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-pointer-events.swiper-container-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-property: transform,-webkit-transform;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 10;
}

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

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

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

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

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

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

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

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

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

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: .2;
}

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

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

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

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

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

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

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

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

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

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: left .2s,-webkit-transform .2s;
  transition: left .2s,-webkit-transform .2s;
  transition: transform .2s,left .2s;
  transition: transform .2s,left .2s,-webkit-transform .2s;
}

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

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

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

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

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

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

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

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

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

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

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

.swiper-container-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,.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: .6;
  z-index: 0;
}

.swiper-container-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
  filter: blur(50px);
}

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

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

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

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

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

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */

.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  outline: none;
}

.pswp * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.pswp img {
  max-width: none;
}

.pswp--animate_opacity {
  opacity: .001;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(.4,0,.22,1);
  transition: opacity 333ms cubic-bezier(.4,0,.22,1);
}

.pswp--open {
  display: block;
}

.pswp--zoom-allowed .pswp__img {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.pswp--zoomed-in .pswp__img {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.pswp--dragging .pswp__img {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

.pswp__bg {
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
}

.pswp__bg,
.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.pswp__scroll-wrap {
  overflow: hidden;
}

.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: -webkit-transform 333ms cubic-bezier(.4,0,.22,1);
  transition: -webkit-transform 333ms cubic-bezier(.4,0,.22,1);
  transition: transform 333ms cubic-bezier(.4,0,.22,1);
  transition: transform 333ms cubic-bezier(.4,0,.22,1), -webkit-transform 333ms cubic-bezier(.4,0,.22,1);
  transition: transform 333ms cubic-bezier(.4,0,.22,1),-webkit-transform 333ms cubic-bezier(.4,0,.22,1);
}

.pswp__bg {
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(.4,0,.22,1);
  transition: opacity 333ms cubic-bezier(.4,0,.22,1);
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none;
}

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
}

.pswp__item {
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.pswp__img,
.pswp__item {
  position: absolute;
  left: 0;
  top: 0;
}

.pswp__img {
  width: auto;
  height: auto;
}

.pswp__img--placeholder {
  -webkit-backface-visibility: hidden;
}

.pswp__img--placeholder--blank {
  background: #222;
}

.pswp--ie .pswp__img {
  width: 100%!important;
  height: auto!important;
  left: 0;
  top: 0;
}

.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #ccc;
}

.pswp__error-msg a {
  color: #ccc;
  text-decoration: underline;
}

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */

.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: .75;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.pswp__button:focus,
.pswp__button:hover {
  opacity: 1;
}

.pswp__button:active {
  outline: none;
  opacity: .9;
}

.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.pswp__ui--over-close .pswp__button--close {
  opacity: 1;
}

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(/local/templates/MeatBeats/assets/css/default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px;
}

.pswp__button--close {
  background-position: 0 -44px;
}

.pswp__button--share {
  background-position: -44px -44px;
}

.pswp__button--fs {
  display: none;
}

.pswp--supports-fs .pswp__button--fs {
  display: block;
}

.pswp--fs .pswp__button--fs {
  background-position: -44px 0;
}

.pswp__button--zoom {
  display: none;
  background-position: -88px 0;
}

.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0;
}

.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden;
}

.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute;
}

.pswp__button--arrow--left {
  left: 0;
}

.pswp__button--arrow--right {
  right: 0;
}

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: "";
  top: 35px;
  background-color: rgba(0,0,0,.3);
  height: 30px;
  width: 32px;
  position: absolute;
}

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px;
}

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px;
}

.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.pswp__share-modal {
  display: block;
  background: rgba(0,0,0,.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  -webkit-transition: opacity .25s ease-out;
  transition: opacity .25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp__share-modal--hidden {
  display: none;
}

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #fff;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.25);
  box-shadow: 0 2px 5px rgba(0,0,0,.25);
  -webkit-transform: translateY(6px);
  transform: translateY(6px);
  -webkit-transition: -webkit-transform .25s;
  transition: -webkit-transform .25s;
  transition: transform .25s;
  transition: transform .25s, -webkit-transform .25s;
  transition: transform .25s,-webkit-transform .25s;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}

.pswp__share-tooltip a {
  display: block;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 18px;
}

.pswp__share-tooltip a,
.pswp__share-tooltip a:hover {
  color: #000;
  text-decoration: none;
}

.pswp__share-tooltip a:first-child {
  border-radius: 2px 2px 0 0;
}

.pswp__share-tooltip a:last-child {
  border-radius: 0 0 2px 2px;
}

.pswp__share-modal--fade-in {
  opacity: 1;
}

.pswp__share-modal--fade-in .pswp__share-tooltip {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px;
}

a.pswp__share--facebook:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #fff;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
}

a.pswp__share--facebook:hover {
  background: #3e5c9a;
  color: #fff;
}

a.pswp__share--facebook:hover:before {
  border-bottom-color: #3e5c9a;
}

a.pswp__share--twitter:hover {
  background: #55acee;
  color: #fff;
}

a.pswp__share--pinterest:hover {
  background: #ccc;
  color: #ce272d;
}

a.pswp__share--download:hover {
  background: #ddd;
}

.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #fff;
  opacity: .75;
  padding: 0 10px;
}

.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px;
}

.pswp__caption small {
  font-size: 11px;
  color: #bbb;
}

.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #ccc;
}

.pswp__caption--empty {
  display: none;
}

.pswp__caption--fake {
  visibility: hidden;
}

.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity .25s ease-out;
  transition: opacity .25s ease-out;
  will-change: opacity;
  direction: ltr;
}

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px;
}

.pswp__preloader--active {
  opacity: 1;
}

.pswp__preloader--active .pswp__preloader__icn {
  background: url(/local/templates/MeatBeats/assets/css/preloader.gif) 0 0 no-repeat;
}

.pswp--css_animation .pswp__preloader--active {
  opacity: 1;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  -webkit-animation: clockwise .5s linear infinite;
  animation: clockwise .5s linear infinite;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  -webkit-animation: donut-rotate 1s cubic-bezier(.4,0,.22,1) infinite;
  animation: donut-rotate 1s cubic-bezier(.4,0,.22,1) infinite;
}

.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: .75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0;
}

.pswp--css_animation .pswp__preloader__cut {
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden;
}

.pswp--css_animation .pswp__preloader__donut {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border-color: #fff #fff transparent transparent;
  border-style: solid;
  border-width: 2px;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0;
}

@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

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

@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

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

@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }

  to {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }

  to {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550;
}

.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%;
}

.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right,
.pswp__caption,
.pswp__top-bar {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(.4,0,.22,1);
  transition: opacity 333ms cubic-bezier(.4,0,.22,1);
}

.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible;
}

.pswp__caption,
.pswp__top-bar {
  background-color: rgba(0,0,0,.5);
}

.pswp__ui--fit .pswp__caption,
.pswp__ui--fit .pswp__top-bar {
  background-color: rgba(0,0,0,.3);
}

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right,
.pswp__ui--idle .pswp__top-bar {
  opacity: 0;
}

.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__top-bar {
  opacity: .001;
}

.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none;
}

.pswp__element--disabled {
  display: none!important;
}

.pswp--minimal--dark .pswp__top-bar {
  background: none;
}

.container {
  width: 100%;
  max-width: 167.6rem;
  max-width: calc(var(--container-max-width) + var(--gap)*2);
  margin: 0 auto;
  padding-left: 4rem;
  padding-left: var(--gap);
  padding-right: 4rem;
  padding-right: var(--gap);
}

.inner.inner--offset-left {
  margin-left: 10%;
}

.inner.inner--offset-right {
  margin-right: -10%;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.row>* {
  min-width: 0;
}

.row>.col {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.list {
  padding: 0;
  margin: 0;
}

.list,
.list>li {
  list-style: none;
}

.list-link {
  display: block;
}

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

.wrapper .main {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  width: 100%;
}

.phone {
  font-size: 1.8rem;
  font-weight: 700;
}

.phone:hover {
  color: #0070e2;
  color: var(--color-accent);
}

.email {
  font-size: 1.8rem;
  font-weight: 300;
}

.email:hover {
  color: #0070e2;
  color: var(--color-accent);
}

.more {
  text-align: center;
  margin-top: 18rem;
}

.header {
  padding: 1rem 0;
  -webkit-box-shadow: 0 .4rem .4rem rgba(0,0,0,.25);
  box-shadow: 0 .4rem .4rem rgba(0,0,0,.25);
  position: relative;
  z-index: 10;
}

.header .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header .inner>* {
  min-width: 0;
}

.header-logotype {
  margin-right: auto;
}

.header-button {
  display: none;
}

.header-dropdown {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.header-dropdown-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 1.5rem;
  margin-top: -2.5rem;
  padding-right: 4rem;
}

.header-dropdown-header>* {
  min-width: 0;
}

.header-dropdown-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.header-dropdown-body>* {
  min-width: 0;
}

.header-contacts {
  margin-left: 5rem;
}

.header-search {
  margin-left: 3.5rem;
}

.header-search .search-toggle {
  display: block;
}

.header-search .search-toggle .icon {
  width: 2rem;
  height: 2rem;
}

.navigation-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 300;
  font-size: 1.8rem;
  text-transform: uppercase;
  margin-left: -5rem;
}

.navigation-main>* {
  min-width: 0;
}

.navigation-main .list-item {
  padding-left: 5rem;
}

.navigation-main .list-item.-active .list-link:after {
  opacity: 1;
}

.navigation-main .list-link {
  position: relative;
}

.navigation-main .list-link:after {
  content: "";
  display: block;
  position: absolute;
  border-bottom: .2rem solid #e31e24;
  border-bottom: .2rem solid var(--color-orange);
  bottom: -.7rem;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: opacity .25s ease;
  transition: opacity .25s ease;
}

.navigation-main .list-link:hover:after {
  opacity: 1;
}

.navigation-additional {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 1.4rem;
  font-weight: 400;
  margin-left: -2rem;
}

.navigation-additional>* {
  min-width: 0;
}

.navigation-additional .list-item {
  padding-left: 2rem;
}

.navigation-additional .list-link:hover {
  color: #0070e2;
  color: var(--color-accent);
}

.footer {
  margin-top: 20rem;
}

.footer-top {
  font-size: 1.6rem;
}

.footer-top .inner {
  border-top: .1rem solid #282423;
  padding-top: 8rem;
  padding-bottom: 7rem;
}

.footer-bottom {
  background-color: #282423;
  text-align: center;
  color: #fff;
  padding: .9rem 0;
  font-size: 1.4rem;
}

.footer-bottom .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-bottom .inner>* {
  min-width: 0;
}

.footer-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -8rem;
}

.footer-row>* {
  min-width: 0;
}

.footer-col {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
  padding-left: 8rem;
}

.footer-col:first-child {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer-title {
  font-weight: 600;
  font-size: 1.8rem;
  margin-bottom: 4rem;
}

.footer-links {
  font-weight: 300;
}

.footer-links,
.footer-links a+a {
  margin-left: .5rem;
}

.footer-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -8rem;
}

.footer-navigation>* {
  min-width: 0;
}

.footer-navigation-col {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 8rem;
}

.footer-email,
.navigation-footer>.list-item+.list-item {
  margin-top: 1rem;
}

.navigation-footer>.list-item>.list-link {
  font-size: 1.8rem;
  font-weight: 600;
}

.navigation-footer .list-link:hover {
  color: #0070e2;
  color: var(--color-accent);
}

.navigation-footer-catalog>.list-item+.list-item {
  margin-top: 1rem;
}

.navigation-footer-catalog>.list-item>.list-link {
  font-size: 1.6rem;
  font-weight: 400;
}

.navigation-footer-catalog>.list-item>.sub,
.navigation-footer-catalog>.list-item>.sub>.list-item+.list-item {
  margin-top: 1rem;
}

.navigation-footer-catalog>.list-item>.sub>.list-item>.list-link {
  font-weight: 300;
}

.navigation-footer-catalog .list-link:hover {
  color: #0070e2;
  color: var(--color-accent);
}

html:not(.-device-mobile) [data-scroll-fx] {
  visibility: hidden;
}

img.lazy {
  opacity: 0;
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
}

img.lazy.loaded {
  opacity: 1;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.breadcrumbs {
  font-size: 1.6rem;
  margin-bottom: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.breadcrumbs>* {
  min-width: 0;
}

.breadcrumbs .list-item:after {
  content: "";
  margin: 0 1rem;
  display: inline-block;
  width: 1.6rem;
  height: .8rem;
  background: url(../../../../../../local/templates/MeatBeats/assets/img/breadcrumb.svg) 0 0/100% 100% no-repeat;
  vertical-align: middle;
}

.breadcrumbs .list-item:last-child:after {
  display: none;
}

.breadcrumbs .list-link {
  display: inline-block;
  border-bottom: .1rem solid transparent;
}

.breadcrumbs .list-link:hover {
  border-bottom-color: currentColor;
}

.button {
  display: inline-block;
  text-decoration: none;
  border: .1rem solid transparent;
  text-align: center;
  -webkit-transition: color .25s,background-color .25s,opacity .25s,border-color .25s;
  transition: color .25s,background-color .25s,opacity .25s,border-color .25s;
}

.button:disabled {
  border-color: #c4c4c4!important;
  color: #c4c4c4!important;
  -webkit-filter: none;
  filter: none;
  background: none!important;
}

.button .icon {
  fill: currentColor;
  margin: 0 .5rem;
}

.button .icon--arrow-right {
  width: .6rem;
  height: .9rem;
}

.button .icon--arrow-down {
  width: 1.4rem;
  height: .9rem;
}

.button.button--shadow {
  -webkit-filter: drop-shadow(0 .4rem .4rem rgba(0,0,0,.25));
  filter: drop-shadow(0 .4rem .4rem rgba(0,0,0,.25));
  font-weight: 700;
  letter-spacing: .105em;
}

.button.button--s {
  font-size: 1.4rem;
  padding: .8rem 1.4rem;
  border-radius: 5rem;
}

.button.button--m {
  border-radius: 5rem;
  font-size: 1.4rem;
  line-height: 1.357142857;
  padding: 1.2rem 1.4rem;
}

.button.button--l {
  border-radius: 5rem;
  font-size: 1.8rem;
  line-height: 1.222222222;
  padding: 2.1rem 4.3rem;
}

.button.button--orange.button--fill {
  background-color: #e31e24;
  background-color: var(--color-orange);
  color: #fff;
  color: var(--color-white-0);
}

.button.button--orange.button--fill:hover {
  background-color: #d50c0c;
  background-color: var(--color-orange-dark);
}

.button.button--orange.button--border {
  background-color: transparent;
  border-color: #e31e24;
  border-color: var(--color-orange);
  color: #e31e24;
  color: var(--color-orange);
}

.button.button--orange.button--border:hover {
  background-color: #e31e24;
  background-color: var(--color-orange);
  color: #fff;
  color: var(--color-white-0);
}

.button.button--green.button--fill {
  background-color: #79b33f;
  background-color: var(--color-green);
  color: #fff;
  color: var(--color-white-0);
}

.button.button--green.button--fill:hover {
  background-color: #608d32;
  background-color: var(--color-green-dark);
}

.button.button--green.button--border {
  background-color: transparent;
  border-color: #79b33f;
  border-color: var(--color-green);
  color: #79b33f;
  color: var(--color-green);
}

.button.button--green.button--border:hover {
  background-color: #79b33f;
  background-color: var(--color-green);
  color: #fff;
  color: var(--color-white-0);
}

.button.button--accent.button--fill {
  background-color: #0070e2;
  background-color: var(--color-accent);
  color: #fff;
  color: var(--color-white-0);
}

.button.button--accent.button--fill:hover {
  background-color: #0057af;
  background-color: var(--color-accent-dark);
}

.button.button--accent.button--border {
  background-color: transparent;
  border-color: #0070e2;
  border-color: var(--color-accent);
  color: #0070e2;
  color: var(--color-accent);
}

.button.button--accent.button--border:hover {
  background-color: #0070e2;
  background-color: var(--color-accent);
  color: #fff;
  color: var(--color-white-0);
}

.checkbox {
  overflow: hidden;
  position: relative;
  display: inline-block;
}

.checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}

.checkbox input:checked+span:before {
  background-color: #0070e2;
  background-color: var(--color-accent);
  border-color: #0070e2;
  border-color: var(--color-accent);
}

.checkbox input:checked+span:after {
  opacity: 1;
}

.checkbox span {
  display: block;
  line-height: 2.2rem;
  padding-left: 3.2rem;
  position: relative;
  font-size: 1.2rem;
  color: #868686;
  -webkit-transition: color .25s ease;
  transition: color .25s ease;
}

.checkbox span a {
  color: #0070e2;
  color: var(--color-accent);
}

.checkbox span:before {
  content: "";
  display: block;
  position: absolute;
  width: 2.2rem;
  height: 2.2rem;
  top: 0;
  left: 0;
  border: .2rem solid #868686;
  border-radius: .2rem;
  -webkit-transition: background-color .25s,border-color .25s;
  transition: background-color .25s,border-color .25s;
}

.checkbox span:after {
  content: "";
  display: block;
  position: absolute;
  top: .5rem;
  left: .5rem;
  width: 1.3rem;
  height: 1.1rem;
  background: url(../../../../../../local/templates/MeatBeats/assets/img/checkbox.svg) 0 0/100% 100% no-repeat;
  opacity: 0;
  -webkit-transition: opacity .25s;
  transition: opacity .25s;
}

.checkbox.checkbox--filter input:checked+span {
  color: #0070e2;
  color: var(--color-accent);
}

.checkbox.checkbox--filter input:disabled+span {
  color: #c4c4c4;
}

.checkbox.checkbox--filter input:disabled+span:before {
  background-color: currentColor;
  border-color: currentColor;
}

.checkbox.checkbox--filter span {
  padding-left: 3.5rem;
  line-height: 1.2;
  font-size: 1.8rem;
  color: #282423;
}

.checkbox.checkbox--filter span:before {
  width: 1.7rem;
  height: 1.7rem;
  top: .3rem;
  border-color: currentColor;
}

.checkbox.checkbox--filter span:after {
  width: 1rem;
  height: .8rem;
  left: .4rem;
  top: .7rem;
}

.field-label {
  font-size: 1.2rem;
  color: #757575;
}

.field-input {
  width: 100%;
  border-radius: 0;
  padding: 0;
  color: #000;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 3.9rem;
  font-size: 2.4rem;
  background-color: transparent;
  border: 0;
  border-bottom: .1rem solid #000;
  height: 4rem;
}

.field-input::-webkit-input-placeholder {
  font-size: 1.4rem;
  color: #7c7c7c;
}

.field-input:-moz-placeholder,
.field-input::-moz-placeholder {
  font-size: 1.4rem;
  color: #7c7c7c;
}

.field-input:-ms-input-placeholder {
  font-size: 1.4rem;
  color: #7c7c7c;
}

.field-input:-webkit-autofill,
.field-input:-webkit-autofill:active,
.field-input:-webkit-autofill:focus,
.field-input:-webkit-autofill:hover {
  -webkit-transition: background-color 36000s ease-in-out 0s;
  transition: background-color 36000s ease-in-out 0s;
}

.form-fieldset+.form-fieldset {
  margin-top: 6rem;
}

.form-group+.form-group {
  margin-top: 8rem;
}

.form-group--row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -8rem;
}

.form-group--row>* {
  min-width: 0;
}

.form-group--row>.form-item {
  padding-left: 8rem;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.form-group--footer {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.form-group--footer>.form-item {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.pswp__preloader--active .pswp__preloader__icn {
  background-image: url(../../../../../../local/templates/MeatBeats/assets/img/photoswipe/preloader.gif);
}

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background-image: url(../../../../../../local/templates/MeatBeats/assets/img/photoswipe/default-skin.svg);
}

.pswp--svg .pswp__button--arrow--left,
.pswp--svg .pswp__button--arrow--right {
  background: none;
}

.heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.heading>* {
  min-width: 0;
}

.heading-section {
  margin-right: 2rem;
}

.heading-aside {
  padding-bottom: .3em;
}

.heading:not(:last-child) {
  margin-bottom: 6rem;
}

.link {
  border-bottom: .1rem solid;
  color: #0070e2;
  color: var(--color-accent);
  -webkit-transition: color .25s,border-color .25s,background-color .25s,opacity .25s;
  transition: color .25s,border-color .25s,background-color .25s,opacity .25s;
}

.link:hover {
  border-bottom-color: transparent;
}

.logotype {
  display: inline-block;
	width: 140px;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.5);
  z-index: 1000;
  text-align: center;
  display: none;
  opacity: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  outline: none;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  padding: 2rem;
}

.modal:before {
  content: "";
  height: 100%;
  margin-left: -.28em;
}

.modal-container,
.modal:before {
  display: inline-block;
  vertical-align: middle;
}

.modal-container {
  width: 100%;
  max-width: 70rem;
  margin: 0 auto;
  padding: 4rem;
  background: #fff;
  position: relative;
  text-align: left;
  -webkit-transform: translateY(-3rem);
  transform: translateY(-3rem);
  -webkit-transition: .25s ease;
  transition: .25s ease;
}

.modal-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 4rem;
  height: 4rem;
  background: transparent;
  text-decoration: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  color: #343434;
  font-weight: 700;
  font-size: 2rem;
  line-height: 4rem;
  -webkit-transition: opacity .25s ease;
  transition: opacity .25s ease;
}

.modal-close:hover {
  opacity: .5;
}

.modal-loader {
  display: block;
  background: #000;
  padding: 1rem;
}

.modal-iframe {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
}

.modal-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal-image img {
  display: block;
  width: auto;
  height: auto;
}

.modal-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  padding: 2rem;
  color: #fff;
  font-size: 1.2rem;
  background: rgba(0,0,0,.5);
  visibility: hidden;
  width: 100%;
  text-align: center;
}

.modal.modal--opened {
  display: block;
}

.modal.modal--visible {
  opacity: 1;
}

.modal.modal--visible .modal-container {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.modal.modal--video .modal-container {
  max-width: 100rem;
  padding: 0;
  -webkit-box-shadow: 0 .5rem .5rem rgba(0,0,0,.25);
  box-shadow: 0 .5rem .5rem rgba(0,0,0,.25);
  background: #000;
}

.modal.modal--video .modal-close {
  top: -4rem;
  right: -1.5rem;
}

.modal.modal--image .modal-container {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  position: static;
  padding: 0;
  -webkit-box-shadow: 0 .5rem .5rem rgba(0,0,0,.25);
  box-shadow: 0 .5rem .5rem rgba(0,0,0,.25);
  margin: 0 auto;
  color: #fff;
  background: transparent;
}

.modal.modal--image .modal-close {
  top: 0;
  right: 0;
  color: #fff;
}

.navigation-toggle {
  display: block;
  width: 4rem;
  height: 3rem;
  position: relative;
  padding: 0;
  margin: 0;
  border: 0;
  background: none;
}

.navigation-toggle:after,
.navigation-toggle:before,
.navigation-toggle span {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: .3rem;
  background: #e31e24;
  background: var(--color-orange);
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
  border-radius: .2rem;
}

.navigation-toggle:before {
  top: 0;
}

.navigation-toggle span {
  top: 50%;
  margin-top: -.15rem;
}

.navigation-toggle:after {
  bottom: 0;
}

.navigation-toggle.-active:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  margin-top: -.15rem;
}

.navigation-toggle.-active span {
  opacity: 0;
}

.navigation-toggle.-active:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  bottom: 50%;
  margin-bottom: -.15rem;
}

.search {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  width: 2rem;
  -webkit-transition: width .25s ease;
  transition: width .25s ease;
}

.search>* {
  min-width: 0;
}

.search.-active {
  width: 20rem;
}

.search-field {
  width: 100%;
  padding: 0;
  background-color: transparent;
  border: 0;
  border-bottom: .1rem solid #696d6f;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 1.6rem;
}

.search-button {
  padding: 0;
  margin: 0;
  border: 0;
  background: none;
  font-size: 0;
  width: 2rem;
  height: 2rem;
}

.section+.section {
  margin-top: 20rem;
}

.section.section--no-overflow {
  overflow: hidden;
}

.section.section--main {
  padding-top: 4rem;
}

.swiper-container {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.swiper-container *,
.swiper-container :after,
.swiper-container :before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  outline: none;
}

.swiper-container img {
  width: 100%;
}

@media (min-width:901px) {
  .layout-checkboxes .list-item+.list-item {
    margin-top: 1rem;
  }
}

@media (max-width:1700px) {
  .inner.inner--offset-left {
    margin-left: 6%;
  }

  .inner.inner--offset-right {
    margin-right: -6%;
  }

  .more {
    margin-top: 6rem;
  }

  .header {
    padding: 3rem 0;
  }

  .footer {
    margin-top: 15rem;
  }

  .footer-top .inner {
    padding-top: 6rem;
    padding-bottom: 5rem;
  }

  .footer-row {
    margin-left: -6rem;
  }

  .footer-col {
    padding-left: 6rem;
  }

  .footer-navigation {
    margin-left: -6rem;
  }

  .footer-navigation-col {
    padding-left: 6rem;
  }

  .breadcrumbs {
    margin-bottom: 6rem;
  }

  .checkbox.checkbox--filter span {
    font-size: 1.6rem;
  }

  .checkbox.checkbox--filter span:before {
    top: .2rem;
  }

  .checkbox.checkbox--filter span:after {
    top: .6rem;
  }

  .heading:not(:last-child) {
    margin-bottom: 4rem;
  }

  .section+.section {
    margin-top: 15rem;
  }
}

@media (max-width:1450px) {
  :root {
    --header-text-font-size-1: 3.8rem;
    --header-text-font-size-2: 3.8rem;
  }

  .inner.inner--offset-left {
    margin-left: 4%;
  }

  .inner.inner--offset-right {
    margin-right: -4%;
  }

  .footer {
    margin-top: 10rem;
  }

  .footer-col:last-child {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .breadcrumbs {
    margin-bottom: 4rem;
  }

  .heading:not(:last-child) {
    margin-bottom: 3rem;
  }

  .section+.section {
    margin-top: 10rem;
  }
}

@media (max-width:1400px) {
  .navigation-main {
    margin-left: -2.5rem;
    font-size: 1.6rem;
  }

  .navigation-main .list-item {
    padding-left: 2.5rem;
  }

  .search.-active {
    width: 16rem;
  }
}

@media (max-width:1250px) {
  :root {
    --gap: 3rem;
    --header-text-font-size-1: 3.6rem;
    --header-text-font-size-2: 3.6rem;
    --content-text-font-size: 1.6rem;
  }

  .inner.inner--offset-left {
    margin-left: 0;
  }

  .inner.inner--offset-right {
    margin-right: 0;
  }

  .phone {
    font-size: 1.6rem;
  }

  .email {
    font-size: 1.6rem;
  }

  .header-logotype {
    max-width: 28rem;
  }

  .header-dropdown-header {
    padding-right: 0;
  }

  .header-contacts {
    margin-left: 3rem;
  }

  .header-search {
    margin-left: 3rem;
  }

  .footer {
    margin-top: 8rem;
  }

  .footer-title {
    font-size: 1.6rem;
  }

  .navigation-footer>.list-item>.list-link {
    font-size: 1.6rem;
  }

  .breadcrumbs {
    font-size: 1.4rem;
  }

  .form-group--row {
    margin-left: -4rem;
  }

  .form-group--row>.form-item {
    padding-left: 4rem;
  }

  .section+.section {
    margin-top: 8rem;
  }
}

@media (max-width:1130px) {
  .header-logotype {
    max-width: 24rem;
  }
}

@media (max-width:1100px) {
  .navigation-main {
    text-transform: none;
  }
}

@media (max-width:1024px) {
  :root {
    --base-text-line-height: 1.3;
    --gap: 2rem;
    --header-text-font-size-1: 3.2rem;
    --header-text-font-size-2: 3.2rem;
  }

  .more {
    margin-top: 4rem;
  }

  .header {
    padding: 2rem 0;
  }

  .header-button {
    display: block;
  }

  .header-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    background: #fff;
    background: var(--color-white-0);
    width: 25rem;
    padding: 2rem;
    border-top: .1rem solid #e31e24;
    border-top: .1rem solid var(--color-orange);
    -webkit-box-shadow: 0 .4rem .4rem rgba(0,0,0,.25);
    box-shadow: 0 .4rem .4rem rgba(0,0,0,.25);
  }

  .header-dropdown.-active {
    display: block;
  }

  .header-dropdown-header {
    display: block;
    margin: 0 0 2rem;
  }

  .header-dropdown-body {
    display: block;
  }

  .header-contacts {
    margin-left: 0;
    margin-top: 2rem;
  }

  .header-search {
    margin-left: 0;
    margin-top: 2rem;
  }

  .navigation-main {
    display: block;
    margin-left: 0;
    font-size: 1.8rem;
  }

  .navigation-main .list-item {
    padding-left: 0;
  }

  .navigation-main .list-link {
    padding: .3rem 0;
  }

  .navigation-main .list-link:after {
    display: none;
  }

  .navigation-additional {
    display: block;
  }

  .footer {
    margin-top: 6rem;
  }

  .footer-top .inner {
    padding: 3rem 0;
  }

  .footer-col:last-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 4rem;
  }

  .footer-title {
    margin-bottom: 2rem;
  }

  .navigation-footer>.list-item+.list-item {
    margin-top: .5rem;
  }

  .navigation-footer-catalog>.list-item+.list-item {
    margin-top: .5rem;
  }

  .navigation-footer-catalog>.list-item>.sub>.list-item+.list-item {
    margin-top: .5rem;
  }

  .button .icon--arrow-down {
    width: 1rem;
    height: .6rem;
  }

  .button.button--l {
    font-size: 1.4rem;
    line-height: 1.357142857;
    padding: 1.2rem 1.4rem;
  }

  .search {
    width: 100%;
  }

  .search.-active {
    width: 100%;
  }

  .section+.section {
    margin-top: 6rem;
  }
}

@media screen and (max-width:1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right;
  }
}

@media (max-width:900px) {
  .checkbox.checkbox--filter span {
    padding-left: 2.3rem;
    font-size: 1.4rem;
    line-height: 1.7rem;
  }

  .checkbox.checkbox--filter span:before {
    top: 0;
  }

  .checkbox.checkbox--filter span:after {
    top: .4rem;
  }
}

@media (max-width:650px) {
  :root {
    --header-text-font-size-1: 2.8rem;
    --header-text-font-size-2: 2.8rem;
  }

  .header-logotype {
    max-width: 20rem;
  }

  .footer {
    margin-top: 4rem;
  }

  .footer-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .footer-col:not(:first-child) {
    margin-top: 2rem;
  }

  .footer-title {
    margin-bottom: 1rem;
  }

  .breadcrumbs {
    font-size: 1.2rem;
    margin-bottom: 2rem;
  }

  .form-fieldset+.form-fieldset {
    margin-top: 4rem;
  }

  .form-group+.form-group {
    margin-top: 2rem;
  }

  .form-group--row {
    display: block;
  }

  .form-group--row>.form-item+.form-item {
    margin-top: 2rem;
  }

  .heading:not(:last-child) {
    margin-bottom: 2rem;
  }

  .section+.section {
    margin-top: 4rem;
  }

  .section.section--main {
    padding-top: 2rem;
  }
}

@media (max-width:500px) {
  :root {
    --header-text-font-size-1: 2.4rem;
    --header-text-font-size-2: 2.4rem;
    --header-text-font-size-3: 2.4rem;
  }

  .phone {
    font-size: inherit;
  }

  .email {
    font-size: inherit;
  }

  .header {
    padding: 1.5rem 0;
  }

  .footer-top {
    font-size: 1.4rem;
  }

  .footer-bottom {
    font-size: 1.2rem;
    padding: 3rem 0;
  }

  .footer-bottom .inner {
    display: block;
  }

  .footer-row {
    display: block;
  }

  .footer-title {
    font-size: 1.4rem;
  }

  .footer-navigation {
    display: block;
  }

  .footer-navigation-col+* {
    margin-top: 2rem;
  }

  .navigation-footer>.list-item>.list-link {
    font-size: 1.4rem;
  }

  .navigation-footer-catalog>.list-item>.list-link {
    font-size: 1.4rem;
  }

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

@media (max-width:380px) {
  .header-logotype {
    max-width: 17rem;
  }
}

@media (min-width:902px) and (max-width:1450px) {
  .layout-checkboxes .list-item+.list-item {
    margin-top: .5rem;
  }
}

@media (max-width:900px) and (min-width:501px) {
  .layout-checkboxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -1rem 0 0 -2rem;
  }

  .layout-checkboxes>* {
    min-width: 0;
  }

  .layout-checkboxes .list-item {
    padding: 1rem 0 0 2rem;
  }
}

@media (-webkit-min-device-pixel-ratio:1.1),(-webkit-min-device-pixel-ratio:1.09375),(min-resolution:1.1dppx),(min-resolution:105dpi) {
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(/local/templates/MeatBeats/assets/css/default-skin.svg);
  }

  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none;
  }

  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(../../../../../../local/templates/MeatBeats/assets/img/photoswipe/default-skin.svg);
  }

  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none;
  }
}
/* End */


/* Start:/local/templates/MeatBeats/assets/css/catalog.min.css?16142605267507*/
:root {
  --base-font-size: 10px;
  --base-font-family: system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif;
  --base-text-color: #282423;
  --base-text-line-height: 1.2;
  --container-max-width: 159.6rem;
  --gap: 4rem;
  --header-text-font-family: system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif;
  --header-text-color: inherit;
  --header-text-line-height: 1.2;
  --header-text-bottom-offset: 2rem;
  --header-text-font-weight: 600;
  --header-text-font-size-1: 4rem;
  --header-text-font-size-2: 4rem;
  --header-text-font-size-3: 2.8rem;
  --header-text-font-size-4: 2.4rem;
  --header-text-font-size-5: 2.2rem;
  --header-text-font-size-6: 2rem;
  --content-text-font-size: 1.8rem;
  --content-text-bottom-offset: 1rem;
  --content-text-bottom-offset-header: 3rem;
  --content-text-list-offset: calc(var(--content-text-bottom-offset)/3);
  --color-accent: #0070e2;
  --color-accent-dark: #0057af;
  --color-orange: #e31e24;
  --color-orange-dark: #d50c0c;
  --color-green: #79b33f;
  --color-green-dark: #608d32;
  --color-white-0: #fff;
  --color-white-2: #f2f2f2;
}

.layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.layout>* {
  min-width: 0;
}

.layout-aside {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 21.05263%;
  flex: 0 0 21.05263%;
  max-width: 21.05263%;
  min-width: 25rem;
  margin-right: 7.3981191%;
}

.layout-section {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.accordion-header {
  cursor: pointer;
}

.accordion-item+.accordion-item {
  margin-top: 2rem;
}

.accordion.-animation .accordion-body {
  overflow: hidden;
  height: 0;
  -webkit-transition: height .25s ease;
  transition: height .25s ease;
}

.accordion:not(.-animation) .accordion-body {
  display: none;
}

.accordion:not(.-animation) .accordion-item.-active .accordion-body {
  display: block;
}

.layout-products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.layout-products>* {
  min-width: 0;
}

.layout-products {
  margin-top: -4rem;
  margin-left: -6rem;
  margin-bottom: 0;
}

.layout-products>* {
  padding-left: 6rem;
  padding-top: 4rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.product {
  padding: 2.7rem 2.7rem 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: -webkit-box-shadow .25s ease;
  transition: -webkit-box-shadow .25s ease;
  transition: box-shadow .25s ease;
  transition: box-shadow .25s ease, -webkit-box-shadow .25s ease;
  transition: box-shadow .25s ease,-webkit-box-shadow .25s ease;
  height: 100%;
}

.product-header {
  text-align: center;
  margin-bottom: 2rem;
}

.product-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.product-footer {
  margin-top: 3rem;
  opacity: 0;
  -webkit-transition: opacity .25s ease;
  transition: opacity .25s ease;
}

.product-label {
  margin-bottom: .8rem;
}

.product-title {
  font-size: 2.4rem;
}

.product:hover {
  -webkit-box-shadow: 0 .4rem .4rem rgba(0,0,0,.25);
  box-shadow: 0 .4rem .4rem rgba(0,0,0,.25);
}

.product:hover .product-footer {
  opacity: 1;
}

.label {
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: 700;
}

.label.label--green {
  color: #79b33f;
  color: var(--color-green);
}

.label.label--orange {
  color: #e31e24;
  color: var(--color-orange);
}

.label.label--accent {
  color: #0070e2;
  color: var(--color-accent);
}

.filters-footer {
  margin-top: 6rem;
}

.accordion--filters .accordion-item+.accordion-item {
  margin-top: 3rem;
}

.accordion--filters .accordion-item.-active .accordion-header:after {
  display: none;
}

.accordion--filters .accordion-header {
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: 700;
  padding-left: 3.5rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
}

.accordion--filters .accordion-header:after,
.accordion--filters .accordion-header:before {
  content: "";
  display: block;
  position: absolute;
  background: currentColor;
  border-radius: .1rem;
}

.accordion--filters .accordion-header:before {
  width: 1.6rem;
  height: .2rem;
  left: 0;
  top: 50%;
  margin-top: -.1rem;
}

.accordion--filters .accordion-header:after {
  left: .7rem;
  top: 50%;
  width: .2rem;
  height: 1.6rem;
  margin-top: -.8rem;
}

.accordion--filters .accordion-body {
  padding-top: 2.5rem;
}

@media (min-width:1451px) {
  .layout-section {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 52.94486%;
    flex: 0 0 52.94486%;
    max-width: 52.94486%;
  }
}

@media (max-width:1700px) {
  .product {
    padding-bottom: 2.7rem;
  }

  .product-footer {
    margin-top: 2rem;
  }

  .product-title {
    font-size: 2.2rem;
  }
}

@media (max-width:1450px) {
  :root {
    --header-text-font-size-1: 3.8rem;
    --header-text-font-size-2: 3.8rem;
  }

  .filters-footer {
    margin-top: 4rem;
  }

  .accordion--filters .accordion-item+.accordion-item {
    margin-top: 2rem;
  }

  .accordion--filters .accordion-body {
    padding-top: 1.5rem;
  }
}

@media (max-width:1250px) {
  :root {
    --gap: 3rem;
    --header-text-font-size-1: 3.6rem;
    --header-text-font-size-2: 3.6rem;
    --content-text-font-size: 1.6rem;
  }
}

@media (max-width:1024px) {
  :root {
    --base-text-line-height: 1.3;
    --gap: 2rem;
    --header-text-font-size-1: 3.2rem;
    --header-text-font-size-2: 3.2rem;
  }

  .layout-aside {
    margin-right: 2rem;
  }

  .layout-products {
    margin-top: -2rem;
    margin-left: -2rem;
    margin-bottom: 0;
  }

  .layout-products>* {
    padding-left: 2rem;
    padding-top: 2rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .product {
    padding: 2rem;
  }

  .product-title {
    font-size: 1.8rem;
  }
}

@media (max-width:900px) {
  .layout {
    display: block;
  }

  .layout-aside {
    margin-right: 0;
    margin-bottom: 4rem;
    min-width: auto;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    max-width: none;
  }

  .filters-footer {
    margin-top: 2rem;
  }
}

@media (max-width:650px) {
  :root {
    --header-text-font-size-1: 2.8rem;
    --header-text-font-size-2: 2.8rem;
  }
}

@media (max-width:500px) {
  :root {
    --header-text-font-size-1: 2.4rem;
    --header-text-font-size-2: 2.4rem;
    --header-text-font-size-3: 2.4rem;
  }

  .layout-products {
    margin-top: -4rem;
    margin-left: -2rem;
    margin-bottom: 0;
  }

  .layout-products>* {
    padding-left: 2rem;
    padding-top: 4rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .product {
    padding: 0;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
  }

  .product-footer {
    opacity: 1;
  }

  .product-title {
    font-size: 1.6rem;
  }

  .accordion--filters .accordion-item+.accordion-item {
    margin-top: 1rem;
  }

  .accordion--filters .accordion-body {
    padding-top: 1rem;
  }
}

@media (max-width:370px) {
  .layout-products {
    margin-top: -4rem;
    margin-left: -2rem;
    margin-bottom: 0;
  }

  .layout-products>* {
    padding-left: 2rem;
    padding-top: 4rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
/* End */


/* Start:/local/templates/MeatBeats/assets/css/product.min.css?16142605266484*/
:root {
  --base-font-size: 10px;
  --base-font-family: system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif;
  --base-text-color: #282423;
  --base-text-line-height: 1.2;
  --container-max-width: 159.6rem;
  --gap: 4rem;
  --header-text-font-family: system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif;
  --header-text-color: inherit;
  --header-text-line-height: 1.2;
  --header-text-bottom-offset: 2rem;
  --header-text-font-weight: 600;
  --header-text-font-size-1: 4rem;
  --header-text-font-size-2: 4rem;
  --header-text-font-size-3: 2.8rem;
  --header-text-font-size-4: 2.4rem;
  --header-text-font-size-5: 2.2rem;
  --header-text-font-size-6: 2rem;
  --content-text-font-size: 1.8rem;
  --content-text-bottom-offset: 1rem;
  --content-text-bottom-offset-header: 3rem;
  --content-text-list-offset: calc(var(--content-text-bottom-offset)/3);
  --color-accent: #0070e2;
  --color-accent-dark: #0057af;
  --color-orange: #e31e24;
  --color-orange-dark: #d50c0c;
  --color-green: #79b33f;
  --color-green-dark: #608d32;
  --color-white-0: #fff;
  --color-white-2: #f2f2f2;
}

.layout-packages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-left: -2.5rem;
}

.layout-packages>* {
  min-width: 0;
}

.layout-packages .list-item {
  padding-left: 2.5rem;
}

.package {
  padding-bottom: 134.21052631578948%;
  background: url(../../../../../../local/templates/MeatBeats/assets/img/package.png) 0 0/100% 100% no-repeat;
  position: relative;
}

.package span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 1.6rem;
  font-weight: 700;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

.package.package--l {
  width: 3.8rem;
}

.package.package--m {
  width: 2.8rem;
}

.package.package--s {
  width: 2.5rem;
}

.good {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -4rem;
}

.good>* {
  min-width: 0;
}

.good .h1,
.good .h2,
.good h1,
.good h2 {
  font-size: 6.4rem;
  margin-bottom: 5rem;
}

.good-aside {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 4rem;
}

.good-section {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 4rem;
}

.good-content {
  background-color: #f2f2f2;
  background-color: var(--color-white-2);
  padding: 4rem 5rem;
  font-size: 2.4rem;
}

.good-sku {
  color: #868686;
  margin-bottom: 7rem;
}

.good-properties {
  margin-top: 20rem;
}

.good-properties-table {
  font-size: 1.8rem;
  width: 100%;
}

.good-properties-table td,
.good-properties-table th {
  width: 50%;
  height: 8rem;
  padding: 1rem 0;
  border-top: .1rem solid #c4c4c4;
}

.section.section--ask {
  margin-top: 11rem;
}

.ask {
  margin-left: -4rem;
}

.ask>.col {
  padding-left: 4rem;
}

.ask-title {
  max-width: 75%;
}

.ask .form {
  max-width: 60rem;
}

@media (max-width:1700px) {
  .good .h1,
  .good .h2,
  .good h1,
  .good h2 {
    font-size: 4.8rem;
    margin-bottom: 3rem;
  }

  .good-content {
    font-size: 2.2rem;
  }

  .good-sku {
    margin-bottom: 4rem;
  }

  .good-properties {
    margin-top: 15rem;
  }
}

@media (max-width:1450px) {
  :root {
    --header-text-font-size-1: 3.8rem;
    --header-text-font-size-2: 3.8rem;
  }

  .good .h1,
  .good .h2,
  .good h1,
  .good h2 {
    font-size: 4.2rem;
  }

  .good-content {
    font-size: 1.8rem;
  }

  .good-sku {
    margin-bottom: 2rem;
  }

  .good-properties {
    margin-top: 10rem;
  }

  .good-properties-table {
    font-size: 1.6rem;
  }

  .ask-title {
    max-width: 80%;
  }
}

@media (max-width:1250px) {
  :root {
    --gap: 3rem;
    --header-text-font-size-1: 3.6rem;
    --header-text-font-size-2: 3.6rem;
    --content-text-font-size: 1.6rem;
  }

  .good .h1,
  .good .h2,
  .good h1,
  .good h2 {
    font-size: 3.8rem;
  }

  .good-content {
    padding: 3rem;
    font-size: 1.8rem;
    font-size: var(--content-text-font-size);
  }

  .good-properties {
    margin-top: 8rem;
  }

  .good-properties-table {
    font-size: 1.4rem;
  }

  .ask-title {
    max-width: 90%;
  }
}

@media (max-width:1024px) {
  :root {
    --base-text-line-height: 1.3;
    --gap: 2rem;
    --header-text-font-size-1: 3.2rem;
    --header-text-font-size-2: 3.2rem;
  }

  .good .h1,
  .good .h2,
  .good h1,
  .good h2 {
    font-size: 4rem;
    font-size: var(--header-text-font-size-1);
  }

  .good-aside {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }

  .good-section {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
  }

  .good-properties {
    margin-top: 6rem;
  }

  .section.section--ask {
    margin-top: 6rem;
  }

  .ask {
    display: block;
  }

  .ask>.col:nth-child(2) {
    margin-top: 3rem;
  }

  .ask-title {
    max-width: none;
  }

  .ask .form {
    max-width: none;
  }
}

@media (max-width:650px) {
  :root {
    --header-text-font-size-1: 2.8rem;
    --header-text-font-size-2: 2.8rem;
  }

  .layout-packages .list-item {
    padding-left: 1rem;
  }

  .good {
    display: block;
    margin-left: -4rem;
    margin-left: calc(var(--gap)*-1);
    margin-right: -4rem;
    margin-right: calc(var(--gap)*-1);
  }

  .good-aside {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    max-width: none;
    margin-bottom: 2rem;
    padding-left: 0;
  }

  .good-section {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    max-width: none;
    padding-left: 0;
  }

  .good-content {
    padding: 4rem;
    padding: var(--gap);
  }

  .good-properties {
    margin-top: 4rem;
  }

  .layout-good-gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }

  .layout-good-gallery>* {
    scroll-snap-align: start;
  }

  .layout-good-gallery .list-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70vw;
    flex: 0 0 70vw;
  }
}

@media (max-width:500px) {
  :root {
    --header-text-font-size-1: 2.4rem;
    --header-text-font-size-2: 2.4rem;
    --header-text-font-size-3: 2.4rem;
  }

  .layout-packages {
    margin-left: -1rem;
  }
}
/* End */


/* Start:/local/templates/MeatBeats/styles.css?16811141241783*/
.bx-pagination {
	margin-top:30px;
}
.bx-pagination .bx-pagination-container ul li.bx-active span {
	background:var(--color-orange-dark);
}

.catalog-sections {
	display:flex;
	flex-wrap:wrap;
}
.catalog-sections > .list-item {
	flex: 0 0 33%;
	max-width:33%;
	margin-bottom:3rem;
	padding-right:2rem;
}
.catalog-sections > .list-item > .list-link {
	display:block;
	margin-bottom:3rem;
	font-weight:bold;
	font-size:2.4rem;
}
.catalog-sections .list .list-item {
	margin-bottom:1.5rem;
}
.catalog-sections .list .list-link {
	color:var(--color-accent-dark);
	text-decoration:underline;
	font-size:1.9rem;
}
.catalog-sections .list .list-link:hover {
	color:var(--color-orange);
}

.no-products-text {
	border:1px solid var(--color-accent-dark);
	padding:10px;
	font-weight:bold;
}

.form-text-success {
	color:var(--color-accent-dark);
	font-size:var(--header-text-font-size-4);
	margin-bottom:5rem;
}
.form .field-error .field-label {
	color:#f00;
}
.form .field-error .field-input {
	border-bottom-color:#f00;
}

.form .checkbox.field-error span:before {
	border-color:#f00
}
.policy-error-text {
	color:#f00;
	font-size:14px;
	max-width:400px;
	margin-top:10px;
}

.table th, .table td {
	padding:8px;
	border:1px solid #ccc;
}

.sitemap-list li a {
	margin-bottom:8px;
	display:inline-block;
	color:var(--color-accent-dark);
}
.sitemap-list li a:hover {
	color:var(--color-orange);
}
.sitemap-list > li > a {
	font-weight:bold;
}

.tbl {
	margin-bottom:15px;
}
.tbl th, .tbl td {
	padding:8px;
	border:1px solid #ccc;
}

@media (max-width:1024px) {
	.catalog-sections > .list-item {
		flex: 0 0 50%;
		max-width:50%;
	}
}
@media (max-width:650px) {
	.catalog-sections {
		display:block;
	}
	.catalog-sections > .list-item {
		flex:none;
		max-width:none;
		padding-right:0;
	}
}
/* End */
/* /local/templates/MeatBeats/assets/css/app.min.css?161426052669621 */
/* /local/templates/MeatBeats/assets/css/catalog.min.css?16142605267507 */
/* /local/templates/MeatBeats/assets/css/product.min.css?16142605266484 */
/* /local/templates/MeatBeats/styles.css?16811141241783 */
