/*!*******************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/main.scss ***!
  \*******************************************************************************************************************************************************/
@charset "UTF-8";
/* Libs:
  https://github.com/vedees/webpack-template/blob/master/README.md#import-only-sass-or-css-libs
  ========================================================================== */
/* Vars:
  ========================================================================== */
/* Mixins:
  ========================================================================== */
/* Fonts Helpers:
   Read more: https://github.com/vedees/webpack-template/blob/master/README.md#add-fonts
   ========================================================================== */
/*
  By default template support only modern format fonts
  Without svg. Only: .woff, .woffs
  if ypu need svg comments lines bellow and uncomments "Fonts helper all format fonts"

  Usage:
    1. Put your font to `src/assets/fonts/FOLDERNAME/FONTNAME`
      FOLLOW: Files Required
      Example: .woff, .woffs formats
    2. Go to fonts.scss
    3. Use mixon
      Example: @include font-face("OpenSans", "../fonts/OpenSans/opensans");

    Required parameters: @family, @family
    Minor parameters: @weight, @style, @pipeline

    Example Base:
      @include font-face("OpenSans", "../fonts/OpenSans/opensans");
    Example Situation:
      @include font-face("OpenSans", "../fonts/OpenSans/opensansItalic", 400, italic);
*/
/* Fonts:
  https://github.com/vedees/webpack-template/blob/master/README.md#import-js-files
  ========================================================================== */
/* Mixins:
  ========================================================================== */
/* Fonts Helpers:
   Read more: https://github.com/vedees/webpack-template/blob/master/README.md#add-fonts
   ========================================================================== */
/*
  By default template support only modern format fonts
  Without svg. Only: .woff, .woffs
  if ypu need svg comments lines bellow and uncomments "Fonts helper all format fonts"

  Usage:
    1. Put your font to `src/assets/fonts/FOLDERNAME/FONTNAME`
      FOLLOW: Files Required
      Example: .woff, .woffs formats
    2. Go to fonts.scss
    3. Use mixon
      Example: @include font-face("OpenSans", "../fonts/OpenSans/opensans");

    Required parameters: @family, @family
    Minor parameters: @weight, @style, @pipeline

    Example Base:
      @include font-face("OpenSans", "../fonts/OpenSans/opensans");
    Example Situation:
      @include font-face("OpenSans", "../fonts/OpenSans/opensansItalic", 400, italic);
*/
/*
  One of the ways:
  1. handle method,
  2. use mixin;
*/
/*
  // Base Helvetica (example):
  @font-face {
    font-family: "Helvetica-Base";
    src: url('/assets/fonts/Helvetica/Base/Helvetica-Base.eot'); // IE9 Compat Modes
    src: url('/assets/fonts/Helvetica/Base/Helvetica-Base.eot?#iefix') format('embedded-opentype'), // IE6-IE8
         url('/assets/fonts/Helvetica/Base/Helvetica-Base.woff') format('woff'), // Pretty Modern Browsers
         url('/assets/fonts/Helvetica/Base/Helvetica-Base.ttf')  format('truetype'), // Safari, Android, iOS
         url('/assets/fonts/Helvetica/Base/Helvetica-Base.svg') format('svg'); // Legacy iOS
  }
*/
/* NOTE:
  1. do NOT use expansion (.woff, .svg etc) for path! Path will be '/assets/fonts/OpenSans/opensans;
  2, files required: `.woff, .woffs` (by default) OR `eot. .woff, .woffs, .svg, .ttf` if you use another mixin.
*/
@font-face {
  font-family: "Open Sans";
  font-weight: normal;
  font-style: normal;
  src: url(../fonts/OpenSans-Regular.229564.woff) format("woff");
}
@font-face {
  font-family: "Open Sans";
  font-weight: 300;
  font-style: normal;
  src: url(../fonts/OpenSans-Light.eb2482.woff) format("woff");
}
@font-face {
  font-family: "Open Sans";
  font-weight: 600;
  font-style: normal;
  src: url(../fonts/OpenSans-SemiBold.c7a3ff.woff) format("woff");
}
@font-face {
  font-family: "Open Sans";
  font-weight: 700;
  font-style: normal;
  src: url(../fonts/OpenSans-Bold.fa869d.woff) format("woff");
}
@font-face {
  font-family: "Tondo Corp";
  font-weight: normal;
  font-style: normal;
  src: url(../fonts/TondoCorp-Regular.7d217e.woff) format("woff");
}
@font-face {
  font-family: "Tondo Corp";
  font-weight: 300;
  font-style: normal;
  src: url(../fonts/TondoCorp-Light.3acce3.woff) format("woff");
}
@font-face {
  font-family: "Tondo Corp";
  font-weight: 700;
  font-style: normal;
  src: url(../fonts/TondoCorp-Bold.62c076.woff) format("woff");
}
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

a:active,
button:active {
  opacity: 0.8;
}

.mb-xs {
  margin-bottom: 12px;
}

.mb-s {
  margin-bottom: 32px;
}

@media (max-width: 767px) {
  .mb-s {
    margin-bottom: 24px;
  }
}
.mt-m {
  margin-top: 40px;
}

.mt-auto {
  margin-top: auto;
}

body {
  margin: 0 auto;
  font-family: "Roboto", "Arial", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  color: #333;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  position: relative;
}

html {
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
}

@media (max-width: 1199px) {
  html {
    font-size: 14px;
  }
}
*,
::after,
::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  outline-color: rgba(0, 144, 212, 0.4);
}

img {
  max-width: 100%;
}

hr {
  background: #DEDEDE;
}

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

.w-100 {
  width: 100%;
}

.h-100 {
  height: 100%;
}

.bg--white {
  background-color: #fff;
}

.bg--gray {
  background-color: #F7F7F7;
}

.bg--beige {
  background-color: rgba(244, 236, 223, 0.25);
}

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

.multiply {
  mix-blend-mode: multiply;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 16px;
}

h1,
.h1 {
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.4;
}

@media (max-width: 767px) {
  h1,
.h1 {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2;
  }
}
h2,
.h2 {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
}

h3,
.h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
}

h4,
.h4 {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
}

p {
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  margin-top: 0;
}

.text-small {
  font-size: 0.85rem;
}

.text-big {
  font-size: 1.15rem;
}

a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #00A6DF;
  text-decoration: none;
}

a:focus {
  opacity: 0.7;
}

p > a,
span > a,
li > a {
  text-decoration: underline;
  text-decoration-color: transparent;
}

p > a:hover,
span > a:hover,
li > a:hover,
p > a:focus,
span > a:focus,
li > a:focus {
  text-decoration-color: inherit;
}

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

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.text-black {
  color: #000;
}

.text-blue {
  color: #00A6DF;
}

.text-gray {
  color: #7C7C7C;
}

.text-orange {
  color: #ED6B33;
}

.text-und {
  text-decoration: underline;
}

.symb {
  font-size: 0.75em;
}

.symb-sm {
  font-size: 0.6em;
}

ul {
  padding-left: 20px;
}

.mini li + li {
  margin-top: 6px;
}

.middle li + li {
  margin-top: 20px;
}

.underline a {
  text-decoration: underline;
  text-decoration-color: inherit;
}

.underline a:hover,
.underline a:focus {
  text-decoration-color: transparent;
}

