@charset "UTF-8";
/* basic */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@font-face {
  font-family: "HelveticaNeueCyr";
  src: url("src/fonts/subset-HelveticaNeueCyr-BlackItalic.woff2") format("woff2"), url("src/fonts/subset-HelveticaNeueCyr-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeueCyr";
  src: url("src/fonts/subset-HelveticaNeueCyr-Italic.woff2") format("woff2"), url("src/fonts/subset-HelveticaNeueCyr-Italic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeueCyr";
  src: url("src/fonts/subset-HelveticaNeueCyr-Bold.woff2") format("woff2"), url("src/fonts/subset-HelveticaNeueCyr-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeueCyr";
  src: url("src/fonts/subset-HelveticaNeueCyr-Roman.woff2") format("woff2"), url("src/fonts/subset-HelveticaNeueCyr-Roman.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeueCyr";
  src: url("src/fonts/subset-HelveticaNeueCyr-Medium.woff2") format("woff2"), url("src/fonts/subset-HelveticaNeueCyr-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeueCyr";
  src: url("src/fonts/subset-HelveticaNeueCyr-Thin.woff2") format("woff2"), url("src/fonts/subset-HelveticaNeueCyr-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeueCyr";
  src: url("src/fonts/subset-HelveticaNeueCyr-Light.woff2") format("woff2"), url("src/fonts/subset-HelveticaNeueCyr-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeueCyr";
  src: url("src/fonts/subset-HelveticaNeueCyr-Black.woff2") format("woff2"), url("src/fonts/subset-HelveticaNeueCyr-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeueCyr";
  src: url("src/fonts/subset-HelveticaNeueCyr-BoldItalic.woff2") format("woff2"), url("src/fonts/subset-HelveticaNeueCyr-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeueCyr";
  src: url("src/fonts/subset-HelveticaNeueCyr-UltraLightItalic.woff2") format("woff2"), url("src/fonts/subset-HelveticaNeueCyr-UltraLightItalic.woff") format("woff");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeueCyr";
  src: url("src/fonts/subset-HelveticaNeueCyr-LightItalic.woff2") format("woff2"), url("src/fonts/subset-HelveticaNeueCyr-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeueCyr";
  src: url("src/fonts/subset-HelveticaNeueCyr-ThinItalic.woff2") format("woff2"), url("src/fonts/subset-HelveticaNeueCyr-ThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeueCyr";
  src: url("src/fonts/subset-HelveticaNeueCyr-UltraLight.woff2") format("woff2"), url("src/fonts/subset-HelveticaNeueCyr-UltraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
body {
  color: #313235;
  font: 14px/1.4 "HelveticaNeueCyr", Helvetica, sans-serif;
  padding: 0;
}
@media all and (min-width: 768px) {
  body {
    font-size: 18px;
  }
}

a {
  color: #F93F20;
  text-decoration: none;
  transition: 0.2s cubic-bezier(0.78, 0.13, 0.15, 0.86) color;
}
a:hover, a.hover {
  outline: none;
}
a:active, a.active {
  outline: none;
}

p {
  margin: 0 0 10px;
}
@media all and (min-width: 768px) {
  p {
    margin-bottom: 18px;
  }
}

img {
  max-width: 100%;
}
h3 img {
  vertical-align: middle;
  margin: 0 20px 0 0;
}

button:focus,
input:focus,
textarea:focus {
  outline: none;
}

table {
  min-width: 100%;
}

ul {
  padding: 0;
}
ul li:not([class]) {
  padding: 0 0 0 15px;
  position: relative;
  background: url(src/img/marker.svg) no-repeat left 6px;
  list-style: none;
  margin: 0 0 6px;
}
@media all and (min-width: 768px) {
  ul li:not([class]) {
    margin-bottom: 12px;
  }
}
ul ul {
  padding-left: 10px;
  margin: 6px 0 0;
}
@media all and (min-width: 768px) {
  ul ul {
    margin-top: 12px;
  }
}

ol {
  padding: 0 0 0 20px;
}
ol li {
  margin: 0 0 6px;
}
@media all and (min-width: 768px) {
  ol li {
    margin-bottom: 12px;
  }
}

sup {
  font-size: 14px;
  line-height: 24px;
  color: #999;
  white-space: nowrap;
  display: block;
  margin-top: 10px;
}
@media all and (min-width: 768px) {
  sup {
    position: relative;
    top: -20px;
    display: inline;
    margin-top: 0;
  }
}

fieldset {
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #F2F2F2;
  padding: 0 0 8px;
  margin: 0 0 30px;
}
@media all and (min-width: 768px) {
  fieldset {
    margin-bottom: 36px;
  }
}

legend {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 18px;
}
@media all and (min-width: 768px) {
  legend {
    font-size: 25px;
    margin-bottom: 25px;
  }
}

blockquote {
  background-color: #F93F20;
  font-style: italic;
  margin: 0;
  padding: 28px 20px;
  color: #F8F8F8;
  position: relative;
  text-align: center;
  margin: 15px 0 40px;
}
@media all and (min-width: 768px) {
  blockquote {
    margin-top: 30px;
  }
}
blockquote::before {
  content: "";
  position: absolute;
  right: 20px;
  top: -10px;
  background: url(src/img/quotes-top.svg) no-repeat center center/100% 100%;
  width: 46px;
  height: 33px;
}
blockquote::after {
  content: "";
  position: absolute;
  left: 20px;
  bottom: -10px;
  background: url(src/img/quotes-bottom.svg) no-repeat center center/100% 100%;
  width: 46px;
  height: 33px;
}

hr {
  height: 1px;
  background: #E5E5E5;
  margin: 40px 0;
  border: none;
}

.sticky-header-page {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.sticky-header-page > * {
  width: 100%;
  box-sizing: border-box;
}

.title-count {
  color: #C4C4C4;
  font-size: 0.55em;
  margin: 0 0 0 5px;
  top: -0.6em;
  position: relative;
  display: inline;
  vertical-align: baseline;
}
@media all and (min-width: 768px) {
  .title-count {
    font-size: 0.7em;
  }
}
.menu_toggle .title-count {
  margin: 0;
}
@media all and (min-width: 768px) {
  .menu_toggle .title-count {
    margin: 0 0 0 5px;
  }
}
.heading-with-count .title-count {
  font-size: 10px;
  top: -11px;
}
@media all and (min-width: 768px) {
  .heading-with-count .title-count {
    font-size: 14px;
    top: -14px;
  }
}

.main-button-count {
  color: rgba(49, 50, 53, 0.5);
}

/*Form elements*/
.button,
button,
input[type=button],
input[type=submit] {
  display: inline-block;
  background: #F93F20;
  box-sizing: border-box;
  border: none;
  cursor: pointer;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  height: 42px;
  line-height: 42px;
  padding: 0 24px;
  text-align: center;
  width: 100%;
  transition: 0.2s ease-in-out border-color, 0.2s ease-in-out background-color, 0.2s ease-in-out color;
}
@media all and (min-width: 768px) {
  .button,
  button,
  input[type=button],
  input[type=submit] {
    width: auto;
    min-width: 230px;
  }
}
.button:active,
button:active,
input[type=button]:active,
input[type=submit]:active {
  color: rgba(255, 255, 255, 0.3);
}
.button:disabled,
button:disabled,
input[type=button]:disabled,
input[type=submit]:disabled {
  background: #141516;
  border-color: #2b3036;
  color: #2b3036;
}

/* Fancybox close/nav: сброс глобальных стилей button */
button.f-button {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: content-box;
  width: var(--f-button-width);
  min-width: 0;
  max-width: none;
  height: var(--f-button-height);
  min-height: 0;
  margin: 0;
  padding: 0;
  border: var(--f-button-border, 0);
  border-radius: var(--f-button-border-radius, 0);
  background: var(--f-button-bg);
  color: var(--f-button-color);
  font-size: inherit;
  font-weight: normal;
  line-height: normal;
  text-align: center;
}

@media all and (min-width: 768px) {
  button.f-button {
    width: var(--f-button-width);
    min-width: 0;
  }
}

button.f-button:active,
button.f-button:disabled {
  background: var(--f-button-bg);
  border-color: transparent;
  color: var(--f-button-color);
}

button.f-button svg {
  width: var(--f-button-svg-width);
  height: var(--f-button-svg-height);
  fill: var(--f-button-svg-fill, none);
  stroke: currentColor;
  stroke-width: var(--f-button-svg-stroke-width);
  stroke-linecap: round;
  stroke-linejoin: round;
  pointer-events: none;
}

.secondary-button {
  border: 1px solid rgba(196, 196, 196, 0.5);
  background: #fff;
  color: #313235;
}

.light-button {
  display: inline-block;
  background: #F93F20;
  box-sizing: border-box;
  border: none;
  cursor: pointer;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  height: 42px;
  line-height: 42px;
  padding: 0 24px;
  text-align: center;
  width: 100%;
  transition: 0.2s ease-in-out border-color, 0.2s ease-in-out background-color, 0.2s ease-in-out color;
}
@media all and (min-width: 768px) {
  .light-button {
    width: auto;
    min-width: 230px;
  }
}
.light-button:active {
  color: rgba(255, 255, 255, 0.3);
}
.light-button:disabled {
  background: #141516;
  border-color: #2b3036;
  color: #2b3036;
}
.light-button {
  display: inline-block;
  border: 1px solid #F93F20;
  background: #fff;
  color: #F93F20;
  width: auto;
  transition: 0.2s cubic-bezier(0.78, 0.13, 0.15, 0.86) color, 0.2s cubic-bezier(0.78, 0.13, 0.15, 0.86) background;
}
.light-button:hover {
  color: #F8F8F8;
  background-color: #F93F20;
}

input[type=text]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder {
  color: #313235;
}
input[type=text]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=url]::-moz-placeholder,
input[type=tel]::-moz-placeholder {
  color: #313235;
}
input[type=text]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder {
  color: #313235;
}
input[type=text],
input[type=password],
input[type=search],
input[type=email],
input[type=url],
input[type=tel] {
  color: #313235;
  background: #fff;
  border: 1px solid #E5E5E5;
  box-sizing: border-box;
  font: 300 16px "HelveticaNeueCyr", Helvetica, sans-serif;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  width: 100%;
  transition: 0.2s ease-in border-color, 0.2s ease-in color;
}
input[type=text]:focus, input[type=text].focus,
input[type=password]:focus,
input[type=password].focus,
input[type=search]:focus,
input[type=search].focus,
input[type=email]:focus,
input[type=email].focus,
input[type=url]:focus,
input[type=url].focus,
input[type=tel]:focus,
input[type=tel].focus {
  color: #313235;
}

textarea::-webkit-input-placeholder {
  color: #313235;
}
textarea::-moz-placeholder {
  color: #313235;
}
textarea:-ms-input-placeholder {
  color: #313235;
}
textarea {
  color: #313235;
  background: #fff;
  border: none;
  border: 1px solid #E5E5E5;
  border-radius: 3px;
  box-sizing: border-box;
  font: 300 16px "HelveticaNeueCyr", Helvetica, sans-serif;
  padding: 20px 20px;
  width: 100%;
  resize: none;
  height: 100px;
  transition: 0.2s ease-in border-color, 0.2s ease-in color;
}
textarea:focus, textarea.focus {
  color: #313235;
}

input[type=checkbox] {
  position: absolute;
  visibility: hidden;
  z-index: -1;
}
input[type=checkbox] + label:not([class]) {
  cursor: pointer;
  display: inline-block;
  padding: 0 0 0 36px;
  min-height: 20px;
  position: relative;
  margin: 0;
  transition: 0.2s cubic-bezier(0.78, 0.13, 0.15, 0.86) color;
}
input[type=checkbox] + label:not([class])::before {
  content: "";
  border: 1px solid #8F8F8F;
  border-radius: 3px;
  height: 15px;
  width: 15px;
  position: absolute;
  top: 1px;
  left: 0;
  transition: 0.1s ease-in-out border-color;
}
input[type=checkbox] + label:not([class])::after {
  content: "";
  background: url(src/img/check.svg) no-repeat center/100% 100%;
  width: 18px;
  height: 12px;
  position: absolute;
  top: 1px;
  left: 4px;
  opacity: 0;
  transform: scale(0.6);
  transition: 0.1s cubic-bezier(0.78, 0.13, 0.15, 0.86) opacity, 0.1s cubic-bezier(0.78, 0.13, 0.15, 0.86) transform;
}
input[type=checkbox]:checked + label {
  color: #F93F20;
}
input[type=checkbox]:checked + label::before {
  border-color: #F93F20;
}
input[type=checkbox]:checked + label::after {
  opacity: 1;
  transform: scale(1);
}
input[type=checkbox]:checked + label:hover::after {
  opacity: 0.6;
}

input[type=radio] {
  position: absolute;
  visibility: hidden;
  z-index: -1;
}
input[type=radio] + label {
  cursor: pointer;
  display: block;
  box-sizing: border-box;
  padding: 25px 0 25px 50px;
  color: rgba(49, 50, 53, 0.5);
  font-weight: bold;
  font-size: 14px;
  position: relative;
  margin: 0 0 20px;
  border: 1px solid #E5E5E5;
  min-height: 63px;
  line-height: 0.7;
  border-radius: 3px;
  transition: 0.2s cubic-bezier(0.78, 0.13, 0.15, 0.86) color;
}
@media all and (min-width: 768px) {
  input[type=radio] + label {
    font-size: 22px;
  }
}
input[type=radio] + label::before {
  content: "";
  border: 1px solid #313235;
  border-radius: 50%;
  height: 17px;
  width: 17px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 17px;
  transition: 0.1s ease-in-out border-color;
}
input[type=radio] + label::after {
  content: "";
  background: transparent;
  border-radius: 50%;
  width: 11px;
  height: 11px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 21px;
  transform: scale(0.6);
  transition: 0.15s cubic-bezier(0.78, 0.13, 0.15, 0.86) background, 0.15s cubic-bezier(0.78, 0.13, 0.15, 0.86) transform;
}
input[type=radio]:checked + label {
  color: #313235;
}
input[type=radio]:checked + label::before {
  border-color: #F93F20;
}
input[type=radio]:checked + label::after {
  background-color: #F93F20;
  transform: translateY(-50%) scale(1);
}
input[type=radio]:checked + label:hover::after {
  transform: translateY(-50%) scale(0.8);
}

label {
  font-size: 14px;
  line-height: 18px;
  color: #313235;
  display: block;
  text-align: left;
  position: relative;
  margin-bottom: 10px;
}
@media all and (min-width: 768px) {
  label {
    font-size: 16px;
    line-height: 18px;
  }
}

.input-number {
  display: inline-block;
  position: relative;
}
.input-number_count[type] {
  box-sizing: content-box;
  width: 38px;
  min-width: none;
  padding-left: 26px;
  padding-right: 26px;
  text-align: center;
  font-weight: bold;
  border: 1px solid #E5E5E5;
  border-radius: 3px;
}
@media all and (min-width: 768px) {
  .input-number_count[type] {
    padding-left: 36px;
    padding-right: 36px;
  }
}
.input-number_button {
  min-width: 0;
  padding: 0;
  text-align: center;
  color: #F93F20;
  background: transparent;
  width: 26px;
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
  font-size: 14px;
}
@media all and (min-width: 768px) {
  .input-number_button {
    width: 36px;
  }
}
.input-number_button:last-child {
  left: auto;
  right: 0;
}

@media all and (min-width: 768px) {
  .form_row {
    display: flex;
    gap: 30px;
  }
}
.form_row__center {
  justify-content: center;
}
.form_cell {
  margin: 0 0 20px;
  width: 100%;
}
@media all and (min-width: 768px) {
  .form_cell {
    margin-bottom: 30px;
    flex-grow: 1;
    width: 50%;
  }
}
.form_tabs-buttons {
  display: flex;
  gap: 20px;
  margin: 0 0 20px;
}
@media all and (min-width: 768px) {
  .form_tabs-buttons {
    margin-bottom: 30px;
  }
}
.form_tabs-button {
  display: inline-block;
  background: #F93F20;
  box-sizing: border-box;
  border: none;
  cursor: pointer;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  height: 42px;
  line-height: 42px;
  padding: 0 24px;
  text-align: center;
  width: 100%;
  transition: 0.2s ease-in-out border-color, 0.2s ease-in-out background-color, 0.2s ease-in-out color;
}
@media all and (min-width: 768px) {
  .form_tabs-button {
    width: auto;
    min-width: 230px;
  }
}
.form_tabs-button:active {
  color: rgba(255, 255, 255, 0.3);
}
.form_tabs-button:disabled {
  background: #141516;
  border-color: #2b3036;
  color: #2b3036;
}
.form_tabs-button {
  background: #fff;
  color: #F93F20;
  font-size: 15px;
  border: 1px solid #F93F20;
  white-space: nowrap;
}
@media all and (min-width: 768px) {
  .form_tabs-button {
    font-size: 18px;
  }
}
.form_tabs-button:hover, .form_tabs-button.active {
  background-color: #F93F20;
  color: #F8F8F8;
}
.form_tabs-content {
  display: none;
}
.form_tabs-content.active {
  display: block;
}

.add-button {
  padding: 0;
  margin: 0 0 0 44px;
  background: transparent;
  color: #313235;
  height: auto;
  border-bottom: 1px solid currentColor;
  font-size: 22px;
  line-height: 1;
  width: auto;
  position: relative;
  transition: 0.2s cubic-bezier(0.78, 0.13, 0.15, 0.86) opacity;
}
.add-button:hover {
  opacity: 0.6;
}
.add-button:active {
  opacity: 0.8;
}
.add-button_icon {
  display: inline-block;
  padding: 0;
  height: 26px;
  width: 26px;
  line-height: 28px;
  background-color: #F93F20;
  font-weight: normal;
  color: #F8F8F8;
  border-radius: 50%;
  position: absolute;
  top: -2px;
  left: -44px;
}

/*layout*/
.compatibility_title, .catalog_title, h1,
.heading-1 {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.4;
  margin: 0 0 32px;
}
@media all and (min-width: 768px) {
  .compatibility_title, .catalog_title, h1,
  .heading-1 {
    font-size: 30px;
    line-height: 1;
  }
}

h2,
.heading-2 {
  font-size: 18px;
  line-height: 22px;
  font-weight: normal;
  margin: 0 0 20px;
  text-transform: uppercase;
}
@media all and (min-width: 768px) {
  h2,
  .heading-2 {
    line-height: 43px;
    font-size: 32px;
  }
}
@media all and (min-width: 1124px) {
  h2,
  .heading-2 {
    font-size: 36px;
  }
}

.contacts_form-title, h3,
.heading-3 {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.2;
  margin: 32px 0 16px;
}
@media all and (min-width: 768px) {
  .contacts_form-title, h3,
  .heading-3 {
    font-size: 21px;
    margin-bottom: 12px;
  }
}

h1:has(.title-count) {
  margin: 0 0 10px;
}
@media all and (min-width: 768px) {
  h1:has(.title-count) {
    margin: 0 0 32px;
  }
}

.heading-with-count {
  margin: 0 0 10px;
}
@media all and (min-width: 768px) {
  .heading-with-count {
    margin: 0 0 32px;
  }
}
.heading-with-count h1 {
  display: inline;
  margin: 0;
}

.header {
  background-color: #fff;
  position: sticky;
  top: 0;
  z-index: 1;
}
.header.popup-opened, .mobile-menu-opened .header {
  z-index: 11;
}
.header_top {
  padding-left: 20px;
  padding-right: 20px;
}
@media all and (min-width: 768px) {
  .header_top {
    max-width: 1452px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
  }
}
.header_top {
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media all and (min-width: 1124px) {
  .header_top {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.header_top-content {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header_additional-content {
  display: none;
  position: fixed;
  box-sizing: border-box;
  left: 0;
  top: 0;
  background: #fff;
  z-index: 3;
  flex-direction: column;
  padding: 28px 15px 0;
  overflow: auto;
  max-height: 100vh;
  border-radius: 0 0 6px 0;
  width: 95vw;
  max-width: 370px;
}
@media all and (min-width: 1124px) {
  .header_additional-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    position: static;
    padding: 0;
    max-width: none;
    width: auto;
    overflow: inherit;
  }
}
.header_additional-content.opened {
  display: flex;
  z-index: 11;
}
.header_additional-content-logo {
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
  display: block;
  margin: 0 0 75px;
  position: relative;
}
@media all and (min-width: 1124px) {
  .header_additional-content-logo {
    display: none;
  }
}
.header_additional-content-close {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 36px;
  padding: 0;
  background: url(src/img/close.svg) no-repeat center/12px 12px;
}
@media all and (min-width: 1124px) {
  .header_mobile-menu {
    display: none;
  }
}
.header_mobile-menu-link {
  display: block;
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  color: #313235;
  margin: 30px 0;
}
.header_logo {
  background: url(src/img/logo.svg) no-repeat center/auto 90%;
  width: 190px;
  height: 45px;
  color: #313235;
  font-size: 12px;
  line-height: 1;
  display: flex;
  align-items: flex-end;
  position: relative;
}
@media all and (min-width: 768px) {
  .header_logo {
    margin: -10px 18px 0;
    height: 55px;
    background-position: left top;
  }
}
@media all and (min-width: 1124px) {
  .header_logo {
    height: 65px;
    margin: -10px 0 0;
  }
}
.header_logo-text {
  position: absolute;
  left: 0;
  top: 100%;
  display: none;
  color: #8F8F8F;
  white-space: nowrap;
}
@media all and (min-width: 768px) {
  .header_logo-text {
    display: block;
  }
}
@media all and (min-width: 1124px) {
  .header_column {
    padding: 0 16px;
    margin: 0;
  }
}
.header_column:first-of-type {
  border-left: none;
}
.header_column__mobile {
  display: block;
  display: flex;
  align-items: center;
}
@media all and (min-width: 768px) {
  .header_column__mobile {
    position: relative;
  }
}
@media all and (min-width: 1124px) {
  .header_column__mobile::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 1px;
    background-color: #C4C4C4;
    height: 38px;
    margin-top: -19px;
  }
}
@media all and (min-width: 768px) {
  .header_column__tablet {
    display: block;
    position: relative;
  }
}
@media all and (min-width: 768px) {
  .header_column__tablet::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 1px;
    background-color: #C4C4C4;
    height: 38px;
    margin-top: -19px;
  }
}
@media all and (min-width: 1124px) {
  .header_column__tablet::before {
    display: none;
  }
}
.header_column__region {
  position: absolute;
  left: 0;
  top: 60px;
  width: 95vw;
  max-width: 370px;
  box-sizing: border-box;
}
@media all and (min-width: 1124px) {
  .header_column__region {
    position: static;
  }
}
.header_info {
  background: #F8F8F8;
  padding: 10px 31px 10px 15px;
  position: relative;
  display: flex;
  align-items: center;
}
@media all and (min-width: 1124px) {
  .header_info {
    background-color: transparent;
    margin: 0;
    padding: 0;
  }
}
.header_info-icon {
  position: absolute;
  top: 15px;
  left: 15px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
@media all and (min-width: 1124px) {
  .header_info-icon {
    top: 5px;
    left: 0;
  }
}
.header_info-icon__clock {
  background-image: url(src/img/clock.svg);
  width: 30px;
  height: 30px;
}
.header_info-icon__phone {
  background-image: url(src/img/phone.svg);
  width: 24px;
  height: 24px;
  top: 18px;
}
@media all and (min-width: 1124px) {
  .header_info-icon__phone {
    top: 8px;
  }
}
.header_info-title {
  color: #8F8F8F;
  display: block;
  margin: 0 0 6px;
  font-size: 16px;
  line-height: 18px;
}
.header_info-value {
  font-weight: bold;
  font-size: 16px;
  line-height: 16px;
  color: #313235;
  white-space: nowrap;
}
.header_marker-button {
  background: url(src/img/marker.png) no-repeat center/contain;
  height: 32px;
  width: 30px;
  padding: 0;
  min-width: 0;
  margin: 0 8px 0 0;
}
@media all and (min-width: 1124px) {
  .header_marker-button {
    display: none;
  }
}

.footer {
  background: #1d1d1d;
  margin-top: auto;
}
.footer_holder {
  padding-left: 20px;
  padding-right: 20px;
}
@media all and (min-width: 768px) {
  .footer_holder {
    max-width: 1452px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
  }
}
.footer_holder {
  padding: 45px 15px 18px;
}
@media all and (min-width: 768px) {
  .footer_holder {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.footer_info {
  text-align: center;
  margin: 0 0 36px;
}
@media all and (min-width: 768px) {
  .footer_info {
    text-align: left;
    max-width: 306px;
    margin: 0 0 30px;
  }
}
@media all and (min-width: 1124px) {
  .footer_info {
    margin-bottom: 0;
  }
}
.footer_info-logo {
  display: block;
  margin: 0 0 8px;
}
.footer_info-logo.header_logo {
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
}
@media all and (min-width: 768px) {
  .footer_info-logo.header_logo {
    margin-left: 0;
    margin-right: 0;
  }
}
.footer_info-text {
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
  margin: 0 0 12px;
}
.footer_info-bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  text-align: left;
}
.footer_info-payment-icon {
  width: 74px;
  margin: 0 4px 0 0;
}
@media all and (min-width: 768px) {
  .footer_menu {
    display: flex;
    width: 100%;
  }
}
@media all and (min-width: 1124px) {
  .footer_menu {
    width: 70%;
  }
}
@media all and (min-width: 768px) {
  .footer_menu-column {
    width: 33.3%;
  }
}
.footer_menu-title {
  display: block;
  font-weight: bold;
  font-size: 16px;
  line-height: 16px;
  color: #fff;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  text-transform: uppercase;
  background: url(src/img/chevron-down-light.svg) no-repeat center right/12px 7px;
}
@media all and (min-width: 768px) {
  .footer_menu-title {
    padding: 0;
    margin: 0 0 20px;
    border-bottom: none;
    background: none;
  }
}
.footer_menu-list {
  padding: 12px 0;
  display: none;
}
@media all and (min-width: 768px) {
  .footer_menu-list {
    padding: 0%;
    display: block;
  }
}
.footer_menu-list.active {
  display: block;
}
.footer_menu-link {
  display: block;
  font-size: 14px;
  line-height: 16px;
  color: rgba(255, 255, 255, 0.7);
  margin: 0 0 18px;
}
.footer_menu-link:hover {
  color: #F93F20;
}
.footer_menu-big-link {
  display: block;
  font-size: 16px;
  line-height: 18px;
  color: #fff;
  margin: 0 0 15px;
  display: flex;
  align-items: center;
}
.footer_menu-big-link:hover {
  color: #F93F20;
}
.footer_menu-icon-wrapper {
  background: rgba(255, 255, 255, 0.1);
  height: 45px;
  width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px 0 0;
  flex-shrink: 0;
}
.footer_copyrights {
  width: 245px;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
  margin: auto;
  padding: 16px 0 0;
}
@media all and (min-width: 768px) {
  .footer_copyrights {
    width: 100%;
    margin: 70px 0 0;
  }
}
.footer_info-bottom {
  white-space: nowrap;
}
.footer_info-payment-methods {
  margin: 0 14px 0 0;
  flex-shrink: 0;
}

.navigation {
  background: #fff;
  box-shadow: inset 0px 4px 20px rgba(0, 0, 0, 0.1);
}
.navigation_content {
  padding-left: 20px;
  padding-right: 20px;
}
@media all and (min-width: 768px) {
  .navigation_content {
    max-width: 1452px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
  }
}
.navigation_content {
  display: flex;
  align-items: stretch;
  padding-left: 0;
  padding-right: 0;
}
@media all and (min-width: 1124px) {
  .navigation_content {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.menu {
  position: relative;
  width: 100%;
}
@media all and (min-width: 1124px) {
  .menu {
    width: auto;
  }
}
.menu_toggle {
  background: url(src/img/burger-red.svg) no-repeat center left 15px;
  background-color: #EBEBEB;
  color: #313235;
  height: 60px;
  line-height: 64px;
  padding: 0 22px 0 50px;
  text-align: left;
  width: 100%;
  white-space: nowrap;
}
@media all and (min-width: 1124px) {
  .menu_toggle {
    width: 250px;
  }
}
@media all and (min-width: 1366px) {
  .menu_toggle {
    width: 350px;
  }
}
@media all and (min-width: 1124px) {
  .menu_toggle__wide {
    width: 100%;
  }
}
@media all and (min-width: 1366px) {
  .menu_toggle__wide {
    width: 100%;
  }
}
.menu_list {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  border-radius: 0 0 6px 6px;
  background: #fff;
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 11;
  width: 95vw;
  max-width: 370px;
}
@media all and (min-width: 1124px) {
  .menu_list {
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 0;
    top: 60px;
    border-radius: 0;
    width: 100%;
    max-width: none;
  }
}
.menu.opened .menu_list {
  display: block;
}
.menu_list-item {
  border-top: 1px solid rgba(196, 196, 196, 0.5);
  padding: 0;
  margin: 0;
}
.menu_list-item:first-child {
  border-top: none;
}
.menu_list-link {
  display: flex;
  align-items: center;
  min-height: 45px;
  padding: 4px 52px;
  position: relative;
  background: #fff url(src/img/chevron-right.svg) no-repeat center right 12px;
  font-size: 16px;
  color: #313235;
  z-index: 2;
}
.menu_list-link:hover {
  color: #F93F20;
}
.menu_list-icon {
  position: absolute;
  left: 10px;
  top: 10px;
  width: 25px;
  height: 25px;
  object-fit: contain;
}
.menu_sublist {
  max-width: none;
  background: #fff;
  padding: 10px 10px;
  box-sizing: border-box;
  display: none;
}
@media all and (min-width: 768px) {
  .menu_sublist {
    min-width: 351px;
    position: absolute;
    left: 100%;
    top: 0;
    min-height: 100%;
    padding: 20px 35px;
    border-radius: 0 0 6px 6px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.3), 10px 0px 10px rgba(0, 0, 0, 0.1) inset;
    z-index: 1;
  }
}
@media all and (min-width: 1124px) {
  .menu_sublist {
    border-radius: 0;
  }
}
@media all and (min-width: 1124px) {
  .menu_list-item:hover .menu_sublist {
    display: block;
  }
}
.active > .menu_sublist {
  display: block;
}
.menu_sublist > li {
  list-style: none;
  margin: 0 0 15px;
  background: transparent;
  padding-left: 0;
}
.menu_sublist > li:last-child {
  margin-bottom: 0;
}
.menu_sublist-link {
  font-size: 16px;
  line-height: 20px;
  display: block;
  color: #313235;
  margin: 0;
}
.menu_sublist-link:hover {
  color: #F93F20;
}

.main-menu {
  display: none;
}
@media all and (min-width: 1124px) {
  .main-menu {
    display: flex;
    align-items: stretch;
    margin: 0 0 0 35px;
    overflow: auto;
  }
}
.main-menu_link {
  color: #313235;
  font-weight: bold;
  font-size: 18px;
  display: flex;
  align-items: center;
  margin: 0 35px;
  position: relative;
  white-space: nowrap;
}
.main-menu_link.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -10px;
  right: -10px;
  height: 5px;
  background: #F93F20;
}

.content {
  padding-left: 20px;
  padding-right: 20px;
}
@media all and (min-width: 768px) {
  .content {
    max-width: 1452px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
  }
}
.content {
  margin-bottom: 50px;
}
@media all and (min-width: 768px) {
  .content {
    margin-bottom: 100px;
  }
}
@media all and (min-width: 1124px) {
  .content {
    display: flex;
  }
}
@media all and (min-width: 1124px) {
  .content__wide {
    display: block;
  }
}
.content > div:not([class]) {
  flex-grow: 1;
}
.content + .content {
  margin-top: -50px;
}
@media all and (min-width: 768px) {
  .content + .content {
    margin-top: -100px;
  }
}
@media all and (min-width: 1124px) {
  .content_sidebar {
    width: 200px;
    margin: 0 30px 0 0;
    flex-shrink: 0;
    overflow: visible;
  }
}
@media all and (min-width: 1366px) {
  .content_sidebar {
    width: 270px;
  }
}
@media all and (min-width: 1124px) {
  .content_sidebar__right {
    width: 315px;
    margin: 0 0 0 30px;
  }
}
@media all and (min-width: 1124px) {
  .content_sidebar + div {
    width: 100%;
    min-width: 0;
  }
}
.content_sidebar-gray-section {
  background: #F8F8F8;
  padding: 30px 28px;
  margin: 0 0 60px;
}
@media all and (min-width: 768px) {
  .content_sidebar-gray-section {
    margin: 0 0 90px;
  }
}
@media all and (min-width: 1124px) {
  .content_columns {
    display: flex;
    gap: 30px;
  }
}
@media all and (min-width: 1124px) {
  .content_column {
    flex-grow: 1;
    width: 50%;
  }
}

.slides-page {
  padding: 0;
}
@media all and (min-width: 768px) {
  .slides-page {
    padding: 0;
    margin: 0;
    height: 100vh;
    overflow: hidden;
    max-width: none;
    background: #F2F2F2;
  }
}

.pages-container {
  position: relative;
}
@media all and (min-width: 768px) {
  .pages-container {
    height: 100%;
    overflow: hidden;
  }
}
.pages-container_background {
  background-image: url(src/img/main-bg.svg);
  background-position: 0 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 500vh;
  z-index: -1;
  pointer-events: none;
  transition: 0.7s cubic-bezier(0.78, 0.13, 0.15, 0.86) transform;
}
@media all and (min-width: 768px) {
  .pages-container_background[data-slide="1"] {
    transform: translateY(-20%);
  }
}
@media all and (min-width: 768px) {
  .pages-container_background[data-slide="2"] {
    transform: translateY(-40%);
  }
}
@media all and (min-width: 768px) {
  .pages-container_background[data-slide="3"] {
    transform: translateY(-60%);
  }
}
@media all and (min-width: 768px) {
  .pages-container_background[data-slide="4"] {
    transform: translateY(-80%);
  }
}

.page {
  box-sizing: border-box;
  min-height: 100vh;
  display: flex;
  justify-content: stretch;
  align-items: center;
  padding: 16px;
}
@media all and (min-width: 768px) {
  .page {
    padding: 0 0 0 120px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    transition: 0.6s cubic-bezier(0.78, 0.13, 0.15, 0.86) transform;
    transform: translateY(-100%) translateZ(0);
  }
}
@media all and (min-width: 1124px) {
  .page {
    padding: 0 0 0 180px;
  }
}
@media all and (min-width: 768px) {
  .page.active {
    transform: translateY(0);
    z-index: 1;
    transform-origin: center 100%;
  }
}
@media all and (min-width: 768px) {
  .page.active ~ .page {
    transform: translateY(100%);
  }
}
.page_content {
  margin: auto;
}
@media all and (min-width: 768px) {
  .page_content {
    width: 94%;
  }
}
@media all and (min-width: 1124px) {
  .page_content {
    width: 1168px;
  }
}
.page_columns {
  padding: 16px;
}
@media all and (min-width: 768px) {
  .page_columns {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.page_columns img {
  display: block;
  margin: auto;
  width: 100%;
}
@media all and (min-width: 768px) {
  .page_columns img {
    width: 65%;
    margin-right: -70px;
  }
}
@media all and (min-width: 1124px) {
  .page_columns img {
    max-height: 80vh;
    margin-right: auto;
  }
}
@media all and (min-width: 768px) {
  .page_column {
    width: 50%;
  }
}
.page_column__small {
  position: relative;
  padding: 0 0 5px;
  margin: 0 0 20px;
}
@media all and (min-width: 768px) {
  .page_column__small {
    padding: 0;
    margin: 0;
    width: 37%;
  }
}
.page_column__small::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 54px;
  height: 1px;
  background: #313235;
}
@media all and (min-width: 768px) {
  .page_column__big {
    width: 100%;
  }
}
@media all and (min-width: 1124px) {
  .page_column__big {
    width: 60%;
  }
}
@media all and (min-width: 768px) {
  .page_column-text {
    width: 77%;
  }
}
.page h1,
.page h2 {
  text-align: center;
}
@media all and (min-width: 768px) {
  .page h1,
  .page h2 {
    text-align: left;
  }
}
@media all and (min-width: 1124px) {
  .page h1,
  .page h2 {
    white-space: nowrap;
  }
}
.page h1 {
  margin-bottom: 5px;
}
.page h2 {
  margin-bottom: 30px;
}
@media all and (min-width: 1124px) {
  .page h2 {
    margin-bottom: 60px;
  }
}

.popup {
  display: none;
  background: #fff;
  border-radius: 10px;
  box-sizing: border-box;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 50vh;
  z-index: 11;
  width: 90%;
  max-width: 1360px;
  height: 75vh;
  max-height: 600px;
}
@media all and (min-width: 768px) {
  .popup {
    height: 70vh;
    width: 80%;
  }
}
.popup__small {
  width: auto;
  max-width: 1360px;
  height: auto;
}
@media all and (min-width: 768px) {
  .popup__small {
    height: auto;
    width: auto;
  }
}
.popup.opened {
  display: block;
}
.popup_content {
  padding: 22px 32px;
  box-sizing: border-box;
  overflow: auto;
  height: 100%;
}
.popup_close {
  position: absolute;
  height: 18px;
  width: 18px;
  right: 0;
  top: -30px;
  padding: 0;
  min-width: 0;
  background: url(src/img/close-light.svg) no-repeat center center;
  background-size: 100% 100%;
  transition: 0.2s cubic-bezier(0.78, 0.13, 0.15, 0.86) opacity;
}
.popup_close:hover {
  opacity: 0.6;
}
.popup_close:active {
  opacity: 1;
}
.popup_title {
  text-align: center;
  font-weight: 700;
  font-size: 30px;
  line-height: 120.5%;
  text-transform: none;
}

.grey-section {
  background: rgba(242, 242, 242, 0.5);
}
.grey-section_holder {
  padding-left: 20px;
  padding-right: 20px;
}
@media all and (min-width: 768px) {
  .grey-section_holder {
    max-width: 1452px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media all and (min-width: 768px) {
  .grey-section_holder {
    padding: 0 40px;
  }
}
@media all and (min-width: 1124px) {
  .grey-section_holder {
    padding: 0;
  }
}

.menu-toggle {
  background: #F2F2F2 url(src/img/burger.svg) no-repeat center;
  height: 42px;
  width: 41px;
  margin: 0 0 0 18px;
}
@media all and (min-width: 1124px) {
  .menu-toggle {
    display: none;
  }
}

.breadcrumbs {
  padding-left: 20px;
  padding-right: 20px;
}
@media all and (min-width: 768px) {
  .breadcrumbs {
    max-width: 1452px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
  }
}
.breadcrumbs {
  font-size: 14px;
  line-height: 24px;
  margin-top: 18px;
  margin-bottom: 18px;
}
.breadcrumbs:not(.catalog-quick-search-wrap) {
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.breadcrumbs:not(.catalog-quick-search-wrap)::-webkit-scrollbar {
  display: none;
}
.breadcrumbs.catalog-quick-search-wrap {
  overflow: visible;
  white-space: normal;
}
.breadcrumbs_link {
  color: #8F8F8F;
  text-decoration: underline;
}
.breadcrumbs_divider {
  margin: 0 5px;
}

.pages {
  font-size: 0;
  letter-spacing: 0;
  word-spacing: 0;
  text-align: center;
}
@media all and (min-width: 1124px) {
  .pages {
    text-align: left;
  }
}
@media all and (min-width: 1124px) {
  .pages__center {
    text-align: center;
  }
}
.pages_link {
  display: inline-block;
  border: 1px solid #E5E5E5;
  border-radius: 3px;
  height: 37px;
  line-height: 37px;
  font-size: 16px;
  min-width: 35px;
  margin: 0 2px;
  text-align: center;
  color: #8F8F8F;
  vertical-align: middle;
  transition: 0.2s ease color, 0.2s ease border-color;
}
@media all and (min-width: 768px) {
  .pages_link {
    height: 50px;
    line-height: 50px;
    min-width: 60px;
    margin: 0 5px;
  }
}
.pages_link:hover, .pages_link.active {
  border-color: #313235;
  color: #313235;
}
.pages_link__prev, .pages_link__next {
  background-repeat: no-repeat;
  background-position: center;
}
.pages_link__prev {
  background-image: url(src/img/chevron-left.svg);
}
.pages_link__next {
  background-image: url(src/img/chevron-right.svg);
}

.fade {
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.65);
  opacity: 0;
  pointer-events: none;
  transition: 0.2s ease opacity;
}
.fade.opened {
  opacity: 1;
  pointer-events: inherit;
}
@media all and (min-width: 1124px) {
  .fade__mobile {
    display: none;
  }
}

.search-popup {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  padding: 34px 30px;
  z-index: 3;
  box-sizing: border-box;
  max-width: 1000px;
  width: 70vw;
  pointer-events: none;
  opacity: 0;
  z-index: 11;
  transition: 0.2s ease opacity;
}
@media all and (min-width: 768px) {
  .search-popup.opened {
    opacity: 1;
    pointer-events: all;
  }
}

.tabs__good {
  width: 100%;
}
.tabs_header {
  display: flex;
  justify-content: flex-start;
  position: relative;
  overflow: auto;
  padding-bottom: 12px;
}
@media all and (min-width: 768px) {
  .tabs_header {
    padding-bottom: 0;
  }
}
.tabs_button {
  color: #F93F20;
  font-weight: bold;
  height: auto;
  font-size: 18px;
  line-height: 1;
  padding: 13px 20px;
  min-width: 210px;
  background: transparent;
  border-bottom: 1px solid #F2F2F2;
  transition: 0.2s ease border;
}
.tabs_button:hover, .tabs_button.active {
  border-color: #F93F20;
}
.tabs__good .tabs_button:hover, .tabs__good .tabs_button.active {
  color: #313235;
  border-color: #313235;
}
.tabs__good .tabs_button {
  color: #313235;
}
.tabs_content {
  padding: 15px 0;
  display: none;
}
.tabs_content.active {
  display: block;
}
.tabs__good .tabs_content {
  padding-top: 30px;
}
@media all and (min-width: 768px) {
  .tabs__good .tabs_content {
    padding-top: 50px;
  }
}

/* other */
.account_icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #313235;
  width: 42px;
  height: 42px;
  padding: 0;
  overflow: hidden;
}
.account_icon-img {
  display: block;
  width: 42px;
  height: 42px;
  flex-shrink: 0;
  object-fit: contain;
  object-position: center;
}

.cart {
  display: flex;
  align-items: center;
}
.cart .cart_icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 59px;
  height: 42px;
  position: relative;
}
.cart .cart_icon .cart_icon-img {
  display: block;
  width: 42px;
  height: 42px;
  flex-shrink: 0;
  object-fit: contain;
  object-position: center;
}
.cart_text {
  display: none;
}
@media all and (min-width: 1124px) {
  .cart_text {
    display: block;
  }
}
.cart_count {
  color: #fff;
  font-weight: bold;
  font-size: 10px;
  line-height: 1;
  height: 16px;
  min-width: 16px;
  padding: 0 4px;
  border-radius: 9999px;
  background: #F93F20;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.cart_title {
  color: #8F8F8F;
  display: block;
  margin: 0 0 6px;
  font-size: 16px;
  line-height: 18px;
}
.cart_value {
  font-weight: bold;
  font-size: 16px;
  line-height: 16px;
  color: #313235;
  white-space: nowrap;
}

.quick-search {
  position: relative;
  z-index: 2;
  color: #fff;
  background: url(src/img/header.jpg) no-repeat center/cover;
  padding: 36px 0 32px;
}
.quick-search:has(.choices.is-open) {
  z-index: 90;
}
@media all and (min-width: 768px) {
  .quick-search {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.quick-search_holder {
  padding-left: 20px;
  padding-right: 20px;
}
@media all and (min-width: 768px) {
  .quick-search_holder {
    max-width: 1452px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
  }
}
.quick-search_title {
  font-weight: bold;
  font-size: 36px;
  line-height: 41px;
  text-align: center;
  margin: 0 0 10px;
  display: block;
}
.quick-search_subtitle {
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  display: block;
  margin: 0 0 24px;
}
.quick-search_subtitle-number {
  white-space: nowrap;
}
@media all and (min-width: 768px) {
  .quick-search_filters {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
  }
}
@media all and (min-width: 1124px) {
  .quick-search_filters {
    flex-wrap: nowrap;
  }
}
.quick-search_filters.catalog-quick-search {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  align-items: stretch;
}
@media all and (min-width: 1124px) {
  .quick-search_filters.catalog-quick-search {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    align-items: end;
  }
}
.quick-search_filters-item {
  flex-grow: 1;
  margin: 0 0 16px;
  position: relative;
  z-index: 1;
}
@media all and (min-width: 768px) {
  .quick-search_filters-item {
    width: calc(50% - 30px);
  }
}
@media all and (min-width: 1124px) {
  .quick-search_filters-item {
    margin: 0;
    width: auto;
    width: calc(25% - 24px);
  }
}
.quick-search_filters-item > input, .quick-search_filters-item > .choices {
  width: 100%;
}
.quick-search_filters-item {
  /* Choices.js: список строго под полем, не «в сторону» и не за край экрана на мобиле */
}
.quick-search_filters-item > .choices {
  position: relative;
  z-index: 2;
}
.quick-search_filters-item > .choices.is-open {
  z-index: 30;
}
.quick-search_filters-item--invalid .choices__inner,
.quick-search_filters-item--invalid select {
  border: 1px solid #f93f20;
  box-shadow: none;
  box-sizing: border-box;
}
.quick-search_filters-item--invalid .choices.is-open .choices__inner,
.quick-search_filters-item--invalid .choices.is-focused .choices__inner {
  border-color: #f93f20;
}
.quick-search_filters-item--invalid .choices[data-type*=select-one]::after {
  border-left-color: #f93f20;
}
.quick-search_filters-item:has(> .choices.is-open) {
  z-index: 50;
}
.quick-search_filters-item .choices__list--dropdown {
  z-index: 100;
}
@media all and (max-width: 767px) {
  .quick-search_filters-item:has(> .choices.is-disabled):not(:has(> .choices.is-open)) {
    display: none;
  }
  .quick-search_filters-item .choices__list--dropdown {
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    box-sizing: border-box;
    max-width: 100%;
  }
}
.quick-search_filters-item {
  /* Плейсхолдер (option value="default"): чуть крупнее базового 14px, серый текст */
}
.quick-search_filters-item .choices__list--single .choices__item[data-value=default], .quick-search_filters-item .choices__list--dropdown .choices__item[data-value=default] {
  color: #6b6b6b;
  font-size: 16px;
}
.quick-search_filters-item {
  /* Заголовки групп Choices (optgroup, напр. тип топлива у двигателей) */
}
.quick-search_filters-item .choices__heading {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  color: #333;
  text-align: center;
  display: block;
  width: 100%;
  white-space: normal;
  overflow-x: hidden;
  word-break: break-word;
  text-overflow: clip;
  background-color: rgba(180, 45, 45, 0.08);
}
.quick-search_filters-item {
  /* Без горизонтального скролла в выпадающем списке Choices */
}
.quick-search_filters-item .choices__list--dropdown .choices__list {
  overflow-x: hidden;
  overflow-y: auto;
}
.quick-search_filters-item .choices__list--dropdown .choices__item {
  white-space: normal;
  overflow-x: hidden;
  overflow-y: visible;
  text-overflow: clip;
  word-break: break-word;
}
.quick-search_filters.catalog-quick-search .quick-search_filters-item {
  width: 100%;
  min-width: 0;
  margin: 0;
}
.quick-search_filters.catalog-quick-search .quick-search_filters-item .choices,
.quick-search_filters.catalog-quick-search .quick-search_filters-item .choices__inner,
.quick-search_filters.catalog-quick-search .quick-search_filters-item select {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
.quick-search {
  /* Код двигателя во второй строке option (см. CarEngines::formatEngineSelectLabelHtml) */
}
.quick-search .engine-select__code {
  color: #9a9a9a;
  font-weight: 400;
}
.quick-search_submit[type] {
  height: 50px;
}

.search {
  display: flex;
  margin: 0 15px 0 0;
  position: relative;
}
.search__wide {
  margin: 0 0 15px;
}
.search_input[type] {
  height: 45px;
  line-height: 45px;
  flex-grow: 1;
  width: 260px;
  padding-right: 40px;
}
@media all and (min-width: 1124px) {
  .search_input[type] {
    width: 40vw;
    max-width: 350px;
  }
}
@media all and (min-width: 1366px) {
  .search_input[type] {
    max-width: 600px;
  }
}
.search__wide .search_input[type] {
  width: 100%;
  max-width: none;
}
.search_button[type] {
  height: 45px;
  line-height: 45px;
  background: url(src/img/search-dark.svg) no-repeat center center/17px 17px;
  text-align: left;
  padding: 0 10px;
  width: 45px;
  font-size: 0;
  min-width: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.bright {
  color: #F93F20;
  font-weight: bold;
}

.advantages {
  padding: 42px 0 18px;
}
@media all and (min-width: 768px) {
  .advantages {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    padding-left: 0;
    padding-right: 0;
  }
}
@media all and (min-width: 1124px) {
  .advantages {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.advantages_item {
  display: flex;
  margin: 0 0 28px;
}
@media all and (min-width: 768px) {
  .advantages_item {
    max-width: 90%;
  }
}
@media all and (min-width: 1124px) {
  .advantages_item {
    max-width: 80%;
  }
}
.advantages_item-icon-wrapper {
  width: 80px;
  flex-shrink: 0;
}
@media all and (min-width: 1124px) {
  .advantages_item-icon-wrapper {
    width: 118px;
  }
}
.advantages_item-icon {
  width: 60px;
}
@media all and (min-width: 1124px) {
  .advantages_item-icon {
    width: 80px;
  }
}
.advantages_item-title {
  font-weight: bold;
  font-size: 16px;
  line-height: 16px;
  color: #313235;
}
.advantages_item-value {
  color: #8F8F8F;
  display: block;
  margin: 0 0 6px;
  font-size: 16px;
  line-height: 18px;
}
.advantages_banner {
  color: #F8F8F8;
  background: url(src/img/advantages.jpg) no-repeat center center/cover;
  position: relative;
  padding: 30px 20px 140px 30px;
  margin: 0 -40px 40px;
}
@media all and (min-width: 768px) {
  .advantages_banner {
    margin-left: 0;
    margin-right: 0;
    grid-row: 2;
    grid-column: 1/3;
    padding: 50px 300px 50px 60px;
    overflow: hidden;
  }
}
@media all and (min-width: 1124px) {
  .advantages_banner {
    grid-column: 1/4;
    padding-right: 500px;
  }
}
.advantages_banner-text {
  position: relative;
  padding: 0 0 0 25px;
}
.advantages_banner-text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  background: #F93F20;
}
.advantages_banner-title {
  display: block;
  font-weight: bold;
  font-size: 18px;
  margin: 0 0 6px;
}
.advantages_banner-image {
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 320px;
}
@media all and (min-width: 768px) {
  .advantages_banner-image {
    left: auto;
    right: -20%;
    top: 50%;
    width: auto;
    height: 260px;
    transform: translateY(-50%);
  }
}
@media all and (min-width: 1124px) {
  .advantages_banner-image {
    right: -20px;
  }
}

.car-brands {
  background: #fff;
  padding: 40px 20px 26px;
  margin: 0 0 62px;
}
@media all and (min-width: 1124px) {
  .car-brands__wide {
    margin-left: -52px;
    margin-right: -52px;
    padding-left: 52px;
    padding-right: 52px;
  }
}
.car-brands__compact {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
.car-brands_title {
  display: block;
  margin: 0 0 45px;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  text-transform: none;
  text-align: center;
}
@media all and (min-width: 768px) {
  .car-brands_title {
    font-size: 24px;
    line-height: 28px;
  }
}
.car-brands__compact .car-brands_title {
  display: block;
  background: #EDEDED;
  font-size: 14px;
  height: 40px;
  line-height: 1;
  margin: 0;
}
@media all and (min-width: 768px) {
  .car-brands__compact .car-brands_title {
    background: transparent;
    font-weight: bold;
    font-size: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.car-brands_title-icon {
  display: inline-block;
  width: 7px;
  height: 4px;
  background: url(src/img/chevron-down.svg) no-repeat center/100% 100%;
  margin: -6px 0 0 8px;
  line-height: 40px;
}
@media all and (min-width: 768px) {
  .car-brands_title-icon {
    width: 12px;
    height: 7px;
    margin: 0;
  }
}
@media all and (min-width: 1124px) {
  .car-brands_title-icon {
    display: none;
  }
}
.car-brands_columns {
  columns: 2;
}
@media all and (min-width: 768px) {
  .car-brands_columns {
    columns: 3;
  }
}
@media all and (min-width: 1124px) {
  .car-brands_columns {
    columns: 5;
  }
}
@media all and (min-width: 1366px) {
  .car-brands_columns {
    columns: 6;
  }
}
.car-brands__compact .car-brands_columns {
  display: none;
}
@media all and (min-width: 1124px) {
  .car-brands__compact .car-brands_columns {
    display: block;
    padding-top: 40px;
  }
}
.car-brands__compact .car-brands_columns.active {
  display: block;
  padding: 20px 0 0;
}
@media all and (min-width: 1124px) {
  .car-brands__compact .car-brands_columns.active {
    padding-top: 40px;
  }
}
.car-brands_letter {
  position: relative;
  padding: 0 0 0 40px;
  margin: 0 0 28px;
  -webkit-column-break-inside: avoid; /* Chrome, Safari, Opera */
  page-break-inside: avoid; /* Firefox */
  break-inside: avoid; /* IE 10+ */
  break-inside: avoid-column;
  min-height: 28px;
}
.car-brands_letter-value {
  position: absolute;
  top: 0;
  left: 0;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFF1F0;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  color: #F93F20;
}
.car-brands_item {
  display: block;
  margin: 0 0 6px;
}
.car-brands_item:last-child {
  margin-bottom: 0;
}
.car-brands_item-value {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  position: relative;
  color: #313235;
  text-decoration: none;
}
.car-brands_item-logo {
  display: block;
  width: 40px;
  height: 22px;
  object-fit: contain;
  flex-shrink: 0;
}
.car-brands_item-count {
  position: absolute;
  top: -16px;
  right: -22px;
  font-size: 14px;
  line-height: 24px;
  color: #999;
}

.car-models {
  background: #fff;
  padding: 20px 20px 26px;
  margin: 0 0 62px;
}
.car-models_title {
  display: block;
  margin: 0 0 10px;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.1;
  text-transform: uppercase;
  text-align: center;
}
@media all and (min-width: 768px) {
  .car-models_columns {
    columns: 3;
  }
}
@media all and (min-width: 1124px) {
  .car-models_columns {
    columns: 5;
  }
}
@media all and (min-width: 1366px) {
  .car-models_columns {
    columns: 6;
  }
}
.car-models_item {
  display: flex;
  justify-content: flex-start;
  padding: 15px 0 0;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  break-inside: avoid-column;
}
.car-models_item-value {
  font-size: 18px;
  line-height: 24px;
  position: relative;
  color: #313235;
  display: block;
  max-width: 85%;
}
.car-models_item-count {
  position: absolute;
  top: -15px;
  left: calc(100% + 2px);
  font-size: 14px;
  line-height: 24px;
  color: #999;
}
.car-models_item-year {
  white-space: nowrap;
  font-size: 0.8em;
}

.car-models.list-cars {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.parts-list {
  background: #fff;
  padding: 40px 20px 26px;
}
@media all and (min-width: 768px) {
  .parts-list {
    padding: 40px 38px 26px;
  }
}
@media all and (min-width: 1124px) {
  .parts-list {
    padding: 40px 52px 26px;
  }
}
.parts-list__no-indent {
  padding-left: 0;
  padding-right: 0;
}
.parts-list__no-indent .parts-list_item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: flex-start;
  align-self: flex-start;
  column-gap: 10px;
  padding-left: 0;
}
@media all and (min-width: 1124px) {
  .parts-list__no-indent .parts-list_item {
    width: calc((100% - 30px) / 2);
    padding-left: 0;
    padding-right: 0;
    column-gap: 16px;
  }
}
@media all and (min-width: 1600px) {
  .parts-list__no-indent .parts-list_item {
    width: calc((100% - 60px) / 3);
  }
}
.parts-list__no-indent .parts-list_item-icon {
  position: static;
  top: auto;
  flex-shrink: 0;
  margin-top: 0;
}
.parts-list__no-indent .parts-list_item-title {
  flex: 1 1 0;
  min-width: 0;
  margin-bottom: 0;
}
.parts-list__no-indent .parts-list_item-list {
  flex: 1 1 100%;
  width: 100%;
  margin-top: 10px;
}
.parts-list_holder {
  padding-left: 20px;
  padding-right: 20px;
}
@media all and (min-width: 768px) {
  .parts-list_holder {
    max-width: 1452px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
  }
}
.parts-list__no-indent .parts-list_holder {
  padding-left: 0;
  padding-right: 0;
}
.parts-list_title {
  display: block;
  margin: 0 0 45px;
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  text-transform: uppercase;
  text-align: center;
}
@media all and (min-width: 1124px) {
  .parts-list_columns {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
  }
}
.parts-list_item {
  box-sizing: border-box;
  padding: 0 0 0 38px;
  position: relative;
  border-bottom: 1px solid #F2F2F2;
}
@media all and (min-width: 1124px) {
  .parts-list_item {
    width: calc(50% - 30px);
    margin: 0 0 24px;
    padding-left: 80px;
    padding-right: 20px;
    border: none;
  }
}
@media all and (min-width: 1600px) {
  .parts-list_item {
    width: calc(33.3% - 60px);
  }
}
@media all and (min-width: 1600px) {
  .parts-list__small .parts-list_item {
    width: calc(50% - 30px);
  }
}
.parts-list_item[data-count="0"] {
  display: none;
}
.parts-list_item-icon {
  position: absolute;
  left: 0;
  top: 14px;
  width: 28px;
}
@media all and (min-width: 1124px) {
  .parts-list_item-icon {
    width: 46px;
    top: 0;
  }
}
.parts-list_item-title {
  display: block;
  margin: 0 0 5px;
  font-weight: bold;
  font-size: 18px;
  line-height: 28px;
  padding: 14px 0;
  color: #313235;
  background: url(src/img/chevron-down.svg) no-repeat center right/15px 9px;
}
@media all and (min-width: 1124px) {
  .parts-list_item-title {
    background: transparent;
    padding: 0;
  }
}
.parts-list_item-title:hover {
  color: #F93F20;
}
.parts-list_item.active .parts-list_item-title {
  border: none;
  background-image: url(src/img/chevron-up.svg);
}
.parts-list_item-list {
  display: none;
  padding: 0 0 14px;
}
@media all and (min-width: 1124px) {
  .parts-list_item-list {
    display: block;
    padding: 0;
  }
}
.parts-list_item.active .parts-list_item-list {
  display: block;
}
.parts-list_item-link {
  display: block;
  font-size: 18px;
  line-height: 1.3;
  color: #313235;
  box-sizing: border-box;
  padding: 0 0 10px 28px;
  background: url(src/img/chevron-right.svg) no-repeat left -1px;
}
@media all and (min-width: 768px) {
  .parts-list_item-link {
    width: 50%;
  }
}
@media all and (min-width: 1124px) {
  .parts-list_item-link {
    width: 100%;
  }
}
.parts-list_item-link:hover {
  color: #F93F20;
}
@media all and (min-width: 1124px) {
  .parts-list_item-link--extra {
    display: none;
  }
}
@media all and (min-width: 1124px) {
  .parts-list_item.is-expanded .parts-list_item-link--extra {
    display: block;
  }
}
.parts-list_item-toggle {
  display: none;
}
@media all and (min-width: 1124px) {
  .parts-list_item-toggle {
    display: inline-flex !important;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    margin: 2px 0 0 28px;
    border: none;
    background: transparent;
    cursor: pointer;
    padding: 0;
    min-height: 0;
    vertical-align: middle;
    color: #F93F20;
    font-size: 13px;
    line-height: 1.2;
    white-space: nowrap;
  }
  .parts-list_item-toggle::after {
    display: none !important;
  }
  .parts-list_item-toggle::before {
    content: "";
    flex: 0 0 auto;
    width: 10px;
    height: 7px;
    background: url(src/img/chevron-down-orange.svg) no-repeat center/contain;
    transition: transform 0.2s ease;
  }
}
@media all and (min-width: 1124px) {
  .parts-list_item-toggle-text {
    flex: 0 1 auto;
  }
}
.parts-list_item.is-expanded .parts-list_item-toggle::before {
  transform: rotate(180deg);
}
.parts-list_item:not(.parts-list_item--collapsible) .parts-list_item-toggle {
  display: none !important;
}
.parts-list_item-value {
  position: relative;
}
.parts-list_item-count {
  position: absolute;
  top: -12px;
  left: 100%;
  font-size: 14px;
  line-height: 24px;
  color: #999;
  white-space: nowrap;
}

.features {
  padding: 24px 15px;
}
@media all and (min-width: 768px) {
  .features {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
  }
}
@media all and (min-width: 1124px) {
  .features {
    gap: 38px;
    flex-wrap: nowrap;
    padding: 24px 0;
  }
}
.features__vertical {
  display: block;
  padding-bottom: 0;
}
.features_item {
  display: flex;
  align-items: flex-start;
  margin: 0 0 20px;
}
@media all and (min-width: 768px) {
  .features_item {
    width: auto;
    margin: 0;
  }
}
.features__vertical .features_item {
  margin: 0 0 45px;
}
.features__vertical .features_item:last-child {
  margin: 0 0 20px;
}
.features_icon {
  margin: 0 20px 0 0;
  flex-shrink: 0;
  width: 60px;
}
.features_title {
  display: block;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  margin: 0 0 5px;
}
.features_text {
  color: #8F8F8F;
  font-size: 14px;
  line-height: 24px;
}

.tags {
  display: none;
}
@media all and (min-width: 768px) {
  .tags {
    display: block;
  }
}
.tags_clean {
  display: inline-block;
  font-weight: bold;
  font-size: 14px;
  border: 1px solid #f8f8f8;
  box-sizing: border-box;
  border-radius: 3px;
  padding: 0 36px;
  height: 40px;
  line-height: 40px;
  border-radius: 3px;
  position: relative;
  background: #EDEDED;
  color: #F93F20;
  width: auto;
}

.tag {
  display: inline-block;
  font-size: 14px;
  border: 1px solid #f8f8f8;
  box-sizing: border-box;
  border-radius: 3px;
  padding: 0 26px 0 10px;
  height: 40px;
  line-height: 40px;
  border-radius: 3px;
  position: relative;
  background: #EDEDED;
  margin: 0 16px 0 0;
}
.tag_close {
  background: url(src/img/close.svg) no-repeat center center/8px 8px;
  position: absolute;
  height: 40px;
  width: 28px;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
}

.falg {
  vertical-align: middle;
  margin: 0 3px 0 0;
}

.gallery_image-wrapper {
  height: 314px;
  border: 1px solid #F2F2F2;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 10px;
}
@media all and (min-width: 768px) {
  .gallery_image-wrapper {
    height: 240px;
  }
}
@media all and (min-width: 1124px) {
  .gallery_image-wrapper {
    height: 314px;
  }
}
.gallery_image {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.gallery_carousel {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
@media all and (min-width: 768px) {
  .gallery_carousel {
    gap: 30px;
  }
}
.gallery_carousel-item {
  box-sizing: border-box;
  border: 1px solid #F2F2F2;
  padding: 0 0 28.5%;
  position: relative;
  flex-grow: 1;
  cursor: pointer;
  transition: 0.2s ease opacity;
}
.gallery_carousel-item:hover {
  opacity: 0.6;
}
.gallery_carousel-item:active {
  opacity: 0.8;
}
.gallery_carousel-image {
  position: absolute;
  left: 0;
  height: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.info {
  color: #8F8F8F;
  border: 1px solid currentColor;
  border-radius: 50%;
  position: relative;
  display: inline-block;
  height: 16px;
  line-height: 17px;
  width: 16px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  box-sizing: border-box;
  cursor: pointer;
  margin: -2px 0 0 8px;
}

.table-wrapper {
  overflow: auto;
}

@media all and (min-width: 768px) {
  .search-results {
    max-height: 70vh;
    overflow: auto;
  }
}
.search-results_categories {
  padding: 0;
  margin: 0;
  list-style: none;
}
.search-results_categories-item {
  padding: 7px 0 7px 15px;
  background: url(src/img/chevron-right.svg) no-repeat -8px 5px;
}
.search-results_categories-name {
  color: #313235;
  margin: 0 10px 0 0;
}
.search-results_categories-count {
  color: #313235;
  font-size: 11px;
  line-height: 18px;
  color: #8F8F8F;
}
.search-results_title {
  font-weight: bold;
  font-size: 18px;
  color: #313235;
}
.search-results table {
  margin: 30px 0 50px;
}
.search-results tr {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #F2F2F2;
}
@media all and (min-width: 768px) {
  .search-results tr {
    display: table-row;
    border: none;
  }
}
.search-results td {
  display: block;
  padding: 15px 0;
}
@media all and (min-width: 768px) {
  .search-results td {
    display: table-cell;
    border-bottom: 1px solid #F2F2F2;
  }
}
.search-results td:nth-child(1) {
  width: 35%;
}
@media all and (min-width: 768px) {
  .search-results td:nth-child(1) {
    width: 15%;
  }
}
.search-results td:nth-child(2) {
  width: 65%;
  display: flex;
  align-items: center;
}
@media all and (min-width: 768px) {
  .search-results td:nth-child(2) {
    display: table-cell;
    padding-left: 25px;
    padding-right: 25px;
    width: auto;
  }
}
.search-results td:nth-child(3), .search-results td:nth-child(4) {
  width: 100%;
}
@media all and (min-width: 768px) {
  .search-results td:nth-child(3), .search-results td:nth-child(4) {
    width: auto;
  }
}
.search-results tr:first-child {
  border-top: 1px solid #F2F2F2;
}
@media all and (min-width: 768px) {
  .search-results tr:first-child {
    border: none;
  }
}
@media all and (min-width: 768px) {
  .search-results tr:first-child td {
    border-top: 1px solid #F2F2F2;
  }
}

.marker {
  background: #FFC0B6;
}

.marker-icon {
  background: url(src/img/marker.png) no-repeat center center/contain;
  display: inline-block;
  height: 25px;
  width: 25px;
  margin: 0 10px 0 0;
}

.more-button {
  margin: 30px auto 0;
  border: 1px solid #E5E5E5;
  background-color: #fff;
  color: #F93F20;
  transition: 0.2s cubic-bezier(0.78, 0.13, 0.15, 0.86) border;
  width: auto;
  height: 50px;
  line-height: 50px;
  display: block;
}
@media all and (min-width: 768px) {
  .more-button {
    min-width: 480px;
  }
}
.more-button:hover {
  border-color: #F93F20;
}
.more-button_icon {
  display: inline-block;
  background: url(src/img/refresh.svg) no-repeat center center/25px 25px;
  height: 25px;
  width: 25px;
  margin: 0 10px 0 0;
  vertical-align: -6px;
}
.more-button.active .more-button_icon {
  animation: 1s linear rotation infinite;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.adress {
  font-size: 14px;
  line-height: 18px;
  font-weight: normal;
  margin: 15px 0 0;
}
@media all and (min-width: 768px) {
  .adress {
    font-size: 20px;
  }
}
.adress_item {
  display: block;
  margin: 0 0 6px;
}
@media all and (min-width: 768px) {
  .adress_item {
    display: inline-block;
    margin: 0;
  }
}
.adress_property {
  color: #8F8F8F;
  margin: 0 5px 0 0;
}
@media all and (min-width: 768px) {
  .adress_value {
    margin: 0 40px 0 0;
  }
}
.adress_controls {
  margin: 12px 0 0;
}
@media all and (min-width: 768px) {
  .adress_controls {
    margin-top: 20px;
  }
}
.adress_control {
  background: transparent;
  padding: 0;
  width: auto;
  font-size: 14px;
  line-height: 18px;
  font-weight: 499;
  color: #8F8F8F;
  height: 18px;
  line-height: 18px;
  transition: 0.2s cubic-bezier(0.78, 0.13, 0.15, 0.86) opacity;
}
@media all and (min-width: 768px) {
  .adress_control {
    font-size: 16px;
  }
}
.adress_control:hover {
  opacity: 0.6;
}
.adress_control:active {
  opacity: 0.8;
}
.adress_control + .adress_control {
  padding: 0 0 0 25px;
  margin: 0 0 0 25px;
  border-left: 1px solid #8F8F8F;
}

.adresses_item[for] {
  line-height: 1.2;
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
.adresses_item[for].disabled {
  opacity: 0.6;
  pointer-events: none;
}
.adresses_item[for] input[type=text] {
  padding: 0 0 8px;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  height: auto;
  line-height: 1.2;
  margin-top: 8px;
}
.adresses_item[for] input[type=text]:disabled {
  border-block-color: transparent;
}
.adresses_controls {
  display: flex;
  gap: 10px;
  margin: 8px 20px 0 0;
}
.adresses_control {
  background: transparent;
  padding: 0;
  width: auto;
  font-size: 14px;
  line-height: 18px;
  font-weight: 499;
  color: #8F8F8F;
  min-width: 0;
  height: 18px;
  line-height: 18px;
  transition: 0.2s cubic-bezier(0.78, 0.13, 0.15, 0.86) opacity;
}
@media all and (min-width: 768px) {
  .adresses_control {
    font-size: 16px;
  }
}
.adresses_control:hover {
  opacity: 0.6;
}
.adresses_control:active {
  opacity: 0.8;
}

@media all and (min-width: 768px) {
  .contacts {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
}
@media all and (min-width: 1124px) {
  .contacts {
    gap: 36px;
    grid-template-columns: 1fr 1fr;
  }
}
@media all and (min-width: 768px) {
  .contacts_items {
    display: flex;
    flex-wrap: wrap;
  }
}
@media all and (min-width: 768px) {
  .contacts_item {
    width: 50%;
  }
}
.contacts_item {
  color: #313235;
  display: flex;
  font-size: 14px;
  line-height: 16px;
  margin: 0 0 18px;
  align-items: center;
}
.contacts_item:hover {
  color: #F93F20;
}
.contacts_item strong {
  display: block;
  line-height: 1.4;
}
.contacts_item-icon-wrapper {
  background: rgba(49, 50, 53, 0.1);
  height: 45px;
  width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px 0 0;
  flex-shrink: 0;
  border-radius: 3px;
  margin: 0 10px 0 0;
}
.contacts_map {
  margin: 0 0 28px;
}
@media all and (min-width: 1124px) {
  .contacts_map {
    grid-row: 1/3;
    grid-column: 2;
  }
}
.contacts_map > div {
  height: 100%;
}
.contacts_map iframe {
  height: 100%;
  width: 100%;
}
.contacts_form-title {
  display: block;
  margin: 0 0 15px;
}
.contacts_form {
  border: 1px solid #E5E5E5;
  padding: 22px 20px;
}
@media all and (min-width: 768px) {
  .contacts_form {
    grid-row: 2;
    margin: 60px 0 30px;
  }
}
@media all and (min-width: 1124px) {
  .contacts_form {
    margin-top: 30px;
  }
}

.page-404 {
  text-align: center;
  margin: auto;
  max-width: 400px;
}
@media all and (min-width: 768px) {
  .page-404 {
    max-width: 600px;
  }
}
.page-404_title {
  display: inline-block;
  font-size: 119px;
  margin: 20px 0 30px;
  position: relative;
  color: #F93F20;
  letter-spacing: 0.185em;
}
@media all and (min-width: 768px) {
  .page-404_title {
    font-size: 255px;
    margin: 0;
  }
}
.page-404_title::after {
  content: "404";
  position: absolute;
  left: 5px;
  top: 5px;
  color: #313235;
  z-index: -1;
}
@media all and (min-width: 768px) {
  .page-404_title::after {
    left: 10px;
    top: 10px;
  }
}
.page-404_title::before {
  content: "";
  background: url(src/img/404.png) no-repeat top center/contain;
  position: absolute;
  top: -20px;
  right: -20px;
  left: -20px;
  bottom: -20px;
  z-index: -2;
}
@media all and (min-width: 768px) {
  .page-404_title::before {
    top: -20px;
    right: -90px;
    left: -90px;
    bottom: -50px;
  }
}
.page-404_subtitle {
  font-weight: bold;
  font-size: 18px;
  margin: 0 0 12px;
}
@media all and (min-width: 768px) {
  .page-404_subtitle {
    font-size: 30px;
    margin: 0 0 20px;
  }
}
.page-404_reload {
  display: block;
  font-size: 14px;
  margin: 0 0 24px;
  color: #8F8F8F;
}
@media all and (min-width: 768px) {
  .page-404_reload {
    margin-bottom: 32px;
  }
}

.loader {
  position: relative;
  width: 72px;
  height: 72px;
  margin: auto;
  display: none;
}
.loader.active {
  display: block;
}
.loader div {
  display: none;
}
.loader::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 6px solid rgba(249, 63, 32, 0.2);
  border-top-color: #f93f20;
  border-radius: 50%;
  box-sizing: border-box;
  animation: av-loader-spin 0.8s linear infinite;
}

@keyframes av-loader-spin {
  to {
    transform: rotate(360deg);
  }
}
.shop {
  padding: 0 15px;
}
.shop_title {
  display: block;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  margin: 0 0 10px;
}
.shop_price {
  color: #8F8F8F;
  font-size: 14px;
  line-height: 24px;
  margin: 0 16px 0 0;
  white-space: nowrap;
}
.shop_phone {
  display: block;
  margin: 0 0 10px;
}
.shop_phone-number {
  white-space: nowrap;
}
.shop_phone-button {
  display: inline-block;
  min-width: 0;
  padding: 0 16px;
  position: relative;
  background-color: transparent;
  color: #313235;
  width: auto;
  padding: 0;
}
@media all and (min-width: 768px) {
  .shop_phone-button {
    min-width: 0;
  }
}
.shop_phone-button-title {
  position: absolute;
  right: 0;
  top: -3px;
  color: #8f8f8f;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
}
.shop_city {
  background: url(src/img/point.svg) no-repeat left center/contain;
  padding-left: 30px;
  white-space: nowrap;
  overflow: hidden;
  width: calc(100% - 30px);
  display: block;
  margin: 0 0 10px;
  text-overflow: ellipsis;
}
.shop_controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.city-panel {
  background-color: #313235;
  align-items: center;
  justify-content: center;
  padding: 9px;
  text-align: center;
}
@media all and (min-width: 768px) {
  .city-panel {
    display: flex;
    gap: 30px;
    text-align: left;
  }
}
.city-panel_title {
  color: #F2F2F2;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
}
.city-panel_buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 12px 0 0;
}
@media all and (min-width: 768px) {
  .city-panel_buttons {
    margin: 0;
  }
}
.city-panel_button {
  border-radius: 3px;
  min-width: 10px;
  font-size: 14px;
  flex-grow: 0;
  width: auto;
}
.city-panel_button__link {
  border: none;
  padding: 0;
  background: transparent;
  height: auto;
  line-height: 1.2;
  min-width: 0;
  width: auto;
  border-radius: 0;
  text-transform: none;
}
.city-panel_button__link:hover {
  transform: none;
  background: transparent;
}
.city-panel_button__link:active {
  transform: none;
  background: transparent;
}
.city-panel_button__link {
  border-radius: 0;
  color: #F93F20;
  text-decoration: underline;
  margin-left: 10px;
}
.city-panel_button__link:hover {
  text-decoration: none;
}

.cities {
  font-size: 20px;
  line-height: 18px;
  color: #F8F8F8;
}
.cities td {
  padding: 12px;
  text-align: center;
}

.profile-menu {
  background: #F8F8F8;
  padding: 2px 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 20px 0;
  margin-bottom: 50px;
}
.profile-menu_link {
  display: block;
  font-size: 18px;
  line-height: 1;
  padding: 16px 0 16px 48px;
  position: relative;
  color: #313235;
}
.profile-menu_link.active {
  font-weight: 700;
}
.profile-menu_link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  background-color: transparent;
  transition: 0.2s cubic-bezier(0.78, 0.13, 0.15, 0.86) background;
}
.profile-menu_link.active::before, .profile-menu_link:hover::before {
  background-color: #F93F20;
}
.profile-menu_icon {
  width: 18px;
  left: 20px;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
}

.profile-content {
  display: none;
}
.profile-content.active {
  display: block;
}

.profile-info label {
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  display: block;
  margin: 0 0 10px;
}
@media all and (min-width: 768px) {
  .profile-info label {
    font-size: 18px;
  }
}

.personal-cabinet {
  margin: auto;
  max-width: 360px;
}

.help-block {
  color: #F93F20;
  font-size: 12px;
}

.orders-table {
  margin-bottom: 30px;
}
.orders-table_image {
  width: 40px;
}
@media all and (min-width: 768px) {
  .orders-table_image {
    width: 95px;
  }
}
.orders-table_title {
  color: #313235;
  font-weight: bold;
  font-size: 14px;
  line-height: 19px;
}
@media all and (min-width: 768px) {
  .orders-table_title {
    line-height: 24px;
  }
}
@media all and (min-width: 1124px) {
  .orders-table_title {
    font-size: 20px;
  }
}
@media all and (min-width: 768px) {
  .orders-table_cell {
    padding: 22px;
    position: relative;
  }
}
@media all and (min-width: 768px) {
  .orders-table_cell .old-price {
    display: block;
  }
}
.orders-table thead {
  display: none;
}
@media all and (min-width: 768px) {
  .orders-table thead {
    display: table-header-group;
  }
}
.orders-table th {
  color: rgba(143, 143, 143, 0.5);
  font-weight: bold;
  font-size: 12px;
  line-height: 1;
  padding: 16px;
  border-bottom: 1px solid rgba(143, 143, 143, 0.5);
  text-align: center;
}
@media all and (min-width: 768px) {
  .orders-table th {
    font-size: 14px;
  }
}
.orders-table th:first-child {
  text-align: left;
}
.orders-table td {
  padding: 16px;
  text-align: center;
}
@media all and (min-width: 768px) {
  .orders-table td {
    border-bottom: 1px solid rgba(143, 143, 143, 0.5);
  }
}
.orders-table td:first-child {
  text-align: left;
}
.orders-table td:nth-child(2) {
  width: calc(100% - 54px);
  margin: 0 0 0 14px;
}
@media all and (min-width: 768px) {
  .orders-table td:nth-child(2) {
    width: auto;
    margin: 0;
  }
}
.orders-table tr {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  border-bottom: 1px solid rgba(143, 143, 143, 0.5);
}
@media all and (min-width: 768px) {
  .orders-table tr {
    display: table-row;
    border-bottom: none;
  }
}

.shop-page_meta {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 10px;
  flex-direction: column;
  margin: 0 0 10px;
}
@media all and (min-width: 768px) {
  .shop-page_meta {
    gap: 30px;
    flex-direction: row;
    margin-bottom: 34px;
  }
}
.shop-page_meta-content, .shop-page_meta-aside {
  background: #F8F8F8;
  padding: 25px;
}
@media all and (min-width: 768px) {
  .shop-page_meta-content {
    display: flex;
    gap: 26px;
  }
}
@media all and (min-width: 768px) {
  .shop-page_meta-payment li {
    white-space: nowrap;
  }
}
.shop-page_payment-methods-icon {
  width: 74px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  margin: 0 8px 0 0;
}
.shop-page_meta-aside {
  text-align: center;
}
.shop-page_workinghours-list li:not([class]) {
  white-space: nowrap;
  background-image: url(src/img/clock-orange.svg);
  padding-left: 24px;
}
.shop-page_link {
  color: #313235;
  font-weight: 700;
  font-size: 21px;
  line-height: 114%;
  background: rgba(249, 63, 32, 0.06);
  border: 1px solid #F93F20;
  padding: 22px 12px;
  display: block;
  margin: 0 0 10px;
  text-align: center;
}
@media all and (min-width: 768px) {
  .shop-page_link {
    padding: 30px;
    margin-bottom: 34px;
  }
}
.shop-page_link:hover {
  opacity: 0.6;
}
.shop-page_link:active {
  opacity: 0.8;
}
.shop-page_section {
  background: #F8F8F8;
  padding: 22px 16px;
  margin: 0 0 10px;
}
@media all and (min-width: 768px) {
  .shop-page_section {
    padding: 22px 32px;
    margin-bottom: 34px;
  }
}
.shop-page_section > h3, .shop-page_section > img:not([class]) {
  margin-top: 0;
  margin-bottom: 24px;
}
.shop-page {
  /* Два блока (О магазине | Контакты): на десктопе в один ряд, на мобильной — столбик */
}
.shop-page_intro-row {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0 0 10px;
}
@media all and (min-width: 768px) {
  .shop-page_intro-row {
    gap: 12px;
  }
}
@media all and (min-width: 1124px) {
  .shop-page_intro-row {
    flex-direction: row;
    align-items: stretch;
    gap: 20px;
    margin-bottom: 34px;
  }
}
.shop-page_intro-row > .shop-page_section {
  margin-bottom: 0;
}
@media all and (min-width: 1124px) {
  .shop-page_intro-row > .shop-page_section {
    flex: 1 1 0;
    min-width: 0;
  }
}
.shop-page_intro-row .shop-page_addresses {
  padding-top: 0;
}
@media all and (min-width: 768px) {
  .shop-page_intro-row .shop-page_addresses {
    display: block;
  }
}
@media all and (min-width: 1124px) {
  .shop-page_intro-row .shop-page_addresses {
    display: block;
  }
}
@media all and (min-width: 768px) {
  .shop-page_intro-row .shop-page_address {
    width: 100%;
    max-width: 100%;
  }
}
@media all and (min-width: 1124px) {
  .shop-page_intro-row .shop-page_address {
    width: 100%;
  }
}
.shop-page_section-title {
  text-align: center;
  font-weight: 700;
  margin: 30px 0 20px;
}
@media all and (min-width: 768px) {
  .shop-page_section-title {
    margin: 70px 0 36px;
  }
}
.shop-page_addresses {
  padding: 20px 0 0;
}
@media all and (min-width: 768px) {
  .shop-page_addresses {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
  }
}
.shop-page_address {
  min-width: 0;
  margin-bottom: 20px;
}
@media all and (min-width: 768px) {
  .shop-page_address {
    width: 45%;
    margin-bottom: 0;
  }
}
@media all and (min-width: 1124px) {
  .shop-page_address {
    width: 30%;
  }
}
.shop-page_address td {
  padding: 0 0px 15px 0;
}
.shop-page_address td:first-child {
  padding: 0 20px 15px 0;
  vertical-align: top;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
}
@media all and (min-width: 768px) {
  .shop-page_address td:first-child {
    font-size: 21px;
    line-height: 28px;
  }
}
.shop-page_address-value {
  padding: 0 0 0 30px;
  background: url(src/img/marker.svg) no-repeat left 2px;
  display: block;
  color: #313235;
}
.shop-page_address-messanger {
  margin: 0 3px 0 0;
}
@media all and (min-width: 768px) {
  .shop-page_advantages {
    display: flex;
    gap: 30px;
    justify-content: space-between;
  }
}
.shop-page_advantage {
  display: flex;
  gap: 20px;
  font-size: 14px;
  line-height: 20px;
  color: #8F8F8F;
  margin: 0 0 8px;
}
@media all and (min-width: 768px) {
  .shop-page_advantage {
    margin: 0;
  }
}
.shop-page_advantage-number {
  font-weight: 700;
  font-size: 30px;
  line-height: 44px;
  text-transform: uppercase;
  color: #F93F20;
  padding: 4px 8px;
  background-color: #EBEBEB;
}
.shop-page_advantage-title {
  color: #313235;
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
  display: block;
}
@media all and (min-width: 768px) {
  .shop-page_advantage-title {
    font-size: 18px;
    margin-bottom: 5px;
  }
}
.shop-page_map iframe {
  width: 100%;
}
.shop-page_info {
  background-color: #F2F2F2;
}
.shop-page_info-holder {
  padding-left: 20px;
  padding-right: 20px;
}
@media all and (min-width: 768px) {
  .shop-page_info-holder {
    max-width: 1452px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
  }
}
.shop-page_info-holder {
  padding-top: 22px;
  padding-bottom: 22px;
}
@media all and (min-width: 768px) {
  .shop-page_info-holder {
    display: flex;
    justify-content: space-between;
  }
}
.shop-page_info-items {
  max-width: 544px;
  font-size: 18px;
  line-height: 28px;
}
.shop-page_info-item {
  display: block;
  padding-left: 16px;
  position: relative;
}
.shop-page_info-item::before {
  content: "";
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 10px;
  background-color: #313235;
  width: 5px;
  height: 5px;
}
.shop-page_gallery {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}
@media all and (min-width: 768px) {
  .shop-page_gallery {
    grid-template-columns: repeat(4, 1fr);
  }
}
.shop-page_gallery img {
  width: 100%;
}
.shop-page_form {
  background: url(src/img/shop-form-bg.jpg) no-repeat center/cover;
  padding: 32px 0;
}
@media all and (min-width: 768px) {
  .shop-page_form {
    padding: 38px 0;
  }
}
.shop-page_form-holder {
  padding-left: 20px;
  padding-right: 20px;
}
@media all and (min-width: 768px) {
  .shop-page_form-holder {
    max-width: 1452px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
  }
}
.shop-page_form-title {
  color: #F2F2F2;
  font-weight: 700;
  margin-bottom: 16px;
}
.shop-page_form-caption {
  color: #F2F2F2;
  font-size: 14px;
  line-height: 18px;
  display: block;
  margin-bottom: 20px;
}
.shop-page_form-row {
  margin: 0 0 12px;
}
@media all and (min-width: 768px) {
  .shop-page_form-row {
    max-width: 430px;
  }
}
.shop-page_form-row input {
  width: 100%;
}

/* catalog */
.catalog_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.catalog_title {
  margin: 0;
}

.cards {
  margin: 0 0 30px;
}

.cards.dynamic-content {
  margin: 0 0 85px;
}

.card {
  background: #fff;
  padding: 22px 0 25px;
  position: relative;
  border-top: 1px solid #F2F2F2;
  transition: 0.2s ease box-shadow, 0.2s ease border;
}
@media all and (min-width: 1124px) {
  .card {
    padding: 24px 50px 22px 26px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.search-popup .card {
  padding-top: 0;
  padding-bottom: 0;
}
@media all and (min-width: 768px) {
  .card:hover {
    z-index: 1;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15);
    border-top-color: transparent;
  }
}
.cards__without-border .card:first-child {
  border-top: none;
}
.card__small {
  display: block;
  background-color: transparent;
  border-top: none;
}
@media all and (min-width: 1124px) {
  .card__small {
    padding-right: 26px;
  }
}
.card__small:hover {
  box-shadow: none;
}
.card_left {
  flex-grow: 1;
}
@media all and (min-width: 1124px) {
  .card_left {
    display: flex;
    align-items: center;
  }
}
.card_left > a {
  width: 220px;
  flex-shrink: 0;
}
.search-results .card_left > a {
  width: auto;
}
.card_data {
  margin: 0 0 30px;
  flex-grow: 1;
}
@media all and (min-width: 1124px) {
  .card_data {
    margin: 0px 50px 0px 5px;
  }
}
.card_image {
  width: 180px;
  flex-shrink: 0;
  margin: 0 40px 0 0;
  max-height: 300px;
  object-fit: contain;
}
.card_image__small {
  width: 84px;
}
.card__small .card_image {
  margin: 0 auto 26px;
}
.card_title {
  color: #313235;
  display: block;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
}
.card_subtitle {
  font-size: 16px;
  line-height: 1;
  display: block;
  margin: 6px 0 0;
  color: #8F8F8F;
}
.card_table-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 7px 0 0;
}
.card_table-row__no-indent {
  margin-top: 0;
}
.card_table-cell:nth-child(1) {
  color: #8F8F8F;
  flex-grow: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 200px;
}
@media all and (min-width: 1124px) {
  .card_table-cell:nth-child(1) {
    max-width: 300px;
  }
}
.card_table-cell:nth-child(2) {
  flex-grow: 10;
  height: 13px;
  border-bottom: 1px solid #EBEBEB;
  margin: 0 10px;
}
.card_table-cell:nth-child(3) {
  flex-grow: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100px;
}
@media all and (min-width: 1124px) {
  .card_table-cell:nth-child(3) {
    max-width: 200px;
  }
}
.card_table-cell__align {
  padding: 12px 0 0;
}
.card_table-cell__align:nth-child(3) {
  max-width: none;
  overflow: visible;
}
.card_table, .card_controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media all and (min-width: 1124px) {
  .card_table, .card_controls {
    flex-direction: column;
    align-items: flex-end;
    justify-content: inherit;
    margin: 0 0 0 30px;
  }
}
.card_availibility {
  order: 2;
}
@media all and (min-width: 1124px) {
  .card_availibility {
    order: inherit;
  }
}
.card_price {
  order: 1;
}
@media all and (min-width: 1124px) {
  .card_price {
    order: inherit;
    margin: 12px 0 32px;
    text-align: right;
  }
}
@media all and (min-width: 1124px) {
  .card__small .card_price {
    text-align: left;
    margin-bottom: 26px;
  }
}
@media all and (min-width: 1124px) {
  .search-results .card_price {
    margin-bottom: 0;
  }
}
.card_button {
  order: 3;
  width: 100%;
  margin: 20px 0 0;
}
@media all and (min-width: 1124px) {
  .card_button {
    order: inherit;
    margin: 0;
    display: flex;
    justify-content: flex-end;
  }
}
@media all and (min-width: 1124px) {
  .card__small .card_button {
    display: block;
  }
}
.card__small .card_button button {
  width: 100%;
}
.card_offers {
  display: inline-block;
  background: #F93F20;
  box-sizing: border-box;
  border: none;
  cursor: pointer;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  height: 42px;
  line-height: 42px;
  padding: 0 24px;
  text-align: center;
  width: 100%;
  transition: 0.2s ease-in-out border-color, 0.2s ease-in-out background-color, 0.2s ease-in-out color;
}
@media all and (min-width: 768px) {
  .card_offers {
    width: auto;
    min-width: 230px;
  }
}
.card_offers:active {
  color: rgba(255, 255, 255, 0.3);
}
.card_offers:disabled {
  background: #141516;
  border-color: #2b3036;
  color: #2b3036;
}
.card_offers {
  white-space: nowrap;
  font-size: 16px;
  min-width: 0;
  margin: 0 0 16px;
}
@media all and (min-width: 768px) {
  .card_offers {
    min-width: 0;
    margin: 0;
  }
}

.shop-card {
  background: #fff;
  padding: 14px 10px;
  position: relative;
  transition: 0.2s ease box-shadow;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 6px;
  min-width: 300px;
  min-height: 88px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  flex-shrink: 0;
}
@media all and (min-width: 1124px) {
  .shop-card {
    margin-bottom: 10px;
  }
}
.shop-card__premium {
  background: linear-gradient(93.74deg, #FFF2C4 5.26%, #FFFFFF 100%);
}
.shop-card__empty {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
@media all and (min-width: 768px) {
  .shop-card:hover {
    z-index: 1;
  }
}
.shop-card_left {
  flex-grow: 1;
}
.shop-card_right {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  min-width: 0;
  margin-left: 40px;
}
.shop-card_title {
  color: #313235;
  display: block;
  font-weight: bold;
  font-size: 14px;
}
.shop-card_title-badge {
  vertical-align: middle;
  margin: -7px 0 0 4px;
}
.shop-card_adresses {
  font-weight: 550;
  font-size: 12px;
  color: #C4C4C4;
  text-decoration: underline;
}
.shop-card_adresses:hover {
  text-decoration: none;
}
.shop-card_adresses:active {
  color: #313235;
}
.shop-card_table-row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 7px 0 0;
  gap: 4px;
}
.shop-card_table-cell {
  font-size: 12px;
}
.shop-card_table-cell:first-child {
  font-weight: 700;
}
.shop-card_controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.shop-card {
  /* «Все предложения» под блоком цены, по левому краю колонки */
}
.shop-card_all-offers-wrap {
  width: 100%;
  text-align: left;
  margin-top: 1px;
  align-self: flex-start;
}
.shop-card_all-offers-wrap .price-action-button--link {
  display: inline-block;
}
.shop-card_availibility {
  font-size: 12px;
  line-height: 18px;
  margin: 8px 0 0;
  order: 2;
}
@media all and (min-width: 1124px) {
  .shop-card_availibility {
    order: inherit;
  }
}
.shop-card_price .price {
  font-size: 16px;
}
.shop-card_price .old-price,
.shop-card_price .old-price_fractional {
  font-size: 8px;
}
.shop-card_price .old-price {
  margin-right: 4px;
}
.shop-card_offers {
  display: inline-block;
  background: #F93F20;
  box-sizing: border-box;
  border: none;
  cursor: pointer;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  height: 42px;
  line-height: 42px;
  padding: 0 24px;
  text-align: center;
  width: 100%;
  transition: 0.2s ease-in-out border-color, 0.2s ease-in-out background-color, 0.2s ease-in-out color;
}
@media all and (min-width: 768px) {
  .shop-card_offers {
    width: auto;
    min-width: 230px;
  }
}
.shop-card_offers:active {
  color: rgba(255, 255, 255, 0.3);
}
.shop-card_offers:disabled {
  background: #141516;
  border-color: #2b3036;
  color: #2b3036;
}
.shop-card_offers {
  white-space: nowrap;
  font-size: 16px;
  min-width: 0;
  margin: 0 0 16px;
}
@media all and (min-width: 768px) {
  .shop-card_offers {
    min-width: 0;
    margin: 0;
  }
}
.shop-card_logo {
  max-width: 100px;
  vertical-align: middle;
  margin: -4px 3px 0 0;
}
.shop-card_phone {
  font-size: 16px;
  line-height: 16px;
  display: flex;
  align-items: center;
  margin: 20px 0;
}
.shop-card_phone-button {
  border: none;
  padding: 0;
  background: transparent;
  height: auto;
  line-height: 1.2;
  min-width: 0;
  width: auto;
  border-radius: 0;
  text-transform: none;
}
.shop-card_phone-button:hover {
  transform: none;
  background: transparent;
}
.shop-card_phone-button:active {
  transform: none;
  background: transparent;
}
.shop-card_phone-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #F93F20;
  font-size: 10px;
  text-decoration: underline;
  vertical-align: middle;
  margin: 0 0 0 8px;
}
.shop-card_phone-button-icon {
  flex-shrink: 0;
  width: 14px;
  height: 14px;
  object-fit: contain;
  display: block;
}
.shop-card_phone-end {
  display: none;
  margin: 0 0 0 4px;
}
.shop-card_unavailable-icon {
  margin: auto 8px;
}
.shop-card_unavailable-title {
  font-weight: 700;
  font-size: 12px;
  text-align: center;
  color: #C4C4C4;
}

.sorting {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media all and (min-width: 768px) {
  .sorting {
    gap: 30px;
  }
}
@media all and (min-width: 1124px) {
  .sorting {
    justify-content: flex-end;
  }
}
.sorting_content {
  display: flex;
  align-items: center;
}
@media all and (min-width: 768px) {
  .sorting_content {
    flex-grow: 1;
    order: 2;
    justify-content: flex-end;
  }
}
@media all and (min-width: 1124px) {
  .sorting_content {
    flex-grow: 0;
    order: inherit;
  }
}
.sorting_title {
  font-size: 14px;
  color: rgba(143, 143, 143, 0.5);
}
@media all and (min-width: 1124px) {
  .sorting_title {
    font-size: 18px;
    line-height: 25px;
    margin: 0 16px 0 0;
  }
}

.filters {
  display: none;
  background: #fff;
  padding: 20px;
  box-sizing: border-box;
  border: 1px solid #efefef;
  border-radius: 12px;
}
@media all and (min-width: 1124px) {
  .filters {
    display: block;
    border: none;
    border-radius: 0;
    padding: 0;
    overflow: visible;
  }
}
.filters.opened {
  display: block;
  position: fixed;
  max-height: 95vh;
  width: 98vw;
  overflow: auto;
  top: 0;
  left: 0;
  z-index: 11;
}
@media all and (max-width: 1123px) {
  .filters.opened {
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }
  .filters.opened .filters_body {
    flex: 1 1 auto;
    min-height: 0;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .filters.opened .filters_found {
    flex-shrink: 0;
    margin-top: auto;
  }
}
@media all and (min-width: 1124px) {
  .filters.opened {
    position: static;
    overflow: visible;
  }
}
.filters_title {
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  color: #222;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 20px;
  padding: 0 28px 0 0;
  flex-shrink: 0;
  background: #fff url(src/img/close.svg) no-repeat center right/12px 12px;
}
.filters_title::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  background: url(src/img/filter.svg) no-repeat center/contain;
}
@media all and (min-width: 1124px) {
  .filters_title {
    font-size: 18px;
    padding: 0;
    margin: 0 0 24px;
    background-image: none;
    pointer-events: none;
  }
}
.filters_section {
  margin: 0 0 26px;
}
.filters_section-title {
  font-weight: bold;
  font-size: 15px;
  line-height: 22px;
  color: #222;
  margin: 0 0 14px;
  display: block;
  position: relative;
  background: none;
}
.filters_section-title:after {
  display: none;
}
.filters_section-content {
  display: none;
}
@media all and (min-width: 1124px) {
  .filters_section-content {
    display: block;
  }
}
.active > .filters_section-content {
  display: block;
}
.filters_item {
  margin: 0 0 12px;
}
@media all and (min-width: 1124px) {
  .filters_item {
    margin: 0 0 6px;
  }
}
.filters_item input[type=checkbox] + label {
  padding-left: 28px;
  min-height: 18px;
  font-size: 14px;
  line-height: 1.3;
  color: #222;
}
@media all and (min-width: 768px) {
  .filters_item input[type=checkbox] + label {
    font-size: 14px;
  }
}
.filters_item-name {
  display: inline-block;
  position: relative;
  top: 0;
  color: #222;
}
@media all and (min-width: 768px) {
  .filters_item-name {
    font-size: 14px;
  }
}
.filters_item input[type=checkbox] + label::before {
  width: 16px;
  height: 16px;
  top: 1px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  background-color: #fff;
  box-sizing: border-box;
}
.filters_item input[type=checkbox] + label::after {
  top: 2px;
  left: 1px;
  width: 16px;
  height: 12px;
}
.filters_item input[type=checkbox]:checked + label {
  color: #222;
}
.filters_item input[type=checkbox]:checked + label::before {
  border-color: #F93F20;
  background-color: #fff;
}
.filters_item input[type=checkbox]:checked + label::after {
  filter: none;
}
.filters_section-columns {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.filters_section-column {
  width: 46%;
}
.filters_more,
button.filters_more {
  border: none;
  padding: 0 20px 0 0;
  background-color: transparent;
  background-image: url(src/img/chevron-down-orange.svg);
  background-repeat: no-repeat;
  background-position: right 50%;
  background-size: 12px auto;
  height: auto;
  line-height: 20px;
  min-width: 0;
  width: auto;
  border-radius: 0;
  text-transform: none;
  cursor: pointer;
  color: #F93F20;
  margin: 8px 0 0;
  display: inline-block;
  font-weight: normal;
  font-size: 14px;
  text-align: left;
}
.filters_more:hover,
button.filters_more:hover,
.filters_more:active,
button.filters_more:active {
  transform: none;
  background-color: transparent;
  background-image: url(src/img/chevron-down-orange.svg);
  background-repeat: no-repeat;
  background-position: right 50%;
  background-size: 12px auto;
  color: #F93F20;
}
.filters_more::marker {
  display: none;
}
.filters_found {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  line-height: 16px;
  margin: 20px -20px -20px;
  padding: 16px 20px;
  background: #fff;
  position: relative;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  text-align: center;
  color: #8F8F8F;
  border-radius: 0 0 12px 12px;
}
@media all and (min-width: 1124px) {
  .filters_found {
    text-align: left;
    color: #313235;
    margin: 24px 2px 8px;
    padding: 14px 16px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    border-radius: 8px;
    border: 1px solid #efefef;
  }
}
.filters_found span {
  display: block;
  width: calc(100% - 54px);
  text-align: center;
}
.filters_found-close {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 54px;
  background: #ffe7e7 url(src/img/trash.svg) no-repeat center/25px 25px;
  text-decoration: none;
  border-radius: 0 0 12px 0;
}
@media all and (min-width: 1124px) {
  .filters_found-close {
    border-radius: 0 8px 8px 0;
  }
}
.filters_found-buttons {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}
@media all and (min-width: 1124px) {
  .filters_found-buttons {
    display: none;
  }
}
.filters .dynamic-filter {
  margin-top: 0;
  padding-top: 0;
}
.filters .dynamic-filter ~ .dynamic-filter {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #f0f0f0;
}
.filters .dynamic-filter select,
.filters .dynamic-filter .select {
  display: block;
  width: 100%;
  height: 42px;
  padding: 0 36px 0 14px;
  box-sizing: border-box;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  background: #fff url(src/img/chevron-down.svg) no-repeat center right 12px/12px auto;
  color: #222;
  font-size: 14px;
  line-height: 42px;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}
.filters .dynamic-filter .choices {
  margin-bottom: 0;
}
.filters .dynamic-filter .choices__inner {
  min-height: 42px;
  height: 42px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  background-color: #fff;
  font-size: 14px;
}
.filters .dynamic-filter .choices__list--dropdown,
.filters .dynamic-filter .choices__list[aria-expanded] {
  border-color: #e0e0e0;
  border-radius: 0 0 8px 8px;
}
.filters .dynamic-filter .choices[data-type*=select-one]::after {
  border-left: none;
  height: 42px;
  width: 36px;
  background: url(src/img/chevron-down.svg) no-repeat center/12px auto;
  border-radius: 0 8px 8px 0;
}
.filters .dynamic-filter input[type=radio] + label {
  padding: 0 0 0 28px;
  min-height: 18px;
  margin: 0 0 12px;
  border: none;
  border-radius: 0;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.3;
  color: #222;
}
.filters .dynamic-filter input[type=radio] + label::before {
  top: 1px;
  left: 0;
  transform: none;
  width: 16px;
  height: 16px;
  border: 1px solid #e0e0e0;
  background: #fff;
}
.filters .dynamic-filter input[type=radio] + label::after {
  top: 5px;
  left: 4px;
  transform: scale(0.6);
  width: 8px;
  height: 8px;
}
.filters .dynamic-filter input[type=radio]:checked + label {
  color: #222;
}
.filters .dynamic-filter input[type=radio]:checked + label::before {
  border-color: #e0e0e0;
}
.filters .dynamic-filter input[type=radio]:checked + label::after {
  background-color: #F93F20;
  transform: scale(1);
}

.rating__dark {
  display: flex;
  align-items: center;
  gap: 3px;
}
.rating_title {
  color: rgba(255, 255, 255, 0.7);
}
.rating_status {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.rating_stars {
  display: flex;
  line-height: 1;
}
.rating_star {
  width: 14px;
  height: 13px;
  background: url(src/img/star.svg) no-repeat center/contain;
  margin: 0 2px;
  opacity: 0.5;
  transition: 0.2s ease opacity;
}
.rating_star.active, .rating_star:hover {
  opacity: 1;
}
.rating__dark .rating_star {
  cursor: pointer;
  background-image: url(src/img/star-gray.svg);
  opacity: 1;
}
.rating__dark .rating_star.active, .rating__dark .rating_star:hover {
  opacity: 1;
  background-image: url(src/img/star-yellow.svg);
}
.rating_status-value {
  color: #fff;
  margin: 0 0 0 4px;
}
.rating_title {
  font-size: 12px;
}
.rating_link {
  white-space: nowrap;
  font-size: 12px;
}
.rating_link__empty {
  color: #C4C4C4;
}

.reviews {
  display: flex;
  flex-direction: column;
}
@media all and (min-width: 768px) {
  .reviews {
    flex-direction: row;
    gap: 16px;
    align-items: stretch;
  }
}
.reviews_list, .reviews_form {
  box-sizing: border-box;
}
@media all and (min-width: 768px) {
  .reviews_list, .reviews_form {
    flex-grow: 1;
    width: 50%;
  }
}
.reviews_list {
  max-height: 575px;
  overflow: auto;
}
.reviews_form {
  background-color: #F8F8F8;
  padding: 16px;
  text-align: center;
}
@media all and (min-width: 768px) {
  .reviews_form {
    padding: 32px;
  }
}
@media all and (min-width: 768px) {
  .reviews_form textarea {
    min-height: 282px;
  }
}
.reviews_form-rating {
  font-size: 16px;
  line-height: 18px;
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: center;
  margin: 0 0 20px;
}
.reviews_form-stars {
  display: flex;
  line-height: 1;
}
.reviews_form-star {
  width: 40px;
  height: 40px;
  background: url(src/img/star.svg) no-repeat center/contain;
  margin: 0 2px;
  opacity: 0.5;
  transition: 0.2s ease opacity;
}
.reviews_form-star.active, .reviews_form-star:hover {
  opacity: 1;
  background-image: url(src/img/star-yellow.svg);
}

.review {
  padding: 20px 18px;
  background-color: #F8F8F8;
}
@media all and (min-width: 768px) {
  .review {
    margin-bottom: 20px;
    padding-bottom: 6px;
  }
}
.review_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #E5E5E5;
  padding: 5px 0 20px;
}
.review_name {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 8px;
  display: block;
}
@media all and (min-width: 768px) {
  .review_name {
    margin: 0 30px 0 0;
    display: inline-block;
  }
}
.review_date {
  font-size: 14px;
  line-height: 1.2;
  color: #7D7B7B;
  background: url(src/img/calendar.svg) no-repeat left 1px/13px;
  padding-left: 20px;
}
.review_content {
  background: url(src/img/quote.svg) no-repeat right bottom/40px auto;
  padding: 16px 0 12px;
  font-size: 12px;
}
@media all and (min-width: 768px) {
  .review_content {
    padding: 20px 58px 0 0;
    background-position: right 20px;
    font-size: 14px;
  }
}
.review_rating {
  font-size: 14px;
  color: #7D7B7B;
  display: flex;
  gap: 10px;
  align-items: center;
}
@media all and (min-width: 768px) {
  .review_rating {
    display: inline-flex;
  }
}
.review_stars {
  display: flex;
  line-height: 1;
}
.review_star {
  width: 14px;
  height: 13px;
  background: url(src/img/star.svg) no-repeat center/contain;
  margin: 0 2px;
  opacity: 0.5;
  transition: 0.2s ease opacity;
}
.review_star.active, .review_star:hover {
  opacity: 1;
  background-image: url(src/img/star-yellow.svg);
}

.count {
  position: absolute;
  left: 102%;
  top: -14px;
  font-size: 12px;
  line-height: 24px;
  color: #999999;
  white-space: nowrap;
  display: inline;
  margin-top: 0;
}
@media all and (min-width: 768px) {
  .count {
    font-size: 12px;
    top: -11px;
  }
}

.level {
  color: #313235;
}
.level__budget {
  color: #226b83;
}
.level__premium {
  color: #dbb908;
}

.old-price {
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  color: rgba(143, 143, 143, 0.5);
  text-decoration: line-through;
  margin: 0 10px 0 0;
}
@media all and (min-width: 768px) {
  .old-price {
    font-size: 18px;
  }
}
.old-price_fractional {
  font-size: 12px;
  line-height: 1;
}

.price {
  font-size: 18px;
  line-height: 1;
  white-space: nowrap;
}
.price__medium {
  font-size: 30px;
  margin: 6px 0 0;
}
.price__big {
  font-size: 38px;
}
.price_value {
  font-weight: 500;
  font-size: 22px;
  font-weight: bold;
}
.price__medium .price_value {
  font-size: 35px;
  font-weight: bold;
}
.price__big .price_value {
  font-size: 45px;
  font-weight: bold;
}
.price_fractional {
  font-size: 12px;
  line-height: 1;
}
.price__medium .price_fractional {
  font-size: 20px;
}
.price__big .price_fractional {
  font-size: 24px;
}

.add-to-cart {
  width: 100%;
  padding: 0 30px 0 10px;
  text-align: left;
  height: 42px;
  line-height: 42px;
  border-radius: 3px;
  background: #F93F20 url(src/img/cart-light.svg) no-repeat right 12px center/22px auto;
}
@media all and (min-width: 768px) {
  .add-to-cart {
    min-width: 0;
    width: 140px;
  }
}
.add-to-cart__small {
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  background-size: 11px auto;
  width: 85px;
}
.add-to-cart.active {
  background-color: #7DC900;
  background-image: url(src/img/cart-added.svg);
  background-position-y: 40%;
}
.add-to-cart:hover {
  opacity: 0.6;
}
.add-to-cart:active {
  opacity: 0.8;
}

.availibility {
  font-weight: 500;
  padding: 0 0 0 26px;
  color: #7DC900;
  background: url(src/img/check-green.svg) no-repeat left center;
  white-space: nowrap;
}
.availibility__order {
  background-image: url(src/img/clock-orange.svg);
  color: #dbb908;
}
.availibility__canceled {
  background-image: url(src/img/delete.svg);
  color: #F93F20;
}

.badge {
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  padding: 0 18px 0 30px;
  height: 26px;
  line-height: 26px;
  display: inline-block;
  position: relative;
  background: #bebebe url(src/img/star.svg) no-repeat 6px center/16px auto;
}
.badge::before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  border-style: solid;
  border-width: 13px 7px 13px 0px;
  border-color: transparent #bebebe transparent transparent;
}
.badge__premium {
  background-color: #dbb908;
}
.badge__premium::before {
  border-right-color: #dbb908;
}
.badge__budget {
  background-color: #226b83;
}
.badge__budget::before {
  border-right-color: #226b83;
}

.filters-toggle {
  background: #F93F20 url(src/img/filter-light.svg) no-repeat center/24px auto;
  width: 40px;
  padding: 0;
  font-size: 0;
}
@media all and (min-width: 768px) {
  .filters-toggle {
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    width: auto;
    background: #fff url(src/img/filter.svg) no-repeat center right 12px/24px auto;
    border: 3px solid #f8f8f8;
    color: #313235;
    padding: 0 60px 0 20px;
    flex-grow: 1;
    order: 1;
  }
}
@media all and (min-width: 1124px) {
  .filters-toggle {
    display: none;
    order: inherit;
  }
}

.good {
  margin: 0 0 20px;
}
@media all and (min-width: 768px) {
  .good {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
}
.good_header {
  margin: 0 0 30px;
}
@media all and (min-width: 768px) {
  .good_header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
  }
}
@media all and (min-width: 1124px) {
  .good_header {
    margin-bottom: 85px;
  }
}
@media all and (min-width: 1124px) {
  .good_content {
    width: 60%;
  }
}
@media all and (min-width: 768px) {
  .good_gallery, .good_data {
    flex-grow: 1;
  }
}
.good_data {
  margin-top: 20px;
}
@media all and (min-width: 768px) {
  .good_data {
    margin: 0;
  }
}
.good_gallery {
  max-width: 430px;
}
.good_table-row {
  display: flex;
  align-items: center;
  margin: 0 0 20px;
  min-height: 20px;
}
.good_table-row:last-child {
  margin-top: 0;
}
.good_table-cell {
  font-size: 15px;
}
@media all and (min-width: 768px) {
  .good_table-cell {
    font-size: 20px;
  }
}
.good_table-cell:nth-child(1) {
  color: #8F8F8F;
  flex: 0 1 auto;
  font-size: 14px;
  text-align: left;
}
@media all and (min-width: 1124px) {
  .good_table-cell:nth-child(1) {
    font-size: 20px;
  }
}
.good_table-cell:nth-child(2) {
  flex: 1 1 auto;
  min-width: 12px;
  height: 2px;
  border-bottom: 1px solid #EBEBEB;
  margin: 0 10px;
}
.good_table-cell:nth-child(3) {
  flex: 0 1 auto;
  text-align: right;
}
.good_characteristics .good_table-cell:nth-child(3) {
  max-width: 50%;
  word-break: break-word;
}
.good_table-cell__align {
  padding: 12px 0 0;
}
.good_price {
  display: inline-block;
}
.good_controls {
  margin: 13px 0 0;
}
.good_controls button {
  width: 100%;
}
.good_characteristics {
  width: 100%;
}
.good_characteristics-content {
  flex-grow: 1;
}
.good_characteristics-sidebar {
  display: none;
}
@media all and (min-width: 1124px) {
  .good_characteristics-sidebar {
    display: block;
    max-width: 315px;
  }
}
.good_shops {
  width: 100%;
}
@media all and (min-width: 1124px) {
  .good_shops {
    width: 33%;
    padding: 20px;
    margin-top: -20px;
  }
}
.good_shops-list {
  overflow-x: auto;
  display: flex;
  gap: 40px;
  width: 100%;
}
@media all and (min-width: 768px) {
  .good_shops-list {
    overflow-x: visible;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    gap: 10px;
    width: auto;
  }
}
@media all and (min-width: 1124px) {
  .good_shops-list {
    display: block;
  }
}

@media all and (min-width: 1124px) {
  .good-wrapper {
    max-width: calc(100% - 315px - 30px);
  }
}

.compatibility {
  padding: 50px 0;
}
@media all and (min-width: 768px) {
  .compatibility {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.compatibility__no-indent {
  padding-top: 0;
}
.compatibility_title {
  text-align: center;
  display: block;
}
.compatibility_content {
  background: #fff;
  padding: 30px 12px;
}
@media all and (min-width: 768px) {
  .compatibility_content {
    padding: 30px 32px;
  }
}
.compatibility__no-indent .compatibility_content {
  padding-top: 0;
}
.compatibility_models {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
td:first-child .compatibility_models {
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: flex-start;
}
.compatibility_model {
  display: inline-block;
  white-space: nowrap;
  cursor: pointer;
  margin-bottom: 10px;
  border-bottom: 1px dashed currentColor;
  transition: 0.2s ease opacity;
}
.compatibility_model:hover {
  opacity: 0.6;
}
.compatibility_model:active {
  opacity: 0.6;
}
.compatibility table th {
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
  padding: 6px 0;
  text-align: left;
  padding-right: 10px;
}
@media all and (min-width: 768px) {
  .compatibility table th {
    font-size: 25px;
    padding-right: 20px;
  }
}
.compatibility table td {
  font-size: 18px;
  line-height: 24px;
  padding: 22px 0 18px;
  vertical-align: top;
  border-bottom: 1px solid #EBEBEB;
}
.compatibility table td:first-child {
  width: 10%;
}
.compatibility table tr:last-child td {
  border-bottom: none;
  padding-right: 10px;
}
@media all and (min-width: 768px) {
  .compatibility table tr:last-child td {
    padding-right: 20px;
  }
}

.cart-table {
  margin-bottom: 30px;
}
.cart-table_image {
  width: 40px;
}
@media all and (min-width: 768px) {
  .cart-table_image {
    width: 95px;
  }
}
.cart-table_title {
  color: #313235;
  font-weight: bold;
  font-size: 14px;
  line-height: 19px;
}
@media all and (min-width: 768px) {
  .cart-table_title {
    line-height: 24px;
  }
}
@media all and (min-width: 1124px) {
  .cart-table_title {
    font-size: 20px;
  }
}
@media all and (min-width: 768px) {
  .cart-table_cell {
    padding: 22px;
    position: relative;
  }
}
@media all and (min-width: 768px) {
  .cart-table_cell .old-price {
    display: block;
  }
}
.cart-table_delete {
  min-width: 0;
  background: url(src/img/delete.svg) no-repeat center center/12px 12px;
  position: absolute;
  top: 0;
  right: -12px;
  width: 12px;
  height: 12px;
  padding: 12px;
  box-sizing: content-box;
}
@media all and (min-width: 768px) {
  .cart-table_delete {
    top: -12px;
  }
}
.cart-table thead {
  display: none;
}
@media all and (min-width: 768px) {
  .cart-table thead {
    display: table-header-group;
  }
}
.cart-table th {
  color: rgba(143, 143, 143, 0.5);
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
  padding: 16px;
  border-bottom: 1px solid rgba(143, 143, 143, 0.5);
}
.cart-table th:nth-child(3), .cart-table th:nth-child(4) {
  text-align: center;
  border-left: 1px solid #F2F2F2;
  padding-left: 40px;
  padding-right: 40px;
}
.cart-table td {
  padding: 20px 0;
}
@media all and (min-width: 768px) {
  .cart-table td {
    border-bottom: 1px solid rgba(143, 143, 143, 0.5);
  }
}
@media all and (min-width: 1124px) {
  .cart-table td:nth-child(1) {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cart-table td:nth-child(2) {
  width: calc(100% - 54px);
  margin: 0 0 0 14px;
}
@media all and (min-width: 768px) {
  .cart-table td:nth-child(2) {
    width: auto;
    margin: 0;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cart-table td:nth-child(3), .cart-table td:nth-child(4) {
  text-align: center;
}
.cart-table td:nth-child(4) {
  flex-grow: 1;
  text-align: right;
}
@media all and (min-width: 768px) {
  .cart-table td:nth-child(4) {
    text-align: center;
  }
}
.cart-table tr {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  border-bottom: 1px solid rgba(143, 143, 143, 0.5);
}
@media all and (min-width: 768px) {
  .cart-table tr {
    display: table-row;
    border-bottom: none;
  }
}

.quick-order_title {
  font-weight: bold;
  font-size: 25px;
  line-height: 1;
  display: block;
  margin: 0 0 12px;
}
.quick-order_row {
  margin: 0 0 16px;
}
@media all and (min-width: 1124px) {
  .quick-order_row__big-indent {
    margin-bottom: 40px;
  }
}

.checkout {
  max-width: 660px;
}

.models-table_title {
  display: block;
  background: #f8f8f8;
  padding: 6px;
  font-weight: bold;
  font-size: 25px;
  text-align: center;
  margin: 0 0 15px;
}
.models-table_wrapper {
  overflow: auto;
}
.models-table th {
  font-weight: bold;
  font-size: 14px;
  line-height: 1;
  color: rgba(143, 143, 143, 0.5);
  text-align: left;
  padding: 6px 6px;
  border-left: 1px solid #EBEBEB;
  border-bottom: 1px solid #EBEBEB;
}
@media all and (min-width: 768px) {
  .models-table th {
    font-size: 18px;
    padding: 12px 15px;
  }
}
.models-table th:first-child {
  padding-left: 0;
  border-left: none;
}
.models-table td {
  font-size: 14px;
  padding: 12px 6px;
  text-align: center;
  border-left: 1px solid #EBEBEB;
  border-bottom: 1px solid #EBEBEB;
}
@media all and (min-width: 768px) {
  .models-table td {
    font-size: 18px;
    padding: 24px 15px;
  }
}
.models-table td:first-child {
  text-align: left;
  padding-left: 0;
  border-left: none;
}
.models-table tr:last-child td {
  border-bottom: none;
}

/* plugins */
.choices {
  position: relative;
  margin-bottom: 14px;
  font-size: 16px;
  color: #313235;
}
@media all and (min-width: 768px) {
  .choices {
    margin-bottom: 18px;
  }
}
.header .choices {
  min-width: 200px;
  flex-grow: 1;
}
@media all and (min-width: 768px) {
  .header .choices {
    flex-grow: inherit;
  }
}

.choices:focus {
  outline: 0;
}

.choices:last-child {
  margin-bottom: 0;
}

.choices.is-disabled .choices__inner,
.choices.is-disabled .choices__input {
  background-color: #eaeaea;
  cursor: not-allowed;
  user-select: none;
}

.choices.is-disabled .choices__item {
  cursor: not-allowed;
}

.choices [hidden] {
  display: none !important;
}

.choices[data-type*=select-one] {
  cursor: pointer;
}

.choices[data-type*=select-one] .choices__input {
  display: block;
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  margin: 0;
}

.choices[data-type*=select-one] .choices__button {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
  padding: 0;
  background-size: 8px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
  margin-right: 25px;
  height: 20px;
  width: 20px;
  border-radius: 10em;
  opacity: 0.5;
}

.choices[data-type*=select-one] .choices__button:focus,
.choices[data-type*=select-one] .choices__button:hover {
  opacity: 1;
}

.choices[data-type*=select-one] .choices__button:focus {
  box-shadow: 0 0 0 2px #00bcd4;
}

.choices[data-type*=select-one] .choices__item[data-value=""] .choices__button {
  display: none;
}

.choices[data-type*=select-one]:after {
  content: "";
  height: 40px;
  width: 40px;
  position: absolute;
  right: 0;
  top: 0;
  pointer-events: none;
  background: url(src/img/chevron-down.svg) no-repeat center;
  border-left: 1px solid #E5E5E5;
  box-sizing: border-box;
  border-radius: 0px 3px 3px 0px;
}
.sorting .choices[data-type*=select-one]:after {
  border: none;
}

.choices[data-type*=select-one].is-open:after {
  opacity: 0.5;
}

.choices[data-type*=text] .choices__inner {
  cursor: text;
}

.choices[data-type*=text] .choices__button {
  position: relative;
  display: inline-block;
  margin: 0 -4px 0 8px;
  padding-left: 16px;
  border-left: 1px solid #008fa1;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
  background-size: 8px;
  width: 8px;
  line-height: 1;
  opacity: 0.75;
  border-radius: 0;
}

.choices[data-type*=text] .choices__button:focus,
.choices[data-type*=text] .choices__button:hover {
  opacity: 1;
}

.choices__inner {
  display: flex;
  align-items: center;
  width: 100%;
  background-color: #fff;
  border-radius: 3px;
  font-size: 14px;
  height: 40px;
  overflow: hidden;
  border: 1px solid #E5E5E5;
}
.sorting .choices__inner {
  border: none;
  font-weight: 550;
  font-size: 16px;
  color: #313235;
}

.is-focused .choices__inner,
.is-open .choices__inner {
  border-color: #b7b7b7;
}

.is-open .choices__inner {
  border-radius: 2.5px 2.5px 0 0;
}

.is-flipped.is-open .choices__inner {
  border-radius: 0 0 2.5px 2.5px;
}

.choices__list {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.choices__list--single {
  display: inline-block;
  padding: 0 70px 0 20px;
  width: 100%;
}
.sorting .choices__list--single {
  padding: 0 50px 0 10px;
}

.choices__list--single .choices__item {
  width: 100%;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.choices__list--dropdown {
  visibility: hidden;
  z-index: 10;
  position: absolute;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ddd;
  top: 100%;
  margin-top: -1px;
  border-bottom-left-radius: 2.5px;
  border-bottom-right-radius: 2.5px;
  overflow: hidden;
  word-break: normal;
  overflow-wrap: normal;
  will-change: visibility;
}

.choices__list--dropdown.is-active {
  visibility: visible;
}

.is-open .choices__list--dropdown {
  border-color: #b7b7b7;
}

.is-flipped .choices__list--dropdown {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: -1px;
  border-radius: 0.25rem 0.25rem 0 0;
}

.choices__list--dropdown .choices__list {
  position: relative;
  max-height: 300px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  will-change: scroll-position;
}

.choices__list--dropdown .choices__item {
  position: relative;
  padding: 10px;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 640px) {
  .choices__list--dropdown .choices__item--selectable:after {
    content: attr(data-select-text);
    font-size: 12px;
    opacity: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
}
.choices__list--dropdown .choices__item--selectable.is-highlighted {
  background-color: #f2f2f2;
}

.choices__list--dropdown .choices__item--selectable.is-highlighted:after {
  opacity: 0.5;
}

.choices__item {
  cursor: default;
}

.choices__item--selectable {
  cursor: pointer;
}

.choices__item--disabled {
  cursor: not-allowed;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: 0.5;
}

.choices__heading {
  font-weight: 600;
  font-size: 12px;
  padding: 10px;
  border-bottom: 1px solid #f7f7f7;
  color: gray;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.choices__button {
  text-indent: -9999px;
  appearance: none;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

.choices__button:focus,
.choices__input:focus {
  outline: 0;
}

.choices__input {
  display: inline-block;
  vertical-align: baseline;
  background-color: #f9f9f9;
  font-size: 14px;
  margin-bottom: 5px;
  border: 0;
  border-radius: 0;
  max-width: 100%;
  padding: 4px 0 4px 2px;
}

.choices__placeholder {
  opacity: 0.5;
}
.sorting .choices__placeholder {
  opacity: 1;
}

@font-face {
  font-family: "lg";
  src: url("../fonts/lg.woff2?io9a6k") format("woff2"), url("../fonts/lg.ttf?io9a6k") format("truetype"), url("../fonts/lg.woff?io9a6k") format("woff"), url("../fonts/lg.svg?io9a6k#lg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.lg-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "lg" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lg-container {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.lg-next,
.lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 62px;
  margin-top: -50px;
  padding: 8px 50px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  height: 100px;
  outline: none;
  border: none;
}
@media all and (min-width: 768px) {
  .lg-next,
  .lg-prev {
    min-width: 300px;
  }
}

.lg-next.disabled,
.lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.lg-next:hover,
.lg-prev:hover {
  color: #fff;
}

.lg-single-item .lg-next, .lg-single-item .lg-prev {
  display: none;
}

.lg-next {
  right: 20px;
}

.lg-next:before {
  content: "›";
}

.lg-prev {
  left: 20px;
}

.lg-prev:after {
  content: "‹";
}

@-webkit-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
.lg-outer.lg-right-end .lg-object {
  animation: lg-right-end 0.3s;
  position: relative;
}

.lg-outer.lg-left-end .lg-object {
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.lg-media-overlap .lg-toolbar {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
}

.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 64px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  will-change: color;
  transition: color 0.2s linear;
  background: none;
  border: none;
  box-shadow: none;
}

.lg-toolbar .lg-icon.lg-icon-18 {
  font-size: 18px;
}

.lg-toolbar .lg-icon:hover {
  color: #fff;
}

.lg-toolbar .lg-close:after {
  content: "×";
}

.lg-toolbar .lg-maximize {
  font-size: 22px;
}

.lg-toolbar .lg-maximize:after {
  content: "\e90a";
}

.lg-toolbar .lg-download:after {
  content: "\e0f2";
}

.lg-sub-html {
  color: #eee;
  font-size: 16px;
  padding: 10px 40px;
  text-align: center;
  z-index: 1080;
  opacity: 0;
  transition: opacity 0.2s ease-out 0s;
}

.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}

.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}

.lg-sub-html a {
  color: inherit;
}

.lg-sub-html a:hover {
  text-decoration: underline;
}

.lg-media-overlap .lg-sub-html {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}

.lg-item .lg-sub-html {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

.lg-error-msg {
  font-size: 14px;
  color: #999;
}

.lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  height: 47px;
  vertical-align: middle;
}

.lg-closing .lg-toolbar,
.lg-closing .lg-prev,
.lg-closing .lg-next,
.lg-closing .lg-sub-html {
  opacity: 0;
  transition: transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  opacity: 0;
  will-change: opacity;
  transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  opacity: 1;
}

.lg-outer .lg-thumb-outer {
  background-color: #0d0a0a;
  display: inline-block;
  width: 100%;
  max-height: 350px;
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: grab;
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: grabbing;
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  transition-duration: 0s !important;
}

.lg-outer .lg-thumb-outer.lg-rebuilding-thumbnails .lg-thumb {
  transition-duration: 0s !important;
}

.lg-outer .lg-thumb-outer.lg-thumb-align-middle {
  text-align: center;
}

.lg-outer .lg-thumb-outer.lg-thumb-align-left {
  text-align: left;
}

.lg-outer .lg-thumb-outer.lg-thumb-align-right {
  text-align: right;
}

.lg-outer.lg-single-item .lg-thumb-outer {
  display: none;
}

.lg-outer .lg-thumb {
  padding: 5px 0;
  height: 100%;
  margin-bottom: -5px;
  display: inline-block;
  vertical-align: middle;
}

@media (min-width: 768px) {
  .lg-outer .lg-thumb {
    padding: 10px 0;
  }
}
.lg-outer .lg-thumb-item {
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border-radius: 2px;
  margin-bottom: 5px;
  will-change: border-color;
}

@media (min-width: 768px) {
  .lg-outer .lg-thumb-item {
    border-radius: 4px;
    border: 2px solid #fff;
    transition: border-color 0.25s ease;
  }
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}

.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}

.lg-outer .lg-toggle-thumb:after {
  content: "\e1ff";
}

.lg-outer.lg-animate-thumb .lg-thumb {
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.lg-outer .lg-video-cont {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.lg-outer .lg-video-cont .lg-object {
  width: 100% !important;
  height: 100% !important;
}

.lg-outer .lg-has-iframe .lg-video-cont {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}

.lg-outer .lg-video-object {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  z-index: 3;
}

.lg-outer .lg-video-poster {
  z-index: 1;
}

.lg-outer .lg-has-video .lg-video-object {
  opacity: 0;
  will-change: opacity;
  transition: opacity 0.3s ease-in;
}

.lg-outer .lg-has-video.lg-video-loaded .lg-video-poster,
.lg-outer .lg-has-video.lg-video-loaded .lg-video-play-button {
  opacity: 0 !important;
}

.lg-outer .lg-has-video.lg-video-loaded .lg-video-object {
  opacity: 1;
}

@keyframes lg-play-stroke {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@keyframes lg-play-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.lg-video-play-button {
  width: 18%;
  max-width: 140px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  cursor: pointer;
  transform: translate(-50%, -50%) scale(1);
  will-change: opacity, transform;
  transition: transform 0.25s cubic-bezier(0.17, 0.88, 0.32, 1.28), opacity 0.1s;
}

.lg-video-play-button:hover .lg-video-play-icon-bg,
.lg-video-play-button:hover .lg-video-play-icon {
  opacity: 1;
}

.lg-video-play-icon-bg {
  fill: none;
  stroke-width: 3%;
  stroke: #fcfcfc;
  opacity: 0.6;
  will-change: opacity;
  transition: opacity 0.12s ease-in;
}

.lg-video-play-icon-circle {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  fill: none;
  stroke-width: 3%;
  stroke: rgba(30, 30, 30, 0.9);
  stroke-opacity: 1;
  stroke-linecap: round;
  stroke-dasharray: 200;
  stroke-dashoffset: 200;
}

.lg-video-play-icon {
  position: absolute;
  width: 25%;
  max-width: 120px;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  opacity: 0.6;
  will-change: opacity;
  transition: opacity 0.12s ease-in;
}

.lg-video-play-icon .lg-video-play-icon-inner {
  fill: #fcfcfc;
}

.lg-video-loading .lg-video-play-icon-circle {
  animation: lg-play-rotate 2s linear 0.25s infinite, lg-play-stroke 1.5s ease-in-out 0.25s infinite;
}

.lg-video-loaded .lg-video-play-button {
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.7);
}

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  will-change: opacity;
  transition: opacity 0.08s ease 0s;
}

.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0;
}

.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}

.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}

.lg-autoplay-button:after {
  content: "\e01d";
}

.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a";
}

.lg-single-item .lg-autoplay-button {
  opacity: 0.75;
  pointer-events: none;
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transition-duration: 0ms !important;
  transition-duration: 0ms !important;
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  will-change: transform;
  transition: transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s;
}

.lg-outer.lg-use-transition-for-zoom.lg-zoom-drag-transition .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  will-change: transform;
  transition: transform 0.8s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  will-change: opacity, transform;
  transition: transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s, opacity 0.15s !important;
  transform-origin: 0 0;
  backface-visibility: hidden;
}

.lg-icon.lg-zoom-in:after {
  content: "\e311";
}

.lg-icon.lg-actual-size {
  font-size: 20px;
}

.lg-icon.lg-actual-size:after {
  content: "\e033";
}

.lg-icon.lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}

.lg-icon.lg-zoom-out:after {
  content: "\e312";
}

.lg-zoomed .lg-icon.lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}

.lg-outer[data-lg-slide-type=video] .lg-zoom-in,
.lg-outer[data-lg-slide-type=video] .lg-actual-size,
.lg-outer[data-lg-slide-type=video] .lg-zoom-out, .lg-outer[data-lg-slide-type=iframe] .lg-zoom-in,
.lg-outer[data-lg-slide-type=iframe] .lg-actual-size,
.lg-outer[data-lg-slide-type=iframe] .lg-zoom-out, .lg-outer.lg-first-slide-loading .lg-zoom-in,
.lg-outer.lg-first-slide-loading .lg-actual-size,
.lg-outer.lg-first-slide-loading .lg-zoom-out {
  opacity: 0.75;
  pointer-events: none;
}

.lg-outer .lg-pager-outer {
  text-align: center;
  z-index: 1080;
  height: 10px;
  margin-bottom: 10px;
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}

.lg-outer.lg-single-item .lg-pager-outer {
  display: none;
}

.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px white inset;
}

.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #fff;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  will-change: transform, opacity;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  transform: translate3d(0, 5px, 0);
}

.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}

.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  transition: box-shadow 0.3s ease 0s;
  width: 12px;
}

.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
  box-shadow: 0 0 0 8px white inset;
}

.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}

.lg-fullscreen:after {
  content: "\e20c";
}

.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d";
}

.lg-outer .lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  will-change: visibility, opacity;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}

.lg-outer.lg-dropdown-active .lg-dropdown,
.lg-outer.lg-dropdown-active .lg-dropdown-overlay {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible;
}

.lg-outer.lg-dropdown-active .lg-share {
  color: #fff;
}

.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0, 5px, 0);
  will-change: visibility, opacity, transform;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
}

.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #fff;
  right: 16px;
  top: -16px;
}

.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0px;
}

.lg-outer .lg-dropdown > li:hover a {
  color: #333;
}

.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
}

.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07);
}

.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle;
}

.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}

.lg-outer .lg-share {
  position: relative;
}

.lg-outer .lg-share:after {
  content: "\e80d";
}

.lg-outer .lg-share-facebook .lg-icon {
  color: #3b5998;
}

.lg-outer .lg-share-facebook .lg-icon:after {
  content: "\e904";
}

.lg-outer .lg-share-twitter .lg-icon {
  color: #00aced;
}

.lg-outer .lg-share-twitter .lg-icon:after {
  content: "\e907";
}

.lg-outer .lg-share-pinterest .lg-icon {
  color: #cb2027;
}

.lg-outer .lg-share-pinterest .lg-icon:after {
  content: "\e906";
}

.lg-comment-box {
  width: 420px;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9999;
  background-color: #fff;
  will-change: transform;
  transform: translate3d(100%, 0, 0);
  transition: transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-comment-box .lg-comment-title {
  margin: 0;
  color: #fff;
  font-size: 18px;
}

.lg-comment-box .lg-comment-header {
  background-color: #000;
  padding: 12px 20px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}

.lg-comment-box .lg-comment-body {
  height: 100% !important;
  padding-top: 43px !important;
  width: 100% !important;
}

.lg-comment-box .fb-comments {
  height: 100%;
  width: 100%;
  background: url("../images/loading.gif") no-repeat scroll center center #fff;
  overflow-y: auto;
  display: inline-block;
}

.lg-comment-box .fb-comments[fb-xfbml-state=rendered] {
  background-image: none;
}

.lg-comment-box .fb-comments > span {
  max-width: 100%;
}

.lg-comment-box .lg-comment-close {
  position: absolute;
  right: 5px;
  top: 12px;
  cursor: pointer;
  font-size: 20px;
  color: #999;
  will-change: color;
  transition: color 0.2s linear;
}

.lg-comment-box .lg-comment-close:hover {
  color: #fff;
}

.lg-comment-box .lg-comment-close:after {
  content: "×";
}

.lg-comment-box iframe {
  max-width: 100% !important;
  width: 100% !important;
}

.lg-comment-box #disqus_thread {
  padding: 0 20px;
}

.lg-outer .lg-comment-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  will-change: visibility, opacity;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}

.lg-outer .lg-comment-toggle:after {
  content: "\e908";
}

.lg-outer.lg-comment-active .lg-comment-overlay {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible;
}

.lg-outer.lg-comment-active .lg-comment-toggle {
  color: #fff;
}

.lg-outer.lg-comment-active .lg-comment-box {
  transform: translate3d(0, 0, 0);
}

.lg-outer .lg-img-rotate {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer[data-lg-slide-type=video] .lg-rotate-left,
.lg-outer[data-lg-slide-type=video] .lg-rotate-right,
.lg-outer[data-lg-slide-type=video] .lg-flip-ver,
.lg-outer[data-lg-slide-type=video] .lg-flip-hor, .lg-outer[data-lg-slide-type=iframe] .lg-rotate-left,
.lg-outer[data-lg-slide-type=iframe] .lg-rotate-right,
.lg-outer[data-lg-slide-type=iframe] .lg-flip-ver,
.lg-outer[data-lg-slide-type=iframe] .lg-flip-hor {
  opacity: 0.75;
  pointer-events: none;
}

.lg-rotate-left:after {
  content: "\e900";
}

.lg-rotate-right:after {
  content: "\e901";
}

.lg-icon.lg-flip-hor, .lg-icon.lg-flip-ver {
  font-size: 26px;
}

.lg-flip-ver:after {
  content: "\e903";
}

.lg-flip-hor:after {
  content: "\e902";
}

.lg-medium-zoom-item {
  cursor: zoom-in;
}

.lg-medium-zoom .lg-outer {
  cursor: zoom-out;
}

.lg-medium-zoom .lg-outer.lg-grab img.lg-object {
  cursor: zoom-out;
}

.lg-medium-zoom .lg-outer.lg-grabbing img.lg-object {
  cursor: zoom-out;
}

.lg-relative-caption .lg-outer .lg-sub-html {
  white-space: normal;
  bottom: auto;
  padding: 0;
  background-image: none;
}

.lg-relative-caption .lg-outer .lg-relative-caption-item {
  opacity: 0;
  padding: 16px 0;
  transition: 0.5s opacity ease;
}

.lg-relative-caption .lg-outer .lg-show-caption .lg-relative-caption-item {
  opacity: 1;
}

.lg-group:after {
  content: "";
  display: table;
  clear: both;
}

.lg-container {
  display: none;
}

.lg-container.lg-show {
  display: block;
}

.lg-on {
  scroll-behavior: unset;
}

.lg-toolbar,
.lg-prev,
.lg-next,
.lg-pager-outer,
.lg-hide-sub-html .lg-sub-html {
  opacity: 0;
  will-change: transform, opacity;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-show-in .lg-toolbar,
.lg-show-in .lg-prev,
.lg-show-in .lg-next,
.lg-show-in .lg-pager-outer {
  opacity: 1;
}

.lg-show-in.lg-hide-sub-html .lg-sub-html {
  opacity: 1;
}

.lg-show-in .lg-hide-items .lg-prev {
  opacity: 0;
  transform: translate3d(-10px, 0, 0);
}

.lg-show-in .lg-hide-items .lg-next {
  opacity: 0;
  transform: translate3d(10px, 0, 0);
}

.lg-show-in .lg-hide-items .lg-toolbar {
  opacity: 0;
  transform: translate3d(0, -10px, 0);
}

.lg-show-in .lg-hide-items.lg-hide-sub-html .lg-sub-html {
  opacity: 0;
  transform: translate3d(0, 20px, 0);
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0.001;
  outline: none;
  will-change: opacity;
  transition: opacity 0.15s ease 0s;
}

.lg-outer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.lg-outer.lg-zoom-from-image {
  opacity: 1;
}

.lg-outer.lg-visible {
  opacity: 1;
}

.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-prev-slide, .lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-next-slide, .lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-current {
  transition-duration: inherit !important;
  transition-timing-function: inherit !important;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}

.lg-outer.lg-grab img.lg-object {
  cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: grabbing;
}

.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
  outline: none;
}

.lg-outer .lg-inner {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  transition: none;
  white-space: nowrap;
}

.lg-outer .lg-item {
  will-change: transform, opacity;
  display: none !important;
}

.lg-outer .lg-item:not(.lg-start-end-progress) {
  background: url("../images/loading.gif") no-repeat scroll center center transparent;
}

.lg-outer.lg-css3 .lg-prev-slide,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}

.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}

.lg-outer .lg-item,
.lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}

.lg-outer .lg-item:before,
.lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.lg-outer .lg-img-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  white-space: nowrap;
  font-size: 0;
}

.lg-outer .lg-item.lg-complete {
  background-image: none;
}

.lg-outer .lg-item.lg-current {
  z-index: 1060;
}

.lg-outer .lg-object {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  position: relative;
}

.lg-outer.lg-show-after-load .lg-item .lg-object,
.lg-outer.lg-show-after-load .lg-item .lg-video-play-button {
  opacity: 0;
  will-change: opacity;
  transition: opacity 0.15s ease 0s;
}

.lg-outer.lg-show-after-load .lg-item.lg-zoom-from-image .lg-object,
.lg-outer.lg-show-after-load .lg-item.lg-zoom-from-image .lg-video-play-button {
  opacity: 1;
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play-button {
  opacity: 1;
}

.lg-outer .lg-empty-html {
  display: none;
}

.lg-outer[data-lg-slide-type=video] .lg-download, .lg-outer[data-lg-slide-type=iframe] .lg-download {
  opacity: 0.75;
  pointer-events: none;
}

.lg-outer .lg-first-slide .lg-dummy-img {
  position: absolute;
  top: 50%;
  left: 50%;
}

.lg-outer.lg-components-open:not(.lg-zoomed) .lg-components {
  transform: translate3d(0, 0%, 0);
  opacity: 1;
}

.lg-outer.lg-components-open:not(.lg-zoomed) .lg-sub-html {
  opacity: 1;
  transition: opacity 0.2s ease-out 0.15s;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  will-change: opacity;
  transition: opacity 333ms ease-in 0s;
}

.lg-backdrop.in {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-current {
  transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item {
  backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
  opacity: 0;
}

.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}

.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  transition: opacity 0.1s ease 0s;
}

.lg-css3.lg-use-css3 .lg-item.lg-start-progress {
  transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}

.lg-css3.lg-use-css3 .lg-item.lg-start-end-progress {
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-container {
  display: none;
}

.lg-container.lg-show {
  display: block;
}

.lg-container.lg-dragging-vertical .lg-backdrop {
  transition-duration: 0s !important;
}

.lg-container.lg-dragging-vertical .lg-css3 .lg-item.lg-current {
  transition-duration: 0s !important;
  opacity: 1;
}

.lg-inline .lg-backdrop,
.lg-inline .lg-outer {
  position: absolute;
}

.lg-inline .lg-backdrop {
  z-index: 1;
}

.lg-inline .lg-outer {
  z-index: 2;
}

.lg-inline .lg-maximize:after {
  content: "\e909";
}

.lg-components {
  transform: translate3d(0, 100%, 0);
  will-change: transform;
  transition: transform 0.35s ease-out 0s;
  z-index: 1080;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

.lg-download {
  display: none;
}

/*# sourceMappingURL=style.css.map */
