/*! 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 */
  scroll-behavior: smooth;
}

/* 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 {
  -webkit-box-sizing: content-box;
          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 */
  -webkit-text-decoration: underline dotted;
          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 {
  -webkit-box-sizing: border-box;
          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] {
  -webkit-box-sizing: border-box;
          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;
}

/****** Elad Shechter's RESET *******/

/*** box sizing border-box for all elements ***/

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

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

button {
  background-color: transparent;
  color: inherit;
  border-width: 0;
  padding: 0;
  cursor: pointer;
}

figure {
  margin: 0;
}

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

ul,
ol,
dd {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

p {
  margin: 0;
}

cite {
  font-style: normal;
}

fieldset {
  border-width: 0;
  padding: 0;
  margin: 0;
}

html {
  font-size: 1px;
  /*for using REM units*/
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 16rem;
  font-weight: 400;
  line-height: 1.3;
  color: #222;
}

a {
  display: block;
}

html {
  height: 100%;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.section {
  padding: 70px 0 140px;
}

.section-grey {
  background: #f1f4f6;
  padding: 40px 0 140px 0;
}

.title {
  font-size: 44px;
  font-weight: 700;
  color: #3c3c3c;
  line-height: 1.5;
  letter-spacing: -0.03em;
}

.text {
  font-size: 18px;
  font-weight: 400;
}

.text-strong {
  font-weight: bold;
}

.section-title {
  text-align: center;
  margin-bottom: 30px;
}

.fancybox__container {
  --fancybox-bg: rgb(60 60 60 / 90%);
}

.icon svg {
  width: 100%;
  height: 100%;
}

.icon {
  cursor: pointer;
}

.button-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0;
}

.button-group > *:not(:last-child) {
  margin-right: 30px;
}

.button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 180px;
  height: 44px;
  /* padding-left: 30px;
  padding-right: 30px; */
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background: #0f87d5;
  border: 2px solid #0f87d5;
  cursor: pointer;
  -webkit-transition: border 0.3s ease-in, color 0.3s ease-in, background-color 0.3s ease-in, padding 0.3s ease-in;
  -o-transition: border 0.3s ease-in, color 0.3s ease-in, background-color 0.3s ease-in, padding 0.3s ease-in;
  transition: border 0.3s ease-in, color 0.3s ease-in, background-color 0.3s ease-in, padding 0.3s ease-in;
}

.button:hover {
  background: rgba(255, 255, 255, 0);
  color: #0f87d5;
}

.button.disabled:hover {
  background: #0f87d5;
  color: #fff;
}

.button_light {
  background-color: #fff;
  border-color: #fff;
  color: #0f87d5;
}

.button_light:hover {
  background-color: rgba(255, 255, 255, 0);
  color: #fff;
}

.button_border {
  background-color: rgba(255, 255, 255, 0);
  color: #0f87d5;
}

.button_border:hover {
  padding-left: 28px;
  padding-right: 28px;
  border-width: 4px;
}

.button_light_border {
  background-color: rgba(255, 255, 255, 0);
  border-color: #fff;
  color: #fff;
}

.button_light_border:hover {
  color: #fff;
  padding-left: 28px;
  padding-right: 28px;
  border-width: 4px;
}

