@charset "UTF-8";

.fade-in-up,
.content__menu {
  transform: translateY(20px);
  opacity: 0;
  transition: transform 600ms ease, opacity 600ms ease;
}

.fade-in-up.animated,
.animated.content__menu {
  transform: translateY(0);
  opacity: 1;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/**
 * Allows you to use retina images at various pixel densities.
 * Examples:
 *
 *   +retina(/images/mypic.jpg, 2);
 *   +retina(/images/mypic.jpg, 3, 100px 100px, left top no-repeat transparent);
 *
 * @param  {Value}  $path               The path to the file name minus extension.
 * @param  {Number} $cap:    2          The highest pixel density level images exist for.
 * @param  {Value}  $size:   auto auto  The intended width of the rendered image.
 * @param  {Value}  $extras: null       Any other `background` values to be added.
 */

/**
 * selectize.css (v0.12.6)
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */

.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  -webkit-box-shadow: inset 0 0 12px 4px #fff;
  box-shadow: inset 0 0 12px 4px #fff;
}

.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden;
}

.selectize-control.plugin-drag_drop .ui-sortable-helper {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}

.selectize-dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}

.selectize-dropdown-header-close:hover {
  color: #000000;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}

.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}

.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 0 0 0;
  border-left: 1px solid #d0d0d0;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}

.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: #cacaca;
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #ffffff;
}

.selectize-control.plugin-remove_button .remove-single {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 23px;
}

.selectize-control {
  position: relative;
}

.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  -webkit-font-smoothing: inherit;
}

.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #fff;
  cursor: text;
  display: inline-block;
}

.selectize-input {
  border: 1px solid #d0d0d0;
  padding: 8px 8px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.selectize-control.multi .selectize-input.has-items {
  padding: 6px 8px 3px;
}

.selectize-input.full {
  background-color: #fff;
}

.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}

.selectize-input.focus {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}

.selectize-input.dropdown-active {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}

.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #f2f2f2;
  color: #303030;
  border: 0 solid #d0d0d0;
}

.selectize-control.multi .selectize-input > div.active {
  background: #e8e8e8;
  color: #303030;
  border: 0 solid #cacaca;
}

.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #7d7d7d;
  background: #ffffff;
  border: 0 solid #ffffff;
}

.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 2px 0 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.selectize-input > input::-ms-clear {
  display: none;
}

.selectize-input > input:focus {
  outline: none !important;
}

.selectize-input::after {
  content: ' ';
  display: block;
  clear: left;
}

.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}

.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #fff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}

.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}

.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

.selectize-dropdown .option,
.selectize-dropdown .optgroup-header {
  padding: 5px 8px;
}

.selectize-dropdown .option,
.selectize-dropdown [data-disabled],
.selectize-dropdown [data-disabled] [data-selectable].option {
  cursor: inherit;
  opacity: 0.5;
}

.selectize-dropdown [data-selectable].option {
  opacity: 1;
}

.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}

.selectize-dropdown .optgroup-header {
  color: #303030;
  background: #fff;
  cursor: default;
}

.selectize-dropdown .active {
  background-color: #f5fafd;
  color: #495c68;
}

.selectize-dropdown .active.create {
  color: #495c68;
}

.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}

.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  -webkit-overflow-scrolling: touch;
}

.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}

.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}

.selectize-control.single .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #808080 transparent transparent transparent;
}

.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #808080 transparent;
}

.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto;
}

.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}

.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa;
}

/**
 * Swiper 6.8.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: August 23, 2021
 */

@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;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-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-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

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

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

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

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

.swiper-container-pointer-events.swiper-container-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;
}

/* Auto Height */

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

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

/* 3D Effects */

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

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.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-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.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-slide-shadow-bottom {
  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: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

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

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

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */

.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.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 {
  scroll-snap-type: x mandatory;
}

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

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  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-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  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-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}

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

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

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

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

/* Common Styles */

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

/* Bullets */

.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: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  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: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -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%;
  transform: translateY(-50%);
  width: 8px;
}

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

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

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

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */

.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-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  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-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

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

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

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

/* Scrollbar */

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 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, 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 > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

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

/* Preloader */

:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.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%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

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

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

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

/* a11y */

.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 {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  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;
  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 {
  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-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

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

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

.swiper-container-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  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-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */

.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
}

.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

/* Wrapper for all connect elements.
 */

.noUi-connects {
  overflow: hidden;
  z-index: 0;
}

.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat;
}

/* Offset direction
 */

.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto;
}

/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */

.noUi-vertical .noUi-origin {
  top: -100%;
  width: 0;
}

.noUi-horizontal .noUi-origin {
  height: 0;
}

.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
}

.noUi-touch-area {
  height: 100%;
  width: 100%;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Slider size and handle placement;
 */

.noUi-horizontal {
  height: 18px;
}

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  right: -17px;
  top: -6px;
}

.noUi-vertical {
  width: 18px;
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  right: -6px;
  bottom: -17px;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto;
}

/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */

.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}

.noUi-connects {
  border-radius: 3px;
}

.noUi-connect {
  background: #3FB8AF;
}

/* Handles and cursors;
 */

.noUi-draggable {
  cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}

.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}

.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}

/* Handle stripes;
 */

.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px;
}

.noUi-handle:after {
  left: 17px;
}

.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}

.noUi-vertical .noUi-handle:after {
  top: 17px;
}

/* Disabled state;
 */

[disabled] .noUi-connect {
  background: #B8B8B8;
}

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}

/* Base;
 *
 */

.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-pips {
  position: absolute;
  color: #999;
}

/* Values;
 *
 */

.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}

/* Markings;
 *
 */

.noUi-marker {
  position: absolute;
  background: #CCC;
}

.noUi-marker-sub {
  background: #AAA;
}

.noUi-marker-large {
  background: #AAA;
}

/* Horizontal layout;
 *
 */

.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}

.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}

/* Vertical layout;
 *
 */

.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}

.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}

.noUi-horizontal .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(50%, 0);
  transform: translate(50%, 0);
  left: auto;
  bottom: 10px;
}

.noUi-vertical .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(0, -18px);
  transform: translate(0, -18px);
  top: auto;
  right: 28px;
}

.container {
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.row {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

.stretch {
  align-items: stretch;
}

.align-items-center {
  align-items: center;
}

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

.align-items-end {
  align-items: flex-end;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-start {
  justify-content: flex-start;
}

.justify-content-end {
  justify-content: flex-end;
}

.order-1 {
  order: 1;
}

.col-1 {
  position: relative;
  box-sizing: border-box;
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
  width: 100%;
}

.order-2 {
  order: 2;
}

.col-2 {
  position: relative;
  box-sizing: border-box;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
  width: 100%;
}

.order-3 {
  order: 3;
}

.col-3 {
  position: relative;
  box-sizing: border-box;
  flex: 0 0 25%;
  max-width: 25%;
  width: 100%;
}

.order-4 {
  order: 4;
}

.col-4 {
  position: relative;
  box-sizing: border-box;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  width: 100%;
}

.order-5 {
  order: 5;
}

.col-5 {
  position: relative;
  box-sizing: border-box;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
  width: 100%;
}

.order-6 {
  order: 6;
}

.col-6 {
  position: relative;
  box-sizing: border-box;
  flex: 0 0 50%;
  max-width: 50%;
  width: 100%;
}

.order-7 {
  order: 7;
}

.col-7 {
  position: relative;
  box-sizing: border-box;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
  width: 100%;
}

.order-8 {
  order: 8;
}

.col-8 {
  position: relative;
  box-sizing: border-box;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
  width: 100%;
}

.order-9 {
  order: 9;
}

.col-9 {
  position: relative;
  box-sizing: border-box;
  flex: 0 0 75%;
  max-width: 75%;
  width: 100%;
}

.order-10 {
  order: 10;
}

.col-10 {
  position: relative;
  box-sizing: border-box;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
  width: 100%;
}

.order-11 {
  order: 11;
}

.col-11 {
  position: relative;
  box-sizing: border-box;
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
  width: 100%;
}

.order-12 {
  order: 12;
}

.col-12 {
  position: relative;
  box-sizing: border-box;
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/Roboto-Thin.woff2") format("woff2"), url("../fonts/Roboto-Thin.woff") format("woff"), url("../fonts/Roboto-Thin.ttf") format("truetype");
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/Roboto-Light.woff2") format("woff2"), url("../fonts/Roboto-Light.woff") format("woff"), url("../fonts/Roboto-Light.ttf") format("truetype");
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto-Regular.woff") format("woff"), url("../fonts/Roboto-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Roboto-Medium.woff2") format("woff2"), url("../fonts/Roboto-Medium.woff") format("woff"), url("../fonts/Roboto-Medium.ttf") format("truetype");
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Roboto-Bold.woff2") format("woff2"), url("../fonts/Roboto-Bold.woff") format("woff"), url("../fonts/Roboto-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/Roboto-Black.woff2") format("woff2"), url("../fonts/Roboto-Black.woff") format("woff"), url("../fonts/Roboto-Black.ttf") format("truetype");
}

@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/RobotoCondensed-Bold.woff2") format("woff2"), url("../fonts/RobotoCondensed-Bold.woff") format("woff"), url("../fonts/RobotoCondensed-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/RobotoCondensed-Regular.woff2") format("woff2"), url("../fonts/RobotoCondensed-Regular.woff") format("woff"), url("../fonts/RobotoCondensed-Regular.ttf") format("truetype");
}

*,
h1,
h2,
h3,
h4,
h5,
h6,
ul {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  outline: none;
  text-decoration: none;
}

body {
  position: relative;
  background-color: #fff;
  height: auto;
  min-height: 100%;
  min-width: 320px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
}

body.block-scroll {
  overflow: hidden;
}

body.show-overlay .overlay {
  opacity: 1;
  visibility: visible;
}

.overlay {
  background: rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms ease;
}

.container {
  padding: 0 40px;
}

.inline-block {
  display: inline-block;
}

h2,
.h2 {
  font-weight: 600;
  font-size: 40px;
  line-height: 47px;
  color: #1B1B1B;
}

h3,
.h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  color: #1B1B1B;
}

h4,
.h4 {
  font-weight: 600;
  font-size: 20px;
  line-height: 23px;
  color: #1B1B1B;
}

.main {
  padding-top: 109px;
  flex-shrink: 0;
}

.main-inner {
  padding-top: 40px;
}

.main-inner_gray {
  background: #F0F1F2;
}

.content {
  position: relative;
  padding: 80px 0;
}

.content__title {
  padding-bottom: 50px;
}

.content__row {
  display: flex;
  align-items: stretch;
}

.content__col:first-child {
  width: 17%;
}

.content__col:last-child {
  width: 83%;
}

.content__menu {
  position: relative;
  height: 100%;
  border-right: 1px solid #DEDFE3;
  opacity: 0;
}

.content__menu-inner {
  position: sticky;
  top: 0;
  padding: 16px 0;
}

.content__container {
  padding: 20px 0 20px 10%;
}

.hidden-md {
  display: block;
}

.hidden-flex-md {
  display: flex !important;
}

.show-flex-md {
  display: none !important;
}

.hidden-sm {
  display: block;
}

.show-sm {
  display: none;
}

.line {
  width: 100%;
  height: 1px;
  background: #DEDFE3;
}

.custom-scroll::-webkit-scrollbar {
  width: 4px;
  background-color: #E2E2E2;
}

.custom-scroll::-webkit-scrollbar-track {
  box-shadow: none;
}

.custom-scroll::-webkit-scrollbar-thumb {
  background: #969696;
  border-radius: 3px;
}

.uppercase {
  text-transform: uppercase;
}

.sticky {
  position: sticky;
  top: 20px;
}

.color-red {
  color: #EF2431;
}

.g-error {
  min-height: 56px;
  display: flex;
  align-items: stretch;
  box-shadow: 0px 2px 8px rgba(169, 172, 176, 0.25);
}

.g-error__icon {
  width: 56px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #BE0C17;
}

.g-error__icon svg {
  display: block;
  width: 24px;
  height: 24px;
  stroke: #fff;
}

.g-error__text {
  background: #FFFFFF;
  border: 2px solid #BE0C17;
  width: 100%;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #2F2F2F;
  padding: 16px 24px;
  display: flex;
  align-items: center;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 23px;
  height: 50px;
  border: 1px solid #202020;
  outline: none;
  cursor: pointer;
  box-shadow: none;
  transition: background 300ms ease, border 300ms ease, width 300ms ease;
  position: relative;
}

.btn:hover {
  background: #202020;
}

.btn:hover span {
  color: #fff;
}

.btn span {
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  color: #202020;
  transition: color 300ms ease;
}

.btn.is-loading {
  pointer-events: none;
  cursor: auto;
  padding: 0 !important;
  width: 50px;
}

.btn.is-loading span {
  display: none;
}

.btn.is-loading::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 32px;
  height: 32px;
  background: url("../img/btn/spinner.svg") 50% 50% no-repeat;
  background-size: contain;
  z-index: 3;
}

.btn_dark {
  background: #202020;
}

.btn_dark span {
  color: #fff;
}

.btn_red {
  background: #EF2431;
  border-color: #EF2431;
}

.btn_red span {
  color: #fff;
}

.btn_red:hover {
  background: #d10f1c;
}

.btn_red:hover span {
  color: #fff;
}

.btn_red.is-loading::before {
  background: url("../img/btn/spinner-white.svg") 50% 50% no-repeat;
  background-size: contain;
}

.btn_lg {
  padding: 0 32px;
  height: 56px;
  border: none;
}

.btn_lg span {
  font-size: 16px;
}

.btn_lg.is-loading {
  width: 56px;
}

.btn_lg.is-loading::before {
  width: 36px;
  height: 36px;
}

.btn_sm {
  padding: 0 34px;
  height: 40px;
}

.btn_sm span {
  font-size: 13px;
  font-weight: normal;
}

.btn_sm.is-loading {
  width: 40px;
}

.btn_sm.is-loading::before {
  width: 28px;
  height: 28px;
}

.btn_fw {
  width: 100%;
}

.modal {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 11;
  width: 100%;
  overflow-y: auto;
  display: none;
}

.modal.active {
  display: block;
}

.modal_login .modal__container {
  max-width: 590px;
}

.modal_cart-add .modal__container {
  max-width: 590px;
}

.modal_cart-add .modal__close {
  top: 30px;
  right: 30px;
  width: 24px;
  height: 24px;
}

.modal_p-0 .modal__content {
  padding: 0;
}

.modal_size .modal__container {
  max-width: 794px;
  box-shadow: 0px 7px 30px rgba(63, 63, 63, 0.15);
  border-radius: 0;
}

.modal_size .modal__content {
  padding: 24px;
}

.modal_size .modal__close {
  width: 32px;
  height: 32px;
  top: 20px;
  right: 20px;
}

.modal__wrapper {
  position: relative;
  display: flex;
  min-height: 100%;
  width: 100%;
  padding: 80px 40px;
  z-index: 2;
}

.modal__overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  background: #000000;
  opacity: 0.2;
}

.modal__container {
  position: relative;
  width: 100%;
  max-width: 692px;
  z-index: 2;
  background: #FFFFFF;
  border-radius: 0;
  pointer-events: all;
  margin: auto;
}

.modal__content {
  padding: 56px 56px 64px 56px;
}

.modal__close {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 20px;
  right: 20px;
}

.modal__close svg {
  width: 100%;
  height: 100%;
  display: block;
  fill: #404143;
}

.modal__caption {
  width: 100%;
  max-width: 380px;
}

.modal__align-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.modal__icon {
  width: 160px;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F6F6F6;
  border-radius: 50%;
  margin-bottom: 32px;
}

.modal__icon img {
  display: block;
  width: 64px;
  height: 64px;
  object-fit: contain;
}

.modal__icon--green {
  background: #F2C94C;
}

.modal__title {
  font-weight: 500;
  font-size: 28px;
  line-height: 130%;
  color: #101010;
  padding-bottom: 24px;
}

.modal__description {
  font-size: 16px;
  line-height: 130%;
  text-align: center;
  color: #767676;
  padding-bottom: 40px;
}

.modal__buttons {
  display: flex;
  justify-content: center;
  margin-right: -12px;
  margin-left: -12px;
}

.modal__button {
  width: 100%;
  max-width: 180px;
  padding: 0 12px;
}

.size-table__title {
  padding-bottom: 8px;
}

.size-table__buttons {
  display: flex;
  border-bottom: 1px solid #E2E2E2;
}

.size-table__button {
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  text-transform: uppercase;
  color: #888888;
  padding: 0 12px;
  transition: color 300ms ease;
}

.size-table__button:first-child {
  padding-left: 0;
}

.size-table__button span {
  border-bottom: 1px solid transparent;
  display: block;
  padding: 16px 0;
  transition: border 300ms ease;
}

.size-table__button:hover {
  color: #2F2F2F;
}

.size-table__button.active {
  color: #2F2F2F;
}

.size-table__button.active span {
  border-color: #EF2431;
}

.size-table__content {
  padding-top: 24px;
  padding-bottom: 13px;
}

.size-table__description {
  font-size: 13px;
  line-height: 150%;
  color: #2F2F2F;
}

.size-table__table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #E2E2E2;
}

.size-table__table th,
.size-table__table td {
  text-align: center;
  border: 1px solid #E2E2E2;
}

.size-table__table th {
  font-weight: 500;
  font-size: 13px;
  line-height: 130%;
  color: #101010;
  background: #F6F6F6;
  padding: 10px;
}

.size-table__table td {
  font-size: 13px;
  line-height: 130%;
  color: #2F2F2F;
  padding: 10px;
}

.size-table__table td:first-child {
  font-weight: 500;
}

.cart-add__section {
  padding: 30px;
  border-bottom: 1px solid #E2E2E2;
}

.cart-add__section:last-child {
  border-bottom: none;
}

.cart-add__title {
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: 0.02em;
  color: #101010;
}

.cart-add__buttons {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  justify-content: space-between;
}

.cart-add__button {
  padding: 0 10px;
}

.cart-add__card {
  display: flex;
}

.cart-add__card-image {
  max-width: 70px;
  width: 100%;
  flex-shrink: 0;
  margin-right: 30px;
}

.cart-add__card-image img {
  display: block;
  width: 100%;
  height: auto;
}

.cart-add__card-caption {
  width: 100%;
}

.cart-add__card-vendor {
  font-size: 13px;
  line-height: 130%;
  color: #888888;
  padding-bottom: 16px;
}

.cart-add__card-vendor strong {
  font-weight: 500;
  text-transform: uppercase;
}

.cart-add__card-info {
  display: flex;
  justify-content: space-between;
  padding-bottom: 16px;
}

.cart-add__card-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  color: #101010;
  max-width: 195px;
  width: 100%;
}

.cart-add__card-price {
  text-align: right;
  display: block;
}

.cart-add__card-price_sm {
  display: none;
}

.cart-add__card-price-main {
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 0.01em;
  color: #101010;
}

.cart-add__card-price-old {
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0.01em;
  text-decoration-line: line-through;
  color: #ED273E;
}

.cart-add__card-size {
  display: flex;
}

.cart-add__card-size-text {
  font-size: 13px;
  line-height: 130%;
  color: #888888;
}

.form {
  position: relative;
}

.form__title {
  font-weight: 600;
  font-size: 40px;
  line-height: 47px;
  color: #1B1B1B;
  padding-bottom: 40px;
}

.form__field {
  position: relative;
  padding-bottom: 19px;
}

.form__link {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #1B1B1B;
  display: block;
}

.form__row {
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
}

.form__row_column-3 {
  flex-wrap: wrap;
}

.form__row_column-3 .form__col {
  width: 33.3333%;
}

.form__col {
  width: 50%;
  padding: 0 15px;
}

.form__col_full-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.form__col_align-center {
  display: flex;
  align-items: center;
}

.form__required {
  font-size: 14px;
  line-height: 16px;
  color: #918D95;
}

.error-msg {
  font-size: 12px;
  line-height: 16px;
  display: flex;
  align-items: center;
  color: #BE0C17;
  padding-top: 8px;
  display: none;
}

.error .error-msg {
  display: block;
}

.label {
  font-size: 12px;
  line-height: 16px;
  color: #888888;
  padding-bottom: 9px;
}

.selectize__flex {
  display: flex;
  align-items: center;
}

.selectize__flex img,
.selectize__flex svg {
  display: block;
  width: 28px;
  height: 28px;
  margin-right: 16px;
  flex-shrink: 0;
}

.selectize__flex-text {
  width: 100%;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

.selectize__flex_delivery img {
  width: 20px;
  height: 20px;
  margin-right: 12px;
}

.selectize_lg.selectize-control {
  height: 56px;
}

.selectize_lg .selectize-input {
  height: 56px;
  font-size: 14px;
  line-height: 56px;
}

.selectize_lg .selectize-dropdown .option {
  font-size: 14px;
  line-height: 17px;
}

.selectize-control {
  height: 48px;
}

.selectize-input {
  box-shadow: none;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-progress-appearance: none;
  appearance: none;
  background: #fff !important;
  border-radius: 0;
  width: 100%;
  height: 48px;
  line-height: 48px;
  padding: 0 50px 0 16px;
  font-weight: 400;
  font-size: 13px;
  color: #2F2F2F;
  position: relative;
  border: 1px solid #C2C5D0;
}

.selectize-input .item {
  display: inline;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

.selectize-input > input {
  width: 100% !important;
  margin: 0 !important;
  font-size: 13px;
  box-sizing: border-box !important;
  font-weight: 400;
  color: #2F2F2F;
}

.selectize-input > input::placeholder {
  color: #2F2F2F !important;
  font-weight: 400;
  font-size: 13px;
}

.selectize-input.focus {
  box-shadow: none;
  background: #E4F5FF;
}

.selectize-input.full {
  background: #F4F5F7;
}

.selectize-control.single .selectize-input.input-active {
  background: #E4F5FF;
}

.selectize-control.single .selectize-input:after {
  width: 24px;
  height: 24px;
  background: url("../img/selectize/arrow.svg") 50% 50% no-repeat;
  background-size: contain;
  border: none;
  margin-top: 0;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
  transition: transform 300ms ease;
}

.selectize-control.single .selectize-input.dropdown-active:after {
  margin: 0;
  border: none;
  transform: translateY(-50%) rotate(-180deg);
}

.selectize-dropdown {
  background: #fff;
  border: 1px solid #C2C5D0;
  box-shadow: none;
  padding: 8px 0 8px 0;
}

.selectize-dropdown .option {
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  color: #2F2F2F;
  padding: 16px;
  cursor: pointer;
  transition: color 300ms ease;
}

.selectize-dropdown .option:hover,
.selectize-dropdown .option.active {
  color: #EF2431;
  background: #F5F6F7;
}

.size-select .selectize-control {
  height: auto;
}

.size-select .selectize-input {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-progress-appearance: none;
  box-shadow: none;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-progress-appearance: none;
  appearance: none;
  background: #fff !important;
  border-radius: 0;
  width: auto !important;
  height: auto;
  line-height: 48px;
  padding: 0 16px 0 4px;
  font-weight: 500;
  font-size: 13px;
  line-height: 130%;
  color: #2F2F2F;
  position: relative;
  border: none;
}

.size-select .selectize-input .item {
  display: inline;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: auto !important;
}

.size-select .selectize-input > input {
  width: 0 !important;
  margin: 0 !important;
  font-size: 13px;
  box-sizing: border-box !important;
  font-weight: 600;
  color: #1B1B1B;
}

.size-select .selectize-input > input::placeholder {
  color: #918D95 !important;
  font-weight: 600;
  font-size: 16px;
}

.size-select .selectize-input.focus {
  box-shadow: none;
  background: #E4F5FF;
}

.size-select .selectize-input.full {
  background: #F4F5F7;
}

.size-select .selectize-control.single .selectize-input.input-active {
  background: #E4F5FF;
}

.size-select .selectize-control.single .selectize-input:after {
  width: 16px;
  height: 16px;
  background: url("../img/selectize/arrow.svg") 50% 50% no-repeat;
  background-size: contain;
  border: none;
  margin-top: 0;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  transition: transform 300ms ease;
}

.size-select .selectize-control.single .selectize-input.dropdown-active:after {
  margin: 0;
  border: none;
  transform: translateY(-50%) rotate(-180deg);
}

.size-select .selectize-dropdown {
  background: #FFFFFF;
  box-shadow: 0px 7px 30px rgba(63, 63, 63, 0.15);
  border-radius: 6px;
  padding: 5px 0 5px 0;
  width: auto !important;
  border: none;
  position: absolute;
  top: -11px !important;
  left: -16px !important;
}

.size-select .selectize-dropdown .option {
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  color: #2F2F2F;
  padding: 6px 20px;
  cursor: pointer;
  transition: color 300ms ease;
}

.size-select .selectize-dropdown .option:hover,
.size-select .selectize-dropdown .option.active {
  color: #EF2431;
  background: #F5F6F7;
}

.js-selectize-delivery input {
  display: none !important;
}

.js-selectize input {
  display: none !important;
}

.js-selectize .selectize__flex {
  display: flex !important;
}

.js-selectize .selectize-input::before {
  display: none !important;
}

.slider-button {
  width: 40px;
  height: 40px;
  border: 1px solid #202020;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 300ms ease;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  background: #202020;
}

.slider-button.swiper-button-disabled {
  display: none;
}

.slider-button svg {
  display: block;
  width: 20px;
  height: 20px;
  stroke: #fff;
  transition: stroke 300ms ease;
}

.slider-button:hover {
  background: #fff;
}

.slider-button:hover svg {
  stroke: #202020;
}

.slider-button_next {
  right: -20px;
}

.slider-button_prev {
  left: -20px;
}

.content__title {
  font-weight: 500;
  font-size: 32px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #101010;
  position: relative;
  padding-bottom: 32px;
  margin-bottom: 40px;
}

.content__title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #0F0F0F;
  height: 2px;
  width: 60px;
}

.slider-pagination {
  padding: 60px 0;
  position: relative;
  display: flex;
  justify-content: center;
}

.slider-pagination::before {
  content: '';
  position: absolute;
  left: 0;
  top: 64px;
  width: 100%;
  height: 1px;
  background: #E2E2E2;
}

.slider-pagination__container {
  padding: 0 40px;
  box-sizing: content-box;
  position: relative;
  background-color: #fff;
}

.slider-pagination .swiper-pagination {
  position: relative;
  bottom: 0;
  white-space: nowrap;
}

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

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

.slider-pagination .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(1);
  width: 6px;
  height: 6px;
  margin: 2px 7px;
  background: #D5D5D5 !important;
  opacity: 1 !important;
  transition: .2s transform, .2s left;
  flex-shrink: 0;
}