.list-unmarked {
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

.list-icon {
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

.list-icon li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 20px;
}

.list-icon li:before {
  content: "";
  position: absolute;
  left: -32px;
  width: 20px;
  height: 100%;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center 0;
}

.list-icon li + li {
  margin-top: 10px;
}

figure {
  margin: 0;
}

figcaption {
  color: #7C7C7C;
  margin: 12px 0 0;
  font-style: italic;
}

blockquote {
  margin: 0;
  font-size: 1.15rem;
  line-height: 1.3;
  color: #000;
  background-color: #f0f0f0;
  border-left: 2px solid #b2b9cb;
  padding: 15px;
}

.float {
  display: block;
  margin-bottom: 20px;
}

.float figure {
  margin: 0;
}

.float p {
  margin: 0;
}

.float.left img {
  margin-right: 15px;
  margin-bottom: 15px;
  float: left;
}

.float.right img {
  margin-left: 15px;
  margin-bottom: 15px;
  float: right;
}

@media (max-width: 991px) {
  .float img {
    width: 100%;
    margin: 0;
    margin-bottom: 15px;
  }
}
.clear-both {
  clear: both;
}

.red {
  color: #991121;
}

.green {
  color: #006400;
}

.gray {
  color: #7C7C7C;
}

.orange {
  color: #ED6B33;
}

.blue {
  color: #00A6DF;
}

@media (max-width: 991px) {
  .aside {
    margin-top: 20px;
  }
}
.amount {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: rgba(124, 124, 124, 0.5);
  font-weight: 400;
}

p + .float-left,
p + .float-right {
  margin-top: 0;
}

@media (min-width: 992px) {
  .float-left,
.float-right {
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .float-left,
.float-right {
    margin: 1rem 0;
  }
}
@media (min-width: 992px) {
  .float-left {
    float: left;
    margin-right: 20px;
  }
}
@media (min-width: 992px) {
  .float-right {
    float: right;
    margin-left: 20px;
  }
}
.title-line {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 30px;
}

.title-line::before {
  content: "";
  z-index: 0;
  height: 1px;
  background-color: #DEDEDE;
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 1;
}

.title-line span {
  position: relative;
  background-color: #fff;
  padding: 0 20px;
  z-index: 2;
}

.title-line a {
  text-decoration: none;
  color: #000;
}

.title-line a:hover,
.title-line a:focus {
  text-decoration: none;
}

.title-line a svg {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  fill: #000;
}

.title-line a:hover,
.title-line a:focus {
  color: #00A6DF;
}

.title-line a:hover svg,
.title-line a:focus svg {
  fill: #00A6DF;
}

.container--content {
  padding-top: 48px;
  padding-bottom: 48px;
}

@media (max-width: 767px) {
  .container--content {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.scroll {
  overflow-y: auto;
  padding-right: 15px;
}

.scroll::-webkit-scrollbar {
  width: 8px;
}

.scroll::-webkit-scrollbar-thumb {
  border-width: 1px;
  border-color: #00A6DF;
  background-color: #00A6DF;
  border-radius: 4px;
}

.scroll::-webkit-scrollbar-thumb:hover {
  border-width: 1px;
  border-color: #00A6DF;
  background-color: #00A6DF;
}

.scroll::-webkit-scrollbar-track {
  border-width: 0;
  background-color: #E6E6E6;
  border-radius: 4px;
}

.btn-def {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  text-align: center;
  border: none;
  background-color: transparent;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  color: inherit;
  font-family: inherit;
}

.btn-def:hover,
.btn-def:focus {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn-def:disabled,
.btn-def.disabled {
  opacity: 0.7;
  pointer-events: none;
}

.btn-def:disabled .delivery__price,
.btn-def.disabled .delivery__price {
  color: #C8C8C8;
}

.btn-def:disabled .delivery__price-desc::after,
.btn-def.disabled .delivery__price-desc::after {
  background-color: #C8C8C8;
}

.btn {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  display: inline-block;
  padding: 0;
  text-align: center;
  border: none;
  background-color: transparent;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  color: inherit;
  font-family: inherit;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #00A6DF;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #00A6DF;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  padding: 10px 15px;
  border-radius: 3px;
}

.btn:hover,
.btn:focus {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn:disabled,
.btn.disabled {
  opacity: 0.7;
  pointer-events: none;
}

.btn:disabled .delivery__price,
.btn.disabled .delivery__price {
  color: #C8C8C8;
}

.btn:disabled .delivery__price-desc::after,
.btn.disabled .delivery__price-desc::after {
  background-color: #C8C8C8;
}

.btn:hover,
.btn:focus,
.btn.active {
  background: #00A6DF;
  color: #fff;
}

.btn:hover svg,
.btn:focus svg,
.btn.active svg {
  fill: #fff;
}

.btn svg {
  margin-right: 10px;
  fill: #00A6DF;
}

.btn-und,
.btn-dashed {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  text-align: center;
  border: none;
  background-color: transparent;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  color: inherit;
  font-family: inherit;
  display: inline-block;
  font-size: 14px;
  line-height: 1.4;
  color: #00A6DF;
  border-bottom: 1px #00A6DF;
  text-align: left;
}

.btn-und:hover,
.btn-dashed:hover,
.btn-und:focus,
.btn-dashed:focus {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn-und:disabled,
.btn-dashed:disabled,
.btn-und.disabled,
.btn-dashed.disabled {
  opacity: 0.7;
  pointer-events: none;
}

.btn-und:disabled .delivery__price,
.btn-dashed:disabled .delivery__price,
.btn-und.disabled .delivery__price,
.btn-dashed.disabled .delivery__price {
  color: #C8C8C8;
}

.btn-und:disabled .delivery__price-desc::after,
.btn-dashed:disabled .delivery__price-desc::after,
.btn-und.disabled .delivery__price-desc::after,
.btn-dashed.disabled .delivery__price-desc::after {
  background-color: #C8C8C8;
}

.btn-und {
  border-bottom-style: solid;
}

.btn-dashed {
  border-bottom-style: dashed;
}

.btn-bg {
  background: #00A6DF;
  color: #fff;
}

.btn-bg svg {
  fill: #fff;
}

.btn-icon {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  text-align: center;
  border: none;
  background-color: transparent;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  color: inherit;
  font-family: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 16px;
}

.btn-icon:hover,
.btn-icon:focus {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn-icon:disabled,
.btn-icon.disabled {
  opacity: 0.7;
  pointer-events: none;
}

.btn-icon:disabled .delivery__price,
.btn-icon.disabled .delivery__price {
  color: #C8C8C8;
}

.btn-icon:disabled .delivery__price-desc::after,
.btn-icon.disabled .delivery__price-desc::after {
  background-color: #C8C8C8;
}

.btn-icon svg {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  fill: #333;
}

.btn-icon svg + * {
  margin-left: 8px;
}

.btn-icon * + svg {
  margin-left: 8px;
}

.btn-icon--orange:hover,
.btn-icon--orange:focus,
.btn-icon--orange.active {
  color: #ED6B33;
}

.btn-icon--orange:hover svg,
.btn-icon--orange:focus svg,
.btn-icon--orange.active svg {
  fill: #ED6B33;
}

.btn-icon--blue:hover,
.btn-icon--blue:focus,
.btn-icon--blue.active {
  color: #00A6DF;
}

.btn-icon--blue:hover svg,
.btn-icon--blue:focus svg,
.btn-icon--blue.active svg {
  fill: #00A6DF;
}

.btn-icon--var:hover,
.btn-icon--var:focus,
.btn-icon--var.active {
  color: var(--var-color);
}

.btn-icon--var:hover svg,
.btn-icon--var:focus svg,
.btn-icon--var.active svg {
  fill: var(--var-color);
}

.btn--orange {
  border-color: #ED6B33;
  color: #ED6B33;
}

.btn--orange svg {
  fill: #ED6B33;
}

.btn--orange:hover,
.btn--orange:focus,
.btn--orange.active {
  background-color: #ED6B33;
}

.btn--orange:hover svg,
.btn--orange:focus svg,
.btn--orange.active svg {
  fill: #fff;
}

.btn-burger {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  text-align: center;
  border: none;
  background-color: transparent;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  color: inherit;
  font-family: inherit;
  width: 18px;
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn-burger:hover,
.btn-burger:focus {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn-burger:disabled,
.btn-burger.disabled {
  opacity: 0.7;
  pointer-events: none;
}

.btn-burger:disabled .delivery__price,
.btn-burger.disabled .delivery__price {
  color: #C8C8C8;
}

.btn-burger:disabled .delivery__price-desc::after,
.btn-burger.disabled .delivery__price-desc::after {
  background-color: #C8C8C8;
}

.btn-burger span {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  display: block;
  width: 18px;
  height: 2px;
  background-color: #000;
}

.btn-burger span + span {
  margin-top: 3px;
}

.active > .btn-burger span {
  background-color: #00A6DF;
}

.active > .btn-burger span:nth-child(1) {
  -webkit-transform: translateY(5px) translateZ(0) rotate(45deg);
  transform: translateY(5px) translateZ(0) rotate(45deg);
}

.active > .btn-burger span:nth-child(2) {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}

.active > .btn-burger span:nth-child(3) {
  -webkit-transform: translateY(-5px) translateZ(0) rotate(-45deg);
  transform: translateY(-5px) translateZ(0) rotate(-45deg);
}

.btn-small {
  padding: 9px 13px;
  font-size: 13px;
  line-height: 1;
}

.btn-cancel {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  text-align: center;
  border: none;
  background-color: transparent;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  color: inherit;
  font-family: inherit;
  width: 10px;
  height: 10px;
}

.btn-cancel:hover,
.btn-cancel:focus {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn-cancel:disabled,
.btn-cancel.disabled {
  opacity: 0.7;
  pointer-events: none;
}

.btn-cancel:disabled .delivery__price,
.btn-cancel.disabled .delivery__price {
  color: #C8C8C8;
}

.btn-cancel:disabled .delivery__price-desc::after,
.btn-cancel.disabled .delivery__price-desc::after {
  background-color: #C8C8C8;
}

.btns-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.btns-group > * + * {
  margin-left: 16px;
}

.color-var .btn {
  border: 1px solid var(--var-color);
  color: var(--var-color);
}

.color-var .btn:hover,
.color-var .btn:focus,
.color-var .btn.active {
  background: var(--var-color);
  color: #fff;
}

.color-var .btn:hover svg,
.color-var .btn:focus svg,
.color-var .btn.active svg {
  fill: #fff;
}

.color-var .btn svg {
  fill: var(--var-color);
}

.color-var .btn-dashed {
  border-color: var(--var-color);
}

.color-var .btn-back {
  color: var(--var-color);
}

.color-var .btn-back svg {
  stroke: var(--var-color);
}

.btn-back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #00A6DF;
  font-size: 14px;
}

.btn-back svg {
  margin-right: 5px;
  stroke: #00A6DF;
}

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

.tag {
  border-radius: 4px;
  display: inline-block;
  padding: 3px 10px;
  font-size: 13px;
  line-height: 15px;
  color: #fff;
  background-color: #006400;
  margin: 2px;
}

button.tag {
  border: none;
}

.tag--blue {
  background-color: #00A6DF;
}

.tag--l-blue {
  background-color: #f1f8fe;
  color: #000;
}

.tag--red {
  background-color: #991121;
}

.tag--green {
  background-color: #3ECA54;
}

.tag--yellow {
  background-color: #FFD248;
  color: #000;
}

.tag--l-yellow {
  background-color: #FBFF2D;
  color: #000;
}

.count {
  background-color: #FFD248;
  background-color: #ffd248;
  height: 22px;
  font-size: 12px;
  line-height: 22px;
  font-weight: 700;
  padding: 0 7.5px;
  color: #000;
  border-radius: 100px;
}

.tooltip-wrap {
  position: absolute;
}

.tooltip {
  display: none;
  position: relative;
  top: 0;
  padding: 20px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 265px;
  color: #fff;
  font-size: 14px;
  line-height: 160%;
  background: #333;
  border-radius: 4px;
  text-align: left;
}

.tooltip::before {
  position: absolute;
  left: 4px;
  top: -16px;
  content: "";
  border: 8px solid transparent;
  border-bottom-color: #333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  z-index: 10;
}

.tooltip.active {
  display: block;
}

.tooltip.active::before {
  opacity: 1;
  visibility: visible;
  z-index: 10;
}

.left > .tooltip::before {
  left: -16px;
  top: 16px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.right > .tooltip::before {
  right: -16px;
  left: auto;
  top: 16px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

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

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

.range.mini .range__btn svg {
  width: 12px;
  height: 12px;
}

.range.mini .range__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.range.mini .range__result {
  margin-left: 4px;
}

.range--result {
  pointer-events: none;
}

.range__btn {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  text-align: center;
  border: none;
  background-color: transparent;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  color: inherit;
  font-family: inherit;
}

.range__btn:hover,
.range__btn:focus {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.range__btn:disabled,
.range__btn.disabled {
  opacity: 0.7;
  pointer-events: none;
}

.range__btn:disabled .delivery__price,
.range__btn.disabled .delivery__price {
  color: #C8C8C8;
}

.range__btn:disabled .delivery__price-desc::after,
.range__btn.disabled .delivery__price-desc::after {
  background-color: #C8C8C8;
}

.range__btn svg {
  width: 18px;
  height: 18px;
  fill: #DEDEDE;
}

.range__btn.active svg {
  fill: #ED6B33;
}

.range__btn + .range__btn {
  margin-left: 3px;
}

.range + a {
  margin-left: 6px;
}

.range--yellow .range__btn.active svg {
  fill: #F6A305;
}

.table-wrap {
  overflow-y: auto;
}

.table-wrap table {
  width: 100%;
}

.table-wrap table td {
  padding: 4px 4px 4px 0;
}

.table-wrap table td + td {
  padding-left: 4px;
}

.acc {
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

@media (max-width: 767px) {
  .acc-container {
    padding-left: 0;
    padding-right: 0;
  }
}
.acc__item {
  border-bottom: 1px solid #DEDEDE;
}

.acc__item:first-of-type {
  border-top: 1px solid #DEDEDE;
}

.acc__title {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  text-align: center;
  border: none;
  background-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  color: inherit;
  font-family: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding: 16px 0;
  cursor: pointer;
  word-break: break-word;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  min-height: 60px;
  outline: none;
  text-align: left;
}

.acc__title:hover,
.acc__title:focus {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.acc__title:disabled,
.acc__title.disabled {
  opacity: 0.7;
  pointer-events: none;
}

.acc__title:disabled .delivery__price,
.acc__title.disabled .delivery__price {
  color: #C8C8C8;
}

.acc__title:disabled .delivery__price-desc::after,
.acc__title.disabled .delivery__price-desc::after {
  background-color: #C8C8C8;
}

.acc__title::after {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  content: "";
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 15px;
  width: 15px;
  margin-left: 10px;
  background-size: contain;
}

@media (min-width: 768px) {
  .acc__title {
    min-height: 60px;
  }
}
@media (max-width: 767px) {
  .acc__title {
    font-size: 14px;
    padding: 14px 0;
  }
}
.acc__title.active::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-top: 5px;
}

.acc__title.active + .acc__body {
  opacity: 1;
}

.acc__body {
  display: none;
  opacity: 0;
  padding-bottom: 16px;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  font-size: 14px;
  color: #7C7C7C;
}

.acc__body .disabledrow {
  pointer-events: none;
  opacity: 0.5;
}

@media (max-width: 991px) {
  .acc-wrap + .acc-wrap .acc__item:first-of-type {
    border-top: none;
  }
}
.collapse {
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.collapse .toggle.active > * {
  color: #fff;
  background-color: #00A6DF;
}

@media (max-width: 767px) {
  .collapse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 1px solid #00A6DF;
    border-radius: 3px;
  }
  .collapse .toggle {
    margin: 0;
    width: 100%;
  }
  .collapse .toggle > * {
    display: none;
    width: 100%;
    padding-left: 32px;
    border: none;
    text-align: left;
    margin: 0;
    border-radius: 0;
  }
  .collapse .toggle > *::after {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    display: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(135deg);
    transform: translateY(-50%) rotate(135deg);
    right: 12px;
    content: "";
    width: 9px;
    height: 9px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
  .collapse .toggle > *:focus {
    opacity: 1;
  }
  .collapse .toggle.active {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .collapse .toggle.active > * {
    display: block;
    color: #fff;
    background-color: #00A6DF;
  }
  .collapse .toggle.active > *::after {
    display: block;
  }
  .collapse.opened .toggle > * {
    display: block;
  }
  .collapse.opened .toggle:first-of-type > * {
    display: block;
  }
  .collapse.opened .toggle:first-of-type > *::after {
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
  }
  .collapse.opened .toggle.active > * {
    display: block;
  }
  .collapse.opened .toggle.active > *::after {
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
  }
}
.tabs,
.tabs-collapse {
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tabs-content,
.tabs-collapse__content {
  position: relative;
}

.tabs-toggle {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.tabs-toggle button {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  text-align: center;
  border: none;
  background-color: transparent;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  color: inherit;
  font-family: inherit;
  font-size: 14px;
  line-height: 16px;
}

.tabs-toggle button:hover,
.tabs-toggle button:focus {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.tabs-toggle button:disabled,
.tabs-toggle button.disabled {
  opacity: 0.7;
  pointer-events: none;
}

.tabs-toggle button:disabled .delivery__price,
.tabs-toggle button.disabled .delivery__price {
  color: #C8C8C8;
}

.tabs-toggle button:disabled .delivery__price-desc::after,
.tabs-toggle button.disabled .delivery__price-desc::after {
  background-color: #C8C8C8;
}

.tabs {
  overflow-y: hidden;
}

.tabs .tabs-toggle {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.tabs .tabs-toggle:first-of-type button {
  padding-left: 0;
}

.tabs .tabs-toggle button {
  padding: 24px 0 22px;
  font-weight: 500;
  border-bottom: 2px solid transparent;
  outline: none;
}

.tabs .tabs-toggle button:focus {
  color: #00A6DF;
}

.tabs .tabs-toggle.active button {
  border-color: #00A6DF;
  color: #00A6DF;
}

.tabs .tabs-toggle + .tabs-toggle {
  margin-left: 32px;
}

.tabs-content {
  padding: 48px 0;
}

@media (max-width: 767px) {
  .tabs-content {
    padding: 24px 0;
  }
}
.tabs-collapse {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tabs-collapse .tabs-toggle button {
  padding: 10px 12px;
  border: 1px solid #ED6B33;
  color: #ED6B33;
  border-radius: 3px;
}

.tabs-collapse .tabs-toggle.active button {
  color: #fff;
  background-color: #ED6B33;
}

.tabs-collapse .tabs-toggle {
  margin: 6px;
}

@media (max-width: 767px) {
  .tabs-collapse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 1px solid #ED6B33;
    border-radius: 3px;
  }
  .tabs-collapse .tabs-toggle {
    margin: 0;
    width: 100%;
  }
  .tabs-collapse .tabs-toggle button {
    display: none;
    width: 100%;
    padding-left: 32px;
    border: none;
    text-align: left;
    margin: 0;
    border-radius: 0;
  }
  .tabs-collapse .tabs-toggle button::after {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    display: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(135deg);
    transform: translateY(-50%) rotate(135deg);
    right: 12px;
    content: "";
    width: 9px;
    height: 9px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
  .tabs-collapse .tabs-toggle.active {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .tabs-collapse .tabs-toggle.active button {
    display: block;
    color: #fff;
    background-color: #ED6B33;
  }
  .tabs-collapse .tabs-toggle.active button::after {
    display: block;
  }
  .tabs-collapse.opened .tabs-toggle button {
    display: block;
  }
  .tabs-collapse.opened .tabs-toggle:first-of-type button {
    display: block;
  }
  .tabs-collapse.opened .tabs-toggle:first-of-type button::after {
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
  }
  .tabs-collapse.opened .tabs-toggle.active button {
    display: block;
  }
  .tabs-collapse.opened .tabs-toggle.active button::after {
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
  }
}
.tabs-collapse__content {
  padding: 24px 0;
}

.tabs-collapse__content .tabs-collapse__addtocart {
  border: 1px solid #DEDEDE;
  margin-top: 40px;
  border-radius: 3px;
  padding: 20px;
}

.tabs-collapse__content .tabs-collapse__addtocart > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tabs-collapse__content .tabs-collapse__addtocart > div a {
  width: 186px;
  margin-right: 10px;
}

.tabs-collapse__content .tabs-collapse__addtocart .addtocart__price {
  font-size: 21px;
  font-weight: 500;
  padding-top: 3px;
}

.def .tabs-item {
  overflow: visible;
}

.tabs-item {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: 0px;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}

.tabs-item.active {
  height: auto;
  opacity: 1;
  visibility: visible;
}

.tabs-wrap--simple .tabs-toggle button {
  padding: 8px;
}

.tabs-wrap--simple .tabs {
  border-bottom: 1px solid #DEDEDE;
}

@media (max-width: 767px) {
  .tabs-wrap--simple .tabs {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 1px solid #ED6B33;
    border-radius: 3px;
  }
  .tabs-wrap--simple .tabs .tabs-toggle {
    margin: 0;
    width: 100%;
  }
  .tabs-wrap--simple .tabs .tabs-toggle button {
    display: none;
    width: 100%;
    padding-left: 32px;
    border: none;
    text-align: left;
    margin: 0;
    border-radius: 0;
  }
  .tabs-wrap--simple .tabs .tabs-toggle button::after {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    display: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(135deg);
    transform: translateY(-50%) rotate(135deg);
    right: 12px;
    content: "";
    width: 9px;
    height: 9px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
  .tabs-wrap--simple .tabs .tabs-toggle.active {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .tabs-wrap--simple .tabs .tabs-toggle.active button {
    display: block;
    color: #fff;
    background-color: #ED6B33;
  }
  .tabs-wrap--simple .tabs .tabs-toggle.active button::after {
    display: block;
  }
  .tabs-wrap--simple .tabs.opened .tabs-toggle button {
    display: block;
  }
  .tabs-wrap--simple .tabs.opened .tabs-toggle:first-of-type button {
    display: block;
  }
  .tabs-wrap--simple .tabs.opened .tabs-toggle:first-of-type button::after {
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
  }
  .tabs-wrap--simple .tabs.opened .tabs-toggle.active button {
    display: block;
  }
  .tabs-wrap--simple .tabs.opened .tabs-toggle.active button::after {
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
  }
}
.color-var .tabs-toggle button:focus {
  color: var(--var-color);
}

.color-var .tabs-toggle.active button {
  border-color: var(--var-color);
  color: var(--var-color);
}

@media (max-width: 767px) {
  .color-var.tabs-wrap--simple .tabs {
    border: 1px solid var(--var-color);
  }
  .color-var.tabs-wrap--simple .tabs-toggle.active button {
    background-color: var(--var-color);
  }
}
.feat {
  width: 100%;
}

.feat__img {
  overflow: hidden;
  margin-bottom: 24px;
}

.feat__img img {
  border-radius: 6px;
}

@media (max-width: 767px) {
  .feat__img img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .feat__img {
    margin-bottom: 16px;
  }
}
.feat__title {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  text-transform: uppercase;
  margin-bottom: 0;
}

.feat__text {
  margin-top: 16px;
  color: #7C7C7C;
}

.feat__text > * {
  margin-bottom: 0;
}

.page-nav {
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 24px 0;
}

.page-nav__item a {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  text-decoration: none;
  color: #000;
}

.page-nav__item a:hover,
.page-nav__item a:focus {
  text-decoration: none;
}

.page-nav__item a:hover,
.page-nav__item a:focus {
  color: #333;
}

.page-list.reverse .page-item {
  margin-top: 30px;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .page-list.reverse .page-item {
    margin-top: 24px;
    margin-bottom: 0;
  }
}
.page-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .page-item {
    margin-bottom: 24px;
  }
}
.preview {
  border: 1px solid #DEDEDE;
  border-radius: 6px;
}

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

.preview__img img {
  border-radius: 6px;
  line-height: 0;
  width: 100%;
}

.preview__desc {
  padding: 16px 20px;
}

.preview__title {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 0;
  text-decoration: underline;
}

.preview__title a {
  color: #000;
}

.preview__title a svg {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  fill: #000;
}

.preview__title a:hover,
.preview__title a:focus {
  color: #00A6DF;
}

.preview__title a:hover svg,
.preview__title a:focus svg {
  fill: #00A6DF;
}

.color-var .preview__title a {
  color: #000;
}

.color-var .preview__title a:hover,
.color-var .preview__title a:focus {
  color: var(--var-color);
}

.preview__text {
  margin: 0;
  margin-top: 12px;
  color: #7C7C7C;
  font-size: 14px;
}

.review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
}

@media (max-width: 767px) {
  .review {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.review__img-wrap {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 8px;
  background-color: #F7F7F7;
  border-radius: 6px;
  width: 190px;
  height: 190px;
}

.review__img-wrap img {
  border-radius: 6px;
  -o-object-fit: contain;
  object-fit: contain;
}

@media (max-width: 767px) {
  .review__img-wrap {
    width: 190px;
    height: 190px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}
.review__title {
  color: #000;
  display: block;
  margin-bottom: 6px;
  font-size: 16px;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.review__title svg {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  fill: #000;
}

.review__title:hover,
.review__title:focus {
  color: #00A6DF;
}

.review__title:hover svg,
.review__title:focus svg {
  fill: #00A6DF;
}

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

.review__range {
  margin: 2px 0;
  margin-left: 0;
  margin-right: 16px;
}

.review__user {
  display: block;
  margin: 2px 0;
}

.review__top {
  margin-bottom: 20px;
}

.review__line:not(:last-of-type) {
  margin-bottom: 8px;
}

.review__line {
  padding-left: 30px;
  background-position: 0 top;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  line-height: 1.5;
  font-size: 14px;
}

.slide .review {
  max-width: 700px;
  margin: 0 auto;
}

.tile {
  text-decoration: underline;
  text-decoration-color: inherit;
}

.tile:hover,
.tile:focus {
  text-decoration-color: transparent;
}

.tile__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
}

.tile__title {
  margin: 0;
  font-size: 14px;
}

@media (max-width: 767px) {
  .tile__title {
    text-align: center;
  }
}
.tile-slider .owl-item .tile {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}

.shown-block.less .shown-text {
  max-height: 100px;
  overflow: hidden;
}

.shown-block.less .shown-btn {
  margin-top: 0;
}

.shown-block.less .shown-btn .on-opened {
  display: none;
}

.shown-block.less .shown-btn .on-closed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.shown-block.less .shown-text::after {
  content: "";
  display: block;
  height: 50px;
  width: 100%;
  position: absolute;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.5)), color-stop(84.9%, #FFFFFF));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, #FFFFFF 84.9%);
}

.shown-block.less.centred .shown-btn {
  margin-top: 0;
}

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

.shown-block.centred .shown-btn {
  font-size: 14px;
  margin: 0 auto;
  margin-top: 25px;
  -webkit-transition-property: color;
  transition-property: color;
}

.bg--gray .shown-block.less .shown-text::after {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(14%, #F7F7F7), color-stop(65%, rgba(255, 255, 255, 0.5)), to(transparent));
  background: linear-gradient(0deg, #F7F7F7 14%, rgba(255, 255, 255, 0.5) 65%, transparent 100%);
}

.shown-text {
  position: relative;
}

.shown-btn {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  text-align: center;
  border: none;
  background-color: transparent;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  color: inherit;
  font-family: inherit;
  margin-top: 16px;
}

.shown-btn:hover,
.shown-btn:focus {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.shown-btn:disabled,
.shown-btn.disabled {
  opacity: 0.7;
  pointer-events: none;
}

.shown-btn:disabled .delivery__price,
.shown-btn.disabled .delivery__price {
  color: #C8C8C8;
}

.shown-btn:disabled .delivery__price-desc::after,
.shown-btn.disabled .delivery__price-desc::after {
  background-color: #C8C8C8;
}

.shown-btn .on-opened {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.shown-btn .on-closed {
  display: none;
}

.shown-btn img {
  margin-left: 5px;
}

.shown-btn:hover,
.shown-btn:focus,
.shown-btn.active {
  opacity: 0.7;
}

.shown-btn.def {
  border: 1px solid #DEDEDE;
  border-radius: 4px;
  padding: 3px 5px;
}

.content-page__bc {
  padding: 25px 0 15px;
}

.content-page__title {
  max-width: 850px;
}

@media (min-width: 768px) {
  .content-page__btns {
    margin-left: -8px;
    margin-right: -8px;
  }
  .content-page__btns > * {
    margin: 8px;
  }
}
.content-page__top {
  margin-bottom: 32px;
}

@media (max-width: 767px) {
  .content-page__top {
    margin-bottom: 24px;
  }
}
.content-page__banner img {
  width: 100%;
}

.content-page__banner.bn-bg {
  overflow: hidden;
}

.content-page__banner.bn-bg img {
  max-height: 400px;
}

@media (max-width: 991px) {
  .content-page__banner.bn-bg img {
    max-height: 300px;
  }
}
@media (max-width: 767px) {
  .content-page__banner.bn-bg img {
    max-height: 200px;
  }
}
@media (max-width: 767px) {
  .content-page__page-nav {
    display: none;
  }
}
.content-page__btn-back {
  margin-bottom: 24px;
}

.content-page__slider {
  margin: 20px 0 24px;
}

.content-page__slider:not(.owl-loaded) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
}

.content-page__slider .owl-nav button.disabled {
  display: none;
}

@media (max-width: 767px) {
  .content-page__slider .slide {
    padding: 0 5px;
  }
  .content-page__slider .owl-nav button.owl-prev {
    left: -7px !important;
  }
  .content-page__slider .owl-nav button.owl-next {
    right: -7px !important;
  }
}
.content-page__top-desc,
.content-page__bottom-desc {
  font-size: 14px;
}

.content-page__bottom-desc.less .shown-text {
  max-height: 350px;
}

.content-page__prod-row {
  margin-top: 32px;
}

@media (max-width: 767px) {
  .content-page__prod-row {
    margin-top: 24px;
  }
}
.landing {
  border-top: 8px solid var(--var-color);
}

.landing__title {
  text-transform: uppercase;
  font-weight: 700;
}

.landing__logo {
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .landing__logo {
    margin-bottom: 30px;
  }
}
.landing__banner {
  width: 100%;
}

@media (max-width: 767px) {
  .landing__banner-container {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .landing__desc {
    margin-bottom: 24px;
  }
}
.paginator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

.paginator__block {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  overflow: hidden;
  -webkit-box-shadow: inset 0 0 0 1px #d7d7d7;
  box-shadow: inset 0 0 0 1px #d7d7d7;
  border-radius: 4px;
}

.paginator__block a {
  border: 1px solid #d7d7d7;
  text-decoration: none;
  width: 40px;
  height: 40px;
  text-align: center;
  color: #000;
  font: 14px/40px "Regular", Arial, sans-serif;
}

.paginator__block a:hover,
.paginator__block a:focus {
  background-color: #f8f8f8;
}

.paginator__block a.active {
  background-color: #00A6DF;
  color: #fff;
  border-color: #00A6DF;
}

.paginator__block a + a {
  border-left: none;
}

.paginator__dots {
  margin: 10px 15px;
}

.bc {
  margin: 0;
}

.bc__list {
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.bc__item {
  margin-bottom: 2px;
  font-size: 13px;
  line-height: 15px;
  color: #333;
}

.bc__item a {
  text-decoration: underline;
  text-decoration-color: transparent;
  color: #333;
}

.bc__item a:hover,
.bc__item a:focus {
  text-decoration-color: inherit;
}

.bc__item:not(:last-of-type)::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 6px;
  margin: 0px 8px;
}

.bc__item:last-of-type > * {
  text-decoration: none;
  opacity: 0.7;
  pointer-events: none;
}

.bc__item:last-of-type > *:hover,
.bc__item:last-of-type > *:focus {
  text-decoration: none;
}

.bc__item:last-of-type > * .delivery__price {
  color: #C8C8C8;
}

.bc__item:last-of-type > * .delivery__price-desc::after {
  background-color: #C8C8C8;
}

.bc__item:last-of-type a {
  text-decoration: none;
}

.bc__item:last-of-type a:hover,
.bc__item:last-of-type a:focus {
  text-decoration: none;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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

input[type=search] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input,
select,
textarea {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border: 1px solid #DEDEDE;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 13px 10px;
}

input:focus,
select:focus,
textarea:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 2px #9cacb2;
  box-shadow: 0 0 0 2px #9cacb2;
}

input:not([type=checkbox]):not([type=radio]),
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=checkbox] {
  background-color: #fff;
  border: 1px solid #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 2px;
}

input[type=checkbox] + label {
  margin-left: 5px;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.select {
  position: relative;
}

.select::after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
  width: 12px;
  height: 12px;
  z-index: 0;
}

.select select {
  padding-right: 30px;
}

textarea {
  max-width: 100%;
  min-width: 100%;
}

.checkbox-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.checkbox-line input {
  width: 16px;
  height: 16px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.checkbox-line-or {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 12px;
  color: #fff;
  background: #ED6B33;
  border-radius: 6px;
}

.checkbox-round input[type=checkbox] {
  display: none;
}

.checkbox-round input[type=checkbox] + label {
  margin-left: 0;
}

.checkbox-round label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}

.checkbox-round label::before {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  content: "";
  width: 16px;
  height: 16px;
  border: 1px solid #adadad;
  border-radius: 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 10px;
}

.checkbox-round input[type=checkbox]:checked + label::before {
  background-color: #00A6DF;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border-color: #00A6DF;
}

.checkbox-row input[type=checkbox],
.checkbox-row input[type=radio] {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.checkbox-row input[type=checkbox] + label,
.checkbox-row input[type=radio] + label {
  margin: 0;
}

.checkbox-row input[type=checkbox] + label::before,
.checkbox-row input[type=radio] + label::before {
  content: "";
  display: block;
  margin-right: 10px;
  width: 22px;
  height: 22px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: #fff;
  border: 1px solid #DEDEDE;
  border-radius: 4px;
  border-color: #7C7C7C;
}

.checkbox-row input[type=radio] + label::before {
  border-radius: 50%;
}

.checkbox-row input[type=checkbox]:checked + label::before {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-color: #00A6DF;
  -webkit-transition-property: background-color;
  transition-property: background-color;
}

.checkbox-row input[type=radio]:checked + label::before {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #fff;
  border-color: #00A6DF;
  border-width: 7px;
  -webkit-transition-property: background-color;
  transition-property: background-color;
}

.checkbox-row label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.checkbox-row label img {
  margin-right: 4px;
}

.checkbox-row + .checkbox-row {
  margin-top: 12px;
}

.radio-btn input[type=radio] {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.radio-btn input[type=radio] + label {
  margin-left: 0;
}

.radio-btn input[type=radio]:focus + label::before {
  border-color: #DEDEDE;
}

.radio-btn label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}

.radio-btn label::before {
  content: "";
  width: 21px;
  height: 21px;
  border: 1px solid #00A6DF;
  border-radius: 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 10px;
  cursor: pointer;
}

.radio-btn input[type=radio]:checked + label::before {
  background-color: #fff;
  border-color: #00A6DF;
  border-width: 7px;
}

.form__item input:not([type=checkbox]),
.form__item select,
.form__item textarea {
  width: 100%;
}

.form__item .add {
  margin-top: 10px;
  font-size: 14px;
}

.form__item .add p {
  margin: 0;
}

.form__item .add p + p {
  margin-top: 4px;
}

.form__label {
  display: block;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  margin-bottom: 10px;
  color: #000;
}

.form-item-with-label {
  position: relative;
}

.form-item-with-label label {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  top: 50%;
  left: 16px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #7C7C7C;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.form-item-with-label input {
  padding-top: 20px;
  padding-bottom: 12px;
}

.form-item-with-label input:not(:-moz-placeholder-shown) + label {
  font-size: 11px;
  top: 14px;
}

.form-item-with-label input:not(:-ms-input-placeholder) + label {
  font-size: 11px;
  top: 14px;
}

.form-item-with-label input:focus + label,
.form-item-with-label input:not(:placeholder-shown) + label {
  font-size: 11px;
  top: 14px;
}

.form-item-with-label input::-webkit-input-placeholder {
  opacity: 0;
}

.form-item-with-label input::-moz-placeholder {
  opacity: 0;
}

.form-item-with-label input:-ms-input-placeholder {
  opacity: 0;
}

.form-item-with-label input::-ms-input-placeholder {
  opacity: 0;
}

.form-item-with-label input::placeholder {
  opacity: 0;
}

.info-input {
  position: relative;
  background: #fff;
  border: 2px solid #00A6DF;
  border-radius: 4px;
}

.info-input.disabled {
  border-color: #C8C8C8;
  color: #C8C8C8;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.info-input.disabled .info-input__title {
  color: #C8C8C8;
}

.info-input.disabled .info-input__tooltip-btn {
  background-color: #C8C8C8;
}

.info-input.disabled img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

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

@media (max-width: 767px) {
  .info-input__btn {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.info-input__tooltip-btn {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  text-align: center;
  border: none;
  background-color: transparent;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  color: inherit;
  font-family: inherit;
  position: absolute;
  right: 0;
  top: 0;
  width: 24px;
  height: 24px;
  border-radius: 0px 2px 0px 20px;
  background-color: rgba(0, 166, 223, 0.5);
  background-repeat: no-repeat;
  background-position: 10px 4px;
  outline: none;
}

.info-input__tooltip-btn:hover,
.info-input__tooltip-btn:focus {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.info-input__tooltip-btn:disabled,
.info-input__tooltip-btn.disabled {
  opacity: 0.7;
  pointer-events: none;
}

.info-input__tooltip-btn:disabled .delivery__price,
.info-input__tooltip-btn.disabled .delivery__price {
  color: #C8C8C8;
}

.info-input__tooltip-btn:disabled .delivery__price-desc::after,
.info-input__tooltip-btn.disabled .delivery__price-desc::after {
  background-color: #C8C8C8;
}

.info-input__tooltip-btn:focus,
.info-input__tooltip-btn:active,
.info-input__tooltip-btn.active {
  background-color: rgba(0, 166, 223, 0.8);
}

.info-input__title {
  display: block;
  text-transform: uppercase;
  color: #00A6DF;
}

.info-input__tooltip-wrap {
  z-index: 1;
}

@media (min-width: 1200px) {
  .info-input__tooltip-wrap.left {
    top: 0;
    left: calc(100% - 5px);
  }
  .info-input__tooltip-wrap.right {
    top: 0;
    right: 15px;
  }
}
@media (max-width: 1199px) {
  .info-input__tooltip-wrap {
    top: 0;
    right: 15px;
  }
}
.info-input__close-btn {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  text-align: center;
  border: none;
  background-color: transparent;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  color: inherit;
  font-family: inherit;
  position: absolute;
  top: 12px;
  right: 12px;
  width: 14px;
  height: 14px;
  background: fixed;
}

.info-input__close-btn:hover,
.info-input__close-btn:focus {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.info-input__close-btn:disabled,
.info-input__close-btn.disabled {
  opacity: 0.7;
  pointer-events: none;
}

.info-input__close-btn:disabled .delivery__price,
.info-input__close-btn.disabled .delivery__price {
  color: #C8C8C8;
}

.info-input__close-btn:disabled .delivery__price-desc::after,
.info-input__close-btn.disabled .delivery__price-desc::after {
  background-color: #C8C8C8;
}

.info-input__close-btn svg {
  fill: #fff;
}

.info-input__tooltip {
  padding: 20px 32px;
}

@media (max-width: 1199px) {
  .info-input__tooltip::before {
    right: -16px;
    left: auto !important;
    top: 16px;
    -webkit-transform: rotate(90deg) !important;
    transform: rotate(90deg) !important;
  }
}
.step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.step > * + * {
  margin-left: 8px;
}

.step__btn {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  text-align: center;
  border: none;
  background-color: transparent;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  color: inherit;
  font-family: inherit;
  border-radius: 4px;
  min-width: 32px;
  padding: 10px;
  background-color: #00A6DF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.step__btn:hover,
.step__btn:focus {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.step__btn:disabled,
.step__btn.disabled {
  opacity: 0.7;
  pointer-events: none;
}

.step__btn:disabled .delivery__price,
.step__btn.disabled .delivery__price {
  color: #C8C8C8;
}

.step__btn:disabled .delivery__price-desc::after,
.step__btn.disabled .delivery__price-desc::after {
  background-color: #C8C8C8;
}

.step__btn svg {
  fill: #fff;
}

.step__input {
  padding: 2px;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.6;
  width: 60px;
}

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

.img-block img + img {
  margin-left: 15px;
}

.img-block img {
  margin: 2px 0;
}

.img-block:not(.def) img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.img-block:not(.def) img:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.block-bg {
  display: block;
  position: relative;
  border-radius: 6px;
  overflow: hidden;
}

@media (min-width: 1200px) {
  .block-bg:hover .block-bg__img-wrap img {
    -webkit-transform: scale(1.025);
    transform: scale(1.025);
  }
}
.block-bg__img-wrap {
  overflow: hidden;
  width: 100%;
  height: 100%;
  line-height: 0;
}

.block-bg__img-wrap img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 0 0;
  object-position: 0 0;
  -webkit-transform-origin: center;
  transform-origin: center;
}

.block-bg__info {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 24px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.block-bg__info.visible {
  opacity: 1;
  visibility: visible;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 50px 0;
  overflow-y: auto;
}

@media (max-width: 575px) {
  .modal {
    padding: 20px 0;
  }
  .modal .mb-s {
    margin-bottom: 16px;
  }
  .modal .step-row {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.modal .install-table {
  max-width: 355px;
}

@media (max-width: 767px) {
  .modal .install-table {
    max-width: none;
  }
}
@media (max-width: 767px) {
  .modal .install__info:first-of-type {
    margin-top: 32px;
  }
}
@media (max-width: 575px) {
  .modal .install__info:first-of-type {
    margin-top: 16px;
  }
}
.modal .step-row__list:first-of-type {
  margin-top: 48px;
}

@media (max-width: 767px) {
  .modal .step-row__list:first-of-type {
    margin-top: 24px;
  }
}
.modal .club-offer {
  padding: 17px 47px 35px;
}

@media (max-width: 767px) {
  .modal .club-offer {
    padding: 16px;
  }
}
.modal-sm .modal__wrapper {
  max-width: 440px;
}

.modal.active {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1999;
  opacity: 1;
  visibility: visible;
}

.modal__wrapper {
  position: relative;
  border-radius: 6px;
  width: 95%;
  max-width: 760px;
  overflow: hidden;
  margin: auto;
  background-color: #fff;
}

.modal__wrapper.w-auto {
  width: auto;
  max-width: -webkit-min-content;
  max-width: -moz-min-content;
  max-width: min-content;
}

.modal__container {
  padding: 48px 53px 43px;
}

@media (max-width: 575px) {
  .modal__container {
    padding: 15px;
  }
}
.modal__close {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  text-align: center;
  border: none;
  background-color: transparent;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  color: inherit;
  font-family: inherit;
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 32px;
  background-color: #00A6DF;
  border-radius: 0px 6px;
}

.modal__close:hover,
.modal__close:focus {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.modal__close:disabled,
.modal__close.disabled {
  opacity: 0.7;
  pointer-events: none;
}

.modal__close:disabled .delivery__price,
.modal__close.disabled .delivery__price {
  color: #C8C8C8;
}

.modal__close:disabled .delivery__price-desc::after,
.modal__close.disabled .delivery__price-desc::after {
  background-color: #C8C8C8;
}

.modal__title {
  font-size: 21px;
  line-height: 25px;
  margin: 0;
}

.modal__title + * {
  margin-top: 16px;
}

@media (max-width: 575px) {
  .modal__title {
    font-size: 18px;
    line-height: 21px;
    padding-right: 20px;
  }
}
.modal__desc {
  font-size: 18px;
  line-height: 1.4;
}

@media (max-width: 575px) {
  .modal__desc {
    font-size: 14px;
  }
}
.modal__search {
  margin-top: 24px;
}

@media (max-width: 575px) {
  .modal__search {
    margin-top: 12px;
  }
}
.modal__scroll {
  max-height: 480px;
}

.modal__content {
  margin-top: 24px;
}

@media (max-width: 575px) {
  .modal__content {
    font-size: 12px;
    line-height: 1.4;
    margin-top: 12px;
  }
}
.modal__bottom {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #e6e6e6;
}

@media (max-width: 575px) {
  .modal__bottom {
    margin-top: 12px;
    padding-top: 12px;
  }
}
.modal__img-block {
  margin-top: 32px;
}

.modal__img-block img + img {
  margin-left: 8px;
}

.modal__img-block img {
  margin: 8px;
}

.modal__img-block img:first-of-type {
  margin-left: 0;
}

.modal__img-block img:last-of-type {
  margin-right: 0;
}

@media (max-width: 575px) {
  .modal__img-block {
    margin-top: 16px;
  }
}
.modal__col {
  margin-bottom: 24px;
}

.modal__item + .modal__item {
  margin-top: 32px;
}

@media (max-width: 575px) {
  .modal__item + .modal__item {
    margin-top: 16px;
  }
}
.modal__item > * {
  margin: 0;
}

.modal__item > * + * {
  margin-top: 4px;
}

.modal__tabs {
  color: #7C7C7C;
}

.modal__tabs svg {
  fill: #7C7C7C;
  margin-bottom: 3px;
}

.modal__tabs .tabs-toggle {
  padding: 0;
}

.modal__tabs .tabs-toggle > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.modal__tabs .tabs-toggle button {
  border-color: #DEDEDE;
  padding: 24px 12px 16px;
}

.modal__tabs .tabs-toggle button:focus svg {
  fill: #00A6DF;
}

@media (max-width: 575px) {
  .modal__tabs .tabs-toggle button {
    padding-top: 47px;
  }
}
@media (max-width: 575px) {
  .modal__tabs .tabs-toggle {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    min-width: 90px;
  }
}
.modal__tabs .tabs-toggle.active svg {
  fill: #00A6DF;
}

.modal__tabs .tabs-toggle + .tabs-toggle {
  margin: 0;
}

@media (max-width: 575px) {
  .modal__tabs {
    overflow-y: auto;
    padding-bottom: 10px;
  }
}
.modal__tabs-content {
  padding: 0;
}

.modal__tabs-container {
  padding: 24px 35px 47px;
}

@media (max-width: 767px) {
  .modal__tabs-container {
    padding: 24px;
    padding-left: 16px;
  }
}
.modal__form > * {
  width: 100%;
}

.modal__form > * + * {
  margin-top: 24px;
}

.modal__form button {
  min-height: 44px;
}

.modal-top {
  display: none;
}

.modal-top .modal__close {
  border-radius: 0;
}

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

.modal__search-res {
  display: none;
  top: 47px;
  max-height: 300px;
}

.modal__search-item,
.search-res__item {
  padding: 8px;
  font-weight: 500;
  cursor: pointer;
}

.filter__acc .acc__title::after {
  opacity: 0.7;
}

.filter__acc.simple {
  margin-bottom: 16px;
}

.filter__acc.simple .acc__item {
  border: none;
}

.filter__acc.simple .acc__item + .acc__item {
  margin-top: 16px;
}

.filter__acc.simple .acc__title {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  padding: 0;
  padding-bottom: 9px;
  min-height: auto;
}

.filter__acc.def .acc__item:first-of-type {
  border-top: none;
}

.filter__acc.def .acc__item:first-of-type .acc__title {
  padding-top: 5px;
  min-height: auto;
}

.filter__acc.def .acc__title {
  padding: 16px 0;
  font-size: 14px;
  min-height: 58px;
  font-weight: 400;
}

.filter__acc.def .acc__title span {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.filter__acc.def .acc__title span::before {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  left: -16px;
  content: "";
  width: 8px;
  height: 8px;
  display: none;
  background-color: #00A6DF;
  border-radius: 50%;
}

@media (max-width: 767px) {
  .filter__acc.def .acc__title span::before {
    position: static;
    margin-right: 8px;
  }
}
.filter__acc.def .acc__title.active span,
.filter__acc.def .acc__title.marked span {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 500;
}

.filter__acc.def .acc__title.active span::before,
.filter__acc.def .acc__title.marked span::before {
  display: block;
}

.filter .checkbox-row {
  color: #000;
  position: relative;
}

.filter__tooltip {
  position: absolute;
  display: none;
  background-color: #fff;
  right: -90px;
  top: -9px;
  z-index: 10000;
  cursor: pointer;
}

.filter__search-input {
  width: 100%;
  padding: 10px;
}

.filter__search-results {
  margin-top: 20px;
  max-height: 193px;
}

.filter__btns {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.filter__btns > * {
  width: calc(50% - 12.5px);
}

.filter__btns > *:first-of-type {
  margin-right: 25px;
}

.filter__open-btn {
  width: 100%;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .filter__open-btn {
    display: none;
  }
}
@media (min-width: 992px) {
  .filter__body {
    position: static;
    z-index: 1;
    background-color: transparent;
    padding: 0;
    overflow: visible;
    visibility: visible;
    opacity: 1;
  }
  .filter__wrapper {
    position: relative;
    border-radius: 0;
    width: auto;
    max-width: none;
    overflow: visible;
    background-color: transparent;
  }
  .filter__container {
    padding: 0;
  }
  .filter__close {
    display: none;
  }
}
@media (max-width: 767px) {
  .filter__container {
    padding-top: 40px;
    padding-bottom: 30px;
  }
}
.res-filters-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.res-filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  margin-right: 12px;
}

.res-filter {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #7C7C7C;
  border: 1px solid #DEDEDE;
  border-radius: 4px;
  padding: 4px 12px;
  padding-right: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 4px;
  margin-left: 0;
  margin-right: 8px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.res-filter:hover {
  border-color: #7C7C7C;
  color: #000;
}

.res-filter__btn {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  display: inline-block;
  padding: 0;
  text-align: center;
  border: none;
  background-color: transparent;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  color: inherit;
  font-family: inherit;
  margin-left: 12px;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 16px;
  height: 16px;
}

.res-filter__btn:hover,
.res-filter__btn:focus {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.res-filter__btn:disabled,
.res-filter__btn.disabled {
  opacity: 0.7;
  pointer-events: none;
}

.res-filter__btn:disabled .delivery__price,
.res-filter__btn.disabled .delivery__price {
  color: #C8C8C8;
}

.res-filter__btn:disabled .delivery__price-desc::after,
.res-filter__btn.disabled .delivery__price-desc::after {
  background-color: #C8C8C8;
}

.res-filter__btn svg {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  fill: #7C7C7C;
}

.res-filter__btn:hover,
.res-filter__btn:focus {
  background-color: #00A6DF;
}

.res-filter__btn:hover svg,
.res-filter__btn:focus svg {
  fill: #fff;
}

.res-filters__reset-btn {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  text-align: center;
  border: none;
  background-color: transparent;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  color: inherit;
  font-family: inherit;
  display: inline-block;
  line-height: 1.4;
  color: #00A6DF;
  border-bottom: 1px #00A6DF;
  text-align: left;
  border-bottom-style: dashed;
  color: #ED6B33;
  border-bottom-color: #ED6B33;
  font-size: 14px;
  margin: 6px 4px;
}

.res-filters__reset-btn:hover,
.res-filters__reset-btn:focus {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.res-filters__reset-btn:disabled,
.res-filters__reset-btn.disabled {
  opacity: 0.7;
  pointer-events: none;
}

.res-filters__reset-btn:disabled .delivery__price,
.res-filters__reset-btn.disabled .delivery__price {
  color: #C8C8C8;
}

.res-filters__reset-btn:disabled .delivery__price-desc::after,
.res-filters__reset-btn.disabled .delivery__price-desc::after {
  background-color: #C8C8C8;
}

.res-filters__reset-btn:hover,
.res-filters__reset-btn:focus {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.res-filters__reset-btn:disabled,
.res-filters__reset-btn.disabled {
  opacity: 0.7;
  pointer-events: none;
}

.res-filters__reset-btn:disabled .delivery__price,
.res-filters__reset-btn.disabled .delivery__price {
  color: #C8C8C8;
}

.res-filters__reset-btn:disabled .delivery__price-desc::after,
.res-filters__reset-btn.disabled .delivery__price-desc::after {
  background-color: #C8C8C8;
}

.sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.sort__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

.sort__list li:not(:last-of-type) {
  margin-right: 12px;
}

.sort__list a,
.sort__list button {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  text-align: center;
  border: none;
  background-color: transparent;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  color: inherit;
  font-family: inherit;
  font-size: 14px;
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 1px 4px;
  color: #7C7C7C;
}

.sort__list a:hover,
.sort__list button:hover,
.sort__list a:focus,
.sort__list button:focus {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.sort__list a:disabled,
.sort__list button:disabled,
.sort__list a.disabled,
.sort__list button.disabled {
  opacity: 0.7;
  pointer-events: none;
}

.sort__list a:disabled .delivery__price,
.sort__list button:disabled .delivery__price,
.sort__list a.disabled .delivery__price,
.sort__list button.disabled .delivery__price {
  color: #C8C8C8;
}

.sort__list a:disabled .delivery__price-desc::after,
.sort__list button:disabled .delivery__price-desc::after,
.sort__list a.disabled .delivery__price-desc::after,
.sort__list button.disabled .delivery__price-desc::after {
  background-color: #C8C8C8;
}

.sort__list a.active,
.sort__list button.active {
  color: #ED6B33;
  border-color: #ED6B33;
  padding: 1px 7px;
}

.sort__list a:hover,
.sort__list button:hover,
.sort__list a:focus,
.sort__list button:focus {
  color: #ED6B33;
}

.sort__title {
  margin-right: 14px;
}

.sort__select {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sort__select select {
  padding: 0;
  border: none;
  font-size: 14px;
  outline: none;
  color: #333;
  padding-left: 15px;
}

.sort__select::before {
  position: absolute;
  left: 0;
  top: calc(50% + 2px);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  width: 12px;
  height: 10px;
  display: block;
  background-size: contain;
}

.text-block figure {
  margin: 30px 0;
}

@media (max-width: 767px) {
  .text-block figure {
    margin: 20px 0;
  }
}
.text-block hr {
  margin-bottom: 10px;
}

.text-block blockquote {
  margin: 20px 0;
}

.text-block__top {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .text-block__top {
    margin-bottom: 20px;
  }
}
.action__title {
  text-transform: uppercase;
  font-weight: 700;
  margin: 0;
}

.action__date {
  margin-top: 4px;
  color: #991121;
  margin-bottom: 0;
}

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

@media (min-width: 1199px) {
  .cell:hover .cell__title,
.cell:focus .cell__title,
.cell.active .cell__title {
    background-color: #00A6DF;
    color: #f3f3f3;
  }
}
.cell__img-wrap img {
  margin: 0 auto;
}

.cell__title {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin: 4px 0 0;
  font-size: 12px;
  font-weight: 500;
  color: #636262;
  background-color: #f3f3f3;
  border-radius: 10px;
  border: 1px solid #ececec;
  border-top: 2px solid #00A6DF;
  padding: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.shown-block.less .links-list.shown-text {
  max-height: 200px;
}

.links-list {
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

.links-list li + li {
  margin-top: 8px;
}

.links-list li ul {
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  margin-top: 8px;
  padding-left: 30px;
}

.links-list a.active {
  color: #000;
  font-weight: 500;
}

.links-list {
  font-size: 14px;
}

.links-list a {
  text-decoration: underline;
  text-decoration-color: inherit;
}

.links-list a:hover,
.links-list a:focus {
  text-decoration-color: transparent;
}

.links-list.gray a {
  color: #727272;
  text-decoration: none;
}

.links-list.gray a:hover,
.links-list.gray a:focus {
  color: #00A6DF;
}

.links-list.gray a:hover,
.links-list.gray a:focus {
  text-decoration: none;
}

.links-list.gray a:hover .amount,
.links-list.gray a:focus .amount {
  color: #00A6DF;
}

.field-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.field-row > * {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.field-row input {
  width: 80px;
  text-align: center;
}

.field-row__dash {
  margin: 0 15px;
  width: 20px;
  height: 1px;
  background-color: #DEDEDE;
}

.field-row__cur {
  margin-left: 15px;
  color: #000;
}

.brands__list-wrap {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .brands__list-wrap {
    margin-top: 30px;
  }
}
.brands-list {
  -webkit-column-count: 6;
  -moz-column-count: 6;
  column-count: 6;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

.brands-list a {
  text-decoration: underline;
  text-decoration-color: inherit;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
  page-break-inside: avoid;
  display: block;
  margin-bottom: 5px;
}

.brands-list a:hover,
.brands-list a:focus {
  text-decoration-color: transparent;
}

@media (max-width: 991px) {
  .brands-list {
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5;
  }
}
@media (max-width: 767px) {
  .brands-list {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
.brand-item__title {
  display: block;
  color: #7C7C7C;
  text-align: center;
  border-top: 1px solid #DEDEDE;
  padding: 5px 0;
  font-size: 14px;
  max-width: 145px;
  margin: 0 auto;
}

.brand-item__img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 4px;
}

.tel {
  color: #000;
  font-size: 20px;
}

.tel svg {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  fill: #000;
}

.tel:hover,
.tel:focus {
  color: #00A6DF;
}

.tel:hover svg,
.tel:focus svg {
  fill: #00A6DF;
}

.cart {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.cart svg {
  fill: #00A6DF;
}

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

.cart__img {
  position: relative;
}

.cart__count {
  position: absolute;
  right: 0;
  top: 0;
  top: -5px;
  right: -8px;
  width: 22px;
  height: 22px;
  padding: 0;
  text-align: center;
}

.cart__info {
  color: #7C7C7C;
  margin-left: 15px;
}

.cart__info > * {
  margin: 0;
}

.cart__info a {
  text-decoration: none;
  color: #000;
  font-weight: 700;
}

.cart__info a:hover,
.cart__info a:focus {
  text-decoration: none;
}

.cart__info a svg {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  fill: #000;
}

.cart__info a:hover,
.cart__info a:focus {
  color: #00A6DF;
}

.cart__info a:hover svg,
.cart__info a:focus svg {
  fill: #00A6DF;
}

.cart__info p + p {
  margin-top: 5px;
}

.flex_w {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex_w.__ai_c {
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
}

#cart {
  padding: 0 0 50px;
}

#cart .cart_prods .promo_stick {
  color: #3ba3c7;
  font-size: 12px;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -20px;
}

#cart .cart_prods .promo_stick .label {
  display: block;
  background-color: #3ba3c7;
  color: #fff;
  padding: 1px 3px;
  border-radius: 1px;
}

#cart .cart_prods .promo_stick .content {
  display: block;
  color: #3ba3c7;
  padding: 0px 3px;
  margin-right: 5px;
  border-radius: 1px;
  border: 1px solid #3ba3c7;
}

#cart .cart_prods .th_wrapper {
  width: 100%;
  padding: 0 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

#cart .cart_prods .th {
  color: #606060;
  text-align: left;
}

#cart .cart_prods .th:nth-child(1) {
  width: 180px;
}

#cart .cart_prods .th:nth-child(2) {
  width: 45%;
}

#cart .cart_prods .th:nth-child(3) {
  width: 12%;
}

#cart .cart_prods .th:nth-child(4) {
  width: 12%;
}

#cart .cart_prods .th:nth-child(5) {
  width: 14%;
}

#cart .cart_prods .th:nth-child(6) {
  width: 34px;
}

#cart .cart_prods .prod_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 -1px;
  border-top: 1px solid #e7e7e7;
}

#cart .cart_prods .prod_item .r_wrapper {
  display: none;
}

#cart .cart_prods .prod_item .img {
  width: 100%;
  max-width: 165px;
  height: 165px;
  position: relative;
  margin: 0 15px 0 0;
}

#cart .cart_prods .prod_item .img img {
  max-width: 90%;
  max-height: 90%;
}

#cart .cart_prods .prod_item .info {
  width: 45%;
}

#cart .cart_prods .prod_item .info .title {
  color: #3ba3c7;
  text-decoration: none;
  display: block;
  font: 15px/1.5;
  margin: 0 0 10px;
}

#cart .cart_prods .prod_item .info .kit {
  margin: 0 0 5px;
  color: #000;
  font-size: 14px;
}

#cart .cart_prods .prod_item .info .add_info {
  color: #707070;
  font: 14px/1.3;
}

#cart .cart_prods .prod_item .qnty_wrapper {
  width: 17%;
}

#cart .cart_prods .prod_item .qnty_wrapper .qnty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#cart .cart_prods .prod_item .qnty_wrapper .qnty .qnty_switcher {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  background-color: #00a6df;
  width: 30px;
  height: 40px;
  position: relative;
  cursor: pointer;
}

#cart .cart_prods .prod_item .qnty_wrapper .qnty .qnty_switcher svg {
  width: 16px;
  height: 16px;
}

#cart .cart_prods .prod_item .qnty_wrapper .qnty .qnty_switcher path {
  fill: #fff;
}

#cart .cart_prods .prod_item .qnty_wrapper .qnty .count {
  margin: 0 5px;
  font: 14px/40px;
  width: 42px;
  height: 40px;
  text-align: center;
  border: 1px solid #d2d2d2 !important;
}

#cart .cart_prods .prod_item .prod_price {
  width: 12%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  color: #000;
  font-size: 20px;
}

#cart .cart_prods .prod_item .prod_price .icon {
  margin: 0 6px 0 0;
  width: 8px;
  height: 8px;
}

#cart .cart_prods .prod_item .total_price {
  width: 14%;
  color: #000;
  font-size: 20px;
}

#cart .cart_prods .prod_item .remove_prod {
  width: 20px;
  height: 20px;
}

#cart .cart_prods .prod_item .remove_prod .r_prod_btn {
  width: 20px;
  height: 20px;
  cursor: pointer;
}

#cart .cart_prods .prod_item .remove_prod path {
  fill: #afafaf;
}

#cart .cart_prods .prod_item._removed {
  position: relative;
}

#cart .cart_prods .prod_item._removed .r_wrapper {
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px dashed #d2d2d2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  color: #8e8e8e;
  font-size: 16px;
}

#cart .cart_prods .prod_item._removed .r_wrapper .recover_prod {
  cursor: pointer;
  color: #00a6df;
  border-bottom: 1px dashed #00a6df;
}

#cart .promo {
  margin: 0 0 25px;
  padding: 30px 0;
  border-top: 1px solid #c1c1c1;
  border-bottom: 1px solid #c1c1c1;
  color: #000;
}

#cart .promo b {
  font-size: 17px;
}

#cart .promo .field {
  margin: 0 30px 0 15px;
}

#cart .promo .field .input {
  width: 192px;
  color: #8e8e8e;
  background-color: #f9f9f9;
}

#cart .promo .field button {
  background-color: #ed6b33;
  color: #fff;
  font-size: 14px;
  margin: 0 0 0 10px;
  padding: 10px 20px;
}

#cart .promo .total .count {
  color: #000;
  font-size: 26px;
  margin: 0 0 5px;
}

#cart .promo .total .economy {
  color: #00a6df;
  font-size: 16px;
}

#cart .footer_btns {
  margin-top: 40px;
}

#cart .footer_btns .btn {
  display: block;
  text-align: center;
  padding: 13px 20px;
  font-size: 16px;
}

#cart .footer_btns p {
  font: 14px/1.4;
  color: #b7b7b7;
  margin: 15px 0 0;
}

#cart .kit_wrapper {
  padding: 30px 0;
  margin: 30px 0 0;
  border-top: 1px solid #c1c1c1;
  position: relative;
}

#cart .kit_wrapper .close {
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 0;
  width: 16px;
  height: 16px;
}

#cart .kit_wrapper .close path {
  fill: #afafaf;
}

#cart .kit_wrapper .l_side {
  width: 55%;
}

#cart .kit_wrapper .l_side .prod_item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  padding: 20px 0;
  border-bottom: 1px dashed #e7e7e7;
}

#cart .kit_wrapper .l_side .prod_item .img {
  width: 100%;
  max-width: 165px;
  height: 165px;
  position: relative;
  margin: 0 15px 0 0;
}

#cart .kit_wrapper .l_side .prod_item .img img {
  max-width: 90%;
  max-height: 90%;
}

#cart .kit_wrapper .l_side .prod_item .info {
  width: 100%;
}