.button_inline {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background: none;
  border: none;
  color: #0f87d5;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}

.button_inline:hover {
  color: #0f87d5;
  opacity: 0.7;
}

.button_inline .icon {
  display: block;
  margin-left: 10px;
  width: 24px;
  height: 24px;
  font-size: 0;
  line-height: 1;
}

.button_inline .icon svg {
  fill: #0f87d5;
}

.button_inline .icon-arrow {
  width: 28px;
  height: 18px;
}

.button_inline_light {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background: none;
  border: none;
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}

.button_inline_light:hover {
  color: #fff;
  opacity: 0.7;
}

.button_inline_light .icon {
  display: block;
  margin-left: 10px;
  width: 24px;
  height: 24px;
  font-size: 0;
  line-height: 1;
}

.button_inline_light .icon svg {
  fill: #fff;
}

.button_inline_light .icon-arrow {
  width: 30px;
  height: 18px;
}

.show-more {
  font-weight: 600;
  font-size: 18px;
  color: #0f87d5 !important;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  cursor: pointer;
  padding: 5px 0;
}

.info-icon svg {
  fill: #0f87d5;
  cursor: pointer;
  height: 20px;
  width: 20px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.info-icon:hover svg {
  fill: rgba(15, 135, 213, 0.6);
}

.button-border:hover {
  border: 4px solid #fff;
}

.button-opactity:hover {
  opacity: 0.6;
}

.button-white:hover {
  background-color: #fff;
  color: #0f87d5;
  border-color: #0f87d5;
}

.button-blue:hover {
  background-color: #0f87d5;
  color: #fff;
  border-color: #fff;
}

.authorization-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
  background: rgba(237, 248, 255, 0.5);
}

.authorization-block p {
  color: #3c3c3c;
  font-weight: 600 !important;
  font-size: 16px !important;
  line-height: 160% !important;
  margin: 0 !important;
}

.authorization-block .button {
  opacity: 0.5;
  margin-left: 10px;
  cursor: revert;
}

.feature-input {
  border: 1px solid #E0E8F3;
  border-radius: 1px;
  width: 88px;
  height: 44px;
  text-align: center;
  outline: none;
}

.button-plus,
.button-minus,
.button-cross {
  width: 42px;
  height: 42px;
  position: relative;
  cursor: pointer;
}

.button-plus div,
.button-minus div,
.button-cross div {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background: #0f87d5;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.button-plus:active div,
.button-minus:active div,
.button-cross:active div {
  background: #3c3c3c;
}

.button-plus__first {
  width: 16px;
  height: 1px;
}

.button-plus__second {
  width: 1px;
  height: 16px;
}

.button-minus .button-plus__second {
  display: none;
}

.button-minus.active .button-plus__first {
  background: #BEBEBE;
}

.button-plus.active .button-plus__first {
  background: #BEBEBE;
}

.button-plus.active .button-plus__second {
  background: #BEBEBE;
}

.button-cross div {
  background: #3c3c3c;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.button-cross .button-plus__first {
  width: 16px;
  height: 1px;
}

.button-cross .button-plus__second {
  width: 1px;
  height: 16px;
}

.button-cross:active div {
  background: #0f87d5;
}

.button-counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #E0E8F3;
  border-radius: 1px;
  max-width: 170px;
  background: rgba(255, 255, 255, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.button-counter.long-style {
  max-width: 100%;
  background: #fff;
  border-color: transparent;
}

.button-counter.long-style input {
  padding: 0 10px;
  text-align: left;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
}

.button-counter .icon {
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  margin: auto 0;
}

.button-counter .icon svg {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  fill: #0f87d5;
}

.button-counter .icon svg:hover {
  fill: #3c3c3c;
}

.button-counter .icon.disabled {
  cursor: default;
}

.button-counter .icon.disabled svg {
  fill: #BEBEBE;
}

.icon-decrement,
.icon-increment,
.icon-cross {
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
}

.icon-cross {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.icon-cross svg {
  fill: #3c3c3c;
}

.icon-cross:hover {
  opacity: 0.6;
}

.counter-input,
.enter-input {
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 18px;
  height: 42px;
  text-align: center;
  background: rgba(255, 255, 255, 0);
  color: #3c3c3c;
  outline: none;
  border: none;
  padding: 0;
}

.button-enter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.button-enter .icon-cross {
  margin: auto 0;
}

.counter-input {
  width: 100%;
}

.enter-input {
  width: 86px;
  border: 1px solid #E0E8F3;
  border-radius: 1px;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.05em;
}

.enter-input.show-cross + .icon-cross {
  visibility: hidden;
  opacity: 0;
}

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

.element-input label {
  font-weight: 400;
  font-size: 14px;
  color: #3c3c3c;
  margin: 0px 0 5px 0;
  line-height: 100%;
  display: block;
}

.element-input.error-field input {
  border-color: #FF1744;
}

.element-input.error-field .general-input__require {
  display: block;
}

.general-label {
  display: block;
  font-weight: 400;
  font-size: 14px;
  color: #3c3c3c;
  margin: 7px 0 5px 0;
  line-height: 100%;
}

.general-input__require {
  margin: 5px 0 0 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #F2545B;
  display: none;
}

.general-input {
  max-width: 390px;
  height: 44px;
  border: 1px solid #E0E8F3;
  background: rgba(255, 255, 255, 0);
  border-radius: 1px;
  font-weight: 400;
  font-size: 14px;
  padding: 12px 10px;
  outline: none;
  color: #3c3c3c;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.general-input::-webkit-input-placeholder {
  color: #BEBEBE;
}

.general-input::-moz-placeholder {
  color: #BEBEBE;
}

.general-input:-ms-input-placeholder {
  color: #BEBEBE;
}

.general-input::-ms-input-placeholder {
  color: #BEBEBE;
}

.general-input::placeholder {
  color: #BEBEBE;
}

.general-input:hover {
  border-color: #C0CBDA;
}

.general-input:focus {
  border-color: #C0CBDA;
}

.general-input.require + .general-input__require {
  display: block;
}

.general-input.require {
  border-color: #F2545B;
}

.text-white-shadow {
  line-height: 140% !important;
  margin: 0 !important;
  max-height: 66px;
  overflow: hidden;
}

.text-white-shadow:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 24px;
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(bottom, #fff 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(0deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 1;
  line-height: 140%;
}

.require__star {
  color: #FF1744;
}

.info-icon {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.info-icon:after {
  content: "";
  width: 30px;
  height: 30px;
  background: rgba(255, 255, 255, 0);
  display: block;
  position: absolute;
  top: -5px;
  margin: auto;
}

.info-icon__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.info-icon__block.visible .info-icon__content {
  visibility: visible;
  opacity: 1;
}

.info-icon__content {
  -webkit-transition: visibility 0.3s ease-in, opacity 0.3s ease-in;
  -o-transition: visibility 0.3s ease-in, opacity 0.3s ease-in;
  transition: visibility 0.3s ease-in, opacity 0.3s ease-in;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 21px;
  left: 10px;
  right: 0;
  width: 100%;
  min-width: 260px;
  background: #828282;
  padding: 30px 20px 20px 20px;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 2;
}

.info-icon__content .button-cross {
  position: absolute !important;
  right: 0 !important;
  top: 0 !important;
  left: auto !important;
  width: 32px !important;
  height: 32px !important;
}

.info-icon__content .button-cross div {
  background: #fff;
}

.info-icon__content .button-cross .button-plus__first {
  width: 10px !important;
  height: 1px !important;
}

.info-icon__content .button-cross .button-plus__second {
  width: 1px !important;
  height: 10px !important;
}

.info-icon__content .icon-cancel {
  position: absolute !important;
  top: 4px !important;
  right: 4px !important;
  width: 22px !important;
  height: 22px !important;
}

.info-icon__content .icon-cancel svg {
  fill: #fff !important;
}

.info-icon__text {
  font-weight: 600;
  font-size: 14px;
  line-height: 140%;
  color: #fff;
}

.text-block {
  text-align: left;
  color: #3c3c3c;
}

.text-block h1,
.text-block h2,
.text-block h3,
.text-block h4,
.text-block h5 {
  font-weight: 700;
  line-height: 130%;
}

.text-block h1:first-child,
.text-block h2:first-child,
.text-block h3:first-child,
.text-block h4:first-child,
.text-block h5:first-child {
  margin-top: 0 !important;
}

.text-block p {
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  margin: 20px 0;
}

.text-block p:first-child {
  margin-top: 0 !important;
}

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

.text-block strong {
  font-weight: 600;
}

.text-block ol {
  font-size: 16px;
  line-height: 160%;
  list-style: none;
  counter-reset: li;
}

.text-block ol li:before {
  counter-increment: li;
  content: counters(li, ".") ". ";
}

.text-block ul {
  line-height: 160%;
  list-style: disc;
}

.text-block hr {
  border: 0px;
  border-top: 1px solid #D9D9D9;
}

.text-block a {
  font-weight: 600;
  color: #0f87d5;
  display: inline;
}

.text-block img {
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

.text-block.show-text .text-block__content_after::after {
  display: none;
}

.text-block.show-text .text-block__content {
  margin-bottom: 20px;
}

.text-block.show-text .text-block__content:last-of-type {
  margin-bottom: 0;
}

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

.text-block .col-1,
.text-block .col-2,
.text-block .col-3,
.text-block .col-4,
.text-block .col-5,
.text-block .col-6,
.text-block .col-7,
.text-block .col-8,
.text-block .col-9,
.text-block .col-10,
.text-block .col-11,
.text-block .col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.text-block .col-1 {
  width: 8.33333333%;
}

.text-block .col-2 {
  width: 16.66666666%;
}

.text-block .col-3 {
  width: 24.99999999%;
}

.text-block .col-4 {
  width: 33.33333332%;
}

.text-block .col-5 {
  width: 41.66666665%;
}

.text-block .col-6 {
  width: 49.99999998%;
}

.text-block .col-7 {
  width: 58.33333331%;
}

.text-block .col-8 {
  width: 66.66666664%;
}

.text-block .col-9 {
  width: 74.99999997%;
}

.text-block .col-10 {
  width: 83.3333333%;
}

.text-block .col-11 {
  width: 91.66666663%;
}

.text-block .col-12 {
  width: 99.99999996%;
}

.text-block__content {
  margin-bottom: 0;
  position: relative;
  max-width: 800px;
}

.text-block__content.hide-text {
  display: none;
}

.text-block__content.hide-text.show-text {
  display: block;
}

.text-block__content.hide-text::after {
  display: none;
}

.text-block__content_after:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 16px;
  margin-bottom: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#F7F7F9), to(rgba(247, 247, 249, 0)));
  background: -o-linear-gradient(bottom, #F7F7F9 0%, rgba(247, 247, 249, 0) 100%);
  background: linear-gradient(0deg, #F7F7F9 0%, rgba(247, 247, 249, 0) 100%);
  width: 100%;
  display: block;
}

.text-block__content_after.white-after::after {
  background: -webkit-gradient(linear, left bottom, left top, from(#FFFFFF), to(rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(bottom, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(0deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
}

.radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.radio__input {
  display: none;
}

.radio__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  padding: 6px 0;
  width: 100%;
  cursor: pointer;
}

.radio__span-done {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.radio__span-done svg {
  visibility: hidden;
  width: 20px;
  height: 20px;
  fill: #0f87d5;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: -webkit-transform 0.3s ease-in;
  transition: -webkit-transform 0.3s ease-in;
  -o-transition: transform 0.3s ease-in;
  transition: transform 0.3s ease-in;
  transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
}

.radio__span-done:before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 14px;
  width: 14px;
  background: #fff;
  border: 1px solid #C0CBDA;
  border-radius: 50%;
}

.radio__span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 20px;
  min-width: 20px;
  height: 16px;
  position: relative;
}

.radio__span::before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 14px;
  width: 14px;
  background: #fff;
  border: 1px solid #C0CBDA;
  border-radius: 50%;
  -webkit-transition: border 0.3s ease-in;
  -o-transition: border 0.3s ease-in;
  transition: border 0.3s ease-in;
}

.radio__span:after {
  -webkit-transition: -webkit-transform 0.3s ease-in;
  transition: -webkit-transform 0.3s ease-in;
  -o-transition: transform 0.3s ease-in;
  transition: transform 0.3s ease-in;
  transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  background: #0f87d5;
  border-radius: 50%;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}

.radio__span:hover:before {
  border-color: #0f87d5;
}

.radio__input:checked + .radio__label .radio__span::after {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.radio__input:checked + .radio__label .radio__span::before {
  border-color: #0f87d5;
}

.radio__input:checked + .radio__label .radio__span-done svg {
  visibility: visible;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  z-index: 2;
}

.radio__input:checked + .radio__label .radio__span-done::before {
  border-color: rgba(255, 255, 255, 0);
}

.radio__input:disabled + .radio__label .radio__span::before {
  border-color: #C0CBDA;
  background: #C0CBDA;
}

.radio__input:disabled + .radio__label .radio__span-done::before {
  border-color: #C0CBDA;
  background: #C0CBDA;
}

.radio__span-done_invoice svg {
  width: 24px;
  height: 24px;
}

.radio__span-done_invoice:before {
  height: 18px;
  width: 18px;
  -webkit-transition: border 0.3s ease-in;
  -o-transition: border 0.3s ease-in;
  transition: border 0.3s ease-in;
}

.radio__span-done_invoice:hover:before {
  border-color: #0f87d5;
}

.radio__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0 0 0 16px;
  font-weight: 400;
  font-size: 14px;
  color: #3c3c3c;
}

.button-dropdown.white-style .button-dropdown__wrap,
.button-dropdown.white-style .button-dropdown__option {
  background: #fff;
  border-color: transparent;
}

.button-dropdown.white-style .button-dropdown__wrap .button-dropdown__icon svg,
.button-dropdown.white-style .button-dropdown__option .button-dropdown__icon svg {
  fill: #0f87d5;
}

.button-dropdown.scroll .button-dropdown__options {
  overflow-y: overlay;
  overflow-x: clip;
  max-height: 216px;
}

.button-dropdown,
.button-dropdown__option {
  position: relative;
  height: 44px;
  cursor: pointer;
  width: 100%;
  outline: none;
}

.button-dropdown .button-dropdown__icon svg,
.button-dropdown__option .button-dropdown__icon svg {
  fill: #E0E8F3;
}

.button-dropdown__wrap,
.button-dropdown__option {
  background: #fafafb;
  font-size: 16px;
  font-weight: 400;
  border-radius: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 35px 0 10px;
  height: 44px;
  margin: 0 0 -1px 0;
  color: #3c3c3c;
  outline: none;
}

.button-dropdown__wrap {
  border: 1px solid #E0E8F3;
}

.button-dropdown_product .button-dropdown__wrap {
  background: #fafafb;
  font-weight: 500;
  font-size: 16px;
  border-color: rgba(255, 255, 255, 0);
}

.button-dropdown_product .button-dropdown__icon svg {
  fill: #3c3c3c;
}

.button-dropdown_product .button-dropdown__option {
  border-color: rgba(255, 255, 255, 0);
}

.button-dropdown__input {
  width: 100%;
  font-weight: 500;
  font-size: 16px;
  background: none;
  color: #3c3c3c;
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
}

.button-dropdown__options {
  position: absolute;
  width: 100%;
  top: 48px;
  left: 0;
  border: 1px solid #E0E8F3;
  display: none;
  z-index: 6;
  height: auto;
  overflow: hidden;
  scrollbar-color: #CDCDCD rgba(255, 255, 255, 0);
  scrollbar-width: 4px;
}

.button-dropdown__options::-webkit-scrollbar {
  background-color: rgba(255, 255, 255, 0);
  max-height: 95px;
  width: 4px;
  position: absolute;
}

.button-dropdown__options::-webkit-scrollbar-thumb {
  background: #CDCDCD;
  border-radius: 100px;
}

.button-dropdown.active .button-dropdown__options {
  display: block;
}

.button-dropdown__icon {
  position: absolute;
  height: 44px;
  width: 44px;
  top: 0;
  right: 0;
}

.button-dropdown__icon {
  -webkit-transition: -webkit-transform 0.3s ease-in;
  transition: -webkit-transform 0.3s ease-in;
  -o-transition: transform 0.3s ease-in;
  transition: transform 0.3s ease-in;
  transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
}

.button-dropdown__icon svg {
  fill: #3c3c3c;
}

.button-dropdown.active .button-dropdown__icon {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.button-dropdown__option {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.button-dropdown__option .button-dropdown__icon {
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
  display: none;
}

.button-dropdown__option.active .button-dropdown__icon {
  display: block;
}

.button-dropdown__option:hover {
  background: #E0E8F3;
}

.button-dropdown__option:hover svg {
  fill: white;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 30px 0;
}

.pagination .icon {
  width: 34px;
  height: 34px;
  cursor: pointer;
}

.pagination .pagination__arrow_right {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.pagination a.pagination__arrow_left svg,
.pagination a.pagination__arrow_right svg {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  fill: #3c3c3c;
}

.pagination a:hover svg {
  fill: #0f87d5;
}

.pagination span.pagination__arrow_left,
.pagination span.pagination__arrow_right {
  cursor: default;
}

.pagination span.pagination__arrow_left svg,
.pagination span.pagination__arrow_right svg {
  fill: #D9D9D9;
}

.pagination__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 16px 0 16px;
}

.pagination__list span {
  cursor: default;
  color: #fff;
  background: #0f87d5;
}

.pagination__list a {
  cursor: pointer;
  color: #3c3c3c;
  background: rgba(255, 255, 255, 0);
}

.pagination__list a:hover {
  color: #0f87d5;
}

.pagination__item_ellipsis {
  color: #3c3c3c !important;
  background: rgba(255, 255, 255, 0) !important;
}

.pagination__item {
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.1em;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 1px;
  font-weight: 600;
  font-size: 18px;
  width: 32px;
  height: 32px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  margin: 0 2px;
}

.icon-favorites svg:nth-child(1) {
  display: block;
}

.icon-favorites svg:nth-child(2) {
  display: none;
}

.icon-favorites.active svg:nth-child(1) {
  display: none;
}

.icon-favorites.active svg:nth-child(2) {
  display: block;
}

.product-item {
  position: relative;
  width: 300px;
  height: 324px;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(174, 193, 201, 0.25);
          box-shadow: 0px 0px 8px 0px rgba(174, 193, 201, 0.25);
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  background: #fff;
  overflow: hidden;
}

.product-item.phased .product-item__status {
  color: #FFB41F;
  background: rgba(255, 180, 31, 0.1);
}

.product-item.back .product-item__status {
  color: #FF7222;
  background: rgba(255, 114, 34, 0.1);
}

.product-item a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.product-item:hover {
  -webkit-box-shadow: 1px 1px 32px 0px rgba(174, 193, 201, 0.45);
          box-shadow: 1px 1px 32px 0px rgba(174, 193, 201, 0.45);
}

.product-item:hover .product-item__title {
  color: #0f87d5;
}

.product-item .icon-favorites {
  fill: #0f87d5;
  width: 30px !important;
  height: 30px !important;
  background: rgba(255, 255, 255, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
}

.product-item .icon-favorites svg {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  width: 20px;
  height: 20px;
}

.product-item .icon-status {
  width: 10px;
  height: 10px;
}

.product-item__image {
  width: 100%;
  max-height: 210px;
}

.product-item__image img {
  height: 100%;
  width: 100%;
}

.product-item__favorites {
  position: absolute;
  right: 0;
  top: 0;
  padding: 5px 5px 10px 10px;
  cursor: pointer;
}

.product-item__favorites:hover svg {
  fill: rgba(15, 135, 213, 0.6);
}

.product-item__new {
  position: absolute;
  top: 0;
  left: 0;
  width: 74px;
  height: 79px;
  cursor: pointer;
}

.product-item__new svg {
  fill: #FD3321;
}

.product-item__content {
  color: #3c3c3c;
  padding: 10px 10px 13px 10px;
}

.product-item__content__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product-item__status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #32BEA6;
  background: rgba(50, 190, 166, 0.1);
  padding: 0 5px;
  border-radius: 1px;
  height: 18px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.product-item__status .icon-check {
  width: 10px !important;
  height: 10px !important;
}

.product-item__status__label {
  font-size: 12px;
  font-weight: 500;
  margin: 0 0 0 5px;
}

.product-item__availability {
  font-weight: 500;
  font-size: 12px;
  line-height: 125%;
  letter-spacing: 0.05em;
}

.product-item__title {
  position: relative;
  height: 60px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.product-item__title::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100px;
  height: 20px;
  background: -webkit-gradient(linear, left top, right top, from(transparent), to(white));
  background: -o-linear-gradient(left, transparent, white);
  background: linear-gradient(to right, transparent, white);
  z-index: 1;
}

.price-format {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 12px;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  overflow: auto;
}

.price-format i {
  font-size: 16px;
  font-style: normal;
}

.price-format-new {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  overflow: auto;
}

.price-format-new small {
  font-size: 12px;
}

.price-format-new.semibold {
  font-weight: 600;
}

.price-format_cart-total {
  font-weight: 700;
  font-size: 14px;
  color: #0f87d5;
}

.price-format_cart-total i {
  font-size: 18px;
}

.price-format_checkout {
  font-weight: 500;
  font-size: 10px;
}

.price-format_checkout i {
  font-size: 14px;
}

.price-format_checkout-total {
  font-weight: 700;
  font-size: 12px !important;
}

.price-format_checkout-total i {
  font-size: 16px !important;
}

.price-format_semibold {
  font-weight: 600;
}

.price-format_bold {
  font-weight: 700;
}

.price-format_super-bold {
  font-weight: 800;
  font-size: 16px;
}

.price-format_super-bold i {
  font-size: 20px;
}

.price-quantity {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  overflow: auto;
}

.price-quantity_semibold {
  font-weight: 600;
}

.price-quantity_bold {
  font-weight: 700;
}

.table-details {
  font-weight: 500;
  font-size: 16px;
  color: #3c3c3c;
  line-height: 19px;
}

.table-details li > span:first-child {
  display: block;
  color: #818181;
  margin-right: 20px;
}

.table-details li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.table-details li:not(:last-child) {
  margin-bottom: 20px;
}

video[poster] {
  height: 100%;
  width: 100%;
  -o-object-fit: fill;
     object-fit: fill;
  position: relative;
}

video[poster]::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 50px;
  display: block;
  background-image: url(./img/icons/icons.svg#icon-play-video);
}

.preloader {
  position: relative;
  width: 48px;
  height: 48px;
  background: #E9EDF5;
}

.preloader::after {
  top: 0;
  left: 0;
  position: absolute;
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  background: #0f87d5;
  -webkit-animation: preloaderAnimation 1s linear infinite;
          animation: preloaderAnimation 1s linear infinite;
}

.preloader::before {
  position: absolute;
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
}

@-webkit-keyframes preloaderAnimation {
  0% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }

  25% {
    -webkit-transform: translate(300%, 0%);
            transform: translate(300%, 0%);
  }

  50% {
    -webkit-transform: translate(300%, 300%);
            transform: translate(300%, 300%);
  }

  75% {
    -webkit-transform: translate(0%, 300%);
            transform: translate(0%, 300%);
  }

  100% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
}

@keyframes preloaderAnimation {
  0% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }

  25% {
    -webkit-transform: translate(300%, 0%);
            transform: translate(300%, 0%);
  }

  50% {
    -webkit-transform: translate(300%, 300%);
            transform: translate(300%, 300%);
  }

  75% {
    -webkit-transform: translate(0%, 300%);
            transform: translate(0%, 300%);
  }

  100% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
  font-family: "Inter", sans-serif;
}

body.search-active .hamburger {
  opacity: 0;
  visibility: hidden;
}

body.search-active .top-item:last-child {
  opacity: 0;
  visibility: hidden;
}

body.search-active #searchCross {
  opacity: 1;
  visibility: visible;
}

body.search-active .search {
  opacity: 1;
  z-index: 3;
  visibility: visible;
}

body.search-active .header__search__input {
  color: #3c3c3c;
  padding: 9px 20px;
  background: #fff;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

body.search-active .header__search__block .icon-search {
  right: 0;
  width: 36px;
  margin: auto 0 auto auto;
  padding: 0;
}

body.search-active .header__search__block .icon-search svg {
  fill: #BEBEBE;
}

main {
  height: 100%;
}

header {
  z-index: 3;
  position: fixed;
  width: 100%;
}

/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */

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

.overflow-hidden {
  overflow: hidden;
}

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

.container {
  max-width: 1660px;
  margin: 0 auto;
  padding: 0 30px;
}

.top {
  position: relative;
  z-index: 1;
  background: #0f87d5;
  width: 100%;
  -webkit-transition: -webkit-box-shadow 0.2s linear;
  transition: -webkit-box-shadow 0.2s linear;
  -o-transition: box-shadow 0.2s linear;
  transition: box-shadow 0.2s linear;
  transition: box-shadow 0.2s linear, -webkit-box-shadow 0.2s linear;
}

.top.shadow {
  -webkit-box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.1);
}

.top .container {
  position: relative;
}

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

.top-list {
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.top-list .icon svg {
  fill: #fff;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.top-list .icon {
  width: 26px;
  height: 26px;
}

.top-list .icon:hover svg {
  fill: rgba(255, 255, 255, 0.6);
}

.top-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 1;
  visibility: visible;
  -webkit-transition: visibility 0.3s ease-in, opacity 0.3s ease-in;
  -o-transition: visibility 0.3s ease-in, opacity 0.3s ease-in;
  transition: visibility 0.3s ease-in, opacity 0.3s ease-in;
}

.top-item_center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

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

.top-link {
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 5px;
  margin-right: 0;
}



.top-link .icon-favorites svg:nth-child(1) {
  display: block !important;
}

.top-link_search {
  display: none;
}



.top-link__text {
  font-weight: 500;
  font-size: 14px;
  line-height: 26px;
  color: #fff;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.nav {
  position: relative;
  top: 0;
  z-index: 0;
  height: 50px;
  background: #fff;
  width: 100%;
  -webkit-transition: top 0.2s linear;
  -o-transition: top 0.2s linear;
  transition: top 0.2s linear;
  -webkit-box-shadow: 1px 1px 32px 0px rgba(174, 193, 201, 0.3);
          box-shadow: 1px 1px 32px 0px rgba(174, 193, 201, 0.3);
}

#header{  -webkit-transition: top 0.2s linear;
  -o-transition: top 0.2s linear;
  transition: top 0.2s linear;}

.nav .container {
  height: 100%;
  padding: 0;
}

.nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  color: #3c3c3c;
  font-weight: 600;
  text-transform: capitalize;
}

.nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 30px;
  border-bottom: 3px solid rgba(255, 255, 255, 0);
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  cursor: pointer;
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.nav-item.active {
  border-bottom: 3px solid #0f87d5;
}

.nav-item:hover {
  border-bottom: 3px solid #0f87d5;
}
/*
.nav-item:first-child {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.nav-item:last-child {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
*/
.nav-link {
  display: block;
  font-size: 16px;
  text-align: center;
  margin-top: 3px;
  max-width: 150px;
}

.logo-about {
  font-weight: 500;
  color: #fff;
  font-size: 16px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.logo-about:hover {
  color: rgba(255, 255, 255, 0.6);
}

.logo {
  height: 39px;
  width: 209px;
  display: block;
}

.logo svg {
  width: 100%;
  height: 100%;
}

.logo svg:nth-child(2) {
  display: none;
}

.user-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.user-button:hover p {
  color: rgba(255, 255, 255, 0.6);
}

.user-button:hover svg {
  fill: rgba(255, 255, 255, 0.6);
}

#accountButton {
  position: relative;
}

.search-icon {
  position: absolute;
  left: 134px;
}

.header__search__input {
  width: 100%;
  padding: 9px 20px;
  font-size: 14px;
  background: none;
  border: 1px solid #fff;
  border-radius: 1px;
  color: #fff;
  outline: none;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.header__search__input::-webkit-input-placeholder {
  color: #fff;
}

.header__search__input::-moz-placeholder {
  color: #fff;
}

.header__search__input:-ms-input-placeholder {
  color: #fff;
}

.header__search__input::-ms-input-placeholder {
  color: #fff;
}

.header__search__input::placeholder {
  color: #fff;
}

.header__search__input:focus {
  color: #3c3c3c;
 /* padding: 9px 15px;*/
  background: #fff;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
/*
.header__search__input:focus + .icon-search {
  right: 10px;
  margin: auto 0 auto auto;
}
*/
.header__search__input:focus + .icon-search svg {
  fill: #BEBEBE;
}

.basket__button {
  position: relative;
}

.basket__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  right: 0;
  top: -1px;
  height: 17px;
  width: 17px;
  background: #fccd04;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  border-radius: 50%;
  font-size: 8px;
  line-height: 1;
}

.header__search__block {
  position: relative;
  margin: 0 0 0 226px;
}

.header__search__block .icon {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
/*
.header__search__block .icon-search {
  left: 17px;
}
*/
.header__search__block .icon-cancel {
  right: -68px;
  left: auto;
  width: 56px;
  height: 56px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0.2s, opacity 0.2s;
  -o-transition: visibility 0.2s, opacity 0.2s;
  transition: visibility 0.2s, opacity 0.2s;
}

.search-button {
  display: none;
}

.user-button {
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.user-button .icon-user {
  display: none;
}

.basket-count {
  background: #fccd04;
}

.search__loading {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  width: 54px;
  height: 54px;
  margin: 270px auto auto auto;
  -webkit-animation: search__loader 1.2s infinite linear;
          animation: search__loader 1.2s infinite linear;
}

.search__loading.search-result {
  display: none;
}

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

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

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

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.hamburger {
  display: none;
}

.hamburger-button {
  z-index: 11;
  position: relative;
  cursor: pointer;
}

.hamburger-button:hover span {
  background: rgba(255, 255, 255, 0.6);
}

.hamburger-content {
  background: rgba(60, 60, 60, 0.9);
  right: 0;
  top: 0;
  position: fixed;
  height: 0;
  width: 100%;
  z-index: 10;
  -webkit-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
  opacity: 0;
}

.hamburger-content.active {
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  opacity: 1;
  height: 100%;
}

.hamburger-list {
  padding: 50px 0 0 0;
  height: 100%;
  width: 450px;
  background: #fff;
  margin: auto 0 auto auto;
  position: fixed;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  z-index: 11;
  overflow:scroll;
}

.hamburger-list.active {
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  -o-transition: transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
  -webkit-transform: translateX(0px);
      -ms-transform: translateX(0px);
          transform: translateX(0px);
}

.hamburger-list.transition {
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  -o-transition: transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}

.hamburger-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #3c3c3c;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  cursor: pointer;
  margin: 0 0 25px 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: capitalize;
  transition: all 0.3s ease-in;
}

.hamburger-item:hover {
  color: #0f87d5;
}

.hamburger-icon {
  position: static;
  z-index: 5;
  padding:10px;
}

.hamburger-icon span {
  display: block;
  position: relative;
  width: 24px;
  height: 2px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.meat,
.bottom-bun {
  margin: 6px 0 0 0;
}

.hamburger-button.active .top-bun {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-top: 7px;
  background-color: #3c3c3c;
}

.hamburger-button.active .bottom-bun {
  opacity: 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.hamburger-button.active .meat {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-top: -2px;
  background-color: #3c3c3c;
}

.hamburger-button.active .nav {
  top: 0;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.dropdown {
  position: absolute;
  top: 100%;
  /* display: flex; */
  left: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  bottom: 0;
  background: rgba(60, 60, 60, 0.9);
  z-index: 20;
  -webkit-transition: opacity 0.2s visibilitty 0.2s;
  -o-transition: opacity 0.2s visibilitty 0.2s;
  transition: opacity 0.2s visibilitty 0.2s;
  opacity: 0;
  visibility: hidden;
}

.dropdown.active {
  visibility: visible;
  opacity: 1;
}

.dropdown .container {
  overflow: auto;
  scrollbar-color: #0f87d5 rgba(255, 255, 255, 0);
  scrollbar-width: 4px;
}

.dropdown .container::-webkit-scrollbar {
  background-color: rgba(255, 255, 255, 0);
  max-height: 95px;
  width: 4px;
}

.dropdown .container::-webkit-scrollbar-thumb {
  background: #0f87d5;
  border-radius: 0;
}

.dropdown-wrapper {
  width: 100%;
  max-height: calc(100vh - 130px);
}

.dropdown-wrapper:hover .dropdown {
  display: none;
}

.dropdown-list {
  background: #fff;
  padding: 20px 30px;
  display: -ms-grid;
  display: flex;
  flex-wrap: wrap;
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
  row-gap: 20px;
}

.dropdown-item {
  width: 210px;
  height: 210px;
  cursor: pointer;
}

.dropdown-text {
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  text-transform: capitalize;
  height: 100%;
  padding: 10px;
}

.dropdown-link {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  line-height: 120%;
  overflow: hidden;
}

.dropdown-link img {
  margin: 0 auto;
  height: 100%;
  width: 100%;
  max-width: 100%;
  max-height: 140px;
}

.dropdown-link:hover .dropdown-text {
  color: #0f87d5;
}

.dropdown-background:hover .dropdown {
  display: block;
}

.section-slider .text-block h1,
.section-slider .text-block h2,
.section-slider .text-block h3,
.section-slider .text-block h4,
.section-slider .text-block h5,
.about-account .text-block h1,
.about-account .text-block h2,
.about-account .text-block h3,
.about-account .text-block h4,
.about-account .text-block h5,
.section-grey .text-block h1,
.section-grey .text-block h2,
.section-grey .text-block h3,
.section-grey .text-block h4,
.section-grey .text-block h5,
.about .text-block h1,
.about .text-block h2,
.about .text-block h3,
.about .text-block h4,
.about .text-block h5,
.blue-book .text-block h1,
.blue-book .text-block h2,
.blue-book .text-block h3,
.blue-book .text-block h4,
.blue-book .text-block h5,
.section__additional-links .text-block h1,
.section__additional-links .text-block h2,
.section__additional-links .text-block h3,
.section__additional-links .text-block h4,
.section__additional-links .text-block h5 {
  line-height: 110%;
  letter-spacing: -0.03em;
}

.section-slider .text-block h1,
.about-account .text-block h1,
.section-grey .text-block h1,
.about .text-block h1,
.blue-book .text-block h1,
.section__additional-links .text-block h1 {
  font-size: 65px;
}

.section-slider .text-block h2,
.about-account .text-block h2,
.section-grey .text-block h2,
.about .text-block h2,
.blue-book .text-block h2,
.section__additional-links .text-block h2 {
  font-size: 42px;
  color: #2d2d2d;  
  margin-bottom: 20px;
}

.section-slider .text-block p,
.about-account .text-block p,
.section-grey .text-block p,
.about .text-block p,
.blue-book .text-block p,
.section__additional-links .text-block p {
  font-size: 18px;
  margin-bottom: 20px;
}

.section-slider h2.page-title,
.about-account h2.page-title,
.section-grey h2.page-title,
.about h2.page-title,
.blue-book h2.page-title,
.section__additional-links h2.page-title {
  font-size: 42px;
  color: #2d2d2d;  
  line-height: 110%;
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.03em;

}

.section-slider h2.page-title.white,
.about-account h2.page-title.white,
.section-grey h2.page-title.white,
.about h2.page-title.white,
.blue-book h2.page-title.white,
.section__additional-links h2.page-title.white {
  color: #fff;
}

.splide:not(.is-overflow) .splide__pagination {
  display: block;
}

.section-slider {
  padding: 0;
  margin: 0 0 10px 0;
}

.section-slider .splide__pagination {
  bottom: 15px;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 2;
}

.section-slider .splide__pagination .splide__pagination__page {
  width: 24px;
  height: 3px;
  background: #fff;
  margin: 0 5px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  border-radius: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section-slider .splide__pagination .splide__pagination__page.is-active {
  background: #0f87d5;
}

.section-slider .splide__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 100%;
}

.section-slider .splide__wrapper .button,
.section-slider .splide__wrapper .splide__title {
  margin: 0 auto 0 70px;
}

.section-slider .splide__wrapper .button {
  padding-left: 0;
  margin: 0 auto 0 77px;
  font-size: 20px;
}

.section-slider .splide__wrapper .button_inline .icon {
  margin-left: 10px;
}

.section-slider .splide__track {
  text-align: center;
}

.section-slider .container__arrows {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 100%;
}

.section-slider .splide__arrows {
  position: absolute;
  top: 43.5%;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  text-align: center;
  z-index: 2;
}

.section-slider .splide__arrow {
  position: absolute;
  top: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 2;
}

.section-slider .splide__arrow--prev {
  top: 50%;
  left: 30px;
  -webkit-transform: translate(0%, 50%);
      -ms-transform: translate(0%, 50%);
          transform: translate(0%, 50%);
}

.section-slider .splide__arrow--prev svg {
  fill: #0f87d5;
}

.section-slider .splide__arrow--next {
  right: 30px;
  -webkit-transform: translate(0%, 50%);
      -ms-transform: translate(0%, 50%);
          transform: translate(0%, 50%);
  -webkit-transform: rotate(45);
      -ms-transform: rotate(45);
          transform: rotate(45);
}

.section-slider .splide__arrow--next svg {
  fill: #0f87d5;
}

.section-slider .icon-prev,
.section-slider .icon-next {
  width: 60px;
  height: 60px;
}

.section-slider .icon-next {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.section-slider .splide__slide {
  height: 35vw;
  max-height: 700px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.section-slider .splide__title {
  text-align: left;
  font-size: 65px;
  color: #3c3c3c;
  font-weight: 700;
  line-height: 140%;
  width: 1000px;
  padding: 10px 0 30px 0;
}

.section-slider .splide__link {
  margin: 0 auto 38px 54px;
  font-size: 20px;
  color: #0f87d5;
  min-width: 202px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.section-slider .splide__list .splide__slide:last-child.is-active .splide__arrow--next svg {
  fill: #0f87d5;
}

.splide__arrows button svg {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.splide__arrows button:disabled svg {
  fill: #818181 !important;
}

.splide__arrows button:hover svg {
  opacity: 0.6;
}

.about-account {
  background: #0f87d5;
  color: #fff;
  padding: 75px 0 72px;
  margin: 0 0 10px 0;
}

.about-account .page-title {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}


.about-account-title {
  text-align: center;
  color: #fff;
  margin: 0 0 38px 0;
}

.about-account-title-icon {
  margin: 0 0 0 6px;
}

.about-account-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 50px;
}

.about-account-item {
  text-align: center;
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
}

.about-account-icon {
  height: 90px;
  width: 90px;
  margin: 0 auto 12px auto;
}

.about-account-text {
  font-size: 18px;
  font-weight: 700;
  width: 160px;
  margin: 0 auto;
  line-height: 160%;
}

.about-account .button-group {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
}

.account {
  padding: 55px 0 140px;
}

.account .table-details span:first-child {
  width: 140px;
  min-width: 140px;
}

.account .general-label {
  margin-top: 0;
}

.account .text-block {
  max-width: 550px;
}

.account .show-more {
  margin: 15px 0 0 0;
}

.account .modal-form__title {
  text-align: left;
}

.account .pagination {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 30px 0 0 0;
}

.account .button_light:hover {
  color: rgba(15, 135, 213, 0.6);
}

.icon-link {
  width: 16px !important;
  height: 17px !important;
  min-width: auto !important;
}

.icon-link svg {
  fill: #0f87d5;
}

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

.account__aside {
  min-width: 265px;
  width: 265px;
  margin: 0 50px 0 0;
}

.account__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  font-size: 18px;
  color: #3c3c3c;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  cursor: pointer;
  margin: 0 0 28px 0;
}

.account__item:hover {
  color: #0f87d5;
}

.account__item:hover svg {
  fill: #0f87d5;
}

.account__item.active {
  color: #0f87d5;
}

.account__item.active svg {
  fill: #0f87d5;
}

.account__item__link {
  line-height: 100%;
  margin: 0 0 0 20px;
}

.account__item__icon {
  width: 24px;
  height: 24px;
}

.account__item__icon svg {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  fill: #3c3c3c;
}

.account__main {
  width: 100%;
  max-width: 925px;
}

.account__main .product-list {
  gap: 20px;
  margin-top: 0;
  padding-top: 30px;
}

.account__main .product-list .product-item {
  width: 280px;
}

.account__main .product-list .product-item__content {
  padding: 0 10px 15px 10px;
}

.account__main .product-list .product-item__title {
  margin-top: 7px;
}

.account__main__menu {
  position: relative;
  height: 63px;
  margin-bottom: 24px;
}

.account__main__menu.active .account__filters {
  opacity: 0;
  visibility: hidden;
}

.account__main__menu.active .account__payment {
  opacity: 1;
  visibility: visible;
}

.account__title {
  font-size: 26px;
  font-weight: 400;
  color: #3c3c3c;
  line-height: 110%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 30px;
}

.account__home {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 85px;
}

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

.account__home__item:last-child {
  width: 100%;
}

.edit__button {
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  color: #0f87d5;
  cursor: pointer;
  margin: 0 0 3px 15px;
  display: block;
}

.account__menu {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  overflow: auto;
top: 46px;
  left: 50%;
  right: 0;
  width: 190px;
  background: #fff;
  padding: 30px 20px 2px 30px;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 12;
  -webkit-box-shadow: 2px 2px 16px rgba(81, 99, 106, 0.1);
          box-shadow: 2px 2px 16px rgba(81, 99, 106, 0.1);
}

.account__menu .account__item {
  font-size: 14px;
  margin: 0 0 20px 0;
  line-height: 122%;
  text-transform: capitalize;
}

.account__menu .button-cross {
  position: absolute;
  right: 8px;
  top: 8px;
  display: none;
}

.account__menu .button-cross .button-plus__first {
  width: 28px;
  height: 2px;
}

.account__menu .button-cross .button-plus__second {
  height: 28px;
  width: 2px;
}

.account__menu .account__item_last {
  margin: 30px 0 !important;
}

.account__button.active + .account__menu {
  visibility: visible;
  opacity: 1;
}

.account__button.transition + .account__menu {
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  -o-transition: transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}

.account__info-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 77px 60px 0;
}

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

.account__info-item .account__title {
  line-height: 130%;
}

.account__info-item .product__price {
  font-size: 16px;
  display: block;
  width: 80px;
  margin: 0 0 0 auto;
}

.account__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #3c3c3c;
  margin: 0 0 14px;
}

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

.account__invoices__nav .element-input {
  margin: 0 10px 0 0;
}

.account__invoices__nav .button {
  min-width: auto;
}

.account__filters__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.account__filters__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  max-width: 370px;
  width: 100%;
}

.account__filters__wrap:first-child {
  min-width: 370px;
}

.account__filters__wrap:not(:last-child) {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-right: 20px;
}

.account__filters__wrap:last-child {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.account__filters__wrap .element-input,
.account__filters__wrap .account__filters__dropdown {
  width: calc(50% - 5px);
  max-width: 180px;
}

.account__filters__wrap .element-input .general-label,
.account__filters__wrap .account__filters__dropdown .general-label {
  margin: 0 0 5px 0;
}

.account__filters__wrap .button-dropdown__wrap,
.account__filters__wrap .button-dropdown__option {
  background: #fff;
}

.account__filters__wrap .account__info-item:last-child {
  width: 110px;
  margin-left: 15px;
}

.account__filters__wrap .account__info-item .account__text {
  margin: 0 0 17px;
}

.account__filters__wrap_all {
  -webkit-transition: max-height 0.5s, visibility 0.2s, opacity 0.2s ease-in-out;
  -o-transition: max-height 0.5s, visibility 0.2s, opacity 0.2s ease-in-out;
  transition: max-height 0.5s, visibility 0.2s, opacity 0.2s ease-in-out;
  visibility: hidden;
  opacity: 0;
  max-height: 0;
  max-width: 100%;
}

.account__filters__wrap_all.active {
  -webkit-transition: max-height 0.2s, visibility 0.5s, opacity 0.5s ease-in-out;
  -o-transition: max-height 0.2s, visibility 0.5s, opacity 0.5s ease-in-out;
  transition: max-height 0.2s, visibility 0.5s, opacity 0.5s ease-in-out;
  visibility: visible;
  opacity: 1;
  max-height: 100px;
}

.account__filters {
  -webkit-transition: visibility 0.2s, opacity 0.2s ease-in-out;
  -o-transition: visibility 0.2s, opacity 0.2s ease-in-out;
  transition: visibility 0.2s, opacity 0.2s ease-in-out;
  visibility: visible;
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 100%;
}

.account__filters .account__info-list {
  margin: 0;
}

.button_filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  font-size: 14px;
  height: 44px;
  line-height: 110%;
  padding: 12px 30px;
  background: #fff;
  color: #0f87d5;
  border: 1px solid #0f87d5;
  text-align: center;
  cursor: pointer;
  min-width: auto !important;
  -webkit-transition: border 0.3s ease-in, color 0.3s ease-in, background-color 0.3s ease-in, padding 0.3s ease-in;
  -o-transition: border 0.3s ease-in, color 0.3s ease-in, background-color 0.3s ease-in, padding 0.3s ease-in;
  transition: border 0.3s ease-in, color 0.3s ease-in, background-color 0.3s ease-in, padding 0.3s ease-in;
}

.button_filter:not(:last-child) {
  border-right: none;
}

.button_filter:first-child,
.button_filter:last-child {
  border-radius: 1px 0px 0px 1px;
}

.button_filter:last-child {
  border-radius: 0 1px 1px 0;
}

.button_filter.active {
  background: #0f87d5;
  color: #fff;
}

.account__payment {
  -webkit-transition: visibility 0.2s, opacity 0.2s ease-in-out;
  -o-transition: visibility 0.2s, opacity 0.2s ease-in-out;
  transition: visibility 0.2s, opacity 0.2s ease-in-out;


  width: 100%;
  height: 100%;

display:none;
  padding: 0 0 0 37px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #fff;
  -webkit-box-shadow: 0px 6px 24px rgba(174, 193, 201, 0.15);
          box-shadow: 0px 6px 24px rgba(174, 193, 201, 0.15);
}

.account__payment .button {
  min-width: 142px;
}

.account__payment .button_light {
  margin-left: 65px;
}

.account__payment .account__info-list {
  margin: 0;
  max-width: 400px;
  width: 100%;
}

.account__payment .account__info-item {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.account__payment .account__text {
  margin: 0 0 7px;
}

.order-list__nav {
  font-family: "Inter", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 122%;
  font-weight: 400;
  font-size: 14px;
  color: #3c3c3c;
  text-transform: capitalize;
  margin: 0 0 12px 0;
}

.order-list {
  position: relative;
  z-index: 0;
  max-height: 40vh;
  overflow: auto;
}

.order-item {
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #3c3c3c;
  line-height: 125%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  height: 72px;
  background: #fff;
}

.order-item .radio {
  width: 40px;
  min-width: 40px;
}

.order-item .radio__label {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.order-item:nth-child(2n+1) {
  background: #FBFCFD;
}

.order-item > * {
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.order-item > *:hover {
  color: #0f87d5;
}

.order-item.paid .order-item__status__result {
  color: #32BEA6;
  background: #EBF9F7;
}

.order-item.paid .order-item__select {
  visibility: hidden;
}

.order-item.open .order-item__status__result {
  color: #FF1744;
  background: #FFE8ED;
}

.order-item.pending .order-item__status__result {
  color: #FF7222;
  background: #FFF1E9;
}

.order-item.billed .order-item__status__result {
  color: #32BEA6;
  background: #EBF9F7;
}

.order-item.paid-partualy .order-item__status__result {
  color: #FFB41F;
  background: #FFF8E9;
}

.order-item__settings-menu {
  -webkit-transition: visibility 0.2s, opacity 0.2s ease-in-out;
  -o-transition: visibility 0.2s, opacity 0.2s ease-in-out;
  transition: visibility 0.2s, opacity 0.2s ease-in-out;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  overflow: auto;
  top: 36px;
  right: 0;
  background: #fff;
  padding: 20px;
  z-index: 12;
  -webkit-box-shadow: 2px 2px 16px rgba(81, 99, 106, 0.1);
          box-shadow: 2px 2px 16px rgba(81, 99, 106, 0.1);
}

.order-item__settings-menu a {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #3C3C3C;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.order-item__settings-menu a:hover {
  color: #0f87d5;
}

.order-item__settings-menu a:not(:first-child) {
  margin-top: 15px;
}

.order-item__settings-menu a:last-child {
  display: none;
}

.order-item__settings.active .icon-settings svg {
  fill: #0f87d5;
}

.order-item__settings.active + .order-item__settings-menu {
  visibility: visible;
  opacity: 1;
}

.icon-settings {
  width: 48px;
  height: 48px;
}

.icon-settings svg {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  fill: #3c3c3c;
}

.icon-settings:hover svg {
  fill: #0f87d5;
}

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

.order-item__wrap_nav {
  display: none;
}

.account-invoice {
  padding: 0 0 140px 0;
}

.account-invoice .table-details a {
  color: #0f87d5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.account-invoice .table-details:first-child {
  margin: 0 150px 0 0;
}

.account-invoice .table-details span:first-child {
  width: 122px;
  min-width: 122px;
}

.account-invoice .table-details:nth-child(2) span:first-child {
  width: 172px;
  min-width: 172px;
}

.account-invoice .icon-link {
  margin-left: 10px;
  margin-bottom: 2px;
}

.account-invoice .button {
  min-width: 142px;
}

.account-invoice .button-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.account-invoice .button-group > *:not(:last-child) {
  margin-right: 20px;
}

.account-order .invoice-box__wrap:nth-child(2) {
  width: 390px;
  min-width: 390px;
}

.account-order .invoice-box__wrap:last-child .invoice-box__item:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
}

.account-order .invoice__footer__wrap {
  max-width: 435px;
  padding-right: 58px !important;
}

.account-order .invoice-box {
  padding-right: 0;
}

.invoice__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 10px 0 60px 0;
}

.invoice__info.paid .order-item__status__result {
  color: #32BEA6;
  background: #EBF9F7;
}

.invoice__info.paid .order-item__select {
  visibility: hidden;
}

.invoice__info .order-item__status__result.open {
  color: #FF1744;
  background: #FFE8ED;
}

.invoice__info .order-item__status__result.pending {
  color: #FF7222;
  background: #FFF1E9;
}

.invoice__info .order-item__status__result.billed {
  color: #32BEA6;
  background: #EBF9F7;
}

.invoice__info .order-item__status__result.paid-partially {
  color: #FFB41F;
  background: #FFF8E9;
}

.invoice__info .order-item__status__result {
  margin: 0 auto 0 0;
  font-size: 14px;
}

.invoice-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 15px;
}

.invoice-box::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 27px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: #FBFCFD;
}

.invoice-box .price-quantity {
  font-size: 16px;
  font-weight: 500;
}

.invoice-box__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.invoice-box__wrap:first-child {
  margin-right: 30px;
}

.invoice-box__wrap:first-child .invoice-box__item {
  text-align: left;
}

.invoice-box__wrap:nth-child(2) {
  width: 414px;
  min-width: 414px;
  margin: 0 0 0 auto;
}

.invoice-box__wrap:last-child {
  margin-left: 30px;
}

.invoice-box__item {
  text-align: right;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 10px;
}

.invoice-box__item > :first-child {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-transform: capitalize;
  margin-bottom: 23px;
}

.invoice-box__code {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
}

.invoice-box__code,
.invoice-box__top__code {
  width: 100px;
  min-width: 100px;
  margin-right: 15px;
}

.invoice-box__description,
.invoice-box__top__description {
  width: 100%;
}

.invoice-box__description {
  font-size: 16px;
}

.invoice-box__description a {
  color: #0f87d5;
}

.invoice-box__description .icon-link {
  display: inline-block;
  vertical-align: bottom;
  margin-left: 4px;
}

.invoice-box__unit,
.invoice-box__top__unit {
  width: 50px;
  min-width: 50px;
  text-align: left;
}

.invoice-box__back,
.invoice-box__top__back {
  width: 75px;
  min-width: 75px;
}

.invoice-box__ordered,
.invoice-box__top__ordered {
  width: 55px;
  min-width: 55px;
}

.invoice-box__billed,
.invoice-box__top__billed {
  width: 36px;
  min-width: 36px;
}

.invoice-box__unit-price,
.invoice-box__top__unit-price {
  width: 50px;
  min-width: 50px;
}

.invoice-box__total,
.invoice-box__top__total {
  width: 110px;
  min-width: 110px;
}

.invoice-box__favorites {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0 !important;
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 27px 0 0 10px;
}

.invoice-box__favorites .icon-favorites {
  width: 26px;
  height: 26px;
}

.invoice-box__favorites .icon-favorites svg {
  fill: #0f87d5;
}

.invoice__footer__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 390px;
  margin: 0 0 0 auto;
  padding: 0 15px 12px 0;
}

.invoice__footer__wrap span:first-child {
  font-weight: 500;
  font-size: 16px;
}

/* .invoice__footer__wrap:first-child {
  max-width: 100%;
  border-bottom: 0.5px solid #D9D9D9;
  padding: 15px 15px 15px 130px;
  margin-bottom: 12px;
}

.invoice__footer__wrap:first-child span:first-child {
  font-size: 16px;
} */

.invoice__footer__wrap:nth-child(4) {
  border-bottom: 0.5px solid #D9D9D9;
}

.invoice__footer__wrap:last-child {
  padding: 12px 15px 12px 0;
}

.invoice__footer__wrap:last-child span:first-child {
  font-weight: 700;
  font-size: 18px;
}

.account-orders .order-item {
  padding-left: 15px;
}

.account-orders .order-item__nav__number,
.account-orders .order-item__number {
  margin-right: 40px;
}

.account-orders .order-item__nav__number {
  margin-left: 15px;
}

.account-orders .order-item__nav__date,
.account-orders .order-item__date {
  margin-right: 45px;
}

.account-orders .order-item__nav__user,
.account-orders .order-item__user {
  margin-right: 50px;
}

.account-orders .order-item__nav__ammount {
  margin-right: 135px;
}

.account-orders .order-item__settings-menu a {
  text-align: left;
}

.order-item__nav__number,
.order-item__number {
  width: 100px;
  min-width: 100px;
  margin-right: 16px;
}

.order-item__nav__number {
  margin-left: 40px;
}

.order-item__nav__date,
.order-item__date {
  width: 145px;
  min-width: 145px;
  margin-right: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.order-item__nav__time,
.order-item__time {
  margin: 0 0 0 8px;
}

.order-item__nav__client,
.order-item__client {
  width: 70px;
  min-width: 70px;
  margin-right: 40px;
}

.order-item__nav__user,
.order-item__user {
  width: 95px;
  min-width: 95px;
  margin-right: 54px;
}

.order-item__nav__ref,
.order-item__ref {
  width: 90px;
  min-width: 90px;
  margin-right: 42px;
}

.order-item__nav__ammount,
.order-item__ammount {
  width: 100px;
  min-width: 100px;
  text-align: right;
  margin-right: 29px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.order-item__nav__ammount {
  margin-right: 77px;
}

.order-item__nav__status,
.order-item__status {
  width: 95px;
  min-width: 95px;
  margin-right: auto;
  font-size: 14px;
}

.order-item__status__result {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  padding: 0 3px;
  border-radius: 1px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #3c3c3c;
  background: rgba(145, 145, 145, 0.1215686275);
}

.order-item__favorites {
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 10px;
}

.order-item__favorites .icon-favorites {
  width: 26px;
  height: 26px;
}

.order-item__favorites .icon-favorites svg {
  fill: #0f87d5;
}

.account-address .button {
  min-width: 142px;
}

.account-address .button-group {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.account-address .order-list__nav {
  margin: 24px 0;
}

.account-address .order-item {
  letter-spacing: 0.03em;
  padding: 14px 0 14px 15px;
  font-family: "Inner", sans-serif;
}

.account-address .order-item.default {
  font-weight: 600;
}

.account-address .order-item__wrap {
  margin: 0 auto 0 0;
}

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

.order-item__address,
.order-item__nav__address {
  margin-right: auto;
}

.order-item__nickname,
.order-item__nav__nickname {
  width: 66px;
  min-width: 66px;
  margin-right: 10px;
}

.order-item__nav__nickname {

}

.category-link__block {
  margin: 40px auto 0 auto;
}

.category-link {
  display: grid;
  /* autoprefixer: off */
  grid-template-columns: repeat(auto-fit, 300px);
  justify-content: center;
  gap: 25px;
}

.category-link__item {
  width: 300px;
  height: 300px;
  background: #fff;
  -webkit-transition: -webkit-box-shadow 0.3s ease-in;
  transition: -webkit-box-shadow 0.3s ease-in;
  -o-transition: box-shadow 0.3s ease-in;
  transition: box-shadow 0.3s ease-in;
  transition: box-shadow 0.3s ease-in, -webkit-box-shadow 0.3s ease-in;
}

.category-link__item:hover {
  -webkit-box-shadow: 0px 4px 14px rgba(174, 193, 201, 0.42);
          box-shadow: 0px 4px 14px rgba(174, 193, 201, 0.42);
}

.category-link__item:hover .category-link__title {
  color: #0f87d5;
}

.category-link__item-no-icon {
  background: #0f87d5;
}

.category-link__item-no-icon .category-link__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.category-link__item-no-icon .category-link__title {
  position: static;
  line-height: 160%;
  color: #fff;
  padding: 0;
}

.category-link__item-no-icon .category-link__content {
  padding: 0 30px;
}

.category-link__item-no-icon .button_inline_light {
  padding: 0;
  min-width: auto;
}

.category-link__item-no-icon:hover .category-link__title {
  color: #fff;
}

.category-link__wrap {
  position: relative;
  width: 100%;
  height: 100%;
}

.category-link__title {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 700;
  font-size: 24px;
  line-height: 110%;
  padding: 10px 10px 0 10px;
  color: #3c3c3c;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.category-link__icon {
  width: 100%;
  height: 100%;
}

.category-link__icon svg {
  fill: #51636A;
}

.about {
  padding: 0;
}

.about .offers {
  padding: 60px 0 65px;
}

.about-home {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.about-home .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about-home__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.about-home__left {
  width: 50%;
  padding: 0 48px 0 0;
}

.about-home__left .button {
  min-width: 145px;
}

.about-home__left .button-group {
  margin-top: 30px;
}

.about-home__right {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 46.8%;
          flex: 0 0 46.8%;
  padding: 0 0 35% 0;
  -webkit-transform: translate(-100%, 0px);
      -ms-transform: translate(-100%, 0px);
          transform: translate(-100%, 0px);
  min-height: 230px;
}

.about-home__right .splide {
  max-width: 100%;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.about-home__right .splide__track {
  height: 100%;
}

.about-home__right .splide__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-home__right .splide__pagination {
  bottom: 15px;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 2;
}

.about-home__right .splide__pagination .splide__pagination__page {
  width: 24px;
  height: 3px;
  background: #fff;
  margin: 0 5px;
  -webkit-transition: background 0.3s ease-in;
  -o-transition: background 0.3s ease-in;
  transition: background 0.3s ease-in;
  border-radius: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about-home__right .splide__pagination .splide__pagination__page.is-active {
  background: #0f87d5;
}

.blue-book {
  padding: 0;
  background: #0f87d5;
  -webkit-box-shadow: inset 0px 100px 0px 0px white, inset 0px -100px 0px 0px white;
          box-shadow: inset 0px 100px 0px 0px white, inset 0px -100px 0px 0px white;
}

.blue-book .text-block {
  color: #fff;
}

.blue-book .button-group {
  margin-top: 30px;
}

.blue-book__image {
  max-height: 538px;
}

.blue-book__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

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

.blue-book__left,
.blue-book__right {
  width: 50%;
}

.blue-book__right {
  padding-left: 55px;
}

.section__additional-links {
  overflow: hidden;
  padding: 90px 0 40px 0;
}

.section__additional-links .splide {
  margin: 70px 0 90px 0;
}

.section__additional-links .splide__list {
  height: 50px;
}

.section__additional-links .splide__slide {
  cursor: pointer;
}

.section__additional-links .splide__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: -webkit-filter 0.3s ease-in;
  transition: -webkit-filter 0.3s ease-in;
  -o-transition: filter 0.3s ease-in;
  transition: filter 0.3s ease-in;
  transition: filter 0.3s ease-in, -webkit-filter 0.3s ease-in;
  filter: grayscale(100%);
}

.section__additional-links .splide__slide:hover img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.additional-links__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -8px;
}

.additional-links__item {
  width: 50%;
  padding: 8px;
}

.additional-links__wrap {
  position: relative;
  padding-top: 62.5%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.additional-links__wrap-bg {
  background-color: #0f87d5;
}

.additional-links__content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.additional-links__item .title {
  color: #fff;
  margin-bottom: 60px;
}

.additional-links__item .button {
  min-width: 370px;
}

.icon-logo-brand {
  height: 100%;
  width: 100%;
}

.footer {
  background: #222222;
  color: #fff;
}

.footer-bottom {
  background: #333333;
}

.footer-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 39px 36px 77px 0;
}

.footer-wrapper-first {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 37.7%;
}

.footer-wrapper-second {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 52.6%;
}

.footer-logo {
  display: block;
  margin: 0 0 35px 0;
}

.media-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.media-links .icon svg {
  width: 34px;
  height: 34px;
  fill: #fff;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.media-links .icon svg:hover {
  fill: #0f87d5;
}

.footer-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0 10px 0;
}

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

.certificate-content {
  font-size: 12px;
  color: #fff;
  margin: 0 0 0 15px;
}

.certificate-img {
  height: 60px;
  width: 60px;
  -o-object-fit: contain;
     object-fit: contain;
}

.copyright {
  width: 300px;
  line-height: 170%;
}

.footer-copyright {
  margin: 0 0 12px 0;
}

.footer-text {
  margin: 0 0 15px 0;
}

.footer-title {
  margin: 0 0 20px 0;
}

.footer-link {
  margin: 0 0 10px 0;
  -webkit-transition: color 0.3s ease-in;
  -o-transition: color 0.3s ease-in;
  transition: color 0.3s ease-in;
}

.footer-link:hover {
  color: #0f87d5;
}

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

.payment-item {
  margin: 0 0 0 14px;
}

.payment-item .icon-ssl {
  width: 22px;
}

.footer {
  color: #919191;
  font-weight: 400;
  font-size: 14px;
}

.footer-link {
  color: #fff;
}

.footer-title {
  font-size: 12px;
  font-weight: 700;
}

.footer-logo-img {
  height: 134px;
  width: 137px;
}

.footer-list {
  padding: 0 15px 0 0;
}

.picture,
.paragraph,
.video,
.info {
  padding: 0;
  color: #3c3c3c;
}

.picture {
  width: 100%;
  overflow: hidden;
  height: 310px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.paragraph {
  padding: 0;
}

.paragraph .text-block p {
  margin-top: 0 !important;
}

.paragraph .text-block .row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.paragraph .text-block .col-6 {
  width: calc(50% - 30px);
}

.paragraph .text-block__content {
  max-width: 100%;
}

.paragraph .show-more {
  display: none;
}

.paragraph .text-block__content_after::after {
  display: none;
}

.paragraph .hide-text {
  display: block;
}

.paragraph .text-block__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.paragraph .text-block__wrap .text-block__content {
  width: calc(50% - 20px);
}

.paragraph .text-block h1,
.paragraph .text-block h2,
.paragraph .text-block h3,
.paragraph .text-block h4,
.paragraph .text-block h5,
.info .text-block h1,
.info .text-block h2,
.info .text-block h3,
.info .text-block h4,
.info .text-block h5 {
  line-height: 110%;
}

.paragraph .text-block h1,
.info .text-block h1 {
  line-height: 150%;
  font-size: 40px;
  margin-bottom: 30px;
}

.paragraph .text-block h2,
.info .text-block h2 {
  letter-spacing: -0.03em;
  font-size: 38px;
  margin-bottom: 30px;
}

.video {
  padding: 20px 0 55px 0;
}

.info {
  padding: 90px 0;
}

.paragraph__content {
  width: 100%;
  max-width: 790px;
}

.paragraph__content .show-more {
  display: none;
}

.paragraph__title {
  margin: 0 0 30px 0;
}

.paragraph__block {
  overflow: hidden;
}

.paragraph__block.active .paragraph__text:last-child {
  max-height: 100%;
  margin: 0 0 20px 0;
}

.paragraph__text {
  margin: 0 0 20px 0;
}

.paragraph__text:last-child {
  max-height: 0;
  margin: 0;
}

.info__item {
  height: 100%;
  max-height: 630px;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.info__item .text-block {
  width: 770px;
  margin: 0 auto 0 0;
}

.info__item:nth-child(2n+1) {
  padding: 0 0 0 30px;
}

.info__item:nth-child(2n+1) .text-block {
  margin: 0 0 0 auto;
}

.info__item:nth-child(2n) {
  padding: 0 30px 0 0;
}

.picture__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 100%;
}

.picture__title {
  color: #fff;
  font-size: 65px !important;
  font-weight: 600;
  letter-spacing: 0px;
}

.info__item_blue {
  padding: 0 !important;
}

.info__item_blue .text-block {
  color: #fff;
}

.info__item_blue h2 {
  line-height: 160% !important;
  margin-bottom: 0 !important;
  max-width: 80%;
}

.info__item_blue h2:first-of-type {
  font-weight: 400;
  margin-bottom: 15px !important;
}

.info__text {
  margin: 30px 0px 25px 0px;
}

.picture__image,
.info__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
  margin: 0 0 30px 0;
  overflow: auto;
}

.page-navigation__link {
  font-weight: 700;
  font-size: 16px;
  border-bottom: 2px solid rgba(255, 255, 255, 0);
  text-transform: capitalize;
  line-height: 146%;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.page-navigation__item {
  padding: 10px 20px 10px 20px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  cursor: pointer;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}

.page-navigation__item:hover .page-navigation__link {
  color: #0f87d5;
  border-bottom: 2px solid #0f87d5;
}

.page-navigation__item:last-child {
  padding: 10px 0 10px 20px;
}

.page-navigation__item:first-child {
  padding: 10px 20px 10px 0;
}

.page-navigation__link_active {
  color: #0f87d5;
  border-bottom: 2px solid #0f87d5;
}

.paragraph__title {
  font-size: 20px;
  font-weight: 600;
  line-height: 160%;
  letter-spacing: 0px;
}

.paragraph__text,
.info__text {
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
}

.video__wrap {
  position: relative;
  margin-bottom: 30px;
  z-index: 0;
}

.video__wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 2;
}
/*
.video__wrap iframe {
  display: block;
  position: inherit;
  width: 100%;
  height: 1000px;
}
*/
@media only screen and (max-width: 1000px) {
  .video__wrap iframe {
    display: block;
    position: inherit;
    width: 100%;
    height: 500px;
  }
}

@media only screen and (max-width: 600px) {
  .video__wrap iframe {
    display: block;
    position: inherit;
    width: 100%;
    height: 228px;
  }
}

.video__wrap video {
  width: 100%;
  height: 100%;
}

.video__wrap.preview-hidden img {
  visibility: hidden;
}

.video__wrap.preview-hidden span {
  display: none;
}

.video__wrap.preview-hidden iframe {
  visibility: visible;
}

.video__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 2;
}

.video__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 52px;
  height: 65px;
  z-index: 3;
  cursor: pointer;
}

.video__icon svg {
  width: 100%;
  height: 100%;
}

.video__iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  visibility: hidden;
}

.info__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
}

.info__title {
  font-size: 44px;
  font-weight: 700;
  line-height: 110%;
}

.info__label {
  color: #fff;
  font-weight: 400;
  line-height: 160%;
}

.info__label_last {
  font-weight: 700;
  font-size: 48px;
  margin: 23px 0 0 0;
  line-height: 140%;
}

.info__item__wrap {
  background: #0f87d5;
  padding: 22.5% 0;
}

.info__item:nth-child(1),
.info__item:nth-child(4) {
  width: 100%;
  padding: 0;
}

.visibility-hidden {
  visibility: hidden;
}

.visibility-visible {
  visibility: visible;
}

.display-none {
  display: none;
}

.paragraph-brands {
  padding-bottom: 90px;
}

.brand-list {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, 236px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
}

.brand-item {
  height: 125px;
  width: 236px;
  background: #F8FCFF;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.brand-item__image {
  height: 36px;
}

.brand-item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.brand-item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.categories-brands .list-menu {
  padding: 15px 0 15px 25px;
}

.categories-brands .text-block {
  margin-right: 80px;
}

.categories__aside__label {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: #818181;
  margin: 15px 0 0 25px;
}

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

.brand__image {
  height: 40px;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.brand__image img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: contain;
     object-fit: contain;
}

.locations {
  background: #F7F7F9;
  padding: 20px 0 90px 0;
}

.paragraph__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 40px 0;
}

.paragraph-contact__title {
  font-weight: 700;
  font-size: 30px;
  margin: 30px 0;
  letter-spacing: 0em;
  line-height: 130%;
}

.paragraph__labels {
  margin: 0 42px 0 0;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}

.paragraph__label {
  font-weight: 500;
  font-size: 16px;
  color: #818181;
}

.paragraph__link {
  font-weight: 500;
  font-size: 16px;
  color: #3c3c3c;
}

.paragraph__link a {
  color: #0f87d5;
}

.paragraph__link,
.paragraph__label {
  margin: 0 0 18px 0;
}

.locations__blocks {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.locations__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  background: #fff;
  padding: 10px 10px 10px 10px;
}

.locations__title {
  font-weight: 700;
  font-size: 30px;
  line-height: 120%;
  margin: 0 0 30px 0;
}

.locations__name {
  font-weight: 600;
  font-size: 24px;
  text-transform: uppercase;
  margin: 0 0 6px 0;
}

.locations__address {
  font-weight: 400;
  font-size: 16px;
  margin: 0 0 10px 0;
}

.locations__map-wrap {
  position: relative;
  padding-top: 100%;
}

.locations__map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.locations__map img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.team-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: auto;
  margin: 0 0 5px 0;
  max-width: 867px;
  padding: 20px 0;
}

.team-navigation__button {
  padding: 10px 20px 5px 20px;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  color: #818181;
  -webkit-transition: color 0.3s ease-in;
  -o-transition: color 0.3s ease-in;
  transition: color 0.3s ease-in;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.team-navigation__button:first-child {
  padding: 10px 20px 5px 0;
}

.team-navigation__button:hover {
  color: #0f87d5;
}

.team-navigation__button.active {
  color: #0f87d5;
}

.team {
  padding: 22px 0 90px 0;
}

.team .container::before {
  content: "";
  display: block;
  height: 0.5px;
  width: 100%;
  background: #D9D9D9;
}

@-webkit-keyframes teamOut {
  0% {
    opacity: 0;
    position: absolute;
    width: 0;
    height: 0;
    visibility: hidden;
    -webkit-transform: scale(0);
            transform: scale(0);
  }

  50% {
    opacity: 0;
    visibility: hidden;
  }

  100% {
    position: relative;
    visibility: visible;
    opacity: 1;
    width: 300px;
    height: 390px;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes teamOut {
  0% {
    opacity: 0;
    position: absolute;
    width: 0;
    height: 0;
    visibility: hidden;
    -webkit-transform: scale(0);
            transform: scale(0);
  }

  50% {
    opacity: 0;
    visibility: hidden;
  }

  100% {
    position: relative;
    visibility: visible;
    opacity: 1;
    width: 300px;
    height: 390px;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes teamIn {
  0% {
    visibility: hidden;
    opacity: 1;
    width: 300px;
    height: 390px;
    position: relative;
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  50% {
    opacity: 0;
    visibility: hidden;
  }

  100% {
    opacity: 0;
    position: absolute;
    width: 0;
    height: 0;
    visibility: hidden;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}

@keyframes teamIn {
  0% {
    visibility: hidden;
    opacity: 1;
    width: 300px;
    height: 390px;
    position: relative;
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  50% {
    opacity: 0;
    visibility: hidden;
  }

  100% {
    opacity: 0;
    position: absolute;
    width: 0;
    height: 0;
    visibility: hidden;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.team__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.team__item {
  width: 300px;
  height: 390px;
  cursor: pointer;
  z-index: 0;
  -webkit-animation: forwards;
          animation: forwards;
  -webkit-animation-name: teamOut;
          animation-name: teamOut;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-transition: -webkit-transform 2s;
  transition: -webkit-transform 2s;
  -o-transition: transform 2s;
  transition: transform 2s;
  transition: transform 2s, -webkit-transform 2s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}

.team__item:hover img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.team__item:hover .team__item__content {
  background: rgba(60, 60, 60, 0.25);
}

.team__item:hover .team__item__name,
.team__item:hover .team__item__position {
  color: #fff;
}

.team__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.team__item.active {
  -webkit-animation: forwards;
          animation: forwards;
  -webkit-animation-name: teamIn;
          animation-name: teamIn;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}

.team__item.all {
  -webkit-animation: forwards;
          animation: forwards;
  -webkit-animation-name: teamOut;
          animation-name: teamOut;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}

.team__modals__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
}

.team__item__content {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  background: rgba(240, 241, 245, 0.75);
  -webkit-backdrop-filter: blur(7.5px);
  backdrop-filter: blur(7.5px);
  padding: 10px 0 10px 10px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.team__item__name {
  font-weight: 700;
  font-size: 20px;
  line-height: 160%;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #0f87d5;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.team__item__position {
  font-weight: 500;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: -0.03em;
  color: #51636A;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.team__modals {
  position: fixed;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 0;
  right: 0;
  width: 100%;
  height: 0;
  bottom: 0;
  background: rgba(60, 60, 60, 0.9);
  z-index: 12;
  -webkit-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
  opacity: 0;
}

.team__modals .button-cross {
  position: absolute;
  right: 0;
}

.team__modals.active {
  height: 100%;
  -webkit-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
  opacity: 1;
}

.team__modals__item {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  max-width: 930px;
  height: 390px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  visibility: hidden;
}

.team__modals__item img {
  display: block;
  max-width: 300px;
  max-height: 390px;
  -o-object-fit: cover;
     object-fit: cover;
}

.team__modals__item.active {
  -webkit-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
  opacity: 1;
  visibility: visible;
}

.team__modals__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30px;
}

.team__modals__item__name {
  font-weight: 700;
  font-size: 20px;
  line-height: 160%;
  color: #3c3c3c;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

.team__modals__item__position {
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  color: #51636A;
  letter-spacing: -0.03em;
}

.team__modals__item__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  color: #000;
  margin: 25px 0 15px 0;
}

.team__modals__item__link {
  margin: auto auto 0 0;
  border-top: 0.5px solid #D9D9D9;
  padding: 20px 0 0 0;
  width: 100%;
}

.team__modals__item__link .icon-linkedin-fill svg {
  height: 35px;
  width: 35px;
  fill: #51636A;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.team__modals__item__link .icon-linkedin-fill svg:hover {
  fill: #0f87d5;
}

.timeline {
  padding: 70px 0 90px 0;
}

.timeline .container {
  position: relative;
}

.timeline__row::after {
  content: "";
  position: absolute;
  width: 4px;
  background: #0f87d5;
  top: 24px;
  left: 0;
  right: 0;
  margin: auto;
  height: calc(100% - var(--timelineLastWrapHeight));
}

.timeline__wrap {
  width: 50%;
  margin: 0 0 0 auto;
  padding: 0 0 0 50px;
}

.timeline__wrap:not(:first-child) {
  margin: -100px 0 0 auto;
}

.timeline__wrap:nth-child(2n) {
  margin: -100px auto 0 0;
  padding: 0 50px 0 0;
  text-align: right;
}

.timeline__wrap:nth-child(2n) .timeline__text {
  margin: 15px 0 15px auto;
}

.timeline__wrap:nth-child(2n) .timeline__date {
  margin: 0 0 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.timeline__wrap:nth-child(2n) .timeline__date::after {
  margin: auto -48px auto auto;
}

.timeline__wrap:nth-child(2n) .timeline__image img {
  right: 0;
  left: auto;
}

.timeline__wrap:nth-child(-n+4):not(:first-child) {
  margin: -30px 0 0 auto;
}

.timeline__wrap:nth-child(-n+4):nth-child(2n) {
  margin: -30px auto 0 0;
}

.timeline__wrap:nth-child(-n+4) .timeline__image {
  padding-top: 0%;
}

.timeline__wrap:nth-child(n+6):not(:first-child) {
  margin: -150px 0 0 auto;
}

.timeline__wrap:nth-child(n+6):not(:first-child):nth-child(13) {
  margin: 0 0 0 auto !important;
}

.timeline__wrap:nth-child(n+6):not(:first-child):nth-child(14) {
  margin: -290px auto 0 0;
}

.timeline__wrap:nth-child(n+6):nth-child(2n) {
  margin: -150px auto 0 0;
}

.timeline__wrap:first-child .timeline__date::after {
  margin: auto auto auto -60px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}

.timeline__wrap:last-child {
  margin-top: 0;
}

.timeline__wrap:last-child .timeline__date::after {
  margin: auto -60px auto auto;
  z-index: 1;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 0px 3px white, 0px 0px 0px 5px #0e87d6;
          box-shadow: 0px 0px 0px 3px white, 0px 0px 0px 5px #0e87d6;
}

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

.timeline__date__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 15px 0;
}

.timeline__date {
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 160%;
  letter-spacing: 0.02em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.timeline__date::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto auto auto -48px;
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background: #0f87d5;
}

.timeline__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  margin: 15px auto 15px 0;
  max-width: 460px;
  letter-spacing: -0.03em;
}

.timeline__image {
  position: relative;
  padding-top: 40.7%;
}

.timeline__image.no-img {
  padding-top: 30%;
}

.timeline__image img {
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.faqs {
  padding: 26px 0 80px;
}

.faqs .container {
  max-width: 908px;
}

.paragraph-faqs .text-block {
  margin: 0 auto;
  max-width: 908px;
  padding: 0 50px;
}

.faqs__title {
  text-align: center;
  margin: 0 0 15px 0;
}

.list-faq ul,
.list-faq div {
  background: #fff;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  margin: 0 15px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.list-faq ul.list-show,
.list-faq div.list-show {
  max-height: 4000px;
  opacity: 1;
  margin: 10px 15px;
}

.list-faq ul li,
.list-faq div li {
  padding: 15px 30px;
  background: #fff;
  margin-bottom: 0;
  position: relative;
}

.list-faq ul li::after,
.list-faq div li::after {
  content: "";
  width: auto;
  height: 1px;
  background: #d9dbe9;
  display: block;
  position: absolute;
  bottom: 0;
  left: 30px;
  right: 30px;
}

.list-faq ul li:last-of-type::after,
.list-faq div li:last-of-type::after {
  display: none;
}

.list-faq div {
  padding: 0;
  margin: 0;
}

.list-faq div.list-show {
  padding: 20px 0 0 0;
  margin: 0;
}

.list-faq div p {
  margin-bottom: 15px;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  max-width: 700px;
}

.list-faq div p:last-of-type {
  margin-bottom: 0;
}

.list-faq div p a {
  display: inline;
  color: #0f87d5;
  font-weight: 600;
}

.list-faq li {
  background: #F7F7F9;
  border-radius: 1px;
  margin-bottom: 10px;
  padding: 10px 15px;
  cursor: pointer;
}

.list-faq li ul {
  padding: 0;
}

.list-faq li ul.list-show {
  padding: 5px 0;
}

.list-faq span {
  font-weight: 700;
  font-size: 18px;
  text-transform: capitalize;
  color: #3c3c3c;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: -10px -15px;
  line-height: 42px;
  padding: 0 15px;
}

.list-faq span span {
  margin: 0;
  line-height: 22px;
  padding: 0;
}

.faqs__arrow {
  width: 15px;
  height: 18px;
  display: block;
  right: 0;
  position: absolute;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.faqs__arrow svg {
  width: 100%;
  height: 100%;
}

span.active .faqs__arrow {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

.faqs__plus {
  position: absolute;
  right: 0;
  width: 16px;
  height: 16px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.faqs__plus:before,
.faqs__plus:after {
  content: "";
  display: block;
  background-color: #333;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  width: 100%;
  height: 2px;
  border-radius: 1px;
}

.faqs__plus:before {
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.faqs__plus:after {
  -webkit-transform: translateY(-50%) rotate(90deg);
      -ms-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}

span.active .faqs__plus:before {
  -webkit-transform: translateY(-50%) rotate(-90deg);
      -ms-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
  opacity: 0;
}

span.active .faqs__plus:after {
  -webkit-transform: translateY(-50%) rotate(0);
      -ms-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0);
}

.checkout .faqs__button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  font-size: 18px;
}

.checkout .faqs__item {
  background: #F7F7F9;
  padding: 9px 15px 9px 15px;
  margin: 0 0 10px 0;
  border-radius: 1px;
  cursor: pointer;
}

.checkout .faqs__content {
  -webkit-transition: max-height 0.5s, padding 0.5s;
  -o-transition: max-height 0.5s, padding 0.5s;
  transition: max-height 0.5s, padding 0.5s;
  max-height: 0;
  overflow: hidden;
  background: #fff;
  border-radius: 1px;
  padding: 0 30px 0 30px;
  margin: 0 15px 0 15px;
}

.checkout .faqs__content_open {
  -webkit-transition: max-height 0.5s, padding 0.5s;
  -o-transition: max-height 0.5s, padding 0.5s;
  transition: max-height 0.5s, padding 0.5s;
  max-height: 3000px !important;
  padding: 8px 30px 25px 30px;
  margin: 5px 15px 5px 15px;
}

.checkout .faqs__arrow {
  width: 15px;
  height: 18px;
  display: block;
  right: 0;
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.checkout .faqs__arrow svg {
  width: 100%;
  height: 100%;
}

.checkout .faqs__button.button-plus_active .faqs__arrow {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

.checkout .faqs__item_inner {
  background: #fff;
  border-bottom: 1px solid #d9dbe9;
  padding: 15px 0 14px 0;
  margin: 0 0 0 0;
}

.checkout .faqs__item_inner:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}

.checkout .faqs__content-inner {
  padding: 0 30px 0 0;
  margin: 5px 0 0 0;
  line-height: 160%;
}

.checkout .faqs__content-inner_open {
  -webkit-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  max-height: 1000px;
}

.checkout .faqs__text {
  margin: 17px 0 7px 0;
  line-height: 175%;
}

.checkout .faqs__plus {
  position: absolute;
  right: 0;
  width: 16px;
  height: 16px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.checkout .faqs__plus:before,
.checkout .faqs__plus:after {
  content: "";
  display: block;
  background-color: #333;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
  height: 2px;
  border-radius: 1px;
}

.checkout .faqs__plus:before {
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.checkout .faqs__plus:after {
  -webkit-transform: translateY(-50%) rotate(90deg);
      -ms-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}

.checkout .faqs__button.button-plus_active .faqs__plus:before {
  -webkit-transform: translateY(-50%) rotate(-90deg);
      -ms-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
  opacity: 0;
}

.checkout .faqs__button.button-plus_active .faqs__plus:after {
  -webkit-transform: translateY(-50%) rotate(0);
      -ms-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0);
}

.product {
  padding: 0;
}

.product .splide.hidden-slider {
  display: none;
}

.product .text-block h1,
.product .text-block h2,
.product .text-block h3,
.product .text-block h4,
.product .text-block h5,
.product-tabs .text-block h1,
.product-tabs .text-block h2,
.product-tabs .text-block h3,
.product-tabs .text-block h4,
.product-tabs .text-block h5 {
  line-height: 110%;
}

.product .text-block h1,
.product-tabs .text-block h1 {
  font-size: 26px;
}

.product .text-block h2,
.product-tabs .text-block h2 {
  font-size: 24px;
}

.product .text-block h3,
.product-tabs .text-block h3 {
  font-size: 20px;
}

.product .text-block p,
.product-tabs .text-block p {
  font-size: 16px;
}

.product .text-block h4,
.product-tabs .text-block h4 {
  font-size: 18px;
}

.product .text-block h5,
.product-tabs .text-block h5 {
  font-size: 16px;
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 25px 0;
}

.breadcrumb__link {
  font-weight: 400;
  font-size: 14px;
  color: #3c3c3c;
  -webkit-transition: color 0.3s ease-in;
  -o-transition: color 0.3s ease-in;
  transition: color 0.3s ease-in;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 17px;
}

.breadcrumb__link:hover {
  color: #0f87d5;
}

.icon-bread-arrow {
  margin: 0 5px;
}

.icon-bread-arrow svg {
  width: 6px;
  height: 9px;
  fill: #3c3c3c;
}

.breadcrumb__item {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}

.breadcrumb__item:last-child .breadcrumb__link {
  color: #818181;
}

.breadcrumb__item:last-child .icon-bread-arrow {
  display: none;
}

.product-media__left .splide__arrows {
  top: -40px;
  width: 100%;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: calc(100% + 80px);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product-media__left .splide__arrow {
  position: static;
}

.product-media__left .splide__arrow--prev {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

.product-media__left .splide__arrow--prev svg {
  fill: #0f87d5;
}

.product-media__left .icon {
  width: 30px;
  height: 30px;
}

.product-media__left .splide__arrow--next {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.product-media__left .splide__arrow--next svg {
  fill: #0f87d5;
}

.product-media__left .splide__list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.product-media__left .splide__slide {
  border: 1px solid #D9D9D9;
  width: 98px !important;
  height: 98px !important;
  opacity: 1;
  cursor: pointer;
}

.product-media__left .splide__slide img {
  visibility: visible;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.product-media__left .splide__slide:last-child {
  margin-right: 0 !important;
}

.product-media__left .splide__slide.is-active {
  opacity: 0.3;
}

.product-media__wrap {
  height: 100%;
  width: 100%;
  padding: 0 0 83.4% 0;
  position: relative;
}

.product-media__right {
  width: 100%;
  height: 100%;
  max-width: 600px;
  max-height: 500px;
  margin: 0 auto;
}

.product-media__right .splide {
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.product-media__right .splide__track {
  height: 100%;
}

.product-media__right .splide__slide img {
  visibility: visible;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.product-info__title {
  font-weight: 700;
  font-size: 26px;
  line-height: 140%;
  max-width: calc(100% - 30px);
  color: #3c3c3c;
}

.product-special .product-info__text {
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  text-transform: capitalize;
  margin: 30px 0 20px 0;
}

.product-special .modal-form__form {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.product-info__favorites {
  position: absolute;
  overflow: hidden;
  right: -10px;
  top: -10px;
  padding: 10px;
}

.product-info__favorites .icon-favorites {
  fill: #0f87d5;
}

.product-info__favorites .icon-favorites:hover svg {
  fill: rgba(15, 135, 213, 0.6);
}

.product-info__favorites .icon-favorites svg {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  width: 20px;
  height: 20px;
}

.product-info__favorites .icon-favorites svg:nth-child(1) {
  display: block;
}

.product-info__favorites .icon-favorites svg:nth-child(2) {
  display: none;
}

.product-info__favorites .icon-favorites.active svg:nth-child(1) {
  display: none;
}

.product-info__favorites .icon-favorites.active svg:nth-child(2) {
  display: block;
}

.product-info__favorites .info-icon__content {
  left: 20px;
  top: 42px;
  -webkit-transform: translate(-100%, 0);
      -ms-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
  padding: 10px 20px;
  text-align: center;
  min-width: 210px;
}

.product-info__favorites.active .icon-favorites svg:nth-child(1) {
  display: none;
}

.product-info__favorites.active .icon-favorites svg:nth-child(2) {
  display: block;
}

.product-info__status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0 20px 0;
  font-weight: 700;
  font-size: 16px;
  color: #32bea6;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  min-width: 120px;
  min-width: 140px;
  margin-right: 20px;
}

.product-info__status > span:last-of-type {
  margin: 0 0 0 5px;
}

.product-info__status.phased {
  color: #FFB41F;
}

.product-info__status.phased .product-info__availability {
  display: block;
}

.product-info__status.back {
  color: #FF7222;
}

.product-info__status .icon-status {
  width: 20px;
  height: 20px;
  display: block;
}

.product-info__availability {
  display: none;
}

.product-info__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
}

.product-info__row > span:first-of-type {
  display: block;
  min-width: 140px;
  margin-right: 20px;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.02em;
  color: #818181;
}

.product-info__row > span:first-of-type .product-info__link {
  width: 108px;
}

.product-info__row > span:nth-of-type(2) {
  letter-spacing: 0.05em;
}

.product-info__row > div:first-of-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
}

.product-info__row > div:first-of-type .price-format,
.product-info__row > div:first-of-type .price-format-new,
.product-info__row > div:first-of-type .price-quantity {
  width: 85px;
  margin: 0 10px 0 0;
}

.product-info__row > div:first-of-type .price-format:last-child,
.product-info__row > div:first-of-type .price-format-new:last-child,
.product-info__row > div:first-of-type .price-quantity:last-child {
  margin: 0;
}

.product-info__row:last-child {
  margin: 15px 0 0 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.product-info__row .button-counter,
.product-info__row .product-info__add {
  width: calc(50% - 10px);
  max-width: 170px;
}

.product-info__row .product-info__add {
  min-width: auto;
  padding: 0;
}

.product-info__row .button_border {
  width: 100%;
}

.product-info__row_margin-bottom {
  margin-bottom: 20px !important;
}

.product-info__row_margin-top {
  margin-top: 20px !important;
}

.product-info__buttons {
  min-width: 255px;
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.product-info__wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.product-custom__wrap {
  display: block !important;
  overflow: hidden;
  max-height: 44px;
  -webkit-transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
  -o-transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
  transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
}

.product-custom__wrap.active {
  -webkit-transition: max-height 1s;
  -o-transition: max-height 1s;
  transition: max-height 1s;
  max-height: 3000px;
}

.product-custom__wrap .counter-input {
  font-weight: 400;
  font-size: 16px;
}

.product-custom__content {
  overflow-y: auto;
  overflow-x: clip;
}

.product-custom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #FAFAFB;
  padding: 11px 0 11px 10px;
  height: 44px;
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
  cursor: pointer;
}

.product-custom .icon-increment {
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  -o-transition: transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}

.product-custom .icon-increment svg {
  fill: #3c3c3c;
}

.product-custom .icon-increment.cross {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.product-custom.active .icon-increment {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.product-custom__rows {
  -webkit-transition: visibility 0.2s, opacity 0.2s ease-in-out;
  -o-transition: visibility 0.2s, opacity 0.2s ease-in-out;
  transition: visibility 0.2s, opacity 0.2s ease-in-out;
  opacity: 1;
  visibility: visible;
}

.product-custom__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 30px;
}

.product-custom__row span {
  font-weight: 400;
  font-size: 14px;
}

.product-custom__row strong {
  font-weight: 700;
  font-size: 16px;
}

.product-custom__row > span:first-of-type {
  margin: 0 30px 0 0;
}

.product-custom__row > span:nth-of-type(2) {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  padding: 0 0 0 23px;
  margin: 0;
  max-width: 170px;
  width: 100%;
}

.product-custom__row > div:first-of-type {
  max-width: 170px;
  width: 100%;
}

.product-custom__row .button-counter {
  width: 100% !important;
}

.product-custom__row .button {
  max-width: 290px !important;
  width: 100% !important;
  padding: 0;
}

.product-custom__row:first-child {
  margin-top: 24px;
}

.product-custom__row:last-child {
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  margin-bottom: 22px;
}

.product-custom__cut {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.product-custom__main-width {
  letter-spacing: 0.05em;
}

.product-custom__cut__label {
  font-family: "Helvetica Neue", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0em;
  margin: 20px 0 22px 0;
}

.product-custom__cut__label span {
  font-family: "Inter", sans-serif;
}

.product-custom__cut__label span:first-child {
  font-size: 20px;
  font-weight: 700;
}

.product-custom__cut__label span:nth-child(2) {
  font-size: 24px;
  font-weight: 700;
}

.product-custom__cut__label span:nth-child(3) {
  font-size: 18px;
  font-weight: 700;
}

.custom-form.progress .file-uploading__progress {
  visibility: visible;
}

.custom-form.progress .file-uploading__text {
  display: none;
}

.custom-form.progress .file-uploading__result {
  display: none;
}

.custom-form.active .file-uploading {
  border-color: #0f87d5;
}

.custom-form.filled .file-uploading__progress {
  visibility: hidden;
}

.custom-form.filled .file-uploading__text {
  display: none;
}

.custom-form.filled .file-uploading__result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.custom-form.error .file-uploading__error {
  opacity: 1;
}

.custom-form.error .file-uploading__text {
  display: block;
}

.custom-form.error .file-uploading__result {
  display: none;
}

.custom-form.error .file-uploading {
  border-color: #FF1744;
}

.input-cut-number {
  width: 90px;
  height: 44px;
  border: 1px solid #E0E8F3;
  border-radius: 3px;
  font-weight: 400;
  font-size: 14px;
  padding: 14px 15px;
  outline: none;
  color: #454545;
  margin: 0 25px 0 15px;
}

.product-custom__cut__text {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0em;
  text-align: left;
  color: #454545;
}

.custom-form__checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 8px 0;
}

.custom-form__checkbox:last-child {
  margin: 0;
}

.custom-form__checkboxes {
  margin: 0 0 0 15px;
}

.custom-form__checkboxes span {
  font-weight: 600;
  font-size: 14px;
  line-height: 130%;
  color: #3c3c3c;
  margin: 0 0 0 10px;
}

.custom-form__input {
  display: none;
}

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

.product-custom__cut__price {
  font-weight: 700;
  font-style: normal;
  color: #3c3c3c;
  font-size: 14px;
}

.product-custom__cut__price i {
  font-style: normal;
  font-size: 18px;
}

.product-custom__cut__price.hidden {
  opacity: 0;
}

.custom-form__input:checked + .custom-form__label::after {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.custom-form__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 21px;
  height: 21px;
  position: relative;
  cursor: pointer;
}

.custom-form__label::before {
  content: "";
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 21px;
  width: 21px;
  background: #fff;
  border: 1px solid #3c3c3c;
  border-radius: 50%;
}

/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.custom-form__label::after {
  -webkit-transition: -webkit-transform 0.3s ease-in;
  transition: -webkit-transform 0.3s ease-in;
  -o-transition: transform 0.3s ease-in;
  transition: transform 0.3s ease-in;
  transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 15px;
  height: 15px;
  background: #3c3c3c;
  border-radius: 50%;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}

.file-uploading {
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 85px;
  padding: 20px 12px 20px 12px;
  position: relative;
  margin: 10px 0 6px 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  border: 1px dashed;
  border-color: #E0E8F3;
  -webkit-transition: border-color 0.3s ease-in;
  -o-transition: border-color 0.3s ease-in;
  transition: border-color 0.3s ease-in;
}

.file-uploading label {
  font-weight: 700;
  color: #0f87d5;
  cursor: pointer;
}

.file-uploading input[type=file] {
  display: none;
}

.file-uploading__result {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
}

.file-uploading__error {
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
  color: #FF1744;
  margin-left: 13px;
  text-align: left;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}

.file-uploading__progress {
  width: 80%;
  background: #E8EAEC;
  height: 4px;
  border-radius: 24px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  visibility: hidden;
}

.file-uploading__progress span {
  width: 0%;
  height: 100%;
  display: block;
  border-radius: 24px;
  background: #0f87d5;
  -webkit-transition: width 1.5s linear;
  -o-transition: width 1.5s linear;
  transition: width 1.5s linear;
}

.product__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 0 55px 0;
}

.product-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: calc(100% - 610px);
  height: 100%;
  max-height: 500px;
  -webkit-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

.product-media.no-image {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: auto;
  padding: 0;
}

.product-media__one-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.product-info {
  position: relative;
  width: 600px;
  height: 100%;
  -webkit-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
  margin: 0 0 0 30px;
}

.product-media__left {
  height: 100%;
  -webkit-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
  padding: 40px 0;
  margin: 0 25px 0 0;
}

.product-color .product-media__left {
  padding: 0;
  margin: 0 35px 0 0;
}

.product-color .product-media__right {
  max-height: 100%;
}

.product-color .product__wrap {
  padding: 0 0 55px 0;
}

.product-color .product-media {
  max-height: 100%;
  width: calc(100% - 595px);
}

.product-color__main {
  width: 210px;
  height: 210px;
  margin: 10px 0 0 0;
  cursor: pointer;
}

.product-color__main img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.product-color__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
  margin: 10px 0 15px 0;
}

.product-color__item {
  width: 40px;
  height: 40px;
  -webkit-transition: -webkit-box-shadow 0.3s ease-in;
  transition: -webkit-box-shadow 0.3s ease-in;
  -o-transition: box-shadow 0.3s ease-in;
  transition: box-shadow 0.3s ease-in;
  transition: box-shadow 0.3s ease-in, -webkit-box-shadow 0.3s ease-in;
  cursor: pointer;
}

.product-color__item img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
/*
.product-color__item.active {
  -webkit-box-shadow: 0px 0px 0px 1px white, 0px 0px 0px 3px #0e87d6;
          box-shadow: 0px 0px 0px 1px white, 0px 0px 0px 3px #0e87d6;
}
*/
.product-color__text,
.product-color__name {
  font-size: 14px;
  font-weight: 400;
  color: #3c3c3c;
  line-height: 150%;
}

.product-color__text strong,
.product-color__name strong {
  font-weight: 500;
}

.icon-check {
  display: block;
  width: 20px;
  height: 20px;
  font-size: 0;
  line-height: 1;
}

.icon.select-arrow-icon {
  position: absolute;
  height: 40px;
  width: 40px;
  top: 0;
  right: 0;
}

.product__price {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 16px;
  margin: 0 60px 0 0;
}

.product__price:last-child {
  margin: 0;
}

.product__price__small {
  font-size: 13px;
}

.product-info__link {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.product-info__links {
  color: #3c3c3c;
  width: 145px;
}

.product-info__links .product-info__link {
  margin: 0 0 25px 0;
}

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

.product-timer__block {
  background: #fffbec;
  width: 55px;
  height: 59px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.product-timer__block:nth-child(2) {
  margin: 0 10px;
}

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

.product-timer__value span {
  font-size: 11px;
  font-weight: 700;
  line-height: 120%;
  display: block;
}

.product-timer__value span:first-of-type {
  font-size: 20px;
}

.cart__overlay {
  background: rgba(60, 60, 60, 0.9);
  right: 0;
  top: 0;
  position: fixed;
  height: 0;
  width: 100%;
  z-index: 12;
  -webkit-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
  opacity: 0;
}

.cart__overlay.active {
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  opacity: 1;
  height: 100%;
}

.cart {
  height: 100%;
  width: 450px;
  background: #fff;
  margin: auto 0 auto auto;
  position: fixed;
  right: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 13px 0 0 0;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  z-index: 999;
}

.cart img {
  width: 60px;
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
}

.cart .icon-cancel {
  width: 42px;
  height: 42px;
  top: 9px;
  right: 8px;
  position: absolute;
}

.cart .icon-cross {
  margin-right: 12px;
}

.cart .counter-input {
  width: 46px;
  font-weight: 700;
  font-size: 16px;
}

.cart .button-counter {
  width: 132px;
  margin: 0 0 0 53px;
}

.cart.active {
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  -o-transition: transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
  -webkit-transform: translateX(0px);
      -ms-transform: translateX(0px);
          transform: translateX(0px);
}

.cart.transition {
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  -o-transition: transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}

.cart.empty .cart__info {
  padding-top: 0;
  background: #fff;
  margin: 0 0 0 auto;
}

.cart.empty .cart__info .product__link,
.cart.empty .cart__info .product__item__group,
.cart.empty .cart__info .cart__info__results,
.cart.empty .cart__info .product__add {
  display: none;
}

.cart.empty .cart__info .cart__info__empty {
  display: block;
}

.cart.empty .cart__info .product__add_empty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cart.empty .cart__products {
  padding-top: 4px;
}

.cart__info__empty {
  display: none;
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  margin: 0 0 40px 0;
}

.cart__products {
  padding: 10px 15px 20px 5px;
  overflow-y: scroll;
  overflow-x: clip;
  overflow: overlay;
  -webkit-box-shadow: inset 0px 16px 16px -16px rgba(174, 193, 201, 0.45);
          box-shadow: inset 0px 16px 16px -16px rgba(174, 193, 201, 0.45);
  background: #fff;
  position: relative;
  scrollbar-color: #CDCDCD rgba(255, 255, 255, 0);
  scrollbar-width: 4px;
}

.cart__products .categories__product__code {
  text-align: left;
  font-weight: 500;
  color: #818181;
}

.cart__products .categories__product__text {
  font-size: 16px;
  margin: 5px 0 4px 15px;
}

.cart__products::-webkit-scrollbar {
  background-color: rgba(255, 255, 255, 0);
  max-height: 95px;
  width: 4px;
}

.cart__products::-webkit-scrollbar-thumb {
  background: #CDCDCD;
  border-radius: 100px;
}

.cart__products::before {
  content: "";
  position: absolute;
  margin: 0 auto;
  width: 100%;
  left: 0;
  top: 0;
  height: 16px;
  background: #fff;
}

.cart__info {
  background: #F7F7F9;
  padding: 20px;
  width: 100%;
  margin: auto 0 0 auto;
}

.cart__info .product__link {
  font-weight: 400;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 5px 0;
  font-size: 16px;
  line-height: 140%;
}

.cart__info .product__link:first-child {
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cart__info .product__link .info-icon {
  margin: 0 0 0 6px;
}

.cart__info .product__item__group {
  display: block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 0.5px solid #D9D9D9;
  border-top: 0.5px solid #D9D9D9;
  padding: 15px 0;
  margin: 0 0 18px 0;
}

.cart__info .product__item__group_first {
  margin: 0;
  padding-top: 0;
  border-top: none;
  padding-bottom: 5px;
}

.cart__info .product__feature__wrap {
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cart__info .product__feature__wrap:first-child {
  margin: 0 0 10px 0;
}

.cart__info .product__feature {
  font-weight: 500;
  font-size: 16px;
  color: #3c3c3c;
  line-height: 104%;
}

.cart__info .product__add {
  min-width: 100%;
  font-size: 18px;
}

.cart__info .product__add_empty {
  display: none;
}

.cart__product__item .price-format {
  margin: 0 0 0 auto;
}

.product__item__group .product__price {
  font-size: 16px;
  font-weight: 500;
}

.product__item__group .product__price span:nth-child(2) {
  font-size: 12px;
}

.cart__info__results .product__feature {
  font-weight: 700;
  font-size: 18px;
  color: #3c3c3c;
  margin: 0 0 20px 0;
}

.cart__info__results .product__price {
  font-weight: 700;
  font-size: 18px;
  color: #0f87d5;
}

.cart__info__results .product__price span {
  font-weight: 600;
  font-size: 18px;
}

.cart__info__results .product__price span:nth-child(2) {
  font-weight: 700;
  font-size: 14px;
}

.product__delivery {
  font-weight: 600;
}

.cart__product {
  border-bottom: 0.5px solid #D9D9D9;
  padding: 10px 0;
}

.cart__product__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 0 15px;
}

.categories__product__info__line {
  height: 15px;
  width: 1px;
  background: #818181;
  margin: 0 3px;
}

.cart__title {
  font-weight: 700;
  font-size: 28px;
  text-align: center;
  margin: 0 0 10px 0;
  color: #3c3c3c;
}

.cart__product__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px 0 0 0;
}

.cart__product__item .product__price {
  font-size: 16px;
  font-weight: 600;
}

.cart__product__item .product__price span {
  font-size: 14px;
}

.product-tabs {
  background: #F7F7F9;
  padding: 0;
}

.product-tabs .text-block {
  overflow: hidden;
  max-width: 1150px;
}

.product-tabs .text-block:first-child {
  margin: 0 40px 0 0;
}

.product-tabs .text-block:nth-child(2) {
  min-width: 410px;
}

.product-tabs .text-block h1,
.product-tabs .text-block h2,
.product-tabs .text-block h3,
.product-tabs .text-block h4,
.product-tabs .text-block h5 {
  margin: 20px 0;
}

.product-tabs .text-block p {
  margin: 15px 0;
}

.product-tabs .text-block p small {
  font-size: 12px;
}

.product-tabs .text-block br {
  display: inline;
  content: none;
  margin-top: 0;
  line-height: 0;
}

.product-tabs .text-block ol {
  margin: 15px 0;
}

.product-tabs .text-block ol li {
  margin: 10px 0;
}

.product-tabs .text-block ol li:before {
  margin-right: 20px;
}

.product-tabs .text-block ul {
  margin: 15px 0;
  padding: 0 0 0 22px;
  max-width: 410px;
}

.product-tabs .text-block ul li {
  margin: 10px 0;
  line-height: 130%;
}

.product-tabs .text-block img {
  height: auto;
  margin: 20px 0;
}

.product-tabs .text-block .button_inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
}

.product-tabs .text-block .brand__image {
  height: 65px;
  margin: 5px 0 0 0;
}

.product-tabs .text-block .brand__image img {
  margin: 0;
}

.product-tabs .text-block .text-block__content_after:after {
  height: 24px;
  margin-bottom: 0px;
}

.product-tabs .text-block .show-more {
  font-size: 16px;
  margin: 20px 0 0 20px;
}

.product-tabs .text-block.show-text .text-block__content {
  margin-bottom: 0;
}

.product-tabs__item {
  width: 100%;
  display: none;
  padding: 40px 0 40px 0;
  cursor: pointer;
}

.product-tabs__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  overflow: auto;
}

.product-tabs__wrap_bundle {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.product-tabs-3,
.product-tabs-4 {
  overflow: auto;
}

.product-tabs__item.active {
  display: block;
}

.product-tabs__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  position: relative;
  z-index: 0;
}

.product-tabs__nav::after {
  position: absolute;
  bottom: 0;
  content: "";
  display: block;
  width: calc(100vw - var(--scrollbarWidth));
  height: 2px;
  background: #D9D9D9;
}

.product-tabs__button {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
  font-size: 18px;
  color: #818181;
  padding: 16px;
  border-bottom: 2px solid rgba(255, 255, 255, 0);
  z-index: 1;
  width: 25%;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.product-tabs__button:hover {
  border-color: #3c3c3c;
  color: #3c3c3c;
}

.product-tabs__button.active {
  border-color: #3c3c3c;
  color: #3c3c3c;
}

.product-tabs__button_second {
  display: none;
  font-weight: 700;
  font-size: 14px;
  color: #818181;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product-tabs__button_second .button-plus {
  position: absolute;
  right: 0;
}

.product-tabs__button_second .button-plus div {
  background: #818181;
}

.product-tabs__button_second .button-plus .button-plus__first {
  width: 12px;
  height: 2px;
}

.product-tabs__button_second .button-plus .button-plus__second {
  width: 2px;
  height: 12px;
}

.product-tabs__button_second .button-plus.active div {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.product-tabs__button_second.active {
  color: #3c3c3c;
}

.product-tabs__button_second.active .button-plus .button-plus__first,
.product-tabs__button_second.active .button-plus .button-plus__second {
  background: #3c3c3c;
}

.icon-percent {
  margin: 0 0 0 10px;
}

.icon-percent svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
}

.product-tabs__documents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 20px 0 0 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.product-tabs__document {
  margin: 0 20px 0 0;
  width: 48%;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.product-tabs__document:hover {
  -webkit-filter: drop-shadow(1px 1px 24px rgba(174, 193, 201, 0.2));
          filter: drop-shadow(1px 1px 24px rgba(174, 193, 201, 0.2));
}

.product-tabs__document__link {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.product-tabs__document__link span:last-of-type {
  font-weight: 700;
  font-size: 14px;
  color: #0f87d5;
  margin: 0 0 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}

.icon-download svg {
  fill: #0f87d5;
  width: 12px;
  height: 15px;
}

.product-tabs__wrap_document {
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.document-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}

.document-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 290px;
  width: 100%;
}

.document-item__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 15px;
}

.document-item__title {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #0f87d5;
  margin-left: 10px;
}

.document-item__image {
  max-width: 290px;
  max-height: 410px;
}

.document-item__image img {
  width: 100%;
  height: 100%;
}

.icon-download svg {
  fill: #0f87d5;
  width: 12px;
  height: 15px;
}

.product-item-bundle__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  overflow-y: clip;
  padding: 0 0 30px 0;
}

.product-item-bundle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
  margin-right: 25px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 284px;
  -webkit-box-shadow: 0px 4px 16px rgba(176, 197, 206, 0.28);
          box-shadow: 0px 4px 16px rgba(176, 197, 206, 0.28);
}

.product-item-bundle .product__add {
  min-width: 160px;
  font-size: 18px;
  padding-left: 25px;
  padding-right: 25px;
}

.product-item-bundle__prices {
  margin: 0 auto;
}

.product-item-bundle__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 15px 0 15px;
}

.product-item-bundle__title {
  text-align: center;
  font-weight: 700;
  font-style: italic;
  font-size: 18px;
  color: #302413;
  margin: 10px 0 0 0;
}

.product-item-bundle__title span {
  position: relative;
}

.product-item-bundle__title span::after {
  content: "";
  position: absolute;
  height: 6px;
  bottom: -2px;
  width: 93%;
  right: 0;
  background: rgba(252, 205, 4, 0.9);
}

.product-item-bundle__image {
  width: 120px;
  height: 120px;
  min-width: 120px;
  min-height: 120px;
}

.product-item-bundle__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.product-item-bundle__product__title {
  position: relative;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  height: 55px;
  max-width: 120px;
  text-align: center;
  color: #3c3c3c;
  margin-top: 5px;
}

.product-item-bundle__product__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 15px;
  margin-bottom: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(rgba(247, 247, 249, 0)));
  background: -o-linear-gradient(bottom, #fff 0%, rgba(247, 247, 249, 0) 100%);
  background: linear-gradient(0deg, #fff 0%, rgba(247, 247, 249, 0) 100%);
  width: 100%;
  display: block;
}

.icon-bundle-plus {
  width: 20px;
  height: 20px;
  margin: 50px 20px 0 20px;
}

.icon-bundle-plus svg {
  fill: #818181;
}

.product-item-bundle__bottom {
  margin: auto 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.product-item-bundle__price {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #3c3c3c;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
  text-align: center;
  line-height: 150%;
  letter-spacing: -0.07em;
}

.product-item-bundle__price span {
  font-size: 20px;
}

.product-item-bundle__price.line-through {
  color: #818181;
  font-size: 10px;
  font-weight: 400;
}

.product-item-bundle__price.line-through span {
  font-size: 16px;
}

.product-item-bundle__price.line-through::after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 1px;
  width: 100%;
  background: grey;
}

.product-info__colors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: 3px;
  -webkit-column-gap: 18px;
     -moz-column-gap: 18px;
          column-gap: 18px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.product-info__colors.unselected .product-info__colors__label {
  color: #FF1744;
}

.product-info__colors.selected .product-info__colors__label {
  color: #3c3c3c;
}

.product-info__colors__label {
  width: 100%;
  color: #BEBEBE;
  -webkit-transition: color 0.3s ease-in;
  -o-transition: color 0.3s ease-in;
  transition: color 0.3s ease-in;
}

.product-info__list {
  padding-top: 10px;
}

.product-info__list span {
  display: block;
  font-size: 14px;
  line-height: 130%;
  color: #818181;
  width: 100%;
  margin-bottom: 8px;
}

.product-info__list ul {
  gap: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 0 3px 3px 3px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.product-info__list ul li {
  position: relative;
  width: 35px;
  height: 35px;
  display: block;
  cursor: pointer;
}
/*
.product-info__list ul li.active {
  -webkit-box-shadow: 0px 0px 0px 3px #fff, 0px 0px 0px 5px #0f87d5;
          box-shadow: 0px 0px 0px 3px #fff, 0px 0px 0px 5px #0f87d5;
}
*/
.product-info__list ul li:hover::after {
  opacity: 1;
  visibility: visible;
}

.product-info__list ul li::after {
  content: attr(data-tooltip);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0.3s ease-in, opacity 0.3s ease-in;
  -o-transition: visibility 0.3s ease-in, opacity 0.3s ease-in;
  transition: visibility 0.3s ease-in, opacity 0.3s ease-in;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  -webkit-transform: translate(-15%, 41px);
      -ms-transform: translate(-15%, 41px);
          transform: translate(-15%, 41px);
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 6px;
  background: #3c3c3c;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  color: #fff;
  border-radius: 1px;
  z-index: 1;
}

.product-info__list ul li img {
  width: 100%;
  height: 100%;
}

.offers {
  padding: 60px 0 140px;
}

.offers .splide__track {
  height: 100% !important;
  padding: 30px 8px !important;
  margin: 0 -8px !important;
}

.offers .splide__arrow--prev {
  margin: 0 25px 0 0;
}

.offers .splide__arrow--prev svg {
  fill: #0f87d5;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.offers .splide__arrow--next svg {
  fill: #0f87d5;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.offers .splide__arrows {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 0 auto;
}

.offers .icon-product-arrow {
  width: 25px;
  height: 25px;
}

.offers__title {
  font-weight: 700;
  font-size: 24px;
  color: #3c3c3c;
  line-height: 140%;
}

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

.categories {
  background: #F7F7F9;
  color: #3c3c3c;
  padding: 0 0 140px;
}

.categories .show-more {
  margin: 0 0 30px 0;
  display: block;
}

.categories .text-block p {
  margin-top: 20px;
}

.categories h1.page-title, #searchWrap .page-title {
  line-height: 110%;
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 30px;
  color: #3c3c3c;
  margin: 0;
}
#searchWrap .page-title {
  font-size: 24px;
}

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

.list-menu {
  padding: 25px 0 25px 40px;
  width: 380px;
}

.list-menu a {
  font-weight: 700;
  font-size: 14px;
  line-height: 122%;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  color: #3c3c3c;
}

.list-menu a.active {
  color: #0f87d5;
}

.list-menu a:hover {
  color: #0f87d5;
}

.list-menu ul {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  padding: 0 0 0 30px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.list-menu ul.list-show {
  max-height: 1000px;
  opacity: 1;
  padding: 15px 0 0 30px;
}

.list-menu li {
  margin-bottom: 15px;
}

.list-menu li:last-child {
  margin-bottom: 0;
}

.list-menu li.active > a {
  color: #0f87d5;
}

.list-menu li.active > ul {
  max-height: 1000px;
  opacity: 1;
  padding: 15px 0 0 30px;
}

.list-menu ul > li > a {
  font-weight: 500;
}

.list-categories__title {
  font-weight: 400;
  font-size: 14px;
  line-height: 122%;
  text-transform: uppercase;
  color: #818181;
  margin-bottom: 30px;
}

.list-categories a {
  font-weight: 500;
  font-size: 14px;
  text-transform: capitalize;
  line-height: 122%;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  color: #3c3c3c;
}

.list-categories a.active {
  color: #0f87d5;
}

.list-categories a:hover {
  color: #0f87d5;
}

.list-categories li {
  position: relative;
  margin-bottom: 20px;
}

.list-categories li::after {
  content: "";
  display: none;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 20px;
  height: 20px;
  background: -webkit-gradient(linear, right top, left top, from(#fff), to(rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(right, #fff 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to left, #fff 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 1;
}

.list-categories li.active a {
  color: #0f87d5;
}

.list-categories li > ul {
  padding: 20px 0 0 20px;
}

.list-categories ul > li > a {
  font-weight: 300;
}

.list-categories ul {
  display: none;
}

.categories__aside {
  background: #fff;
  min-width: 380px;
  margin: 0 70px 0 0;
  height: 100%;
}

.categories__main {
  width: 100%;
  height: 100%;
}

.categories__list {
  padding: 25px 0 25px 40px;
}

.categories__item {
  margin: 0 0 20px 0;
}

.categories__item:last-child {
  margin: 0;
}

.categories__button {
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  line-height: 122%;
}

.categories__button:hover {
  color: #0f87d5;
}

.categories__button.active {
  color: #0f87d5;
}

.categories__menu,
.categories__menu_inside {
  padding: 0 0 0 30px;
  max-height: 0;
  visibility: hidden;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.categories__menu.active,
.categories__menu_inside.active {
  max-height: 5000px;
  visibility: visible;
  padding: 15px 0 0 30px;
}

.categories__item {
  margin: 0 0 20px 0;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.categories__item:last-child {
  margin: 0;
}

.categories__item.active {
  margin: 0;
}

.categories__item.active .categories__button {
  color: #0f87d5;
}

.categories__item_inside {
  margin: 0 0 15px 0;
}

.categories__item_inside:last-child {
  margin: 0;
}

.categories__button_inside {
  font-weight: 500;
  font-size: 14px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.categories__button_inside.active {
  color: #0f87d5;
}

.categories__title {
  font-weight: 600;
  font-size: 30px;
  line-height: 110%;
  margin: 0 0 30px 0;
}

.categories__block {
  overflow: hidden;
}

.categories__text {
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  margin: 0 0 20px 0;
}

.categories__text:last-child {
  max-height: 0;
  margin: 0;
}

.categories__text.shadow {
  -webkit-mask-image: -webkit-gradient(linear, left bottom, left top, color-stop(3%, rgba(255, 255, 255, 0)), color-stop(23%, rgb(255, 255, 255)));
  -webkit-mask-image: linear-gradient(to top, rgba(255, 255, 255, 0) 3%, rgb(255, 255, 255) 23%);
}

.categories__block.active .categories__text:last-child {
  max-height: 1000px;
  margin: 0 0 20px 0;
}

.categories__text:first-of-type {
  margin-top: 30px;
  font-style: italic;
}

.categories__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
  margin-top: 30px;
}

.categories__card {
  width: 280px;
  height: 280px;
  background: #fff;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  cursor: pointer;
}

.categories__card:hover {
  -webkit-box-shadow: 0px 4px 14px rgba(174, 193, 201, 0.38);
          box-shadow: 0px 4px 14px rgba(174, 193, 201, 0.38);
  color: #0f87d5;
}

.product-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  height: 100%;
  margin-top: 30px;
}

.product-list .product-item {
  width: 280px;
}
/* 
.product-list .product-item__content {
  padding: 0 10px 15px 10px;
} */

.product-list .product-item__title {
  margin-top: 7px;
}

.categories__products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  height: 100%;
  margin-top: 30px;
}

.categories__product {
  position: relative;
  padding: 0 10px 15px 10px;
  width: 280px;
  height: 342px;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(174, 193, 201, 0.25);
          box-shadow: 0px 0px 8px 0px rgba(174, 193, 201, 0.25);
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  background: #fff;
  overflow: hidden;
  cursor: pointer;
}

.categories__product:hover {
  -webkit-box-shadow: 1px 1px 32px 0px rgba(174, 193, 201, 0.45);
          box-shadow: 1px 1px 32px 0px rgba(174, 193, 201, 0.45);
}

.categories__product img {
  height: 210px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.categories__product .icon-favorites {
  position: absolute;
  right: 10px;
  top: 10px;
  fill: #0f87d5;
  width: 30px;
  height: 30px;
  background: rgba(247, 247, 249, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
}

.categories__product .icon-favorites:hover svg {
  fill: rgba(15, 135, 213, 0.6);
}

.categories__product .icon-favorites svg {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  width: 20px;
  height: 20px;
}

.categories__product .icon-favorites svg:nth-child(1) {
  display: block;
}

.categories__product .icon-favorites svg:nth-child(2) {
  display: none;
}

.categories__product .icon-favorites.active svg:nth-child(1) {
  display: none;
}

.categories__product .icon-favorites.active svg:nth-child(2) {
  display: block;
}

.categories__product .icon-new-product {
  width: 40px;
  height: 40px;
  left: 6px;
  top: 6px;
  background: #0f87d5;
  color: #fff;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.categories__product__content {
  padding: 29px 0 0 0;
}

.categories__product__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 8px 0;
}

.categories__product__stock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #EBF8F6;
  padding: 0 5px;
  border-radius: 1px;
}

.categories__product__stock .icon-check {
  width: 10px;
  height: 10px;
}

.categories__product__stock__text {
  font-size: 12px;
  font-weight: 500;
  margin: 0 0 0 5px;
  color: #32BEA6;
}

.categories__product__code {
  font-weight: 400;
  font-size: 12px;
  text-align: right;
  letter-spacing: 0.05em;
  color: #3c3c3c;
}

.categories__product__text {
  position: relative;
  text-align: left;
  font-weight: 500;
  font-size: 14px;
  color: #3c3c3c;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 140%;
}

.categories__product__text::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100px;
  height: 20px;
  background: -webkit-gradient(linear, left top, right top, from(transparent), to(white));
  background: -o-linear-gradient(left, transparent, white);
  background: linear-gradient(to right, transparent, white);
  z-index: 1;
}

.categories__link {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  line-height: 120%;
  overflow: hidden;
}

.categories__link img {
  margin: 0 auto;
  height: 100%;
  width: 100%;
  max-width: 100%;
  max-height: 180px;
}

.categories__link__text {
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  text-transform: capitalize;
  height: 100%;
  padding: 10px;
}

.search {
  position: fixed;
  height: calc(100% - 80px);
  top: 80px;
  left: 0;
  right: 0;
  padding: 55px 0 140px;
  background: #F7F7F9;
  -webkit-transition: visibility 0.2s, opacity 0.2s ease-in-out;
  -o-transition: visibility 0.2s, opacity 0.2s ease-in-out;
  transition: visibility 0.2s, opacity 0.2s ease-in-out;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  overflow: auto;
}

.search .preloader {
  position: absolute;
  left: 0;
  right: 0;
  margin: 175px auto auto auto;
  display: none;
}

.search .preloader.search-result {
  display: none;
}

.search .preloader.active {
  display: block;
}

.search .category-link__item {
  width: 110px;
  height: 110px;
  min-width: 110px;
  min-height: 110px;
}

.search .category-link__title {
  font-size: 10px;
  padding: 7px 5px 0 5px;
}

.top-search {
  padding: 18px 0 20px 0;
}

.top-search .button-cross_bold {
  display: none;
  position: absolute;
  top: 7px;
  right: 7px;
}

.top-search .button-cross_bold .button-plus__first {
  width: 26px;
  height: 2px;
}

.top-search .button-cross_bold .button-plus__second {
  height: 26px;
  width: 2px;
}

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

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

.search__input__wrap .button-cross {
  width: 36px;
  height: 36px;
  position: absolute;
  right: 0;
}

.search__logo {
  margin: 0 226px 0 0;
}

.logo-search {
  width: 208px;
  height: 42px;
}

.search__input {
  width: 550px;
  font-weight: 400;
  font-size: 14px;
  height: 36px;
  padding: 6px 15px 6px 15px;
  background: #fff;
  border-radius: 1px;
  border: none;
  outline: none;
}

.search__wrap {
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  overflow: hidden;
}

.search__wrap.search-result {
  opacity: 1;
}

.search__main {
  max-width: 980px;
  width: 100%;
  height: 100%;
  margin-right: 40px;
}

.search__main .categories__cards {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
  padding: 0 0 20px 0;
  overflow-x: auto;
  overflow-y: clip;
  margin-top: 0;
  overflow: overlay;
}

.search__main .categories__cards::-webkit-scrollbar-thumb {
  background: #0f87d5;
}

.search__main .categories__cards_first .categories__card .categories__link {
  padding: 0 6px 9px 6px;
}

.search__main .categories__cards_first .categories__card .categories__link__text {
  font-weight: 700;
  font-size: 10px;
  line-height: 12px;
  color: #3c3c3c;
}

.search__main .categories__card {
  width: 110px;
  height: 110px;
  min-width: 110px;
  min-height: 110px;
}

.search__main .categories__card .categories__link {
  padding: 6px 6px 9px 6px;
  line-height: 12px;
}

.search__main .categories__card .categories__link__text {
  font-size: 10px;
  height: 38px;
  padding: 0;
  margin: 3px 0 0 0;
  overflow: hidden;
}

.search__main .categories__card .icon-category {
  width: 100%;
  height: 100%;
  max-height: 76px;
}

.search__main .categories__card .icon-category svg {
  fill: #51636A;
}

.search__main .product-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
/* 
.search__main .product-list .product-item {
  width: 180px;
 /* height: 223px;
}
*/
.search__main .product-list .product-item__new {
  top: -3px;
  left: -3px;
  width: 65px;
  height: 65px;
}

.search__main .product-list .product-item__code,
.search__main .product-list .product-item__status__label,
.search__main .product-list .product-info__availability {
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0em;
}

.search__main .product-list .product-item__status {
  padding: 0 2px;
  height: 12px;
}

.search__main .product-list .product-item__status__label {
  margin: 0 0 0 3px;
}

.search__main .product-list .product-item__content {
  padding: 0 5px 12px 5px;
}

.search__main .product-list .product-item__availability {
  font-size: 10px;
  letter-spacing: 0;
}
/*
.search__main .product-list .product-item__title {
  height: 50px;
  font-size: 12px;
  line-height: 18px;
  margin-top: 8px;
}
*/
.search__main .product-list .product-item__title::after {
  height: 15px;
}

.search__message {
  display: none;
  font-weight: 600;
  font-size: 24px;
  color: #3c3c3c;
}

.search__message.active {
  display: block;
}

.search__main__wrap {
  position: relative;
  margin: 0 0 20px 0;
}

.search__main__wrap.no-result .search__main__content {
  display: none;
}

.search__main__wrap.no-result .search__wrap__title {
  margin-bottom: 40px;
}

.search__main__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  overflow-y: clip;
}

.search__main__content__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 70px;
  min-width: 70px;
  height: 110px;
  font-weight: 600;
  font-size: 10px;
  line-height: 140%;
  color: #818181;
  margin: 0 0 0 20px;
}

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

.search__sidebar .posts__list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

.search__sidebar .posts-item {
  width: 180px;
  min-width: 180px;
}

.search__sidebar .posts-item .video__wrap {
  height: 110px;
}

.search__sidebar .posts-item .posts-item__description {
  display: none;
}

.search__sidebar .posts-item .posts-item__content {
  margin: 0;
}

.search__sidebar .posts-item .posts-item__info {
  font-size: 10px;
  line-height: 12px;
  margin-top: 2px;
}

.search__sidebar .posts-item .posts-item__title {
  font-size: 12px;
  line-height: 15px;
  margin: 4px 0 10px 0;
}

.search__sidebar .posts-item img {
  height: 110px;
}

.search__sidebar .posts-item .video__icon {
  position: absolute;
  top: 24%;
  left: 17%;
  width: 22px;
  height: 25px;
  z-index: 3;
}

.search__sidebar__wrap:not(:last-child) {
  margin-right: 90px;
}

.search__wrap__title {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #818181;
  margin-bottom: 30px;
}

.wrapper {
  display: -ms-grid;
  display: grid;
  grid-column-gap: 40px;
  -ms-grid-columns: (64.5%)[1];
  grid-template-columns: repeat(1, 64.5%);
}

.checkout {
  padding: 40px 0 140px 0;
}

.checkout .cart__product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border: none;
  padding: 0px 0px 22px 0;
}

.checkout .cart__product:last-child {
  padding: 0px 0px 30px 0;
}

.checkout .cart__product img {
  width: 60px;
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 10px 0 0;
}

.checkout .cart__product__wrap:nth-child(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.checkout .categories__product__text {
  display: flex;
  margin: 0 0 5px 0;
  max-width: 100%;
}

.checkout .cart__product__item {
  text-align: right;
  font-family: "Montserrat", sans-serif;
  margin: 4px 0 0 auto;
  width: 330px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.checkout .cart__product__item .product__price {
  margin: 0;
  width: 110px;
}

.checkout .cart__product__item .product__price:nth-child(1) {
  font-weight: 500;
}

.checkout .cart__product__item .product__quantity {
  width: 40px;
  margin: 0 0 0 10px;
}

.checkout .product__price {
  font-size: 12px;
}

.checkout .product__price_delivery {
  font-family: "Inter", sans-serif;
  margin: 0 23px 0 auto;
}

.checkout .product__price_delivery .product__price__small:last-child {
  font-size: 10px;
}

.checkout .button {
  margin: 0 0 30px 0;
}

.checkout .element-input label {
  margin: 7px 0 5px 0;
}

.checkout .general-input {
  margin: 0 0 5px 0;
}

.checkout textarea.general-input {
  resize: none;
  height: 70px;
}

.checkout .info-icon {
  margin: 0 0 0 6px;
}

.checkout .product__next,
.checkout .product__confirm,
.checkout .product__edit {
  width: 142px;
  min-width: 142px;
  margin: 20px 0 30px auto;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 1px;
}

.checkout .product__edit {
  margin: 0 auto 30px 0;
}

.checkout__item__order .faqs__arrow {
  display: none;
}

.checkout__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 10px 0 10px;
  margin: 0;
}

.checkout__content__summary {
  max-height: 2000px;
}

.checkout__step {
  width: 100%;
}

.checkout__step:nth-child(1) {
  -ms-grid-column: 1;
      grid-column-start: 1;
  -ms-grid-column-span: 0;
  grid-column-end: 1;
  -ms-grid-row: 1;
      grid-row-start: 1;
  -ms-grid-row-span: 0;
  grid-row-end: 1;
}

.checkout__step:nth-child(2) {
  -ms-grid-column: 2;
      grid-column-start: 2;
  -ms-grid-column-span: 0;
  grid-column-end: 2;
  -ms-grid-row: 1;
      grid-row-start: 1;
  -ms-grid-row-span: 11;
  grid-row-end: 12;
}

.checkout__step:nth-child(2) .checkout__content {
  padding: 0;
}

.checkout__step:nth-child(2) .checkout__content .cart__info {
  padding: 6px 0 0 5px;
  background: none;
}

.checkout__step:nth-child(2) .checkout__content .cart__info .product__feature {
  font-weight: 500;
  font-size: 14px;
}

.checkout__step:nth-child(2) .checkout__content .cart__info .product__feature__wrap {
  margin: 0 0 12px 0;
}

.checkout__step:nth-child(2) .checkout__content .cart__info .product__item__group {
  padding: 15px 15px 3px 0;
  border-top: none;
}

.checkout__step:nth-child(2) .checkout__content .cart__info .cart__info__results {
  padding: 0 15px 0 0;
}

.checkout__step:nth-child(2) .checkout__content .cart__info .cart__info__results .product__feature {
  font-weight: 700;
  font-size: 16px;
}

.checkout__step:nth-child(2) .checkout__content .cart__info .cart__info__results .product__price {
  font-size: 16px;
  color: #3c3c3c;
}

.checkout__step:nth-child(2) .checkout__content .cart__info .cart__info__results .product__price span {
  /*font-size: 12px;*/
}

.checkout__step:nth-child(3) {
  -ms-grid-column: 1;
      grid-column-start: 1;
  -ms-grid-column-span: 0;
  grid-column-end: 1;
  -ms-grid-row: 2;
      grid-row-start: 2;
  -ms-grid-row-span: 0;
  grid-row-end: 2;
}

.checkout__step:nth-child(4) {
  -ms-grid-column: 1;
      grid-column-start: 1;
  -ms-grid-column-span: 0;
  grid-column-end: 1;
  -ms-grid-row: 3;
      grid-row-start: 3;
  -ms-grid-row-span: 0;
  grid-row-end: 3;
}

.checkout__step:nth-child(4) .shipping__title {
  margin: 0px 0 15px 0;
}

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

.checkout__cart__headlines:nth-child(3) {
  margin: 0 50px 0 0;
}

.checkout__cart__headlines__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 0 auto;
  width: 330px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: right;
}

.checkout__cart__headlines__wrap .checkout__cart__headline {
  width: 110px;
}

.checkout__cart__headlines__wrap .checkout__cart__headline:nth-of-type(2) {
  width: 40px;
  margin: 0 0 0 10px;
}

.checkout__payment__text {
  margin: 40px 0 30px 0;
  line-height: 140%;
}

.checkout__button {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.checkout__step__indicator {
  display: none;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.checkout__button.indicator .checkout__step__indicator {
  display: block;
}

.checkout__button.indicator .faqs__arrow {
  display: none;
}

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

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

.checkout__button__extra span {
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
}

.checkout__button__extra .product__price {
  display: block;
  width: 110px;
}

.checkout__button__extra .product__price span {
  font-size: 14px;
  font-weight: 800;
}

.checkout__button__extra .product__price span:nth-of-type(1) {
  font-size: 12px;
}

.checkout__button__extra .product__price span:nth-of-type(2) {
  font-size: 14px;
  font-weight: 800;
}

.product .checkout__button__extra:nth-of-type(1) {
  margin: 0 93px 0 auto;
}

.checkout__button__extra:nth-of-type(2) {
  margin: 0 100px 0 50px;
}

.checkout__button__product__number {
  width: 40px;
}

.checkout__button__product,
.checkout__button__amount {
  font-weight: 400;
  margin: 0 10px 0 0;
}

.radio__text_terms {
  color: #0f87d5;
  font-weight: 600;
}

.shipping__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  row-gap: 30px;
  margin: 20px 0 0 0;
}

.shipping__item:nth-child(3),
.shipping__item:nth-child(4) {
  border-top: 0.5px solid #D9D9D9;
}

.shipping__item:nth-child(odd) {
  padding: 0 10px 0 0;
}

.shipping__item__new-address {
  display: block !important;
  overflow: hidden;
  margin: 0;
  max-height: 0;
  -webkit-transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
  -o-transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
  transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
}

.shipping__item__new-address > :last-child {
  margin: 15px 0 0 0;
}

.shipping__item__new-address.active {
  -webkit-transition: max-height 1s;
  -o-transition: max-height 1s;
  transition: max-height 1s;
  max-height: 2000px;
  margin: 15px 0 0 0;
}

.shipping__item_contact-details {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
  display: -ms-grid;
  display: grid;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
  -o-transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
  transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
}

.shipping__item_contact-details.active {
  -webkit-transition: max-height 1s;
  -o-transition: max-height 1s;
  transition: max-height 1s;
  max-height: 400px;
}

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

.shipping__title {
  font-weight: 600;
  font-size: 16px;
  margin: 25px 0 15px 0;
  line-height: 100%;
}

.shipping__subtitle {
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  margin: -5px 0 15px 0;
}

.shipping__subtitle span {
  color: #0f87d5;
}

.shipping__title_first {
  margin: 0 0 15px 0;
}

.shipping__title_second {
  margin: 30px 0 15px 0;
}

.shipping__details {
  margin: 35px 0 0 0;
}

.shipping__details__labels {
  color: #818181;
  margin: 0 55px 0 0;
}

.shipping__details__labels,
.shipping__details__texts {
  font-weight: 500;
  font-size: 14px;
}

.shipping__details__label,
.shipping__details__text {
  line-height: 100%;
  margin: 0 0 25px 0;
}

.shipping__details__label {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.payment-card,
.payment-default {
  display: none;
}

.payment-card.active,
.payment-default.active {
  display: block;
}

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

.payment-card__selects .button-dropdown {
  width: 190px;
}

.payment-card__selects .button-dropdown:first-child {
  margin: 0 10px 0 0;
}

.payment-card__selects .button-dropdown__icon {
  height: 40px;
}

.payment-card__selects .button-dropdown__option:hover {
  background: #E0E8F3;
}

.payment-card__selects .button-dropdown__input {
  font-weight: 400;
  font-size: 14px;
}

.cvv-input {
  width: 100px;
}

.review {
  padding: 60px 0 100% 0;
}

.review .button-group {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.review__wrap {
  text-align: center;
}

.review__title {
  font-weight: 700;
  font-size: 28px;
  color: #0f87d5;
}

.review__text {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0em;
  max-width: 600px;
  margin: 34px auto 20px auto;
  line-height: 180%;
  color: #3c3c3c;
}

.review__text span {
  font-weight: 700;
}

.review__link {
  font-weight: 600;
  font-size: 14px;
  color: #0f87d5;
  margin: 0 0 78px 0;
  display: inline-block;
  position: relative;
  -webkit-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
  cursor: pointer;
}

.review__link::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #0f87d5;
  position: absolute;
  bottom: 0;
  left: 0;
}

.review__link:hover {
  opacity: 0.7;
}

.page-404 {
  padding: 55px 0 90px 0;
}

.page-404 .button {
  font-size: 18px !important;
}

.page-404__wrap {
  text-align: center;
}

.page-404__label {
  font-family: "Signika", sans-serif;
  font-weight: 300;
  font-size: 250px;
  line-height: 308px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #0f87d5;
}

.page-404__text {
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  text-align: center;
  color: #3c3c3c;
  margin-bottom: 30px;
}

.icon-404-zero {
  width: 150px;
  height: 100%;
  margin: 0px 15px;
}

.icon-404-zero svg {
  fill: #0f87d5;
}

.posts {
  padding: 55px 0 40px 0;
  background: #fff;
  color: #3c3c3c;
}

.posts .posts__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.posts .posts__sidebar {
  min-width: 200px;
  width: 200px;
}

.posts .posts__main {
  margin: 0 0 0 60px;
  overflow: hidden;
}

.posts .breadcrumb {
  padding: 26px 0;
  width: calc(100% - 260px);
  margin: 0 0 0 auto;
}

.posts .pagination {
  margin: 30px 0 0 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.posts .video__icon {
  width: 26px;
}

.posts.posts-breadcrumb {
  padding: 0 0 40px 0;
}

.posts .text-block {
  max-width: 800px;
}

.posts .text-block h1,
.posts .text-block h2,
.posts .text-block h3,
.posts .text-block h4,
.posts .text-block h5 {
  line-height: 130%;
}

.posts .text-block h1 {
  font-size: 30px;
}

.posts .text-block h2 {
  font-size: 24px;
}

.posts .text-block h3 {
  font-size: 18px;
}

.posts .text-block ol li {
  margin-bottom: 20px;
}

.posts .text-block p {
  font-size: 16px;
}

.posts .text-block img {
  margin: 20px 0 30px 0;
}

.posts .text-block a.button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0;
}

.posts .offers {
  padding: 35px 0 35px;
  max-width: 800px;
}

.posts .offers .offers__title {
  font-size: 24px;
  margin: 0;
}

.posts .offers .splide__track {
  padding: 20px 8px !important;
}

.posts .offers .product-item {
  width: 180px;
  height: 223px;
}

.posts .offers .product-item__new {
  top: -3px;
  left: -3px;
  width: 65px;
  height: 65px;
}

.posts .offers .product-item__code,
.posts .offers .product-item__status__label {
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0em;
}

.posts .offers .product-item__status {
  padding: 0 2px;
  height: 12px;
}

.posts .offers .product-item__status__label {
  margin: 0 0 0 3px;
}

.posts .offers .product-item__content {
  padding: 0 5px 12px 5px;
}

.posts .offers .product-item__availability {
  font-size: 10px;
  letter-spacing: 0;
}

.posts .offers .product-item__title {
  height: 50px;
  font-size: 12px;
  line-height: 18px;
  margin-top: 8px;
}

.posts .offers .product-item__title::after {
  height: 15px;
}

.posts__main__date {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #818181;
  margin-bottom: 10px;
  display: block;
}

.posts-item {
  position: relative;
  width: 300px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  background: rgba(255, 255, 255, 0);
  overflow: hidden;
  color: #3c3c3c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.posts-item__content > a {
  /* position: absolute;
  display: flex;
  top: 35%;
  left: 50%; */
}

.posts-item__content > a span {
  flex: 1;
  justify-content: center;
  align-items: center;
}

.posts-item__content > a span svg {
  width: 30px;
  height: 30px;
}

.posts-item img {
  height: 184px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1px;
}

.posts-item .video__wrap {
  max-height: 184px;
  z-index: 0;
  margin-bottom: 0;
}

.posts-item__media {
  position: relative;
  padding-top: 61.3%;
  background: #F8F8F8;
}

.posts-item__media img,
.posts-item__media span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

.posts-item__media span {
  width: 26px;
  height: 50px;
  z-index: 1;
}

.posts-item__link {
  z-index: 0;
  position: relative;
}

.posts-item__link:hover .posts-item__title {
  color: #0f87d5;
}

.posts-item__content__wrap {
  z-index: 0;
  position: relative;
}

.posts-item__info a {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.posts-item__info a:hover {
  opacity: 0.6;
}

.posts-item__content {
  margin: 10px 0 0 0;
}

.posts-item__info {
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  color: #818181;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.posts__list .posts-item__title {
  position: relative;
  max-height: 46px;
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  margin: 10px 0 10px 0;
}

.posts-item__title::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 22px;
  height: 22px;
  background: -webkit-gradient(linear, left top, right top, from(transparent), to(white));
  background: -o-linear-gradient(left, transparent, white);
  background: linear-gradient(to right, transparent, white);
  z-index: 1;
}

.posts-item__description {
  position: relative;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.posts-item__description::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 22px;
  height: 22px;
  background: -webkit-gradient(linear, left top, right top, from(transparent), to(white));
  background: -o-linear-gradient(left, transparent, white);
  background: linear-gradient(to right, transparent, white);
  z-index: 1;
}

.posts__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
  max-width: 980px;
  margin: 0 0 0 auto;
}

.posts__list__title {
  font-weight: 700;
  font-size: 30px;
  line-height: 130%;
  color: #3c3c3c;
  margin: 0 0 30px 0;
}

.posts-popular .posts__main {
  margin: 0 0 0 30px;
}

.posts-popular__list {
  margin: 0 0 60px 0;
  padding: 15px;
  background: #F7F7F9;
}

.posts-popular__list .posts-item .posts-item__title::after {
  background: -webkit-gradient(linear, left top, right top, from(transparent), to(#F7F7F9));
  background: -o-linear-gradient(left, transparent, #F7F7F9);
  background: linear-gradient(to right, transparent, #F7F7F9);
}

.posts-popular__list .posts-item .posts-item__description::after {
  background: -webkit-gradient(linear, left top, right top, from(transparent), to(#F7F7F9));
  background: -o-linear-gradient(left, transparent, #F7F7F9);
  background: linear-gradient(to right, transparent, #F7F7F9);
}

.posts-single .text-block h1 {
  margin-bottom: 30px;
}

.posts-single .text-block h2 {
  margin: 30px 0 20px;
}

.posts-single_center .breadcrumb {
  margin: 0;
  width: 100%;
}

.posts-single_center .posts__main {
  margin: 0 auto !important;
}

.posts__main__image {
  margin: 0 auto 10px auto;
  width: 800px;
  height: 130px;
}

.posts__main__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto 0 0;
  display: block;
}

.posts__main__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 980px;
}

.posts__wrap_article {
  max-width: 800px;
  margin: 0 auto;
}

.posts__main-blue-sky__image {
  margin: 0 50px 0 0;
}

.posts__main-blue-sky__wrap .modal-form__button {
  margin: 20px 0 40px 0;
  min-width: 230px;
}

.posts__main-blue-sky__wrap .text-block p {
  line-height: 130%;
}

.posts__main-blue-sky__wrap .show-more {
  display: none;
}

.posts__main-blue-sky__wrap .text-block__content_after::after {
  display: none;
}

.posts__main-blue-sky__wrap .hide-text {
  display: block;
}

.blue-sky-article .container {
  overflow: hidden;
}

.blue-sky-article .breadcrumb {
  max-width: 800px;
  margin: 0 auto;
}

.blue-sky-article .button_inline {
  padding-left: 0;
  height: 30px;
}

.blue-sky-article .button__download {
  min-width: 192px;
}

.posts-returns .text-block h1 {
  margin: 30px 0;
}

.express-delivery .posts__articles__list {
  width: calc(50% - 20px);
}

.express-delivery .posts__articles__item {
  margin-bottom: 20px;
}

.express-delivery .posts__articles__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 30px 0 0 0;
}

.express-delivery .posts__articles__wrap:nth-of-type(2) {
  margin: 15px 0 0 0;
}

.express-delivery .posts__articles__wrap:last-child {
  row-gap: 30px;
}

.express-delivery .text-block h1,
.express-delivery .text-block h2,
.express-delivery .text-block h3,
.express-delivery .text-block h4,
.express-delivery .text-block h5 {
  line-height: 130%;
  font-weight: 600;
}

.express-delivery .text-block h1,
.express-delivery .text-block h2 {
  margin-bottom: 20px;
}

.express-delivery .text-block h3 {
  margin-bottom: 5px;
}

.express-delivery .text-block ul {
  margin-left: 22px;
  font-weight: 400;
}

.express-delivery .text-block p {
  margin: 0;
}

.terms-conditions .text-block ol {
  list-style: none;
  counter-reset: li;
  margin-left: 20px;
}

.terms-conditions .text-block ol li {
  font-size: 30px;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 30px;
}

.terms-conditions .text-block ol li li {
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
}

.terms-conditions .text-block ol li li:not(:last-child) {
  margin-bottom: 20px;
}

.terms-conditions .text-block ol ol {
  margin-top: 30px;
  margin-left: 10px;
}

.modal-form__overlay {
  position: fixed;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 0;
  right: 0;
  width: 100%;
  height: 0;
  bottom: 0;
  background: rgba(60, 60, 60, 0.9);
  z-index: 12;
  -webkit-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
  opacity: 0;
}

.modal-form__overlay.active {
  height: 100%;
  -webkit-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
  opacity: 1;
}

.modal-form__overlay .button_light:hover {
  color: rgba(15, 135, 213, 0.6);
}

.modal-form__form {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
  max-width: 530px;
  max-height: 748px;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  text-align: left !important;
  overflow: auto;
}

.modal-form__form .button-cross {
  position: absolute;
  right: 8px;
  top: 8px;
}

.modal-form__form .button-cross .button-plus__first {
  width: 28px;
  height: 2px;
}

.modal-form__form .button-cross .button-plus__second {
  height: 28px;
  width: 2px;
}

.modal-form__form .icon-cancel {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
}

.modal-form__form .icon-cancel svg {
  fill: #3c3c3c;
}

.modal-form__form.active {
  -webkit-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
  opacity: 1;
  visibility: visible;
}

.modal-form__form .element-input {
  margin: 0 auto 18px auto;
}

.modal-form__form .element-input textarea {
  height: 70px;
  resize: none;
}

.modal-form__form .button {
  min-width: 100%;
}

.modal-form__form .button_light {
  margin: 20px 0 0 0;
}

.modal-form__form .button-dropdown__wrap,
.modal-form__form .button-dropdown__option {
  background: #fff;
  font-size: 14px;
}

.modal-form__form .button-dropdown__input {
  color: #BEBEBE;
  font-size: 14px;
}

.modal-form__form .button-dropdown__input.active {
  color: #3c3c3c;
}

.modal-form__form .button-dropdown__icon {
  position: absolute;
  height: 44px;
  width: 44px;
  top: 0;
  right: 0;
}

.modal-form__form .button-dropdown__icon {
  -webkit-transition: -webkit-transform 0.3s ease-in;
  transition: -webkit-transform 0.3s ease-in;
  -o-transition: transform 0.3s ease-in;
  transition: transform 0.3s ease-in;
  transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
}

.modal-form__form .button-dropdown__icon svg {
  fill: #BEBEBE;
  width: 100%;
  height: 100%;
}

.modal-form__form .radio__text strong {
  font-weight: 600;
}

.modal-form__wrap {
  margin: 30px 0 0 0;
}

.modal-form__content {
  max-width: 420px;
  margin: 45px auto 45px auto;
  padding: 0 15px;
}

.modal-form__title {
  font-weight: 600;
  font-size: 18px;
}

.modal-form__title_uppercase {
  font-weight: 700;
  font-size: 30px;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 40px 0;
}

.modal-form__title_action {
  font-weight: 700;
  font-size: 26px;
  color: #0f87d5;
  text-align: center;
  margin: 68px 0 26px 0;
}

.modal-form__subtitle {
  font-weight: 500;
  font-size: 14px;
  margin: 20px 0 30px 0;
}

.modal-form__text {
  font-weight: 400;
  font-size: 14px;
}

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

.modal-form__form_profile {
  max-width: 940px;
  max-height: 462px;
}

.modal-form__form_profile .modal-form__content {
  max-width: 830px;
}

.modal-form__form_profile .modal-form__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}

.modal-form__form_profile .element-input {
  max-width: 390px;
  width: 100%;
}

.modal-form__form_profile .modal-form__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.modal-form__form_profile .modal-form__wrap .button {
  min-width: 142px;
}

.modal-form__form_profile .modal-form__wrap .button_light {
  margin: 0 0 0 20px;
}

.modal-form__form_address {
  max-height: 600px;
}

.modal-form__form_address .modal-form__text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 30px;
}

.modal-form__form_address .radio {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 13px;
}

.modal-form__form_signin {
  max-height: 650px;
}

.modal-form__form_signin .modal-form__text {
  text-align: center;
}

.modal-form__form_signin .modal-form__subtitle {
  text-align: center;
  font-weight: 600;
  margin: 30px 0 14px 0;
}

.modal-form__form_signin .button_light {
  margin: 10px 0 0 0;
}

.modal-form__form_signin .modal-form__title {
  color: #0f87d5;
  margin: 20px 0 0 0;
  text-align: center;
}

.modal-form__form_register {
  max-height: 792px;
}

.modal-form__form_register .modal-form__title_action:nth-child(1) {
  margin: 68px 0 0 0;
}

.modal-form__form_register .modal-form__title_action:nth-child(2) {
  margin: 0 0 26px 0;
}

.modal-form__form_register .modal-form__wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 390px;
  margin: 20px auto 0 auto;
}

.modal-form__form_register .modal-form__wrap .button {
  min-width: 100%;
}

.modal-form__form_register .modal-form__title_uppercase {
  margin: 0 0 30px 0;
}

.modal-form__form_register .modal-form__subtitle {
  margin: 30px 0 14px 0;
}

.modal-form__form_register #industryType {
  display: none;
}

.modal-form__form_register .modal-form__wrap .button_light {
  margin: 0;
}

.modal-form__form_bundle {
  max-width: 100vw;
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
  overflow: hidden;
  background: none;
  position: static;
}

.modal-form__form_bundle .splide {
  visibility: hidden;
}

.modal-form__form_bundle.active .splide {
  visibility: visible;
}

.modal-form__form_bundle .product-item-bundle {
  margin: 0 auto;
  height: 328px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.modal-form__form_bundle .product-item-bundle__content {
  padding: 24px 80px 0 80px;
}

.modal-form__form_bundle .product-item-bundle__title {
  margin: 16px 0 0 0;
}

.modal-form__form_bundle .button {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}

.modal-form__form_bundle .icon-cancel {
  width: 52px;
  height: 52px;
  top: 22px;
  right: 22px;
  margin: 0;
}

.modal-form__form_bundle .icon-cancel svg {
  fill: #fff;
}

.modal-form__form_bundle .modal-form__content {
  max-width: 100%;
  padding: 0;
  margin: 0;
}

.modal-form__form_bundle .splide__slide {
  position: relative;
  cursor: default;
}

.modal-form__form_bundle .splide__slide.is-prev {
  cursor: pointer;
}

.modal-form__form_bundle .splide__slide.is-prev::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
  -webkit-transition: background 0.2s;
  -o-transition: background 0.2s;
  transition: background 0.2s;
}

.modal-form__form_bundle .splide__slide.is-next {
  cursor: pointer;
}

.modal-form__form_bundle .splide__slide.is-next::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
  -webkit-transition: background 0.2s;
  -o-transition: background 0.2s;
  transition: background 0.2s;
}

.modal-form__form_bundle .splide__arrow--prev {
  padding: 22px;
}

.modal-form__form_bundle .splide__arrow--prev svg {
  fill: #0f87d5;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.modal-form__form_bundle .splide__arrow--next {
  padding: 22px;
}

.modal-form__form_bundle .splide__arrow--next svg {
  fill: #0f87d5;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.modal-form__form_bundle .splide__arrows {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modal-form__form_bundle .icon-product-arrow {
  width: 25px;
  height: 25px;
}

.modal-form__form_bundle .splide__pagination {
  position: static;
  width: 100%;
  z-index: 2;
}

.modal-form__form_bundle .splide__pagination .splide__pagination__page {
  width: 24px;
  height: 3px;
  background: #fff;
  margin: 0 5px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modal-form__form_bundle .splide__pagination .splide__pagination__page.is-active {
  background: #0f87d5;
}

.modal-form__title_reset {
  cursor: pointer;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}

.modal-form__title_reset:hover {
  color: rgba(15, 135, 213, 0.6);
}

.modal-form__form_password {
  max-height: 464px;
}

.modal-form__form_reset {
  max-height: 408px;
}

.modal-form__form_reset .modal-form__text {
  line-height: 160%;
}

.modal-form__form_reset .modal-form__title_action {
  margin: 68px 0 20px 0;
}

.modal-form__form_reset .element-input {
  margin: 20px auto 23px auto;
}

.modal-form__form_reset .modal-form__wrap {
  margin: 20px 0 0 0;
}

.modal-form__form_order-copy {
  max-height: 760px;
}

.modal-form__form_order-copy .modal-form__text {
  margin-bottom: 15px;
}

.calculator {
  padding: 35px 0 90px;
}

.calculator h1.page-title {
  font-weight: 700;
  font-size: 30px;
  line-height: 130%;
  text-align: center;
  margin-bottom: 30px;
}

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

.calculator__wrap h2 {
  font-weight: 600;
  font-size: 26px;
  line-height: 130%;
}

.calculator__wrap .button-dropdown {
  margin-bottom: 20px;
}

.calculator__wrap .button-dropdown:last-child {
  margin-bottom: 0;
}

.calculator__wrap .button-dropdown .mimaki,
.calculator__wrap .button-dropdown .roland {
  display: none;
}

.calculator__wrap .button-dropdown.options-roland .roland {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.calculator__wrap .button-dropdown.options-mimaki .mimaki {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.calculator__wrap .button-dropdown__options {
  -webkit-box-shadow: 1px 1px 32px 0px rgba(174, 193, 201, 0.45);
          box-shadow: 1px 1px 32px 0px rgba(174, 193, 201, 0.45);
  overflow: hidden;
}

.calculator__wrap .button-dropdown__wrap,
.calculator__wrap .button-dropdown__option {
  font-size: 14px;
  font-weight: 400;
}

.calculator__wrap .button-dropdown__option:hover {
  background: #E0E8F3;
}

.calculator__wrap .button-dropdown__input {
  font-size: 14px;
  font-weight: 400;
}

.calculator__wrap .button-counter {
  margin-bottom: 20px;
}

.calculator__wrap .button-counter:last-child {
  margin-bottom: 0;
}

.calculator__content {
  z-index: 1;
  position: relative;
}

.calculator__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 5px;
}

.calculator__left {
  width: 39.5%;
  background: #F7F7F9;
  border-radius: 0px 1px 1px 0px;
  padding: 40px 60px;
}

.calculator__left h2 {
  margin-bottom: 50px;
}

.calculator__left .calculator__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}

.calculator__left .calculator__item .calculator__text {
  margin: 0;
}

.calculator__left .calculator__item:last-child {
  margin: 0;
}

.calculator__left .price-format {
  font-family: "Inter", sans-serif;
}

.calculator__center {
  width: 30.6%;
  background: #E0E8F3;
  border-radius: 0px 1px 1px 0px;
  padding: 40px 60px;
}

.calculator__center h2 {
  margin-bottom: 70px;
}

.calculator__center .calculator__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.calculator__center .calculator__item .calculator__text {
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  margin: 0;
}

.calculator__center .calculator__item::after {
  position: absolute;
  content: "";
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: -o-radial-gradient(circle, #0f87d5 0%, transparent 100%);
  background: radial-gradient(circle, #0f87d5 0%, transparent 100%);
}

.calculator__center .calculator__item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}

.calculator__center .calculator__item:last-child::after {
  display: none;
}

.calculator__right {
  width: 29.9%;
  position: relative;
  padding: 145px 60px 0 60px;
}

.calculator__right::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0f87d5;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 67.5%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 67.5%, 0 100%);
}

.calculator__right .calculator__image {
  height: 55px;
  width: 116px;
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0 30px 60px 0;
}

.calculator__right .calculator__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.calculator__right .calculator__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #fff;
}

.calculator__right .calculator__text strong {
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 15px;
  line-height: 160%;
  display: block;
}

.calculator__right .button {
  min-width: 150px;
  width: 150px;
  margin-top: 15px;
  padding: 0;
}

.example {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}

.example.column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.example.icons .icon {
  width: 50px;
  height: 50px;
}

.example h4 {
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 700;
  margin: 20px 0;
}

.example h5 {
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 700;
  margin: 20px 0;
}

.example__item {
  padding: 15px 25px;
  background: white;
  border-radius: 10px;
  -webkit-box-shadow: 0px 4px 14px rgba(174, 193, 201, 0.42);
          box-shadow: 0px 4px 14px rgba(174, 193, 201, 0.42);
}

@media only screen and (max-width: 1660px) {
  .text-block p {
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
  }

  .text-block ul,
  .text-block ol {
    font-size: 16px;
  }

  .text-block .col-lg-1 {
    width: 8.33333333%;
  }

  .text-block .col-lg-2 {
    width: 16.66666666%;
  }

  .text-block .col-lg-3 {
    width: 24.99999999%;
  }

  .text-block .col-lg-4 {
    width: 33.33333332%;
  }

  .text-block .col-lg-5 {
    width: 41.66666665%;
  }

  .text-block .col-lg-6 {
    width: 49.99999998%;
  }

  .text-block .col-lg-7 {
    width: 58.33333331%;
  }

  .text-block .col-lg-8 {
    width: 66.66666664%;
  }

  .text-block .col-lg-9 {
    width: 74.99999997%;
  }

  .text-block .col-lg-10 {
    width: 83.3333333%;
  }

  .text-block .col-lg-11 {
    width: 91.66666663%;
  }

  .text-block .col-lg-12 {
    width: 99.99999996%;
  }

  .text-block__content {
    margin-bottom: 0;
    position: relative;
    max-width: 800px;
  }

  .title {
    font-size: 32px;
  }

  .section-grey {
    padding: 50px 0 90px 0;
  }

  .show-more {
    font-size: 16px;
  }

  .top-list {
    height: 76px;
  }




  .container {
   /* max-width: 1300px;*/
  }

  .header__search__input {
   
  }

  .nav {
    height: 44px;
  }

  .nav-link {
    font-size: 14px;
  }

  .logo {
    height: 40px;
    width: 200px;
  }

  .header__search__block {
    margin: 0 0 0 170px;
  }

  .dropdown-list {
    -webkit-column-gap: 47.5px;
       -moz-column-gap: 47.5px;
            column-gap: 47.5px;
    row-gap: 15px;
  }

  .dropdown-wrapper {
    max-height: calc(100vh - 121px);
  }

  .section-slider .text-block h1,
  .about-account .text-block h1,
  .section-grey .text-block h1,
  .about .text-block h1,
  .blue-book .text-block h1,
  .section__additional-links .text-block h1 {
    font-size: 46px;
  }

  .section-slider .text-block h2,
  .about-account .text-block h2,
  .section-grey .text-block h2,
  .about .text-block h2,
  .blue-book .text-block h2,
  .section__additional-links .text-block h2 {
    font-size: 30px;
    margin-bottom: 30px;
  }

  .section-slider .text-block p,
  .about-account .text-block p,
  .section-grey .text-block p,
  .about .text-block p,
  .blue-book .text-block p,
  .section__additional-links .text-block p {
    font-size: 16px;
    margin-bottom: 5px;
  }

  .section-slider h2.page-title,
  .about-account h2.page-title,
  .section-grey h2.page-title,
  .about h2.page-title,
  .blue-book h2.page-title,
  .section__additional-links h2.page-title {
    font-size: 30px;
  }

  .section-slider .splide__slide {
    height: 42vw;
    max-height: 600px;
  }

  .section-slider .splide__title {
    font-size: 46px;
    width: 703px;
    margin: 0 auto 0 60px;
    padding: 10px 0 20px 0;
  }

  .section-slider .splide__link {
    margin: 0 auto 38px 0px;
    min-width: 150px;
    padding: 0;
    font-size: 18px;
  }

  .section-slider .icon-prev,
  .section-slider .icon-next {
    width: 40px;
    height: 40px;
  }

  .section-slider .splide__wrapper .splide__title {
    margin: 0 auto 0 62px;
  }

  .section-slider .splide__wrapper .button {
    padding-left: 0;
    margin: 0 auto 0 60px;
    font-size: 18px;
  }

  .about-account {
    padding: 50px 0 52px;
  }

  .about-account .button {
    min-width: 180px;
  }

  .about-account-text {
    font-size: 16px;
  }

  .category-link {
    /* autoprefixer: off */
    grid-template-columns: repeat(auto-fit, 236px);
    gap: 15px;
  }

  .category-link__item {
    width: 236px;
    height: 236px;
  }

  .category-link__title {
    font-size: 20px;
  }

  .category-link__item-no-icon .category-link__content {
    padding: 0px 25px;
  }

  .about {
    padding: 0 0 35px 0;
  }

  .about .offers {
    padding: 50px 0 65px;
  }

  .blue-book {
    -webkit-box-shadow: inset 0px 50px 0px 0px white, inset 0px -50px 0px 0px white;
            box-shadow: inset 0px 50px 0px 0px white, inset 0px -50px 0px 0px white;
  }

  .blue-book .button-group {
    margin-top: 30px;
  }

  .blue-book .button-group > *:not(:last-child) {
    margin-right: 20px;
  }

  .additional-links__item .title {
    color: #fff;
    margin-bottom: 40px;
  }

  .section__additional-links .splide__list {
    height: 48px;
  }

  .section__additional-links .splide {
    margin: 40px 0 90px 0;
  }

  .footer-wrapper {
    padding: 39px 36px 47px 0;
  }

  .footer-wrapper-first {
    width: 41.5%;
  }

  .footer-wrapper-second {
    width: 53.4%;
  }

  .paragraph .text-block h1,
  .info .text-block h1 {
    letter-spacing: -0.03em;
    font-size: 30px;
  }

  .paragraph .text-block h2,
  .info .text-block h2 {
    font-size: 28px;
  }

  .paragraph .text-block .col-6, .text-block .row>p {
    width: calc(50% - 10px);
  }

  .picture {
    height: 290px;
  }

  .picture__title {
    font-size: 48px !important;
  }

  .page-navigation__link {
    font-size: 14px;
  }

  .video__icon {
    width: 40px;
    height: 50px;
  }

  .paragraph__title {
    font-size: 18px;
  }

  .paragraph__text,
  .info__text {
    font-size: 16px;
  }

  .info__item__wrap {
    padding: 22% 0;
  }

  .info__list {
    gap: 40px;
  }

  .info__item .text-block {
    width: 600px;
  }

  .info__text {
    margin: 26px 0px 0px 0px;
  }

  .info__title {
    font-size: 30px;
  }

  .info__label {
    font-size: 30px;
  }

  .info__label_last {
    font-weight: 600;
    margin: 17px 0 0 0;
  }

  .paragraph-contact__title {
    font-size: 30px;
  }

  .paragraph__label {
    font-size: 16px;
  }

  .paragraph__link {
    font-size: 16px;
  }

  .locationss__title {
    font-size: 30px;
  }

  .locations__name {
    font-size: 24px;
  }

  .locations__address {
    font-size: 16px;
  }

  .paragraph-team .text-block {
    max-width: 792px;
  }

  .timeline__image {
    padding-top: 53%;
  }

  .timeline__wrap:not(:first-child) {
    margin: -100px 0 0 auto;
  }

  .timeline__wrap:nth-child(2n) {
    margin: -100px auto 0 0;
  }

  .timeline__wrap:nth-child(-n+4):not(:first-child) {
    margin: -30px 0 0 auto;
  }

  .timeline__wrap:nth-child(-n+4):nth-child(2n) {
    margin: -30px auto 0 0;
  }

  .timeline__wrap:nth-child(n+6):not(:first-child) {
    margin: -120px 0 0 auto;
  }

  .timeline__wrap:nth-child(n+6):nth-child(2n) {
    margin: -120px auto 0 0;
  }

  .product .text-block h1,
  .product-tabs .text-block h1 {
    font-size: 22px;
  }

  .product .text-block h2,
  .product-tabs .text-block h2 {
    font-size: 20px;
  }

  .product .text-block h3,
  .product-tabs .text-block h3 {
    font-size: 18px;
  }

  .product .text-block p,
  .product-tabs .text-block p {
    font-size: 14px;
  }

  .breadcrumb {
    padding: 20px 0;
  }

  .product__wrap {
    padding: 0 0 80px 0;
  }

  .product-media {
    width: calc(100% - 460px);
  }

  .product-info {
    width: 400px;
  }

  .product-color .product-media {
    width: calc(100% - 460px);
    margin: 0;
  }

  .product-color .product__wrap {
    padding: 0 0 73px;
  }

  .product-custom {
    font-size: 14px;
  }

  .product-info__row_margin-top {
    margin-top: 10px !important;
  }

  .product-info__title {
    font-size: 20px;
    max-width: calc(100% - 40px);
  }

  .product-info__row {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 10px;
  }

  .product-info__row > span:first-of-type {
    min-width: 120px;
    margin-right: 10px;
    font-size: 14px;
    line-height: 17px;
  }

  .product-info__row .button-counter,
  .product-info__row .product-info__add {
    width: calc(50% - 5px);
  }

  .product-info__row .button-dropdown__input,
  .product-info__row .button-dropdown__option {
    font-size: 14px;
  }

  .product-info__status {
    min-width: 120px;
    margin: 15px 10px 20px 0;
  }

  .product-custom__row .button {
    width: 100% !important;
  }

  .product-custom__row > div:first-of-type {
    max-width: 130px;
  }

  .product-custom__row > span:nth-of-type(2) {
    max-width: 130px;
  }

  .product-color__list {
    margin: 10px 0 20px 0;
  }

  .product-media__left {
    margin: 0 60px 0 0;
  }

  .product-media__right {
    width: calc(100% - 105px);
  }

  .product-info__link {
    font-size: 14px;
  }

  .product-info__links .product-info__link {
    margin: 0 0 10px 0;
  }

  .product-timer__value__number {
    font-size: 18px;
  }

  .product-timer__value__time {
    font-size: 10px;
  }

  .product-timer__block {
    width: 55px;
    height: 55px;
  }

  .product-timer__block:nth-child(2) {
    margin: 0 5px;
  }

  .product__counter {
    min-width: 130px;
    margin: 0 10px 0 0;
  }

  .price-quantity {
    font-size: 14px;
  }

  .product__price__small {
    font-size: 10px;
  }

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

  .product-custom__cut__text,
  .file-uploading__placeholder {
    font-size: 14px;
  }

  .product-custom__cut__label {
    font-size: 14px;
  }

  .product-custom__cut__label span:first-child {
    font-size: 18px;
    font-weight: 700;
  }

  .product-custom__cut__label span:nth-child(2) {
    font-size: 22px;
    font-weight: 700;
  }

  .product-custom__cut__label span:nth-child(3) {
    font-size: 16px;
    font-weight: 700;
  }

  .product-tabs .product__add {
    min-width: 160px;
  }



  .product-tabs .text-block ol {
    font-size: 14px;
  }

  .product-tabs .text-block ol li {
    margin-top: 8px;
  }

  .product-tabs .text-block ol li:before {
    margin-right: 10px;
  }

  .product-tabs .text-block ul {
    font-size: 14px;
  }

  .product-tabs .text-block ul li {
    margin-bottom: 14px;
  }

  .product-tabs .text-block .show-more {
    font-size: 14px;
  }

  .product-tabs__title {
    font-size: 20px;
  }

  .product-tabs__item {
    padding: 30px 0 15px 0;
  }

  .product-tabs__button {
    font-size: 16px;
    padding: 14px 20px;
  }

  .product-tabs__subtitle,
  .product-tabs__extra-point,
  .product-tabs__point {
    font-size: 14px;
  }

  .product-tabs__extra-title {
    font-size: 18px;
  }

  .document-item {
    max-width: 230px;
  }

  .offers {
    padding: 44px 0 140px;
  }

  .offers .splide__track {
    padding: 30px 8px !important;
    margin: 0 -6px !important;
  }

  .offers__title {
    font-size: 20px;
    margin: 0 0 0 6px;
  }

  .categories h1.page-title {
    font-size: 26px;
    margin-bottom: 20px;
  }

  .categories__aside {
    min-width: 320px;
    margin: 0 50px 0 0;
  }

  .categories__list {
    padding: 25px 0 25px 25px;
  }

  .categories__title {
    font-size: 26px;
  }

  .categories__cards {
    gap: 10px;
    margin-top: 20px;
  }

  .product-list {
    gap: 15px;
    margin-top: 20px;
  }

  .categories__products {
    gap: 15px;
  }

  .list-menu {
    width: 320px;
    padding: 25px 0 25px 25px;
  }

  .search {
    top: 76px;
    padding: 25px 0 140px;
    height: calc(100% - 76px);
  }

  .search .category-link__item:last-child {
    display: none;
  }

  .search__main {
    max-width: 780px;
  }

  .search__main .categories__cards {
    gap: 10px;
  }

  .search__main .categories__card:last-child {
    display: none;
  }

  .search__asides {
    width: 410px;
  }

  .search__asides .categories__cards {
    gap: 12px;
    margin-top: 0;
  }

  .search__main__content__label {
    width: 48px;
    min-width: 48px;
  }

  .search__input {
    width: 385px;
  }

  .top-search {
    padding: 18px 0 16px 0;
  }

  .search__logo {
    margin: 0 170px 0 0;
  }

  .logo-search {
    width: 200px;
  }

  .search__sidebar__wrap:not(:last-child) {
    margin-right: 50px;
  }

  .terms-conditions .text-block ol li li {
    font-size: 16px;
  }
}

@media only screen and (max-width: 1440px) {
  .title {
    font-size: 30px;
  }

  .text {
    font-size: 16px;
  }

  .button {
    min-width: 160px;
  }
}

@media only screen and (max-width: 1300px) {
  .container {
    max-width: 1100px;
    padding:0 10px;
  }

  .nav-item {
    padding: 0 15px;
  }

  .nav-item:first-child {
    padding: 0 15px;
  }

  .nav-item:last-child {
    padding: 0 15px;
  }

  .header__search__block {
    margin: 0 auto 0 auto;
  }

  .dropdown-list {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
    -webkit-column-gap: 60px;
       -moz-column-gap: 60px;
            column-gap: 60px;
    row-gap: 15px;
  }

  .section-slider h2.page-title,
  .about-account h2.page-title,
  .section-grey h2.page-title,
  .about h2.page-title,
  .blue-book h2.page-title,
  .section__additional-links h2.page-title {
    font-size: 28px;
  }

  .section-slider .splide__title {
    font-size: 40px;
  }

  .about-account-text {
    font-size: 14px;
  }

  .account__aside {
    margin: 0;
  }

  .account__main__menu {
    height: 100%;
  }

  .account__payment .account__info-list {
 
  }

  .account__payment .button_light {
    margin-left: 0;
  }

  .account-invoice .table-details:first-child {
    margin: 0 50px 0 0;
  }

  .account__filters__wrap .account__info-item:last-child {
    width: 100%;
    margin-left: 0;
  }

  .account__filters {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .account__filters .account__info-list {
    margin: 20px auto 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }

  .account__filters .account__info-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .account-orders .order-item__nav__user,
  .account-orders .order-item__user {
    margin-right: 35px;
  }

  .order-item__nav__date,
  .order-item__date {
    margin-right: 30px;
  }

  .order-item__nav__client,
  .order-item__client {
    margin-right: 15px;
  }

  .order-item__nav__ref,
  .order-item__ref {
    margin-right: 15px;
  }

  .order-item__nickname,
  .order-item__nav__nickname {
    margin-right: 100px;
  }

  .category-link__title {
    font-size: 18px;
  }

  .blue-book {
    -webkit-box-shadow: inset 0px 25px 0px 0px white, inset 0px -25px 0px 0px white;
            box-shadow: inset 0px 25px 0px 0px white, inset 0px -25px 0px 0px white;
  }

  .footer-wrapper-first {
    width: 44.5%;
  }

  .copyright {
    width: 272px;
  }

  .picture__title {
    font-size: 38px !important;
  }

  .info__item .text-block {
    width: 100%;
  }

  .info__item_blue .text-block {
    margin: 0 0 0 30px !important;
  }

  .team__list {
    gap: 5px;
  }

  .team__item {
    width: 180px;
    height: 233px;
  }

@-webkit-keyframes teamOut {
    0% {
      opacity: 0;
      position: absolute;
      width: 0;
      height: 0;
      visibility: hidden;
    }

    50% {
      opacity: 0;
      visibility: hidden;
    }

    100% {
      position: relative;
      visibility: visible;
      opacity: 1;
      width: 180px;
      height: 233px;
      -webkit-transform: scale(1);
              transform: scale(1);
    }
}

@keyframes teamOut {
    0% {
      opacity: 0;
      position: absolute;
      width: 0;
      height: 0;
      visibility: hidden;
    }

    50% {
      opacity: 0;
      visibility: hidden;
    }

    100% {
      position: relative;
      visibility: visible;
      opacity: 1;
      width: 180px;
      height: 233px;
      -webkit-transform: scale(1);
              transform: scale(1);
    }
}

@-webkit-keyframes teamIn {
    0% {
      visibility: hidden;
      opacity: 1;
      width: 180px;
      height: 233px;
    }

    50% {
      opacity: 0;
      visibility: hidden;
    }

    100% {
      opacity: 0;
      position: absolute;
      width: 0;
      height: 0;
      visibility: hidden;
      -webkit-transform: scale(0);
              transform: scale(0);
    }
}

@keyframes teamIn {
    0% {
      visibility: hidden;
      opacity: 1;
      width: 180px;
      height: 233px;
    }

    50% {
      opacity: 0;
      visibility: hidden;
    }

    100% {
      opacity: 0;
      position: absolute;
      width: 0;
      height: 0;
      visibility: hidden;
      -webkit-transform: scale(0);
              transform: scale(0);
    }
}

  .team__item__content {
    padding: 7px 0 3px 6px;
  }

  .team__item__name {
    font-size: 14px;
    line-height: 100%;
  }

  .team__item__position {
    font-size: 12px;
  }

  .team__list {
    gap: 5px;
  }

  .product-media__right .splide__slide {
    padding: 0;
    height: 100%;
  }

  .product-list {
    gap: 10px;
  }

  .categories__products {
    gap: 10px;
  }

  .search__main {
    max-width: 630px;
  }

  .search__sidebar__wrap:not(:last-child) {
    margin-right: 30px;
  }

  .checkout .cart__product__item,
  .checkout .checkout__cart__headlines__wrap {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }

  .checkout__button__extra:nth-of-type(2) {
    margin: 0 75px 0 25px;
  }

  .posts__main-blue-sky__image {
    margin: 0 0 10px 0;
  }

  .posts__main-blue-sky {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .calculator__left,
  .calculator__center {
    padding: 40px 30px;
  }

  .calculator__right {
    padding: 130px 30px 0 30px;
  }
}

@media only screen and (max-width: 1200px) {
  .title {
    font-size: 28px;
  }
}

@media only screen and (max-width: 1100px) {
  .text-block .col-md-1 {
    width: 8.33333333%;
  }

  .text-block .col-md-2 {
    width: 16.66666666%;
  }

  .text-block .col-md-3 {
    width: 24.99999999%;
  }

  .text-block .col-md-4 {
    width: 33.33333332%;
  }

  .text-block .col-md-5 {
    width: 41.66666665%;
  }

  .text-block .col-md-6 {
    width: 49.99999998%;
  }

  .text-block .col-md-7 {
    width: 58.33333331%;
  }

  .text-block .col-md-8 {
    width: 66.66666664%;
  }

  .text-block .col-md-9 {
    width: 74.99999997%;
  }

  .text-block .col-md-10 {
    width: 83.3333333%;
  }

  .text-block .col-md-11 {
    width: 91.66666663%;
  }

  .text-block .col-md-12 {
    width: 99.99999996%;
  }

  .top {
    -webkit-box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.1);
  }

  .nav {
    display: none;
  }

  .top-list {
    height: 60px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }





  .top-item {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
  }

  .top-item:not(:last-child) {
    width: 100%;
  }

  .logo {
    height: 30px;
    width: 160px;
  }

  .logo-link {
    margin: 0 0 -5px 0px;
  }




  .top-link_about {
    display: none;
  }

  .hamburger {
    display: block;
  }

  .favorites-button {
    margin: 0;
  }

  .nav-list {
    display: none;
  }

  .hamburger {
    display: block;
  }

  .section-slider h2.page-title,
  .about-account h2.page-title,
  .section-grey h2.page-title,
  .about h2.page-title,
  .blue-book h2.page-title,
  .section__additional-links h2.page-title {
    font-size: 26px;
  }

  .section-slider .splide__slide {
    height: 50vw;
  }

  .section-slider .splide__title {
    font-size: 36px;
    width: 551px;
  }

  .account-invoice .table-details:first-child {
    margin: 0 0 20px 0;
  }

  .account-invoice .button-group {
    margin: 20px 0 0 0;
  }

  .account-invoice .button-group > *:not(:last-child) {
    margin-right: 0;
  }

  .account-orders .order-item__nav__date,
  .account-orders .order-item__date {
    margin-right: 30px;
  }


  .account__item {
    font-size: 16px;
  }

  .account__item__link {
    margin: 0 0 0 15px;
  }

  .account__aside {
    width: 225px;
    min-width: 225px;
  }

  .invoice-box__wrap:last-child {
    margin-left: 0;
  }

  .invoice__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .account__main .product-list .product-item {
    width: 180px;
   /* height: 223px;*/
  }

  .account__main .product-list .product-item__new {
    top: -3px;
    left: -3px;
    width: 65px;
    height: 65px;
  }

  .account__main .product-list .product-item__code,
  .account__main .product-list .product-item__status__label {
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 0em;
  }

  .account__main .product-list .product-item__status {
    padding: 0 2px;
    height: 12px;
  }

  .account__main .product-list .product-item__status__label {
    margin: 0 0 0 3px;
  }

  .account__main .product-list .product-item__content {
    padding: 0 5px 12px 5px;
  }

  .account__main .product-list .product-item__availability {
    font-size: 10px;
    letter-spacing: 0;
  }

  .account__main .product-list .product-item__title {
    height: 50px;
    font-size: 12px;
    line-height: 18px;
    margin-top: 8px;
  }

  .account__main .product-list .product-item__title::after {
    height: 15px;
  }

  .category-link {
    /* autoprefixer: off */
    grid-template-columns: repeat(auto-fit, 200px);
    gap: 10px;
  }

  .category-link__item {
    width: 200px;
    height: 200px;
  }

  .category-link__title {
    font-size: 16px;
  }

  .category-link__item-no-icon .category-link__content {
    padding: 0px 15px;
  }

  .blue-book {
    -webkit-box-shadow: inset 0px 58px 0px 0px white, inset 0px 0px 0px 0px white;
            box-shadow: inset 0px 58px 0px 0px white, inset 0px 0px 0px 0px white;
  }

  .blue-book .text-block {
    max-width: 750px;
    margin: 0 auto;
    text-align: center;
  }

  .blue-book .button-group {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .blue-book__image {
    height: 350px;
  }

  .blue-book__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 30px;
  }

  .blue-book__right {
    width: 100%;
    padding: 0;
    margin-top: 10px;
  }

  .blue-book__left {
    width: 100%;
  }

  .additional-links__item .button {
    min-width: 250px;
  }

  .section__additional-links .splide__list {
    height: 35px;
  }

  .footer-wrapper-first {
    width: 43.5%;
  }

  .copyright {
    width: 200px;
  }

  .categories-brands .text-block {
    margin-right: 30px;
  }

  .timeline__wrap:not(:first-child) {
    margin: -100px 0 0 auto;
  }

  .timeline__wrap:nth-child(2n) {
    margin: -100px auto 0 0;
  }

  .timeline__wrap:nth-child(-n+4):not(:first-child) {
    margin: -30px 0 0 auto;
  }

  .timeline__wrap:nth-child(-n+4):nth-child(2n) {
    margin: -30px auto 0 0;
  }

  .timeline__wrap:nth-child(n+6):not(:first-child) {
    margin: -80px 0 0 auto;
  }

  .timeline__wrap:nth-child(n+6):nth-child(2n) {
    margin: -80px auto 0 0;
  }

  .product-color .product-media {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }

  .product-color .product-media__left {
    height: 100%;
    margin: 0 auto;
  }

  .product-media {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    width: 100%;
    height: 100%;
    max-height: 100%;
  }

  .product-info {
    width: 375px;
  }

  .product-media__left {
    height: 100%;
    margin: 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  .product-info__title {
    font-size: 18px;
  }

  .product-info__row > span:first-of-type {
    min-width: 105px;
    margin-right: 15px;
  }

  .product-info__row .button-counter,
  .product-info__row .product-info__add {
    width: calc(50% - 5px);
  }

  .product-info__status {
    margin: 5px 15px 10px 0;
    min-width: 105px;
    margin-right: 15px;
  }

  .product-custom__row > div:first-of-type {
    max-width: 120px;
  }

  .product-custom__row > span:nth-of-type(2) {
    max-width: 120px;
  }

  .product-custom__row > span:first-of-type {
    margin: 0 10px 0 0;
  }

  .product-media__left {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    height: 100%;
  }

  .product-media__left .splide__arrows {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: calc(100% + 44px);
    left: -22px;
  }

  .product-media__left .splide__arrow--prev {
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }

  .product-media__left .splide__arrow--next {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }

  .product-media__left .splide__track {
    height: 100%;
  }

  .product-media__left .splide__list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .product-media__left .splide__arrows {
    top: -20px;
    height: calc(100% + 40px);
  }

  .product-media__left .splide__arrows .icon {
    width: 21px;
    height: 21px;
  }

  .product-media__left .splide__slide {
    width: 80px !important;
    height: 80px !important;
  }

  .product-media__right {
    margin: 0 auto;
    width: 100%;
  }

  .product-media__right .splide__slide {
    padding: 0;
  }

  .product-tabs .text-block .button_inline {
    font-size: 14px;
  }

  .product-tabs__document {
    width: 100%;
  }

  .product-tabs .text-block:nth-child(2) {
    min-width: 270px;
  }

  .product-list .product-item {
    width: 180px;
   /* height: 230px;*/
  }

  .product-list .product-item__new {
    top: -3px;
    left: -3px;
    width: 65px;
    height: 65px;
  }

  .product-list .product-item__code,
  .product-list .product-item__status__label {
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 0em;
  }

  .product-list .product-item__status__label {
    margin: 0 0 0 3px;
  }

  /* .product-list .product-item__content {
    padding: 0 5px 12px 5px;
  } */

  .product-list .product-item__title {
    font-size: 12px;
    line-height: 18px;
  }

  .product-list .product-item__title::after {
    height: 15px;
  }

  .search {
    top: 60px;
    height: calc(100% - 60px);
  }

  .search__main {
    max-width: calc(100% - 430px);
  }

  .search__main .product-list {
    gap: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    width: 100%;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    height: 470px;
    overflow-x: auto;
    overflow-y: clip;
  }

  .search__logo {
    margin: 0 120px 0 0;
  }

  .calculator__wrap {
    margin: 0 -15px;
  }

  .calculator__left,
  .calculator__center {
    padding: 40px 20px;
  }

  .calculator__right {
    padding: 130px 20px 0 20px;
  }
}

@media only screen and (max-width: 1050px) {
  .account__wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .account__main {
    max-width: 100%;
  }

  .account__aside {
    display: none;
  }

  .account-orders .order-item__ammount {
    margin-right: 29px;
  }

  .account-orders .order-item__nav__status,
  .account-orders .order-item__status {
    width: 80px;
    min-width: 80px;
  }

  .account-orders .order-item__nav__date,
  .account-orders .order-item__date {
    margin-right: 30px;
  }

  .order-item__nav__date,
  .order-item__date {
    margin-right: 20px;
  }

  .order-item__ammount {
    margin-right: 6px;
  }

  .order-item__nav__ammount {
    margin-right: 54px;
  }

  .account__info-list {
    margin: 0 54px 60px 0;
  }
}

@media only screen and (max-width: 1000px) {
  .categories__main__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media only screen and (max-width: 990px) {
  .product-tabs__title {
    font-size: 16px;
  }

  .product-tabs__button,
  .product-tabs__subtitle {
    font-size: 14px;
  }
}

@media only screen and (max-width: 970px) {
  .search__logo {
    margin: 0 90px 0 0;
  }
}

@media only screen and (max-width: 960px) {
  .title {
    font-size: 26px;
  }

  .text {
    font-size: 17px;
  }
}

@media only screen and (max-width: 936px) {
  .cart__products .categories__product__code,
  .cart__products .categories__product__stock__text {
    font-size: 12px;
  }

  .product-list {
    gap: 5px;
  }

  .categories__products {
    gap: 5px;
  }

  .categories__product {
    width: 180px;
    height: 230px;
    padding: 0 5px 3px 5px;
  }

  .categories__product img {
    height: 135px;
  }

  .categories__product__content {
    padding: 2px 0 0 0;
  }

  .categories__product__text {
    font-size: 12px;
    margin: 10px 0 0 0;
  }

  .categories__product__code,
  .categories__product__stock__text {
    font-size: 10px;
  }

  .categories__product__stock {
    padding: 3px 5px;
  }

  .categories__product__stock__text {
    margin: 0 0 0 4px;
  }

  .categories__product__code {
    letter-spacing: 0.01em;
  }

  .categories__product .icon-favorites {
    right: 5px;
    top: 5px;
  }

  .wrapper {
    grid-column-gap: 20px;
  }

  .checkout .categories__product__text {
    font-size: 14px;
  }

  .checkout .categories__product__code,
  .checkout .categories__product__stock__text {
    font-size: 10px;
  }

  .checkout .cart__product__item .product__price {
    width: 80px;
  }

  .checkout__cart__headlines__wrap .checkout__cart__headline {
    width: 80px;
  }

  .checkout__button__extra:nth-of-type(2) {
    margin: 0 15px 0 5px;
  }

  .checkout__button__product,
  .checkout__button__amount {
    margin: 0 5px 0 0;
  }

  .shipping__items {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }

  .shipping__item_contact-details {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    grid-column: auto;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
}

@media only screen and (max-width: 930px) {
  .account__main .product-list {
    gap: 5px;
  }

  .account-order .invoice-box__wrap:nth-child(2) {
    min-width: 100%;
    width: 100vw;
  }

  .account-order .invoice-box__wrap:last-child .invoice-box__item:last-child {
    position: absolute;
    top: -12px;
    right: -14px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 0;
  }

  .account-order .invoice__footer__wrap {
    padding-right: 0 !important;
  }

  .invoice-box__favorites {
    margin: 0;
  }

  .invoice__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .invoice-box {
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .invoice-box::after {
    display: none;
  }

  .invoice-box .price-quantity {
    font-size: 14px;
  }

  .invoice-box__wrap:first-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .invoice-box__wrap:nth-child(2) {
    background: #FBFCFD;
    margin: 0 -15px;
    width: 100vw;
    min-width: auto;
    height: 57px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 15px;
  }

  .invoice-box__wrap:last-child .invoice-box__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 6px 0 0 0;
  }

  .invoice-box__item {
    font-size: 14px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }

  .invoice-box__item > :first-child {
    margin-bottom: 2px;
    font-size: 12px;
  }

  .invoice-box__top__total {
    font-size: 14px !important;
    font-weight: 500 !important;
    text-align: left;
    margin-bottom: 0 !important;
    line-height: 130% !important;
  }

  .invoice-box__top__description,
  .invoice-box__top__code {
    display: none;
  }

  .invoice-box__item,
  .invoice-box__top__description {
    margin-bottom: 0;
  }

  .invoice-box__code {
    font-size: 12px;
    margin: 8px 0;
    line-height: 100%;
  }

  .invoice__footer__wrap {
    line-height: 140%;
    margin: 0 0 0 auto;
    padding: 0 0 10px 0;
  }

  .invoice__footer__wrap span:first-child {
    font-size: 14px;
  }

  .invoice__footer__wrap:first-child {
    padding: 6px 0 10px 0;
    margin-bottom: 15px;
  }

  .invoice__footer__wrap:last-child {
    padding: 10px 0 10px 0;
  }

  .invoice__footer__wrap:last-child span:first-child {
    font-size: 16px;
  }
}

@media only screen and (max-width: 900px) {
  .header__search__block {
    margin: 0 auto 0 auto;
  }

  .header__search__input {
    
  }

  .about-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .about-home {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .about-home__left {
    width: 100%;
    padding: 0;
  }

  .about-home__left .text-block {
    text-align: center;
  }

  .about-home__left .button-group {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 30px;
  }

  .about-home__right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 46.8%;
            flex: 0 0 46.8%;
    padding: 0 0 35% 0;
    -webkit-transform: translate(0);
        -ms-transform: translate(0);
            transform: translate(0);
    margin-bottom: 30px;
  }

  .footer-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 30px 0 20px 0;
  }

  .footer-wrapper-first {
    text-align: center;
    display: block;
    width: 100%;
    margin: 0 0 15px 0;
  }

  .footer-wrapper-second {
    width: 100%;
  }

  .media-links {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 110px;
    margin: 0 auto 23px auto;
  }

  .media-links img {
    height: 30px;
    width: 30px;
  }

  .copyright {
    width: 100%;
    margin: 0 auto;
    text-align: left;
    font-size: 12px;
  }

  .footer-title {
    font-size: 12px;
    margin: 0 0 15px 0;
  }

  .footer-logo-img {
    height: 95px;
    width: 137px;
  }

  .footer-logo {
    margin: 0 0 12px 0;
  }

  .footer-text {
    margin: 0 0 10px 0;
  }

  .footer-link {
    font-size: 12px;
    margin: 0 0 12px 0;
  }

  .footer-list:last-child {
    margin: 10px 0 0 0;
  }

  .footer-list {
    padding: 0;
  }

  .footer-block {
    padding: 17px 0 21px 0;
  }

  .payment-list {
    margin: 10px 0 0 0;
  }

  .icon-media {
    width: 30px;
    height: 30px;
  }

  .video .container {
    padding: 0;
  }

  .info__list {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }

  .info__item:nth-child(2) {
    -ms-grid-row: 1;
    grid-row: 1;
    padding: 15px 15px 0 15px;
  }

  .info__item:nth-child(3) {
    padding: 15px 15px 0 15px;
  }

  .info__item:nth-child(6) {
    -ms-grid-row: 5;
    grid-row: 5;
    padding: 15px 15px 0 15px;
  }

  .info__item {
    padding: 0 15px;
  }

  .info__item_blue {
    padding: 0;
  }

  .info__item_blue .text-block {
    margin: 0 0 0 35px !important;
  }

  .locations__blocks {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }

  .faqs {
    padding: 20px 0 90px;
  }

  .faqs .container {
    padding: 0;
  }

  .paragraph-faqs .text-block {
    max-width: 100%;
    padding: 0px;
  }

  .checkout .faqs {
    padding: 20px 0 90px;
  }

  .checkout .faqs .container {
    padding: 0;
  }

  .checkout .paragraph-faqs .text-block {
    max-width: 100%;
    padding: 0px;
  }

  .categories__aside {
    margin: 0 20px 0 0;
  }

  .calculator {
    padding-bottom: 0;
  }

  .calculator__left,
  .calculator__center {
    width: 50%;
  }

  .calculator__right {
    padding-top: 80px;
    width: 100%;
    height: 358px;
  }

  .calculator__right .calculator__image {
    margin: 0 30px 30px 0;
  }
}

@media only screen and (max-width: 800px) {
  body.search-active .hamburger,
  body.search-active .top-item:last-child {
    opacity: 1;
    visibility: visible;
  }

  body.search-active .header__search__input {
    display: block;
    width: 100%;
    height: 100%;
    padding: 9px 15px 9px 52px;
  }

  body.search-active .header__search__block {
    position: absolute;
    max-width: 100%;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    display: block;
    z-index: 40;
  }

  body.search-active .header__search__block .icon-search,
  body.search-active .header__search__block #searchInputCross {
    width: 30px;
    height: 30px;
    margin: auto auto auto 0;
  }

  body.search-active .header__search__block .icon-search {
    left: 12px;
  }

  body.search-active .header__search__block .icon-cancel {
    width: 40px;
    height: 40px;
    right: 4px;
    z-index: 41;
  }

  body.search-active .header__search__block .icon-cancel svg {
    fill: #3c3c3c;
  }

  .header__search__block, .headerPhoneSearch,.favorites-button,.about-container {
    display: none;
  }

  .top-link_search {
    display: block;
  }


  .order-item .price-format {
    font-size: 10px;
  }

  .order-item .price-format i {
    font-size: 14px;
  }

  .order-item,
  .order-list__nav,
  .order-item__nav__status,
  .order-item__status {
    font-size: 12px;
  }

  .order-item__nav__number,
  .order-item__number {
    width: 70px;
    min-width: 70px;
  }

  .order-item__nav__date,
  .order-item__date {
    width: 110px;
    min-width: 110px;
  }

  .order-item__nav__time,
  .order-item__time {
    margin: 0 0 0 8px;
  }

  .order-item__nav__client,
  .order-item__client {
    width: 60px;
    min-width: 60px;
  }

  .order-item__nav__ref,
  .order-item__ref {
    width: 65px;
    min-width: 65px;
  }

  .order-item__nav__ammount,
  .order-item__ammount {
    width: 70px;
    min-width: 70px;
  }

  .order-item__nav__status,
  .order-item__status {
    width: 95px;
    min-width: 95px;
  }

  .order-item__settings {
    margin: 0 0 0 auto;
  }

  .order-item__nickname,
  .order-item__nav__nickname {
    margin-right: 50px;
  }

  .categories__aside {
    display: none;
  }

  .categories__cards {
    gap: 5px;
  }

  .categories__card {
    width: 180px;
    height: 180px;
  }


  .search {
    padding: 20px 0 140px;
  }

  .search__main .categories__cards {
    gap: 5px;
  }

  .search__sidebar {
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .search__sidebar .posts__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 10px;
    overflow-x: auto;
    overflow-y: clip;
    margin: 0 0 0 -10px;
  }

  .search__main__content__label {
    display: none;
  }

  .search__message {
    font-size: 18px;
    margin-top: 5px;
  }

  .search__sidebar__wrap:not(:last-child) {
    margin: 0 0 10px 0;
  }

  .search__aside {
    max-width: 100%;
  }

  .search__asides {
    width: 100%;
    margin: 20px 0 0 0;
  }

  .search__wrap {
    display: initial;
  }

  .search__main,
  .search__asides {
    max-width: 100%;
  }

  .search__asides {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .top-search .button-cross_bold {
    display: block;
  }

  .search__header {
    display: initial;
  }

  .search__logo {
    margin: 0;
  }

  .logo-search {
    margin: 0 auto;
  }

  .search__input__wrap {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 28px auto 0 auto;
  }

  .search__input {
    width: 480px;
    height: 44px;
  }

  .top-search {
    background: #F7F7F9;
    padding: 10px 0 0 0;
  }

  .logo-search {
    width: 180px;
    height: 40px;
    margin: 0 auto 0 auto;
  }
}

@media only screen and (max-width: 768px) {
  .title {
    font-size: 24px;
  }

  .text {
    font-size: 16px;
  }

  .button {
    font-size: 16px;
  }

  .info-icon__content {
    left: 70px;
  }

  .text-block .col-sm-1 {
    width: 8.33333333%;
  }

  .text-block .col-sm-2 {
    width: 16.66666666%;
  }

  .text-block .col-sm-3 {
    width: 24.99999999%;
  }

  .text-block .col-sm-4 {
    width: 33.33333332%;
  }

  .text-block .col-sm-5 {
    width: 41.66666665%;
  }

  .text-block .col-sm-6 {
    width: 49.99999998%;
  }

  .text-block .col-sm-7 {
    width: 58.33333331%;
  }

  .text-block .col-sm-8 {
    width: 66.66666664%;
  }

  .text-block .col-sm-9 {
    width: 74.99999997%;
  }

  .text-block .col-sm-10 {
    width: 83.3333333%;
  }

  .text-block .col-sm-11 {
    width: 91.66666663%;
  }

  .text-block .col-sm-12 {
    width: 99.99999996%;
  }

  .section-slider h2.page-title,
  .about-account h2.page-title,
  .section-grey h2.page-title,
  .about h2.page-title,
  .blue-book h2.page-title,
  .section__additional-links h2.page-title {
    font-size: 24px;
  }

  .section-slider .splide__slide {
    height: 58vw;
  }

  .section-slider .splide__title {
    text-align: left;
    font-size: 29px;
    width: 444px;
  }

  .section-slider .splide__wrapper .button,
  .section-slider .splide__wrapper .splide__title {
    margin: 0 auto 0 0;
  }

  .section-slider .section-slider .splide__pagination {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .about-account-title-icon {
    margin: 0px 0px 0 5px;
    height: 5px;
    width: 5px;
  }

  .about-account-icon {
    height: 74px;
    width: 80px;
  }

  .about-account-list {
    margin-top: 25px;
    row-gap: 25px;
  }

  .account-orders .button_filter {
    width: 50%;
  }

  .account__payment .button_light {
    margin-left: 20px;
  }

  .account-address {
    padding: 20px 0 40px 0;
  }

  .account-address .order-list__nav {
    margin: 10px 0;
  }

  .category-link {
    /* autoprefixer: off */
    grid-template-columns: repeat(auto-fit, 165px);
    gap: 15px;
  }

  .category-link__item {
    width: 165px;
    height: 165px;
  }

  .category-link__title {
    font-size: 14px;
  }

  .category-link__item-no-icon .category-link__content {
    padding: 0px 10px;
  }

  .category-link__item-no-icon .button_inline_light {
    font-size: 16px;
  }

  .about-home__left .text-block {
    text-align: left;
  }

  .about-home__left .text-block h2 {
    text-align: center;
  }

  .blue-book__image {
    height: 300px;
  }

  .blue-book .text-block {
    text-align: left;
  }

  .blue-book .text-block h2 {
    text-align: center;
  }

  .additional-links__list {
    margin: 0;
  }

  .additional-links__item {
    width: 100%;
    padding: 0;
  }

  .additional-links__item:not(:last-child) {
    margin-bottom: 15px;
  }

  .paragraph .text-block .col-sm-12, .text-block .row>p {
    width: 99.99999996%;
  }

  .paragraph .text-block__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .paragraph .text-block__wrap .text-block__content {
    width: 100%;
  }

  .paragraph .show-more {
    display: block;
  }

  .paragraph .text-block__content_after::after {
    display: block;
  }

  .paragraph .hide-text {
    display: none;
  }

  .video__wrap {
    margin: 0 -15px 30px -15px;
  }

  .paragraph-brands {
    padding-bottom: 40px;
  }

  .brand-list {
    gap: 10px;
    grid-template-columns: repeat(auto-fit, 170px);
  }

  .brand-item {
    height: 90px;
    width: 170px;
  }

  .brand-item__image {
    height: 26px;
  }

  .team__modals .button-cross {
    right: 20px;
    top: 20px;
  }

  .team__modals__item {
    height: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .team__modals__item img {
    margin: 0 auto;
  }

  .team__modals__item__link {
    padding: 15px 0 0 0;
  }

  .team__modals__item__name {
    font-size: 18px;
  }

  .team__modals__item__position {
    font-size: 16px;
  }

  .team__modals__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .timeline__row:after {
    top: 10px;
    margin: auto 0 auto 19px;
    width: 1px;
  }

  .timeline__date,
  .timeline__content {
    margin: 0 !important;
  }

  .timeline__wraps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }

  .timeline__wrap {
    width: 100%;
    padding: 0 0 0 25px !important;
    text-align: left !important;
    margin: 0 !important;
  }

  .timeline__wrap:nth-child(2n) .timeline__date {
    margin: 0 0 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  .timeline__wrap:nth-child(2n) .timeline__date::after {
    margin: auto auto auto -20px;
  }

  .timeline__wrap:first-child .timeline__date::after {
    margin: auto auto auto -26px;
    width: 11px;
    height: 11px;
  }

  .timeline__wrap:last-child {
    margin-top: 0;
  }

  .timeline__wrap:last-child .timeline__date::after {
    margin: auto auto auto -24px;
    z-index: 1;
    width: 7px;
    height: 7px;
    -webkit-box-shadow: 0px 0px 0px 1px white, 0px 0px 0px 2px #0e87d6;
            box-shadow: 0px 0px 0px 1px white, 0px 0px 0px 2px #0e87d6;
  }

  .timeline__wrap .timeline__text {
    font-size: 14px;
    line-height: 150%;
    margin: 15px auto 15px 0 !important;
  }

  .timeline__date {
    font-size: 16px;
    line-height: 20px;
    margin: 15px 0;
  }

  .timeline__date:after {
    margin: auto auto auto -20px;
    width: 12px;
    height: 1px;
  }

  .timeline__image {
    padding-top: 66.2%;
  }

  .timeline__image.no-img {
    padding-top: 0%;
  }

  .timeline__image img {
    left: 0 !important;
    right: auto !important;
  }

  .list-faq span {
    font-size: 16px;
  }

  .list-faq ul {
    margin: 0;
  }

  .list-faq ul.list-show {
    margin: 10px 0;
  }

  .list-faq ul li {
    padding: 10px 6px 10px 11px;
  }

  .list-faq ul li::after {
    left: 10px;
    right: 10px;
  }

  .list-faq div {
    padding: 0;
  }

  .list-faq div p {
    font-size: 14px;
    line-height: 150%;
  }

  .list-faq div.list-show {
    padding: 20px 0 10px 0;
  }

  .list-faq li ul.list-show {
    padding: 0;
  }

  .product-color .product-media__right {
    margin: 0 0 15px 0;
  }

  .product__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .product-rap .product-media__left {
    margin: 0 auto 15px auto;
  }

  .product-custom__row > span:first-of-type {
    width: 100%;
    text-align: right;
  }

  .product-color__list {
    margin: 7px 0 10px 0;
  }

  .product-color__main {
    margin: 0 auto;
  }

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

  .product-media__left .splide {
    margin: 0 auto;
  }

  .product-media__right .icon-no-image {
    height: 270px;
  }

  .product-media,
  .product-media__left,
  .product-media__right {
    width: 100%;
    margin: 0 auto;
  }

  .product-info {
    width: auto;
    margin: 15px 0 0 0;
  }

  .product-info__favorites {
    right: 5px;
  }

  .product-info__status {
    font-size: 14px;
  }

  .product-info__status .icon-status {
    width: 18px;
    height: 18px;
  }

  .cart__title {
    font-size: 18px;
  }

  .product__price {
    font-size: 16px;
  }

  .product__price span {
    font-size: 12px;
  }

  .cart__info {
    padding: 10px 15px 10px 15px;
  }

  .cart__info .product__link,
  .cart__info .product__feature {
    font-size: 14px;
  }

  .cart__info .product__price {
    font-size: 16px;
  }

  .cart__info .product__price span {
    font-size: 14px;
  }

  .cart__info .product__feature__wrap:first-child {
    margin: 0 0 5px 0;
  }

  .cart__info .product__item__group {
    margin: 0 0 10px 0;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .cart__info .product__link {
    margin: 0 0 5px 0;
  }

  .cart__info .product__item__group_first {
    margin: 0;
    padding-top: 0;
    border-top: none;
    padding-bottom: 5px;
  }

  .cart__info__results .product__feature {
    font-size: 16px;
    margin: 0 0 0 0;
  }

  .cart__product__item {
    margin: 10px 0 0 -10px;
  }

  .cart {
    padding: 10px 0 0 0;
  }
/*
  .cart .icon-cancel {
    width: 30px;
    height: 30px;
    top: 5px;
    left: 7px;
  }
*/
  .cart .button-counter {
    margin: 0 0 0 20px;
  }

  .cart .icon-cross {
    margin-right: 0px;
    width: 35px;
    height: 35px;
    min-width: 35px;
    min-height: 35px;
  }

  .cart .counter-input {
    font-weight: 500;
    font-size: 14px;
  }

  .cart__products {
    padding: 2px 15px 20px 15px;
  }

  .cart__products .categories__product__text {
    font-size: 14px;
    margin: 5px 0 4px 0;
  }

  .cart__product {
    padding: 10px 0 5px 0;
  }

  .cart__product__info {
    margin: 0;
  }

  .cart__product__item .product__price {
    font-size: 14px;
  }

  .cart__product__item .product__price span {
    font-size: 14px;
  }

  .cart__product__item .product__price span:nth-child(2) {
    font-size: 12px;
  }

  .product__item__group .product__price {
    font-size: 14px;
    font-weight: 500;
  }

  .product__item__group .product__price span {
    font-size: 12px;
  }

  .product__item__group .product__price span:nth-child(2) {
    font-size: 10px;
  }

  .cart__info__results .product__price {
    font-weight: 600;
    font-size: 18px;
    color: #0f87d5;
    margin: 0 0 2px;
  }

  .cart__info__results .product__price span {
    font-weight: 700;
    font-size: 12px;
  }

  .cart__info__results .product__price span:nth-child(2) {
    font-weight: 700;
    font-size: 12px;
  }

  .product-tabs__item:not(:first-child) .text-block h2 {
    display: none;
  }

  .product-tabs .text-block h2 {
    font-size: 14px;
    margin-bottom: 2px;
  }

  .product-tabs .text-block h3 {
    margin-bottom: 15px;
  }

  .product-tabs .text-block:first-child {
    margin: 14px 0 0 0;
  }

  .product-tabs .text-block:nth-child(2) {
    min-width: auto;
    margin: 30px 0 0 0;
  }

  .product-tabs .text-block ol {
    line-height: 160%;
  }

  .product-tabs .text-block ol li:before {
    margin-right: 10px;
  }

  .product-tabs .text-block .show-more {
    font-size: 14px;
  }

  .product-tabs .text-block .text-block__content_after:after {
    background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(rgba(247, 247, 249, 0)));
    background: -o-linear-gradient(bottom, #fff 0%, rgba(247, 247, 249, 0) 100%);
    background: linear-gradient(0deg, #fff 0%, rgba(247, 247, 249, 0) 100%);
  }

  .product-tabs__wrap_document .text-block:first-child {
    margin: 0;
  }

  .product-tabs__document__link span:last-of-type {
    font-size: 12px;
    min-width: auto;
  }

  .product-tabs__content {
    padding: 15px 0;
  }

  .product-tabs__nav {
    display: none;
  }

  .product-tabs__item:not(:first-child) .product-tabs__title {
    display: none;
  }

  .product-tabs__button_second {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 13px 0 13px 10px;
  }

  .product-tabs__wrap {
    max-height: 0;
    visibility: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow: hidden;
    padding: 0 10px 0 10px;
  }

  .product-tabs__wrap.active {
    max-height: 2500px;
    visibility: visible;
    padding: 0 10px 13px 10px;
  }

  .product-tabs__wrap_bundle {
    padding: 0 !important;
  }

  .product-tabs__wrap_bundle .text-block:first-child {
    margin: 0;
  }

  .product-tabs__item {
    display: block;
    padding: 0;
    background: #fff;
    margin: 0 0 6px 0;
  }

  .product-tabs__item:last-child {
    margin: 0;
  }

  .icon-percent {
    margin: -8px 0 -8px 8px;
  }

  .product-tabs .product-item-bundle__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .product-tabs .product-item-bundle {
    height: 100%;
    max-width: 325px;
    margin: 5px 10px 10px 10px;
  }

  .product-tabs .product-item-bundle .product__add {
    font-size: 16px;
  }

  .product-tabs .product-item-bundle__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 10px 10px 0 10px;
  }

  .product-tabs .product-item-bundle__product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .product-tabs .product-item-bundle__image {
    width: 70px;
    height: 70px;
    min-width: 70px;
    min-height: 70px;
  }

  .product-tabs .product-item-bundle__product__title {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    max-width: 225px;
    font-size: 12px;
    text-align: left;
    margin: 0 0 0 10px;
  }

  .product-tabs .product-item-bundle__product__title::after {
    display: none;
  }

  .product-tabs .product-item-bundle__title {
    text-align: left;
    font-size: 14px;
    margin: 14px 0 0 10px;
  }

  .product-tabs .product-item-bundle__bottom {
    margin: 10px 0 0 0;
  }

  .product-tabs .product-item-bundle__price {
    font-size: 12px;
  }

  .product-tabs .product-item-bundle__price span {
    font-size: 16px;
  }

  .product-tabs .icon-bundle-plus {
    width: 12px;
    height: 12px;
    margin: 5px 28px;
  }

  .document-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }

  .document-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: 100%;
  }

  .document-item__image {
    max-width: 50px;
    max-height: 72px;
  }

  .document-item__wrap {
    margin: 0 15px 0 0;
  }

  .list-categories li::after {
    display: block;
  }

  .checkout {
    padding: 40px 0 40px 0;
  }

  .checkout .container {
    padding: 0;
  }

  .wrapper {
    -ms-grid-columns: (100%)[1];
    grid-template-columns: repeat(1, 100%);
  }

  .checkout__step:nth-child(2) {
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-column-span: 0;
    grid-column-end: 1;
    -ms-grid-row: 2;
        grid-row-start: 2;
    -ms-grid-row-span: 0;
    grid-row-end: 2;
  }

  .checkout__step:nth-child(3) {
    -ms-grid-row: 3;
        grid-row-start: 3;
    -ms-grid-row-span: 0;
    grid-row-end: 3;
  }

  .checkout__step:nth-child(4) {
    -ms-grid-row: 4;
        grid-row-start: 4;
    -ms-grid-row-span: 0;
    grid-row-end: 4;
  }

  .checkout__button__extra:nth-of-type(1) {
    margin: 0 10px 0 auto;
  }

  .checkout__button__extra:nth-of-type(2) {
    margin: 0 20px 0 0;
  }

  .checkout__item__order .faqs__arrow {
    display: block;
  }

  .posts .posts__sidebar {
    width: 100%;
  }

  .posts .posts__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .posts .posts__main {
    margin: 0;
  }

  .posts .breadcrumb {
    padding: 15px 0;
    width: 100%;
  }
/*
  .posts .list-categories {
    display: grid;
    grid-template-columns: repeat(auto-fill, 170px);
    grid-template-rows: repeat(4, 1fr);
    grid-auto-flow: column;
    overflow: scroll;
    padding: 0 0 10px 0;
  }
*/
  .posts .list-categories li {
    width: 150px;
    margin: 0 20px 15px 0;
    overflow: hidden;
  }

  .posts .list-categories a {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .posts .pagination {
    margin: 25px 0 0 0;
  }

  .list-categories__title {
    margin-bottom: 20px;
  }

  .blue-sky-article .button__download {
    font-size: 18px;
  }

  .terms-conditions .text-block ol {
    margin: 0;
  }

  .posts__main__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media only screen and (max-width: 700px) {
  .account__invoices__nav {
    display: initial;
  }

  .account__invoices__nav .button-dropdown {
    width: 100%;
  }

  .account__invoices__nav .element-input {
    width: 100%;
    max-width: 220px;
  }

  .account__invoices__nav .account__invoices__dropdown {
    width: 100%;
    max-width: 220px;
  }

  .account-order .invoice__footer__wrap {
    max-width: 100%;
  }

  .account__filters {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .invoice__footer__wrap {
    max-width: 100%;
  }
}

@media only screen and (max-width: 680px) {
  .account-orders .order-item__wrap_first {
    margin: 0 0 0 0;
  }

  .account-orders .order-item__user,
  .account-orders .order-item__nav__user,
  .account-orders .order-item__ammount {
    margin-right: 10px !important;
  }

  .account-orders .order-item__number {
    margin-right: 25px;
  }

  .account-orders .order-item__status__result {
    margin: 0;
  }

  .account-orders .order-item__favorites {
    margin: 0;
    width: 34px;
    height: 100%;
    min-width: 34px;
  }

  .account-address .order-list__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 0 5px 0;
  }

  .account-address .order-item {
    padding: 10px 0 10px 15px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    min-width: auto;
  }

  .account-address .order-item__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .account-address .icon-settings {
    width: 48px;
    height: 40px;
  }

  .account-address .order-item__nav__nickname {
    margin-left: 0;
  }

  .order-item__settings-menu {
    top: 50px;
    right: 16px;
  }

  .order-item__address,
  .order-item__nav__address {
    margin-top: 5px;
  }

  .account__home__item {
    width: 100%;
  }

  .account__home {
    row-gap: 50px;
  }

  .account__main__menu {
    margin-bottom: 15px;
    -webkit-transition-delay: 0.4s;
         -o-transition-delay: 0.4s;
            transition-delay: 0.4s;

    height: 100%;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }

  .account__main__menu.active {
    -webkit-transition-delay: 0.4s;
         -o-transition-delay: 0.4s;
            transition-delay: 0.4s;
    max-height: 106px;
  }

  .account__main__menu.active .account__payment {
    -webkit-transition-delay: 0.2s;
         -o-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }

  .account__filters {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transition-delay: 0.2s;
         -o-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }

  .account__filters__wrap:first-child {
    min-width: auto;
    margin: 0 auto 20px 0;
  }

  .account__filters__wrap .account__info-item .account__text {
    margin: 0;
  }

  .account__filters__wrap .account__info-item:not(:last-child) {
    margin-bottom: 5px;
  }

  .account__filters__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .account__filters .account__info-list {
    max-width: 100%;
    margin: 15px auto 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .account__payment {
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .account__payment .account__text {
    margin: 0;
  }

  .account__payment .account__info-list {
    max-width: 100%;
  }

  .account__payment .account__info-item {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .account__payment .button-group {
    width: 100%;
    max-width: 370px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .account__payment .button-group .button {
    width: 50%;
    margin: 0 !important;
  }

  .account__info-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .button_filter {
    width: 33.3%;
  }

  .order-item__nav__user,
  .order-item__user {
    text-align: right;
  }

  .account__invoices__nav .element-input {
    margin: 0 5px 0 0;
  }

  .account__info-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .account__info-item:not(:last-child) {
    margin-bottom: 10px;
  }

  .account__info-list {
    margin: 0 0 30px 0;
  }

  .order-list {
    max-width: none;
    margin: 0 -15px;
  }

  .order-item {
    height: 77px;
    font-weight: 400;
    font-size: 12px;
  }

  .order-item__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
  }
  
   .order-item__wrap .mobileHeader{
		display:inline-block!important;
   }

  .order-item__wrap .order-item__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .order-item__wrap .order-item__wrap > * {
    width: 80px;
    min-width: 80px;
  }

  .order-item__wrap:last-child {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }

  .order-item__wrap_first {
   
  }

  .order-item__wrap_first > * {
    width: 80px;
    min-width: 80px;
    margin: 0;
  }

  .order-item__wrap_first,
  .order-item__date {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

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

  .order-list__nav {
    display: none;
  }

  .order-item__nav__ref,
  .order-item__nav__client {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
  }

  .order-item__ref,
  .order-item__client,
  .order-item__ammount {
    text-align: right;
    margin: 0;
  }

  .order-item .radio {
    width: 48px;
    min-width: 48px;
  }

  .order-item__status__result {
    margin: 0 0 0 auto;
  }

  .order-item__time {
    margin: 0;
  }

  .order-item__nav__ref,
  .order-item__nav__client {
    text-align: right;
    margin: 0;
    line-height: 15px;
    color: rgba(60, 60, 60, 0.6);
  }

  .order-item__number {
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
  }

  .order-item__number,
  .order-item__status,
  .order-item__ammount {
    margin-bottom: 10px;
  }

  .order-item__status {
    margin-right: 0;
  }
}

@media only screen and (max-width: 670px) {
  .about-account-item {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}

@media only screen and (max-width: 660px) {
  .modal-form__form_bundle .product-item-bundle__content {
    padding: 24px 20px 0 20px;
  }
}

@media only screen and (max-width: 640px) {
  .title {
    font-size: 22px;
  }
}

@media only screen and (max-width: 600px) {
  .section-slider .splide__slide {
    height: 70vw;
  }

  .section-slider .splide__title {
    font-size: 25px;
    width: 383px;
  }

  .footer-wrapper-second {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .footer-list {
    width: 50%;
  }

  .calculator__left,
  .calculator__center {
    width: 100%;
  }
}

@media only screen and (max-width: 550px) {
  .product-info {
    width: 100%;
  }
}

@media only screen and (max-width: 540px) {
  .modal-form__form {
    margin: 0;
    max-height: 100% !important;
  }

  .modal-form__form_profile {
    max-height: 624px;
  }

  .modal-form__form_profile .modal-form__list {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }

  .modal-form__form_profile .modal-form__content,
  .modal-form__form_profile .modal-form__wrap {
    max-width: 420px;
  }

  .modal-form__form_profile .modal-form__wrap .button {
    min-width: 50%;
  }

  .modal-form__form_profile .modal-form__wrap .button_light {
    margin: 0;
  }

  .modal-form__form_signin .modal-form__wrap {
    margin: 20px 0 0 0;
  }

  .modal-form__form_signin .modal-form__title_uppercase {
    font-size: 24px;
    margin: 0 0 16px 0;
  }

  .modal-form__form_signin .modal-form__title_action {
    font-size: 20px;
    margin: 50px 0 12px 0;
  }

  .modal-form__form_signin .element-input {
    margin: 0 auto 14px auto;
  }

  .modal-form__form_signin .modal-form__subtitle {
    margin: 20px 0 14px 0;
  }

  .modal-form__form_signin .modal-form__title {
    font-size: 16px;
  }

  .modal-form__form_reset .modal-form__title_action {
    font-size: 20px;
    margin: 50px 0 12px 0;
  }

  .modal-form__form_reset .element-input {
    margin: 16px auto 0 auto;
  }

  .modal-form__form_reset .modal-form__wrap {
    margin: 16px 0 0 0;
  }

  .modal-form__form_reset .modal-form__title_uppercase {
    margin: 0 0 30px 0;
  }

  .modal-form__form_register {
    max-height: 100%;
  }

  .modal-form__form_register .modal-form__title_action:nth-child(1) {
    font-size: 20px;
    margin: 50px 0 0 0;
  }

  .modal-form__form_register .modal-form__title_action:nth-child(2) {
    font-size: 20px;
    margin: 0 0 10px 0;
  }

  .modal-form__form_register .modal-form__title_uppercase {
    font-size: 24px;
    margin: 0;
  }

  .modal-form__form_register .modal-form__wrap {
    margin: 0 auto 0 auto;
  }

  .modal-form__form_register .modal-form__wrap .button {
    min-width: 100%;
  }

  .modal-form__form_register .modal-form__subtitle {
    margin: 20px 0 8px 0;
  }

  .modal-form__form_bundle {
    margin: auto;
  }

  .modal-form__form_bundle .splide__arrows {
    margin: 0 auto 20px auto;
    left: -17.5px;
    position: relative;
  }

  .modal-form__form_bundle .splide__arrow {
    display: none;
  }

  .modal-form__form_bundle .splide__track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .modal-form__form_bundle .modal-form__content {
    margin-left: 35px;
  }

  .modal-form__form_bundle .product-item-bundle__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .modal-form__form_bundle .product-item-bundle {
    height: 100%;
    max-width: 325px;
    margin: 0;
  }

  .modal-form__form_bundle .product-item-bundle .product__add {
    font-size: 18px;
  }

  .modal-form__form_bundle .product-item-bundle__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px 10px 0 10px;
  }

  .modal-form__form_bundle .product-item-bundle__product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .modal-form__form_bundle .product-item-bundle__image {
    width: 120px;
    height: 96px;
    min-width: 120px;
    min-height: 96px;
  }

  .modal-form__form_bundle .product-item-bundle__product__title {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    max-width: 158px;
    font-size: 14px;
    text-align: left;
    margin: 0 0 0 10px;
  }

  .modal-form__form_bundle .product-item-bundle__product__title::after {
    display: none;
  }

  .modal-form__form_bundle .product-item-bundle__title {
    text-align: left;
    font-size: 16px;
    margin: 28px auto 0 auto;
  }

  .modal-form__form_bundle .product-item-bundle__bottom {
    margin: 20px 0 0 0;
  }

  .modal-form__form_bundle .product-item-bundle__price {
    font-size: 12px;
  }

  .modal-form__form_bundle .product-item-bundle__price span {
    font-size: 16px;
  }

  .modal-form__form_bundle .icon-cancel {
    width: 46px;
    height: 46px;
    top: 5px;
    right: 5px;
  }

  .modal-form__form_bundle .icon-bundle-plus {
    width: 12px;
    height: 12px;
    margin: 5px auto;
  }
}

@media only screen and (max-width: 510px) {
  .hamburger-list {
    width: 100%;
  }

  .cart {
    width: 100%;
  }

  .cart__info {
    padding: 10px 0 0 0;
  }
/*
  .cart__info > * {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
*/
  .search__input,
  .search__input__wrap {
    width: 100%;
  }

  .logo-search {
    margin: 0 auto 0 0;
  }
}

@media only screen and (max-width: 500px) {
  .section-slider .splide__title {
    width: 306px;
  }

  .footer-block {
    display: block;
  }

  .certificate,
  .payment-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media only screen and (max-width: 480px) {
  .text-block p {
    font-weight: 400;
    font-size: 14px !important;
    line-height: 150%;
    margin: 15px 0;
  }

  .text-block img {
    margin: 0 auto;
  }

  .text-block.show-text .text-block__content {
    margin-bottom: 15px;
  }

  .text-block ul,
  .text-block ol {
    line-height: 150%;
    font-size: 14px;
  }

  .text-block .col-xs-1 {
    width: 8.33333333%;
  }

  .text-block .col-xs-2 {
    width: 16.66666666%;
  }

  .text-block .col-xs-3 {
    width: 24.99999999%;
  }

  .text-block .col-xs-4 {
    width: 33.33333332%;
  }

  .text-block .col-xs-5 {
    width: 41.66666665%;
  }

  .text-block .col-xs-6 {
    width: 49.99999998%;
  }

  .text-block .col-xs-7 {
    width: 58.33333331%;
  }

  .text-block .col-xs-8 {
    width: 66.66666664%;
  }

  .text-block .col-xs-9 {
    width: 74.99999997%;
  }

  .text-block .col-xs-10 {
    width: 83.3333333%;
  }

  .text-block .col-xs-11 {
    width: 91.66666663%;
  }

  .text-block .col-xs-12 {
    width: 99.99999996%;
  }

  .text-block__content_after:after {
    height: 12px;
    margin-bottom: 0;
  }

  .text-block__content {
    margin-bottom: 0;
    position: relative;
    max-width: 800px;
  }

  .authorization-block {
    padding: 10px 13px;
  }

  .show-more {
    font-size: 14px;
  }

  .title {
    font-size: 20px;
  }

  .button-group > *:not(:last-child) {
    margin-right: 5px;
  }

  .button_inline .icon {
    width: 20px;
    height: 20px;
  }

  .button_inline .icon-arrow {
    width: 28px;
    height: 18px;
  }

  .button-plus__first {
    width: 14px;
    height: 1px;
  }

  .button-plus__second {
    width: 1px;
    height: 14px;
  }

  .section-grey {
    padding: 30px 0 30px 0;
  }

  .section-title {
    margin-bottom: 13px;
  }

  .info-icon__content {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    min-width: 260px;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    padding: 60px 15px 15px 15px;
    z-index: 3;
  }

  .info-icon__content .button-cross {
    width: 58px !important;
    height: 58px !important;
  }

  .info-icon__content .button-cross .button-plus__first {
    height: 2px !important;
    width: 27px !important;
  }

  .info-icon__content .button-cross .button-plus__second {
    width: 2px !important;
    height: 27px !important;
  }

  .info-icon__content .icon-cancel {
    position: absolute !important;
    top: 5px !important;
    right: 5px !important;
    width: 48px !important;
    height: 48px !important;
  }

  .product-info__favorites .info-icon__content {
    left: 20px;
    top: 42px;
    width: 100%;
    -webkit-transform: translate(0%, 0);
        -ms-transform: translate(0%, 0);
            transform: translate(0%, 0);
    padding: 10px 20px;
    text-align: center;
    min-width: 210px;
    height: auto;
    position: absolute;
    right: 0;
    width: 100%;
    min-width: 260px;
    z-index: 3;
  }

  .info-icon__text {
    font-size: 16px;
    line-height: 150%;
  }

  .price-format {
    font-size: 10px;
  }

  .price-format i {
    font-size: 14px;
  }

  .price-format_cart-total {
    font-size: 12px;
  }

  .price-format_cart-total i {
    font-size: 16px;
  }

  .price-format_checkout.price-format_bold {
    font-size: 8px;
  }

  .price-format_checkout.price-format_bold i {
    font-size: 12px;
  }

  .price-format_super-bold {
    font-size: 14px;
  }

  .price-format_super-bold i {
    font-size: 18px;
  }

  .product-item {
    width: 180px;
    height: 223px;
  }

  .product-item__new {
    top: -3px;
    left: -3px;
    width: 65px;
    height: 65px;
  }

  .product-item__code,
  .product-item__status__label {
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 0em;
  }

  .product-item__status {
    padding: 0 2px;
    height: 12px;
  }

  .product-item__status__label {
    margin: 0 0 0 3px;
  }

  .product-item__content {
    padding: 0 5px 12px 5px;
  }

  .product-item__availability {
    font-size: 10px;
    letter-spacing: 0;
  }

  .product-item__title {
    height: 50px;
    font-size: 12px;
    line-height: 18px;
    margin-top: 8px;
  }

  .product-item__title::after {
    height: 15px;
  }

  .pagination__item {
    width: 24px;
    height: 24px;
    font-size: 14px;
  }

  .pagination__list {
    margin: 0 5px 0 12px;
  }

  .pagination__item_ellipsis {
    margin: 0px 8px;
  }

  .table-details {
    font-size: 14px;
    line-height: 17px;
  }

  .table-details span:first-child {
    margin-right: 15px;
  }

  .table-details li:not(:last-child) {
    margin-bottom: 10px;
  }

  .logo {
   width: 86px;
  
  }

  .top-list {
    height: 56px;
  }



  #accountButton {
    position: initial;
  }


  .user-name {
    display: none;
  }
.user-button .icon-user {
  display: block;
}
  .user-button .top-link__text,
  .user-button .icon-arrow-down {
    display: none;
  }

  .logo-link {
    margin: 0 0 -3px 0px;
  }

  .section-slider .text-block h1,
  .about-account .text-block h1,
  .section-grey .text-block h1,
  .about .text-block h1,
  .blue-book .text-block h1,
  .section__additional-links .text-block h1 {
    font-size: 20px;
  }

  .section-slider .text-block h2,
  .about-account .text-block h2,
  .section-grey .text-block h2,
  .about .text-block h2,
  .blue-book .text-block h2,
  .section__additional-links .text-block h2 {
    font-size: 19px;
    margin-bottom: 25px;
  }

  .section-slider .text-block p,
  .about-account .text-block p,
  .section-grey .text-block p,
  .about .text-block p,
  .blue-book .text-block p,
  .section__additional-links .text-block p {
    font-size: 14px;
  }

  .section-slider h2.page-title,
  .about-account h2.page-title,
  .section-grey h2.page-title,
  .about h2.page-title,
  .blue-book h2.page-title,
  .section__additional-links h2.page-title {
    font-size: 19px;
  }

  .section-slider .splide__slide {
    height: 77vw;
  }

  .section-slider .splide__title {
    width: 306px;
    font-size: 20px;
    padding: 10px 0 4px 0;
  }

  .section-slider .splide__link {
    font-size: 16px;
    min-width: 131px;
  }

  .section-slider .splide__link {
    margin: 0 auto 38px 0px;
    padding: 0;
    font-size: 18px;
  }

  .section-slider .splide__slide img {
    width: 20px;
    height: 20px;
  }

  .section-slider .splide__wrapper .button {
    font-size: 16px;
  }

  .about-account {
    margin: 0 0 15px 0;
    padding: 30px 0px;
  }

  .about-account .button {
    min-width: 165px !important;
  }

  .about-account .button-group {
    margin-top: 28px;
  }

  .about-account .button-group > *:not(:last-child) {
    margin-right: 15px;
  }

  .about-account-title {
    margin: 0 0 24px 0;
  }

  .about-account-title-icon {
    margin: 0px 0px 0 3px;
    height: 3px;
    width: 3px;
  }

  .about-account-text {
    width: 140px;
  }

  .about-account-icon {
    margin: 0 auto 5px auto;
  }

  .account {
    padding: 20px 0;
  }

  .account .table-details span:first-child {
    width: 120px;
    min-width: 120px;
  }

  .account__main .product-list {
    margin-top: 0;
    padding-top: 0;
  }

  .account-invoice {
    margin: 0;
  }

  .account-invoice .table-details:first-child {
    margin: 0 0 10px 0;
  }

  .account-invoice .table-details:nth-child(2) br {
    display: none;
  }

  .account-invoice .table-details:nth-child(2) span:first-child {
    line-height: 140%;
    width: 120px;
    min-width: 120px;
  }

  .account-invoice .button {
    width: 50%;
    font-size: 18px;
    min-width: auto;
  }

  .invoice__info {
    margin: 0 0 25px 0;
  }

  .invoice__info .order-item__status__result {
    font-size: 12px;
  }

  .account__filters__content .account__filters__wrap {
    margin: 0 auto;
  }

  .account__filters__content .account__filters__wrap:first-child {
    min-width: auto;
    margin: 0 auto 20px auto;
  }

  .account__filters__wrap {
    margin-bottom: 15px;
  }

  .account__home__item {
    padding: 0;
    margin: 0 0 5px 0;
  }

  .account__title {
    font-size: 20px;
    margin-bottom: 15px;
  }

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

  .account .shipping__details__labels,
  .account .shipping__details__texts {
    margin: 0 0 12px 0;
    font-size: 14px;
  }

  .account .shipping__details__labels {
    margin: 0 30px 12px 0;
  }

  .account__menu {
    right: 0;
    top: 0;
    position: fixed;
    height: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 12;
    padding: 0 20px 0 20px;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
    visibility: visible;
    opacity: 1;
  }

  .account__menu.transition {
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    -o-transition: transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s;
  }

  .account__menu .button-cross {
    display: block;
  }

  .account__menu .account__item {
    margin: 0 0 30px 0;
    font-size: 18px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .account__menu .account__list {
    margin: 82px 0 0 0;
  }

  .account__menu .account__item_last {
    margin: 60px 0 !important;
  }

  .account__button.active + .account__menu {
    -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
            transform: translateX(0px);
  }

  .account__text {
    margin: 0;
    min-width: 80px;
    text-align: left;
  }

  .account__home__item {
    width: 100%;
  }

  .account__home {
    row-gap: 30px;
  }

  .account__filters__wrap .element-input,
  .account__filters__wrap .account__filters__dropdown {
    width: calc(50% - 2.5px);
  }
/*
  .order-item__settings-menu {
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    bottom: 0;
    top: auto;
    right: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    background: rgba(60, 60, 60, 0.9);
    overflow: hidden;
  }

  .order-item__settings-menu ul {
    background: #fff;
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    -o-transition: transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s;
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
  }

  .order-item__settings-menu a {
    font-size: 18px;
    line-height: 22px;
    padding: 20px 0;
    margin: 0 !important;
  }

  .order-item__settings-menu a:last-child {
    display: block;
    margin-top: 20px !important;
  }

  .order-item__settings.active + .order-item__settings-menu {
    visibility: visible;
    opacity: 1;
  }

  .order-item__settings.active + .order-item__settings-menu ul {
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px);
  }

  .account-orders .order-item__settings-menu a {
    text-align: center;
  }
*/
  .account-address {
    padding: 20px 0 40px 0;
  }

  .account-address .button-group {
    position: sticky;
    bottom: 0;
    width: 100vw;
    z-index: 1;
    margin-left: -15px;
  }

  .account-address .button {
    font-size: 18px;
    width: 100%;
    min-width: 100%;
  }

  .account-address .account__main__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .account-address .order-list__wrap {
    margin-bottom: 20px;
  }

  .category-link__block {
    margin: 26px auto 0 auto;
  }

  .about {
    padding: 0 0 20px 0;
  }

  .about .offers {
    padding: 30px 0 12px;
  }

  .about-home__left .text-block {
    text-align: center;
  }

  .about-home__left .button-group {
    margin-top: 25px;
  }

  .blue-book .button-group {
    margin-top: 25px;
  }

  .blue-book__image {
    height: 230px;
  }

  .section__additional-links {
    padding: 60px 0 30px 0;
  }

  .section__additional-links .splide {
    margin: 30px 0 60px 0;
  }

  .additional-links__item .button {
    min-width: 166px;
    font-size: 16px;
    padding: 0 8px 0 8px;
  }

  .additional-links__item .title {
    margin-bottom: 30px;
  }

  .additional-links__wrap {
    padding-top: 60%;
  }

  .footer-list {
    padding: 0 14px 0 0;
  }

  .paragraph .text-block h1,
  .info .text-block h1 {
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 130%;
    letter-spacing: 0;
  }

  .paragraph .text-block h2,
  .info .text-block h2 {
    margin-bottom: 15px;
    font-size: 16px;
  }

  .video__wrap {
    margin: 0 -15px 15px -15px;
  }

  .paragraph__content .show-more {
    display: block;
    margin: 0 0 8px 0;
  }

  .video {
    padding: 10px 0;
  }

  .info {
    padding: 10px 0 40px 0;
  }

  .page-navigation {
    padding: 0;
    height: 50px;
    margin: 0 0 10px 0;
  }

  .page-navigation__item {
    padding: 8px 20px;
  }

  .page-navigation__item:hover .page-navigation__link {
    border-bottom: 1px solid #0f87d5;
  }

  .page-navigation__item:first-child {
    padding: 8px 20px 8px 0;
  }

  .page-navigation__item:last-child {
    padding: 8px 0 8px 20px;
  }

  .page-navigation__link_active {
    border-bottom: 1px solid #0f87d5;
  }

  .video__icon {
    padding: 18px;
    width: 50px;
    height: 50px;
  }

  .paragraph__title {
    margin: 0 0 12px 0;
  }

  .picture__title {
    font-size: 20px !important;
  }

  .paragraph__title {
    font-size: 14px;
  }

  .paragraph__text,
  .info__text {
    font-size: 14px;
    line-height: 150%;
  }

  .paragraph__text {
    margin: 0 0 16px 0;
  }

  .paragraph__text.shadow {
    margin: 0 0 5px 0;
  }

  .info__title {
    font-size: 18px;
  }

  .info__label {
    font-size: 18px;
  }

  .info__label_last {
    line-height: 150%;
  }

  .picture {
    height: 100px;
  }

  .info__text {
    margin: 16px 0px 0px 0px;
  }

  .info__item__wrap {
    padding: 19.3% 0;
  }

  .info__item_blue .text-block h2 {
    font-size: 18px;
  }

  .brand-list {
    gap: 5px;
  }

  .brand__image {
    height: 30px;
  }

  .paragraph__contacts {
    margin: 0 0 12px 0;
  }

  .paragraph__content__contact .paragraph__text {
    margin: 0 0 20px 0;
  }

  .paragraph-contact__title {
    font-size: 18px;
    margin: 20px 0 14px 0;
  }

  .paragraph__label {
    font-size: 14px;
  }

  .paragraph__link {
    font-size: 14px;
  }

  .locations__title {
    font-size: 18px;
    padding: 0 15px;
  }

  .locations__name {
    font-size: 16px;
  }

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

  .paragraph__link,
  .paragraph__label {
    margin: 0 0 10px 0;
  }

  .paragraph__labels {
    margin: 0 20px 0 0;
  }

  .paragraph__content {
    padding: 0;
  }

  .locations {
    padding: 15px 0 40px 0;
  }

  .locations .container {
    padding: 0;
  }

  .locations__title {
    margin: 0 0 18px 0;
  }

  .locations__blocks {
    gap: 10px;
  }

  .locations__block {
    padding: 14px 15px 15px 15px;
  }

  .locations__name {
    margin: 0 0 10px 0;
  }

  .locations__blocks {
    gap: 15px;
  }

  .team {
    padding: 10px 0 40px 0;
  }

  .team-navigation {
    margin: 4px 0;
    padding: 3px 20px 14px 0;
  }

  .team-navigation__button {
    padding: 5px 20px 5px 20px;
    font-size: 12px;
  }

  .team-navigation__button:first-child {
    padding: 5px 20px 5px 0;
  }

  .team__list {
    gap: 5px;
    margin: 0 -10px;
  }

  .faqs {
    padding: 20px 0 30px;
  }

  .faqs__title {
    font-size: 18px;
    margin: 0 0 10px 0;
  }

  .checkout .faqs {
    padding: 20px 0 30px;
  }

  .checkout .faqs__title {
    font-size: 18px;
    margin: 0 0 10px 0;
  }

  .checkout .paragraph__text {
    font-size: 14px;
    line-height: 150%;
  }

  .checkout .faqs__button {
    font-size: 16px;
  }

  .checkout .faqs__content {
    font-size: 14px;
    padding: 0;
    margin: 0 0 5px 0;
  }

  .checkout .faqs__content_open {
    padding: 0;
    margin: 11px 0 5px 0;
  }

  .checkout .faqs__content-inner {
    padding: 0;
    margin: 0;
  }

  .checkout .faqs__item {
    padding: 8px 15px 7px 15px;
  }

  .checkout .faqs__item_inner {
    padding: 14px 6px 8px 10px;
  }

  .checkout .faqs__text {
    line-height: 150%;
  }

  .breadcrumb {
    padding: 15px 0;
  }

  .product .product__wrap {
    padding: 0 0 5px;
  }

  .product .text-block h1,
  .product-tabs .text-block h1 {
    font-size: 18px;
  }

  .product .text-block h2,
  .product-tabs .text-block h2 {
    font-size: 16px;
  }

  .product .text-block h3,
  .product-tabs .text-block h3 {
    font-size: 14px;
  }

  .product .text-block p,
  .product-tabs .text-block p {
    font-size: 14px;
  }

  .product-color .product-media__right {
    padding: 0 10px;
  }

  .product-color__text {
    padding: 0 5px;
  }

  .product-color__main {
    width: 140px;
    height: 140px;
    margin: 0 auto 15px auto;
  }

  .product-info__row_margin-bottom {
    margin-bottom: 15px !important;
  }

  .product__wrap {
    padding: 0 0 20px 0;
  }

  .product-info {
    margin: 4px 0 0 0;
  }

  .product-media {
    padding: 0;
  }

  .product-media__left {
    padding: 12px 0 12px 15px;
  }

  .product-info__title {
    font-size: 18px;
  }

  .product-special .product-info {
    text-align: center;
    padding: 0 0 20px 0;
  }

  .product-special .product-info__title {
    text-align: left;
  }

  .product-special .product-info__text {
    font-size: 14px;
    margin: 10px 0 15px 0;
    text-align: left;
  }

  .product-info__row > span:first-of-type {
    margin-bottom: 5px;
    min-width: 150px;
  }

  .product-info__row > span:nth-of-type(2) {
    width: 105%;
  }

  .product-info__row .price-format,
  .product-info__row .price-format-new,
  .product-info__row .price-quantity {
    width: 80px !important;
  }

  .product-info__status {
    min-width: 150px;
  }

  .product-info__row_mobile {
    display: block;
  }

  .breadcrumb__link {
    font-size: 12px;
    line-height: 22px;
  }

  .product-media__right .splide__slide {
    padding: 0;
  }

  .product-media__left .splide {
    max-width: 100% !important;
  }

  .product-media__left .splide__track {
    margin: 0 -15px;
  }

  .product-media__left .splide__slide {
    width: 70px !important;
    height: 70px !important;
    border-color: rgba(255, 255, 255, 0);
  }

  .product-media__left .splide__slide.is-active {
    border-color: #0f87d5;
  }

  .product-tabs .text-block h2 {
    margin-bottom: 14px;
  }

  .product-tabs .text-block ol li {
    margin-top: 10px;
  }

  .product-tabs .text-block ul li {
    margin-bottom: 10px;
  }

  .document-list {
    gap: 5px;
  }

  .document-item__title {
    font-size: 12px;
    margin-left: 6px;
  }

  .icon-download svg {
    width: 10px;
    height: 13px;
  }

  .offers {
    padding: 30px 0 140px;
  }

  .offers .splide__arrows {
    display: none;
  }

  .offers .splide__track {
    padding: 20px 0 20px 8px !important;
    margin: 0 -15px 0 -5px !important;
  }

  .offers__title {
    font-size: 16px;
    margin: 0;
  }

  .categories {
    padding: 0 0 140px;
  }

  .categories .text-block p {
    margin-top: 15px;
  }

  .categories h1.page-title {
    font-size: 16px;
  }

  .categories .show-more {
    margin: 0 0 12px 0;
  }

  .categories__title {
    font-size: 16px;
  }

  .categories__card {
    height: 176px;
  }

  .product-list {
    margin: 20px -10px 0 -10px;
  }

  .categories__cards {
    gap: 10px;
    margin: 20px auto;
    width: 370px;
    display: flex!important;
  }

  .categories__products {
    margin: 30px -10px 0 -10px;
  }

  .categories__link__text {
    font-size: 12px;
  }

  .search__main .product-list {
    margin: 0 -10px;
  }

  .search {
    top: 56px;
    height: calc(100% - 56px);
  }

  .search__main .categories__cards {
    margin: 0 0 0 -10px;
  }

  .search__wrap__title {
    margin-bottom: 15px;
  }

  .search__main__wrap {
    margin: 0;
  }

  .search__sidebar .posts-item {
    width: 164px;
    min-width: 164px;
  }

  .search__sidebar .posts-item img {
    height: 100px;
  }

  .search__sidebar .posts-item .video__wrap {
    height: 100px;
  }

  .checkout__step .checkout__item {
    padding: 9px 15px 8px 15px;
  }

  .checkout__step:nth-child(1) .checkout__item {
    padding: 4px 15px 5px 15px;
  }

  .checkout__step:last-child .shipping__item:first-child {
    margin: 0 0 10px 0;
  }

  .checkout {
    padding: 20px 0 40px;
  }

  .checkout .cart__product {
    display: block;
    padding: 10px 0px 10px 0;
  }

  .checkout .cart__product img {
    width: 36px;
    height: 36px;
    margin: 0 15px 0 0;
  }

  .checkout .cart__product:last-child {
    padding: 0px 0px 20px 0;
  }

  .checkout .product__price_delivery {
    margin: 0 8px 0 auto;
  }

  .checkout .product__edit,
  .checkout .product__next,
  .checkout .product__confirm {
    font-size: 18px;
    margin: 0 auto 20px auto;
  }

  .checkout .cart__product__item,
  .checkout .categories__product__text {
    width: 100%;
  }

  .checkout .categories__product__text {
    margin: 0 0 2px 0;
  }

  .checkout .cart__product__item {
    margin: 7px 0 0 0;
  }

  .checkout .cart__product__item .product__price {
    width: 90px;
    margin: 0 0 0 50px;
  }

  .checkout .cart__product__item .product__price:first-child {
    text-align: left;
  }

  .checkout .categories__product__code,
  .checkout .categories__product__stock__text {
    font-size: 12px;
  }

  .checkout__cart__headlines {
    display: none;
  }

  .checkout__carts {
    padding: 0 15px;
  }

  .checkout__button__extras {
    display: block;
    text-align: right;
    margin: 0 60px 0 0;
  }

  .checkout__button__extra {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .checkout__button__extra .product__price {
    font-size: 12px;
    width: 85px;
  }

  .checkout__button__extra span {
    font-size: 12px;
  }

  .checkout__button__extra:nth-of-type(1),
  .checkout__button__extra:nth-of-type(2) {
    margin: 0;
  }

  .checkout__step:nth-child(2) .product__item__group {
    padding: 10px 15px 3px 10px !important;
  }

  .checkout__step:nth-child(2) .checkout__content .cart__info .cart__info__results {
    padding: 0 15px 12px 10px !important;
  }

  .checkout__step:nth-child(2) .checkout__content .cart__info .product__feature__wrap {
    margin: 0 0 7px 0;
  }

  .checkout__step:nth-child(3) .checkout__content {
    padding: 0;
  }

  .checkout__step:last-child .shipping__item {
    padding: 0 5px 0 5px !important;
  }

  .shipping__items {
    margin: 16px 0 0 0;
    padding: 0;
    row-gap: 0;
  }

  .shipping__item {
    margin: 0 0 15px 0;
    padding: 0 15px 0 15px !important;
  }

  .shipping__item:nth-child(3) .shipping__title {
    margin: 18px 0 15px 0;
  }

  .shipping__item:nth-child(4) {
    border: none;
  }

  .shipping__item:nth-child(4) .shipping__title {
    margin: 0 0 15px 0;
  }

  .shipping__item:nth-child(5) {
    border-top: 0.5px solid #D9D9D9;
  }

  .shipping__item:nth-child(5) .shipping__title {
    margin: 18px 0 15px 0;
  }

  .shipping__item:nth-child(6) {
    display: none;
  }

  .shipping__item:nth-child(7) {
    margin-bottom: 0;
  }

  .shipping__title {
    font-size: 14px;
    margin: 12px 0 15px 0;
  }

  .shipping__title_first {
    margin: 0 0 15px 0;
  }

  .shipping__subtitle {
    margin: -5px 0 10px 0;
  }

  .shipping__details {
    margin: 20px 0 0 0;
  }

  .shipping__details__labels {
    margin: 0 30px 0 0;
  }

  .shipping__details__label,
  .shipping__details__text {
    margin: 0 0 14px 0;
  }

  .checkout__payment__text {
    margin: 0 0 15px 0;
  }

  .review {
    padding: 45px 0 100% 0;
  }

  .review .button-group {
    display: block;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .review .button {
    font-size: 18px;
  }

  .review .button_inline {
    margin: 20px 0 0 0;
  }

  .review__title {
    font-size: 18px;
  }

  .review__text {
    font-size: 14px;
    margin: 23px auto 16px auto;
  }

  .review__link {
    margin: 0 0 40px 0;
  }

  .page-404 {
    padding: 20px 0 60px 0;
  }

  .page-404__label {
    font-size: 160px;
    line-height: 197px;
  }

  .page-404__text {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px;
  }

  .icon-404-zero {
    width: 100px;
    margin: 0px 10px;
  }

  .posts {
    padding: 25px 0 40px 0;
  }

  .posts .video__icon {
    width: 26px;
    height: 50px;
  }

  .posts .offers {
    padding: 23px 0 0px;
  }

  .posts .offers .offers__title {
    font-size: 16px;
  }

  .posts .offers .splide__track {
    padding: 15px 8px 8px 8px !important;
  }

  .posts.posts-breadcrumb {
    padding: 0 0 40px 0;
  }

  .posts .text-block h1 {
    font-size: 20px;
  }

  .posts .text-block h2 {
    font-size: 18px;
  }

  .posts .text-block h3 {
    font-size: 16px;
  }

  .posts .text-block a.button {
    margin: 15px 0;
  }

  .posts .text-block img {
    margin: 15px 0 20px 0;
  }

  .posts .text-block ol li {
    margin-bottom: 15px;
  }

  .posts-single .text-block h1 {
    margin-bottom: 15px;
  }

  .posts-single .text-block h2 {
    margin: 20px 0 15px;
  }

  .posts-returns .text-block h1 {
    margin: 20px 0 15px 0;
  }

  .express-delivery .posts__articles__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 25px 0 0 0;
  }

  .express-delivery .posts__articles__wrap:nth-of-type(2) {
    margin: 5px 0 0 0;
  }

  .express-delivery .posts__articles__wrap:last-child {
    row-gap: 25px;
  }

  .express-delivery .posts__articles__list {
    width: 100%;
  }

  .express-delivery .posts__articles {
    padding: 0;
  }

  .express-delivery .text-block h3 {
    margin-bottom: 10px;
  }

  .express-delivery .text-block ul {
    line-height: 150%;
  }

  .express-delivery .text-block p {
    margin: 0;
  }

  .terms-conditions .text-block ol {
    list-style: none;
    counter-reset: li;
  }

  .terms-conditions .text-block ol li {
    font-size: 20px;
    font-weight: 700;
    line-height: 130%;
    margin-bottom: 20px;
  }

  .terms-conditions .text-block ol li li {
    font-size: 14px;
    line-height: 150%;
  }

  .terms-conditions .text-block ol li li:not(:last-child) {
    margin-bottom: 10px !important;
  }

  .terms-conditions .text-block ol li:not(:first-child) {
    margin-top: 10px;
  }

  .terms-conditions .text-block ol ol {
    margin-top: 15px;
    margin-left: 10px;
  }

  .blue-sky-article .button_inline {
    margin: 0 0 10px 0;
  }

  .blue-sky-article .button__download {
    padding: 0;
    min-width: 160px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  .blue-sky-article .posts__articles__wrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .blue-sky-article .posts__articles__wrap img {
    width: 150px;
  }

  .posts__main-blue-sky__wrap {
    text-align: center;
  }

  .posts__main-blue-sky__wrap .modal-form__button {
    margin: 15px 0 25px 0;
    font-size: 18px;
  }

  .posts__main-blue-sky__wrap .show-more {
    display: block;
    margin: 0 auto;
  }

  .posts__main-blue-sky__wrap .text-block__content_after::after {
    display: block;
  }

  .posts__main-blue-sky__wrap .hide-text {
    display: none;
  }

  .posts__main-blue-sky__image {
    margin: 0 auto 10px auto;
  }

  .posts__main__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .posts__main__image {
    height: 125px;
  }

  .posts__main__date {
    font-size: 12px;
  }

  .posts__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
  }

  .posts-popular__list {
    margin: 0 -15px 25px -15px;
  }

  .posts__list__title {
    font-size: 18px;
    margin: 0 0 15px 0;
  }

  .posts-item__title {
    font-size: 16px;
  }

  .posts-item__description {
    font-size: 14px;
    line-height: 160%;
  }

  .calculator {
    padding-top: 25px;
  }

  .calculator h1.page-title {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .calculator__wrap h2 {
    font-size: 18px;
  }

  .calculator__wrap .button-dropdown,
  .calculator__wrap .button-counter {
    margin-bottom: 15px;
  }

  .calculator__left h2 {
    margin-bottom: 15px;
  }

  .calculator__left .calculator__item {
    margin-bottom: 15px;
  }

  .calculator__center h2 {
    margin-bottom: 20px;
  }

  .calculator__center .calculator__item {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }

  .calculator__center .calculator__item .calculator__text {
    font-size: 16px;
  }

  .calculator__right .calculator__text strong {
    margin-bottom: 5px;
  }

  .calculator__left,
  .calculator__center {
    padding: 25px 15px;
  }

  .calculator__right {
    padding: 23px 15px 0 15px;
  }

  .calculator__right .button {
    width: 100%;
    font-size: 18px;
  }

  .calculator__right .calculator__image {
    height: 48px;
    width: 102px;
    margin: 0 3px 20px 0;
  }

  .calculator__right .calculator__text strong {
    font-size: 20px;
  }
}

@media only screen and (max-width: 394px) {
  .categories__title {
    padding: 0 0 0 10px;
  }
  .categories__cards {
    gap: 20px;
    margin: 20px auto;
    width: 320px;
    display: flex!important;
  }
  .categories__card {
    width: 150px;
    height: 150px;
  }
}

@media only screen and (max-width: 374px) {
  .about-content .button {
    min-width: 145px;
    font-size: 14px;
  }

  .about-account .button {
    min-width: 150px !important;
  }

  .about-account .button-group > *:not(:last-child) {
    margin-right: 10px;
  }

  .category-link {
    gap: 5px;
  }

  .blue-book .button {
    font-size: 14px;
    min-width: 145px;
  }

  .brand-item {
    width: 150px;
  }

  .brand-list {
    gap: 5px;
    grid-template-columns: repeat(auto-fit, 150px);
  }

  .team__item {
    width: calc(50% - 15px) !important;
    height: 100% !important;
  }

  .categories__link img {
    max-height: 93px;
  }

  .categories__card {
    width: 140px;
    height: 140px;
  }

  .categories__cards {
    gap: 20px;
    margin: 20px auto;
    width: 300px;
    display: flex!important;
  }

  .product-list .product-item {
    width: 170px;
  /*  height: 230px;*/
  }
}

@media only screen and (max-width: 355px) {
  .faqs__plus {
    width: 14px;
    height: 14px;
  }

  .checkout .faqs__button {
    font-size: 14px;
  }

  .checkout .faqs__plus {
    width: 14px;
    height: 14px;
  }
}