.slider-pagination .swiper-pagination-bullets-dynamic .swiper-pagination-bullet::before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  background: #2F2F2F;
  top: -2px;
  left: -2px;
  border-radius: 50%;
  z-index: -1;
  opacity: 0;
  transition: opacity .2s;
}

.slider-pagination .swiper-pagination-bullets-dynamic .swiper-pagination-bullet::after {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity .2s;
}

.slider-pagination .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  position: relative;
  transform: scale(1);
  background: #fff !important;
}

.slider-pagination .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active::before,
.slider-pagination .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active::after {
  opacity: 1;
}

.c-block {
  padding-bottom: 24px;
  height: 100%;
}

.c-block__wrapper {
  padding: 0 30px;
  background: #fff;
  height: 100%;
}

.c-block__header {
  padding: 30px 0;
  border-bottom: 1px solid #E2E2E2;
}

.c-block__title {
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  color: #101010;
}

.c-block__body {
  padding: 32px 0;
}

.c-block__section {
  padding-bottom: 21px;
  border-bottom: 1px solid #E2E2E2;
  margin-bottom: 40px;
}

.c-block__section:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}

.c-block__section_no-border {
  border: none;
  margin-bottom: 0;
}

.c-block__section-title {
  font-weight: 500;
  font-size: 13px;
  line-height: 130%;
  color: #101010;
  padding-bottom: 30px;
}

.c-block__backlink {
  display: flex;
  align-items: center;
}

.c-block__backlink-icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-right: 12px;
}

.c-block__backlink-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  stroke: #404143;
}

.c-block__backlink-text {
  font-size: 13px;
  line-height: 15px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #888888;
}

.status-msg {
  position: relative;
  padding: 110px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}

.status-msg_sm {
  padding: 60px 0;
}

.status-msg_lg .status-msg__caption {
  max-width: 504px;
}

.status-msg_lg .status-msg__title {
  padding-bottom: 40px;
}

.status-msg_404 {
  padding: 150px 0;
}

.status-msg_404 .status-msg__caption {
  max-width: 520px;
}

.status-msg_404 .status-msg__icon {
  margin-bottom: 0;
}

.status-msg_404 .status-msg__icon img {
  width: 100px;
  height: 100px;
}

.status-msg__404 {
  display: flex;
  align-items: center;
  padding-bottom: 50px;
}

.status-msg__svg {
  width: 135px;
  height: 160px;
  flex-shrink: 0;
  margin: 0 30px;
}

.status-msg__svg svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: #F6F6F6;
}

.status-msg__icon {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: #F6F6F6;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}

.status-msg__icon_green {
  background: #F2C94C;
}

.status-msg__icon img {
  display: block;
  width: 64px;
  height: 64px;
  object-fit: contain;
}

.status-msg__caption {
  width: 100%;
  max-width: 422px;
  text-align: center;
}

.status-msg__title {
  font-weight: 500;
  font-size: 28px;
  line-height: 130%;
  color: #101010;
  padding-bottom: 24px;
}

.status-msg__description {
  font-size: 16px;
  line-height: 130%;
  color: #767676;
  padding-bottom: 56px;
}

.status-msg__buttons {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 408px;
}

.status-msg__button {
  width: 100%;
  padding: 0 12px;
  max-width: 180px;
}

.m-form__g-error {
  margin-bottom: 40px;
  margin-top: -79px;
}

.m-form__content {
  padding: 100px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.m-form__form {
  width: 100%;
  max-width: 402px;
  text-align: left;
}

.m-form__header {
  padding-bottom: 40px;
}

.m-form__title {
  font-weight: 500;
  font-size: 24px;
  line-height: 130%;
  color: #101010;
  padding-bottom: 12px;
}

.m-form__subtitle {
  font-size: 16px;
  line-height: 130%;
  color: #888888;
}

.m-form__fields {
  padding-bottom: 40px;
}

.m-form__button {
  padding-bottom: 30px;
}

.m-form__social-text {
  font-size: 14px;
  line-height: 130%;
  text-align: center;
  color: #2F2F2F;
  padding-bottom: 20px;
}

.m-form__social-buttons {
  display: flex;
  justify-content: center;
  padding-bottom: 20px;
}

.m-form__social-button {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid #404143;
  margin-right: 12px;
  background: #fff;
  transition: background 300ms ease;
}

.m-form__social-button:last-child {
  margin-right: 0;
}

.m-form__social-button svg {
  width: 24px;
  height: 24px;
  display: block;
  fill: #404143;
  transition: fill 300ms ease;
}

.m-form__social-button:hover {
  background: #404143;
}

.m-form__social-button:hover svg {
  fill: #fff;
}

.m-form__link {
  color: #EF2431;
}

.m-form__link_dark {
  color: #2F2F2F;
}

.m-form__text {
  font-size: 15px;
  line-height: 26px;
  color: #2F2F2F;
}

.m-form__text.center {
  text-align: center;
}

.m-form__text strong {
  font-weight: 500;
}

.m-form__space-btw {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.alert {
  display: flex;
  width: auto;
  align-items: center;
  border-left: 3px solid #EF2431;
  background: #FFFFFF;
  box-shadow: 0px 7px 30px rgba(63, 63, 63, 0.15);
  margin-bottom: 8px;
  padding: 12px 20px;
  max-width: 300px;
  opacity: 0;
  transform: translateY(30px);
  transition: all 300ms ease;
}

.alert.show-in {
  opacity: 1;
  transform: translateY(0);
}

.alert.show-out {
  opacity: 0;
  transform: translateY(-30px);
}

.alert.hidden {
  display: none;
}

.alert__icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  margin-right: 10px;
}

.alert__icon svg {
  display: block;
  width: 100%;
  height: 100%;
  stroke: #404143;
}

.alert__text {
  font-weight: 400;
  font-size: 10px;
  line-height: 14px;
  color: #2F2F2F;
}

.alert__text a {
  text-decoration: none;
  outline: none;
  color: #EF2431;
}

.alert-container {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 9;
}

.autocomplete.error .autocomplete__field {
  border-color: #BE0C17;
}

.autocomplete__container {
  position: relative;
}

.autocomplete__arrow {
  position: absolute;
  width: 24px;
  height: 24px;
  background: url("../img/selectize/arrow.svg") 50% 50% no-repeat;
  background-size: contain;
  border: none;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
  transition: transform 300ms ease;
  pointer-events: none;
}

.autocomplete__field {
  padding-right: 46px !important;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
}

.autocomplete__field:focus,
.autocomplete__field:active {
  border-color: #C2C5D0 !important;
}

.autocomplete__field + ul {
  position: absolute;
  top: 46px;
  left: 0;
  background: #fff;
  border: 1px solid #C2C5D0;
  border-top: none;
  box-shadow: none;
  padding: 8px 0 8px 0;
  list-style-type: none;
  z-index: 999;
  width: 100%;
  overflow: auto;
  max-height: 200px;
}

.autocomplete__field + ul .no_result {
  cursor: auto !important;
}

.autocomplete__field + ul li,
.autocomplete__field + ul .no_result {
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  color: #2F2F2F;
  padding: 16px;
  cursor: pointer;
  transition: color 300ms ease;
}

.autocomplete__field + ul li mark,
.autocomplete__field + ul .no_result mark {
  color: #EF2431;
  background: none !important;
}

.autocomplete__field + ul li:not(.no_result):hover,
.autocomplete__field + ul li:not(.no_result).active,
.autocomplete__field + ul .no_result:not(.no_result):hover,
.autocomplete__field + ul .no_result:not(.no_result).active {
  color: #EF2431;
  background: #F5F6F7;
}

.autoComplete_wrapper {
  position: relative;
}

.autoComplete_wrapper #search-clear {
  display: none !important;
}

.autoComplete_wrapper[aria-expanded=true] + .autocomplete__arrow {
  transform: translateY(-50%) rotate(-180deg);
}

.input {
  position: relative;
  width: 100%;
}

.input__container {
  position: relative;
}

.input__field,
.autocomplete__field {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-progress-appearance: none;
  background: #fff;
  border-radius: 0;
  width: 100%;
  height: 48px;
  line-height: 48px;
  border: 1px solid #C2C5D0;
  box-shadow: none;
  padding: 0 16px;
  font-size: 13px;
  color: #2F2F2F;
  position: relative;
}

.input__field::placeholder,
.autocomplete__field::placeholder {
  color: #C8C8C8 !important;
  font-size: 13px;
}

.input__field:focus,
.autocomplete__field:focus,
.input__field:active,
.autocomplete__field:active {
  outline: none;
  border-color: #404143;
}

.input__field:disabled,
.autocomplete__field:disabled {
  background: #E4F5FF;
  color: #1B1B1B;
}

.input__toggle-icon-holder {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 46px;
  height: 46px;
}

.input__toggle-icon-holder:hover svg {
  fill: #1B1B1B;
}

.input__toggle-icon-holder.active .input__toggle-icon_show {
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}

.input__toggle-icon-holder.active .input__toggle-icon_hide {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}

.input__toggle-icon {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  visibility: visible;
  transition: opacity 300ms ease, visibility 300ms ease;
}

.input__toggle-icon svg {
  width: 24px;
  height: 24px;
  display: block;
  fill: #918D95;
  transition: fill 300ms ease;
}

.input__toggle-icon_show {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}

.input__toggle-icon_show svg {
  position: relative;
  top: 2px;
}

.input__toggle-icon_hide {
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}

.input_password .input__field,
.input_password .autocomplete__field {
  padding-right: 60px;
}

.input.error .input__field,
.input.error .autocomplete__field {
  border-color: #BE0C17;
  background: #FFF5F5;
}

.input.error .error-msg {
  display: block;
}

.textarea {
  position: relative;
}

.textarea__container {
  position: relative;
}

.textarea__field {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-progress-appearance: none;
  appearance: none;
  background: #fff;
  border-radius: 0;
  width: 100%;
  border: 1px solid #C2C5D0;
  box-shadow: none;
  padding: 16px;
  font-size: 13px;
  line-height: 16px;
  color: #2F2F2F;
  position: relative;
  resize: none;
}

.textarea__field::placeholder {
  color: #C8C8C8 !important;
  font-size: 13px;
}

.textarea__field:focus,
.textarea__field:active {
  outline: none;
  border-color: #404143;
}

.textarea__counter {
  font-size: 14px;
  line-height: 16px;
  color: #918d95;
  position: absolute;
  right: 20px;
  bottom: 16px;
}

.textarea.error .textarea__field {
  border-color: #BE0C17;
}

.textarea.error .error-msg {
  display: block;
}

.checkbox {
  position: relative;
}

.checkbox.error .checkbox__label {
  background: #FFF5F5;
  padding: 14px;
}

.checkbox.disabled {
  pointer-events: none;
}

.checkbox.disabled .checkbox__box {
  background: #E9E9E9;
  border-color: #E9E9E9;
}

.checkbox.disabled .checkbox__name {
  color: #C8C8C8;
}

.checkbox__label {
  cursor: pointer;
  display: flex;
}

.checkbox__label:hover .checkbox__box {
  background: #EF2431;
  border-color: #EF2431;
}

.checkbox input {
  opacity: 0;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}

.checkbox input:checked + .checkbox__box {
  background: #EF2431;
  border-color: #EF2431;
}

.checkbox input:checked + .checkbox__box::before {
  opacity: 1;
}

.checkbox__box {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin-right: 12px;
  background: #fff;
  border: 1px solid #CACACA;
  border-radius: 1px;
  transition: background 300ms ease, border 300ms ease;
  position: relative;
}

.checkbox__box::before {
  content: '';
  width: 12px;
  height: 9px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url("../img/checkbox/check.svg") 50% 50% no-repeat;
  background-size: contain;
  opacity: 0;
  transition: opacity 300ms ease;
}

.checkbox__description {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.checkbox__name {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.01em;
  color: #2F2F2F;
}

.radio {
  position: relative;
}

.radio__label {
  cursor: pointer;
  display: flex;
  align-items: center;
}

.radio input {
  opacity: 0;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}

.radio input:checked + .radio__box::before {
  opacity: 1;
}

.radio__box {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  margin-right: 16px;
  background: #F4F5F7;
  border-radius: 50%;
  position: relative;
}

.radio__box::before {
  content: '';
  opacity: 0;
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #522583;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.radio__description {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #1B1B1B;
}

.breadcrumbs {
  overflow: hidden;
}

.breadcrumbs__list {
  display: flex;
  align-items: center;
  margin-left: -9px;
  margin-right: -9px;
}

.breadcrumbs__item {
  display: block;
  position: relative;
}

.breadcrumbs__item:last-child .breadcrumbs__link::before {
  display: none;
}

.breadcrumbs__link {
  display: block;
  position: relative;
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 0.01em;
  color: #888888;
  padding: 0 9px;
  transition: color 300ms ease;
  white-space: nowrap;
}

.breadcrumbs__link:hover {
  color: #2F2F2F;
}

.breadcrumbs__link::before {
  content: '';
  position: absolute;
  width: 3px;
  height: 3px;
  background: #CACACA;
  top: 50%;
  right: -1px;
  transform: translateY(-50%);
}

.pagination {
  display: flex;
  align-items: center;
}

.pagination__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin: 0 6px;
}

.pagination__button svg {
  display: block;
  width: 16px;
  height: 16px;
  stroke: #404143;
}

.pagination__list {
  display: flex;
}

.pagination__item {
  font-weight: 500;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.01em;
  color: #2F2F2F;
  width: 40px;
  height: 40px;
  background: #FFFFFF;
  border: 1px solid #E2E2E2;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 300ms ease, background 300ms ease;
  margin: 0 6px;
}

.pagination__item.active,
.pagination__item:hover {
  background: #200E33;
  color: #fff;
}

.pagination__item_delimiter {
  border-color: transparent;
  color: #676A78;
}

.pagination__item_delimiter.active,
.pagination__item_delimiter:hover {
  background: #fff;
  color: #2F2F2F;
}

.file {
  position: relative;
}

.file.active .file__descr {
  opacity: 0;
}

.file.active .file__name {
  opacity: 1;
}

.file.active .file__clear {
  display: flex;
}

.file__label {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 14px 30px 14px 30px;
  border: 1px solid #522583;
  border-radius: 10px;
  cursor: pointer;
  transition: border 300ms ease;
}

.file__label:hover {
  border-color: #2DAAE1;
}

.file__label:hover .file__icon svg {
  fill: #2DAAE1;
}

.file__label:hover .file__text {
  color: #2DAAE1;
}

.file__input {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
}

.file__descr {
  position: relative;
}

.file__caption {
  position: relative;
  width: 100%;
}

.file__icon {
  width: 14px;
  height: 22px;
  flex-shrink: 0;
  margin-right: 10px;
}

.file__icon svg {
  width: 100%;
  height: 100%;
  display: block;
  fill: #522583;
  transition: fill 300ms ease;
}

.file__text-wrapper {
  overflow: hidden;
}

.file__text {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #1B1B1B;
  transition: color 300ms ease;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.file__name {
  overflow: hidden;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  opacity: 0;
  display: flex;
  align-items: center;
  padding-right: 26px;
}

.file__clear {
  display: none;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  background: #F4F5F7;
  border-radius: 8px;
  margin-left: 16px;
  align-items: center;
  justify-content: center;
  transition: background 300ms ease;
  cursor: pointer;
}

.file__clear:hover {
  background: #2DAAE1;
}

.file__clear:hover svg {
  fill: #fff;
}

.file__clear svg {
  fill: #918D95;
  transition: fill 300ms ease;
}

.scroll-top {
  width: 50px;
  height: 50px;
  border-radius: 10px;
  background-color: #E4F5FF;
  box-sizing: border-box;
  position: fixed;
  bottom: 80px;
  right: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms ease;
  transform: translateY(50px);
}

.scroll-top:hover .scroll-top__arrow svg {
  fill: #2DAAE1;
}

.scroll-top.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.scroll-top__arrow {
  width: 18px;
  height: 10px;
  display: block;
}

.scroll-top__arrow svg {
  width: 100%;
  height: 100%;
  display: block;
  fill: #1B1B1B;
  transition: fill 300ms ease;
}

.category-plate {
  width: 100%;
  display: block;
  height: 100%;
  margin-bottom: 20px;
  position: relative;
}

.category-plate:last-child {
  margin-bottom: 0;
}

.category-plate_sm {
  height: 50%;
}

.category-plate__image-wrapper {
  position: relative;
  display: block;
  height: 100%;
}

.category-plate__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.category-plate__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.category-plate__caption {
  padding: 40px;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
}

.category-plate__header {
  display: block;
  max-width: 200px;
}

.category-plate__subtitle {
  font-weight: 500;
  font-size: 12px;
  line-height: 120%;
  text-transform: uppercase;
  color: #2F2F2F;
  padding-bottom: 16px;
  display: block;
}

.category-plate__title {
  font-weight: 500;
  font-size: 22px;
  line-height: 120%;
  color: #101010;
  padding-bottom: 44px;
  display: block;
}

.benefits {
  position: relative;
  overflow: hidden;
}

.benefits__row {
  display: flex;
  margin-left: -24px;
  margin-right: -24px;
}

.benefits__item {
  padding: 0 24px;
  border-right: 1px solid #E2E2E2;
  display: flex;
  align-items: center;
}

.benefits__item:last-child {
  border-right: none;
}

.benefits__icon {
  display: block;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  margin-right: 16px;
}

.benefits__icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.benefits__title {
  font-weight: bold;
  font-size: 18px;
  line-height: 130%;
  color: #333333;
  padding-bottom: 6px;
}

.benefits__description {
  font-size: 14px;
  line-height: 130%;
  color: #767676;
}

.benefits__link {
  font-size: inherit;
  line-height: inherit;
  color: #333333;
  text-decoration: underline;
  text-underline-offset: 2px;
}

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

.tabs-slider {
  overflow: visible;
}

.tabs-slider__item {
  width: auto;
  display: block;
  padding: 12px 30px;
  border: 1px solid rgba(80, 80, 80, 0.2);
  border-radius: 2px;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  color: #2F2F2F;
  background: #fff;
  transition: border 300ms ease, background 300ms ease;
}

.tabs-slider__item:hover,
.tabs-slider__item.active {
  background: rgba(80, 80, 80, 0.1);
  border-color: transparent;
}

.product-card {
  display: block;
  width: 100%;
  position: relative;
}

.product-card--disabled .product-card__image {
  opacity: 0.5;
}

.product-card--disabled .product-card__out-of-stock {
  display: block;
}

.product-card_lg .product-card__caption {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding: 40px;
}

.product-card_lg .product-card__container {
  display: block;
  position: relative;
}

.product-card_lg .product-card__image-container::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 45%;
  background: linear-gradient(360deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.4;
}

.product-card_lg .product-card__name {
  font-weight: 500;
  font-size: 22px;
  line-height: 130%;
  color: #FFFFFF;
  padding-bottom: 0 !important;
}

.product-card__out-of-stock {
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
  background: #EFEFEF;
  width: 100%;
  z-index: 3;
  padding: 6px 16px;
  font-weight: 400;
  font-size: 12px;
  line-height: 130%;
  color: #101010;
  display: none;
}

.product-card__category {
  margin-bottom: 12px;
  display: inline-block;
  padding: 8px 10px;
  background: #101010;
  font-weight: bold;
  font-size: 12px;
  line-height: 130%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #E9E9E9;
}

.product-card__link {
  display: block;
}

.product-card__image-container {
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
  z-index: 1;
  background: #F7F7F7;
}

.product-card__image-container::before {
  content: '';
  display: inline-block;
  padding-top: 157.9%;
}

.product-card__image {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.product-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  mix-blend-mode: multiply;
}

.product-card__caption {
  display: block;
}

.product-card__name {
  display: block;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0.01em;
  color: #2F2F2F;
  padding-bottom: 12px;
}

.product-card__price {
  display: flex;
  align-items: baseline;
}

.product-card__price-value {
  display: block;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 0.01em;
  color: #101010;
  margin-right: 12px;
}

.product-card__price-value_old {
  margin: 0;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0.01em;
  text-decoration-line: line-through;
  color: #ED273E;
}

.product-card__new {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.01em;
  color: #101010;
  display: block;
  padding: 7px 12px;
  background: #F2C94C;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.product-card__discount {
  background: #EF2431;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  padding: 7px 12px;
  z-index: 2;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.01em;
  color: #FFFFFF;
}

.product-card__favorite {
  position: absolute;
  z-index: 2;
  top: 12px;
  right: 12px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  transition: background 300ms ease;
}

.product-card__favorite svg {
  display: block;
  width: 20px;
  height: 20px;
  stroke: #222222;
  fill: #fff;
  transition: all 300ms ease;
}

.product-card__favorite.active {
  background: #000000;
}

.product-card__favorite.active svg {
  fill: #F2C94C !important;
  stroke: #F2C94C;
}

.product-card__favorite:hover {
  background: #000000;
}

.product-card__favorite:hover svg {
  fill: #fff;
  stroke: #fff;
}

.product-card__size {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 12px;
}

.product-card__size-item {
  font-weight: 500;
  font-size: 12px;
  line-height: 130%;
  letter-spacing: 0.01em;
  color: #888888;
  margin-right: 6px;
}

.trends-plate {
  position: relative;
  display: block;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 440px;
}

.trends-plate::before {
  content: '';
  display: inline-block;
  display: none;
  padding-top: 74.6%;
}

.trends-plate__caption {
  display: block;
  text-align: right;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 60px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.trends-plate__subtitle {
  display: block;
  font-weight: 500;
  font-size: 12px;
  line-height: 120%;
  text-align: right;
  text-transform: uppercase;
  color: #2F2F2F;
  padding-bottom: 16px;
}

.trends-plate__title {
  display: block;
  font-weight: 500;
  font-size: 32px;
  line-height: 140%;
  text-align: right;
  color: #101010;
  padding-bottom: 40px;
  max-width: 170px;
  width: 100%;
}

.sale-plate {
  position: relative;
  display: block;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 440px;
}

.sale-plate::before {
  content: '';
  display: inline-block;
  display: none;
  padding-top: 74.6%;
}

.sale-plate__wrapper {
  display: block;
  padding: 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.sale-plate__caption {
  display: block;
  background: #fff;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 80px;
}

.sale-plate__title {
  width: 100%;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #101010;
  padding-bottom: 20px;
  border-bottom: 1px solid #D8D8D8;
  margin-bottom: 24px;
}

.sale-plate__text {
  font-weight: 300;
  font-size: 68px;
  line-height: 120%;
  text-align: center;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #101010;
  padding-bottom: 22px;
}

.sale-plate__discount-wrapper {
  width: 100%;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
}

.sale-plate__discount-wrapper::before {
  content: '';
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  height: 1px;
  background: #D8D8D8;
  z-index: 1;
}

.sale-plate__discount {
  padding: 0 16px;
  display: flex;
  align-items: center;
  background: #fff;
  position: relative;
  z-index: 2;
}

.sale-plate__discount-text {
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.15em;
  color: #000000;
  padding-right: 11px;
}

.sale-plate__discount-value {
  font-weight: 900;
  font-size: 68px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #000000;
}

.news-card {
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
}

.news-card__image-container {
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 40px;
  flex-shrink: 0;
}

.news-card__image-container::before {
  content: '';
  display: inline-block;
  padding-top: 56.33%;
}

.news-card__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.news-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-card__caption {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}

.news-card__title {
  display: block;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 0.01em;
  color: #000000;
  padding-bottom: 20px;
}

.news-card__date {
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #888888;
}

.subscribe {
  position: relative;
  min-width: 240px;
}

.subscribe.error .subscribe__input {
  border-color: #EF2431;
}

.subscribe.success .subscribe__input-button {
  background: #F2C94C;
  pointer-events: none;
  cursor: auto;
}

.subscribe.success .subscribe__icon_send {
  display: none;
}

.subscribe.success .subscribe__icon_success {
  display: block;
}

.subscribe.success .subscribe__icon_loading {
  display: none;
}

.subscribe.loading .subscribe__icon_send {
  display: none;
}

.subscribe.loading .subscribe__icon_success {
  display: none;
}

.subscribe.loading .subscribe__icon_loading {
  display: block;
}

.subscribe__title {
  font-size: 14px;
  line-height: 16px;
  color: #8E8E8E;
  padding-bottom: 16px;
}

.subscribe__input {
  display: flex;
  align-items: stretch;
  border: 1px solid #000;
  transition: border 300ms ease;
  position: relative;
}

.subscribe__input-field {
  padding: 13px 16px;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-progress-appearance: none;
  width: 100%;
  background: #000;
  border: none;
  box-shadow: none;
  outline: none;
  font-size: 13px;
  line-height: 15px;
  color: #888888;
}

.subscribe__input-button {
  flex-shrink: 0;
  min-width: 40px;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: none;
  box-shadow: none;
  outline: none;
  cursor: pointer;
  transition: background 300ms ease;
  z-index: 2;
}

.subscribe__success {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  color: #FFFFFF;
  z-index: 1;
  padding: 13px 50px 13px 16px;
}

.subscribe__icon {
  width: 20px;
  height: 20px;
  display: block;
}

.subscribe__icon svg {
  display: block;
  width: 100%;
  height: 100%;
  stroke: #000;
}

.subscribe__icon_send {
  display: block;
}

.subscribe__icon_success {
  display: none;
}

.subscribe__icon_loading {
  background: url("../img/btn/spinner.svg") 50% 50% no-repeat;
  background-size: contain;
  display: none;
  width: 26px;
  height: 26px;
}

.color-picker {
  position: relative;
}

.color-picker_circle .color-picker__box {
  border-radius: 50%;
  width: 40px !important;
  height: 40px !important;
}

.color-picker_circle .color-picker__box::before {
  border-radius: 50%;
}

.color-picker_circle .color-picker__box::after {
  border-radius: 50%;
}

.color-picker_circle .color-picker__box-holder {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
}

.color-picker_circle .color-picker__row {
  margin-top: -8px !important;
  margin-left: -8px !important;
  margin-right: -8px !important;
  margin-bottom: -8px !important;
}

.color-picker_circle .color-picker__item {
  padding: 8px !important;
  width: auto;
}

.color-picker__row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -4px;
  margin-right: -4px;
  margin-top: -8px;
}

.color-picker__item {
  padding: 8px 4px;
}

.color-picker__label {
  display: block;
  position: relative;
  cursor: pointer;
}

.color-picker__label.disabled .color-picker__box::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/size-picker/box.svg") 50% 50% no-repeat;
  background-size: cover;
  z-index: 3;
}

.color-picker__label.disabled .color-picker__box-item {
  opacity: 0.3;
}

.color-picker__input {
  width: 1px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}

.color-picker__input:checked + .color-picker__box::before {
  opacity: 1;
}

.color-picker__box {
  display: block;
  width: 58px;
  height: 58px;
  position: relative;
  border: 1px solid #E6E6E6;
}

.color-picker__box::before {
  content: '';
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #404143;
  opacity: 0;
  transition: opacity 300ms ease;
  z-index: 3;
}

.color-picker__box-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.color-picker__box-item:first-child {
  z-index: 2;
}

.color-picker__box-item svg {
  display: block;
  width: 100%;
  height: 100%;
}

.price-range__slider {
  height: 2px;
  background: #E2E2E2;
  box-shadow: none;
  border-radius: 2px;
}

.price-range .noUi-handle {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #FFFFFF;
  border: 1px solid #888888;
  box-sizing: border-box;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  top: -8px;
  right: -8px;
  cursor: pointer;
}

.price-range .noUi-handle::before {
  display: none;
}

.price-range .noUi-handle::after {
  display: none;
}

.price-range .noUi-connects {
  height: 2px;
  top: 0;
}

.price-range .noUi-connect {
  background: #EF2431;
}

.price-range__controls {
  padding-bottom: 33px;
  display: flex;
}

.price-range__inputs {
  display: flex;
  align-items: center;
  padding-right: 10px;
}

.price-range__input {
  width: 100%;
  background: #fff;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-progress-appearance: none;
  appearance: none;
  border: 1px solid #C2C5D0;
  box-shadow: none;
  outline: none;
  font-size: 13px;
  line-height: 48px;
  height: 48px;
  color: #888888;
  padding: 0 16px;
}

.price-range__delimiter {
  background: #C4C4C4;
  height: 1px;
  width: 3px;
  margin: 0 6px;
  flex-shrink: 0;
}

.price-range__button {
  background: #202020;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
  padding: 0 30px;
  height: auto;
  border: none;
  box-shadow: none;
  outline: none;
  cursor: pointer;
}

.sort-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
  display: none;
}

.sort-modal.active {
  display: block;
}

.sort-modal__container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sort-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.2;
  z-index: 1;
}

