@media screen and (max-width: 767px) {
  #tracy-debug {
    display: none !important;
  }
}
.tracy-dump {
  position: relative;
  z-index: 20000;
  background: #fff;
}
@-moz-document url-prefix(http), url-prefix(file) {
  img:-moz-broken {
    -moz-force-broken-image-icon: 1;
    border-radius: 0 !important;
    max-width: none !important;
  }
}
/*! 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: 'Rajdhani';
  font-weight: 300;
  font-style: normal;
  font-display: fallback;
  src: url('fonts/rajdhani/300.woff2') format('woff2'), url('fonts/rajdhani/300.woff') format('woff');
}
@font-face {
  font-family: 'Rajdhani';
  font-weight: 400;
  font-style: normal;
  font-display: fallback;
  src: url('fonts/rajdhani/400.woff2') format('woff2'), url('fonts/rajdhani/400.woff') format('woff');
}
@font-face {
  font-family: 'Rajdhani';
  font-weight: 500;
  font-style: normal;
  font-display: fallback;
  src: url('fonts/rajdhani/500.woff2') format('woff2'), url('fonts/rajdhani/500.woff') format('woff');
}
@font-face {
  font-family: 'Rajdhani';
  font-weight: 600;
  font-style: normal;
  font-display: fallback;
  src: url('fonts/rajdhani/600.woff2') format('woff2'), url('fonts/rajdhani/600.woff') format('woff');
}
@font-face {
  font-family: 'Rajdhani';
  font-weight: 700;
  font-style: normal;
  font-display: fallback;
  src: url('fonts/rajdhani/700.woff2') format('woff2'), url('fonts/rajdhani/700.woff') format('woff');
}
:root {
  --offsetVertical: 50px;
}
@media screen and (max-width: 799px ) {
  :root {
    --offsetVertical: 25px;
  }
}
:root {
  color: #555555;
  font-size: 16px;
  font-family: Rajdhani, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  tab-size: 3;
}
:focus:not(:focus-visible) {
  outline: none;
}
a {
  color: #fd5200;
  text-decoration: underline;
}
a:hover,
a:focus,
a:active {
  text-decoration: none;
}
img {
  vertical-align: middle;
}
img.fill {
  width: 100%;
  height: auto;
  max-width: 100%;
}
img.shrink {
  height: auto;
  max-width: 100%;
}
svg {
  vertical-align: middle;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
}
h2 {
  font-size: 20px;
  font-weight: 500;
}
.header-line {
  margin-bottom: 1.5em;
  padding-bottom: .5em;
  border-bottom: 1px solid #d2d3d4;
}
.table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  font-size: 15px;
  font-weight: 500;
}
.table th,
.table td {
  padding: 10px 15px;
}
.table th:first-child,
.table td:first-child {
  padding-left: 5px;
}
.table th:last-child,
.table td:last-child {
  padding-right: 5px;
}
@media screen and (max-width: 1449px ) {
  .table th,
  .table td {
    padding: 5px;
  }
}
.table th {
  font-weight: normal;
  text-align: left;
  border-bottom: 2px solid rgba(32, 35, 40, 0.4);
}
.table td {
  border-bottom: 1px solid #d2d3d4;
}
.table tr:hover td {
  background-color: rgba(210, 211, 212, 0.15);
}
.table .cell-number {
  text-align: right;
}
@media (max-width: 1000px) {
  .table thead {
    display: none;
  }
  .table caption,
  .table tbody,
  .table tr {
    display: block;
    margin: 0 0 20px 0;
  }
  .table caption:hover td,
  .table tbody:hover td,
  .table tr:hover td {
    background: none;
  }
  .table tbody th,
  .table tbody td {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: space-between;
    -moz-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .table tbody th:before,
  .table tbody td:before {
    content: attr(data-label);
    font-weight: bold;
    margin-right: 15px;
  }
}
.content-area {
  width: 1450px;
  margin-left: auto;
  margin-right: auto;
}
html {
  display: flex;
}
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  width: 100%;
}
.page {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.page-header {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  color: #bfbfbf;
  background: #202328;
}
.page-header-logo {
  position: relative;
  z-index: 2;
  padding: 10px;
  background: #fd5200;
}
.page-header-aside {
  -moz-flex: 1 1 0%;
  -ms-flex: 1 1 0%;
  -webkit-flex: 1 1 0%;
  flex: 1 1 0%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.page-header-aside__part--1 {
  -moz-flex: 1 1 0%;
  -ms-flex: 1 1 0%;
  -webkit-flex: 1 1 0%;
  flex: 1 1 0%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 50px;
}
.page-header-aside__part--1 > :first-child {
  -moz-flex: 1 1 0%;
  -ms-flex: 1 1 0%;
  -webkit-flex: 1 1 0%;
  flex: 1 1 0%;
}
@media screen and (max-width: 649px ) {
  .page-header-aside__part--1 {
    padding: 0;
  }
}
.page-header-aside__part--2 {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.page-content {
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
}
.page-content__box {
  margin: 0 auto;
  padding: 25px;
  max-width: 1900px;
}
@media screen and (max-width: 1449px ) {
  .page-content__box {
    padding: 20px;
  }
}
@media screen and (max-width: 649px ) {
  .page-content__box {
    padding: 10px;
  }
}
.page-area {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 1099px ) {
  .page-area {
    display: block;
  }
}
.page-area__aside {
  margin-bottom: var(--offsetVertical);
}
@media screen and (min-width: 1450px) and (max-width: 1599px ), screen and (min-width: 1600px) {
  .page-area__aside {
    width: 400px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 1449px ) {
  .page-area__aside {
    width: 300px;
    margin-right: 25px;
  }
}
@media screen and (max-width: 1099px ) {
  .page-area__aside {
    width: auto;
    margin-right: 0;
  }
}
.page-area__main {
  -moz-flex: 1 1 0%;
  -ms-flex: 1 1 0%;
  -webkit-flex: 1 1 0%;
  flex: 1 1 0%;
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -ms-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  -moz-order: 1;
  -ms-order: 1;
  order: 1;
}
.page-footer {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 50px;
  color: #bfbfbf;
  background: #202328;
}
@media screen and (max-width: 1150px) {
  .page-footer {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (max-width: 649px ) {
  .page-footer {
    padding: 20px;
  }
}
.page-footer-row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (max-width: 649px ) {
  .page-footer-row {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
}
.page-footer-row + .page-footer-row {
  margin-top: 10px;
}
.page-footer__part--2 .page-footer-row {
  -webkit-box-pack: flex-end;
  -moz-box-pack: flex-end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
@media screen and (max-width: 1150px) {
  .page-footer__part .page-footer-row {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.page-footer-row__i {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.page-footer-row__i:before {
  content: '|';
  margin: 0 20px;
  font-family: Arial, sans-serif;
}
@media screen and (max-width: 649px ) {
  .page-footer-row__i:before {
    display: none;
  }
}
.page-footer-row__i:first-child:before {
  display: none;
}
.btn,
button,
select,
textarea,
input[type=button],
input[type=submit],
.text {
  box-sizing: border-box;
  vertical-align: middle;
}
input[type=number]::-webkit-inner-spin-button {
  opacity: 1;
}
select,
textarea,
.text {
  border: 1px solid #d2d3d4;
}
select,
textarea,
.text {
  padding: 20px 15px;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 45px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLW1pdGVybGltaXQ9IjIiIGNsaXAtcnVsZT0iZXZlbm9kZCIgdmlld0JveD0iMCAwIDI0MCAxNTUiPjxkZWZzLz48cGF0aCBmaWxsLXJ1bGU9Im5vbnplcm8iIGQ9Ik0xMDcuMjg3IDE0OS42NjNsLTEwMi0xMDIuMDAxYy03LjA1LTcuMDQ5LTcuMDUtMTguNDQ5IDAtMjUuNDI1bDE2Ljk1LTE2Ljk0OWM3LjA1LTcuMDUgMTguNDUtNy4wNSAyNS40MjUgMGw3Mi4zIDcyLjMgNzIuMzAxLTcyLjNjNy4wNDktNy4wNSAxOC40NS03LjA1IDI1LjQyNCAwbDE2Ljk1MSAxNi45NWM3LjA0OSA3LjA1IDcuMDQ5IDE4LjQ1IDAgMjUuNDI1bC0xMDIgMTAyYy02LjkwMSA3LjA1LTE4LjMwMSA3LjA1LTI1LjM1MSAweiIvPjwvc3ZnPg==");
  background-position: right 15px center;
  background-repeat: no-repeat;
  background-size: 1em;
}
select::-ms-expand {
  display: none;
}
[disabled] {
  cursor: not-allowed;
}
label[for] {
  cursor: pointer;
}
.btn {
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0.8em 1.2em;
  color: #fd5200;
  font-size: 25px;
  font-weight: bold;
  font-family: Rajdhani, sans-serif;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  border: 3px solid #fd5200;
  background: #fff;
  cursor: pointer;
}
a:hover .btn,
a:focus .btn,
.btn:hover,
.btn:focus,
.btn.active {
  color: #fff;
  background: #fd5200;
}
.btn__icon {
  line-height: 0;
}
.btn__icon:first-child {
  margin-right: .5em;
}
.btn__icon:last-child {
  margin-left: .5em;
}
.btn--small {
  padding: 7px 10px;
  font-size: 16px;
  border-width: 2px;
}
.btn--simple {
  padding: 0;
  font-size: inherit;
  font-weight: inherit;
  border: 0;
  background: none;
  text-decoration: underline;
}
.btn--simple:hover,
.btn--simple:focus {
  color: #fd5200;
  text-decoration: none;
  background: none;
}
.btn--large {
  padding: 0;
  border: 0;
  background: none;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  text-decoration: underline;
}
.btn--large:hover,
.btn--large:focus {
  color: #fd5200;
  text-decoration: none;
  background: none;
}
fieldset {
  margin: 0;
  padding: 0;
}
.form__group + .form__group {
  margin-top: 20px;
}
.form__control-file {
  position: relative;
  overflow: hidden;
  border: 1px solid #ccc;
}
.form__control-file input[type=file] {
  opacity: 0;
}
.form__control-file label {
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  align-items: center;
  justify-content: space-between;
}
.form__control-label {
  position: relative;
}
.form__control-label label {
  transition: all 150ms ease-in-out;
  position: absolute;
  top: 5px;
  left: 0;
  width: 100%;
  display: block;
  box-sizing: border-box;
  margin-left: 16px;
  color: #202328;
  opacity: 0;
  transform: scale(0) translate(0, 13px);
  transform-origin: left bottom;
}
.form__control-label input, .form__control-label textarea {
  transition: all 150ms ease-in-out;
}
.form__control-label input::placeholder, .form__control-label textarea::placeholder {
  opacity: 1;
  color: #202328;
}
.form__control-label input:not(:placeholder-shown), .form__control-label textarea:not(:placeholder-shown) {
  padding-top: 30px;
  padding-bottom: 10px;
}
.form__control-label input:not(:placeholder-shown) + label, .form__control-label textarea:not(:placeholder-shown) + label {
  color: #555555;
  font-weight: 600;
  opacity: 1;
  transform: scale(1) translate(0, 0);
}
.small-form-wrapper {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 100%;
  max-width: 400px;
  margin: auto;
}
.small-form-wrapper .form {
  -moz-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
.small-form-wrapper .text {
  width: 100%;
}
.small-form-wrapper .form__group--actions.grid {
  --itemsPerRow: 2;
}
.small-form-wrapper .form__group--actions.grid .btn {
  display: block;
  width: 100%;
  text-align: center;
}
.grid {
  --gridGap: 50;
  --itemsPerRow: 3;
  pointer-events: none;
}
.grid__items {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: calc(var(--gridGap) * -1px) 0 calc(var(--gridGap) * 1px) calc(var(--gridGap) * -1px);
}
.grid__i {
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: calc((100% / var(--itemsPerRow)) - 1px);
  padding: calc(var(--gridGap) * 1px) 0 0 calc(var(--gridGap) * 1px);
}
.grid__i > * {
  pointer-events: auto;
}
.grid__i--center {
  -moz-align-self: center;
  -ms-align-self: center;
  -webkit-align-self: center;
  align-self: center;
}
.menu-main {
  --gap: 50px;
}
@media screen and (min-width: 1600px) {
  .menu-main {
    --gap: 50px;
  }
}
@media screen and (max-width: 1599px ) {
  .menu-main {
    --gap: 25px;
  }
}
@media screen and (max-width: 799px ) {
  .menu-main {
    --gap: 0;
    transition: all 250ms ease-in-out;
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    opacity: 0;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 1;
    background: #202328;
  }
  .hamburger--open .menu-main {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    box-shadow: 0 20px 20px -20px rgba(0, 0, 0, 0.6);
  }
}
.menu-main__items {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: calc(var(--gap) * -1) 0 0 calc(var(--gap) * -1);
  padding: 0;
}
.menu-main__i {
  margin: 0;
  padding: calc(var(--gap) * 1) 0 0 calc(var(--gap) * 1);
  list-style: none;
}
.menu-main__i:nth-child(3) {
  margin-left: auto;
}
@media screen and (max-width: 799px ) {
  .menu-main__i {
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
}
.menu-main button:active {
  padding: 0;
}
.menu-main__i--active,
.menu-main button:hover,
.menu-main button:focus,
.menu-main a:hover,
.menu-main a:focus {
  border-color: #fd5200;
}
.menu-main-item {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
  color: inherit;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  border: 0;
  border-bottom: 2px solid transparent;
  background: none;
  cursor: pointer;
}
@media screen and (max-width: 1599px ) {
  .menu-main-item {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 14px;
  }
}
@media screen and (max-width: 799px ) {
  .menu-main-item {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 20px;
    font-size: 20px;
  }
}
.menu-main-item svg {
  margin-right: 0.5em;
  fill: #fd5200;
}
@media screen and (max-width: 1599px ) {
  .menu-main-item svg {
    width: 30px;
    height: 30px;
    margin: 0 0 5px 0;
  }
}
@media screen and (max-width: 799px ) {
  .menu-main-item svg {
    margin-right: 1em;
  }
}
@media screen and (max-width: 1100px) {
  .menu-main-item__label {
    display: none;
  }
}
@media screen and (max-width: 799px ) {
  .menu-main-item__label {
    display: block;
  }
}
.page-footer-networks__items {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: -20px 0 0 -20px;
  padding: 0;
}
.page-footer-networks__i {
  margin: 0;
  padding: 20px 0 0 20px;
  list-style: none;
}
.page-footer-networks a {
  color: inherit;
}
.page-footer-networks a:hover,
.page-footer-networks a:focus {
  color: #fd5200;
}
.page-footer-contacts__items {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 649px ) {
  .page-footer-contacts__items {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.page-footer-contacts__i {
  margin: 0;
  padding: 0;
  list-style: none;
}
.page-footer-contacts__i:before {
  content: '|';
  margin: 0 20px;
  font-family: Arial, sans-serif;
}
@media screen and (max-width: 649px ) {
  .page-footer-contacts__i:before {
    display: none;
  }
}
.page-footer-contacts__i:first-child:before {
  display: none;
}
.page-footer-contact {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.page-footer-contact__icon {
  margin-right: .5em;
}
.page-footer-contact__info {
  color: #fd5200;
  font-weight: 600;
}
.page-footer-developer a {
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: inherit;
  text-decoration: none;
}
.page-footer-developer a:hover,
.page-footer-developer a:focus {
  color: #fff;
  text-decoration: underline;
}
.page-footer-developer a:after {
  content: '';
  display: block;
  width: 25px;
  height: 25px;
  margin-left: .5em;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzOCAzNyI+CiAgPHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTMuNyAyMi41TC40IDE5LjNhMS4yIDEuMiAwIDAxMC0xLjhMMTcuNC40Yy42LS41IDEuNC0uNSAxLjkgMGwxNy42IDE3LjVjLjIuMy4yLjcgMCAxTDMzLjcgMjJjLS4zLjItLjcuMi0xIDBMMTkgOGEuNy43IDAgMDAtMSAwbC0yLjIgMi40YS42LjYgMCAwMDAgMWwxMy44IDEzLjhjLjIuMy4yLjcgMCAxbC0zLjIgMy4xYS42LjYgMCAwMS0xIDBMMTEuNSAxNS42YS43LjcgMCAwMC0xIDBsLTYuOCA2Ljl6Ii8+CiAgPHBhdGggZmlsbD0iI2UzMjExOSIgZD0iTTcgMjZsMi01LjZjLjItLjMuNi0uMy44IDBsMTIuMyAxMi4zYy4yLjIuMi42IDAgLjlsLTMuMiAzLjJjLS4zLjMtLjcuMy0xIDBMNyAyNnoiLz4KPC9zdmc+Cg==");
}
.choices__items {
  margin: 0;
  padding: 0;
}
.choices__i {
  margin: 5px 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 649px ) {
  .choices__i {
    margin: 15px 0;
  }
}
.choice {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.choice__input {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.choice__label {
  position: relative;
  padding-left: 1.25em;
}
@media screen and (max-width: 649px ) {
  .choice__label {
    font-size: 1.25em;
  }
}
.choice__label:before,
.choice__label:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  content: '';
  position: absolute;
  border-radius: 50%;
  top: 0.25em;
  transition: all 150ms ease-in-out;
}
.choice__label:before {
  left: 0;
  width: 1em;
  height: 1em;
  border: 2px solid #555555;
}
.choice__label:after {
  left: 0;
  opacity: 0;
  -webkit-transform: translate(0.3em, 0.3em);
  -ms-transform: translate(0.3em, 0.3em);
  transform: translate(0.3em, 0.3em);
}
.choice__label:hover:before {
  border-color: #fd5200;
}
.choice__input:focus + .choice__label:before {
  border-color: #fd5200;
}
.choice__input:checked + .choice__label:before {
  border-color: #fd5200;
}
.choice__input:checked + .choice__label:after {
  opacity: 1;
  width: 0.4em;
  height: 0.4em;
  background-color: #fd5200;
}
.hamburger-toggle {
  -moz-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  -moz-align-self: stretch;
  -ms-align-self: stretch;
  -webkit-align-self: stretch;
  align-self: stretch;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
}
@media screen and (min-width: 800px) {
  .hamburger-toggle {
    display: none;
  }
}
.hamburger-toggle__button {
  -moz-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0;
  color: #fff;
  border: 0;
  background: none;
  cursor: pointer;
  outline: 0;
}
.hamburger-toggle__button:active {
  padding: 0;
}
.hamburger--open .hamburger-toggle__button svg {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.hamburger-toggle__icon {
  margin: 0 0 5px 0;
  color: #fd5200;
  line-height: 0;
}
.hamburger-toggle__icon svg {
  transition: all 250ms ease-in-out;
  fill: currentColor;
}
.hamburger-toggle__label {
  transition: all 250ms ease-in-out;
}
.quicksearch-wrapper {
  position: relative;
}
@media screen and (max-width: 799px ) {
  .quicksearch-wrapper {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
@media screen and (max-width: 649px ) {
  .quicksearch-wrapper {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.quicksearch {
  display: block;
}
@media screen and (min-width: 800px) {
  .quicksearch {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    opacity: 0;
    pointer-events: none;
    transition: all 250ms ease-in-out;
  }
}
@media screen and (max-width: 799px ) {
  .quicksearch {
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    position: static;
    margin: -10px 10px -10px 30px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
}
@media screen and (max-width: 649px ) {
  .quicksearch {
    margin: 10px 20px 20px;
  }
}
.quicksearch--open .quicksearch {
  opacity: 1;
  pointer-events: auto;
}
.quicksearch .text {
  width: 250px;
  padding: 12px;
  color: #000;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 799px ) {
  .quicksearch .text {
    width: 100%;
  }
}
.basket {
  margin-bottom: var(--offsetVertical);
}
.basket-product__amount {
  white-space: nowrap;
}
.basket-product__amount-value {
  width: 50px;
  padding: 5px 10px;
  text-align: center;
}
td.basket-product__image {
  padding: 0;
}
@media screen and (max-width: 800px) {
  .basket-totals {
    margin-bottom: 40px;
  }
}
.basket-totals__items {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: -40px 0 0 -40px;
}
@media screen and (max-width: 800px) {
  .basket-totals__items {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.basket-totals__i {
  padding: 40px 0 0 40px;
}
.basket-total__label {
  display: block;
}
.basket-total__amount {
  display: block;
  color: #202328;
  font-size: 25px;
}
.basket-total__value {
  font-weight: bold;
}
.minibasket {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 120px;
}
@media screen and (max-width: 649px ) {
  .minibasket {
    width: 80px;
  }
}
.minibasket__box {
  -moz-flex: 1 1 0%;
  -ms-flex: 1 1 0%;
  -webkit-flex: 1 1 0%;
  flex: 1 1 0%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background: rgba(85, 85, 85, 0.35);
}
.minibasket__box:hover,
.minibasket__box:focus {
  background: rgba(85, 85, 85, 0.7);
}
.minibasket svg {
  fill: #fd5200;
}
.minibasket__value {
  font-weight: 600;
}
.minibasket__arrow {
  font-size: 0;
  line-height: 0;
}
.order-steps {
  --gridGap: 0;
  --itemsPerRow: 4;
  margin-bottom: var(--offsetVertical);
}
@media screen and (max-width: 799px ) {
  .order-steps {
    --itemsPerRow: 2;
  }
}
.order-steps__items {
  padding: 0;
}
.order-steps__i {
  list-style: none;
}
.order-step {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.order-step__box {
  position: relative;
  -moz-flex: 1 1 0%;
  -ms-flex: 1 1 0%;
  -webkit-flex: 1 1 0%;
  flex: 1 1 0%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #d2d3d4;
}
.order-step__box:before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 3px;
}
@media screen and (min-width: 1100px) and (max-width: 1449px ), screen and (min-width: 800px) and (max-width: 1099px ), screen and (max-width: 649px ) {
  .order-step__box {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
}
.order-step__icon {
  color: #fd5200;
  margin-right: 15px;
}
@media screen and (min-width: 1100px) and (max-width: 1449px ), screen and (min-width: 800px) and (max-width: 1099px ), screen and (max-width: 649px ) {
  .order-step__icon {
    margin: 0 0 10px 0;
  }
}
.order-step__content {
  -moz-flex: 1 1 -1rem;
  -ms-flex: 1 1 -1rem;
  -webkit-flex: 1 1 -1rem;
  flex: 1 1 -1rem;
  line-height: 1;
  text-transform: uppercase;
}
.order-step__count {
  color: #d2d3d4;
  font-size: 15px;
  font-weight: 500;
}
.order-step__title {
  font-size: 25px;
  font-weight: 600;
}
@media screen and (min-width: 1100px) and (max-width: 1449px ), screen and (min-width: 800px) and (max-width: 1099px ) {
  .order-step__title {
    font-size: 23px;
  }
}
@media screen and (max-width: 799px ) {
  .order-step__title {
    font-size: 20px;
  }
}
.order-step--active .order-step__box:before {
  background: #fd5200;
}
.order-step--active .order-step__title {
  color: #fd5200;
}
.quickorder-form {
  margin-bottom: var(--offsetVertical);
}
.quickorder-form .text {
  width: 100%;
}
.quickorder-form .form__group {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: -30px 0 0 -30px;
}
.quickorder-form .form__pair {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px 0 0 30px;
}
@media screen and (max-width: 1000px) {
  .quickorder-form .form__pair {
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .quickorder-form .form__pair {
    width: 100%;
  }
}
.quickorder-form__upload {
  margin-left: auto;
  font-weight: 600;
}
@media screen and (max-width: 1000px) {
  .quickorder-form__upload {
    margin: 0;
  }
}
.order-navigation {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: var(--offsetVertical);
}
.order-navigation__prev {
  margin-right: auto;
}
.order-navigation__next {
  margin-left: 25px;
}
.order-navigation__next .btn {
  font-size: 20px;
}
@media screen and (max-width: 800px) {
  .order-navigation__total {
    -webkit-box-ordinal-group: -1;
    -moz-box-ordinal-group: -1;
    -ms-box-ordinal-group: -1;
    -ms-flex-order: -1;
    -webkit-order: -1;
    -moz-order: -1;
    -ms-order: -1;
    order: -1;
    width: 100%;
  }
}
.transport-payment {
  --itemsPerRow: 2;
  --gridGap: 30;
}
@media screen and (max-width: 649px ) {
  .transport-payment {
    --itemsPerRow: 1;
  }
}
.coupon-form {
  margin-bottom: var(--offsetVertical);
}
.coupon-form .text {
  width: 100%;
  min-width: 300px;
  max-width: 600px;
}
.coupon-form .form {
  --gridGap: 20;
  --itemsPerRow: null;
}
@media screen and (max-width: 649px ) {
  .coupon-form .form {
    --itemsPerRow: 1;
  }
}
.coupon-form .form__group {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.coupon-status {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.coupon-status__icon {
  margin-right: .5em;
  line-height: 0;
}
.coupon-status__text {
  font-weight: 600;
}
.coupon-status--ok .coupon-status__icon {
  color: #8bd904;
}
.coupon-status--ko .coupon-status__icon {
  color: #d90404;
}
.delivery-address-favorites {
  margin-bottom: var(--offsetVertical);
}
.delivery-address-favorites__select {
  margin-bottom: 10px;
}
@media screen and (max-width: 649px ) {
  .delivery-address-favorites__select select {
    width: 100%;
  }
}
.delivery-address-form .text {
  width: 100%;
}
.delivery-address-form .grid {
  --itemsPerRow: 5;
  --gridGap: 30;
}
@media screen and (max-width: 1599px ) and (min-width:1450px) {
  .delivery-address-form .grid {
    --itemsPerRow: 4;
  }
}
@media screen and (min-width: 1100px) and (max-width: 1449px ), screen and (min-width: 800px) and (max-width: 1099px ) {
  .delivery-address-form .grid {
    --itemsPerRow: 3;
  }
}
@media screen and (min-width: 650px) and (max-width: 799px ) {
  .delivery-address-form .grid {
    --itemsPerRow: 2;
  }
}
@media screen and (max-width: 649px ) {
  .delivery-address-form .grid {
    --itemsPerRow: 1;
  }
}
.delivery-address-form .form__control-with-label {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 100%;
}
.delivery-address-form .form__control-with-label input {
  margin-right: 0.5em;
}
.catalog-tags {
  margin-bottom: 30px;
  border-bottom: 1px solid #d2d3d4;
}
.catalog-tags.grid {
  --itemsPerRow: 3;
  --gridGap: 100;
}
@media screen and (max-width: 1449px ) {
  .catalog-tags.grid {
    --gridGap: 50;
  }
}
@media screen and (max-width: 649px ) {
  .catalog-tags.grid {
    --gridGap: 0;
  }
}
.catalog-tags__items {
  margin-bottom: 0;
}
@media screen and (max-width: 649px ) {
  .catalog-tags__i {
    width: 100%;
  }
}
.catalog-tag__box {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 20px;
  color: #202328;
  text-decoration: none;
}
@media screen and (max-width: 649px ) {
  .catalog-tag__box {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.catalog-tag__box:hover,
.catalog-tag__box:focus {
  color: #fd5200;
  background: rgba(210, 211, 212, 0.2);
}
.catalog-tag__icon {
  margin: 0 35px 0 0;
  color: #fd5200;
}
@media screen and (max-width: 1449px ) {
  .catalog-tag__icon {
    margin-right: 2.725vw;
  }
  .catalog-tag__icon svg {
    width: 7.8vw;
    height: 7.8vw;
  }
}
@media screen and (max-width: 649px ) {
  .catalog-tag__icon svg {
    width: 75px;
    height: 75px;
  }
}
.catalog-tag__title {
  font-size: 50px;
  font-weight: 500;
  text-transform: uppercase;
}
@media screen and (max-width: 1449px ) {
  .catalog-tag__title {
    font-size: 3.9vw;
  }
}
@media screen and (max-width: 649px ) {
  .catalog-tag__title {
    font-size: 35px;
  }
}
.catalog-variant-tag,
.catalog-product-tag {
  position: relative;
  padding: 2px 5px;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  background: #fd5200;
}
.catalog-variant-tag:after,
.catalog-product-tag:after {
  position: absolute;
  top: 100%;
  left: 5px;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 7px 7px;
  border-color: transparent transparent transparent #fd5200;
}
.catalog-variant-tag:after {
  display: none;
}
.catalog-controls__items {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: flex-end;
  -moz-box-pack: flex-end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  margin: -25px 0 0 -25px;
}
@media screen and (max-width: 799px ) {
  .catalog-controls__items {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.catalog-controls__i {
  margin: 25px 0 0 25px;
  padding-right: 25px;
  border-right: 1px solid #d2d3d4;
}
.catalog-controls__i:last-child {
  padding-right: 0;
  border-right: 0;
}
.catalog-categories {
  position: relative;
}
.catalog-categories.grid {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  --itemsPerRow: 3;
  --gridGap: 100;
}
@media screen and (max-width: 1449px ) {
  .catalog-categories.grid {
    --gridGap: 50;
  }
}
@media screen and (max-width: 1099px ) {
  .catalog-categories.grid {
    --gridGap: 10;
    --itemsPerRow: 2;
  }
}
.catalog-categories__items.grid__items {
  margin-top: 0;
}
.catalog-categories__i.grid__i {
  padding-top: 0;
}
.catalog-categories__i {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.catalog-category {
  -moz-flex: 1 1 0%;
  -ms-flex: 1 1 0%;
  -webkit-flex: 1 1 0%;
  flex: 1 1 0%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.catalog-category__box {
  -moz-flex: 1 1 0%;
  -ms-flex: 1 1 0%;
  -webkit-flex: 1 1 0%;
  flex: 1 1 0%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 20px;
  color: #202328;
  font-weight: 500;
  text-decoration: none;
  border-bottom: 1px solid #d2d3d4;
}
@media screen and (max-width: 1449px ) {
  .catalog-category__box {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
a.catalog-category__box:hover,
a.catalog-category__box:focus {
  color: #fd5200;
  background: rgba(210, 211, 212, 0.2);
}
.catalog-category__back {
  margin-right: 25px;
  color: #fd5200;
}
@media screen and (max-width: 1449px ) {
  .catalog-category__back {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-order: 1;
    order: 1;
    margin: 10px 0 0 0;
  }
}
.catalog-category__icon {
  margin-right: 20px;
  color: #fd5200;
}
@media screen and (max-width: 1449px ) {
  .catalog-category__icon {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .catalog-category__icon svg {
    width: 45px;
    height: 45px;
  }
}
.catalog-category__title {
  margin-right: auto;
}
@media screen and (max-width: 1449px ) {
  .catalog-category__title {
    margin-right: 0;
    text-align: center;
  }
}
.catalog-category__dropdown {
  margin-left: 10px;
  color: #fd5200;
}
@media screen and (max-width: 1449px ) {
  .catalog-category__dropdown {
    display: none;
  }
}
.catalog-subcategories--list {
  padding: 20px;
}
.catalog-subcategories--detail {
  margin-top: 20px;
}
.catalog-subcategories__items {
  margin: 0;
  padding: 0;
}
.catalog-subcategories__i {
  margin: 0;
  padding: 0;
  list-style: none;
}
.catalog-subcategory__box {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 10px 15px;
  color: #202328;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid transparent;
}
.catalog-subcategory__box:hover,
.catalog-subcategory__box:focus {
  color: #fd5200;
  border-color: #d2d3d4;
}
.catalog-subcategory__icon {
  color: #fd5200;
  margin-right: 10px;
}
.catalog-filter-tags__items {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: -25px 0 0 -25px;
  padding: 0;
}
.catalog-filter-tags__i {
  margin: 0;
  padding: 25px 0 0 25px;
  list-style: none;
}
.catalog-filter-tag {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.catalog-filter-tag input {
  margin-right: .5em;
}
.catalog-products {
  --gridGap: 0;
  --itemsPerRow: 5;
  margin-top: 75px;
}
@media screen and (max-width: 1599px ) and (min-width:1450px) {
  .catalog-products {
    --itemsPerRow: 4;
  }
}
@media screen and (min-width: 1100px) and (max-width: 1449px ) {
  .catalog-products {
    --itemsPerRow: 3;
  }
}
@media screen and (min-width: 800px) and (max-width: 1099px ) {
  .catalog-products {
    --itemsPerRow: 4;
  }
}
@media screen and (min-width: 650px) and (max-width: 799px ) {
  .catalog-products {
    --itemsPerRow: 3;
  }
}
@media screen and (max-width: 649px ) {
  .catalog-products {
    --itemsPerRow: 2;
  }
}
@media screen and (max-width: 400px) {
  .catalog-products {
    --itemsPerRow: 1;
  }
}
.catalog-products .grid__i {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.catalog-product {
  -moz-flex: 1 1 0%;
  -ms-flex: 1 1 0%;
  -webkit-flex: 1 1 0%;
  flex: 1 1 0%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.catalog-product__box {
  -moz-flex: 1 1 0%;
  -ms-flex: 1 1 0%;
  -webkit-flex: 1 1 0%;
  flex: 1 1 0%;
  padding: 0 20px 20px;
  text-align: center;
  text-decoration: none;
  border: 1px solid transparent;
}
.catalog-product__box:hover,
.catalog-product__box:focus {
  border-color: #d2d3d4;
}
.catalog-product__image {
  position: relative;
}
.catalog-product__title {
  margin: 0 0 10px 0;
  color: #202328;
  font-size: 16px;
  font-weight: 500;
}
.catalog-product__action {
  margin-top: auto;
}
.catalog-product__body {
  position: relative;
}
.catalog-product__tags {
  position: absolute;
  top: 0;
  width: 100%;
  padding-bottom: 10px;
  transform: translateY(-100%);
}
.catalog-product__variants {
  box-sizing: border-box;
  top: 0;
  left: -20px;
  bottom: 40px;
  right: -20px;
  padding: 0 20px;
  position: absolute;
  z-index: 2;
  background: rgba(255, 255, 255, 0.9);
  overflow-y: auto;
  opacity: 0;
  transition: all 250ms ease-in-out;
}
.catalog-product__variants ul {
  margin: 0;
  padding: 0;
  pointer-events: none;
}
.catalog-product__variants li {
  margin: 5px 0;
  padding: 0;
  list-style: none;
  color: #555555;
}
.catalog-product__variants li + li {
  margin-top: -1px;
  border-top: 1px solid #d4c9c4;
}
.catalog-product__box:hover .catalog-product__variants,
.catalog-product__box:focus .catalog-product__variants {
  opacity: 1;
}
.catalog-product-detail {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: var(--offsetVertical);
}
.catalog-product-detail__image {
  width: 50%;
  max-width: 500px;
  margin-right: 50px;
}
@media screen and (max-width: 1449px ) {
  .catalog-product-detail__image {
    width: auto;
    margin: 0 auto;
  }
}
.catalog-product-detail__aside {
  -moz-flex: 1 1 0%;
  -ms-flex: 1 1 0%;
  -webkit-flex: 1 1 0%;
  flex: 1 1 0%;
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -ms-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  -moz-order: 1;
  -ms-order: 1;
  order: 1;
}
@media screen and (max-width: 1449px ) {
  .catalog-product-detail__aside {
    -webkit-box-ordinal-group: -1;
    -moz-box-ordinal-group: -1;
    -ms-box-ordinal-group: -1;
    -ms-flex-order: -1;
    -webkit-order: -1;
    -moz-order: -1;
    -ms-order: -1;
    order: -1;
    -moz-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    -webkit-flex: 1 0 100%;
    flex: 1 0 100%;
  }
}
.catalog-product-detail__title {
  font-size: 50px;
  font-weight: 500;
  line-height: 1.1;
}
@media screen and (max-width: 1599px ) {
  .catalog-product-detail__title {
    font-size: 40px;
  }
}
.catalog-product-detail__favorites {
  margin: 0 0 20px 0;
}
.catalog-product-detail__text {
  margin: 0 0 40px 0;
}
.catalog-product-detail__text ul {
  margin: 0;
  padding: 0 0 0 1em;
}
.catalog-product-detail__text li {
  margin: 5px 0;
  padding: 0;
  list-style: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMSIgaGVpZ2h0PSIxMSIgdmlld0JveD0iMCAwIDIzOC43NzkgMjM4Ljc3OSI+PHBhdGggZD0iTTE1OS4xODcgMTE5LjM5YzAtMjEuOTE5LTE3Ljg3OC0zOS43OTYtMzkuNzk3LTM5Ljc5NlM3OS41OTMgOTcuNDcgNzkuNTkzIDExOS4zOXMxNy44NzcgMzkuNzk2IDM5Ljc5NiAzOS43OTYgMzkuNzk4LTE3Ljg3NyAzOS43OTgtMzkuNzk2ek0xMTkuMzkgMzQuODIyYzQ2LjYzNyAwIDg0LjU2NyAzNy45MzEgODQuNTY3IDg0LjU2OHMtMzcuOTMxIDg0LjU2OC04NC41NjcgODQuNTY4LTg0LjU2OC0zNy45MzEtODQuNTY4LTg0LjU2OCAzNy45MzEtODQuNTY4IDg0LjU2OC04NC41Njh6bTExOS4zODkgODQuNTY4QzIzOC43NzkgNTMuNDc3IDE4NS4zMDMgMCAxMTkuMzkgMFMwIDUzLjQ3NyAwIDExOS4zOWMwIDY1LjkxMyA1My40NzcgMTE5LjM4OSAxMTkuMzkgMTE5LjM4OXMxMTkuMzg5LTUzLjQ3NyAxMTkuMzg5LTExOS4zODl6IiBmaWxsPSIjZTkwMDAwIi8+PC9zdmc+");
}
.catalog-product-types {
  margin: 0 0 20px 0;
}
.catalog-product-types__title {
  color: #d2d3d4;
  font-weight: 500;
  text-transform: uppercase;
}
.catalog-product-types__items {
  font-weight: bold;
}
.files__items {
  margin: 0;
  padding: 0;
}
.files__i {
  margin: 10px 0;
  padding: 0;
  list-style: none;
}
.file__box {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none;
}
.file__icon {
  margin-right: .5em;
  line-height: 0;
}
.file__title {
  font-weight: bold;
  text-decoration: underline;
}
.file__box:hover .file__title,
.file__box:focus .file__title {
  text-decoration: none;
}
.variants {
  margin: 0 0 80px 0;
}
.variant__title {
  font-weight: 600;
}
.variant__avail {
  white-space: nowrap;
}
.variant__avail--ok svg {
  color: #8bd904;
}
.variant__avail--ko svg {
  color: #d90404;
}
.variant__price {
  white-space: nowrap;
}
.variant-form {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.variant-form .text {
  width: 60px;
  padding: 5px;
  margin-right: 5px;
}
.variant-form__unit {
  margin-right: 15px;
}
.variant-form .btn {
  font-weight: bold;
}
.question-form {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 0 50px 0;
  padding: 20px;
  border: 1px solid #d2d3d4;
}
@media screen and (max-width: 1099px ) {
  .question-form {
    display: block;
    padding: 10px;
  }
}
.question-form__label {
  margin-right: 20px;
  color: #202328;
  font-size: 20px;
  font-weight: 600;
}
@media screen and (max-width: 1099px ) {
  .question-form__label {
    margin: 0 0 20px 0;
    display: block;
  }
}
.question-form__input {
  -moz-flex: 1 1 0%;
  -ms-flex: 1 1 0%;
  -webkit-flex: 1 1 0%;
  flex: 1 1 0%;
  padding: 20px;
  border-width: 0;
  border-left-width: 1px;
  resize: vertical;
}
@media screen and (max-width: 1099px ) {
  .question-form__input {
    display: block;
    width: 100%;
    height: 150px;
    border-width: 1px;
  }
}
.question-form__input:hover,
.question-form__input:focus {
  background: rgba(0, 0, 0, 0.025);
}
.question-form__submit {
  -moz-align-self: stretch;
  -ms-align-self: stretch;
  -webkit-align-self: stretch;
  align-self: stretch;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  min-width: 150px;
  margin: -20px -20px -20px 20px;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  border: 3px solid #fd5200;
}
@media screen and (max-width: 1099px ) {
  .question-form__submit {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 20px 0 0 0;
  }
}
.question-form__submit:hover,
.question-form__submit:focus {
  color: #fff;
  background: #fd5200;
}
.xsale__title {
  font-size: 20px;
  font-weight: 600;
}
.text-center {text-align: center !important;}