#cart .kit_wrapper .l_side .prod_item .info .title {
  color: #3ba3c7;
  text-decoration: none;
  display: block;
  font: 15px/1.5;
  margin: 0 0 10px;
}

#cart .kit_wrapper .l_side .prod_item .info .kit {
  margin: 0 0 5px;
  color: #000;
  font-size: 14px;
}

#cart .kit_wrapper .l_side .prod_item .info .add_info {
  color: #707070;
  font: 14px/1.3;
}

#cart .kit_wrapper .l_side .prod_item:before {
  content: "";
  width: 50px;
  height: 50px;
  position: absolute;
  left: 15px;
  bottom: -25px;
}

#cart .kit_wrapper .l_side .prod_item:last-child {
  border: none;
}

#cart .kit_wrapper .l_side .prod_item:last-child:before {
  display: none;
}

#cart .kit_wrapper .r_side {
  width: 40%;
}

#cart .kit_wrapper .r_side .kit_title {
  font-size: 22px;
  color: #000;
  margin: 0 0 20px;
}

#cart .kit_wrapper .r_side .price {
  font-size: 22px;
}

#cart .kit_wrapper .r_side .price span {
  font-size: 16px;
}

#cart .kit_wrapper .r_side .qnty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
}

#cart .kit_wrapper .r_side .qnty .qnty_switcher {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  background-color: #00a6df;
  width: 30px;
  height: 40px;
  position: relative;
  cursor: pointer;
}