.sort-modal__form {
  display: block;
  background: #fff;
  width: 100%;
  max-width: 288px;
  position: relative;
  z-index: 2;
  box-shadow: 0px 7px 30px rgba(63, 63, 63, 0.15);
  border-radius: 6px;
  padding: 4px 0;
}

.sort-modal__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 1;
  transition: background 300ms ease;
}

.sort-modal__radio {
  padding: 18px 22px;
  position: relative;
  border-bottom: 1px solid #E2E2E2;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: background 300ms ease, border 300ms ease;
}

.sort-modal__radio:hover .sort-modal__bg {
  background: #F5F6F7;
}

.sort-modal__radio:last-child {
  border-bottom: none;
}

.sort-modal__radio-field {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
}

.sort-modal__radio-field:checked + .sort-modal__radio-box {
  background: #EF2431;
  border-color: #EF2431;
}

.sort-modal__radio-field:checked + .sort-modal__radio-box::before {
  opacity: 1;
}

.sort-modal__radio-field:checked ~ .sort-modal__bg {
  background: #F5F6F7;
}

.sort-modal__radio-box {
  position: relative;
  z-index: 2;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #CACACA;
  margin-right: 14px;
  transition: background 300ms ease, border 300ms ease;
}

.sort-modal__radio-box::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border: 3px solid #fff;
  z-index: 2;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 300ms ease;
}

.sort-modal__radio-name {
  position: relative;
  z-index: 2;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #2F2F2F;
}

.yt-video {
  width: 100%;
  position: relative;
}

.yt-video__container {
  width: 100%;
  position: relative;
}

.yt-video__container::before {
  content: '';
  display: inline-block;
  padding-top: 56%;
}

.yt-video__player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.yt-video__preview {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 300ms ease-out;
}

.yt-video__poster {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #D3D3D3;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.yt-video__play-button {
  opacity: 0.7;
  transition: all 300ms ease-in-out;
  position: relative;
  z-index: 2;
}

.yt-video:hover .yt-video__play-button {
  opacity: 1;
}

.yt-video.active .yt-video__preview {
  opacity: 0;
  visibility: hidden;
}

.size-picker {
  position: relative;
}

.size-picker__row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -4px;
  margin-right: -4px;
}

.size-picker__col {
  padding: 0 4px 8px 4px;
}

.size-picker__radio {
  display: block;
  position: relative;
  cursor: pointer;
}

.size-picker__radio.disabled .size-picker__box {
  color: rgba(136, 136, 136, 0.5) !important;
  background: #F7F7F7 !important;
}

.size-picker__radio.disabled .size-picker__box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/size-picker/box.svg") 50% 50% no-repeat;
  background-size: cover;
}

.size-picker__input {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.size-picker__input:checked + .size-picker__box {
  background: #fff;
  border: 1px solid #404143;
  color: #101010;
  position: relative;
}

.size-picker__box {
  width: 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F7F7F7;
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0.01em;
  color: #888888;
}

.number-input {
  position: relative;
  width: 100%;
}

.number-input_default .number-input__btn {
  display: flex;
}

.number-input__field {
  height: 56px;
  line-height: 56px;
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  -ms-progress-appearance: textfield;
  appearance: textfield;
  box-shadow: none;
  background: #fff;
  border: 1px solid #C2C5D0;
  padding: 0 50px 0 20px;
  outline: none;
  width: 100%;
  font-size: 14px;
  color: #2F2F2F;
}

.number-input__field::-webkit-inner-spin-button,
.number-input__field::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.number-input__field:disabled {
  opacity: 0.5;
}

.number-input__field:disabled ~ .number-input__btn {
  pointer-events: none;
  opacity: 0.5;
}

.number-input__btn {
  position: absolute;
  width: 28px;
  height: 28px;
  right: 10px;
  align-items: center;
  justify-content: center;
}

.number-input__btn_up {
  top: 0;
  padding-top: 6px;
}

.number-input__btn_down {
  bottom: 0;
  padding-bottom: 6px;
}

.number-input__btn svg {
  display: block;
  width: 12px;
  height: 8px;
  stroke: #404143;
}

.cart-total__row {
  display: flex;
  margin-left: -16px;
  margin-right: -16px;
  justify-content: space-between;
}

.cart-total__col {
  padding: 0 16px 8px 16px;
}

.cart-total__text {
  font-size: 14px;
  line-height: 130%;
  color: #2F2F2F;
}

.cart-total__text_lg {
  font-weight: 500;
  font-size: 15px;
  line-height: 130%;
  text-transform: uppercase;
}

.cart-total__price {
  font-size: 14px;
  line-height: 140%;
  text-align: right;
  letter-spacing: 0.01em;
  color: #101010;
}

.cart-total__price_lg {
  font-weight: 500;
  font-size: 15px;
  line-height: 140%;
}

.cart-total__price_red {
  color: #EF2431;
}

.cart-total__sum {
  padding-bottom: 22px;
}

.cart-total__sum_bordered {
  padding-bottom: 22px;
  margin-bottom: 30px;
  border-bottom: 1px solid #E2E2E2;
}

.cart-total__promo {
  padding-bottom: 30px;
}

.cart-total__promo-field-container {
  position: relative;
  padding-bottom: 16px;
}

.cart-total__promo-field-container.error .cart-total__promo-field {
  border: 1px solid #BE0C17;
}

.cart-total__promo-field-wrapper {
  position: relative;
}

.cart-total__promo-field-wrapper::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 12px;
  width: 24px;
  height: 24px;
  background: url("../img/cart-total/promo.svg") 50% 50% no-repeat;
  background-size: contain;
  z-index: 2;
  transform: translateY(-50%);
}

.cart-total__promo-field {
  position: relative;
  z-index: 1;
  padding: 16px 48px 16px 16px;
  width: 100%;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-progress-appearance: none;
  appearance: none;
  background: #F3F3F3;
  border: none;
  box-shadow: none;
  font-size: 13px;
  line-height: 16px;
  color: #2F2F2F;
  outline: none;
}

.cart-total__promo-field::placeholder {
  color: #2F2F2F;
}

.cart-total__promo-tag {
  display: inline-flex;
  align-items: center;
  padding: 1px 3px 1px 13px;
  border-radius: 15px;
  background: #F2C94C;
  margin-right: 8px;
  margin-bottom: 8px;
}

.cart-total__promo-tag-close {
  display: block;
  padding: 6px;
  margin-left: 2px;
  flex-shrink: 0;
}

.cart-total__promo-tag span {
  font-size: 12px;
  line-height: 16px;
  color: #101010;
}

.cart-total__promo-tag svg {
  width: 16px;
  height: 16px;
  display: block;
  stroke: #404143;
}

.cart-total__buttons {
  padding: 25px 0 0 0;
}

.cart-total__button {
  padding-bottom: 12px;
}

.cart-total__button:last-child {
  padding-bottom: 0;
}

.pr-group {
  position: relative;
}

.pr-group__row {
  display: flex;
  margin-left: -8px;
  margin-right: -8px;
  flex-wrap: wrap;
  align-items: stretch;
}

.pr-group__col {
  width: calc(100% / 3);
  padding: 0 8px 16px 8px;
  height: auto;
}

.pr-group__radio {
  position: relative;
  height: 100%;
}

.pr-group__input {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  opacity: 0;
  visibility: hidden;
}

.pr-group__input:checked ~ .pr-group__container {
  background: #FFFFFF;
  border-color: #EF2431;
  box-shadow: 0px 3px 4px rgba(237, 28, 36, 0.1), 0px 10px 30px rgba(237, 28, 36, 0.05);
}

.pr-group__input:checked ~ .pr-group__container::before {
  opacity: 1;
}

.pr-group__container {
  display: flex;
  padding: 26px 22px;
  background: #FAFAFA;
  border: 1px solid #DEDFE3;
  height: 100%;
  cursor: pointer;
  position: relative;
  transition: border 300ms ease, background 300ms ease, box-shadow 300ms ease;
}

.pr-group__container::before {
  content: '';
  position: absolute;
  top: -10px;
  right: -10px;
  width: 20px;
  height: 20px;
  background: url("../img/pr-group/check.svg") 50% 50% no-repeat;
  background-size: contain;
  opacity: 0;
  transition: opacity 300ms ease;
}

.pr-group__container:hover {
  border-color: #EF2431;
}

.pr-group__icon {
  display: block;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  margin-right: 16px;
}

.pr-group__title {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: #3A3A3A;
  padding-bottom: 12px;
  display: block;
}

.pr-group__text {
  display: block;
  font-size: 12px;
  line-height: 140%;
  color: #93969B;
}

.c-menu__wrapper {
  padding: 16px 0;
  background: #fff;
}

.c-menu__item {
  display: block;
  padding: 0 30px;
  transition: background 300ms ease;
}

.c-menu__item:hover {
  background: #F6F6F6;
}

.c-menu__item:last-child .c-menu__item-wrapper {
  border-bottom: none;
}

.c-menu__item.active {
  background: #F6F6F6;
}

.c-menu__item.active .c-menu__icon svg {
  stroke: #EF2431;
}

.c-menu__item-wrapper {
  display: flex;
  align-items: center;
  padding: 24px 0;
  border-bottom: 1px solid #E2E2E2;
}

.c-menu__icon {
  width: 24px;
  height: 24px;
  display: block;
  flex-shrink: 0;
  margin-right: 16px;
}

.c-menu__icon svg {
  display: block;
  width: 100%;
  height: 100%;
  stroke: #404143;
  transition: stroke 300ms ease;
}

.c-menu__name {
  font-size: 15px;
  line-height: 130%;
  color: #2F2F2F;
}

.o-table {
  width: 100%;
  border-collapse: collapse;
}

.o-table th {
  text-align: left;
  font-weight: bold;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #C8C8C8;
  padding: 0 8px 20px 8px;
}

.o-table tr {
  border-bottom: 1px solid #E2E2E2;
}

.o-table td {
  padding: 30px 8px;
}

.o-table td:first-child,
.o-table th:first-child {
  padding-left: 0 !important;
}

.o-table td:last-child,
.o-table th:last-child {
  padding-right: 0 !important;
}

.o-table__show-sm {
  display: none !important;
}

.o-table__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.o-table__header-col:last-child {
  display: flex;
  align-items: center;
}

.o-table__name {
  font-weight: 500;
  font-size: 13px;
  line-height: 140%;
  color: #2F2F2F;
  padding-bottom: 4px;
}

.o-table__date {
  font-size: 12px;
  line-height: 140%;
  color: #93969B;
}

.o-table__status {
  font-size: 13px;
  line-height: 28px;
  letter-spacing: 0.01em;
  color: #888888;
}

.o-table__payment {
  font-size: 13px;
  line-height: 28px;
  letter-spacing: 0.01em;
  color: #2F2F2F;
}

.o-table__delivery {
  display: inline-block;
  font-weight: 500;
  font-size: 13px;
  line-height: 28px;
  letter-spacing: 0.01em;
  color: #3A3A3A;
  background: #F3F3F3;
  border-radius: 5px;
  padding: 4px 12px;
}

.o-table__price {
  font-weight: 500;
  font-size: 15px;
  line-height: 28px;
  letter-spacing: 0.01em;
  color: #101010;
}

.o-table__cancel {
  display: block;
}

.o-table__cancel-text {
  font-size: 13px;
  line-height: 28px;
  text-align: right;
  letter-spacing: 0.01em;
  text-decoration-line: underline;
  color: #3A3A3A;
}

.o-table__cancel-icon {
  display: none;
  width: 24px;
  height: 24px;
}

.o-table__cancel-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.o-table__btn {
  width: 24px;
  height: 24px;
  display: block;
}

.o-table__btn svg {
  display: block;
  width: 100%;
  height: 100%;
  stroke: #EF2431;
}

.o-table__body-header {
  display: none;
  font-weight: 500;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #C8C8C8;
}

.payment-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
  display: none;
}

.payment-modal.active {
  display: block;
}

.payment-modal__container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.payment-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.2;
  z-index: 1;
}

.payment-modal__form {
  display: block;
  background: #fff;
  width: 100%;
  max-width: 288px;
  position: relative;
  z-index: 2;
  box-shadow: 0px 7px 30px rgba(63, 63, 63, 0.15);
  border-radius: 6px;
  padding: 4px 0;
}

.payment-modal__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 1;
  transition: background 300ms ease;
}

.payment-modal__radio {
  padding: 18px 22px;
  position: relative;
  border-bottom: 1px solid #E2E2E2;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: background 300ms ease, border 300ms ease;
}

.payment-modal__radio:hover .payment-modal__bg {
  background: #F5F6F7;
}

.payment-modal__radio:last-child {
  border-bottom: none;
}

.payment-modal__radio-field {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
}

.payment-modal__radio-field:checked + .payment-modal__radio-box {
  background: #EF2431;
  border-color: #EF2431;
}

.payment-modal__radio-field:checked + .payment-modal__radio-box::before {
  opacity: 1;
}

.payment-modal__radio-field:checked ~ .payment-modal__bg {
  background: #F5F6F7;
}

.payment-modal__radio-box {
  position: relative;
  z-index: 2;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #CACACA;
  margin-right: 14px;
  transition: background 300ms ease, border 300ms ease;
}

.payment-modal__radio-box::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border: 3px solid #fff;
  z-index: 2;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 300ms ease;
}

.payment-modal__radio-caption {
  display: block;
}

.payment-modal__radio-name {
  display: block;
  position: relative;
  z-index: 2;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #2F2F2F;
}

.payment-modal__radio-description {
  font-size: 11px;
  line-height: 150%;
  color: #888888;
  position: relative;
  z-index: 2;
}

.read-more {
  display: flex;
  align-items: center;
  padding: 32px;
  border-top: 1px solid #E2E2E2;
  border-bottom: 1px solid #E2E2E2;
  margin-bottom: 40px;
}

.read-more__image {
  width: 100%;
  max-width: 130px;
  height: 74px;
  flex-shrink: 0;
  margin-right: 40px;
}

.read-more__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.read-more__text {
  display: block;
  font-size: 14px;
  line-height: 130%;
  color: #888888;
  padding-bottom: 12px;
}

.read-more__title {
  display: block;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #2F2F2F;
  width: 100%;
  max-width: 360px;
}

.dropdown-sm {
  position: relative;
  z-index: 8;
  cursor: pointer;
}

.dropdown-sm.open {
  box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.15);
}

.dropdown-sm.open .dropdown-sm__arrow {
  transform: rotate(-180deg);
}

.dropdown-sm.open .dropdown-sm__list {
  opacity: 1;
  visibility: visible;
}

.dropdown-sm_to-top .dropdown-sm__list {
  top: auto;
  bottom: 48px;
}

.dropdown-sm_to-top .dropdown-sm__list-item {
  border-top: none;
  border-bottom: 1px solid #E2E2E2;
}

.dropdown-sm_lg .dropdown-sm__item {
  padding: 12px;
}

.dropdown-sm_lg .dropdown-sm__current {
  padding-right: 16px;
}

.dropdown-sm__current {
  display: flex;
  align-items: center;
  background: #fff;
  position: relative;
  z-index: 2;
}

.dropdown-sm__list {
  position: absolute;
  top: 36px;
  left: 0;
  min-width: 100%;
  list-style-type: none;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.15);
  z-index: 1;
  transition: visibility 300ms ease, opacity 300ms ease;
}

.dropdown-sm__list-item {
  border-top: 1px solid #E2E2E2;
}

.dropdown-sm__item {
  display: block;
  padding: 6px 12px;
  font-weight: 500;
  font-size: 12px;
  line-height: 24px;
  text-transform: uppercase;
  color: #C8C8C8;
  transition: color 300ms ease;
}

.dropdown-sm__item_current {
  color: #505050;
  padding-right: 0;
}

.dropdown-sm__item:hover {
  color: #505050;
}

.dropdown-sm__arrow {
  width: 24px;
  height: 24px;
}

.dropdown-sm__arrow svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: #CACACA;
}

.c-alert {
  display: flex;
  align-items: center;
  margin-top: 16px;
  background: #FFF5F5;
}

.c-alert__icon {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin-left: 12px;
  margin-right: 12px;
}

.c-alert__text {
  font-weight: 400;
  font-size: 12px;
  line-height: 130%;
  color: #2F2F2F;
  padding: 12px 0;
}

.c-alert__close {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  min-height: 100%;
  margin-left: auto;
  align-self: stretch;
}

.c-alert__close svg {
  display: block;
  width: 16px;
  height: 16px;
  stroke: #404143;
  transition: stroke 300ms ease;
}

.c-alert__close:hover svg {
  stroke: #ED273E;
}

.gmap {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 20px;
  z-index: 11;
  width: 100%;
  overflow-y: auto;
  display: none;
}

.gmap.active {
  display: block;
}

.gmap__overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  background: #000000;
  opacity: 0.2;
}

.gmap__content {
  position: relative;
  height: 100%;
  background: #fff;
  width: 100%;
  z-index: 2;
  padding: 16px 20px 20px 20px;
  display: flex;
  flex-direction: column;
}

.gmap__header {
  padding-bottom: 14px;
  padding-right: 52px;
  flex-shrink: 0;
}

.gmap__title {
  font-weight: 500;
  font-size: 15px;
  line-height: 140%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #000000;
}

.gmap__subtitle {
  font-weight: 500;
  font-size: 13px;
  line-height: 140%;
  letter-spacing: 0.01em;
  color: #888888;
}

.gmap__body {
  background: #F5F5F5;
  height: 100%;
  position: relative;
}

.gmap__close {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 20px;
  right: 20px;
}

.gmap__close svg {
  display: block;
  width: 100%;
  height: 100%;
  stroke: #404143;
}

.gmap #map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.info-slider {
  position: relative;
  padding: 0 32px;
}

.info-slider__container {
  overflow: visible;
}

.info-slider__item {
  opacity: 0;
  transition: opacity 300ms ease;
}

.info-slider__item.swiper-slide-visible {
  opacity: 1;
}

.info-slider__item.swiper-slide-active .info-slider__year {
  color: #F2C94C;
}

.info-slider__item.swiper-slide-active .info-slider__month {
  color: #E9E9E9;
}

.info-slider__item.swiper-slide-active .info-slider__text {
  color: #E9E9E9;
}

.info-slider__item.swiper-slide-active .info-slider__circle {
  background: #000;
}

.info-slider__item.swiper-slide-active .info-slider__circle::before,
.info-slider__item.swiper-slide-active .info-slider__circle::after {
  opacity: 1;
}

.info-slider__year {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 60px;
  line-height: 1;
  letter-spacing: -0.05em;
  color: #E9E9E9;
  padding-bottom: 3px;
  transition: color 300ms ease;
}

.info-slider__month {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-transform: uppercase;
  color: #888888;
  padding-bottom: 28px;
  transition: color 300ms ease;
}

.info-slider__circle {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #2F2F2F;
  margin-bottom: 30px;
  position: relative;
  transition: background 300ms ease;
}

.info-slider__circle::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border: 3px solid #F2C94C;
  border-radius: 50%;
  transition: opacity 300ms ease;
  opacity: 0;
}

.info-slider__circle::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 1px;
  width: 119px;
  background: linear-gradient(to right, transparent 0%, #F2C94C 30%, #F2C94C 60%, transparent 100%);
  z-index: -1;
  opacity: 0;
  transition: opacity 300ms ease;
}

.info-slider__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #888888;
  width: 100%;
  max-width: 184px;
  transition: color 300ms ease;
}

.info-slider__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #202020;
  flex-shrink: 0;
  position: absolute;
  top: 90px;
  z-index: 10;
  transition: opacity 300ms ease;
}

.info-slider__btn.swiper-button-disabled {
  opacity: 0;
}

.info-slider__btn--prev {
  left: -131px;
}

.info-slider__btn--next {
  right: -131px;
}

.info-slider__btn svg {
  width: 30px;
  height: 30px;
  stroke: #fff;
  display: block;
}

.slideshow {
  overflow: visible;
  pointer-events: none !important;
}

.slideshow .swiper-wrapper {
  transition-timing-function: linear !important;
}

.slideshow__item {
  position: relative;
}

.slideshow__item::before {
  content: '';
  display: inline-block;
  padding-top: 107.69%;
}

.slideshow__item img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}

blockquote {
  position: relative;
  padding-left: 60px;
  font-weight: 500;
  font-size: 26px;
  line-height: 160%;
  color: #2F2F2F;
  margin: 28px 0 0 0;
}

blockquote::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 100%;
  background: #D9D9D9;
}

.d-list__item {
  display: flex;
  padding-bottom: 50px;
}

.d-list__item:last-child {
  padding-bottom: 0;
}

.d-list__icon {
  width: 100px;
  height: 100px;
  flex-shrink: 0;
  border-radius: 50%;
  background: #F6F6F6;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 40px;
}

.d-list__icon img {
  display: block;
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.d-list__caption {
  position: relative;
}

.d-list__title {
  font-weight: 500;
  font-size: 24px;
  line-height: 130%;
  color: #101010;
  padding-bottom: 20px;
}

.d-list__description {
  font-weight: 300;
  font-size: 16px;
  line-height: 160%;
  color: #2F2F2F;
}

.media-card {
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
}

.media-card__image-container {
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
  flex-shrink: 0;
}

.media-card__image-container::before {
  content: '';
  display: inline-block;
  padding-top: 100%;
}

.media-card__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.media-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.media-card__caption {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}

.media-card__title {
  display: block;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 0.01em;
  color: #000000;
  padding-bottom: 12px;
  text-transform: uppercase;
}

.media-card__link {
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #888888;
}

.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  transition: transform 300ms ease, top 300ms ease;
}

.navbar.fixed {
  transform: none !important;
}

.navbar.hide-top-menu {
  top: -36px;
}

.navbar.hide-top-menu .navbar__tab {
  top: 0;
}

.navbar.hide-top-menu .navbar__profile {
  top: calc(110px - 36px);
  height: calc(100% - 74px);
}

.navbar.hide {
  transform: translateY(-100%);
}

.navbar.show-overlay .navbar__overlay {
  opacity: 0.2;
  visibility: visible;
}

.navbar.search .navbar__search {
  width: 90%;
}

.navbar.search .navbar__search-input {
  opacity: 1;
  visibility: visible;
  transition: all 300ms ease 0ms;
}

.navbar.search .navbar__search-input::before {
  opacity: 1;
}

.navbar.search .navbar__search-button_search {
  opacity: 0;
  visibility: hidden;
}

.navbar.search .navbar__search-button_close {
  opacity: 1;
  visibility: visible;
}

.navbar.search-active .navbar__search-container {
  display: block;
}

.navbar.search-active .navbar__overlay {
  opacity: 0.2;
  visibility: visible;
}

.navbar__burger {
  display: none;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin-right: 16px;
}

.navbar__burger.active span {
  width: 100% !important;
}

.navbar__burger.active span:nth-child(2) {
  opacity: 0;
}

.navbar__burger.active span:first-child {
  transform: rotate(45deg) translate(5px, 2px);
}

.navbar__burger.active span:last-child {
  transform: rotate(-45deg) translate(5px, -2px);
}

.navbar__burger span {
  height: 2px;
  display: block;
  width: 100%;
  background: #fff;
  margin-bottom: 3px;
  border-radius: 2px;
  transition: transform 300ms ease;
}

.navbar__burger span:first-child {
  width: 80%;
}

.navbar__burger span:last-child {
  margin-bottom: 0;
  width: 50%;
}

.navbar__top {
  background-color: #fff;
  position: relative;
  z-index: 11;
}

.navbar__top-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.navbar__top-list {
  list-style-type: none;
  display: flex;
  margin-left: -8px;
  margin-right: -8px;
}

.navbar__top-list-link {
  display: block;
  padding: 6px 8px;
  font-size: 12px;
  line-height: 24px;
  color: #505050;
  transition: color 300ms ease;
}

.navbar__top-list-link:hover {
  color: #FF3A42;
}

.navbar__switchers {
  display: flex;
  margin-left: -12px;
}

.navbar__switchers-item {
  position: relative;
  padding-right: 1px;
}

.navbar__switchers-item::before {
  content: '';
  position: absolute;
  top: 6px;
  right: 0;
  width: 1px;
  height: 24px;
  background: #E5E5E5;
  z-index: 1;
}

.navbar__switchers-item:last-child::before {
  display: none;
}

.navbar__main {
  background: #060606;
  position: relative;
  z-index: 10;
}

.navbar__main-container {
  padding: 22px 0;
  display: flex;
  align-items: center;
}

.navbar__menu-holder {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0 48px;
}

.navbar__logo {
  display: block;
  width: 144px;
  flex-shrink: 0;
  margin-right: 12px;
}

.navbar__logo img {
  display: block;
  width: 100%;
  height: auto;
}

.navbar__menu {
  padding-left: 50px;
}

.navbar__list {
  display: flex;
  align-items: center;
  list-style-type: none;
  white-space: nowrap;
}

.navbar__list.active .navbar__link {
  color: #828282;
}

.navbar__item {
  position: relative;
}

.navbar__item_dropdown .navbar__link {
  padding-right: 38px;
}

.navbar__item_dropdown .navbar__link::before {
  display: block;
}

.navbar__link {
  position: relative;
  font-weight: 500;
  font-size: 12px;
  line-height: 24px;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 12px;
  transition: color 300ms ease;
}

.navbar__link.active {
  color: #fff !important;
}

.navbar__link.active::before {
  transform: translateY(-50%) rotate(-180deg);
}

.navbar__link::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: url("../img/navbar/arrow.svg") 50% 50% no-repeat;
  background-size: contain;
  display: none;
  transition: transform 300ms ease;
}

.navbar__link_red {
  color: #FF3A42 !important;
}

.navbar__drop-menu {
  position: absolute;
  top: 104px;
  left: 0;
  width: 100%;
  z-index: 10;
}

.navbar__overlay {
  background: #000000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms ease;
}

.navbar__options {
  color: #fff;
  display: flex;
  align-items: center;
  min-height: 24px;
  flex-shrink: 0;
}

.navbar__options-group {
  flex-shrink: 0;
  padding: 0 12px;
  border-right: 1px solid rgba(229, 229, 229, 0.4);
  display: flex;
  align-items: center;
}

.navbar__options-group:first-child {
  padding-left: 0;
}

.navbar__options-group:last-child {
  padding-right: 0;
  border-right: none;
}

.navbar__options-link {
  display: block;
  padding: 0 12px;
  display: flex;
  align-items: center;
  transition: opacity 300ms ease;
}

.navbar__options-link.active {
  opacity: 0.4;
}

.navbar__options-link img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.navbar__cart {
  display: flex;
  padding-left: 12px;
}

.navbar__cart-icon-holder {
  display: block;
  position: relative;
  flex-shrink: 0;
  margin-right: 13px;
  margin-top: 3px;
}

.navbar__cart-icon {
  display: block;
  width: 24px;
  height: 24px;
}

.navbar__cart-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.navbar__cart-badge {
  display: block;
  background: #F2C94C;
  border: 2px solid #060606;
  border-radius: 10px;
  width: 18px;
  height: 18px;
  position: absolute;
  top: -5px;
  right: -5px;
  font-weight: 500;
  font-size: 10px;
  line-height: 1;
  color: #060606;
  display: flex;
  align-items: center;
  justify-content: center;
}

.navbar__cart-caption {
  flex-shrink: 0;
}

.navbar__cart-title {
  display: block;
  font-weight: 400;
  font-size: 11px;
  line-height: 120%;
  color: #888888;
  padding-bottom: 3px;
}

.navbar__cart-price {
  display: block;
  font-weight: 500;
  font-size: 11px;
  line-height: 120%;
  color: #FFFFFF;
}

.navbar__search {
  position: absolute;
  top: 50%;
  right: 0;
  height: 46px;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 48px;
  transition: width 300ms ease;
}

.navbar__search-menu {
  width: 100%;
  display: flex;
}

.navbar__search-button {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  padding: 0 12px;
  box-sizing: content-box;
  width: 24px;
  height: 24px;
  display: block;
  z-index: 2;
  transition: all 300ms ease;
}

.navbar__search-button img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.navbar__search-button_search {
  opacity: 1;
  visibility: visible;
}

.navbar__search-button_close {
  opacity: 0;
  visibility: hidden;
}

.navbar__search-input {
  position: relative;
  z-index: 1;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 250ms ease 200ms;
}

.navbar__search-input::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 14px;
  width: 24px;
  height: 24px;
  transform: translateY(-50%);
  background: url("../img/navbar/search.svg") 50% 50% no-repeat;
  background-size: contain;
  opacity: 0;
}

.navbar__search-field {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-progress-appearance: none;
  box-shadow: none;
  border: none;
  outline: none;
  width: 100%;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: #E9E9E9;
  line-height: 46px;
  background: #2F2F2F;
  padding-left: 54px;
}

.navbar__search-container {
  position: absolute;
  top: 46px;
  left: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0px 6px 40px rgba(0, 0, 0, 0.14);
  display: none;
}

.navbar__search-results {
  position: relative;
}

.navbar__search-link {
  transition: color 300ms ease;
}

.navbar__search-link:hover {
  color: #EF2431;
}

.navbar__search-fail,
.navbar__search-link {
  font-weight: 400;
  font-size: 13px;
  line-height: 130%;
  color: #888888;
  padding: 16px 20px;
  display: block;
}

.navbar__m-header {
  height: 64px;
  background: #060606;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0 68px;
  position: sticky;
  top: 0;
  z-index: 2;
}

.navbar__m-header-btn {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 4px;
}

.navbar__m-header-btn img {
  display: block;
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.navbar__m-header-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #C8C8C8;
}

.navbar__tab {
  position: fixed;
  top: 36px;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 13;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-100%);
  transition: all 300ms ease;
  overflow: auto;
  padding-bottom: 20px;
}

.navbar__tab.active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.navbar__m-tab {
  background: #060606;
}

.navbar__m-tab-list {
  border-top: 1px solid #2F2F2F;
  padding: 15px 0;
}

.navbar__m-tab-item {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #FFFFFF;
  padding: 5px 16px;
}

.navbar__profile {
  position: fixed;
  z-index: 13;
  top: 110px;
  right: 0;
  width: 304px;
  background: #fff;
  height: calc(100% - 110px);
  transform: translateX(100%);
  opacity: 0;
  visibility: hidden;
  transition: opacity 300ms ease, visibility 300ms ease, transform 300ms ease;
  overflow: auto;
}

.navbar__profile.active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.navbar__m-menu {
  position: fixed;
  top: 63px;
  left: 0;
  width: 100%;
  height: calc(100% - 63px);
  background: #fff;
  border-top: 1px solid #2F2F2F;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms ease;
}

.navbar__m-menu.active {
  opacity: 1;
  visibility: visible;
}

.profile {
  padding: 0 24px 30px 24px;
}

.profile__person {
  padding: 30px 0;
  display: flex;
  align-items: center;
}

.profile__person-image {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}

.profile__person-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.profile__person-caption {
  padding-left: 11px;
}

.profile__person-name {
  font-weight: 400;
  font-size: 14px;
  line-height: 12px;
  color: #888888;
  padding-bottom: 10px;
}

.profile__person-lastname {
  font-weight: 500;
  font-size: 16px;
  line-height: 12px;
  text-transform: uppercase;
  color: #101010;
}

.profile__list {
  position: relative;
}

.profile__item {
  display: flex;
  align-items: center;
  padding: 24px 0;
  border-top: 1px solid #E2E2E2;
}

.profile__icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.profile__icon svg {
  display: block;
  width: 100%;
  height: 100%;
  stroke: #404143;
}

.profile__item-name {
  padding-left: 16px;
  font-weight: 400;
  font-size: 15px;
  line-height: 130%;
  color: #888888;
}

.s-item {
  display: block;
  padding: 0 20px;
  transition: background 300ms ease;
}

.s-item:hover {
  background: #F6F6F6;
}

.s-item__wrapper {
  border-bottom: 1px solid #E2E2E2;
  padding: 16px 0;
  display: flex;
  align-items: center;
}

.s-item__col:first-child {
  width: 100%;
  display: flex;
  align-items: center;
}

.s-item__col:last-child {
  flex-shrink: 0;
}

.s-item__image {
  display: block;
  width: 40px;
  height: 62px;
  flex-shrink: 0;
}

.s-item__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.s-item__caption {
  display: block;
  padding: 0 20px;
}

.s-item__vendor-code {
  display: block;
  font-weight: 400;
  font-size: 12px;
  line-height: 130%;
  color: #888888;
  padding-bottom: 8px;
}

.s-item__name {
  display: block;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  color: #101010;
}

.s-item__price {
  display: block;
  font-weight: 500;
  font-size: 13px;
  line-height: 140%;
  letter-spacing: 0.01em;
  color: #101010;
  text-align: right;
}

.s-item__price_old {
  display: block;
  text-align: right;
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 0.01em;
  text-decoration-line: line-through;
  color: #ED273E;
}

.m-search__container {
  padding: 20px 40px;
  background-color: #fff;
}

.m-search__input {
  position: relative;
}

.m-search__input::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: url("../img/navbar/search-dark.svg") 50% 50% no-repeat;
  background-size: contain;
}

.m-search__field {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-progress-appearance: none;
  box-shadow: none;
  outline: none;
  border: none;
  width: 100%;
  line-height: 50px;
  border-bottom: 1px solid #E2E2E2;
  font-weight: 400;
  font-size: 13px;
  color: #2F2F2F;
  padding-left: 36px;
  width: 100%;
}

.m-search__clear {
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.m-search__clear img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.m-search__fail {
  padding: 32px 0;
  text-align: center;
  font-weight: 400;
  font-size: 13px;
  line-height: 130%;
  color: #888888;
}

.m-search__item {
  display: block;
  transition: background 300ms ease;
}

.m-search__item:hover {
  background: #F6F6F6;
}

.m-search__item-wrapper {
  display: flex;
  align-items: center;
  padding: 20px;
  border-bottom: 1px solid #E2E2E2;
}

.m-search__image {
  width: 40px;
  height: 62px;
  display: block;
  flex-shrink: 0;
}

.m-search__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.m-search__item-caption {
  padding-left: 20px;
}

.m-search__vendor-code {
  display: block;
  font-weight: 400;
  font-size: 12px;
  line-height: 130%;
  color: #888888;
  padding-bottom: 4px;
}

.m-search__name {
  display: block;
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
  color: #101010;
  padding-bottom: 4px;
}

.m-search__price-holder {
  display: flex;
  align-items: baseline;
}

.m-search__price {
  font-weight: 500;
  font-size: 13px;
  line-height: 140%;
  letter-spacing: 0.01em;
  color: #101010;
  padding-right: 8px;
}

.m-search__price_old {
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 0.01em;
  text-decoration-line: line-through;
  color: #ED273E;
}

.m-search__link {
  display: block;
  font-weight: 400;
  font-size: 13px;
  line-height: 130%;
  color: #888888;
  padding: 20px;
  transition: color 300ms ease;
}

.m-search__link:hover {
  color: #ED273E;
}

.footer {
  background: #1D1D1D;
}

.footer__top {
  padding: 64px 0;
  border-bottom: 1px solid #393939;
}

.footer__bottom {
  padding: 40px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer__bottom-col {
  width: 33.3333%;
}

.footer__bottom-col:last-child {
  display: flex;
  justify-content: flex-end;
}

.footer__logo {
  width: 100%;
  max-width: 144px;
  padding-bottom: 61px;
  flex-shrink: 0;
}

.footer__logo img {
  width: 100%;
  height: auto;
  display: block;
}

.footer__nav {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 0 20px;
}

.footer__nav-item {
  padding-right: 70px;
}

.footer__nav-item:last-child {
  padding-right: 0;
}

.footer__title {
  font-weight: bold;
  font-size: 13px;
  line-height: 130%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #FFFFFF;
  padding-bottom: 26px;
}

.footer__list {
  list-style-type: none;
}

.footer__list-item {
  display: block;
}

.footer__list-link {
  display: block;
  padding: 6px 0;
  font-size: 13px;
  line-height: 130%;
  letter-spacing: 0.01em;
  color: rgba(255, 255, 255, 0.7);
}

.footer__payments {
  display: flex;
  flex-wrap: wrap;
}

.footer__payments-item {
  margin-right: 16px;
  display: block;
  width: 55px;
  height: 35px;
}

.footer__payments-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.footer__payments-item:last-child {
  margin-right: 0;
}

.footer__copyright {
  font-size: 14px;
  line-height: 16px;
  text-align: left;
  color: #8E8E8E;
}

.footer__socials {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer__socials-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.4);
}

.footer__socials-item:last-child {
  margin-right: 0;
}

.footer__socials-item svg {
  fill: #fff;
  width: 40px;
  height: 40px;
  display: block;
}

.footer__develop {
  font-size: 14px;
  line-height: 16px;
  color: #D9D9D9;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 300ms ease;
  position: relative;
}

.footer__develop:hover .footer__develop-icon_planet {
  animation: rotate 600ms ease;
}

.footer__develop:hover .footer__develop-icon_satellite {
  animation: rotate 600ms ease 600ms;
}

.footer__develop-icons {
  width: 32px;
  height: 32px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer__develop-icon {
  display: block;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  position: relative;
}

.footer__develop-icon svg {
  width: 100%;
  height: 100%;
}

.footer__develop-icon_satellite {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  top: 0;
  left: 0;
}

.footer__develop-icon_satellite::before {
  content: '';
  width: 3px;
  height: 3px;
  border-radius: 50%;
  position: absolute;
  top: 3px;
  left: 3px;
  background: #FFFFFF;
}

.footer__develop-text {
  display: block;
  padding-left: 10px;
  flex-shrink: 0;
  font-weight: 300;
}

.footer__develop-text strong {
  font-weight: 500;
}

@keyframes rotate {
  from {
    transform: rotate(0);
  }

  to {
    transform: rotate(360deg);
  }
}

.main-slider {
  padding-bottom: 2px;
  position: relative;
}

.main-slider .container {
  padding: 0 120px;
  max-width: 1440px;
}

.main-slider__item {
  min-height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.main-slider__image {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 1440px 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.main-slider__image_sm {
  display: none;
  position: relative;
}

.main-slider__image_sm::before {
  content: '';
  display: inline-block;
  padding-top: 82%;
}

.main-slider__caption {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 80px 0;
  position: relative;
  z-index: 2;
}

.main-slider__subtitle {
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #101010;
  padding-bottom: 12px;
}

.main-slider__title {
  font-weight: 500;
  font-size: 36px;
  line-height: 120%;
  text-align: center;
  color: #000000;
  padding-bottom: 14px;
  position: relative;
  margin-bottom: 24px;
}

.main-slider__title::before {
  content: '';
  width: 60px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #0F0F0F;
}

.main-slider__text {
  padding-bottom: 24px;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #101010;
}

.main-slider__pagination {
  position: absolute;
  bottom: 60px;
  left: 0;
  width: 100%;
}

.main-slider__pagination-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
}

.main-slider__pagination-wrapper .swiper-pagination-bullet {
  height: 3px;
  width: 100%;
  max-width: 60px;
  background: #FFFFFF;
  border-radius: 2px;
  margin: 0 5px;
  opacity: 1 !important;
  transition: background 300ms ease;
}

.main-slider__pagination-wrapper .swiper-pagination-bullet-active {
  background: #000000 !important;
}

.main-slider__progress {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  overflow: hidden;
}

.main-slider__progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  transform: translateX(-100%);
}

.main-slider .slider-button_prev {
  left: 40px;
}

.main-slider .slider-button_next {
  right: 40px;
}

.categories-slider {
  position: relative;
}

.categories-slider__container {
  position: relative;
}

.categories-slider__slide {
  display: flex;
  flex-direction: column;
  position: relative;
  height: 632px;
}

.categories-slider__pagination {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -32px;
  white-space: nowrap;
  display: none;
}

.categories-slider__pagination.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(1);
}

.categories-slider__pagination.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(1);
}

.categories-slider__pagination.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(1);
  width: 6px;
  height: 6px;
  margin: 2px 7px;
  background: #D5D5D5 !important;
  opacity: 1 !important;
  transition: .2s transform,.2s left;
}

.categories-slider__pagination.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
  background: #fff !important;
  position: relative;
}

.categories-slider__pagination.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active::before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  background: #2F2F2F;
  top: -2px;
  left: -2px;
  border-radius: 50%;
  z-index: -1;
}

.categories-slider__pagination.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active::after {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
  top: 0;
  left: 0;
}

.products-slider {
  position: relative;
}

.products-slider .slider-button {
  top: 33%;
}

.arrival-slider {
  position: relative;
}

.arrival-slider .slider-button {
  top: 37%;
}

.news-slider {
  position: relative;
}

.news-slider__item {
  height: auto;
}

.news-slider .slider-button {
  top: 24%;
}

.filter {
  position: relative;
  padding-right: 20px;
}

.filter__close {
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  top: 20px;
  right: 16px;
}

.filter__close svg {
  display: block;
  width: 100%;
  height: 100%;
  stroke: #404143;
}

.filter__content {
  position: relative;
  z-index: 2;
  background: #fff;
}

.filter__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}

.filter__header {
  text-align: center;
  display: none;
  padding: 20px 0 16px 0;
}

.filter__header-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #101010;
  padding-bottom: 2px;
}

.filter__header-counter {
  font-weight: 500;
  font-size: 11px;
  line-height: 140%;
  text-align: center;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #888888;
}

.filter__item {
  border-bottom: 1px solid #E2E2E2;
}

.filter__item:first-child .filter__toggle {
  padding-top: 0;
}

.filter__item.active .filter__item-content {
  display: block;
}

.filter__item.active .filter__arrow {
  transform: rotate(0);
}

.filter__toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 28px 0;
}

.filter__title {
  font-weight: bold;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #101010;
}

.filter__arrow {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  transform: rotate(180deg);
  transition: transform 300ms ease;
}

.filter__arrow svg {
  display: block;
  width: 100%;
  height: 100%;
  stroke: #000;
}

.filter__item-content {
  display: none;
  padding: 0 10px 28px 10px;
  margin-left: -10px;
  margin-right: -10px;
}

.filter__link {
  display: flex;
  justify-content: space-between;
  padding: 8px 10px;
  margin-left: -10px;
  margin-right: -10px;
}

.filter__link:hover {
  background: #F6F6F6;
}

.filter__link.active {
  background: #F6F6F6;
}

.filter__link.active .filter__link-name {
  color: #EF2431;
}

.filter__link.active .filter__counter {
  color: #101010;
  font-weight: 600;
}

.filter__link-name {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.01em;
  color: #2F2F2F;
}

.filter__counter {
  flex-shrink: 0;
  font-size: 14px;
  line-height: 20px;
  text-align: right;
  letter-spacing: 0.01em;
  color: #888888;
  padding-left: 16px;
}

.filter__checkbox {
  padding: 10px 0;
}

.filter__checkbox:first-child {
  padding-top: 0;
}

.filter__checkbox:last-child {
  padding-bottom: 0;
}

.filter__controls {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  background: #fff;
  padding: 20px 16px;
  display: none;
  align-items: center;
}

.filter__controls-item {
  width: 50%;
  margin-right: 16px;
}

.filter__controls-item:last-child {
  margin-right: 0;
}

.product-gallery {
  position: relative;
  padding-left: 102px;
}

.product-gallery__favorite {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 36px;
  height: 36px;
  background: #fff;
  border-radius: 50%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 300ms ease;
}

.product-gallery__favorite svg {
  display: block;
  width: 20px;
  height: 20px;
  stroke: #222222;
  transition: all 300ms ease;
}

.product-gallery__favorite.active {
  background: #000000;
}

.product-gallery__favorite.active svg {
  fill: #F2C94C !important;
  stroke: #F2C94C;
}

.product-gallery__favorite:hover {
  background: #000000;
}

.product-gallery__favorite:hover svg {
  fill: #fff;
  stroke: #fff;
}

.product-gallery__discount {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.01em;
  color: #FFFFFF;
  position: absolute;
  top: 0;
  left: 0;
  padding: 7px 12px;
  background: #EF2431;
  z-index: 2;
}

.product-gallery__slider {
  width: 100%;
  cursor: url("../img/svg/cursor/zoom.svg") 24 24, zoom-in;
}

.product-gallery__slide {
  background: #F7F7F7;
}

.product-gallery__slide::before {
  content: '';
  display: inline-block;
  padding-top: 159%;
}