#cart .kit_wrapper .r_side .qnty .qnty_switcher svg {
  width: 16px;
  height: 16px;
}

#cart .kit_wrapper .r_side .qnty .qnty_switcher path {
  fill: #fff;
}

#cart .kit_wrapper .r_side .qnty .count {
  margin: 0 5px;
  font: 14px/40px;
  width: 42px;
  height: 40px;
  text-align: center;
  border: 1px solid #d2d2d2 !important;
}

#cart .kit_wrapper .r_side .icon {
  width: 10px;
  height: 10px;
  margin: 0 15px;
}

#cart .kit_wrapper .r_side .total_price {
  margin: 20px 0 0;
  font-size: 24px;
}

#cart .kit_wrapper .r_side .total_price .sale {
  color: #00a6df;
  margin: 5px 0 0 18px;
  font: 15px/1.4;
}

#cart .add_prods {
  margin: 30px 0 0;
}

#cart .add_prods b {
  font: 15px/1.5;
  margin: 20px 0;
  display: block;
  color: #00a8cd;
  text-decoration: underline;
  cursor: pointer;
}

#cart .add_prods .add_prod_slider {
  margin: 0;
  display: none;
}

#cart .add_prods .add_prod_slider .owl-stage-outer {
  padding-bottom: 5px;
}

#cart .add_prods .add_prod_slider .item {
  padding: 10px;
  display: block;
  border: 1px solid #e0e0e0;
  background-color: #fff;
  text-decoration: none;
}

#cart .add_prods .add_prod_slider .item .img {
  display: block;
  width: 100%;
  position: relative;
  max-width: 70px;
  height: 70px;
}

#cart .add_prods .add_prod_slider .item .img img {
  max-width: 100%;
  max-height: 100%;
}

#cart .add_prods .add_prod_slider .item .content {
  width: calc(100% - 90px);
  min-height: 92px;
}

#cart .add_prods .add_prod_slider .item .title {
  color: #4b4b4b;
  font: 13px/1.2;
  display: block;
  margin: 0 0 5px;
  max-height: 70px;
  overflow-y: auto;
}

#cart .add_prods .add_prod_slider .item .price {
  color: #000;
  font-size: 15px;
}

#cart .add_prods .add_prod_slider .item .price span {
  font-size: 13px;
}

#cart .add_prods .add_prod_slider .item .btn {
  margin: 10px 0 0;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  background-color: #ecf6f9;
  color: #00a6df;
}

#cart .add_prods .add_prod_slider .item .btn:hover {
  background-color: #d8f0f7;
}

#cart .add_prods .add_prod_slider .item .btn svg {
  width: 13px;
  height: 13px;
}

#cart .add_prods .add_prod_slider .item .btn path {
  fill: #00a6df;
}

#cart .add_prods .add_prod_slider .item .btn.__red {
  background-color: #ed6b33;
  color: #ffffff;
}

#cart .add_prods .add_prod_slider .item .btn.__red:hover {
  background-color: #e96231;
}

#cart .add_prods .add_prod_slider .owl-dots {
  display: none;
}

#cart .add_prods .add_prod_slider .owl-nav {
  left: -30px;
  right: -30px;
}

#cart .add_prods .add_prod_slider .owl-nav button {
  width: 56px;
  height: 56px;
  background-color: #c4c3bd;
  position: absolute;
  margin: -28px 0 0;
}

#cart .add_prods .add_prod_slider .owl-nav button svg {
  width: 16px;
  height: 16px;
}

#cart .add_prods .add_prod_slider .owl-nav button path {
  fill: #fff;
}

#cart .add_prods .add_prod_slider .owl-nav .owl-next {
  position: absolute;
  top: 0;
  right: 0;
}