.product-gallery__slide.swiper-slide-active .product-gallery__image {
  animation: slideInTop 300ms ease-out;
}

.product-gallery__slide_video {
  cursor: auto;
}

.product-gallery__video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
}

.product-gallery__image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-gallery__image {
  display: block;
  mix-blend-mode: multiply;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-gallery__thumbs-container {
  width: 82px;
  height: 100%;
  box-sizing: content-box;
  display: block;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

.product-gallery__thumbs {
  flex-shrink: 0;
  overflow: visible;
  max-height: 100%;
}

.product-gallery__thumbs-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0) 0%, #F7F7F7 100%), #FFFFFF;
}

.product-gallery__thumbs-image {
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.product-gallery__thumbs-slide {
  position: relative;
  width: 82px;
  height: 130px;
  border: 1px solid transparent;
  cursor: pointer;
  margin-bottom: 20px;
}

.product-gallery__thumbs-slide::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
  opacity: 0;
  z-index: 3;
  box-sizing: border-box;
}

.product-gallery__thumbs-slide.swiper-slide-thumb-active {
  border-color: #4A4A4A;
}

.product-gallery__thumbs-slide.swiper-slide-thumb-active::after {
  opacity: 1;
}

.product-gallery__thumbs-slide.swiper-slide-thumb-active:hover {
  border-color: #4A4A4A;
}

.product-gallery__thumbs-slide_video .product-gallery__thumbs-image-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.3;
}

.product-gallery__thumbs-slide_video .product-gallery__thumbs-image-wrapper::after {
  content: '';
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url("../img/product-gallery/play.svg") center center no-repeat;
  background-size: contain;
}

.product-gallery__pagination {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  display: none;
}

.product-gallery__pagination .swiper-pagination-bullet {
  flex-shrink: 0;
  width: 10px;
  height: 10px;
  background-color: #DEDFE3;
  border-radius: 50%;
  margin: 7px;
  cursor: pointer;
}

.product-gallery__pagination .swiper-pagination-bullet:hover,
.product-gallery__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #E33C0B;
}

.product-gallery__popup-slider {
  width: calc(100% - 110px);
  padding: 0 110px;
  height: 100%;
  position: relative;
  border-left: 1px solid #F0F0F0;
}

.product-gallery__button {
  width: 64px;
  height: 48px;
  position: absolute;
  top: calc(50% - 24px);
  z-index: 3;
}

.product-gallery__button svg {
  display: block;
  width: 100%;
  height: 100%;
}

.product-gallery__button.swiper-button-disabled {
  display: none;
}

.product-gallery__button svg {
  stroke: #C4C9D1;
}

.product-gallery__button_next {
  right: 20px;
}

.product-gallery__button_prev {
  left: 20px;
  transform: scale(-1, 1);
}

.product-gallery__close {
  position: absolute;
  width: 32px;
  height: 32px;
  top: 20px;
  right: 20px;
  z-index: 3;
}

.product-gallery__close svg {
  display: block;
  width: 100%;
  height: 100%;
  stroke: #404143;
}

.product-gallery_popup {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
  background: #fff;
  padding: 0;
  opacity: 0;
  visibility: hidden;
}

.product-gallery_popup.active {
  opacity: 1;
  visibility: visible;
}

.product-gallery_popup .product-gallery__slide::before {
  display: none;
}

.product-gallery_popup .product-gallery__slider {
  cursor: auto;
  height: 100%;
  width: auto;
}

.product-gallery_popup .product-gallery__pagination {
  display: none;
}

.product-gallery_popup .product-gallery__thumbs-container {
  flex-shrink: 0;
  display: block;
  position: relative;
  left: 0;
  bottom: 0;
  top: 0;
  height: 100%;
  padding: 24px;
  overflow: visible;
  z-index: 2;
}

.product-gallery_popup .product-gallery__thumbs {
  overflow: visible;
}

.product-gallery_popup .product-gallery__image-wrapper {
  background: #fff;
  padding: 24px 0;
}

.product-gallery_popup .product-gallery__video-wrapper {
  background: #fff;
}

.product-gallery_popup .product-gallery__image {
  object-fit: contain;
}

.product-gallery_single {
  padding-left: 0;
}

.product-gallery_single .product-gallery__button {
  display: none;
}

.product-gallery_single .product-gallery__thumbs-container {
  display: none;
}

.product-gallery_single .product-gallery__pagination {
  height: 0px;
}

@keyframes slideInTop {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.pp-slider {
  position: relative;
}

.pp-slider__item {
  width: 285px;
}

.pp-slider .slider-button {
  top: 33%;
}

.menu {
  position: relative;
  background: #060606;
}

.menu__item {
  background: #060606;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.menu__item.active {
  opacity: 1;
  visibility: visible;
}

.menu__container {
  display: flex;
  padding: 60px 0;
  width: 100%;
  margin: 0 auto;
  max-width: 900px;
}

.menu__image {
  width: 170px;
  height: 219px;
  flex-shrink: 0;
  margin-right: 60px;
  position: relative;
}

.menu__image::before {
  content: '';
  position: absolute;
  top: 0;
  right: -7px;
  width: 31px;
  height: 219px;
  background: url("../img/menu/logo.svg") 50% 50% no-repeat;
  background-size: contain;
}

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

.menu__list {
  min-width: 154px;
  flex-shrink: 0;
}

.menu__list-item {
  font-weight: 500;
  font-size: 12px;
  line-height: 24px;
  text-transform: uppercase;
  color: #C8C8C8;
  padding: 7px 0;
  display: block;
  position: relative;
  overflow: hidden;
  padding-right: 50px;
  max-width: 200px;
}

.menu__list-item::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 15px;
  height: 2px;
  background: #2F2F2F;
  transform: translateX(-15px);
  transition: transform 300ms ease;
}

.menu__list-item span {
  display: block;
  transition: transform 300ms ease;
}

.menu__list-item:hover {
  color: #fff;
}

.menu__list-item:hover::before {
  transform: translateX(0);
}

.menu__list-item:hover span {
  transform: translateX(25px);
}

.m-menu {
  position: relative;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.m-menu__main {
  background: #060606;
}

.m-menu__item {
  display: block;
  padding: 0 16px;
}

.m-menu__item_dropdown .m-menu__item-wrapper {
  padding-right: 24px;
}

.m-menu__item_dropdown .m-menu__item-wrapper::before {
  display: block;
}

.m-menu__item-wrapper {
  padding: 16px 0;
  display: block;
  border-bottom: 1px solid #222222;
  position: relative;
}

.m-menu__item-wrapper::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(-90deg);
  width: 24px;
  height: 24px;
  background: url("../img/navbar/arrow.svg") 50% 50% no-repeat;
  background-size: contain;
  display: none;
}

.m-menu__item-name {
  display: block;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  color: #FFFFFF;
}

.m-menu__item-name_red {
  color: #FF3A42;
}

.m-menu__list {
  padding: 13px 0;
}

.m-menu__list-item {
  display: block;
  padding: 3px 16px;
  font-weight: 400;
  font-size: 13px;
  line-height: 24px;
  color: #505050;
}

.m-menu__footer {
  padding: 0 16px;
}

.m-menu__footer-wrapper {
  border-top: 1px solid #E2E2E2;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.m-menu__lang {
  display: flex;
  align-items: center;
}

.m-menu__lang-item {
  flex-shrink: 0;
  font-weight: 500;
  font-size: 12px;
  line-height: 24px;
  text-transform: uppercase;
  color: #C8C8C8;
  padding: 0 10px;
}

.m-menu__lang-item:first-child {
  padding-left: 0;
}

.m-menu__lang-item.active {
  color: #101010;
}

.m-menu__dropdown {
  flex-shrink: 0;
  margin-right: -16px;
}

.c-plate {
  position: relative;
  display: flex;
  align-items: stretch;
}

.c-plate__left,
.c-plate__right {
  padding: 80px 60px;
}

.c-plate__left {
  background: #060606;
  flex-shrink: 0;
  width: 40.67%;
  padding-bottom: 0;
  display: flex;
  flex-direction: column;
}

.c-plate__right {
  width: 100%;
  background: #F6F6F6;
}

.c-plate__title {
  font-weight: 500;
  font-size: 24px;
  line-height: 130%;
  color: #101010;
  padding-bottom: 12px;
}

.c-plate__title--light {
  color: #FFFFFF;
}

.c-plate__subtitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #888888;
}

.c-plate__list {
  list-style-type: none;
  padding: 28px 0 0 0;
}

.c-plate__list-item {
  display: block;
  padding-bottom: 40px;
  padding-left: 40px;
  position: relative;
}

.c-plate__list-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
}

.c-plate__list-item--phone::before {
  background: url("../img/c-plate/tel.svg") 50% 50% no-repeat;
  background-size: contain;
}

.c-plate__list-item--email::before {
  background: url("../img/c-plate/mail.svg") 50% 50% no-repeat;
  background-size: contain;
}

.c-plate__list-item--location::before {
  background: url("../img/c-plate/location.svg") 50% 50% no-repeat;
  background-size: contain;
}

.c-plate__list-item:last-child {
  padding-bottom: 0;
}

.c-plate__list-title {
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  text-transform: uppercase;
  color: #888888;
  padding-bottom: 12px;
}

.c-plate__list-phone {
  font-weight: 400;
  font-size: 26px;
  line-height: 130%;
  color: #E9E9E9;
  transition: color 300ms ease;
}

.c-plate__list-phone:hover {
  color: #828282;
}

.c-plate__list-email {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #F2C94C;
  transition: color 300ms ease;
}

.c-plate__list-email span {
  border-bottom: 1px solid #F2C94C;
  transition: border 300ms ease;
}

.c-plate__list-email:hover {
  color: #828282;
}

.c-plate__list-email:hover span {
  border-color: transparent;
}

.c-plate__list-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #E9E9E9;
  padding-bottom: 16px;
}

.c-plate__list-link {
  font-weight: 400;
  font-size: 13px;
  line-height: 130%;
  display: flex;
  align-items: center;
  color: #F2C94C;
  transition: color 300ms ease;
}

.c-plate__list-link:hover {
  color: #828282;
}

.c-plate__list-link:hover svg {
  stroke: #828282;
}

.c-plate__list-link svg {
  width: 16px;
  height: 16px;
  stroke: #F2C94C;
  flex-shrink: 0;
  margin-left: 4px;
  transition: stroke 300ms ease;
}

.c-plate__logo {
  padding: 80px 0;
  margin-top: auto;
  margin-left: -60px;
  margin-right: -60px;
  display: flex;
  justify-content: center;
}

.c-plate__logo img {
  flex-shrink: 0;
  width: 102%;
  height: auto;
  margin-right: 16px;
}

.c-plate__form {
  width: 100%;
  max-width: 510px;
  margin: 0 auto;
}

.c-plate__form-header {
  padding-bottom: 40px;
}

.c-plate__form-fields {
  position: relative;
  padding-bottom: 10px;
}

.c-plate__form-field {
  padding-bottom: 30px;
}

.c-plate__form-btn {
  width: 100%;
  max-width: 205px;
}

.media-slider {
  position: relative;
}

.media-slider__item {
  height: auto;
}

.media-slider .slider-button {
  top: 31%;
}

.home__banner {
  padding-bottom: 40px;
}

.home__categories {
  padding-bottom: 80px;
}

.home__categories-slider {
  padding-bottom: 50px;
}

.home__goods {
  overflow: hidden;
  padding-bottom: 40px;
}

.home__new {
  padding-bottom: 40px;
}

.home__tabs-buttons {
  padding-bottom: 44px;
}

.home__plates {
  padding-bottom: 100px;
}

.home__news {
  padding-bottom: 40px;
}

.home__media {
  padding-bottom: 100px;
}

.catalog {
  padding-bottom: 80px;
  overflow: hidden;
}

.catalog__breads {
  padding-bottom: 20px;
}

.catalog__header {
  padding-bottom: 20px;
  margin-bottom: 40px;
  border-bottom: 1px solid #E2E2E2;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.catalog__header-caption {
  padding-bottom: 10px;
}

.catalog__header-title {
  font-weight: 500;
  font-size: 28px;
  line-height: 24px;
  letter-spacing: 0.01em;
  color: #101010;
  padding-bottom: 12px;
}

.catalog__header-counter {
  font-weight: 500;
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #888888;
}

.catalog__select {
  display: flex;
  align-items: center;
}

.catalog__select-title {
  font-size: 13px;
  line-height: 16px;
  color: #888888;
  padding-right: 20px;
}

.catalog__select-container {
  width: 205px;
}

.catalog__options {
  display: none;
  align-items: center;
}

.catalog__options-item {
  margin-right: 8px;
}

.catalog__options-item:last-child {
  margin-right: 0;
}

.catalog__button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 140px;
  height: 40px;
  background: #fff;
  border: 1px solid #C2C5D0;
  padding: 0 12px 0 16px;
}

.catalog__button-name {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #2F2F2F;
}

.catalog__button-icon {
  width: 24px;
  height: 24px;
  margin-left: 8px;
}

.catalog__button-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.catalog__row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.catalog__col {
  width: calc(100% / 3);
  padding: 0 10px 48px 10px;
}

.catalog__pagination {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.catalog__more-btn {
  width: 100%;
  padding-bottom: 40px;
}

.catalog__tags {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 18px;
}

.catalog__tag {
  padding: 7px 32px 7px 13px;
  display: block;
  font-size: 12px;
  line-height: 16px;
  color: #101010;
  background: #F1F1F1;
  border-radius: 2px;
  margin-right: 12px;
  margin-bottom: 12px;
  position: relative;
}

.catalog__tag:last-child {
  margin-right: 0;
}

.catalog__tag::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 9px;
  width: 16px;
  height: 16px;
  background: url("../img/catalog/close.svg") 50% 50% no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}

.catalog__tag_clear {
  padding: 7px 13px;
  border: 1px solid #101010;
  background: #fff;
}

.catalog__tag_clear::before {
  display: none;
}

.product {
  position: relative;
  padding-bottom: 20px;
}

.product__name {
  display: block;
}

.product__name_sm {
  display: none;
}

.product__content {
  padding-bottom: 80px;
}

.product__breads {
  padding-bottom: 40px;
}

.product__header {
  padding-bottom: 32px;
  margin-bottom: 32px;
  border-bottom: 1px solid #E2E2E2;
}

.product__title {
  font-weight: 500;
  font-size: 28px;
  line-height: 130%;
  color: #101010;
  padding-bottom: 12px;
}

.product__vendor-code {
  font-size: 13px;
  line-height: 130%;
  color: #888888;
  padding-bottom: 32px;
}

.product__vendor-code strong {
  font-weight: 500;
}

.product__price {
  display: flex;
  align-items: center;
}

.product__price-main {
  font-weight: 500;
  font-size: 28px;
  line-height: 120%;
  letter-spacing: 0.01em;
  color: #101010;
  padding-right: 16px;
}

.product__price-old {
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 0.01em;
  text-decoration-line: line-through;
  color: #ED273E;
}

.product__form-section {
  padding-bottom: 24px;
}

.product__form-header {
  display: flex;
  justify-content: space-between;
  padding-bottom: 16px;
}

.product__form-header_flex-start {
  justify-content: flex-start;
}

.product__form-title {
  font-size: 15px;
  line-height: 130%;
  color: #2F2F2F;
}

.product__form-color {
  font-weight: 500;
  font-size: 15px;
  line-height: 130%;
  color: #101010;
  padding-left: 16px;
}

.product__form-size-link {
  font-size: 14px;
  line-height: 130%;
  text-align: right;
  color: #2F2F2F;
  display: flex;
  align-items: center;
}

.product__form-size-icon {
  display: block;
  width: 16px;
  height: 16px;
  margin-right: 6px;
  flex-shrink: 0;
}

.product__form-size-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  stroke: #404143;
}

.product__form-size-name {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.product__form-fields {
  display: flex;
}

.product__form-field {
  margin-right: 20px;
  width: 100%;
}

.product__form-field:last-child {
  margin-right: 0;
  margin-bottom: 0;
  width: 90px;
  flex-shrink: 0;
}

.product__form-submit {
  font-weight: 500;
  font-size: 16px;
  line-height: 56px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  height: 56px;
  background: #EF2431;
  border: none;
  box-shadow: none;
  width: 100%;
  cursor: pointer;
  margin-bottom: 16px;
}

.product__form-submit-icon {
  display: block;
  width: 24px;
  height: 24px;
  margin-left: 8px;
}

.product__form-submit-icon svg {
  stroke: #fff;
  width: 100%;
  height: 100%;
  display: block;
}

.product__form-submit:disabled {
  cursor: auto;
}

.product__form-submit.in-cart {
  background: #fff;
  border: 1px solid #EF2431;
  color: #EF2431;
}

.product__status {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 20px;
  background: #ECF7EB;
  border-radius: 4px;
  font-size: 12px;
  line-height: 130%;
  color: #2F2F2F;
  margin-bottom: 32px;
}

.product__status-icon {
  display: block;
  width: 16px;
  height: 16px;
  margin-right: 2px;
}

.product__status_alert {
  background: #FFF0F1;
  color: #EF2431;
}

.product__status_out {
  background: #EFEFEF;
  color: #101010;
}

.product__block-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  text-transform: uppercase;
  color: #101010;
  padding-bottom: 28px;
  border-bottom: 1px solid #E2E2E2;
  margin-bottom: 28px;
}

.product__description {
  position: relative;
  padding-bottom: 10px;
}

.product__description_md {
  display: none;
}

.product__description-content {
  position: relative;
}

.product__description-content p {
  font-size: 13px;
  line-height: 150%;
  color: #2F2F2F;
  padding-bottom: 24px;
}

.product__description-content h4 {
  font-weight: 500;
  font-size: 13px;
  line-height: 130%;
  color: #101010;
  text-transform: uppercase;
  padding-bottom: 16px;
}

.product__description-content ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  padding-bottom: 18px;
}

.product__description-content ul li {
  font-size: 13px;
  line-height: 140%;
  color: #2F2F2F;
  padding-left: 12px;
  padding-bottom: 6px;
  position: relative;
}

.product__description-content ul li::before {
  content: '';
  position: absolute;
  top: 7px;
  left: 0;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #2F2F2F;
}

.product__section {
  padding-bottom: 25px;
}

.product__section-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 130%;
  color: #101010;
  padding-bottom: 40px;
}

.cart {
  padding-bottom: 80px;
}

.cart-list__item {
  position: relative;
  padding: 32px 0;
  border-bottom: 1px solid #E2E2E2;
}

.cart-list__item:first-child {
  padding-top: 0;
}

.cart-list__item:last-child {
  border-bottom: none;
}

.cart-list__row {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-left: -16px;
  margin-right: -16px;
}

.cart-list__col {
  padding: 0 16px;
  display: flex;
}

.cart-list__image {
  width: 100%;
  max-width: 70px;
  flex-shrink: 0;
  margin-right: 30px;
}

.cart-list__image img {
  display: block;
  width: 100%;
  height: auto;
}

.cart-list__vendore-code {
  font-size: 13px;
  line-height: 130%;
  color: #888888;
  padding-bottom: 16px;
}

.cart-list__vendore-code strong {
  font-weight: 500;
}

.cart-list__title {
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  color: #101010;
  width: 100%;
  max-width: 195px;
  padding-bottom: 16px;
}

.cart-list__size {
  display: flex;
}

.cart-list__size-name {
  font-size: 13px;
  line-height: 130%;
  color: #888888;
}

.cart-list__field {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.cart-list__count {
  width: 105px;
  flex-shrink: 0;
}

.cart-list__delimiter {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  background: url("../img/x-delimiter.svg") 50% 50% no-repeat;
  background-size: contain;
  margin: 0 12px;
}

.cart-list__price {
  width: 105px;
  flex-shrink: 0;
}

.cart-list__price-main {
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 0.01em;
  color: #101010;
}

.cart-list__price-old {
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0.01em;
  text-decoration-line: line-through;
  color: #ED273E;
}

.cart-list__remove {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  display: block;
  margin-left: 14px;
}

.cart-list__remove_sm {
  display: none;
}

.cart-list__remove svg {
  width: 100%;
  height: 100%;
  stroke: #404143;
  transition: stroke 300ms ease;
}

.cart-list__remove:hover svg {
  stroke: #ED273E;
}

.order {
  padding-bottom: 80px;
}

.order__total {
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  color: #2F2F2F;
  padding-bottom: 22px;
}

.order__pagination {
  padding: 32px 0 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.order__pagination-total {
  font-size: 13px;
  line-height: 15px;
  letter-spacing: 0.02em;
  color: #2F2F2F;
}

.order__pagination-total strong {
  font-weight: 500;
}

.order__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 32px;
}

.order__header-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  color: #101010;
  padding-bottom: 8px;
}

.order__header-date {
  font-size: 12px;
  line-height: 140%;
  color: #93969B;
}

.order__plates-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.order__plates-col {
  width: calc(100% / 4);
  padding: 0 10px 20px 10px;
  height: auto;
}

.order__plates-item {
  padding: 20px;
  background: #F6F6F6;
  height: 100%;
}

.order__plates-title {
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 0.01em;
  color: #888888;
  padding-bottom: 4px;
}

.order__plates-value {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #2F2F2F;
}

.order__plates-value_red {
  color: #EF2431;
}

.order__plates-link {
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 0.01em;
  color: #EF2431;
}

.order-list {
  padding-bottom: 40px;
}

.order-list__row {
  display: flex;
  align-items: center;
  margin-left: -10px;
  margin-right: -10px;
}

.order-list__col {
  padding: 0 10px;
}

.order-list__col:first-child {
  flex: 1;
}

.order-list__col:last-child {
  margin-left: auto;
}

.order-list__item {
  border-bottom: 1px solid #E2E2E2;
  padding: 32px 0;
}

.order-list__item:first-child {
  border-top: 1px solid #E2E2E2;
}

.order-list__item-info {
  display: flex;
}

.order-list__image {
  max-width: 70px;
  width: 100%;
  margin-right: 30px;
  flex-shrink: 0;
}

.order-list__image img {
  display: block;
  width: 100%;
  height: auto;
}

.order-list__vendor-code {
  font-size: 13px;
  line-height: 130%;
  color: #888888;
  padding-bottom: 16px;
}

.order-list__vendor-code strong {
  font-weight: 500;
}

.order-list__title {
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  color: #101010;
  padding-bottom: 16px;
  width: 100%;
  max-width: 190px;
}

.order-list__size {
  display: inline-block;
}

.order-list__size-title {
  font-size: 13px;
  line-height: 130%;
  color: #888888;
}

.order-list__size-value {
  font-weight: 500;
  font-size: 13px;
  line-height: 130%;
  color: #101010;
}

.order-list__count {
  display: flex;
  align-items: center;
}

.order-list__count-text {
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0.01em;
  color: #101010;
}

.order-list__count-text span {
  color: #C8C8C8;
  display: none;
}

.order-list__count-text_price {
  min-width: 100px;
}

.order-list__count-delimiter {
  display: block;
  width: 16px;
  height: 16px;
  margin: 0 16px;
  background: url("../img/x-delimiter.svg") 50% 50% no-repeat;
  background-size: contain;
}

.order-list__price {
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0.01em;
  color: #101010;
  text-align: left;
  min-width: 100px;
}

.order-total__row {
  display: flex;
  justify-content: space-between;
  margin-left: -10px;
  margin-right: -10px;
}

.order-total__col {
  padding: 0 10px;
}

.order-total__table tr:last-child td {
  padding-top: 18px;
}

.order-total__table td {
  padding-bottom: 10px;
}

.order-total__table td:first-child {
  padding-right: 40px;
}

.order-total__text {
  font-size: 14px;
  line-height: 130%;
  color: #2F2F2F;
}

.order-total__text_lg {
  font-weight: 500;
  font-size: 15px;
  line-height: 130%;
}

.order-total__price {
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  text-align: right;
  letter-spacing: 0.01em;
  color: #101010;
}

.order-total__price_lg {
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  color: #ED1C24;
}

.personal-info__form {
  position: relative;
}

.personal-info__form-container {
  width: 100%;
  max-width: 402px;
}

.personal-info__form-fields {
  padding-bottom: 11px;
  border-bottom: 1px solid #E2E2E2;
}

.personal-info__form-buttons {
  padding-top: 30px;
  display: flex;
}

.personal-info__form-button {
  padding-right: 24px;
}

.newsletter__form-fields {
  padding-bottom: 160px;
  border-bottom: 1px solid #E2E2E2;
}

.newsletter__form-buttons {
  padding-top: 30px;
  display: flex;
}

.newsletter__form-button {
  padding-right: 24px;
}

.news {
  padding-bottom: 80px;
}

.news__breads {
  padding-bottom: 20px;
}

.news__header {
  padding-bottom: 40px;
  margin-bottom: 60px;
  border-bottom: 1px solid #E2E2E2;
}

.news__header-title {
  font-weight: 500;
  font-size: 28px;
  line-height: 24px;
  letter-spacing: 0.01em;
  color: #101010;
  padding-bottom: 12px;
}

.news__header-counter {
  font-weight: 500;
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #888888;
}

.news__news-card {
  padding-bottom: 60px;
}

.news__pagination {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.news__more-btn {
  width: 100%;
  padding-bottom: 40px;
  display: flex;
  justify-content: center;
}

.publication {
  padding-bottom: 40px;
}

.publication__breads {
  padding-bottom: 40px;
}

.publication__header {
  padding-bottom: 40px;
}

.publication__title {
  font-weight: 500;
  font-size: 36px;
  line-height: 120%;
  color: #101010;
  padding-bottom: 24px;
}

.publication__date {
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #888888;
  padding-bottom: 32px;
}

.publication__date_pb-0 {
  padding-bottom: 0 !important;
}

.publication__socials {
  display: flex;
}

.publication__socials-item {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  margin-right: 10px;
  background: #fff;
  border: 2px solid #404143;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 300ms ease;
}

.publication__socials-item svg {
  display: block;
  width: 16px;
  height: 16px;
  fill: #404143;
  transition: fill 300ms ease;
}

.publication__socials-item:hover {
  background: #404143;
}

.publication__socials-item:hover svg {
  fill: #fff;
}

.publication__hero-img {
  position: relative;
  margin-bottom: 40px;
  overflow: hidden;
}

.publication__hero-img-container {
  position: relative;
  height: 100%;
}

.publication__hero-img-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 196%;
  max-width: 1556px;
  z-index: 1;
}

.publication__hero-img img {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
}

.publication__content .article {
  padding-bottom: 20px;
}

.publication__footer-content {
  border-top: 1px solid #E2E2E2;
  padding: 40px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.article .lead {
  font-weight: 500;
  font-size: 16px;
  line-height: 170%;
  color: #2F2F2F;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #E2E2E2;
}

.article p {
  font-weight: 300;
  font-size: 15px;
  line-height: 170%;
  color: #2F2F2F;
  padding-bottom: 40px;
}

.article h2 {
  font-weight: 500;
  font-size: 24px;
  line-height: 130%;
  color: #101010;
  padding-bottom: 24px;
}

.article h3 {
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  color: #101010;
  padding-bottom: 24px;
}

.article ul {
  list-style-type: none;
  padding: 0 0 40px 0;
  margin: 0;
}

.article ul li {
  font-size: 16px;
  line-height: 160%;
  color: #2F2F2F;
  padding-bottom: 10px;
  padding-left: 30px;
  position: relative;
}

.article ul li::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 6px;
  height: 6px;
  background: #CACACA;
}

.article__image {
  width: 100%;
  max-width: 680px;
  padding-bottom: 40px;
  margin: 0 auto;
}

.article__image img {
  display: block;
  width: 100%;
  height: auto;
}

.article__image-description {
  font-size: 14px;
  line-height: 150%;
  color: #888888;
  padding-top: 32px;
}

.favourites {
  padding-bottom: 80px;
}

.favourites__breads {
  padding-bottom: 20px;
}

.favourites__header {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #E2E2E2;
}

.favourites__header_no-border {
  border-bottom: none;
  margin-bottom: 0;
}

.favourites__header-title {
  font-weight: 500;
  font-size: 28px;
  line-height: 24px;
  letter-spacing: 0.01em;
  color: #101010;
  padding-bottom: 12px;
}

.favourites__header-counter {
  font-weight: 500;
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #888888;
}

.favourites__product-card {
  padding-bottom: 48px;
}

.search {
  padding-bottom: 80px;
}

.search__breads {
  padding-bottom: 20px;
}

.search__header {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #E2E2E2;
}

.search__header_no-border {
  border-bottom: none;
  margin-bottom: 0;
}

.search__header-title {
  font-weight: 500;
  font-size: 28px;
  line-height: 24px;
  letter-spacing: 0.01em;
  color: #101010;
  padding-bottom: 12px;
}

.search__header-counter {
  font-weight: 500;
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #888888;
  padding-bottom: 24px;
}

.search__form {
  width: 100%;
  max-width: 480px;
}

.search__form_fw {
  max-width: 100% !important;
}

.search__input {
  width: 100%;
  position: relative;
}

.search__input-field {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-progress-appearance: none;
  line-height: 48px;
  border: none;
  box-shadow: none;
  outline: none;
  font-weight: 400;
  font-size: 15px;
  color: #2F2F2F;
  padding: 0 56px 0 20px;
  border: 1px solid #C2C5D0;
  width: 100%;
  transition: border 300ms ease;
}

.search__input-field_lg {
  line-height: 56px;
}

.search__input-field:focus {
  border-color: #404143;
}

.search__input-btn {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: none;
  box-shadow: none;
  border: none;
  cursor: pointer;
  outline: none;
}

.search__product-card {
  padding-bottom: 48px;
}

.search__pagination {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.search__more-btn {
  width: 100%;
  padding-bottom: 40px;
}

.contacts {
  padding-bottom: 120px;
}

.contacts__breads {
  padding-bottom: 20px;
}

.contacts__header {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #E2E2E2;
}

.contacts__header-title {
  font-weight: 500;
  font-size: 28px;
  line-height: 24px;
  letter-spacing: 0.01em;
  color: #101010;
}

.about {
  padding-bottom: 120px;
}

.about__breads {
  padding-bottom: 20px;
}

.about__header {
  padding-bottom: 40px;
  margin-bottom: 50px;
  border-bottom: 1px solid #E2E2E2;
}

.about__header-title {
  font-weight: 500;
  font-size: 28px;
  line-height: 24px;
  letter-spacing: 0.01em;
  color: #101010;
}

.about__article {
  padding-bottom: 80px;
}

.about__article:last-child {
  padding-bottom: 0;
}

.about__article p {
  font-weight: 300;
  font-size: 16px;
  line-height: 160%;
  color: #2F2F2F;
  padding-bottom: 32px;
}

.about__article p:last-child {
  padding-bottom: 0;
}

.about__article strong {
  font-weight: 500;
}

.about__sliders {
  background: #000000;
  padding: 94px 0 0 0;
  position: relative;
  overflow: hidden;
  margin-bottom: 80px;
}

.about__sliders::before {
  content: '';
  position: absolute;
  top: 214px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #575757;
}

.about__info-slider {
  padding-bottom: 100px;
}

.about__slideshow {
  padding-bottom: 60px;
}

.about__logo {
  overflow: visible;
  width: 100%;
  margin: 0 auto;
  padding-top: 11.88%;
  background: url("../img/logo.svg") 50% 0 no-repeat;
  background-size: 109% auto;
}

.delivery {
  padding-bottom: 120px;
}

.delivery__breads {
  padding-bottom: 20px;
}

.delivery__header {
  padding-bottom: 40px;
  margin-bottom: 50px;
  border-bottom: 1px solid #E2E2E2;
}

.delivery__header-title {
  font-weight: 500;
  font-size: 28px;
  line-height: 24px;
  letter-spacing: 0.01em;
  color: #101010;
}

.delivery__lead {
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid #E2E2E2;
}

.content-page {
  padding-bottom: 120px;
}

.content-page__breads {
  padding-bottom: 20px;
}

.content-page__header {
  padding-bottom: 40px;
  margin-bottom: 50px;
  border-bottom: 1px solid #E2E2E2;
}

.content-page__header-title {
  font-weight: 500;
  font-size: 28px;
  line-height: 24px;
  letter-spacing: 0.01em;
  color: #101010;
}

.text-content p {
  font-weight: 300;
  font-size: 16px;
  line-height: 160%;
  color: #2F2F2F;
  padding-bottom: 32px;
}

.text-content p:last-child {
  padding-bottom: 0;
}

.text-content strong {
  font-weight: 500;
}

.text-content h2 {
  font-weight: 500;
  font-size: 24px;
  line-height: 130%;
  color: #101010;
  padding: 8px 0 24px;
}

.text-content h3 {
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  color: #101010;
  padding: 8px 0 24px;
}

.text-content hr {
  background: #E2E2E2;
  height: 1px;
  border: none;
  margin: 8px 0 40px;
}

.text-content ul {
  padding: 8px 0 32px;
  list-style-type: none;
}

.text-content ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #2F2F2F;
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
}

.text-content ul li::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background: #CACACA;
}

.text-content ul li:last-child {
  margin-bottom: 0;
}

.text-content ol {
  padding: 8px 0 32px;
  list-style-type: none;
  counter-reset: ol-list;
}

.text-content ol li {
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #2F2F2F;
  margin-bottom: 10px;
  padding-left: 48px;
  position: relative;
  counter-increment: ol-list;
}

.text-content ol li::before {
  content: counter(ol-list);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #2F2F2F;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #F2C94C;
}

.text-content ol li:last-child {
  margin-bottom: 0;
}

.text-content a {
  color: #EF2431;
  text-decoration: none;
  text-underline-offset: 3px;
}

.text-content a:hover {
  text-decoration: underline;
}

.text-content em {
  font-style: italic;
  font-weight: 400;
}

.media {
  padding-bottom: 80px;
}

.media__breads {
  padding-bottom: 20px;
}

.media__header {
  padding-bottom: 40px;
  margin-bottom: 60px;
  border-bottom: 1px solid #E2E2E2;
}

.media__header-title {
  font-weight: 500;
  font-size: 28px;
  line-height: 24px;
  letter-spacing: 0.01em;
  color: #101010;
  padding-bottom: 12px;
}

.media__header-counter {
  font-weight: 500;
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #888888;
}

.media__media-card {
  padding-bottom: 60px;
}

.media__pagination {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.media__more-btn {
  width: 100%;
  padding-bottom: 40px;
  display: flex;
  justify-content: center;
}

@media only screen and (min-width: 0px) {
  .row {
    margin-left: -8px;
    margin-right: -8px;
  }

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

  [class*='col-'] {
    padding-left: 8px;
    padding-right: 8px;
  }

  .row.no-gutters [class*='col-'] {
    padding-left: 0;
    padding-right: 0;
  }

  .col-xs-1 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    width: 100%;
  }

  .offset-xs-1 {
    margin-left: 8.33333%;
  }

  .order-xs-1 {
    order: 1;
  }

  .col-xs-2 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    width: 100%;
  }

  .offset-xs-2 {
    margin-left: 16.66667%;
  }

  .order-xs-2 {
    order: 2;
  }

  .col-xs-3 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 25%;
    max-width: 25%;
    width: 100%;
  }

  .offset-xs-3 {
    margin-left: 25%;
  }

  .order-xs-3 {
    order: 3;
  }

  .col-xs-4 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    width: 100%;
  }

  .offset-xs-4 {
    margin-left: 33.33333%;
  }

  .order-xs-4 {
    order: 4;
  }

  .col-xs-5 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    width: 100%;
  }

  .offset-xs-5 {
    margin-left: 41.66667%;
  }

  .order-xs-5 {
    order: 5;
  }

  .col-xs-6 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 50%;
    max-width: 50%;
    width: 100%;
  }

  .offset-xs-6 {
    margin-left: 50%;
  }

  .order-xs-6 {
    order: 6;
  }

  .col-xs-7 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    width: 100%;
  }

  .offset-xs-7 {
    margin-left: 58.33333%;
  }

  .order-xs-7 {
    order: 7;
  }

  .col-xs-8 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    width: 100%;
  }

  .offset-xs-8 {
    margin-left: 66.66667%;
  }

  .order-xs-8 {
    order: 8;
  }

  .col-xs-9 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 75%;
    max-width: 75%;
    width: 100%;
  }

  .offset-xs-9 {
    margin-left: 75%;
  }

  .order-xs-9 {
    order: 9;
  }

  .col-xs-10 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    width: 100%;
  }

  .offset-xs-10 {
    margin-left: 83.33333%;
  }

  .order-xs-10 {
    order: 10;
  }

  .col-xs-11 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    width: 100%;
  }

  .offset-xs-11 {
    margin-left: 91.66667%;
  }

  .order-xs-11 {
    order: 11;
  }

  .col-xs-12 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }

  .offset-xs-12 {
    margin-left: 100%;
  }

  .order-xs-12 {
    order: 12;
  }
}

@media only screen and (min-width: 480px) {
  .row {
    margin-left: -8px;
    margin-right: -8px;
  }

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

  [class*='col-'] {
    padding-left: 8px;
    padding-right: 8px;
  }

  .row.no-gutters [class*='col-'] {
    padding-left: 0;
    padding-right: 0;
  }

  .col-sm-1 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    width: 100%;
  }

  .offset-sm-1 {
    margin-left: 8.33333%;
  }

  .order-sm-1 {
    order: 1;
  }

  .col-sm-2 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    width: 100%;
  }

  .offset-sm-2 {
    margin-left: 16.66667%;
  }

  .order-sm-2 {
    order: 2;
  }

  .col-sm-3 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 25%;
    max-width: 25%;
    width: 100%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .order-sm-3 {
    order: 3;
  }

  .col-sm-4 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    width: 100%;
  }

  .offset-sm-4 {
    margin-left: 33.33333%;
  }

  .order-sm-4 {
    order: 4;
  }

  .col-sm-5 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    width: 100%;
  }

  .offset-sm-5 {
    margin-left: 41.66667%;
  }

  .order-sm-5 {
    order: 5;
  }

  .col-sm-6 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 50%;
    max-width: 50%;
    width: 100%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .order-sm-6 {
    order: 6;
  }

  .col-sm-7 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    width: 100%;
  }

  .offset-sm-7 {
    margin-left: 58.33333%;
  }

  .order-sm-7 {
    order: 7;
  }

  .col-sm-8 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    width: 100%;
  }

  .offset-sm-8 {
    margin-left: 66.66667%;
  }

  .order-sm-8 {
    order: 8;
  }

  .col-sm-9 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 75%;
    max-width: 75%;
    width: 100%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .order-sm-9 {
    order: 9;
  }

  .col-sm-10 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    width: 100%;
  }

  .offset-sm-10 {
    margin-left: 83.33333%;
  }

  .order-sm-10 {
    order: 10;
  }

  .col-sm-11 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    width: 100%;
  }

  .offset-sm-11 {
    margin-left: 91.66667%;
  }

  .order-sm-11 {
    order: 11;
  }

  .col-sm-12 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }

  .offset-sm-12 {
    margin-left: 100%;
  }

  .order-sm-12 {
    order: 12;
  }
}

@media only screen and (min-width: 768px) {
  .row {
    margin-left: -10px;
    margin-right: -10px;
  }

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

  [class*='col-'] {
    padding-left: 10px;
    padding-right: 10px;
  }

  .row.no-gutters [class*='col-'] {
    padding-left: 0;
    padding-right: 0;
  }

  .col-md-1 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    width: 100%;
  }

  .offset-md-1 {
    margin-left: 8.33333%;
  }

  .order-md-1 {
    order: 1;
  }

  .col-md-2 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    width: 100%;
  }

  .offset-md-2 {
    margin-left: 16.66667%;
  }

  .order-md-2 {
    order: 2;
  }

  .col-md-3 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 25%;
    max-width: 25%;
    width: 100%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .order-md-3 {
    order: 3;
  }

  .col-md-4 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    width: 100%;
  }

  .offset-md-4 {
    margin-left: 33.33333%;
  }

  .order-md-4 {
    order: 4;
  }

  .col-md-5 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    width: 100%;
  }

  .offset-md-5 {
    margin-left: 41.66667%;
  }

  .order-md-5 {
    order: 5;
  }

  .col-md-6 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 50%;
    max-width: 50%;
    width: 100%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .order-md-6 {
    order: 6;
  }

  .col-md-7 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    width: 100%;
  }

  .offset-md-7 {
    margin-left: 58.33333%;
  }

  .order-md-7 {
    order: 7;
  }

  .col-md-8 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    width: 100%;
  }

  .offset-md-8 {
    margin-left: 66.66667%;
  }

  .order-md-8 {
    order: 8;
  }

  .col-md-9 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 75%;
    max-width: 75%;
    width: 100%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .order-md-9 {
    order: 9;
  }

  .col-md-10 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    width: 100%;
  }

  .offset-md-10 {
    margin-left: 83.33333%;
  }

  .order-md-10 {
    order: 10;
  }

  .col-md-11 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    width: 100%;
  }

  .offset-md-11 {
    margin-left: 91.66667%;
  }

  .order-md-11 {
    order: 11;
  }

  .col-md-12 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }

  .offset-md-12 {
    margin-left: 100%;
  }

  .order-md-12 {
    order: 12;
  }

  .main-slider--dark .main-slider__pagination-wrapper .swiper-pagination-bullet {
    background: #656565;
  }

  .main-slider--dark .main-slider__pagination-wrapper .swiper-pagination-bullet-active {
    background: #E4E4E4 !important;
  }

  .main-slider--dark .slider-button {
    border-color: #E9E9E9;
    background: #000;
  }

  .main-slider--dark .slider-button svg {
    stroke: #E9E9E9;
  }

  .main-slider--dark .slider-button:hover {
    background: #E9E9E9;
  }

  .main-slider--dark .slider-button:hover svg {
    stroke: #000;
  }

  .main-slider__item {
    background-color: #eeeeee;
  }

  .main-slider__item--dark {
    background-color: #060606;
  }

  .main-slider__item--dark .main-slider__subtitle {
    color: #E7E7E7;
  }

  .main-slider__item--dark .main-slider__title {
    color: #fff;
  }

  .main-slider__item--dark .main-slider__title::before {
    background: #fff;
  }

  .main-slider__item--dark .main-slider__text {
    color: #DCDCDC;
  }

  .main-slider__item--dark .btn {
    background: transparent;
    border-color: #E9E9E9;
  }

  .main-slider__item--dark .btn span {
    color: #E9E9E9;
  }

  .main-slider__item--dark .btn:hover {
    background: #E9E9E9;
  }

  .main-slider__item--dark .btn:hover span {
    color: #000;
  }
}

@media only screen and (min-width: 1024px) {
  .row {
    margin-left: -10px;
    margin-right: -10px;
  }

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

  [class*='col-'] {
    padding-left: 10px;
    padding-right: 10px;
  }

  .row.no-gutters [class*='col-'] {
    padding-left: 0;
    padding-right: 0;
  }

  .col-lg-1 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    width: 100%;
  }

  .offset-lg-1 {
    margin-left: 8.33333%;
  }

  .order-lg-1 {
    order: 1;
  }

  .col-lg-2 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    width: 100%;
  }

  .offset-lg-2 {
    margin-left: 16.66667%;
  }

  .order-lg-2 {
    order: 2;
  }

  .col-lg-3 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 25%;
    max-width: 25%;
    width: 100%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .order-lg-3 {
    order: 3;
  }

  .col-lg-4 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    width: 100%;
  }

  .offset-lg-4 {
    margin-left: 33.33333%;
  }

  .order-lg-4 {
    order: 4;
  }

  .col-lg-5 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    width: 100%;
  }

  .offset-lg-5 {
    margin-left: 41.66667%;
  }

  .order-lg-5 {
    order: 5;
  }

  .col-lg-6 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 50%;
    max-width: 50%;
    width: 100%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .order-lg-6 {
    order: 6;
  }

  .col-lg-7 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    width: 100%;
  }

  .offset-lg-7 {
    margin-left: 58.33333%;
  }

  .order-lg-7 {
    order: 7;
  }

  .col-lg-8 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    width: 100%;
  }

  .offset-lg-8 {
    margin-left: 66.66667%;
  }

  .order-lg-8 {
    order: 8;
  }

  .col-lg-9 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 75%;
    max-width: 75%;
    width: 100%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .order-lg-9 {
    order: 9;
  }

  .col-lg-10 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    width: 100%;
  }

  .offset-lg-10 {
    margin-left: 83.33333%;
  }

  .order-lg-10 {
    order: 10;
  }

  .col-lg-11 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    width: 100%;
  }

  .offset-lg-11 {
    margin-left: 91.66667%;
  }

  .order-lg-11 {
    order: 11;
  }

  .col-lg-12 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }

  .offset-lg-12 {
    margin-left: 100%;
  }

  .order-lg-12 {
    order: 12;
  }
}

@media only screen and (min-width: 1280px) {
  .row {
    margin-left: -10px;
    margin-right: -10px;
  }

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

  [class*='col-'] {
    padding-left: 10px;
    padding-right: 10px;
  }

  .row.no-gutters [class*='col-'] {
    padding-left: 0;
    padding-right: 0;
  }

  .col-xl-1 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    width: 100%;
  }

  .offset-xl-1 {
    margin-left: 8.33333%;
  }

  .order-xl-1 {
    order: 1;
  }

  .col-xl-2 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    width: 100%;
  }

  .offset-xl-2 {
    margin-left: 16.66667%;
  }

  .order-xl-2 {
    order: 2;
  }

  .col-xl-3 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 25%;
    max-width: 25%;
    width: 100%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .order-xl-3 {
    order: 3;
  }

  .col-xl-4 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    width: 100%;
  }

  .offset-xl-4 {
    margin-left: 33.33333%;
  }

  .order-xl-4 {
    order: 4;
  }

  .col-xl-5 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    width: 100%;
  }

  .offset-xl-5 {
    margin-left: 41.66667%;
  }

  .order-xl-5 {
    order: 5;
  }

  .col-xl-6 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 50%;
    max-width: 50%;
    width: 100%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .order-xl-6 {
    order: 6;
  }

  .col-xl-7 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    width: 100%;
  }

  .offset-xl-7 {
    margin-left: 58.33333%;
  }

  .order-xl-7 {
    order: 7;
  }

  .col-xl-8 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    width: 100%;
  }

  .offset-xl-8 {
    margin-left: 66.66667%;
  }

  .order-xl-8 {
    order: 8;
  }

  .col-xl-9 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 75%;
    max-width: 75%;
    width: 100%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .order-xl-9 {
    order: 9;
  }

  .col-xl-10 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    width: 100%;
  }

  .offset-xl-10 {
    margin-left: 83.33333%;
  }

  .order-xl-10 {
    order: 10;
  }

  .col-xl-11 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    width: 100%;
  }

  .offset-xl-11 {
    margin-left: 91.66667%;
  }

  .order-xl-11 {
    order: 11;
  }

  .col-xl-12 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }

  .offset-xl-12 {
    margin-left: 100%;
  }

  .order-xl-12 {
    order: 12;
  }
}

@media only screen and (max-width: 1479px) {
  .content__container {
    padding: 20px 0 20px 40px;
  }
}

@media only screen and (max-width: 1279px) {
  .content__col:first-child {
    display: none;
  }

  .content__col:last-child {
    width: 100%;
  }

  .content__container {
    padding: 20px 0;
  }

  .alert-container {
    right: 20px;
    bottom: 20px;
  }

  .benefits__row {
    margin-left: 0;
    margin-right: 0;
    flex-wrap: wrap;
    width: calc(100% + 2px);
    position: relative;
    top: 2px;
  }

  .benefits__item {
    width: 50%;
    padding: 22px 50px;
    border-bottom: 1px solid #E2E2E2;
  }

  .price-range {
    padding-bottom: 20px;
  }

  .price-range__input {
    height: 40px;
    line-height: 40px;
  }

  .info-slider {
    padding: 0;
  }

  .navbar.search .navbar__search {
    width: 95%;
  }

  .navbar__menu-holder {
    padding-left: 0;
  }

  .navbar__menu {
    padding-left: 0;
  }

  .filter {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    max-width: 304px;
    padding: 0;
    display: none;
  }

  .filter.active {
    display: block;
  }

  .filter__content {
    overflow-y: auto;
    height: 100%;
    padding: 0 16px 84px 16px;
  }

  .filter__overlay {
    opacity: 1;
    visibility: visible;
  }

  .filter__header {
    display: block;
  }

  .filter__item:first-child {
    border-top: 1px solid #E2E2E2;
  }

  .filter__item:first-child .filter__toggle {
    padding-top: 20px;
  }

  .filter__toggle {
    padding: 20px 0;
  }

  .filter__title {
    font-size: 14px;
    line-height: 20px;
  }

  .filter__item-content {
    padding: 0 8px 20px 8px;
    margin-left: -8px;
    margin-right: -8px;
  }

  .filter__link {
    padding: 5px 8px;
    margin-left: -8px;
    margin-right: -8px;
  }

  .filter__checkbox {
    padding: 8px 0;
  }

  .filter__controls {
    display: flex;
  }

  .product-gallery__thumbs-slide:hover {
    border-color: #4A4A4A;
  }

  .product-gallery_popup .product-gallery__thumbs-container {
    width: 82px;
    height: calc(100% - 5px);
    box-sizing: content-box;
    overflow: hidden;
    position: absolute;
    top: 7px;
    left: -5px;
    padding: 5px;
  }

  .product-gallery_single {
    padding-left: 0;
  }

  .product-gallery_single .product-gallery__slide::before {
    padding-top: 91%;
  }

  .product-gallery_single .product-gallery__thumbs-container {
    display: none;
  }

  .catalog__select {
    display: none;
  }

  .catalog__options {
    display: flex;
  }
}