.menu {
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

.menu__item + .menu__item {
  margin-left: 22px;
}

.menu__link {
  text-decoration: none;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
  line-height: 1;
  outline: none;
}

.menu__link:hover,
.menu__link:focus {
  text-decoration: none;
}

.menu__link svg {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  fill: #333;
}

.menu__link:hover,
.menu__link:focus {
  color: #00A6DF;
}

.menu__link:hover svg,
.menu__link:focus svg {
  fill: #00A6DF;
}

.menu__link svg {
  margin-right: 10px;
}

button.menu__link {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  text-align: center;
  border: none;
  background-color: transparent;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  color: inherit;
  font-family: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

button.menu__link:hover,
button.menu__link:focus {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

button.menu__link:disabled,
button.menu__link.disabled {
  opacity: 0.7;
  pointer-events: none;
}

button.menu__link:disabled .delivery__price,
button.menu__link.disabled .delivery__price {
  color: #C8C8C8;
}

button.menu__link:disabled .delivery__price-desc::after,
button.menu__link.disabled .delivery__price-desc::after {
  background-color: #C8C8C8;
}

button.menu__link.active {
  color: #00A6DF;
}

button.menu__link.active svg {
  fill: #00A6DF;
}

.menu__modal {
  border: 1px solid #DEDEDE;
  padding: 30px;
  font-size: 14px;
  position: absolute;
  top: calc(100% + 16px);
  left: 0;
  width: 100%;
  max-width: 570px;
  background-color: #fff;
  z-index: 1000;
  -webkit-box-shadow: 0px 19px 32.55px 2.45px rgba(0, 0, 0, 0.21);
  box-shadow: 0px 19px 32.55px 2.45px rgba(0, 0, 0, 0.21);
}

.menu__modal.sm {
  max-width: 500px;
}

@media (max-width: 991px) {
  .menu__modal {
    top: 0;
    padding: 25px 15px;
  }
}
@media (max-width: 767px) {
  .menu__modal {
    top: 20px;
  }
}
@media (max-width: 575px) {
  .menu__modal {
    top: 35px;
  }
}
.menu__modal-form {
  position: relative;
}

.menu__modal-form .form__item {
  margin-bottom: 15px;
}

@media (max-width: 575px) {
  .menu__modal-form .form__item {
    padding: 0px 9px;
  }
}
.menu__modal-form .search__input {
  margin-right: 15px;
}

.menu__modal-row {
  margin: 25px 0;
}

.btns-page-nav {
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.btn-page-nav {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.btn-page-nav img {
  margin-bottom: 12px;
}

.btn-page-nav a {
  text-decoration: none;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn-page-nav a:hover,
.btn-page-nav a:focus {
  text-decoration: none;
}

.btn-page-nav a span {
  margin-top: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  text-align: center;
  border: none;
  background-color: transparent;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  color: inherit;
  font-family: inherit;
  display: inline-block;
  font-size: 14px;
  line-height: 1.4;
  color: #00A6DF;
  border-bottom: 1px #00A6DF;
  text-align: left;
  border-bottom-style: dashed;
  font-size: 16px;
}

.btn-page-nav a span:hover,
.btn-page-nav a span:focus {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn-page-nav a span:disabled,
.btn-page-nav a span.disabled {
  opacity: 0.7;
  pointer-events: none;
}

.btn-page-nav a span:disabled .delivery__price,
.btn-page-nav a span.disabled .delivery__price {
  color: #C8C8C8;
}

.btn-page-nav a span:disabled .delivery__price-desc::after,
.btn-page-nav a span.disabled .delivery__price-desc::after {
  background-color: #C8C8C8;
}

.btn-page-nav a:hover,
.btn-page-nav a:focus {
  opacity: 0.7;
}

@media (max-width: 991px) {
  .btn-page-nav a {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media (min-width: 992px) {
  .btn-page-nav {
    border-right: 1px solid #E6E6E6;
  }
  .btn-page-nav:first-of-type {
    border-left: 1px solid #E6E6E6;
  }
}
@media (max-width: 991px) {
  .btn-page-nav {
    margin: 0;
  }
}
.btns-view {
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.btns-view li:not(:last-of-type) {
  margin-right: 12px;
}

.btn-view:not(.active) {
  -webkit-filter: opacity(0.4);
  filter: opacity(0.4);
}

.search {
  position: relative;
}

.search__input {
  width: 100%;
  padding-right: 65px;
  font-size: 14px;
}

.search__btn {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  text-align: center;
  border: none;
  background-color: transparent;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  color: inherit;
  font-family: inherit;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 18px;
}

.search__btn:hover,
.search__btn:focus {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.search__btn:disabled,
.search__btn.disabled {
  opacity: 0.7;
  pointer-events: none;
}

.search__btn:disabled .delivery__price,
.search__btn.disabled .delivery__price {
  color: #C8C8C8;
}

.search__btn:disabled .delivery__price-desc::after,
.search__btn.disabled .delivery__price-desc::after {
  background-color: #C8C8C8;
}

.search__btn svg {
  fill: #9eadb4;
}

.search__btn:focus {
  outline: none;
}

.search__btn:focus svg {
  fill: #00A6DF;
}

.search__btn.reset {
  width: 18px;
  height: 21px;
  right: 40px;
  display: none;
}

.search__btn.reset.active {
  display: block;
}

.search-res {
  display: none;
  position: absolute;
  padding: 15px;
  overflow-y: auto;
  background-color: #fff;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
  width: 100%;
}

.search-res::-webkit-scrollbar {
  width: 5px;
}

.search-res.active {
  display: block;
}

.search-res .active {
  display: block;
}

.search-res .res {
  font-style: normal;
  color: #00A6DF;
}

.search-res__tags {
  display: none;
}

.search-res__tags > * {
  margin: 0;
  margin-right: 8px;
  margin-bottom: 8px;
}

.search-res__tags + * {
  margin-top: 20px;
}

.search-res__list {
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

.search-res__list li + li {
  margin-top: 10px;
}

.search-res__list:not(.prod) a {
  text-decoration: none;
  color: #000;
}

.search-res__list:not(.prod) a:hover,
.search-res__list:not(.prod) a:focus {
  text-decoration: none;
}

.search-res__list:not(.prod) a svg {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  fill: #000;
}

.search-res__list:not(.prod) a:hover,
.search-res__list:not(.prod) a:focus {
  color: #00A6DF;
}

.search-res__list:not(.prod) a:hover svg,
.search-res__list:not(.prod) a:focus svg {
  fill: #00A6DF;
}

.search-res__list p {
  margin: 0;
}

.search-res__list p + p {
  margin-top: 5px;
}

.search-res__list.prod li + li {
  margin-top: 15px;
}

.search-res__title {
  margin-bottom: 10px;
}

.search-res__title-mini {
  margin-bottom: 15px;
  font-size: 11px;
  color: #7C7C7C;
}

.search-res__his {
  display: none;
  margin-bottom: 20px;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 10px;
}

.search-res__his-list {
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

.search-res__his-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.search-res__his-list li a {
  margin-right: auto;
  color: #4d2486;
}

.search-res__his-list li + li {
  margin-top: 10px;
}

.search-res__block {
  display: none;
}

@media (max-width: 991px) {
  .search-res__block + * {
    margin-top: 20px;
  }
}
@media (min-width: 992px) {
  .search-res__block {
    padding: 15px;
  }
  .search-res__block + .search-res__block {
    border-top: 1px solid #e8e8e8;
  }
}
.search-res__prod {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
}

.search-res__prod:hover,
.search-res__prod:focus {
  text-decoration: none;
}

@media (max-width: 991px) {
  .search-res__prod {
    border-bottom: 1px solid #DEDEDE;
  }
}
.search-res__prod-img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.search-res__prod-img img {
  width: 80px;
  height: 80px;
}

.search-res__prod-desc {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  color: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 15px;
  padding-right: 25px;
}

.search-res__prod-desc:hover {
  color: #00A6DF;
}

.search-res__prod-desc .art {
  text-align: right;
  color: #7C7C7C;
  font-style: italic;
  font-size: 12px;
  margin-top: 7px;
}

.search-res__col {
  border-left: 1px solid #e8e8e8;
}

@media (min-width: 1200px) {
  .slider-double--vert {
    position: relative;
  }
  .slider-double--vert .slider-double__parent {
    margin-left: 170px;
    height: 540px;
  }
  .slider-double--vert .slider-double__parent .owl-stage-outer {
    height: 540px;
  }
  .slider-double--vert .slider-double__child {
    position: absolute;
    right: 100%;
    bottom: 0;
    width: 540px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
  }
  .slider-double--vert .slider-double__child .slider-double__item {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    padding: 7px;
  }
  .slider-double--vert .owl-nav button {
    width: 20px;
  }
}
.slider-double-alt {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  height: 272px;
  border: 1px solid #e6e6e6;
  border-radius: 6px;
}

@media (min-width: 768px) {
  .slider-double-alt {
    height: 500px;
    margin-bottom: 20px;
  }
}
.slider-double-alt .slider-double__item {
  height: 100%;
}

.slider-double__parent {
  max-width: 610px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
}

.slider-double__parent > *:first-child,
.slider-double__parent > *:first-child > *:first-child {
  height: 100%;
}

.slider-double__parent .owl-stage-outer {
  height: 272px;
  border: 1px solid #e6e6e6;
  border-radius: 6px;
}

@media (min-width: 768px) {
  .slider-double__parent .owl-stage-outer {
    height: 500px;
  }
}
@media (min-width: 768px) {
  .slider-double__parent {
    margin: 0;
  }
}
.slider-double__parent:not(.owl-loaded) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
}

.slider-double__child {
  display: none !important;
  margin-top: 32px;
}

.slider-double__child .owl-item {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 2px solid transparent;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.slider-double__child .owl-item.current,
.slider-double__child .owl-item.center {
  border-color: #ED6B33;
}

.slider-double__child .slider-double__item {
  max-width: 90px;
  max-height: 90px;
  min-height: 80px;
  padding: 6px;
}

@media (min-width: 768px) {
  .slider-double__child {
    display: block !important;
    max-width: 610px;
    padding: 0 30px;
  }
}
.slider-double__child:not(.owl-loaded) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
}

.slider-double__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.slider-double__item iframe {
  border: 0;
}

.slider-double__item img {
  -o-object-fit: contain;
  object-fit: contain;
  height: inherit;
}

@media (min-width: 1200px) {
  .slider-double__item .slider-double__desc {
    opacity: 0;
  }
  .slider-double__item:hover .slider-double__desc {
    opacity: 1;
  }
}
.slider-double__img-wrap {
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: 100%;
}

.slider-double__desc {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 5px 15px;
  font-size: 13px;
  line-height: 1.4;
  background: #F7F7F7;
  opacity: 0;
}

@media (min-width: 768px) {
  .slider-double__desc {
    opacity: 1;
  }
}
.slider-in.owl-carousel {
  padding: 0 25px;
}

.slider-out.owl-carousel .owl-nav button.owl-prev {
  left: -35px;
}

.slider-out.owl-carousel .owl-nav button.owl-next {
  right: -35px;
}

@media (max-width: 1279px) {
  .slider-out.owl-carousel .owl-nav button.owl-prev {
    left: -10px;
  }
  .slider-out.owl-carousel .owl-nav button.owl-next {
    right: -10px;
  }
}
@media (max-width: 1199px) {
  .slider-out.owl-carousel .owl-nav button.owl-prev {
    left: -20px;
  }
  .slider-out.owl-carousel .owl-nav button.owl-next {
    right: -20px;
  }
}
@media (max-width: 767px) {
  .slider-out.owl-carousel .owl-nav button.owl-prev {
    left: 0;
  }
  .slider-out.owl-carousel .owl-nav button.owl-next {
    right: 0;
  }
}
@media (max-width: 767px) {
  .reviews-slider .owl-nav button {
    top: 25%;
  }
}
.price {
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
  color: #000;
}

.price--orange {
  color: #ED6B33;
}

.price-old {
  font-size: 18px;
  line-height: 21px;
  text-decoration-line: line-through;
  color: #7C7C7C;
}

.price-ben {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.05em;
  text-align: center;
}

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

.price-club svg {
  margin-right: 7px;
}

.price-club__btn {
  font-size: 18px;
  line-height: 1.4;
}

.price-mini {
  font-size: 13px;
  font-weight: 500;
}

.price-old-mini {
  position: relative;
  font-weight: 500;
  font-size: 10px;
  line-height: 1.3;
  color: #7C7C7C;
}

.price-old-mini::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #ED6B33;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.promo {
  border-radius: 4px;
  padding: 16px 30px;
  background: rgba(255, 210, 72, 0.2);
  color: #000;
}

.promo > * {
  margin-bottom: 4px;
}

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

.promo__text {
  font-size: 16px;
  line-height: 19px;
}

.promo__code {
  font-weight: 700;
  font-size: 21px;
  line-height: 25px;
  margin-top: 8px;
}

.promo__price {
  font-size: 36px;
  line-height: 42px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .promo__price {
    font-size: 30px;
    line-height: 36px;
  }
  .promo__text {
    font-size: 14px;
    line-height: 18px;
  }
}
.calc__step {
  margin-right: 15px;
}

.calc__val {
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0;
}

.calc__val li + li {
  margin-left: 24px;
}

.calc__val button {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  text-align: center;
  border: none;
  background-color: transparent;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  color: inherit;
  font-family: inherit;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  text-decoration-line: underline;
  color: #00A6DF;
}

.calc__val button:hover,
.calc__val button:focus {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.calc__val button:disabled,
.calc__val button.disabled {
  opacity: 0.7;
  pointer-events: none;
}

.calc__val button:disabled .delivery__price,
.calc__val button.disabled .delivery__price {
  color: #C8C8C8;
}

.calc__val button:disabled .delivery__price-desc::after,
.calc__val button.disabled .delivery__price-desc::after {
  background-color: #C8C8C8;
}

.calc__val button.active {
  font-weight: 700;
  color: #000;
  text-decoration: none;
}

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

.calc__wrap + .calc__min {
  margin-top: 14px;
}

.calc__min {
  margin: 0;
  font-size: 14px;
  line-height: 16px;
  color: #7C7C7C;
}

.gift {
  border-radius: 4px;
  position: relative;
  display: block;
  padding: 15px 20px;
  padding-left: 50px;
  text-align: center;
  background-color: #FFD248;
  color: #000;
  text-decoration: underline;
  text-decoration-style: dashed;
}

.gift::before {
  content: "";
  position: absolute;
  left: -15px;
  bottom: 0;
  width: 66px;
  height: 66px;
}

.sale__item {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  max-width: 110px;
  margin: 0 auto;
}

.sale__item > * {
  display: block;
  margin-bottom: 3px;
  text-align: center;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
}

.sale__item + .sale__item {
  margin-left: 16px;
}

.sale__title {
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
}

.sale__code {
  color: #00A6DF;
}

.social__list {
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.social__list li {
  margin: 4px;
}

.social__list img {
  width: 40px;
}

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

.mail img + *,
.mail svg + * {
  margin-left: 15px;
}

.mail a {
  text-decoration: underline;
  text-decoration-style: dashed;
  color: #00A6DF;
}

.mail a:hover,
.mail a:focus {
  text-decoration: none;
}

.branch > * {
  margin: 0;
}

.branch > * + * {
  margin-top: 2px;
}

.branch + .branch {
  margin-top: 28px;
}

@media (max-width: 575px) {
  .branch + .branch {
    margin-top: 20px;
  }
}
.branch__title {
  color: #00A6DF;
  margin-bottom: 4px;
}

@media (max-width: 575px) {
  .branch__title {
    font-size: 14px;
    line-height: 1.2;
  }
}
.branch__detail {
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  color: #7C7C7C;
  margin-top: 4px;
}

.branch__detail li {
  display: inline-block;
}

.branch__detail li:not(:last-child)::after {
  content: "•";
  padding: 0 9px;
}

.install .checkbox-line {
  padding: 21px;
  font-size: 16px;
}

.install .checkbox-line input {
  width: 20px;
  height: 20px;
}

.install .checkbox-line input + label {
  margin-left: 16px;
}

.install-table table td {
  min-width: 118px;
  vertical-align: text-top;
}

.install__info {
  padding: 16px;
  padding-left: 42px;
  border-radius: 6px;
}

.install__info .list-icon {
  font-size: 12px;
}

.install__info + .install__info {
  margin-top: 24px;
}

@media (max-width: 767px) {
  .install__info + .install__info {
    margin-top: 12px;
  }
}
.step-row__list {
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

.step-row__list + .step-row__list {
  margin-top: 35px;
}

@media (max-width: 767px) {
  .step-row__list + .step-row__list {
    margin-top: 0;
  }
  .step-row__list + .step-row__list::before {
    content: "";
    position: static;
    width: 50px;
    height: 64px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    margin: 0 auto;
  }
}
.step-row__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.step-row__item:not(:last-of-type)::after {
  content: "";
  position: absolute;
  left: calc(100% - 25px);
  top: 0;
  width: 50px;
  height: 104px;
}

@media (max-width: 767px) {
  .step-row__item:not(:last-of-type)::after {
    position: static;
    height: 64px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
.step-row__img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 104px;
  height: 104px;
  padding: 24px;
  border-radius: 50%;
  background: #fff;
  margin-bottom: 16px;
}

.step-row__desc {
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
  max-width: 160px;
}

.club-offer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 17px;
  max-width: 400px;
}

.club-offer__img {
  margin: 0 auto;
  margin-bottom: 24px;
}

.club-offer__desc {
  margin-bottom: 8px;
}

.catalog {
  font-size: 14px;
  line-height: 16px;
}

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

.catalog__categories-wrap {
  min-width: 260px;
  max-width: 300px;
  min-height: 500px;
  padding: 24px 0;
}

.catalog__categories {
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

.catalog__categories.with-arrows > .catalog__category > .catalog__item::after {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  content: "";
  width: 9px;
  height: 15px;
  margin-left: auto;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.catalog__categories.with-arrows > .catalog__category > .catalog__item:hover::after,
.catalog__categories.with-arrows > .catalog__category > .catalog__item:focus::after,
.catalog__categories.with-arrows > .catalog__category > .catalog__item.active::after {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.catalog__categories.with-arrows > .catalog__category > .catalog__item span {
  margin-right: 15px;
}

.catalog__list-wrap {
  width: 100%;
  overflow: hidden;
  background-color: #fff;
}

.catalog__list {
  display: none;
  height: 100%;
  padding: 34px 0 34px 50px;
}

.catalog__list.active {
  display: block;
}

.catalog__link {
  display: block;
  width: 100%;
  padding: 9px 16px;
  font-size: 14px;
  line-height: 16px;
  padding-left: 46px;
}

.catalog__item {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  text-align: center;
  border: none;
  background-color: transparent;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  color: inherit;
  font-family: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  padding: 9px 16px;
}

.catalog__item:hover,
.catalog__item:focus {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.catalog__item:disabled,
.catalog__item.disabled {
  opacity: 0.7;
  pointer-events: none;
}

.catalog__item:disabled .delivery__price,
.catalog__item.disabled .delivery__price {
  color: #C8C8C8;
}

.catalog__item:disabled .delivery__price-desc::after,
.catalog__item.disabled .delivery__price-desc::after {
  background-color: #C8C8C8;
}

.catalog__item img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-right: 10px;
  -webkit-filter: brightness(0);
  filter: brightness(0);
}

.catalog__item * + img {
  margin-left: 10px;
}

.catalog__item:hover,
.catalog__item:focus,
.catalog__item.active {
  color: #00A6DF;
  background-color: #fff;
  outline: none;
}

.catalog__item:hover img,
.catalog__item:focus img,
.catalog__item.active img {
  -webkit-filter: brightness(1);
  filter: brightness(1);
}

.catalog__link {
  text-decoration: none;
  color: #000;
}

.catalog__link:hover,
.catalog__link:focus {
  text-decoration: none;
}

.catalog__link svg {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  fill: #000;
}

.catalog__link:hover,
.catalog__link:focus {
  color: #00A6DF;
}

.catalog__link:hover svg,
.catalog__link:focus svg {
  fill: #00A6DF;
}

.catalog__title {
  font-weight: 500;
  font-size: 28px;
  line-height: 33px;
  color: #000;
  margin-bottom: 0;
}

.catalog__title a {
  text-decoration: none;
  color: #000;
}

.catalog__title a:hover,
.catalog__title a:focus {
  text-decoration: none;
}

.catalog__block a {
  text-decoration: none;
  color: #000;
}

.catalog__block a:hover,
.catalog__block a:focus {
  text-decoration: none;
}

.catalog__block a svg {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  fill: #000;
}

.catalog__block a:hover,
.catalog__block a:focus {
  color: #00A6DF;
}

.catalog__block a:hover svg,
.catalog__block a:focus svg {
  fill: #00A6DF;
}

.catalog__block-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 0;
}

.catalog__block-list {
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  margin-top: 7px;
}

.catalog__block-item a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.catalog__block-item a img {
  width: 15px;
  height: 15px;
  margin-left: 7px;
}

.catalog__block-item + .catalog__block-item {
  margin-top: 10px;
}

.catalog__block-wrap {
  -webkit-column-gap: 0;
  -moz-column-gap: 0;
  column-gap: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.catalog__block-wrap.col-count-1 {
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
}

.catalog__block-wrap.col-count-2 {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}

.catalog__block-wrap.col-count-3 {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}

.catalog__block-wrap.col-count-4 {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
}

.catalog__block {
  padding: 32px 42px 0 0;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
  page-break-inside: avoid;
  min-width: 235px;
}

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

.catalog__banners {
  padding-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.catalog__banner + .catalog__banner {
  margin-top: 20px;
}

.catalog__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 40px;
}

.catalog__logo > .item {
  margin-right: 30px;
  margin-bottom: 20px;
}

.catalog__logo img {
  max-width: 177px;
}

.catalog__row {
  margin-left: -8px;
  margin-right: -8px;
}

.catalog__row + .catalog__row {
  margin-top: 32px;
}

@media (max-width: 767px) {
  .catalog__row + .catalog__row {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .catalog__row.col-mb-md .catalog__column {
    margin-bottom: 32px;
  }
}
@media (min-width: 992px) {
  .catalog__row.col-mb-lg-0 .catalog__column {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .catalog__row.col-mb-xl .catalog__column {
    margin-bottom: 32px;
  }
}
.catalog__column {
  padding-left: 8px;
  padding-right: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.catalog__column .block-bg {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

@media (max-width: 991px) {
  .catalog__column.main {
    margin-bottom: 32px;
  }
}
@media (min-width: 992px) {
  .catalog__column.mt-lg {
    margin-top: 32px;
  }
}
@media (min-width: 1200px) {
  .catalog__column.mt-xl-0 {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .catalog__column {
    margin-bottom: 24px;
  }
  .catalog__column div.block-bg {
    position: relative;
  }
  .catalog__column div.block-bg::after {
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    right: 16px;
    bottom: 16px;
  }
}
.catalog__cat + .catalog__cat {
  margin-top: 70px;
}

@media (min-width: 768px) {
  .catalog.content-page__section {
    padding-bottom: 72px;
  }
}
.catalog-mob {
  overflow: hidden;
  margin: 20px 0 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.catalog-mob .catalog__categories {
  overflow: hidden;
}

.catalog-mob .catalog__categories > .catalog__category > .catalog__item {
  border-bottom: 1px solid #dadada;
  line-height: 20px;
}

.catalog-mob .catalog__categories > .catalog__category:first-of-type > .catalog__item {
  border-top: 1px solid #dadada;
}

.catalog-mob .catalog__category ul {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  -webkit-overflow-scrolling: touch;
  z-index: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  opacity: 1;
}

.catalog-mob .catalog__category ul .go-back a {
  cursor: pointer;
  position: relative;
  color: #333;
}

.catalog-mob .catalog__category ul.hidden {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  opacity: 0;
}

.catalog-mob .catalog__categories.moved-out > .catalog__category > .catalog__item {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
}

.catalog-mob .catalog__item {
  overflow: hidden;
  color: #00A6DF;
  padding: 14px;
}

.catalog-mob button.catalog__item:not(.go-back)::after {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  content: "";
  width: 9px;
  height: 20px;
  margin-left: auto;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.catalog-mob button.catalog__item:not(.go-back):hover::after,
.catalog-mob button.catalog__item:not(.go-back):focus::after,
.catalog-mob button.catalog__item:not(.go-back).active::after {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.catalog-mob button.catalog__item:not(.go-back) span {
  margin-right: 15px;
}

.catalog-mob button.go-back {
  color: #333;
}

.catalog-detail__aside {
  margin-top: 48px;
}

.catalog-detail__aside .aside__block + .aside__block {
  margin-top: 20px;
}

@media (max-width: 991px) {
  .catalog-detail__aside {
    display: none;
  }
}
.catalog-detail__banners {
  margin-top: 48px;
}

@media (max-width: 991px) {
  .catalog-detail__banners {
    display: none;
  }
}
.catalog-detail__banner {
  line-height: 0;
  display: block;
}

.catalog-detail__banner img {
  line-height: 0;
}

.catalog-detail__banner + .catalog-detail__banner {
  margin-top: 20px;
}

.catalog-detail__set {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 2px solid #DEDEDE;
  padding-bottom: 12px;
  margin-bottom: 24px;
  font-size: 14px;
}

.catalog-detail__set-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 767px) {
  .catalog-detail__set-form {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
}
.catalog-detail__set-sort {
  margin-right: 30px;
}

@media (max-width: 767px) {
  .catalog-detail__set-sort {
    margin-bottom: 16px;
  }
}
.catalog-detail__set-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.catalog-detail__set-check .checkbox-row + .checkbox-row {
  margin-top: 0;
  margin-left: 20px;
}

@media (max-width: 767px) {
  .catalog-detail__set-check .checkbox-row + .checkbox-row {
    margin-left: 10px;
  }
}
@media (max-width: 767px) {
  .catalog-detail__set-check .checkbox-row input[type=checkbox] + label::before,
.catalog-detail__set-check .checkbox-row input[type=radio] + label::before {
    margin-right: 7px;
  }
}
.catalog-detail__btns-view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-left: auto;
}

.catalog-detail__btns-view .btns-view {
  margin-left: 24px;
}

@media (max-width: 767px) {
  .catalog-detail__btns-view {
    display: none;
  }
}
.catalog-detail__res {
  font-size: 14px;
  margin-bottom: 24px;
}

.catalog-detail__res-title {
  font-weight: 500;
  color: #000;
  margin-bottom: 20px;
}

.catalog-detail__res-filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #7C7C7C;
}

.catalog-detail__res-filters p {
  margin-bottom: 8px;
  margin-top: 8px;
  margin-right: 12px;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media (max-width: 1199px) {
  .catalog-detail__res-filters p {
    margin-top: 0;
  }
}
@media (max-width: 1199px) {
  .catalog-detail__res-filters {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.catalog-detail__paginator {
  margin-top: 10px;
}

.category__title {
  font-size: 18px;
}

.category__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: rgba(0, 0, 0, 0.8);
}

.category__info ul {
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

.category__info ul li + li {
  margin-top: 8px;
}

.category__info a {
  font-size: 16px;
}

.category__info a:hover,
.category__info a:focus {
  border-color: transparent;
}

.category__info-bottom {
  margin-top: auto;
}

.oplata .btn-page-nav {
  margin-top: 40px;
}

@media (max-width: 991px) {
  .oplata .btn-page-nav img {
    display: none;
  }
}
@media (max-width: 1199px) {
  .oplata .btn-page-nav {
    margin-top: 32px;
  }
}
@media (max-width: 767px) {
  .oplata .btn-page-nav {
    display: none;
  }
}
@media (max-width: 767px) {
  .oplata .content-page__top {
    margin: 0;
  }
}
.oplata__block p:last-of-type {
  margin-bottom: 0;
}

.oplata__block h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
}

.oplata__block img {
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .oplata__block img {
    max-width: 35px;
  }
}
@media (max-width: 767px) {
  .oplata__block:not(:last-of-type) {
    margin-bottom: 24px;
  }
}
.oplata__acc {
  max-width: 610px;
  margin: 0 auto;
}

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

@media (min-width: 767px) and (max-width: 1199px) {
  .oplata__slider-wrap {
    padding: 0;
  }
}
@media (min-width: 1280px) {
  .oplata__slider-wrap {
    padding: 0;
  }
}
.oplata__slider.owl-carousel {
  padding: 0 40px;
}

.oplata__slider.owl-carousel.adapt .oplata__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.oplata__slide {
  max-width: 230px;
}

.oplata__slide-img {
  height: 40px;
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.oplata__slide-img img {
  -o-object-fit: contain;
  object-fit: contain;
  max-height: 40px;
}

.oplata__slide-desc {
  font-size: 14px;
  margin-bottom: 0;
  margin-top: auto;
}

.mobile-menu .modal__close {
  border-radius: 0;
  width: 34px;
  height: 34px;
}

.mobile-menu__top-line {
  height: 34px;
  background-color: #f7f7f7;
  border-bottom: 2px solid #dbdbdb;
}

.mobile-menu__top-line .container {
  position: relative;
}

.mobile-menu__top {
  padding: 13px 0 0;
}

.mobile-menu__list {
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mobile-menu__list li .menu__link {
  text-decoration: underline;
}

.mobile-menu__list li .menu__link svg {
  margin-right: 7px;
}

.mobile-menu__list li:not(:last-of-type) {
  margin-right: 12px;
}

.mobile-menu__center {
  padding: 15px 0;
}

.mobile-menu__search {
  margin-bottom: 20px;
}

.mobile-menu__bottom {
  padding: 20px 0 30px;
  color: #a0a0a0;
}

.mobile-menu__bottom a:not(.mobile-menu__tel) {
  text-decoration: underline;
  text-decoration-color: inherit;
  color: #727272;
}

.mobile-menu__bottom a:not(.mobile-menu__tel):hover,
.mobile-menu__bottom a:not(.mobile-menu__tel):focus {
  text-decoration-color: transparent;
}

.mobile-menu__bottom a:not(.mobile-menu__tel):hover,
.mobile-menu__bottom a:not(.mobile-menu__tel):focus {
  color: #00A6DF;
}

.menu-mobile__links {
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

.menu-mobile__links li + li {
  margin-top: 8px;
}

.mobile-menu__contacts + * {
  margin-top: 30px;
}

.mobile-menu__contacts > * {
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  .mobile-menu__contacts {
    margin-top: 30px;
  }
}
.mobile-menu__tel {
  margin-right: 15px;
}

.header {
  position: relative;
  z-index: 100;
  background-color: #fff;
}

.header__banner {
  padding: 10px 0;
}

.header__banner .banner {
  display: block;
  max-height: 80px;
}

.header__top {
  padding: 8px 0;
  background-color: #F7F7F7;
  border-bottom: 1px solid #DEDEDE;
}

.header__top .container {
  position: relative;
}

@media (max-width: 767px) {
  .header__top {
    padding: 0;
    border: none;
  }
}
.header__menu {
  display: none;
}

.header__center {
  padding: 20px 0;
}

@media (min-width: 768px) and (max-width: 991px) {
  .header__center .header__cart {
    margin-left: 20px;
  }
  .header__center .header__contacts {
    margin-left: auto;
  }
}
.header__logo {
  width: 244px;
}

@media (max-width: 991px) {
  .header__logo {
    width: 200px;
  }
}
@media (max-width: 767px) {
  .header__logo {
    width: 180px;
  }
}
.header__list {
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.header__list > * {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

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

@media (max-width: 767px) {
  .header__contacts {
    width: 100%;
  }
}
.header__search {
  width: 450px;
}

@media (max-width: 1199px) {
  .header__search {
    width: 235px;
  }
}
@media (max-width: 991px) {
  .header__search {
    display: none;
  }
}
.header__tel + * {
  margin: 0;
  margin-top: 4px;
  font-size: 13px;
  color: #7C7C7C;
}

.header__btn {
  margin-left: 15px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .header__btn {
    display: none;
  }
}
@media (max-width: 767px) {
  .header__btn {
    margin-left: auto;
  }
}
.header__nav-wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.header__nav {
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__nav-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__nav-item > *:not(.header__nav-link):not(.header__nav-btn) {
  margin: 0 20px;
}

.header__nav-item > .header__nav-link::before,
.header__nav-item > .header__nav-btn::before {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  opacity: 0;
  background-color: #00A6DF;
}

.header__nav-item > *:hover::before,
.header__nav-item > *:focus::before {
  opacity: 1;
}

.header__nav-item + .header__nav-item::after {
  position: absolute;
  content: "";
  height: 24px;
  width: 1px;
  background-color: #dedede;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.header__nav-item + .header__nav-item .header__nav-link {
  padding-left: 20px;
}

.header__nav-link {
  text-decoration: none;
  color: #000;
  padding: 16px 20px 16px 20px;
}

.header__nav-link:hover,
.header__nav-link:focus {
  text-decoration: none;
}

.header__nav-link svg {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  fill: #000;
}

.header__nav-link:hover,
.header__nav-link:focus {
  color: #00A6DF;
}

.header__nav-link:hover svg,
.header__nav-link:focus svg {
  fill: #00A6DF;
}

.header__nav-btn {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  text-align: center;
  border: none;
  background-color: transparent;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  color: inherit;
  font-family: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px 20px 16px 0;
  font-size: 14px;
  height: 100%;
}

.header__nav-btn:hover,
.header__nav-btn:focus {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header__nav-btn:disabled,
.header__nav-btn.disabled {
  opacity: 0.7;
  pointer-events: none;
}

.header__nav-btn:disabled .delivery__price,
.header__nav-btn.disabled .delivery__price {
  color: #C8C8C8;
}

.header__nav-btn:disabled .delivery__price-desc::after,
.header__nav-btn.disabled .delivery__price-desc::after {
  background-color: #C8C8C8;
}

.header__nav-btn > * + * {
  margin-left: 8px;
}

.header__nav-btn:hover,
.header__nav-btn:focus,
.header__nav-btn.active {
  color: #00A6DF;
  outline: none;
}

.header__nav-btn:hover::before,
.header__nav-btn:focus::before,
.header__nav-btn.active::before {
  opacity: 1;
}

.header__nav-btn:hover .btn-burger span,
.header__nav-btn:focus .btn-burger span,
.header__nav-btn.active .btn-burger span {
  background-color: #00A6DF;
}

.header__open-btn {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  text-align: center;
  border: none;
  background-color: transparent;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  color: inherit;
  font-family: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #00A6DF;
  font-size: 14px;
  padding: 5px;
}

.header__open-btn:hover,
.header__open-btn:focus {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header__open-btn:disabled,
.header__open-btn.disabled {
  opacity: 0.7;
  pointer-events: none;
}

.header__open-btn:disabled .delivery__price,
.header__open-btn.disabled .delivery__price {
  color: #C8C8C8;
}

.header__open-btn:disabled .delivery__price-desc::after,
.header__open-btn.disabled .delivery__price-desc::after {
  background-color: #C8C8C8;
}

.header__open-btn svg {
  width: 24px;
  height: 24px;
  fill: #00A6DF;
}

.header__open-btn svg + * {
  margin-left: 10px;
}

.header__menu-btn {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  text-align: center;
  border: none;
  background-color: transparent;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  color: inherit;
  font-family: inherit;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__menu-btn:hover,
.header__menu-btn:focus {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header__menu-btn:disabled,
.header__menu-btn.disabled {
  opacity: 0.7;
  pointer-events: none;
}

.header__menu-btn:disabled .delivery__price,
.header__menu-btn.disabled .delivery__price {
  color: #C8C8C8;
}

.header__menu-btn:disabled .delivery__price-desc::after,
.header__menu-btn.disabled .delivery__price-desc::after {
  background-color: #C8C8C8;
}

@media (max-width: 575px) {
  .header__menu-btn {
    max-width: 80px;
  }
}
.header__mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 0;
}

.header__nav,
.header__catalog,
.header__mobile-menu,
.header__mobile {
  display: none;
}

.header__catalog,
.header__mobile-menu {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 101;
}

.header__catalog {
  top: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #f7f7f7), color-stop(0, #fff));
  background: linear-gradient(90deg, #f7f7f7 50%, #fff 0);
}

.header__mobile-menu {
  top: 0;
  background-color: #fff;
}

.header__catalog.active,
.header__mobile-menu.active {
  display: block;
}

.header__bottom .container {
  position: relative;
}

.header__search-mobile {
  display: none;
  padding: 10px 0;
  background-color: #fff;
}

.header__search-mobile .modal__search-res {
  max-height: none;
}

.header__search-mobile.active {
  display: block;
}

.header__search-res {
  z-index: 101;
  max-width: 834px;
  width: 100vw;
  top: calc(100% + 15px);
  padding: 0;
  overflow-y: initial;
}

.header__search-res .search-res__col:first-of-type {
  position: relative;
  background: #fff;
}

.header__search-res .search-res__col:first-of-type::before {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  z-index: 1;
  height: 15px;
  background-color: #fff;
  left: 20px;
  top: -6px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border: 1px solid #e8e8e8;
  z-index: -1;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .header__search-res {
    left: -100%;
  }
  .header__search-res .search-res__col:first-of-type::before {
    left: auto;
    right: 10px;
  }
}
@media (min-width: 768px) {
  .header__bottom {
    background-color: aliceblue;
    border-top: 1px solid #DEDEDE;
    border-bottom: 1px solid #DEDEDE;
  }
}
@media (min-width: 1200px) {
  .header__open-btn {
    display: none;
  }
}
@media (max-width: 767px) {
  .header__mobile {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .header__mobile > * + * {
    margin-left: 10px;
  }
  .header__nav-wrap {
    width: auto;
    margin-right: 15px;
  }
  .header {
    -webkit-box-shadow: 0px 2px 7.36px 0.64px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 7.36px 0.64px rgba(0, 0, 0, 0.1);
  }
}
.footer address {
  color: #727272;
  font-style: normal;
}

.footer__top {
  background-color: #e6e6e6;
  padding: 70px 0 40px;
}

.footer__bottom {
  background-color: #f2f2f2;
  text-align: center;
  padding: 50px 0 100px;
  font-size: 13px;
  color: #adadad;
}

.footer__bottom p {
  margin: 0 auto;
  max-width: 1050px;
}

.footer__bottom p a {
  text-decoration: underline;
  text-decoration-color: inherit;
  color: inherit;
}

.footer__bottom p a:hover,
.footer__bottom p a:focus {
  text-decoration-color: transparent;
}

.footer__title {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1;
}

.footer__list {
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  color: #727272;
}

.footer__list li {
  margin-bottom: 10px;
}

.footer__link {
  text-decoration: underline;
  text-decoration-color: inherit;
  font-size: 14px;
  color: #727272;
}

.footer__link:hover,
.footer__link:focus {
  text-decoration-color: transparent;
}

button.footer__link {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  text-align: center;
  border: none;
  background-color: transparent;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  color: inherit;
  font-family: inherit;
}

button.footer__link:hover,
button.footer__link:focus {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

button.footer__link:disabled,
button.footer__link.disabled {
  opacity: 0.7;
  pointer-events: none;
}

button.footer__link:disabled .delivery__price,
button.footer__link.disabled .delivery__price {
  color: #C8C8C8;
}

button.footer__link:disabled .delivery__price-desc::after,
button.footer__link.disabled .delivery__price-desc::after {
  background-color: #C8C8C8;
}

.footer__tel {
  text-decoration: none;
  margin-bottom: 3px;
}

.footer__tel:hover,
.footer__tel:focus {
  text-decoration: none;
}

.footer__mail {
  margin-top: 5px;
}

@media (max-width: 767px) {
  .footer__column:not(:first-of-type) {
    margin-top: 30px;
  }
}
.footer-modal {
  top: auto;
  bottom: 56px;
  padding-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer-modal > .container {
  margin-top: auto;
}

.footer-modal .modal__wrapper {
  max-width: none;
  width: 100%;
  border-radius: 8px 8px 0 0;
}

.footer-modal .modal__container {
  padding: 25px;
}

.footer-modal .modal__title {
  text-align: center;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .footer-modal .modal__title {
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .footer-modal {
    bottom: 52px;
  }
  .footer-modal .modal__container {
    padding: 20px 10px;
  }
  .footer-modal .card {
    max-width: 240px;
  }
}
@media (max-width: 767px) {
  .footer-modal .slider-in.owl-carousel {
    padding: 0 15px;
  }
}
.footer-slider .owl-nav button {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 48px;
  height: 48px;
  background-color: #c4c3bd;
  border-radius: 100%;
  padding: 0;
}

.footer-slider .owl-nav button path {
  stroke: #fff;
}

.footer-slider .owl-nav button.owl-next {
  right: -15px;
}

.footer-slider .owl-nav button.owl-prev {
  left: -15px;
}

@media (min-width: 992px) {
  .footer-slider .owl-nav button.disabled {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 991px) {
  .footer-slider .owl-nav button {
    width: 35px;
    height: 35px;
  }
  .footer-slider .owl-nav button.owl-next {
    right: -5px;
  }
  .footer-slider .owl-nav button.owl-prev {
    left: -5px;
  }
}
.footer-slider .price {
  margin-bottom: 10px;
}

.footer-slider .card__img {
  height: 200px;
}

@media (max-width: 767px) {
  .footer-slider .card__img {
    height: 180px;
  }
}
.footer-slider .card__title a {
  color: #00A6DF;
}

.btns-circle .owl-nav button {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 48px;
  height: 48px;
  background-color: #c4c3bd;
  border-radius: 100%;
  padding: 0;
}

.btns-circle .owl-nav button path {
  stroke: #fff;
}

.btns-circle .owl-nav button.owl-next {
  right: -15px;
}

.btns-circle .owl-nav button.owl-prev {
  left: -15px;
}

@media (min-width: 992px) {
  .btns-circle .owl-nav button.disabled {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 991px) {
  .btns-circle .owl-nav button {
    width: 35px;
    height: 35px;
  }
  .btns-circle .owl-nav button.owl-next {
    right: -5px;
  }
  .btns-circle .owl-nav button.owl-prev {
    left: -5px;
  }
}
.scanned {
  display: none;
}

.scanned.active {
  display: block;
}

.panel {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2000;
  padding: 17px 0;
  background-color: #6d7073;
  color: #fff;
  font-size: 14px;
}

@media (max-width: 991px) {
  .panel {
    padding: 15px 0;
  }
}
.panel__list {
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.panel__item {
  position: relative;
}

.panel__item:not(:last-of-type) {
  margin-right: 50px;
}

@media (max-width: 991px) {
  .panel__item:not(:last-of-type) {
    margin-right: 15px;
  }
}
.panel__btn {
  position: relative;
  outline: none;
}

.panel__btn svg {
  fill: #FFD248;
  margin-right: 15px;
}

@media (max-width: 991px) {
  .panel__btn svg {
    margin-right: 5px;
  }
}
.panel__btn .panel__btn-title {
  margin: 0;
  margin-right: 15px;
}

.panel__btn .count {
  margin: 0;
}

.panel__btn:active,
.panel__btn.active,
.panel__btn:focus {
  opacity: 0.3;
}

@media (max-width: 991px) {
  .panel__btn-title {
    display: none;
  }
}
.panel__popup {
  position: absolute;
  bottom: calc(100% + 17px);
  background-color: #fff;
  border: 1px solid #d0d0d0;
  border-radius: 8px 8px 0 0;
  display: none;
}

.panel__popup.active {
  display: block;
}

@media (max-width: 991px) {
  .panel__popup {
    bottom: calc(100% + 15px);
  }
}
.compare-list {
  width: 250px;
  padding: 25px;
}

.compare-list ul {
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

.compare-list ul li + li {
  margin-top: 10px;
}

.compare-list ul a {
  text-decoration: underline;
  text-decoration-style: dashed;
}

.compare-list ul a:hover,
.compare-list ul a:focus {
  text-decoration: none;
}

.added-list {
  right: 0;
  width: 340px;
  padding: 10px;
}

.added-list ul {
  max-height: 240px;
  color: #6d7073;
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

.added-list ul li + li {
  margin-top: 10px;
}

@media (max-width: 767px) {
  .added-list {
    width: 300px;
  }
}
.added-list__btn {
  margin-top: 16px;
}

.overlay {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 99;
  display: none;
}

.overlay.active {
  display: block;
}

.prod {
  font-size: 14px;
}

.prod .b-t {
  padding-top: 25px;
  border-top: 1px solid #DEDEDE;
}

.prod__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 14px;
}

.prod__top > * {
  margin-bottom: 10px;
}

.prod__rev-link {
  margin-right: 32px;
  font-size: 13px;
  line-height: 15px;
}

.prod__slider + * {
  margin-top: 10px;
}

.prod__info {
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .prod__info {
    margin-top: 32px;
  }
}
.prod__mini-info {
  margin-bottom: 30px;
}

.prod__price-old {
  margin-bottom: 8px;
}

.prod__price {
  margin: 0;
  font-size: 36px;
  line-height: 42px;
}

.prod__price-ben {
  margin-left: auto;
}

.prod__price-ben > * {
  font-size: 10px;
  line-height: 12px;
}

.prod__promo {
  margin-top: 22px;
}

.prod__calc {
  margin-top: 30px;
}

.prod__calc .calc__step {
  margin-right: 24px;
}

.prod__calc .step__input {
  width: 72px;
  padding: 5px;
}

.prod__price-club {
  margin-top: 15px;
}

.prod__price-club + .prod__calc {
  margin-top: 30px;
}

.prod__calc button {
  font-size: 18px;
  line-height: 21px;
}

.prod__btns {
  margin-top: 27px;
}

.prod__btn {
  width: 100%;
  font-size: 16px;
  line-height: 18px;
}

.prod__btn + .prod__btn {
  margin-top: 18px;
}

.prod__region {
  margin-top: 26px;
}

.prod__delivery {
  margin-top: 20px;
}

.prod__logo {
  margin-right: 14px;
}

.prod__gift {
  margin-top: 45px;
}

.prod__credit {
  margin-top: 32px;
}

.prod__credit-btn {
  margin-top: 10px;
}

.prod__credit-btn a {
  display: inline;
}

.prod__sale {
  margin-top: 36px;
}

.prod__tabs-wrap {
  margin-top: 40px;
  background-color: #F7F7F7;
}

.prod__tabs-wrap + * {
  padding-bottom: 32px;
}

.prod__card-slider {
  max-width: 780px;
}

@media (max-width: 991px) {
  .prod__card-slider {
    max-width: 440px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .prod__card-slider {
    max-width: 420px;
    margin: 0 auto;
  }
}
.card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid #DEDEDE;
  padding: 10px;
  border-radius: 6px;
  font-size: 14px;
  width: 100%;
  margin: 0 auto;
}

.page-item .card {
  height: 100%;
}

.card__body-vert {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.card__body-vert .card__country + .card__center {
  margin-top: auto;
}

@media (max-width: 767px) {
  .owl-item .card {
    max-width: 320px;
  }
}
@media (max-width: 575px) {
  .owl-item .card {
    max-width: 270px;
  }
}
.card__img-wrap {
  position: relative;
  display: block;
  margin-bottom: 12px;
}

.card__img-wrap .card__img {
  margin-bottom: 0;
}

.card__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 12px;
}

.card__img img {
  -o-object-fit: contain;
  object-fit: contain;
  max-height: 290px;
  max-width: 100%;
}

@media (min-width: 1200px) {
  .fixed-height .card__img {
    height: 290px;
  }
}
.card__title {
  font-weight: normal;
  font-size: 14px;
  line-height: 1.2;
  margin: 0;
}

.card__title a {
  color: #000;
}

.card__title a svg {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  fill: #000;
}

.card__title a:hover,
.card__title a:focus {
  color: #00A6DF;
}

.card__title a:hover svg,
.card__title a:focus svg {
  fill: #00A6DF;
}

.card__btn {
  min-width: 140px;
  margin-right: 10px;
}

.card__btn + .card__btn {
  margin-top: 10px;
}

.card__btn + .card__btns-group {
  margin: 10px 0;
}

.card__top {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .card__top {
    margin-bottom: 20px;
  }
}
.card__country + .card__center {
  margin-top: 0;
}

.card__center {
  padding-top: 12px;
  border-top: 1px solid #DEDEDE;
  margin-top: auto;
}

.card__fb {
  border-top: 1px solid #DEDEDE;
  padding-top: 12px;
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.card__country {
  margin-top: auto;
  margin: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.card__country img {
  margin-right: 8px;
}

.card__range {
  margin-right: 16px;
}

.card__bottom {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.card-line {
  padding: 4px;
  border: 1px solid rgba(182, 182, 182, 0.4);
  border-radius: 3px;
}

.card-line__desc {
  padding-left: 15px;
}

.card-line__title {
  display: block;
  margin-bottom: 10px;
}

.card-line__step .step__input {
  width: 45px;
  font-size: 14px;
}

.card-line__step .step__btn {
  padding: 8px 10px;
}

.card-line__price {
  margin-top: 10px;
  margin-bottom: 0;
}

.card-line__btn-close {
  margin-left: auto;
  padding: 5px;
}

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

.color-var a:hover,
.color-var a:focus {
  opacity: 0.7;
}

.color-var .card__title a {
  color: #000;
}

.color-var .card__title a:hover,
.color-var .card__title a:focus {
  color: var(--var-color);
}

.card__tags {
  position: absolute;
}

.card__meta {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.card__copy {
  font-size: 12px;
  line-height: 1;
  padding: 5px 10px;
  background-color: #eee;
  border-radius: 10px;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.card__copy-btn {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  text-align: center;
  border: none;
  background-color: transparent;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  color: inherit;
  font-family: inherit;
  margin-left: 4px;
}

.card__copy-btn:hover,
.card__copy-btn:focus {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.card__copy-btn:disabled,
.card__copy-btn.disabled {
  opacity: 0.7;
  pointer-events: none;
}

.card__copy-btn:disabled .delivery__price,
.card__copy-btn.disabled .delivery__price {
  color: #C8C8C8;
}

.card__copy-btn:disabled .delivery__price-desc::after,
.card__copy-btn.disabled .delivery__price-desc::after {
  background-color: #C8C8C8;
}

.card__copy-btn svg {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  fill: #333;
}

.card__copy-btn:hover svg,
.card__copy-btn:focus svg,
.card__copy-btn.active svg {
  fill: #00A6DF;
}

.card__desc {
  line-height: 1.3;
  color: #7C7C7C;
  margin-top: 3px;
}

.card__desc span:not(:last-of-type)::after {
  content: "•";
  display: inline-block;
  margin: 0 2px;
  margin-left: 4px;
}

.card__main .card__title {
  font-weight: 500;
}

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

.card__body-hor {
  display: none;
}

@media (min-width: 768px) {
  .card-hor-wrap {
    width: 100%;
    max-width: none;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .card-hor .card__body-vert {
    display: none;
  }
  .card-hor .card__body-hor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .card-hor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 0;
  }
  .card-hor .card__top {
    max-width: 33.33%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    margin-bottom: 0;
  }
  .card-hor .card__meta .card__copy {
    display: none;
  }
  .card-hor .card__img-wrap {
    margin-bottom: 0;
    height: 100%;
    padding: 10px;
    border-right: 1px solid #e6e6e6;
  }
  .card-hor .card__img {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 200px;
  }
  .card-hor .card__title {
    margin-bottom: 16px;
  }
  .card-hor .card__country {
    margin-bottom: 24px;
    margin-top: 0;
  }
  .card-hor .card__desc {
    margin-bottom: 12px;
  }
  .card-hor .card__bottom {
    margin-top: auto;
  }
  .card-hor .card__fb {
    margin-top: 0;
    border: none;
    padding: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .card-hor .card__rev-link {
    margin-left: 0;
    margin-top: 8px;
  }
  .card-hor .card__price-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 24px;
  }
  .card-hor .card__btn {
    margin-right: 0;
    min-width: auto;
    margin-bottom: 10px;
  }
  .card-hor .price-old {
    margin-bottom: 4px;
  }
  .card-hor .price {
    font-size: 21px;
  }
  .card__body-hor {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .card-hor__block {
    padding: 15px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .card-hor__block.vert {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .card-hor__block:not(:first-of-type) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .card-hor .card__img {
    width: 290px;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  .card-hor .card__bottom {
    margin-top: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .card-hor .card__price-wrap {
    margin-top: 0;
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  .card-hor .card__price-wrap {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .card-hor .card__price-wrap > * + * {
    margin-right: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .card-hor .range__btn svg {
    width: 16px;
  }
}
@media (min-width: 768px) and (min-width: 767px) and (max-width: 1199px) {
  .card-hor .card__btn svg {
    display: none;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .card-hor__block:last-of-type {
    padding-left: 0;
    padding-right: 12px;
    min-width: 140px;
  }
}
.card-minify-wrap {
  padding: 0 6px;
}

.card-minify-row {
  margin-left: -6px;
  margin-right: -6px;
}

.card-minify {
  font-size: 12px;
  padding: 5px;
}

@media (min-width: 767px) {
  .card-minify {
    display: none;
  }
}
.card-minify .card__btn {
  min-width: 85px;
  font-size: 12px;
  padding: 7px 15px;
}

.card-minify .card__title {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 8px;
}

.card-minify .card__price-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 4px;
}

.card-minify .card__price-wrap > * {
  margin: 2px;
}

.card-minify .card__bottom {
  margin-top: 4px;
}

.card-minify .card__img img {
  height: 140px;
  border-radius: 8px;
}

.card__fb-mini {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: auto;
}

.card__fb-mini .card__rev-link {
  font-size: 12px;
  margin-left: 0;
  color: #7C7C7C;
}

.card__btn-top {
  position: absolute;
  top: 0;
  right: 0;
}

.banners {
  padding: 50px 0;
}

.banner-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0;
}

.banner {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0 auto;
}

@media (min-width: 1200px) {
  .delivery__fluid-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    max-height: 240px;
  }
}
.delivery__form .search__input {
  height: 55px;
  padding-left: 16px;
  padding-right: 50px;
}

.delivery__form .search-res {
  z-index: 1;
  max-height: 300px;
}

.delivery__form .search {
  margin-bottom: 48px;
}

@media (max-width: 1199px) {
  .delivery__form .search {
    margin-bottom: 24px;
  }
}
.delivery__form .search__btn {
  height: 100%;
  width: 50px;
  right: 0;
}

.delivery__radio {
  margin-bottom: 48px;
}

@media (max-width: 1199px) {
  .delivery__radio {
    margin-bottom: 24px;
  }
}
.delivery__radio-item .label-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 16px;
  line-height: 140%;
}

@media (max-width: 767px) {
  .delivery__radio-item .label-body {
    font-size: 14px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .delivery__radio-item .label-body span:first-of-type {
    margin-right: 15px;
  }
  .delivery__radio-item .label-body .desc {
    width: 75px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: auto;
    text-align: left;
  }
}
@media (max-width: 1199px) {
  .delivery__radio-item:not(:last-of-type) {
    margin-bottom: 32px;
  }
}
@media (max-width: 767px) {
  .delivery__radio-item:not(:last-of-type) {
    margin-bottom: 24px;
  }
}
.delivery__radio-item__disabled {
  color: #C8C8C8;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.delivery__radio-item__disabled .radio-btn label::before {
  content: "";
  width: 21px;
  height: 21px;
  border: 1px solid #C8C8C8;
}

.delivery__info-inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}

.delivery__info-inputs .info-input__btn {
  min-height: 72px;
}

.delivery__info-inputs .info-input__btn:active,
.delivery__info-inputs .info-input__btn:focus {
  opacity: 1;
}

@media (max-width: 991px) {
  .delivery__info-inputs {
    margin-bottom: 24px;
  }
}
.delivery__size {
  width: 100%;
}

@media (max-width: 1199px) {
  .delivery__size {
    margin-bottom: 12px;
  }
}
.delivery__price {
  font-weight: 500;
  font-size: 28px;
  line-height: 33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #000;
  padding: 15px;
}

@media (max-width: 767px) {
  .delivery__price {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding: 12px;
    min-height: 56px;
  }
}
.disabled .delivery__price {
  color: #C8C8C8;
}

.delivery__price-desc {
  font-size: 14px;
  line-height: 160%;
  padding: 14px 15px;
}

@media (max-width: 767px) {
  .delivery__price-desc {
    position: relative;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    text-align: center;
    padding: 12px;
  }
  .delivery__price-desc::after {
    position: absolute;
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    bottom: 0;
    height: 1px;
    width: 35px;
    background-color: #333;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.disabled .delivery__price-desc::after {
  background-color: #C8C8C8;
}

.delivery__pay {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 230px;
  margin-right: auto;
}

.delivery__pay .info-input__btn {
  height: 100%;
  padding: 16px 24px;
}

.delivery__pay .info-input__btn img {
  margin-right: 25px;
}

@media (max-width: 1199px) {
  .delivery__pay .info-input__btn img {
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .delivery__pay .info-input__btn img {
    margin-right: 0;
  }
}
@media (max-width: 1199px) {
  .delivery__pay .info-input__btn {
    padding: 16px 20px;
  }
}
@media (max-width: 991px) {
  .delivery__pay {
    margin: 5px;
  }
}
@media (max-width: 767px) {
  .delivery__pay {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    padding: 0;
    border: none;
    background: transparent;
  }
  .delivery__pay .info-input__tooltip-btn,
.delivery__pay .info-input__tooltip-wrap {
    display: none;
  }
  .delivery__pay span {
    display: none;
  }
  .delivery__pay .info-input__btn {
    padding: 0;
    min-height: auto;
  }
}
@media (max-width: 991px) {
  .delivery__pay-block {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.delivery__pay + .delivery__pay {
  margin-left: 20px;
}

@media (max-width: 991px) {
  .delivery__pay + .delivery__pay {
    margin-left: 5px;
  }
}
@media (max-width: 767px) {
  .delivery__pay + .delivery__pay {
    margin-left: 20px;
  }
}
.delivery__block-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 28px;
}

.delivery__block-top img {
  margin: 0 auto;
}

@media (min-width: 768px) {
  .delivery__block-top {
    min-height: 75px;
  }
}
@media (max-width: 767px) {
  .delivery__block-top {
    margin-bottom: 12px;
  }
  .delivery__block-top > img {
    max-width: 55px;
    max-height: 55px;
  }
}
.delivery__block {
  margin-bottom: 50px;
}

.delivery__block p:last-of-type {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .delivery__block {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .delivery__block {
    margin-bottom: 24px;
  }
}
@media (min-width: 768px) {
  .delivery__img-fluid {
    position: absolute;
    bottom: -48px;
  }
}
@media (max-width: 767px) {
  .delivery__img-fluid {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .delivery__fluid-wrap {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .delivery__cont {
    padding-bottom: 0;
  }
}
html {
  line-height: 1.3;
  font-size: 16px;
  color: #1d1d1d;
  height: 100%;
}
@media screen and (max-width: 1600px) {
  html {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  html {
    font-size: 15px;
  }
}
@media screen and (max-width: 480px) {
  html {
    font-size: 14px;
  }
}

body {
  margin: 0;
  padding: 0;
  font-family: "Tondo Corp", "Open Sans", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

a {
  color: #1d1d1d;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  text-decoration: none;
}
a:hover, a:focus {
  color: #798897;
  text-decoration: none;
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
  min-height: 100vh;
  min-width: 100vh;
}
.wrapper--start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}

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

.container {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: relative;
  margin: 0 auto;
}

p {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
}

.container {
  padding-bottom: 15px;
}

@media (max-width: 1280px) {
  .buttons__swiper {
    padding: 0 20px;
  }
}

.hidden {
  margin: auto;
}

html {
  scroll-behavior: smooth;
}

.visually-hidden {
  display: none;
}

.swiper-wrapper {
  height: auto;
}

.swiper-pagination-bullet {
  background-color: #f1f3f4 !important;
}

.swiper-pagination-bullet-active {
  background-color: #fff !important;
}

.swiper-button-prev,
.swiper-button-next {
  background-color: #ffffff;
  min-width: 48px;
  min-height: 48px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-size: 20px !important;
  color: #1d1d1d !important;
}
@media (max-width: 1023px) {
  .swiper-button-prev,
.swiper-button-next {
    display: none !important;
  }
}

.swiper-button-prev:after {
  margin-left: -4px;
}

.swiper-button-next:after {
  margin-right: -4px;
}

.swiper-button-prev.black-list__prev,
.swiper-button-next.black-list__next {
  top: 62%;
}

.swiper-slide picture {
  max-width: 100%;
  width: 100%;
}

.lead__wrapper {
  max-width: 100%;
  overflow: hidden;
  background: #F1F3F4;

}
.lead__wrapper picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.lead__wrapper picture img {
  max-width: 100%;
  height: auto;
  width: 100%;
  border-radius: 0 0 70px 70px;

}

@media (max-width: 1023px) {
  .lead {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.stats__wrapper {
  max-width: 1570px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 1319px) {
  .stats__wrapper {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .stats__wrapper {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.stats__image-wrapper picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.stats__image-wrapper picture img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 1239px) {
  .stats__image-wrapper {
    margin-right: -15px;
  }
}
@media (max-width: 767px) {
  .stats__image-wrapper {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .stats__image-wrapper picture {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.stats__content-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 1359px) {
  .stats__content-wrapper {
    padding: 0 15px;
  }
}
@media (max-width: 1239px) {
  .stats__content-wrapper {
    padding: 0 15px 0 32px;
  }
}
@media (max-width: 1023px) {
  .stats__content-wrapper {
    padding: 0 15px 0 23px;
  }
}
@media (max-width: 767px) {
  .stats__content-wrapper {
    padding: 0 15px;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    position: relative;
  }
}

.stats__title {
  font-size: 40px;
  line-height: 52px;
  font-weight: 700;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .stats__title {
    font-size: 24px;
    line-height: 31px;
    font-weight: 700;
    margin-bottom: 18px;
  }
}

.stats__inner-wrapper {
  max-width: 1360px;
  margin: 77px auto 0;
}
@media (max-width: 1279px) {
  .stats__inner-wrapper {
    margin-top: 0;
  }
}

.stats__text-wrapper {
  margin-bottom: 34px;
}
.stats__text-wrapper p {
  font-size: 22px;
  line-height: 33px;
  max-width: 650px;
  margin-bottom: 16px;
}
@media (max-width: 1319px) {
  .stats__text-wrapper {
    max-width: 450px;
  }
}
@media (max-width: 1023px) {
  .stats__text-wrapper {
    max-width: 340px;
  }
}
@media (max-width: 767px) {
  .stats__text-wrapper {
    max-width: 100%;
  }
  .stats__text-wrapper p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 7px;
  }
}

.stats__numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 640px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.stats__numbers li {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  margin-bottom: 32px;
}
.stats__numbers li p {
  font-size: 48px;
  line-height: 48px;
  margin-bottom: 8px;
}
@media (max-width: 1239px) {
  .stats__numbers {
    max-width: 480px;
  }
}
@media (max-width: 1023px) {
  .stats__numbers li {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
@media (max-width: 767px) {
  .stats__numbers li {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  .stats__numbers li span {
    font-size: 12px;
  }
  .stats__numbers li p {
    font-size: 32px;
    line-height: 32px;
  }
}

@media (max-width: 1279px) {
  .stats {
    margin-top: 75px;
  }
}
@media (max-width: 767px) {
  .stats {
    margin-top: 15px;
  }
}

.featured__wrapper {
  max-width: 1360px;
  margin: 0 auto;
  overflow: hidden;
}
@media (max-width: 767px) {
  .featured__wrapper {
    max-width: 100%;
    margin: 40px auto 0;
  }
}

.featured {
  position: relative;
}
@media (max-width: 1359px) {
  .featured {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .featured {
    padding: 0;
  }
}

.featured__title {
  font-size: 40px;
  line-height: 46px;
  font-weight: 700;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .featured__title {
    font-size: 24px;
    line-height: 31px;
    padding: 0 20px;
    margin-bottom: 24px;
  }
}

.products__title {
  max-width: 1360px;
  margin: 0 auto 33px;
  font-size: 40px;
  line-height: 52px;
  font-weight: 700;
}
@media (max-width: 1359px) {
  .products__title {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .products__title {
    font-size: 24px;
    line-height: 31px;
    padding: 0 20px;
    margin-bottom: 0;
  }
}

.products__subtitle {
  margin-top: 8px;
  font-size: 24px;
  line-height: 31px;
}

.products__header {
  max-width: 1360px;
  margin: 40px auto 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 1359px) {
  .products__header {
    padding: 0 15px;
  }
}
@media (max-width: 991px) {
  .products__header {
    display: none;
  }
}

.products__controls {
  background-color: #f1f3f4;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 64px;
  width: 100%;
  margin-bottom: 32px;
  display: none;
  overflow: hidden;
}
@media (max-width: 991px) {
  .products__controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 767px) {
  .products__controls {
    background-color: black;
    padding: 0 20px;
    margin-bottom: 4px;
  }
}

.products__controls-wrapper {
  max-width: 1360px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1359px) {
  .products__controls-wrapper {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .products__controls-wrapper {
    padding: 0;
  }
}

.products__buttons-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
}
.products__buttons-wrapper li {
  margin-right: 24px;
  width: auto;
}
.products__buttons-wrapper li:last-of-type {
  margin-right: 0;
}
.products__buttons-wrapper li.hide {
  display: none;
}

.products__controls-title {
  margin: 0 auto 0 0;
  font-size: 13px;
  line-height: 16.35px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .products__controls-title {
    display: none;
  }
}

.products__list-wrapper {
  display: none;
}
.products__list-wrapper--active {
  display: block;
}
@media (max-width: 991px) {
  .products__list-wrapper {
    display: none;
    max-width: 768px;
    margin: 0 auto;
  }
  .products__list-wrapper--active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.products__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1360px;
  margin: 0 auto;
}
@media (max-width: 1359px) {
  .products__list {
    padding: 0 15px;
  }
}
@media (max-width: 991px) {
  .products__list {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .products__list {
    padding: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.products__banner-wrapper {
  max-width: 328px;
}
.products__banner-wrapper picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.products__banner-wrapper picture img {
  max-width: 100%;
  height: auto;
  border-radius: 10.5px;
}
@media (max-width: 1359px) {
  .products__banner-wrapper {
    max-width: 24%;
  }
}
@media (max-width: 991px) {
  .products__banner-wrapper {
    max-width: 36.2%;
    margin-bottom: 0;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .products__banner-wrapper {
    max-width: 100%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    margin-bottom: 0;
  }
}

.products__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
  line-height: 19.5px;
  border-radius: 10.5px;
  background-color: transparent;
  padding: 6px 8px 7px;
  border: none;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .products__button {
    background-color: #f1f3f4;
    border-radius: 4px;
  }
}
.products__button--active {
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .products__button--active {
    background-color: rgba(40, 87, 224, 1);
    color: #ffffff;
  }
}

.products {
  padding-bottom: 80px;
  background: #F1F3F4;
}

.products__list .product:nth-of-type(n+9) {
  display: none;
}
.products__list--extended .product:nth-of-type(n+9) {
  display: block;
}

.products__subtitle {
  position: relative;
}

.products__subtitle span {
  position: absolute;
  top: -100px;
}

.products__toggle {
  margin-left: 21px;
  background-color: transparent;
  border: none;
  padding: 8px;
  border-radius: 9.5px;
}
.products__toggle--active {
  background-color: #f1f3f4;
}

@media (max-width: 991px) {
  .products__section {
    display: none;
  }
  .products__section--active {
    display: block;
  }
}

.discount__wrapper {
  max-width: 1360px;
  margin: 0 auto;
  position: relative;
}

.discount__image-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.discount__image-wrapper img {
  max-width: 100%;
  height: auto;
  width: 100%;
}

.discount__content-wrapper {
  position: absolute;
  top: 0;
  left: 24px;
  width: calc(100% - 24px);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.discount__title {
  font-size: 28px;
  line-height: 42px;
  color: #ffffff;
  font-weight: 400;
  text-align: center;
  max-width: 380px;
}
@media (max-width: 400px) {
  .discount__title {
    max-width: 100%;
  }
}

.discount__subtitle {
  font-size: 22px;
  line-height: 33px;
  color: #ffffff;
  text-align: center;
  max-width: 380px;
}
@media (max-width: 400px) {
  .discount__subtitle {
    max-width: 100%;
  }
}

.discount__link-wrapper {
  text-align: center;
  max-width: 380px;
}
@media (max-width: 400px) {
  .discount__link-wrapper {
    max-width: 100%;
  }
}

.discount__link {
  font-size: 13px;
  line-height: 13px;
  color: #ffffff;
  position: relative;
  padding-right: 20px;
}
.discount__link::after {
  position: absolute;
  content: "";
  right: 0;
  top: 7px;
  border: solid #ffffff;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 2px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.discount__link::before {
  position: absolute;
  content: "";
  right: 0;
  top: 9px;
  background-color: #ffffff;
  height: 1px;
  width: 8px;
}

.discount {
  margin-bottom: 143px;
}
@media (max-width: 767px) {
  .discount {
    display: none;
  }
}

.discount__inner-wrapper {
  max-width: 1360px;
  width: 100%;
  margin: 0 auto;
}

.product {
  padding: 0 24px 0;
}
.product:nth-of-type(4n) {
  padding-right: 0;
  border-right: 0;
}
.product:nth-of-type(5) {
  padding-left: 0;
}
.product:nth-of-type(4n + 1) {
  padding-left: 0;
}
.product/*:nth-of-type(n+5)*/ {
  padding-top: 24px;
  padding-bottom: 24px;

}
@media (max-width: 1359px) {
  .product {
    max-width: 24%;
  }
  .product:nth-of-type(4n) {
    padding-right: 24px;
  }
  .product:nth-of-type(n+5) {
    padding-top: 24px;
  }
  .product:nth-of-type(5n) {
    width: 24%;
  }
  .product:nth-of-type(n+5) {
    padding-left: 24px;
  }
}
@media (max-width: 991px) {
  .product {
    max-width: 31.7%;
    border: none;
    padding: 16px 16px 20px;
    border-right: 1px solid #e4e7ea;
    border-bottom: 1px solid #e4e7ea;
  }
  .product:nth-of-type(3n) {
    border-right: none;
  }
  .product:nth-of-type(n+5) {
    padding-top: 16px;
  }
  .product:nth-of-type(5n) {
    width: 33%;
  }
  .product:nth-of-type(n+5) {
    padding-left: 16px;
  }
  .product:nth-of-type(4), .product:nth-of-type(7), .product:nth-of-type(10), .product:nth-of-type(13) {
    padding-right: 16px;
    border-right: 1px solid #e4e7ea;
    min-width: 36.2%;
    padding-left: 32px;
  }
  .product:nth-of-type(2), .product:nth-of-type(3) {
    border-top: 1px solid #e4e7ea;
  }
}
@media (max-width: 767px) {
  .product {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    padding: 15px 17px;
    max-width: 50%;
    border-right: 1px solid #e4e7ea;
    border-bottom: 1px solid #e4e7ea;
  }
  .product:nth-of-type(4n + 1) {
    padding-left: 17px;
  }
  .product:nth-of-type(4), .product:nth-of-type(7), .product:nth-of-type(10), .product:nth-of-type(13) {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    padding: 15px 17px;
    max-width: 50%;
  }
  .product:nth-of-type(3) {
    border-top: none;
  }
  .product:nth-of-type(3n) {
    border-right: 1px solid #e4e7ea;
  }
  .product:nth-of-type(4n) {
    padding-right: 17px;
  }
  .product:nth-of-type(5n) {
    padding-top: 15px;
    padding-left: 15px;
  }
  .product:nth-of-type(n+5) {
    padding-top: 15px;
  }
}

.product__item {
  width: 303px;
  max-width: 100%;
  background: white;
  border-radius: 10.5px;
}
@media (max-width: 991px) {
  .product__item {
    width: auto;
  }
}

.product__image-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 18px;
}
.product__image-wrapper img {
  max-width: 100%;
  height: auto;
  width: 100%;
  border-radius: 10.5px;
}
@media (max-width: 991px) {
  .product__image-wrapper img {
    width: 208px;
    height: 208px;
  }
}
@media (max-width: 767px) {
  .product__image-wrapper img {
    width: 100%;
    height: auto;
  }
}

.product__sticker-wrapper {
  position: absolute;
  top: 4px;
  left: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.product__sticker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  padding: 6px 8px 7px;
  font-size: 11px;
  line-height: 11px;
  background-color: #F37020;
  color: #ffffff;
  border-radius: 10.5px;
  border: none;
}

.product__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 6px;
}

.product__series {
  font-size: 11px;
  line-height: 11px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin: 0;
}

.product__code {
  font-size: 12px;
  line-height: 12px;
  color: #9ea3af;
  margin: 0;
}
@media (max-width: 767px) {
  .product__code {
    display: none;
  }
}

.product__price {
  font-size: 13px;
  line-height: 13px;
  position: relative;
  padding-right: 15px;
  white-space: nowrap;
}
.product__price--old {
  text-decoration: line-through;
  color: #9ea3af;
  margin-right: 8px;
}
@media (max-width: 767px) {
  .product__price--old {
    font-size: 11px;
    line-height: 14px;
  }
}
.product__price--new {
  font-size: 20px;
  line-height: 26px;
  margin: 0;
  padding-right: 0;
  display: block;
}
@media (max-width: 767px) {
  .product__price--new {
    font-size: 16px;
    line-height: 22px;
  }
}

.product__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.product__discount {
  font-size: 13px;
  line-height: 13px;
  color: #d61e3d;
  font-weight: 700;
}
.product__discount.hidden {
  display: none;
}

.product__buy {
  font-size: 14px;
  line-height: 18px;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 130px;
  height: 40px;
  border-radius: 10.5px;
  border: 1px solid #e4e7ea;
  cursor: pointer;
}
@media (max-width: 991px) {
  .product__buy {
    width: 44px;
    height: 44px;
    min-width: 44px;
    font-size: 0;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAGJSURBVHgBtVRLUoNAEG0+ySopZ5lFPnCDeANyArN0ZzyB8QTxCHoCyxuYEyTeAE/AJGxYYsGOAnydAgutIQKlr4r5dfeb/jFEfwyNh+l06uV5bhVnj77v31NHGDwMh0OhaZoEaYj5GvttFEUBdYBW3YzHYweEO3xrXde31A6hlDL8RmgBaZp61AEc4fF4tM3qIW6QyGcI0nW/3983JYP+MsuyFa9NhVzy4HnegRpiMplY7CGv9Z9CFMZF/ubUDnPY7esIJSaLWgDesQNuHSGH2thD1JG9E3EcvysJe72e28ZDFMTiNIWAkpCKonBPUjNcIWS33GgqDbTOBrc+UDPIJEkWQRDIWkLGaDSyTNOcnWOC/AORyjLc05lKsfhjnrF08L3iv76tGqHvdixDM0shxKIqU+WQE33HvIZhXCI/zmAwuKmQrViGlDhcDOhuqrZKQkbRj3xzyK9QeY4LLjAJhHso5OJXQiT5CYanh4LDwvz2ZaDrL0xUPCJL6DZ/O23bnp2TIX+C/hufpGm8ZLsRS2YAAAAASUVORK5CYII=);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
    margin-top: -4px;
  }
}

.product__name {
  margin-bottom: 16px;
  height: 40px;
  overflow: hidden;
  color: black;
}
@media (max-width: 767px) {
  .product__name {
    height: 40px;
    overflow: hidden;
    font-size: 13px;
    line-height: 19.5px;
    margin-bottom: 11px;
  }
}

.product__more {
  max-width: 1360px;
  margin: 20px auto;
  background: white;
  border-radius: 10.5px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 48px;
  border: none;
  font-size: 14px;
  line-height: 14px;
  color: black;
}

.product__more.hide {
  display: none;
}

.featured-item {
  position: relative;
  border-radius: 40px;
}

.featured-item__image-wrapper {
  display: block;
  width: 100%;
}
.featured-item__image-wrapper img {
  max-width: 100%;
  height: auto;
  border-radius: 40px;
  width: 100%;
}
@media (max-width: 767px) {
  .featured-item__image-wrapper img {
    border-radius: 0;
  }
}

.featured-item__content-wrapper {
  width: 50%;
  margin-left: 30px;
  margin-right: 30px;
  text-align: start;
  display: flex;
  align-items: start;
  flex-direction: column;
}

.featured-item__title {
  font-size: 13px;
  line-height: 16.3px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .featured-item__title {
    font-size: 11px;
    line-height: 14px;
    letter-spacing: 1.2px;
  }
}

.featured-item__text {
  max-width: 240px;
  font-size: 14px;
  line-height: 21px;
  max-height: 42px;
  overflow: hidden;
  margin-bottom: 8px;
  text-align: center;
}
@media (max-width: 767px) {
  .featured-item__text {
    font-size: 13px;
    line-height: 19.5px;
  }
}

.featured-item__price-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.featured-item__price {
  font-size: 13px;
  line-height: 22px;
  color: #9ea3af;
  position: relative;
  padding-right: 10px;
}
.featured-item__price--old {
  margin-right: 8px;
  text-decoration: line-through;
}
.featured-item__price--new {
  font-size: 28px;
  line-height: 36px;
  color: black;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  text-align: center;
}
.featured-item__price--new:after {
  margin-right: 41px;
}
@media (max-width: 767px) {
  .featured-item__price--new {
    font-size: 24px;
    line-height: 31px;
    margin-top: -4px;
  }
}

.featured-item__discount {
  color: #ffffff;
  font-size: 11px;
  line-height: 11px;
  padding: 6px 8px 7px;
  background-color: #d61e3d;
  border-radius: 10.5px;
}

.featured-item__link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.nav-arrow__next,
.nav-arrow__prev {
  border-radius: 50%;
  background-color: #f1f3f4;
  width: 48px;
  height: 48px;
  background-repeat: no-repeat;
  background-position: center;
  color: transparent;
  top: 55%;
}
@media (max-width: 767px) {
  .nav-arrow__next,
.nav-arrow__prev {
    display: none;
  }
}

.nav-arrow__prev {
  left: 70px;
}
@media (max-width: 1620px) {
  .nav-arrow__prev {
    left: 54px;
  }
}

.nav-arrow__next {
  right: 70px;
}
@media (max-width: 1620px) {
  .nav-arrow__next {
    right: 54px;
  }
}

.visually-hidden {
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
}

.discount__wrapper {
  max-width: 100%;
}

.products__buttons-wrapper li.hide {
  display: none;
}

@media (max-width: 767px) {
  .products__buttons-wrapper li {
    margin-right: 8px;
    border-radius: 21px;
  }
  .products__button {
    font-size: 12px;
  }
  .product__name {
    margin-bottom: 5px;
  }
  .product__buy {
    margin-top: 2px;
  }
  .stats__text-wrapper {
    margin-bottom: 20px;
  }
  .stats__numbers li {
    margin-bottom: 17px;
  }
  .stats__image-wrapper {
    margin-right: 0;
  }
}
.options {
  background: #F1F3F4;
}

@media (max-width: 1359px) {
  .options {
    margin-left: 15px;
  }
}
@media (max-width: 991px) {
  .options .options__wrapper{
    display: none;
  }
  .options_title {
    max-width: 70%;
    margin: unset;
    padding: 20px 0 0 30px;
  }
}

.options .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.options__wrapper {
  max-width: 1360px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 64px;
}
@media (max-width: 991px) {
  .options__wrapper {
    max-width: 100%;
  }
  .options__wrapper::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
  }
  .options__wrapper::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
  }
  .options__wrapper::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #D62929;
  }
}

.options__title {
  font-size: 13px;
  line-height: 13px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-right: auto;
  white-space: nowrap;
  padding-right: 20px;
}
@media (max-width: 1359px) {
  .options__title {
    padding-left: 15px;
  }
}
@media (max-width: 991px) {
  .options__title {
    display: none;
  }
}

.options__item.swiper-slide {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  padding: 16px 24px 16px 24px;
  border-radius: 21px;
  color: #1d1d1d;
  margin-right: 32px;
  white-space: nowrap;
  width: auto !important;
  background: white;
}
.options__item.swiper-slide:last-of-type {
  margin-right: 0;
}
@media (max-width: 767px) {
  .options__item.swiper-slide {
    background-color: #f1f3f4;
    margin-right: 8px;
  }
}

.options__item.options__item--active {
  background: #D61E3D;
  color: white;
}

.options__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .options__list {
    padding: 0 20px;
  }
}

.discount-image {
  max-width: 1360px;
  margin: 0 auto;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  color: black;
}

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

.video-block {
  padding-bottom: 68px;
}
@media (max-width: 1023px) {
  .video-block {
    padding-top: 40px;
    padding-bottom: 40px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (max-width: 767px) {
  .video-block {
    padding: 0;
  }
}

.video-block__wrapper {
  max-width: 1360px;
  width: 100%;
  margin: 0 auto;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0 20px;
}
.video-block__wrapper iframe {
  border: none;
  border-radius: 10.5px;
  overflow: hidden;
  max-width: 100%;
}
@media (max-width: 767px) {
  .video-block__wrapper iframe {
    border-radius: 0;
  }
}
@media (max-width: 1023px) {
  .video-block__wrapper {
    padding: 0 40px;
  }
}
@media (max-width: 767px) {
  .video-block__wrapper {
    padding: 0;
  }
}

.black-products {
  background-color: #000000;
  padding-top: 164px;
  padding-bottom: 100px;
}
@media (max-width: 1023px) {
  .black-products {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .black-products {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    padding: 76px 0;
  }
}

.black-products__wrapper {
  max-width: 1600px;
  padding: 0 15px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 1023px) {
  .black-products__wrapper {
    padding: 0 0 0 40px;
  }
}
@media (max-width: 767px) {
  .black-products__wrapper {
    padding: 0 0 0 20px;
  }
}

.black-products__list {
  max-width: 1360px;
  position: initial !important;
  display: none;
}
.black-products__list--active {
  display: block;
}

.black-products__title {
  font-size: 40px;
  line-height: 1.3;
  color: #ffffff;
  max-width: 670px;
  width: 100%;
  font-weight: 700;
  margin: 0 0 40px;
}
.black-products__title span {
  background-color: #ffffff;
  color: #1d1d1d;
  border-radius: 36px;
  padding: 0 16px 4px 24px;
}
@media (max-width: 1023px) {
  .black-products__title {
    font-size: 32px;
  }
  .black-products__title span {
    padding: 0 16px 4px 24px;
  }
}
@media (max-width: 767px) {
  .black-products__title {
    font-size: 24px;
    padding-right: 15px;
    line-height: 31px;
  }
  .black-products__title span {
    padding: 0 16px 0 16px;
    margin-right: 4px;
  }
}

.black-products__inner-wrapper {
  position: static !important;
}

.black-products__list {
  position: relative;
}

.black-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background-color: #1d1d1d;
  border-radius: 10.5px;
}

.black-item__series {
  text-align: center;
  width: 100%;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 11px;
  letter-spacing: 1.2px;
  padding-top: 40px;
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  .black-item__series {
    padding-top: 15px;
    margin-bottom: 0;
  }
}

.black-item__name {
  padding: 0 40px;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 3px;
}
@media (max-width: 1023px) {
  .black-item__name {
    padding: 0 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .black-item__name {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 3px;
  }
}

.black-item__price {
  font-size: 20px;
  line-height: 26px;
  color: #ffffff;
  text-align: center;
  width: 100%;
  margin-bottom: -6px;
}
@media (max-width: 767px) {
  .black-item__price {
    font-size: 16px;
    margin-bottom: 0;
  }
}

.black-item__more {
  color: #ffffff;
  font-size: 13px;
  line-height: 1;
  padding: 7px 24px 8px;
  border-radius: 8px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
.black-item__more span {
  margin-left: 8px;
}

.black-item:hover .black-item__more,
.black-item:focus .black-item__more {
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

.black-item__more-wrapper {
  position: absolute;
  bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}
@media (max-width: 1023px) {
  .black-item__more-wrapper {
    bottom: 20px;
  }
}
@media (max-width: 767px) {
  .black-item__more-wrapper {
    display: none;
  }
}

.options__item.swiper-slide {
  font-size: 13px;
}

.featured__title {
  /*max-width: 600px;*/
  width: 100%;
}

.product__name {
  font-size: 14px;
  line-height: 150%;
  margin-bottom: 5px;
}

.product__header {
  margin-bottom: 3px;
}

.product__price--old {
  margin-right: 0;
}

.product__price--new:after {
  display: none;
}

.product__buy {
  margin-top: 6px;
}

@media (max-width: 1023px) {
  .featured__title {
    font-size: 24px;
    line-height: 31px;
    margin-bottom: 25px;
  }
  .featured {
    padding: 0 40px;
  }
  .featured__wrapper {
    margin-top: 40px;
  }
  .products__title {
    font-size: 24px;
    line-height: 31px;
    padding: 0 40px;
    margin-bottom: 0;
  }
  .products__controls-wrapper {
    padding: 0 40px;
  }
  .products__controls {
    background-color: black;
    margin-bottom: 10px;
  }
  .products__buttons-wrapper li {
    margin-right: 8px;
  }
  .products__button {
    background-color: white;
    border-radius: 21px;
    color: white;
  }
  .products__button--active {
    background-color: #D61E3D;
    color: #ffffff;
  }
  .product__series {
    margin-bottom: 4px;
  }
  .product__price--old {
    font-size: 11px;
  }
  .product__discount {
    font-size: 11px;
  }
  .product__price--new {
    font-size: 16px;
    line-height: 1;
  }
  .product__buy {
    margin-top: 0;
  }
  .discount-image {
    padding: 0 40px;
  }
  .stats__title {
    font-size: 24px;
    line-height: 31px;
  }
  .stats__text-wrapper p {
    font-size: 16px;
    line-height: 24px;
  }
  .container {
    padding-bottom: 0;
  }
  .stats__numbers li {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
@media (max-width: 767px) {
  .products__title {
    padding: 0 20px;
  }
  .featured__wrapper {
    margin-top: 24px;
  }
  .featured {
    padding: 0;
  }
  .products__controls {
    height: 48px;
    margin-bottom: 12px;
  }
  .products__controls-wrapper {
    padding: 0;
  }
  .products {
    padding-bottom: 0;
  }
  .discount-image {
    padding: 0;
  }
  .stats {
    margin-top: 33px;
  }
  .discount-image__wrapper picture img,
.stats__image-wrapper {
    width: 100%;
  }
}
/*!***********************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/swiper/swiper.min.css ***!
  \***********************************************************************************************************************************************************************/
/**
 * Swiper 8.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 15, 2022
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}
/*!**********************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/swiper/modules/navigation/navigation.min.css ***!
  \**********************************************************************************************************************************************************************************************/
:root {
  --swiper-navigation-size:44px;
}

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

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

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

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

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

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

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

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

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

.swiper-button-lock {
  display: none;
}
/*!**********************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/swiper/modules/pagination/pagination.min.css ***!
  \**********************************************************************************************************************************************************************************************/
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

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

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

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

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

.swiper-pagination-bullet:only-child {
  display: none !important;
}

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

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

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

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

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

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

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

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

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

.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%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

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

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

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

.swiper-pagination-lock {
  display: none;
}
.options_title {
  max-width: 1360px;
  margin: 0 auto;
  padding: 60px 0 30px 0;
}
.products__section {
  display: none;
}
.product__text-wrapper {
  padding: 15px 20px;
color: black;
}
.featured {
  background: #F1F3F4;
}
.featured__container {
  padding-top: 20px;
}
.featured__wrapper .top {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.featured__wrapper .top .nav {
  display: flex;
}
.featured__container2 img {
  border-radius: 0 0 40px 40px;
}
.featured__container2 .mob {
  display: none;
}
.featured__prev, .featured__next, .featured__prev2, .featured__next2{
  position: relative;
  background: white;
  border-radius: 21px;
  left: unset;
  right: unset;
  padding: 35px;
  margin: 3px;
}

@media (max-width: 767px) {
  .featured__container2 .desk {
    display: none;
  }
  .featured__container2 .mob {
    display: block;
  }
}
.container {
  padding-bottom: 0;
}
.featured-slider {
  padding-bottom: 80px;
}