@media only screen and (max-width: 1023px) {
  .container {
    padding: 0 40px;
  }

  .main {
    padding-top: 99px;
  }

  .main-inner {
    padding-top: 24px;
  }

  .content {
    overflow: hidden;
  }

  .content__container {
    padding: 0;
  }

  .hidden-md {
    display: none;
  }

  .hidden-flex-md {
    display: none !important;
  }

  .show-flex-md {
    display: flex !important;
  }

  .column-reverse-md {
    flex-direction: column-reverse;
  }

  .g-error {
    min-height: 48px;
  }

  .g-error__icon {
    width: 48px;
  }

  .g-error__text {
    padding: 10px 20px;
    font-size: 14px;
    line-height: 16px;
  }

  .btn {
    padding: 0 28px;
    height: 42px;
  }

  .btn span {
    font-size: 13px;
    line-height: 15px;
  }

  .btn.is-loading {
    width: 42px;
  }

  .btn.is-loading::before {
    width: 28px;
    height: 28px;
  }

  .btn_lg {
    padding: 0 26px;
    height: 40px;
  }

  .btn_lg span {
    font-size: 13px;
  }

  .btn_lg.is-loading {
    width: 40px;
  }

  .btn_lg.is-loading::before {
    width: 28px;
    height: 28px;
  }

  .btn_sm {
    padding: 0 20px;
    height: 32px;
  }

  .btn_sm span {
    font-size: 11px;
  }

  .btn_sm.is-loading {
    width: 32px;
  }

  .btn_sm.is-loading::before {
    width: 22px;
    height: 22px;
  }

  .btn_md-p-10 {
    padding: 0 10px;
  }

  .modal_login .modal__container {
    max-width: 374px;
  }

  .modal_cart-add .modal__container {
    max-width: 590px;
  }

  .modal__wrapper {
    padding: 30px;
  }

  .modal__container {
    max-width: 374px;
  }

  .modal__content {
    padding: 40px;
  }

  .modal__close {
    width: 24px;
    height: 24px;
    top: 8px;
    right: 8px;
  }

  .modal__icon {
    width: 80px;
    height: 80px;
    margin-bottom: 24px;
  }

  .modal__icon img {
    width: 40px;
    height: 40px;
  }

  .modal__title {
    font-size: 18px;
    padding-bottom: 8px;
  }

  .modal__description {
    font-size: 12px;
    padding-bottom: 32px;
  }

  .modal__buttons {
    margin-left: -8px;
    margin-right: -8px;
  }

  .modal__button {
    padding: 0 8px;
  }

  .form__field {
    padding-bottom: 24px;
  }

  .form__row {
    margin-left: -12px;
    margin-right: -12px;
  }

  .form__row_md-100 {
    flex-wrap: wrap;
  }

  .form__row_md-100 .form__col {
    width: 100%;
  }

  .form__row_column-3 .form__col {
    width: 50%;
  }

  .form__col {
    padding: 0 12px;
  }

  .error-msg {
    font-size: 11px;
  }

  .label {
    padding-bottom: 12px;
  }

  .selectize_lg .selectize-input {
    height: 56px;
    font-size: 14px;
    line-height: 56px;
  }

  .selectize-input {
    height: 40px;
    line-height: 40px;
    font-size: 13px;
  }

  .slider-button {
    width: 32px;
    height: 32px;
  }

  .slider-button svg {
    width: 16px;
    height: 16px;
  }

  .slider-button_next {
    right: -16px;
  }

  .slider-button_prev {
    left: -16px;
  }

  .content__title {
    font-size: 20px;
    line-height: 24px;
    padding-bottom: 16px;
    margin-bottom: 32px;
  }

  .content__title::before {
    width: 40px;
  }

  .slider-pagination {
    padding: 40px 0;
  }

  .slider-pagination::before {
    top: 44px;
  }

  .c-block__wrapper {
    padding: 0 24px;
  }

  .c-block__header {
    padding: 24px 0;
  }

  .c-block__title {
    font-size: 16px;
  }

  .c-block__body {
    padding: 24px 0;
  }

  .c-block__section {
    padding-bottom: 0;
    margin-bottom: 24px;
  }

  .c-block__section-title {
    padding-bottom: 20px;
  }

  .c-block__backlink-text {
    font-size: 11px;
    line-height: 13px;
  }

  .status-msg {
    padding: 100px 0;
  }

  .status-msg_lg .status-msg__caption {
    max-width: 333px;
  }

  .status-msg_lg .status-msg__title {
    padding-bottom: 32px;
  }

  .status-msg_404 {
    padding: 120px 0;
  }

  .status-msg_404 .status-msg__caption {
    max-width: 333px;
  }

  .status-msg_404 .status-msg__icon img {
    width: 48px;
    height: 48px;
  }

  .status-msg__404 {
    padding-bottom: 24px;
  }

  .status-msg__svg {
    width: 67px;
    height: 80px;
    margin: 0 16px;
  }

  .status-msg__icon {
    width: 80px;
    height: 80px;
    margin-bottom: 24px;
  }

  .status-msg__icon img {
    width: 40px;
    height: 40px;
  }

  .status-msg__caption {
    max-width: 215px;
  }

  .status-msg__title {
    font-size: 18px;
    padding-bottom: 8px;
  }

  .status-msg__description {
    font-size: 12px;
    line-height: 140%;
    padding-bottom: 32px;
  }

  .status-msg__buttons {
    max-width: 344px;
  }

  .status-msg__button {
    padding: 0 6px;
  }

  .m-form__g-error {
    margin-top: -30px;
    margin-bottom: 32px;
  }

  .m-form__content {
    padding: 70px 0;
  }

  .m-form__form {
    max-width: 334px;
  }

  .m-form__header {
    padding-bottom: 24px;
  }

  .m-form__title {
    font-size: 20px;
    padding-bottom: 10px;
  }

  .m-form__subtitle {
    font-size: 14px;
  }

  .m-form__fields {
    padding-bottom: 32px;
  }

  .m-form__button {
    padding-bottom: 24px;
  }

  .m-form__social-text {
    font-size: 13px;
    padding-bottom: 16px;
  }

  .m-form__social-buttons {
    padding-bottom: 16px;
  }

  .m-form__social-button {
    width: 40px;
    height: 40px;
  }

  .m-form__social-button svg {
    width: 20px;
    height: 20px;
  }

  .m-form__text {
    font-size: 13px;
  }

  .autocomplete__field + ul {
    top: 40px;
  }

  .input__field,
  .autocomplete__field {
    height: 40px;
    line-height: 40px;
  }

  .breadcrumbs {
    margin-left: -40px;
    margin-right: -40px;
  }

  .breadcrumbs__wrapper {
    padding: 0 40px;
    overflow-x: auto;
  }

  .breadcrumbs__wrapper::-webkit-scrollbar {
    display: none;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .breadcrumbs__link {
    font-size: 12px;
    line-height: 24px;
  }

  .pagination_sm .pagination__item {
    margin: 0;
  }

  .scroll-top {
    width: 40px;
    height: 40px;
    bottom: 40px;
    right: 40px;
  }

  .category-plate_sm .category-plate__image-wrapper::before {
    padding-top: 52.09%;
  }

  .category-plate__image-wrapper::before {
    content: '';
    display: inline-block;
    padding-top: 109.58%;
  }

  .category-plate__caption {
    padding: 24px;
  }

  .category-plate__header {
    max-width: 140px;
  }

  .category-plate__subtitle {
    font-size: 10px;
    line-height: 120%;
    padding-bottom: 6px;
  }

  .category-plate__title {
    font-size: 14px;
    line-height: 120%;
    padding-bottom: 14px;
  }

  .benefits__icon {
    width: 32px;
    height: 32px;
  }

  .benefits__title {
    padding-bottom: 2px;
    font-size: 15px;
  }

  .benefits__description {
    font-size: 12px;
  }

  .tabs-slider__item {
    padding: 8px 30px;
    font-size: 11px;
    line-height: 16px;
  }

  .product-card_lg .product-card__caption {
    padding: 18px;
  }

  .product-card_lg .product-card__name {
    font-size: 16px;
  }

  .product-card__out-of-stock {
    font-size: 11px;
  }

  .product-card__category {
    font-size: 10px;
    margin-bottom: 10px;
  }

  .product-card__image-container {
    margin-bottom: 20px;
  }

  .product-card__name {
    font-size: 13px;
    line-height: 130%;
    padding-bottom: 8px;
  }

  .product-card__price-value {
    font-size: 14px;
  }

  .product-card__price-value_old {
    font-size: 12px;
  }

  .product-card__new {
    font-size: 12px;
  }

  .product-card__discount {
    font-size: 12px;
    line-height: 140%;
    padding: 3px 6px;
  }

  .product-card__favorite {
    top: 6px;
    right: 6px;
    width: 28px;
    height: 28px;
  }

  .product-card__favorite svg {
    width: 16px;
    height: 16px;
  }

  .product-card__size {
    padding-bottom: 8px;
  }

  .product-card__size-item {
    font-size: 10px;
    line-height: 13px;
  }

  .trends-plate {
    height: 248px;
  }

  .trends-plate__caption {
    padding: 32px;
  }

  .trends-plate__subtitle {
    font-size: 10px;
    line-height: 120%;
    padding-bottom: 6px;
  }

  .trends-plate__title {
    font-size: 20px;
    line-height: 140%;
    max-width: 110px;
    padding-bottom: 14px;
  }

  .sale-plate {
    height: 248px;
  }

  .sale-plate__wrapper {
    padding: 20px;
  }

  .sale-plate__caption {
    padding: 20px 50px;
  }

  .sale-plate__title {
    font-size: 10px;
    line-height: 140%;
    padding-bottom: 10px;
    margin-bottom: 16px;
  }

  .sale-plate__text {
    font-size: 39px;
    line-height: 120%;
    padding-bottom: 10px;
  }

  .sale-plate__discount {
    padding: 0 8px;
  }

  .sale-plate__discount-text {
    padding-right: 8px;
    font-size: 10px;
    line-height: 24px;
  }

  .sale-plate__discount-value {
    font-size: 32px;
    line-height: 24px;
  }

  .news-card__image-container {
    margin-bottom: 20px;
  }

  .news-card__title {
    font-size: 14px;
    line-height: 140%;
    padding-bottom: 16px;
  }

  .news-card__date {
    font-size: 12px;
    line-height: 140%;
  }

  .subscribe {
    width: 256px;
  }

  .subscribe__title {
    font-size: 12px;
    line-height: 14px;
    padding-bottom: 12px;
  }

  .color-picker__row {
    margin-top: -4px;
  }

  .color-picker__item {
    width: 25%;
    padding: 4px;
  }

  .color-picker__box {
    width: 100%;
  }

  .size-picker__col {
    width: 25%;
  }

  .size-picker__box {
    width: 100%;
  }

  .number-input_default .number-input__field {
    height: 40px;
    line-height: 40px;
    padding: 0 30px 0 14px;
    font-size: 12px;
  }

  .number-input_default .number-input__btn {
    width: 20px;
    height: 20px;
    transform: none;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .number-input_default .number-input__btn svg {
    stroke: #404143;
    fill: none;
    width: 10px;
    height: 6px;
  }

  .number-input_default .number-input__btn_up {
    padding-top: 4px;
    top: auto;
    top: 0;
    right: 5px;
    left: auto;
  }

  .number-input_default .number-input__btn_down {
    padding-bottom: 4px;
    top: auto;
    bottom: 0;
    right: 5px;
    left: auto;
  }

  .number-input__field {
    text-align: center;
    padding: 0 56px;
  }

  .number-input__btn {
    width: 24px;
    height: 24px;
    transform: translateY(-50%);
  }

  .number-input__btn_up {
    padding-top: 0;
    top: 50%;
    right: 16px;
  }

  .number-input__btn_down {
    padding-bottom: 0;
    top: 50%;
    right: auto;
    left: 16px;
  }

  .number-input__btn svg {
    stroke: none;
    fill: #404143;
    width: 100%;
    height: 100%;
  }

  .cart-total__text {
    font-size: 13px;
  }

  .cart-total__text_lg {
    font-size: 14px;
  }

  .cart-total__price {
    font-size: 13px;
  }

  .cart-total__price_lg {
    font-size: 14px;
  }

  .cart-total__sum {
    padding-bottom: 16px;
  }

  .cart-total__promo {
    padding-bottom: 24px;
  }

  .cart-total__buttons {
    padding: 24px 0 0 0;
  }

  .pr-group__row {
    margin-left: -12px;
    margin-right: -12px;
  }

  .pr-group__col {
    width: calc(100% / 2);
    padding: 0 12px 24px 12px;
  }

  .c-menu {
    display: none;
  }

  .o-table th {
    padding: 0 8px 16px 8px;
  }

  .o-table__name {
    font-size: 14px;
  }

  .o-table__date {
    font-size: 11px;
  }

  .o-table__status {
    font-size: 12px;
    line-height: 120%;
  }

  .o-table__payment {
    font-size: 12px;
    line-height: 120%;
  }

  .o-table__delivery {
    font-size: 12px;
    line-height: 120%;
    padding: 0;
    background: none;
  }

  .o-table__price {
    font-size: 12px;
    line-height: 120%;
  }

  .o-table__cancel-text {
    display: none;
  }

  .o-table__cancel-icon {
    display: block;
  }

  .read-more {
    padding: 16px 0;
    margin-bottom: 32px;
  }

  .read-more__image {
    width: 100px;
    height: 57px;
    margin-right: 24px;
  }

  .read-more__text {
    font-size: 13px;
    padding-bottom: 8px;
  }

  .read-more__title {
    font-size: 13px;
    line-height: 140%;
    max-width: 180px;
  }

  .gmap__header {
    padding-bottom: 16px;
  }

  .gmap__title {
    font-size: 14px;
  }

  .gmap__subtitle {
    font-size: 12px;
  }

  .gmap__close {
    width: 24px;
    height: 24px;
    top: 16px;
    right: 16px;
  }

  .info-slider {
    padding: 0 48px;
  }

  .info-slider__year {
    font-size: 48px;
  }

  .info-slider__month {
    font-size: 14px;
    padding-bottom: 30px;
  }

  .info-slider__text {
    font-size: 15px;
  }

  .info-slider__btn {
    width: 48px;
    height: 48px;
    top: 85px;
  }

  .info-slider__btn--prev {
    left: -73px;
  }

  .info-slider__btn--next {
    right: -73px;
  }

  .info-slider__btn svg {
    width: 24px;
    height: 24px;
  }

  .slideshow__item {
    width: 260px !important;
  }

  blockquote {
    font-size: 20px;
    padding-left: 32px;
    margin: 16px 0 0 0;
  }

  .d-list__item {
    padding-bottom: 32px;
  }

  .d-list__icon {
    width: 90px;
    height: 90px;
    margin-right: 32px;
  }

  .d-list__title {
    font-size: 20px;
    padding-bottom: 16px;
  }

  .d-list__description {
    font-size: 14px;
  }

  .media-card__image-container {
    margin-bottom: 20px;
  }

  .media-card__title {
    font-size: 16px;
    line-height: 140%;
    padding-bottom: 7px;
  }

  .media-card__link {
    font-size: 12px;
    line-height: 140%;
  }

  .navbar.hide-top-menu .navbar__profile {
    top: calc(99px - 36px);
    height: calc(100% - 63px);
  }

  .navbar__top .container {
    padding: 0 24px;
  }

  .navbar__main-container {
    padding: 18px 0;
  }

  .navbar__main .container {
    padding: 0 24px;
  }

  .navbar__menu-holder {
    padding-right: 0;
  }

  .navbar__logo {
    width: 90px;
  }

  .navbar__item_dropdown .navbar__link {
    padding-right: 33px;
  }

  .navbar__link {
    font-size: 11px;
    padding: 9px;
  }

  .navbar__drop-menu {
    top: 99px;
  }

  .navbar__options-group {
    padding: 0 5px;
  }

  .navbar__options-link {
    padding: 0 5px;
  }

  .navbar__cart {
    padding-left: 5px;
  }

  .navbar__cart-icon-holder {
    margin-right: 3px;
  }

  .navbar__cart-caption {
    display: none;
  }

  .navbar__search {
    display: none;
  }

  .navbar__search-button {
    padding: 0 5px;
  }

  .navbar__profile {
    top: 99px;
    height: calc(100% - 99px);
  }

  .footer__top {
    padding: 40px 0;
  }

  .footer__left {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 40px;
  }

  .footer__logo {
    padding-bottom: 0;
  }

  .footer__nav {
    padding: 0;
    justify-content: flex-start;
  }

  .footer__nav-item {
    padding-right: 60px;
  }

  .footer__title {
    padding-bottom: 19px;
  }

  .footer__list-link {
    padding: 5px 0;
  }

  .footer__copyright {
    font-size: 12px;
    line-height: 14px;
    max-width: 125px;
    width: 100%;
  }

  .footer__develop {
    padding-right: 0;
  }

  .main-slider {
    padding-bottom: 1px;
  }

  .main-slider .container {
    padding: 0 40px;
  }

  .main-slider__item {
    min-height: 320px;
  }

  .main-slider__image {
    background-size: cover;
  }

  .main-slider__caption {
    padding: 60px 0;
  }

  .main-slider__subtitle {
    font-size: 11px;
    padding-bottom: 6px;
  }

  .main-slider__title {
    font-size: 22px;
    margin-bottom: 16px;
  }

  .main-slider__text {
    font-size: 14px;
    padding-bottom: 16px;
  }

  .main-slider__pagination {
    bottom: 40px;
  }

  .main-slider__pagination-wrapper .swiper-pagination-bullet {
    max-width: 40px;
  }

  .main-slider__progress {
    height: 1px;
  }

  .main-slider .slider-button {
    display: none;
  }

  .categories-slider {
    margin-bottom: 40px;
  }

  .categories-slider__slide {
    height: auto;
  }

  .products-slider .slider-button {
    display: none;
  }

  .arrival-slider .slider-button {
    display: none;
  }

  .news-slider .slider-button {
    display: none;
  }

  .product-gallery {
    padding-left: 0;
    display: flex;
    flex-direction: column-reverse;
  }

  .product-gallery__favorite {
    top: 12px;
    right: 12px;
  }

  .product-gallery__thumbs-container {
    width: 100%;
    height: auto;
    position: relative;
    margin-top: 20px;
  }

  .product-gallery__thumbs-slide {
    width: 74px;
    height: auto;
  }

  .product-gallery__thumbs-slide::before {
    content: '';
    display: inline-block;
    padding-top: 159%;
  }

  .product-gallery__pagination {
    display: none;
  }

  .product-gallery_popup .product-gallery__thumbs-container {
    padding: 48px 0 0 0;
  }

  .product-gallery_single {
    padding-left: 0;
  }

  .product-gallery_single .product-gallery__thumbs-container {
    display: none;
  }

  .pp-slider__item {
    width: auto;
  }

  .pp-slider .slider-button {
    display: none;
  }

  .menu__container {
    max-width: 750px;
  }

  .menu__image {
    display: none;
  }

  .c-plate__left,
  .c-plate__right {
    padding: 32px;
  }

  .c-plate__left {
    width: 48.55%;
    padding-bottom: 0;
  }

  .c-plate__title {
    font-size: 18px;
    padding-bottom: 10px;
  }

  .c-plate__subtitle {
    font-size: 14px;
  }

  .c-plate__list {
    padding: 22px 0 0 0;
  }

  .c-plate__list-item {
    padding-left: 36px;
  }

  .c-plate__list-item::before {
    width: 20px;
    height: 20px;
  }

  .c-plate__list-title {
    font-size: 13px;
  }

  .c-plate__list-phone {
    font-size: 20px;
  }

  .c-plate__list-email {
    font-size: 15px;
  }

  .c-plate__list-text {
    font-size: 15px;
  }

  .c-plate__list-link {
    font-size: 12px;
  }

  .c-plate__logo {
    padding: 56px 0;
    margin-left: -32px;
    margin-right: -32px;
  }

  .c-plate__form-header {
    padding-bottom: 28px;
  }

  .c-plate__form-fields {
    padding-bottom: 4px;
  }

  .c-plate__form-field {
    padding-bottom: 20px;
  }

  .c-plate__form-btn {
    max-width: none;
    display: flex;
    justify-content: center;
  }

  .media-slider .slider-button {
    display: none;
  }

  .home__categories {
    padding-bottom: 50px;
  }

  .home__categories-slider {
    padding-bottom: 40px;
  }

  .home__goods {
    padding-bottom: 10px;
  }

  .home__tabs-buttons {
    padding-bottom: 32px;
  }

  .home__plates {
    padding-bottom: 50px;
  }

  .home__media {
    padding-bottom: 50px;
  }

  .catalog {
    padding-bottom: 60px;
  }

  .catalog__breads {
    padding-bottom: 24px;
  }

  .catalog__header {
    padding-bottom: 32px;
    margin-bottom: 0;
    border-bottom: none;
  }

  .catalog__header-caption {
    padding-bottom: 0;
  }

  .catalog__header-title {
    font-size: 20px;
    line-height: 24px;
    padding-bottom: 5px;
  }

  .catalog__header-counter {
    font-size: 11px;
    line-height: 140%;
  }

  .catalog__col {
    padding: 0 10px 40px 10px;
  }

  .catalog__more-btn {
    padding-bottom: 32px;
  }

  .catalog__tags {
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow-x: auto;
    padding: 0 40px 10px 40px;
    margin-bottom: 10px;
    margin-left: -40px;
    margin-right: -40px;
  }

  .catalog__tag {
    white-space: nowrap;
    flex-shrink: 0;
  }

  .product__info {
    padding-left: 20px;
  }

  .product__content {
    padding-bottom: 50px;
  }

  .product__breads {
    padding-bottom: 24px;
  }

  .product__header {
    padding-bottom: 24px;
    margin-bottom: 24px;
  }

  .product__title {
    font-size: 22px;
    line-height: 120%;
    padding-bottom: 10px;
  }

  .product__vendor-code {
    font-size: 12px;
    line-height: 130%;
    padding-bottom: 24px;
  }

  .product__price-main {
    font-size: 22px;
    padding-right: 12px;
  }

  .product__price-old {
    font-size: 14px;
  }

  .product__form-section {
    padding-bottom: 16px;
  }

  .product__form-title {
    font-size: 14px;
  }

  .product__form-size-link {
    font-size: 12px;
  }

  .product__form-fields {
    flex-direction: column;
  }

  .product__form-field {
    margin-right: 0;
    margin-bottom: 16px;
  }

  .product__form-field:last-child {
    width: 100%;
  }

  .product__block-title {
    font-size: 14px;
    padding-bottom: 24px;
    margin-bottom: 24px;
  }

  .product__description {
    display: none;
    padding-top: 50px;
  }

  .product__description_md {
    display: block;
  }

  .product__description-content p {
    font-size: 13px;
  }

  .product__section {
    padding-bottom: 10px;
  }

  .product__section-title {
    font-size: 18px;
  }

  .cart {
    padding-bottom: 16px;
  }

  .cart-list__image {
    max-width: 50px;
    margin-right: 16px;
  }

  .cart-list__vendore-code {
    font-size: 11px;
    padding-bottom: 8px;
  }

  .cart-list__title {
    font-size: 13px;
    padding-bottom: 8px;
    max-width: 100%;
  }

  .cart-list__count {
    width: 64px;
  }

  .cart-list__price {
    width: 87px;
  }

  .cart-list__price-main {
    font-size: 13px;
  }

  .cart-list__price-old {
    font-size: 11px;
  }

  .cart-list__remove {
    width: 18px;
    height: 18px;
    align-self: flex-start;
  }

  .order {
    padding-bottom: 16px;
  }

  .order__total {
    font-size: 13px;
    padding-bottom: 20px;
  }

  .order__pagination-total {
    font-size: 12px;
    line-height: 14px;
  }

  .order__header {
    padding-top: 24px;
  }

  .order__header-title {
    font-size: 14px;
    line-height: 140%;
    padding-bottom: 4px;
  }

  .order__header-date {
    font-size: 11px;
  }

  .order__plates-row {
    margin-left: -4px;
    margin-right: -4px;
  }

  .order__plates-col {
    padding: 0 4px 8px 4px;
  }

  .order__plates-item {
    padding: 12px 16px;
  }

  .order__plates-value {
    font-size: 13px;
  }

  .order-list {
    padding-bottom: 24px;
  }

  .order-list__image {
    max-width: 50px;
    margin-right: 16px;
  }

  .order-list__vendor-code {
    font-size: 11px;
    padding-bottom: 8px;
  }

  .order-list__title {
    font-size: 13px;
    padding-bottom: 8px;
    max-width: 100%;
  }

  .order-list__size-title {
    font-size: 12px;
  }

  .order-list__size-value {
    font-size: 12px;
  }

  .order-list__count-text {
    font-size: 13px;
  }

  .order-list__count-text_price {
    min-width: 70px;
  }

  .order-list__price {
    font-size: 13px;
    line-height: 110%;
    text-align: right;
    min-width: 70px;
  }

  .order-total__table tr:last-child td {
    padding-top: 12px;
  }

  .order-total__text {
    font-size: 13px;
  }

  .order-total__text_lg {
    font-size: 14px;
  }

  .order-total__price_lg {
    font-size: 14px;
    line-height: 22px;
  }

  .personal-info__form-container {
    max-width: 369px;
  }

  .news {
    padding-bottom: 60px;
  }

  .news__breads {
    padding-bottom: 24px;
  }

  .news__header {
    padding-bottom: 40px;
    margin-bottom: 0;
    border-bottom: none;
  }

  .news__header-title {
    font-size: 20px;
    line-height: 24px;
    padding-bottom: 5px;
  }

  .news__header-counter {
    font-size: 11px;
    line-height: 140%;
  }

  .news__news-card {
    padding-bottom: 40px;
  }

  .news__more-btn {
    padding-bottom: 32px;
  }

  .publication {
    padding-bottom: 18px;
  }

  .publication__breads {
    padding-bottom: 24px;
  }

  .publication__header {
    padding-bottom: 32px;
  }

  .publication__title {
    font-size: 22px;
    padding-bottom: 16px;
  }

  .publication__date {
    font-size: 12px;
    padding-bottom: 16px;
  }

  .publication__hero-img {
    margin-bottom: 32px;
  }

  .publication__hero-img-bg {
    display: none;
  }

  .publication__content .article {
    padding-bottom: 0;
  }

  .publication__footer-content {
    padding: 32px 0;
  }

  .article .lead {
    font-size: 15px;
    line-height: 160%;
    padding-bottom: 32px;
    margin-bottom: 32px;
  }

  .article p {
    font-size: 14px;
    line-height: 160%;
    padding-bottom: 32px;
  }

  .article h2 {
    font-size: 20px;
    padding-bottom: 16px;
  }

  .article h3 {
    font-size: 16px;
    line-height: 130%;
    padding-bottom: 16px;
  }

  .article ul {
    padding-bottom: 22px;
  }

  .article ul li {
    font-size: 14px;
    padding-left: 22px;
  }

  .article ul li::before {
    top: 8px;
  }

  .article__image {
    max-width: 452px;
    padding-bottom: 32px;
  }

  .article__image-description {
    padding-top: 24px;
    font-size: 12px;
  }

  .favourites {
    padding-bottom: 60px;
  }

  .favourites__breads {
    padding-bottom: 24px;
  }

  .favourites__header {
    padding-bottom: 24px;
    margin-bottom: 24px;
  }

  .favourites__header_no-border {
    margin-bottom: 0;
  }

  .favourites__header-title {
    font-size: 18px;
    line-height: 130%;
    letter-spacing: 0.01em;
    padding-bottom: 12px;
  }

  .favourites__header-counter {
    font-size: 11px;
    line-height: 140%;
  }

  .favourites__product-card {
    padding-bottom: 40px;
  }

  .search {
    padding-bottom: 60px;
  }

  .search__breads {
    padding-bottom: 24px;
  }

  .search__header {
    padding-bottom: 32px;
    margin-bottom: 0;
    border-bottom: none;
  }

  .search__header_no-border {
    margin-bottom: 0;
  }

  .search__header-title {
    font-size: 18px;
    line-height: 130%;
    letter-spacing: 0.01em;
    padding-bottom: 12px;
  }

  .search__header-counter {
    font-size: 11px;
    line-height: 140%;
  }

  .search__form {
    max-width: 288px;
  }

  .search__input-field_lg {
    line-height: 48px;
  }

  .search__product-card {
    padding-bottom: 40px;
  }

  .search__more-btn {
    padding-bottom: 32px;
  }

  .contacts {
    padding-bottom: 56px;
  }

  .contacts__breads {
    padding-bottom: 24px;
  }

  .contacts__header {
    margin-bottom: 0;
    border-bottom: none;
  }

  .contacts__header-title {
    font-size: 20px;
    line-height: 24px;
  }

  .about {
    padding-bottom: 60px;
  }

  .about__breads {
    padding-bottom: 24px;
  }

  .about__header {
    margin-bottom: 32px;
    padding-bottom: 32px;
  }

  .about__header-title {
    font-size: 20px;
    line-height: 24px;
  }

  .about__article {
    padding-bottom: 60px;
  }

  .about__article p {
    font-size: 15px;
    padding-bottom: 24px;
  }

  .about__sliders {
    padding: 75px 0 0 0;
    margin-bottom: 60px;
  }

  .about__sliders::before {
    top: 181px;
  }

  .about__info-slider {
    padding-bottom: 80px;
  }

  .delivery {
    padding-bottom: 60px;
  }

  .delivery__breads {
    padding-bottom: 24px;
  }

  .delivery__header {
    margin-bottom: 32px;
    padding-bottom: 32px;
  }

  .delivery__header-title {
    font-size: 20px;
    line-height: 24px;
  }

  .delivery__lead {
    padding-bottom: 32px;
    margin-bottom: 32px;
  }

  .content-page {
    padding-bottom: 60px;
  }

  .content-page__breads {
    padding-bottom: 24px;
  }

  .content-page__header {
    margin-bottom: 32px;
    padding-bottom: 32px;
  }

  .content-page__header-title {
    font-size: 20px;
    line-height: 24px;
  }

  .text-content p {
    font-size: 15px;
    padding-bottom: 24px;
  }

  .text-content h2 {
    font-size: 20px;
    padding: 8px 0 16px;
  }

  .text-content h3 {
    font-size: 16px;
    padding: 8px 0 16px;
  }

  .text-content hr {
    margin: 8px 0 32px;
  }

  .text-content ul {
    padding: 8px 0 24px;
  }

  .text-content ul li {
    font-size: 15px;
    padding-left: 22px;
  }

  .text-content ol {
    padding: 8px 0 24px;
  }

  .text-content ol li {
    font-size: 14px;
    padding-left: 40px;
  }

  .media {
    padding-bottom: 60px;
  }

  .media__breads {
    padding-bottom: 24px;
  }

  .media__header {
    padding-bottom: 40px;
    margin-bottom: 0;
    border-bottom: none;
  }

  .media__header-title {
    font-size: 20px;
    line-height: 24px;
    padding-bottom: 5px;
  }

  .media__header-counter {
    font-size: 11px;
    line-height: 140%;
  }

  .media__media-card {
    padding-bottom: 40px;
  }

  .media__more-btn {
    padding-bottom: 32px;
  }
}

@media only screen and (max-width: 1023px) and (max-width: 767px) {
  .catalog__tags {
    margin-left: -16px;
    margin-right: -16px;
    padding: 0 16px 10px 16px;
  }
}

@media only screen and (max-width: 767px) {
  .container {
    padding: 0 16px;
  }

  h2,
  .h2 {
    font-size: 24px;
    line-height: 28px;
  }

  h3,
  .h3 {
    font-size: 18px;
    line-height: 21px;
  }

  .main {
    padding-top: 63px;
  }

  .main-inner {
    padding-top: 16px;
  }

  .content {
    padding: 40px 0;
  }

  .content_inner {
    padding: 0;
  }

  .content__title {
    padding-bottom: 30px;
  }

  .hidden-sm {
    display: none;
  }

  .show-sm {
    display: block;
  }

  .btn_mfw {
    width: 100%;
  }

  .modal_cart-add .modal__close {
    top: 8px;
    right: 8px;
    width: 24px;
    height: 24px;
  }

  .modal_cart-add .modal__content {
    padding: 0 16px;
  }

  .modal__wrapper {
    padding: 16px;
  }

  .modal__content {
    padding: 32px;
  }

  .modal__buttons {
    flex-direction: column;
    margin: 0;
  }

  .modal__button {
    padding: 0 0 12px 0;
    max-width: none;
  }

  .modal__button:last-child {
    padding-bottom: 0;
  }

  .size-table__wrapper {
    overflow: auto;
    padding-bottom: 16px;
    margin-left: -24px;
    margin-right: -24px;
    padding: 0 24px 16px 24px;
  }

  .size-table__table {
    min-width: 420px;
  }

  .cart-add__section {
    padding: 20px 0;
  }

  .cart-add__title {
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    color: #101010;
    padding-right: 60px;
  }

  .cart-add__buttons {
    flex-direction: column;
    margin: 0;
  }

  .cart-add__button {
    padding: 0 0 12px 0;
    width: 100%;
  }

  .cart-add__button:last-child {
    padding-bottom: 0;
  }

  .cart-add__card-image {
    max-width: 50px;
    margin-right: 16px;
  }

  .cart-add__card-vendor {
    font-size: 11px;
    padding-bottom: 8px;
  }

  .cart-add__card-info {
    padding-bottom: 8px;
  }

  .cart-add__card-title {
    font-size: 13px;
  }

  .cart-add__card-price {
    display: none;
    text-align: left;
  }

  .cart-add__card-price_sm {
    display: block;
  }

  .cart-add__card-price-main {
    font-size: 13px;
    line-height: 110%;
  }

  .cart-add__card-price-old {
    font-size: 11px;
  }

  .cart-add__card-size {
    padding-bottom: 24px;
  }

  .form__title {
    font-size: 24px;
    line-height: 28px;
    padding-bottom: 30px;
  }

  .form__field {
    padding-bottom: 20px;
  }

  .form__link {
    font-size: 14px;
    line-height: 16px;
  }

  .form__row {
    flex-wrap: wrap;
  }

  .form__row_column-3 .form__col {
    width: 100%;
  }

  .form__col {
    width: 100%;
  }

  .form__col_full-center {
    padding-top: 20px;
  }

  .selectize_lg .selectize-input {
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    padding: 0 20px;
  }

  .selectize-control {
    height: 50px;
  }

  .selectize-input > input::placeholder {
    font-size: 14px;
  }

  .selectize-dropdown .option {
    font-size: 14px;
    line-height: 16px;
    padding: 10px 20px;
  }

  .size-select .selectize-control {
    height: auto;
  }

  .size-select .selectize-input {
    height: auto;
    line-height: 130%;
    font-size: 12px;
    padding: 0 16px 0 4px;
  }

  .size-select .selectize-input > input::placeholder {
    font-size: 12px;
  }

  .size-select .selectize-dropdown .option {
    font-size: 14px;
    line-height: 16px;
    padding: 6px 20px;
  }

  .slider-pagination__container {
    padding: 0 17px;
  }

  .c-block {
    padding-bottom: 16px;
  }

  .c-block__wrapper {
    padding: 0 16px;
  }

  .c-block__header {
    padding: 20px 0;
  }

  .c-block__header_sm {
    padding: 20px 0 0 0;
    border-bottom: none;
  }

  .status-msg {
    padding: 50px 0;
  }

  .status-msg_404 {
    padding: 80px 0 100px 0;
  }

  .status-msg_404 .status-msg__caption {
    max-width: 224px;
  }

  .status-msg_404 .status-msg__buttons {
    max-width: 224px;
  }

  .status-msg_404 .status-msg__title {
    padding-bottom: 16px;
  }

  .status-msg__buttons {
    max-width: 344px;
    flex-wrap: wrap;
  }

  .status-msg__button {
    padding: 0 0 12px 0;
    max-width: 100%;
  }

  .m-form__g-error {
    margin-top: 0;
  }

  .m-form__content {
    padding: 8px 0 50px 0;
  }

  .alert {
    width: 100%;
    max-width: 100%;
  }

  .alert-container {
    bottom: 16px;
    right: auto;
    left: 0;
    width: 100%;
    padding: 0 16px;
  }

  .autocomplete__field + ul li,
  .autocomplete__field + ul .no_result {
    font-size: 14px;
    line-height: 16px;
    padding: 10px 20px;
  }

  .input__toggle-icon-holder {
    width: 40px;
    height: 40px;
  }

  .input_password .input__field,
  .input_password .autocomplete__field {
    padding-right: 50px;
  }

  .textarea__counter {
    font-size: 13px;
    line-height: 15px;
    right: 16px;
    bottom: 14px;
  }

  .radio__box {
    width: 22px;
    height: 22px;
    margin-right: 10px;
  }

  .radio__box::before {
    width: 7px;
    height: 7px;
  }

  .radio__description {
    font-size: 14px;
    line-height: 16px;
  }

  .breadcrumbs {
    margin-left: -16px;
    margin-right: -16px;
  }

  .breadcrumbs__wrapper {
    padding: 0 16px;
  }

  .pagination__item {
    margin: 0;
  }

  .file__label {
    padding: 14px 20px 14px 20px;
    width: 100%;
  }

  .file__icon {
    width: 12px;
    height: 19px;
  }

  .file__text {
    font-size: 14px;
    line-height: 16px;
  }

  .scroll-top {
    width: 32px;
    height: 32px;
    right: 20px;
    bottom: 20px;
  }

  .category-plate {
    margin-bottom: 16px;
  }

  .category-plate__caption {
    padding: 16px;
  }

  .benefits__row {
    width: auto;
  }

  .benefits__item {
    border: none;
    width: 100%;
    padding: 0 24px 32px 24px;
  }

  .product-card_lg .product-card__caption {
    padding: 20px;
  }

  .trends-plate {
    height: auto;
    margin-bottom: 16px;
  }

  .trends-plate::before {
    display: inline-block;
  }

  .trends-plate__caption {
    padding: 20px;
  }

  .sale-plate {
    height: auto;
  }

  .sale-plate::before {
    display: inline-block;
  }

  .sale-plate__wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .sale-plate__caption {
    padding: 20px 40px;
  }

  .sale-plate__text {
    font-size: 34px;
  }

  .subscribe {
    width: 100%;
  }

  .pr-group {
    padding-bottom: 14px;
  }

  .pr-group__col {
    width: 100%;
    padding: 0 12px 10px 12px;
  }

  .o-table {
    width: calc(100% + 32px);
    margin-left: -16px;
    margin-right: -16px;
  }

  .o-table th {
    display: none;
  }

  .o-table tr {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
  }

  .o-table td {
    padding: 5px 16px;
    width: 100%;
    display: block;
  }

  .o-table td:first-child {
    background: #F9F9F9;
    padding: 12px 16px;
    margin-bottom: 12px;
  }

  .o-table td:first-child,
  .o-table th:first-child {
    padding-left: 16px !important;
  }

  .o-table td:last-child,
  .o-table th:last-child {
    padding-right: 16px !important;
  }

  .o-table__hidden-sm {
    display: none !important;
  }

  .o-table__show-sm {
    display: flex !important;
  }

  .o-table__btn {
    width: 16px;
    height: 16px;
    margin-left: 6px;
  }

  .o-table__body_last {
    padding-bottom: 17px;
  }

  .o-table__body {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .o-table__body-header {
    display: block;
  }

  .c-alert__icon {
    margin-right: 10px;
  }

  .gmap {
    padding: 24px 8px;
  }

  .gmap__content {
    padding: 12px 12px 0 12px;
  }

  .gmap__body {
    margin-left: -12px;
    margin-right: -12px;
  }

  .gmap__close {
    top: 8px;
    right: 8px;
  }

  .info-slider {
    padding: 0;
  }

  .info-slider::before {
    content: '';
    position: absolute;
    top: 20px;
    left: 12px;
    width: 1px;
    height: calc(100% - 20px);
    background: #575757;
  }

  .info-slider::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 10px;
    width: 10px;
    height: 50px;
    background: linear-gradient(to bottom, transparent 30%, #000000 100%);
  }

  .info-slider .swiper-wrapper {
    display: flex;
    flex-direction: column;
  }

  .info-slider__item {
    opacity: 1;
    padding: 0 0 57px 38px;
    position: relative;
  }

  .info-slider__item:last-child {
    padding-bottom: 0;
  }

  .info-slider__item:first-child .info-slider__year {
    color: #F2C94C;
  }

  .info-slider__item:first-child .info-slider__month {
    color: #E9E9E9;
  }

  .info-slider__item:first-child .info-slider__text {
    color: #E9E9E9;
  }

  .info-slider__item:first-child .info-slider__circle {
    background: #000;
  }

  .info-slider__item:first-child .info-slider__circle::before,
  .info-slider__item:first-child .info-slider__circle::after {
    opacity: 1;
  }

  .info-slider__month {
    padding-bottom: 18px;
  }

  .info-slider__circle {
    position: absolute;
    top: 18px;
    left: 8px;
    margin: 0;
  }

  .info-slider__circle::after {
    height: 28px;
    width: 1px;
    background: linear-gradient(to bottom, #F2C94C 30%, transparent 100%);
    top: 5px;
    transform: translate(-49%, 0);
  }

  .info-slider__text {
    max-width: 230px;
  }

  .info-slider__btn {
    display: none;
  }

  blockquote {
    margin: 40px 0 0 0;
  }

  .d-list__item {
    flex-direction: column;
  }

  .d-list__icon {
    margin-right: 0;
    margin-bottom: 32px;
  }

  .navbar.hide-top-menu {
    top: 0;
  }

  .navbar.hide-top-menu .navbar__profile {
    top: 63px;
    height: calc(100% - 63px);
  }

  .navbar__burger {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }

  .navbar__top {
    display: none;
  }

  .navbar__main .container {
    padding: 0 16px;
  }

  .navbar__menu {
    display: none;
  }

  .navbar__m-header-btn {
    left: 0;
    top: 4px;
    width: 56px;
    height: 56px;
  }

  .navbar__tab {
    top: 0;
  }

  .navbar__profile {
    top: 63px;
    width: 100%;
    height: calc(100% - 63px);
  }

  .m-search__container {
    padding: 8px 16px;
  }

  .m-search__field {
    line-height: 48px;
  }

  .m-search__fail {
    padding: 20px 0;
  }

  .m-search__item-wrapper {
    padding: 16px 0;
  }

  .m-search__link {
    padding: 16px 0;
  }

  .footer__bottom {
    flex-direction: column;
  }

  .footer__bottom-col {
    width: 100%;
  }

  .footer__bottom-col:last-child {
    justify-content: center;
  }

  .footer__form {
    width: 100%;
  }

  .footer__left {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer__logo {
    padding-bottom: 40px;
  }

  .footer__nav {
    flex-direction: column;
  }

  .footer__nav-item {
    padding-right: 0;
    padding-bottom: 35px;
  }

  .footer__copyright {
    max-width: 100%;
    text-align: center;
    padding-bottom: 32px;
  }

  .footer__socials {
    padding-bottom: 32px;
  }

  .footer__develop {
    font-size: 12px;
    line-height: 14px;
  }

  .main-slider .container {
    padding: 0 16px;
  }

  .main-slider__item {
    min-height: auto;
  }

  .main-slider__image {
    display: none;
  }

  .main-slider__image_sm {
    display: block;
  }

  .main-slider__caption {
    padding: 24px 0;
  }

  .main-slider__pagination {
    bottom: 0;
  }

  .main-slider__pagination-wrapper .swiper-pagination-bullet {
    background: #E2E2E2;
  }

  .main-slider__progress {
    opacity: 0;
  }

  .categories-slider__pagination {
    display: block;
  }

  .products-slider__item {
    padding-bottom: 20px;
  }

  .products-slider .slider-pagination {
    padding: 20px 0 40px 0;
  }

  .products-slider .slider-pagination::before {
    top: 24px;
  }

  .product-gallery__thumbs-container {
    margin-top: 18px;
    padding-bottom: 10px;
  }

  .pp-slider__item {
    padding-bottom: 20px;
  }

  .pp-slider .slider-pagination {
    padding: 20px 0 40px 0;
  }

  .pp-slider .slider-pagination::before {
    top: 24px;
  }

  .c-plate {
    flex-direction: column;
    margin-left: -16px;
    margin-right: -16px;
  }

  .c-plate__left,
  .c-plate__right {
    padding: 32px 16px;
  }

  .c-plate__left {
    width: 100%;
    padding-bottom: 0;
  }

  .c-plate__list {
    padding: 14px 0 0 0;
  }

  .c-plate__logo {
    padding: 40px 0;
    margin-left: -16px;
    margin-right: -16px;
  }

  .home__plates-container {
    max-width: 380px;
    width: 100%;
    margin: 0 auto;
  }

  .catalog {
    padding-bottom: 40px;
  }

  .catalog__breads {
    padding-bottom: 16px;
  }

  .catalog__header {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding-bottom: 24px;
  }

  .catalog__header-caption {
    text-align: center;
    padding-bottom: 20px;
  }

  .catalog__options {
    width: 100%;
  }

  .catalog__options-item {
    width: 50%;
  }

  .catalog__row {
    margin-left: -4px;
    margin-right: -4px;
  }

  .catalog__col {
    width: 50%;
    padding: 0 4px 24px 4px;
  }

  .catalog__more-btn {
    padding-bottom: 24px;
  }

  .product__name {
    display: none;
  }

  .product__name_sm {
    display: block;
  }

  .product__info {
    padding-left: 0;
  }

  .product__description {
    padding-top: 0;
  }

  .product__section-title {
    text-align: center;
  }

  .cart-list__item {
    padding: 24px 0;
  }

  .cart-list__row {
    flex-direction: column;
    justify-content: flex-start;
    margin: 0;
  }

  .cart-list__col {
    padding: 0;
    width: 100%;
  }

  .cart-list__caption {
    padding-right: 20px;
  }

  .cart-list__size {
    padding-bottom: 16px;
  }

  .cart-list__field {
    padding-left: 66px;
  }

  .cart-list__remove {
    display: none;
  }

  .cart-list__remove_sm {
    display: block;
    position: absolute;
    top: -6px;
    right: 0;
  }

  .order__pagination {
    padding: 24px 0 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .order__pagination-total {
    padding-bottom: 24px;
  }

  .order__header {
    padding-top: 20px;
  }

  .order__header {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .order__header-caption {
    padding-bottom: 20px;
  }

  .order__header-button {
    width: 100%;
  }

  .order__plates-col {
    width: calc(100% / 2);
  }

  .order-list__row {
    flex-wrap: wrap;
  }

  .order-list__col:first-child {
    width: 100%;
    flex-shrink: 0;
    flex: auto;
  }

  .order-list__item {
    padding: 24px 0;
  }

  .order-list__item-info {
    padding-bottom: 20px;
  }

  .order-list__count {
    padding-left: 66px;
  }

  .order-list__count-text span {
    display: inline;
  }

  .order-list__count-text {
    display: none;
  }

  .order-list__count-text_price {
    display: inline;
    min-width: auto;
  }

  .order-list__count-delimiter {
    display: none;
  }

  .order-list__price {
    min-width: auto;
  }

  .order-total__table td {
    padding-bottom: 8px;
  }

  .personal-info__form-buttons {
    margin-left: -6px;
    margin-right: -6px;
  }

  .personal-info__form-button {
    width: 100%;
    padding: 0 6px;
  }

  .newsletter__form-buttons {
    margin-left: -6px;
    margin-right: -6px;
  }

  .newsletter__form-button {
    width: 100%;
    padding: 0 6px;
  }

  .news {
    padding-bottom: 40px;
  }

  .news__header {
    padding-bottom: 24px;
  }

  .news__news-card {
    padding-bottom: 24px;
  }

  .news__more-btn {
    padding-bottom: 24px;
  }

  .publication__breads {
    padding-bottom: 16px;
  }

  .publication__date_pb-0 {
    padding-bottom: 16px !important;
  }

  .publication__hero-img-container {
    margin-left: -16px;
    margin-right: -16px;
  }

  .publication__footer-content {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .favourites {
    padding-bottom: 40px;
  }

  .favourites__header {
    padding-bottom: 24px;
    margin-bottom: 0;
    border-bottom: none;
  }

  .favourites__product-card {
    padding-bottom: 24px;
  }

  .search {
    padding-bottom: 40px;
  }

  .search__header {
    padding-bottom: 24px;
    margin-bottom: 0;
    border-bottom: none;
  }

  .search__header-counter {
    padding-bottom: 16px;
  }

  .search__input-field {
    padding: 0 56px 0 16px;
  }

  .search__product-card {
    padding-bottom: 24px;
  }

  .search__more-btn {
    padding-bottom: 24px;
  }

  .contacts {
    padding-bottom: 0;
  }

  .contacts__breads {
    padding-bottom: 16px;
  }

  .contacts__header {
    padding-bottom: 24px;
  }

  .about {
    padding-bottom: 80px;
  }

  .about__breads {
    padding-bottom: 16px;
  }

  .about__sliders {
    padding: 36px 0 0 0;
  }

  .about__sliders::before {
    display: none;
  }

  .about__info-slider {
    padding-bottom: 60px;
  }

  .about__logo {
    background-size: 102% auto;
  }

  .delivery {
    padding-bottom: 80px;
  }

  .delivery__breads {
    padding-bottom: 16px;
  }

  .content-page {
    padding-bottom: 80px;
  }

  .content-page__breads {
    padding-bottom: 16px;
  }

  .text-content p {
    font-size: 14px;
  }

  .media {
    padding-bottom: 40px;
  }

  .media__header {
    padding-bottom: 24px;
  }

  .media__media-card {
    padding-bottom: 24px;
  }

  .media__more-btn {
    padding-bottom: 24px;
  }
}
/*# sourceMappingURL=maps/main.css.map */
