@charset "UTF-8";

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

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

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

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

@font-face {
  font-family: ProximaNova;
  src: url("../fonts/ProximaNova-Semibold.woff2") format("woff2"), url("../fonts/ProximaNova-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

[class*=_icon-]:before {
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class*=_icon-]:before {
  display: block;
}

._icon-catalogs:before {
  content: "\e90e";
}

._icon-documents:before {
  content: "\e90f";
}

._icon-arrow-back:before {
  content: "\e900";
}

._icon-box:before {
  content: "\e901";
  color: #204371;
}

._icon-info:before {
  content: "\e902";
}

._icon-advantages:before {
  content: "\e903";
}

._icon-plus:before {
  content: "\e904";
  color: #204371;
}

._icon-ic_chevron_right:before {
  content: "\e905";
  color: #fff;
}
/*
._icon-decision:before {
  content: "\e906";
  color: #204371;
  font-size: 24px;
}
*/

.advantages__card img {
    width: 24px;
}

._icon-repair:before {
  content: "\e907";
}

._icon-cart:before {
  content: "\e908";
  color: #204371;
  font-size: 24px;
}

._icon-balance:before {
  content: "\e909";
  color: #204371;
  font-size: 24px;
}

._icon-favorite:before {
  content: "\e90a";
  color: #204371;
  font-size: 24px;
}

._icon-search:before {
  content: url("../img/icons/search.svg");
  font-size: 24px;
  color: #000;
}

._icon-log-out:before {
  content: "\e90c";
  color: #204371;
}

._icon-telephone:before {
  content: "\e90d";
}

._icon-star-full:before {
  content: "\e9d9";
}

._icon-arrow-up2:before {
  content: "\ea3a";
}

._icon-logout:before {
  content: "󩂎";
}

._icon-subscribe:before {
  content: "󩃾";
}

._icon-user:before {
  content: "󩄎";
  color: #204371;
}

._icon-visible:before {
  content: "󩄞";
}

* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

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

html,
body {
  height: 100%;
  min-width: 320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

body {
  color: #000;
  line-height: 1;
  font-family: "ProximaNova";
  font-size: 0.875rem;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

input,
button,
textarea {
  font-family: "ProximaNova";
  font-size: inherit;
}

button {
  cursor: pointer;
  color: inherit;
  background-color: transparent;
}

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

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

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

main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.lock body {
  overflow: hidden;
  -ms-touch-action: none;
      touch-action: none;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}

.wrapper {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

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

.wrapper > * {
  min-width: 0;
}

[class*=__container] {
  max-width: 80.125rem;
  margin: 0 auto;
  padding: 0 1rem;
}

.form__error {
  text-align: end;
  color: red;
  font-size: 10px;
  line-height: 10px;
}

.input._form-error {
  border-color: red;
}

.button {
  position: relative;
  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;
  padding: 13px 32px;
  background: -o-linear-gradient(135deg, rgb(32, 67, 113) 50%, rgb(42, 77, 123) 50%);
  background: linear-gradient(-45deg, rgb(32, 67, 113) 50%, rgb(42, 77, 123) 50%);
  background-size: 300%;
  background-position: 99%;
  color: #fff;
  font-weight: 600;
  line-height: 17px;
  letter-spacing: 0.05em;
  border: 1px solid rgb(32, 67, 113);
  white-space: nowrap;
  cursor: pointer;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.button--border {
  background: -o-linear-gradient(135deg, rgba(42, 77, 123, 0) 50%, rgb(42, 77, 123) 50%);
  background: linear-gradient(-45deg, rgba(42, 77, 123, 0) 50%, rgb(42, 77, 123) 50%);
  background-size: 300%;
  background-position: 100%;
  color: rgb(32, 67, 113);
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.button--border:hover {
  color: #fff;
}

.button:hover {
  background-position: 0;
}

.button--link {
  padding: 0;
}

.button--inCart {
  padding: 11px 20px;
}

.button--color {
  font-weight: 600;
  line-height: 17px;
  letter-spacing: 0.05em;
  color: rgb(32, 67, 113);
  text-transform: uppercase;
}

.button a {
  width: 100%;
  height: 100%;
  padding: 13px 32px;
}

.button._fw {
  width: 100%;
}

.come-back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: start;
      align-self: flex-start;
  font-weight: 600;
  line-height: 17px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.come-back::before {
  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;
  height: 30px;
  width: 30px;
  left: 30px;
  border-radius: 50%;
  background-color: rgb(32, 67, 113);
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  font-size: 18px;
}

.inCart {
  background-color: rgb(69, 110, 155);
}

.select {
  min-width: 0;
  position: relative;
}

.select__body {
  position: relative;
}

.select__title {
  color: inherit;
  text-align: left;
  background-color: #fff;
  cursor: pointer;
  width: 130px;
  border-radius: 4px;
}

.select__value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 1.875rem;
  gap: 0.625rem;
  cursor: pointer;
}

.select__value > * {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.select__value:after {
  content: url(../img/icons/down.svg) !important;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 10px;
          flex: 0 0 10px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  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;
}

._select-open .select__value:after {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.select__value._select-pseudo-label::before {
  content: attr(data-pseudo-label);
  opacity: 0.5;
}

.select__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}

.select__text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}

.select__input {
  width: 100%;
  background-color: transparent;
  height: 100%;
}

.select__options {
  color: #000;
  position: absolute;
  top: calc(100% - 0.0625rem);
  border-radius: 0 0 4px 4px;
  min-width: 100%;
  left: 0;
  background-color: #fff;
  border-top: 0;
  border: 1px solid #d9d9d9;
  border-top: 0;
  padding: 10px 0px 5px 0px;
}

.select__scroll {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
}

.select__option {
  width: 100%;
  text-align: left;
  cursor: pointer;
  padding: 5px 15px;
  color: inherit;
}

.select__option._select-selected {
  background-color: #eee;
}

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

.select._select-open {
  z-index: 5;
}

._select-tag {
  cursor: pointer;
}

._select-multiple .select__body .select__options .select__option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

._select-multiple .select__body .select__options .select__option::before {
  content: "";
  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;
  border: 1px solid rgb(213, 217, 226);
  width: 22px;
  height: 22px;
  flex-shrink: 0;
}

._select-multiple .select__body .select__options .select__option._select-selected {
  background-color: transparent;
}

._select-multiple .select__body .select__options .select__option._select-selected::before {
  content: "✓";
  color: #fff;
  background-color: rgb(32, 67, 113);
  border-color: transparent;
  font-size: 18px;
  font-weight: 700;
}

.catalog__filter-block .select__content {
  font-size: 18px !important;
  font-weight: 700;
}

.rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: 16px;
  line-height: 0.75;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
  color: rgba(60, 60, 67, 0.3);
}

.rating.rating_sending {
  opacity: 0.2;
}

.rating.rating_set .rating__active,
.rating.rating_set .rating__item {
  cursor: pointer;
}

.rating__body {
  position: relative;
}

.rating__body::before {
  content: "★★★★★";
  display: block;
  color: rgba(60, 60, 67, 0.3);
}

.rating__active {
  position: absolute;
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}

.rating__active::before {
  content: "★★★★★";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: rgb(255, 153, 0);
}

.rating__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.rating__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  height: 100%;
  opacity: 0;
}

.rating__value {
  font-size: 50%;
  line-height: 1;
  padding: 0px 0px 0px 10px;
  position: absolute;
  top: 0;
  opacity: 0;
}

.product-rating__body {
  position: relative;
}

.product-rating__body::before {
  content: "★★★★★";
  display: block;
}

.product-rating__active {
  position: absolute;
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}

.product-rating__active::before {
  content: "★★★★★";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: rgb(255, 153, 0);
}

.product-rating__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.product-rating__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  height: 100%;
  opacity: 0;
}

.product-rating__value {
  font-size: 12px;
  line-height: 100%;
  color: rgba(39, 39, 44, 0.7);
  padding: 0px 0px 0px 10px;
  white-space: nowrap;
}

.product-ratings__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
}

.star::before {
  content: url("../img/icons/grey-star.svg");
  display: block;
  height: 13px;
  width: 13px;
}

.star--active::before {
  content: url("../img/icons/active-star.svg");
}

.review .star--active::before {
  color: rgb(24, 47, 79);
}

.product__customer-reviews-rating .star--active::before {
  color: rgb(24, 47, 79);
}

.product__customer-reviews-rating .product-rating__value {
  padding: 0;
  color: #000;
}

.product-rating__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}

.product-rating__label-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}

.product-rating__label-name::after {
  content: url("../img/icons/active-star.svg");
  display: block;
  height: 13px;
  width: 13px;
}

.quantity {
  width: 88px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid rgba(166, 166, 166, 0.45);
}

.quantity__button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30px;
          flex: 0 0 30px;
  position: relative;
  cursor: pointer;
}

.quantity__button::before,
.quantity__button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin: 0px 0px 0px -4.5px;
  background-color: #a6a6a6;
  width: 9px;
  height: 1px;
}

.quantity__button_plus::before {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

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

.quantity__input input {
  height: 100%;
  color: #a6a6a6;
  font-size: 12px;
  width: 100%;
  text-align: center;
}

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

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

.noUi-target {
  position: relative;
}

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

/* Wrapper for all connect elements.
 */

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

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

/* Offset direction
 */

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

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

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

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

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

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

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

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

/* Slider size and handle placement;
 */

.noUi-horizontal {
  height: 3px;
}

.noUi-horizontal .noUi-handle {
  width: 21px;
  height: 21px;
  right: -17px;
  top: -10px;
  background-color: #fff;
  border: 5px solid rgb(32, 67, 113);
  cursor: pointer;
}

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

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

.noUi-target {
  background: #fafafa;
  border-radius: 4px;
  border: 1px solid #d3d3d3;
  -webkit-box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb;
          box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb;
}

.noUi-connect {
  background: rgb(32, 67, 113);
}

/* Handles and cursors;
 */

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

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

.noUi-handle {
  border: 1px solid #d9d9d9;
  background: #fff;
  cursor: default;
  -webkit-box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb;
          box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb;
}

.noUi-active {
  -webkit-box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb;
          box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb;
}

/* Handle stripes;
 */

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

/* Disabled state;
 */

[disabled] .noUi-connect {
  background: rgb(214, 216, 221);
}

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

/* Base;
 *
 */

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

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

/* Values;
 *
 */

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

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

/* Markings;
 *
 */

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

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

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

/* Horizontal layout;
 *
 */

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

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

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

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

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

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

/* Vertical layout;
 *
 */

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

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

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

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

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

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

.noUi-tooltip {
  display: none;
}

body::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.8s ease 0s;
  -o-transition: opacity 0.8s ease 0s;
  transition: opacity 0.8s ease 0s;
  pointer-events: none;
  z-index: 149;
}

.popup-show body::after {
  opacity: 1;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 30px 10px;
  -webkit-transition: visibility 0.8s ease 0s;
  -o-transition: visibility 0.8s ease 0s;
  transition: visibility 0.8s ease 0s;
  visibility: hidden;
  pointer-events: none;
}

.popup p {
  line-height: 18px;
  text-align: center;
  padding-bottom: 16px;
}

.popup__label {
  color: rgba(39, 39, 44, 0.7);
  padding-bottom: 4px;
}

.popup__label span {
  color: #cf2d48;
}

.popup__input {
  border: 1px solid rgb(213, 217, 226);
  padding: 13px 16px;
  width: 100%;
  outline: none;
  margin-top: 4px;
}

.popup__input._form-error {
  border-color: #cf2d48;
}

.popup__submit {
  margin-top: 24px;
}

.popup__textarea {
  border: 1px solid rgb(213, 217, 226);
  width: 100%;
  padding: 13px 16px;
  resize: vertical;
  min-height: 140px;
}

.popup__textarea--newReview {
  margin-top: 24px;
}

.popup__bottom {
  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-top: 16px;
  border-top: 1px solid rgb(233, 233, 233);
  gap: 20px;
}

.popup_show {
  z-index: 150;
  visibility: visible;
  overflow: auto;
  pointer-events: auto;
}

.popup_show .popup__content {
  visibility: visible;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.popup__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-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  align-items: center;
}

.popup__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  visibility: hidden;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  -o-transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  background-color: #fff;
  padding: 32px 40px;
  width: 100%;
  max-width: 480px;
  border-radius: 0;
}

.lock .popup__content {
  visibility: visible;
}

.popup__content img {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin-bottom: 12px;
}

.addInCart .popup__content {
  max-width: 600px;
}

.popup__text {
  font-size: 28px;
  font-weight: 700;
  line-height: 34px;
  text-align: center;
  padding-bottom: 8px;
}

.addInCart .popup__text {
  text-align: start;
}

.popup__close {
  position: absolute;
  right: 20px;
  top: 20px;
  height: 18px;
  width: 18px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  outline: none;
}

.popup__close::before,
.popup__close::after {
  content: "";
  display: block;
  width: 1.5px;
  height: 18px;
  background: #222;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  position: absolute;
  left: calc(50% - 1px);
  top: calc(50% - 10px);
}

.popup__close::before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.popup__close::after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.popup__close:hover::before,
.popup__close:hover::after {
  background: rgb(32, 67, 113);
}

.popup__close:hover::before {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.popup__close:hover::after {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.contact-us__form-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}

.newReview__actions {
  margin-top: 24px;
  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;
}

.form__label {
  font-weight: 600;
  line-height: 18px;
  text-align: right;
}

.review .popup__text {
  padding-bottom: 20px;
}

.review .popup__label,
.review .popup__textarea {
  margin-bottom: 24px;
}

.review__file {
  position: relative;
  height: 62px;
  width: 100%;
  border: 1px dashed rgb(129, 170, 215);
  background: -webkit-gradient(linear, left bottom, left top, from(#F4F6FB), to(#F4F6FB));
  background: -o-linear-gradient(bottom, #F4F6FB, #F4F6FB);
  background: linear-gradient(0deg, #F4F6FB, #F4F6FB);
  cursor: pointer;
}

.review__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}

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

.review__addFile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.review__addFile span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.review__addFile span::before {
  content: "+";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: rgb(32, 67, 113);
  color: #fff;
  font-size: 22px;
}

.review__item {
  position: absolute;
  top: 0;
  opacity: 0;
}

.popup__products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 20px;
  padding-bottom: 12px;
}

.tabs__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background: rgb(244, 246, 251);
  gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 60px;
}

.tabs__title {
  font-weight: 600;
  line-height: 17px;
  color: rgba(39, 39, 44, 0.7);
  padding: 25px 0;
  border-bottom: 2px solid transparent;
}

.tabs__title._tab-active {
  color: rgb(32, 67, 113);
  border-bottom: 2px solid rgb(32, 67, 113);
}

.tabs__content {
  padding: 0.625rem 0.9375rem;
}

.tabs-order .tabs__navigation {
  margin-top: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-bottom: 1px solid rgb(187, 195, 209);
}

.tabs-order .tabs__title {
  padding: 12px 0;
}

.tabs-order .tabs__content {
  padding: 0;
}

[class*=-ibg] {
  position: relative;
}

[class*=-ibg] img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

[class*=-ibg_contain] img {
  -o-object-fit: contain;
     object-fit: contain;
}

::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  background-color: rgb(245, 246, 245);
}

::-webkit-scrollbar-thumb {
  background: rgb(205, 206, 205);
  border-radius: 3px;
}

h1 {
  font-size: 34px;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 30px;
}

h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 120%;
}

h3,
.h3 {
  font-size: 22px;
  font-weight: 700;
  line-height: 130%;
}

h4,
.h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
  padding-bottom: 16px;
}

.icon-cart,
.icon-favourite,
.icon-comparison {
  position: relative;
  cursor: pointer;
  width: 44px;
  height: 100%;
}

.icon-cart input,
.icon-cart span,
.icon-favourite input,
.icon-favourite span,
.icon-comparison span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: absolute;
  justify-content: center;
  right: 0;
  top: 15px;
  width: 18px;
  height: 18px;
  background-color: rgb(242, 90, 77);
  border-radius: 50%;
  color: #fff;
  font-size: 12px;
  outline: none;
  padding: 0;
}

.icon-cart input:hover,
.icon-favourite input:hover {
  outline: none;
  border: none;
}

.toTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  bottom: 140px;
  right: 40px;
  background: -o-linear-gradient(135deg, rgb(32, 67, 113) 50%, rgb(42, 77, 123) 50%);
  background: linear-gradient(-45deg, rgb(32, 67, 113) 50%, rgb(42, 77, 123) 50%);
  background-size: 300%;
  background-position: 100%;
  height: 54px;
  width: 54px;
  z-index: 20;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.toTop::before {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  color: #fff;
}

.toTop:hover {
  background-position: 0;
}

.toTop.disabled {
  display: none;
}

.breadcrumb {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  list-style: none;
  margin-bottom: 12px;
  overflow-x: auto;
  overflow-y: hidden;
}

.breadcrumb::-webkit-scrollbar {
  display: none;
}

.breadcrumb-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  color: rgb(32, 67, 113);
  white-space: nowrap;
}

.breadcrumb-item:not(:first-child)::before {
  content: url(../img/icons/bxs-right-arrow.svg);
  padding-right: 12px;
  position: relative;
  display: block;
  top: 0;
}

.breadcrumb-item.active {
  color: rgb(89, 89, 89);
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-top: 32px;
}

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

.pagination__container {
  margin-bottom: 80px;
}

.pagination-prev::before {
  color: #000;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  font-size: 16px;
}

.pagination-prev:disabled::before {
  color: rgba(39, 39, 44, 0.7);
}

.pagination-next::before {
  color: #000;
  font-size: 16px;
}

.pagination__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 44px;
  width: 44px;
  border-radius: 50%;
  background-color: #fff;
  color: #000;
  font-size: 16px;
  line-height: 19px;
}

.pagination__btn.active {
  background-color: rgb(32, 67, 113);
  color: #fff;
}

.filter {
  margin-top: 16px;
}

.filter__title {
  font-size: 26px;
  font-weight: 500;
  line-height: 31px;
  text-transform: uppercase;
  padding-bottom: 20px;
}

.filter__btn-other {
  display: none;
}

.filter__checkbox-text {
  font-size: 14px;
  line-height: 100%;
  color: black;
}

.filter__checkbox-text small {
  color: rgba(39, 39, 44, 0.7);
}

.filter__button-block {
  z-index: 20;
  position: sticky;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 20px 24px;
  width: 270px;
  background-color: #fff;
  -webkit-box-shadow: 0px -4px 4px 0px rgba(0, 0, 0, 0.04);
          box-shadow: 0px -4px 4px 0px rgba(0, 0, 0, 0.04);
}

.filter__button {
  width: 100%;
}

.price-filter {
  padding-bottom: 35px;
  border-bottom: 1px solid rgb(217, 217, 217);
  padding-top: 16px;
}

.price-filter__inputs {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.price-filter__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 45px;
  border: none;
  background: rgb(244, 246, 251);
  padding: 12px 10px;
  gap: 4px;
}

.price-filter__label--from::before {
  content: "от";
  font-size: 14px;
  color: #000;
}

.price-filter__label--to::before {
  content: "до";
  font-size: 14px;
  color: #000;
}

.price-filter__input {
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  background-color: transparent;
  outline: none;
}

.price-filter__input:hover {
  outline: none;
  border: none;
}

.item-filter-catalog__title {
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  padding-bottom: 16px;
  text-transform: uppercase;
}

.item-filter-catalog__body .checkbox__label {
  max-width: 100% !important;
}

.item-filter-catalog__view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  padding-bottom: 19px;
}

.item-filter-catalog__other.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  padding-top: 16px;
}

.filter-catalog__item {
  padding-bottom: 16px;
  border-bottom: 1px solid rgb(217, 217, 217);
  padding-top: 16px;
}

.filter ._select-open + .filter__btn-other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 9px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  line-height: 100%;
}

.filter ._select-open + .filter__btn-other::after {
  content: url("../img/icons/arrow-bottom-black.svg");
}

.filter ._select-open + .filter__btn-other.open::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.btn-clear-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: rgb(32, 67, 113);
  text-decoration: underline;
}

.filter-catalog__item .select__title {
  width: 100%;
}

.filter-catalog__item .select__value {
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
  padding-bottom: 16px;
}

.filter-catalog__item .select__value::after {
  display: none;
}

.filter-catalog__item .select__options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: none;
  padding: 0;
  gap: 8px;
  position: relative;
}

.filter-catalog__item .select__option {
  padding: 0;
}

._select-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  left: 0px;
  top: 0px;
  border-radius: 16px;
  padding: 8px 16px 7px 16px;
  background-color: #000;
  color: #fff;
}

._select-tag::after {
  content: "×";
  font-size: 18px;
}

.catalog__filter-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 24px;
  border-bottom: 1px solid rgb(217, 217, 217);
}

.catalog__filter-btns.hidden {
  display: none;
}

.catalog__filter-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}

.catalog__filter-btn:not(:last-child) {
  padding-bottom: 8px;
}

.mini-header {
  background: rgb(244, 246, 251);
  padding-top: 16px;
  padding-bottom: 16px;
}

.mini-header .breadcrumb {
  margin-bottom: 0;
}

.notPage {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
  margin-top: 150px;
  margin-bottom: 150px;
}

@media (max-width: 1200px) {
  .notPage {
    grid-template-columns: 1fr 1.5fr 1fr;
    gap: 40px;
    margin-top: 120px;
    margin-bottom: 120px;
  }
}

@media (max-width: 768px) {
  .notPage {
    grid-template-columns: 1fr;
    margin-top: 80px;
    margin-bottom: 80px;
    padding: 0 16px;
  }
}

.notPage__img2 {
  justify-self: flex-end;
  -o-object-fit: contain;
     object-fit: contain;
}

.notPage__block {
  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;
}

.notPage__block h1 {
  text-align: center;
}

.notPage__block img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  margin-bottom: 18px;
}

@media (max-width: 768px) {
  .notPage__block img {
    width: 80%;
    margin: 0 auto 18px;
  }
}

.notPage__block p {
  font-size: 18px;
  line-height: 23px;
  text-align: center;
}

.notPage__block .button {
  margin-top: 20px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.notPage__decor {
  width: 100%;
}

@media (max-width: 768px) {
  .notPage__decor {
    display: none;
  }
}

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

.cookies {
  position: fixed;
  bottom: 0;
  left: 0;
  min-height: 66px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  width: 100%;
  background: rgb(0, 0, 0);
  z-index: 20;
}

.cookies.close {
  display: none;
}

.cookies__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 24px;
  padding-bottom: 24px;
  gap: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cookies p {
  display: inline-block;
  width: 70%;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
}

.cookies a {
  border-bottom: 1px solid #fff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.cookies a:hover {
  border-style: dashed;
}

.search__block {
  display: none;
}

.top__search.open .search__block {
  display: block;
  position: absolute;
  top: 100%;
  background: #fff;
  z-index: 5;
  padding: 32px 24px;
  right: 0;
  -webkit-box-shadow: 0px 4px 16px 0px rgba(17, 31, 48, 0.12);
          box-shadow: 0px 4px 16px 0px rgba(17, 31, 48, 0.12);
}

.search__label {
  background: rgb(245, 246, 245);
  width: 472px;
  height: 44px;
  padding: 13px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.search__input {
  height: 100%;
  width: 100%;
  background-color: transparent;
  border: none;
  outline: none;
}

.ico-eye {
  width: 16px;
  height: 16px;
  cursor: pointer;
  position: absolute;
  right: 14px;
  bottom: 14px;
  z-index: 3;
}

.ico-eye:last-child {
  bottom: 14px;
}

.ico-eye:not(:last-child) {
  bottom: 28px;
}

.ico-eye::after {
  display: block;
  content: url(../img/icons/icon-eye.svg);
}

.ico-eye._viewpass-active::after {
  content: url(../img/icons/icon-eye-open.svg);
}

.search__result {
  display: none;
}

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

.search__result-block.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
  margin-top: 16px;
  max-height: 250px;
  overflow-y: auto;
  margin-bottom: 12px;
}

.search-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.search-product__img {
  width: 44px;
  height: 44px;
  margin-right: 12px;
}

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

.search-product__name {
  display: inline-block;
  width: 100%;
}

.search-product__price {
  font-weight: 700;
  white-space: nowrap;
}

.search-product .product-card__price-block {
  flex-direction: column;
  gap: 0;
  align-items: flex-end;
  justify-content: flex-start;
  white-space: nowrap;
}

.search-product .product-card__discount-price {
  font-size: 15px;
  font-weight: 600;
  white-space: nowrap;
}

.working-time {
  color: rgba(39, 39, 44, 0.7);
}

.captcha {
  display: block;
  margin-top: 16px;
  -ms-flex-item-align: start !important;
      align-self: flex-start !important;
}

.add-for-favorite,
.add-for-comparison {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3px;
}

.serias-products,
.viewed-products {
  position: relative;
  margin-top: 80px;
}

.serias-products:last-child {
  margin-bottom: 80px;
}

.slider-card {
  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;
  min-height: 420px;
  height: max-content;
  width: 270px;
  border: 1px solid rgb(233, 233, 233);
  padding: 20px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.slider-card .addToFavorite,
.slider-card .addToCompare {
  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;
  position: absolute;
  right: 16px;
  height: 36px;
  width: 36px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(17, 31, 48, 0.12);
          box-shadow: 0px 0px 8px 0px rgba(17, 31, 48, 0.12);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.slider-card .addToFavorite {
  top: 64px;
}

.slider-card .addToCompare {
  top: 16px;
}

.slider-card__prev {
  display: block;
  height: 188px;
  width: 188px;
  margin-bottom: 12px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

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

.slider-card__reviews {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8px;
}

.slider-card__category {
  margin-bottom: 30px;
}

.slider-card__actions {
  padding-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.slider-card__addCart {
  width: 130px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 11px;
}

.slider-card__addCart::before {
  content: "";
}

.slider-card:hover {
  -webkit-box-shadow: 0px 4px 16px 0px rgba(17, 31, 48, 0.12);
          box-shadow: 0px 4px 16px 0px rgba(17, 31, 48, 0.12);
}

.slider-card:hover .addToFavorite,
.slider-card:hover .addToCompare {
  opacity: 1;
  z-index: 5;
}

.sliders-title {
  padding-bottom: 24px;
}

.reviews-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}

.review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 24px;
  border-bottom: 1px solid rgb(233, 233, 233);
}

.review__title-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;
}

.review__name {
  font-weight: 600;
  line-height: 17px;
}

.review__date {
  line-height: 17px;
  color: rgba(39, 39, 44, 0.7);
}

.review__text {
  padding-top: 18px;
  line-height: 18px;
}

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

.faq__tab {
  border-top: 1px solid rgb(233, 233, 233);
  padding: 30px 24px;
}

.faq__tab:last-child {
  border-bottom: 1px solid rgb(233, 233, 233);
}

.faq__tab.open {
  background: rgb(244, 246, 251);
}

.faq__question {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 36px;
  grid-template-columns: 1fr 36px;
  gap: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
  cursor: pointer;
}

.faq__question::after {
  content: "+";
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 34px;
  font-weight: 400;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 36px;
  width: 36px;
  border-radius: 50%;
  background: rgb(69, 110, 155);
}

.faq__answer {
  display: none;
}

.faq__tab.open .faq__question::after {
  content: "-";
}

.faq__tab.open .faq__answer {
  display: block;
  max-width: 90%;
}

.cart {
  display: none;
}

.cart__products {
  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;
  gap: 12px;
}

.cart__product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  margin-top: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgb(233, 233, 233);
}

.cart__product img {
  display: block;
  height: 80px;
  width: 80px;
  -o-object-fit: contain;
     object-fit: contain;
}

.cart__product-info {
  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;
  gap: 16px;
  width: 100%;
}

.cart__product-name {
  font-weight: 600;
  line-height: 17px;
  max-width: 292px;
}

.cart__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}

.cart__total {
  padding-top: 12px;
  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;
}

.cart__total span {
  font-weight: 600;
  line-height: 17px;
}

.cart__close {
  display: none;
}

.remove-product {
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  height: 14px;
  width: 14px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  outline: none;
}

.remove-product::before,
.remove-product::after {
  content: "";
  display: block;
  width: 1px;
  height: 14px;
  background: rgba(39, 39, 44, 0.7);
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  position: absolute;
  left: calc(50% - 1px);
  top: calc(50% - 10px);
}

.remove-product::before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.remove-product::after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.remove-product:hover::before,
.remove-product:hover::after {
  background: rgb(32, 67, 113);
}

.remove-product:hover::before {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.remove-product:hover::after {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.cart.mobile-open {
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  width: 100%;
  z-index: 5;
  background-color: #fff;
  padding: 24px;
}

.search {
  margin-bottom: 80px;
}

.button-balance {
  position: relative;
}

.button-balance.inCompare::after {
  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;
  content: "";
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background: rgb(242, 90, 77);
  border: 3px solid #fff;
  position: absolute;
  top: -2px;
  left: 8px;
  z-index: 2;
}

.button-favorite.inFavorite::before {
  content: url("../img/icons/favorite-blue.svg");
}

.cart-product {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}

.cart-product__prev {
  height: 80px;
  width: 80px;
}

.cart-product__prev picture,
.cart-product__prev img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.cart-product__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  width: 100%;
}

.cart-product__name {
  font-weight: 600;
  line-height: 17px;
}

.cart-product__activity {
  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;
}

.cart-product__price {
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
}

.contacts__block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 20px;
  margin-bottom: 40px;
}

.contacts__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  border: 3px solid rgb(244, 246, 251);
  padding: 20px;
}

.contacts__card img,
.contacts__card picture {
  display: block;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

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

.contacts__name {
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
  padding-bottom: 4px;
}

.contacts__position {
  line-height: 18px;
  color: rgba(39, 39, 44, 0.7);
  padding-bottom: 12px;
}

.contacts__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 21px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.contacts__link:hover {
  color: rgb(32, 67, 113);
}

.contacts__link:not(:last-child) {
  padding-bottom: 8px;
}

.contacts__link--tel::before {
  content: url("../img/icons/phone.svg");
}

.contacts__link--email::before {
  content: url("../img/icons/mail.svg");
}

.address__block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  background: rgb(244, 246, 251) url("../img/catalog/addrress-decor.svg") no-repeat right bottom;
  background-size: contain;
  padding: 32px 40px;
}

.address__block:not(:last-child) {
  margin-bottom: 40px;
}

.address__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.address__main::before {
  content: url("../img/icons/location2.svg");
}

.address__main-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.address {
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
  padding-bottom: 16px;
}

.address__button {
  text-decoration: underline;
  letter-spacing: 0.02em;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.address__button--storage {
  margin-top: 16px;
}

.address__button:hover {
  text-decoration-style: dashed;
}

.storages__address {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.storage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: rgb(244, 246, 251) url("../img/catalog/storage-decor.svg") no-repeat right bottom;
  background-size: auto;
  padding: 32px 40px;
}

.storage::before {
  content: url("../img/icons/location2.svg");
}

.contacts-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: rgb(244, 246, 251);
  padding: 40px 60px;
  margin-top: 44px;
}

.contacts-form__title {
  color: rgb(32, 67, 113);
  padding-bottom: 12px;
}

.contact-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
  margin-top: 20px;
}

.contact-form p {
  font-size: 16px;
}

.contacts__label {
  width: 280px;
  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;
  gap: 4px;
  font-size: 12px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  line-height: 16px;
  color: rgba(39, 39, 44, 0.7);
}

.contacts__label span::after {
  content: "*";
  color: #CF2D48;
}

.contacts__textarea {
  width: 584px;
}

.contacts__button {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-top: 24px;
}

.empty-cart {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.empty-cart h4 {
  color: rgba(39, 39, 44, 0.7);
  text-align: center;
}

.cart__image._icon-cart {
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
}

.cart__image._icon-cart::before {
  font-size: 42px;
  color: rgba(39, 39, 44, 0.7);
}

.header {
  position: relative;
  width: 100%;
  border-bottom: 1px solid rgb(233, 233, 233);
}

.header__top {
  border-bottom: 1px solid rgb(233, 233, 233);
}

.header__login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  line-height: 17px;
  gap: 4px;
  transition: all 0.3s ease;
}

.header__login:hover {
  color:#204371;
}

.header__logo {
  display: block;
  height: 50px;
  width: 122px;
}

.header__bottom .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 70px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1320px;
  margin: 0 auto;
}

.header__bottom .bottom__left {
  display: none;
}

.header__nav {
  position: relative;
  z-index: 1;
}

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

.top {
  width: 1320px;
  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;
  z-index: 3;
  height: 57px;
  margin: 0 auto;
}

.top__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
}

.top__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}

.top__nav-link {
  font-size: 14px;
  line-height: 17px;
  color: rgba(39, 39, 44, 0.7);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.top__nav-link:hover {
  color: rgb(32, 67, 113);
}

.top__cart-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 11px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.top__select-lang {
  font-size: 13px;
  font-weight: 600;
  line-height: 16px;
  color: rgba(39, 39, 44, 0.7);
  padding: 0 8px;
}

.top__select-lang.active {
  color: rgb(32, 67, 113);
}

.top__select-lang:not(:last-child) {
  border-right: 1px solid rgba(39, 39, 44, 0.7);
}

.top__search {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  width: 80px;
  cursor: pointer;
  border-left: 1px solid rgb(233, 233, 233);
  border-right: 1px solid rgb(233, 233, 233);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.top__search.open {
  -webkit-box-shadow: 0px 4px 16px 0px rgba(17, 31, 48, 0.12);
          box-shadow: 0px 4px 16px 0px rgba(17, 31, 48, 0.12);
  background-color: #fff;
}

.top__feedback,
.top__feedback-left {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}

@media screen and (max-width:1300px) and (min-width:992px) {
  .top__feedback-left {
    flex-direction: column;
    gap: 6px;
  }

  .top__feedback {
    gap: 16px;
  }
}

.top__feedback a {
  font-weight: 700;
  line-height: 17px;
  white-space: nowrap;
}

.top__feedback button {
  color: rgb(32, 67, 113);
  line-height: 17px;
  border-bottom: 1px dotted rgb(32, 67, 113);
}

.top__menu {
  display: none;
}

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

.nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  height: 100%;
}

.nav li {
  position: relative;
  padding-bottom: 1px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.nav__li--catalog {
  margin-right: 16px;
}

@media screen and (max-width:1308px) {
  .nav__li--catalog {
    margin-right: 0;
  }
}

.nav__link {
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.nav__link-open {
  height: 100%;
  position: relative;
}

.nav__link-open::before {
  content: url("../img/icons/ic_chevron_down.svg");
}

.nav__link:hover {
  color: rgb(32, 67, 113);
}

.nav__open-catalog {
  position: relative;
  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;
  gap: 12px;
  width: 188px;
  height: 100%;
  background-color: rgb(32, 67, 113);
  color: #fff;
  overflow: hidden;
}

.nav__open-catalog span {
  position: relative;
  z-index: 2;
}

.nav__open-catalog::after {
  content: "";
  position: absolute;
  top: -80%;
  left: 0;
  display: block;
  width: 100%;
  height: 188px;
  background: rgb(42, 77, 123);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: rotate(40deg) translateX(100%);
      -ms-transform: rotate(40deg) translateX(100%);
          transform: rotate(40deg) translateX(100%);
  z-index: 0;
}

.nav__open-catalog:hover::after {
  -webkit-transform: rotate(45deg) translateX(0);
      -ms-transform: rotate(45deg) translateX(0);
          transform: rotate(45deg) translateX(0);
}

.nav .catalog-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1.5rem;
  height: 0.5625rem;
  z-index: 5;
}

.nav .catalog-menu::before {
  content: url("../img/icons/catalog-menu.svg");
}

.menu-open .nav .catalog-menu span {
  width: 0;
}

.menu-open .nav .catalog-menu::before,
.menu-open .nav .catalog-menu::after {
  background-color: #000;
  width: 70%;
  height: 1px;
}

.menu-open .nav .catalog-menu::before {
  top: 17px;
  right: 5px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.menu-open .nav .catalog-menu::after {
  bottom: 17px;
  left: 5px;
  -webkit-transform: rotate(45deg) translateY(-50%);
      -ms-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}

.icon-menu {
  display: none;
}

.menu__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  width: 80%;
  height: 100%;
  background-color: #fff;
  z-index: 150;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  max-height: 100vh;
  overflow-y: auto;
}

.menu-open .menu__body {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.menu-open .icon-menu {
  position: absolute;
  top: 32px;
  right: 12px;
  color: #000;
  height: 44px;
  width: 44px;
  border-radius: 50%;
  background-color: #fff;
  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;
}

.menu__open-catalog {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  border-bottom: 1px solid rgb(233, 233, 233);
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  width: 100%;
}

.menu__open-catalog::before {
  content: url("../img/icons/products-footer.svg");
}

.menu__open-catalog::after {
  content: url("../img/icons/down.svg");
  position: absolute;
  right: 20px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.menu__open-catalog.open {
  color: rgb(32, 67, 113);
}

.menu__open-catalog.open::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.menu__catalog {
  display: none;
}

.menu__open-catalog.open ~ .menu__catalog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  line-height: 17px;
  padding: 16px 32px;
  border-bottom: 1px solid rgb(233, 233, 233);
}

.menu__open-catalog.open ~ .menu__catalog .menu__nav-link {
  font-weight: 400;
}

.menu-open .wrapper::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}

.menu-open .header__container {
  position: static;
}

.menu__nav ul {
  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;
  padding: 20px;
  border-bottom: 1px solid rgb(233, 233, 233);
}

.menu__nav-link, .nav__link-open {
  display: flex;
  width: 100%;
  position: relative;
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
}

.header__aboutCompany {
  display: none;
}

.nav__link-open.open {
  color: rgb(32, 67, 113);
}

.nav__link-open.open::before {
  color: rgb(32, 67, 113);
}

.nav__link-open.open .header__aboutCompany {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 16px 0px rgba(17, 31, 48, 0.12);
          box-shadow: 0px 4px 16px 0px rgba(17, 31, 48, 0.12);
  padding: 16px 24px;
  z-index: 5;
  width: max-content;
  left: -24px;
}

.nav__link-open.open .header__aboutCompany ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.nav__link-open.open .header__aboutCompany ul li {
  cursor: pointer;
  z-index: 5;
  color: #000;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.nav__link-open.open .header__aboutCompany ul li:hover {
  color: rgb(32, 67, 113);
}

.footer {
  background-color: rgb(10, 28, 43);
  height: 333px;
  padding-top: 40px;
}

.footer__container {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.footer__top {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
  color: #fff;
  padding-bottom: 30px;
}

.footer__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  max-width: 210px;
  line-height: 120%;
}

.footer__col-name {
  color: rgb(114, 163, 218);
  font-size: 12px;
  line-height: 14px;
}

.footer__social-networks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
}

.footer__social-network {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  background-color: #fff;
}

.footer__social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}

.footer__social-link {
  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;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background-color: #fff;
}

.footer__nav {
  width: 100%;
  padding: 24px 0;
  border-top: 1px solid rgb(30, 48, 63);
  border-bottom: 1px solid rgb(30, 48, 63);
}

.footer__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
  width: 100%;
  row-gap: 16px;
  -webkit-column-gap: 80px;
     -moz-column-gap: 80px;
          column-gap: 80px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer__li {
  font-weight: 600;
  line-height: 17px;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.footer__li:hover {
  opacity: 0.7;
}

.footer__bottom {
  position: relative;
  height: 78px;
  width: 100%;
  font-size: 14px;
  color: rgb(100, 118, 133);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__payment-systems {
  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;
  gap: 20px;
}

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

.footer__info-link a:first-child {
    padding-right: 4px;
    border-right: 1px solid rgb(100, 118, 133);
    margin-right: 3px;
}

.footer__info-link a:nth-child(2) {
    padding-right: 4px;
    border-right: 1px solid rgb(100, 118, 133);
}

.footer__info-link a:last-child {
  padding-left: 4px;
}

.footer__payment-system {
  display: block;
}

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

.footer__bottom-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-fixed {
  display: none;
}

.footer-fixed__nav {
  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;
  width: 100%;
}

.footer-fixed__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  width: 60px;
  font-size: 11px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width:380px) {
  .footer-fixed__link {
    width: max-content;
    font-size: 10px;
  }
}

.footer-fixed__link img {
  display: inline-block;
  width: 24px;
  height: 24px;
}

.product-card {
  width: 100%;
  border: 1px solid rgb(233, 233, 233);
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 172px 1fr 250px;
  grid-template-columns: 172px 1fr 250px;
  padding: 20px;
}

.product-card__prev {
  height: 172px;
  width: 172px;
}

.product-card__prev img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
/*  -webkit-transform: scaleX(-1);*/
/*      -ms-transform: scaleX(-1);*/
/*          transform: scaleX(-1);*/
}

.product-card__info-block {
  padding-left: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-right: 20px;
  border-right: 1px solid rgb(233, 233, 233);
}

.product-card__name {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 4px;
}

.product-card__reviews {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 9px;
  margin-top: 10px;
}

.product-card__additional-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  margin-top: 12px;
}

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

.product-card__char p {
  font-size: 13px;
  line-height: 16px;
  color: rgba(39, 39, 44, 0.7);
  white-space: pre;
  display: inline-block;
  max-width: 50%;
}

.product-card__char .dotted {
  width: 100%;
  border-bottom: 1px dotted rgb(223, 227, 232);
  flex: 1 1 auto;
}

.product-card__char span {
  font-size: 13px;
  line-height: 16px;
  text-align: right;
  border-bottom: none;
  display: inline-block;
  max-width: 50%;
}

.product-card__activity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 20px;
}

.product-card__price-name {
  font-size: 12px;
  line-height: 14px;
  color: rgba(39, 39, 44, 0.7);
  padding-bottom: 4px;
}

.product-card__one-price {
  font-size: 20px !important;
  font-weight: 700;
  line-height: 120% !important;
}

.product-card__price-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 9px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product-card__discount-price {
  color: rgb(242, 90, 77);
  font-size: 20px;
  font-weight: 700;
  line-height: 120% !important;
}

.product-card__discount-price + .product__price {
  text-decoration: line-through;
  color: rgba(39, 39, 44, 0.7);
  font-weight: 600;
  font-size: 24px;
  position: absolute;
  margin-bottom: 0;
  bottom: 0;
  right: 0;
}

.product__content .product-card__discount-price:not(:last-child) {
  font-size: 30px;
}

.product-card__discount-price--cart {
  font-size: 16px !important;
}

.product-card__price {
  font-size: 14px !important;
  line-height: 17px !important;
  color: rgba(39, 39, 44, 0.7);
  text-decoration: line-through;
}

.product-card__inCart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 9px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  margin-top: 12px;
}

.product-card__quantity-block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  width: 90px;
  background: rgb(244, 246, 251);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product-card__quantity-block--product {
  height: 44px;
  width: 108px;
}

.product-card__quantity-btn {
  color: rgba(39, 39, 44, 0.7);
  font-size: 24px;
}

.product-card__quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 36px;
  text-align: center;
  background-color: transparent;
  outline: none;
}

.product-card__quantity:hover {
  outline: none;
  border: none;
}

.product-card__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
  margin-top: 16px;
}

.product-card__action-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: rgba(39, 39, 44, 0.7);
  font-size: 13px;
  line-height: 16px;
}

.product-card__action-btn::before {
  font-size: 16px;
}

.home-page__container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 100px;
  margin-top: 80px;
}

.home-page__subtitle {
  font-size: 14px;
  font-weight: 600;
  line-height: 120%;
  color: rgb(32, 67, 113);
  padding-bottom: 12px;
  text-transform: uppercase;
}

.home-page__about {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.45fr;
  grid-template-columns: 1fr 1.45fr;
  gap: 40px;
}

.home-page__about picture {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.home-page__about img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.home-page__about-block {
  width: 100%;
  height: 100%;
  background: rgb(244, 246, 251);
  padding: 70px 70px 92px;
}

.home-page__about-block h2 {
  padding-bottom: 24px;
}

.home-page__about-block p {
  font-size: 16px;
  line-height: 130%;
}

.home-page__about-block p:not(:last-child) {
  padding-bottom: 30px;
}

.home-page__about-block a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.home-page__about-block a button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background-color: rgb(32, 67, 113);
}

.banner {
  position: relative;
  height: 660px;
  z-index: 0;
}

.banner__mobile {
  display: none;
}

.banner__block {
  width: 100%;
  height: 660px;
  background-size: cover;
  background-position: 0 18%;
  background-attachment: fixed;
}

.banner__block::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 0;
}

.banner__mobile::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 0;
}

.banner__container {
  position: relative;
  height: 100%;
  width: 100%;
  z-index: 2;
  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;
}

.banner__text-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  max-width: 50%;
}

.banner__text-block span {
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
  color: #fff;
}

.banner__text {
  position: relative;
  font-size: 44px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0em;
  color: #fff;
  text-transform: uppercase;
}

.banner__product-block {
  display: -ms-grid;
  display: grid;
/*  -ms-grid-columns: 207px 207px 207px;
  grid-template-columns: 207px 207px 207px;*/
  -ms-grid-columns: 307px 307px ;
  grid-template-columns: 307px 307px ;
  gap: 12px;
  -ms-flex-line-pack: center;
      align-content: center;
}

.banner__product-card {
  position: relative;
  height: 186px;
  width: 307px;
  background-color: #fff;
  padding: 20px;
  overflow: hidden;
}

.banner__product-card span {
  position: relative;
  font-size: 17px;
  font-weight: 700;
  line-height: 120%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  z-index: 3;
  display: block;
  text-transform: uppercase;
}

.banner__product-card img {
  position: absolute;
  bottom: -55px;
  right: 6px;
  display: block;
  width: 250px;
  height: 250px;
  -o-object-fit: contain;
     object-fit: contain;
  /* -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
      transform: scaleX(-1); */
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 2;
}

.banner__product-card::before {
  position: absolute;
  bottom: 20px;
  left: -10px;
  font-size: 16px;
  z-index: 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: rgb(32, 67, 113);
  opacity: 0;
}

.banner__product-card::after {
  content: url("../img/product-rectangle.webp");
  -webkit-transform: translate(100%, 100%);
      -ms-transform: translate(100%, 100%);
          transform: translate(100%, 100%);
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.banner__product-card:last-child {
  background-color: rgb(32, 67, 113);
}

.banner__product-card:last-child span {
  color: #fff;
}

.banner__product-card:last-child img {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}

.banner__product-card:last-child::before {
  color: #fff;
}

.banner__product-card:last-child::after {
  content: url("../img/product-rectangle-blue.png");
}

.banner__swiper-buttons {
  position: absolute;
  bottom: 60px;
  left: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}

.banner__product-card:hover::before {
  opacity: 1;
  bottom: 20px;
  left: 20px;
}

.banner__product-card:hover::after {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.banner__product-card:hover img {
 /* bottom: 0;
  right: 0;*/
   transform: scale(1.5); 
}

.more-info__btn, .text-close {
  font-weight: 600;
  line-height: 17px;
  letter-spacing: 0.02em;
  color: rgb(32, 67, 113);
  margin-top: 18px;
  cursor: pointer;
  text-transform: uppercase;
}

.text-close {
    display: none;
}


.seo__container.open .more-info__btn {
  display: none;
}

.seo__container.open .text-close {
    display: block;
}

.registration__form-bottom #agreement_warning {
    margin-top: 0;
    margin-bottom: 10px;
}

.advantages__block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  height: 605px;
}

.advantages__main-block {
  position: relative;
}

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

.advantages__advantage {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

.advantages__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid rgb(233, 233, 233);
  height: 303px;
  max-width: 294px;
  border-radius: 0px;
  padding: 32px 24px;
  background-color: #fff;
}

.advantages__card--onImage {
  position: absolute;
  top: 0;
  right: 0;
}

.advantages__card p {
  display: block;
  justify-self: flex-end;
  color: rgba(39, 39, 44, 0.7);
  line-height: 18px;
}

.advantages__card-name {
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  color: rgb(32, 67, 113);
  text-transform: uppercase;
  margin-bottom: 16px;
}

.advantages__card-name:not(:first-child) {
  padding-top: 16px;
}

.seo {
  padding: 60px 0;
}

.seo h2 {
  padding-bottom: 20px;
}

.seo__text {
  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;
  gap: 12px;
  line-height: 130%;
  height: 216px;
  overflow: hidden;
}

.seo__text::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: url("../img/seo.png");
  display: block;
  width: 100%;
  height: 74px;
}

.seo__text span {
  font-weight: 700;
}

.seo__text ul {
  list-style-type: disc;
}

.seo__text ul li {
  list-style: disc;
  font-weight: 700;
  list-style-position: inside;
}

.seo__container.open .seo__text {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

.seo__container.open .seo__text::after {
  content: "";
}

.clients {
  position: relative;
}

.clients__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 140px;
  border: 1px solid rgb(233, 233, 233);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.clients__prev,
.clients__next {
  position: absolute;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
}

.clients__prev::before,
.clients__next::before {
  color: #000 !important;
  font-size: 24px;
}

.clients__prev:hover::before,
.clients__next:hover::before {
  color: rgb(32, 67, 113) !important;
}

.clients__prev {
  left: -50px;
}

.clients__next {
  right: -50px;
}

.home-page__projects {
  position: relative;
  height: 264px;
  background-size: cover;
  background-position: center;
  width: 100%;
  padding: 0 70px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

.home-page__projects::before {
  content: url("../img/projects-blur.webp");
  position: absolute;
  top: 0;
  left: -5px;
  display: block;
  height: 100%;
  width: 50%;
}

.home-page__projects-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 2;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.home-page__projects-info h1 {
  padding-bottom: 8px;
}

.home-page__projects-info p {
  font-size: 16px;
  font-weight: 600;
  line-height: 21px;
}

.home-page__projects-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  margin-top: 20px;
}

.catalog {
  position: relative;
}

.catalog__header {
  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;
  background: rgb(244, 246, 251);
  height: 134px;
  z-index: 0;
}

.no-webp .catalog__header::after{
  background: url("../img/catalog/decor.png") no-repeat top right; }

.catalog__header::after {
  position: absolute;
  display: block;
  content: "";
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-size: contain;
}

.catalog__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 235px 1fr;
  grid-template-columns: 235px 1fr;
  gap: 25px;
  margin-top: 40px;
}

.catalog__content:last-child {
  margin-bottom: 30px;
}

.catalog__menu {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 26px;
}

.catalog__categories {
  position: relative;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgb(217, 217, 217);
  padding-right: 18px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.catalog__categories:first-child {
  padding-top: 20px;
  border-top: 1px solid rgb(217, 217, 217);
}

.catalog__categories:first-child::after {
  top: 26px;
}

.catalog__categories::after {
  content: url(../img/icons/plus.svg);
  position: absolute;
  top: 0;
  right: 0;
}

.catalog__categories.active {
  color: rgb(32, 67, 113);
}

.catalog__categories.active::after {
  content: url(../img/icons/minus.svg);
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.catalog__items {
  display: none;
}

.catalog__item {
  position: relative;
  font-size: 14px;
  text-transform: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: normal;
}

.catalog__item:not(:last-child) {
  padding-bottom: 12px;
}

.catalog__item:first-child {
  padding-top: 20px;
}

.catalog__item:hover {
  color: rgb(69, 110, 155);
}

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

.catalog__main {
  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;
}

.catalog__main-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 50px;
  border-bottom: 1px solid rgb(217, 217, 217);
  margin-bottom: 24px;
}

.catalog__sort-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  padding-bottom: 12px;
}

.catalog__sort-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 9px;
  line-height: 17px;
  color: rgba(39, 39, 44, 0.7);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.catalog__sort-name::before {
  content: url("../img/icons/filter.svg");
}

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

.catalog-header__container {
  width: 100%;
  padding-top: 32px;
  padding-bottom: 32px;
  z-index: 1;
}

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

.sidebar__name {
  padding-bottom: 20px;
  border-bottom: 1px solid rgb(217, 217, 217);
  font-size: 22px;
  font-weight: 700;
  line-height: 130%;
}

.news__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  row-gap: 80px;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
  margin-top: 40px;
  margin-bottom: 55px;
}

.news__card {
  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%;
}

.news__prev {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 24px;
  overflow: hidden;
}

.news__prev img {
  display: block;
  width: 100%;
  height: 278px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.news__card:hover .news__prev img {
  transform: scale(1.05);
}

.news__btn {
  position: absolute;
  bottom: -1px;
  right: -1px;
  width: 60px;
  height: 60px;
  background-color: #fff;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.news__btn::before {
  color: rgb(32, 67, 113);
  font-size: 20px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.news__date {
  color: rgba(39, 39, 44, 0.7);
  font-size: 16px;
  line-height: 21px;
  padding-bottom: 8px;
}

.projects__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  row-gap: 80px;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
  margin-top: 40px;
  margin-bottom: 55px;
}

.news__card:hover .news__btn {
  background-color: rgb(32, 67, 113);
}

.news__card:hover .news__btn::before {
  color: #fff;
}

.new-page__container {
  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;
  margin-top: 40px;
}

.new-page__date {
  color: rgba(39, 39, 44, 0.7);
  font-size: 16px;
  line-height: 21px;
  padding-bottom: 12px;
}

.new-page h1 {
  text-align: center;
}

.new-page__prev {
  display: block;
  height: auto;
  width: 840px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  margin-bottom: 30px;
}

.new-page__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  max-width: 700px;
  margin-bottom: 80px;
}

.new-page__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 30px;
  border-bottom: 2px solid rgb(233, 233, 233);
}

.new-page__text p {
  font-size: 16px;
  line-height: 21px;
}

.new-page__text p:not(:last-child) {
  padding-bottom: 30px;
}

.new-page__text .come-back {
  width: 100%;
  margin-top: 24px;
}

.new-page__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  margin-bottom: 30px;
}

.new-page__list li {
  list-style: square;
  list-style-position: inside;
  font-size: 16px;
  line-height: 21px;
}

.registration {
  position: relative;
}

.registration::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 50%;
  background-color: rgb(244, 246, 251);
  z-index: 0;
}

.registration--password::after {
  width: 100%;
}

.registration__content {
  margin: 0 auto;
  width: 1320px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}

.registration__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  width: 400px;
  margin-top: 24px;
}

.registration__label {
  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;
  gap: 4px;
  width: 100%;
  font-size: 12px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  line-height: 16px;
  color: rgba(39, 39, 44, 0.7);
}

.registration__label span::after {
  content: "*";
  color: #CF2D48;
}

.registration__input {
  width: 100%;
  background-color: #fff;
  padding: 13px 16px;
  border: 1px solid rgb(213, 217, 226);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  outline: none;
}

.registration__input:hover {
  outline: none;
  border-color: #000;
}

.registration__input._form-error {
  border-color: red;
}

.registration__link {
  color: rgb(32, 67, 113);
  font-weight: 600;
  line-height: 17px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.registration__link::before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.registration__checkbox-label {
  display: -ms-grid;
  display: grid;
  position: relative;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-grid-columns: 22px 1fr;
  grid-template-columns: 22px 1fr;
  gap: 12px;
  font-size: 12px;
  line-height: 16px;
  color: rgba(39, 39, 44, 0.7);
  cursor: pointer;
}

.registration__checkbox-label::before {
  content: "";
  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;
  border: 1px solid rgb(213, 217, 226);
  width: 22px;
  height: 22px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

.registration__btn {
  min-width: 180px;
  margin-top: 16px;
}

.registration__checkbox-block {
  position: relative;
}

.registration__checkbox {
  position: absolute;
  top: 0;
  opacity: 0;
}

.registration__password-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 460px;
  position: relative;
  z-index: 2;
  margin: 90px auto 190px;
}

.registration__password-content p {
  text-align: center;
  line-height: 18px;
  padding-top: 8px;
}

.registration__checkbox:checked ~ .registration__checkbox-label::before {
  content: "✓";
  color: #fff;
  background-color: rgb(32, 67, 113);
  border-color: transparent;
  font-size: 18px;
  font-weight: 700;
}

.autorization-block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 460px;
  margin: 90px auto 140px;
  z-index: 2;
}
/* 
.autorization-block:last-child {
  justify-self: flex-end;
} */

.autorization-block h2 {
  margin-bottom: 8px;
  text-align: center;
}

.autorization-block p {
  line-height: 18px;
  text-align: center;
}

.autorization-block__new-account {
  margin-top: 16px;
}

.autorization-block__btns-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-top: 16px;
}

.autorization-block__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 40px;
  width: 140px;
  background-color: #fff;
}

.autorization-block__link--facebook::before {
  content: url("../img/icons/facebook-autorization.svg");
  display: block;
  width: 22px;
  height: 22px;
}

.autorization-block__link--google::before {
  content: url("../img/icons/google.svg");
  display: block;
  width: 22px;
  height: 22px;
}

.autorization-block__form {
  margin-top: 16px;
}

.registration__content .autorization-block__link {
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.08);
}

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

.registration__form-bottom button {
  margin-bottom: 24px;
}

.registration__form-bottom .registration__checkbox-block:not(:last-child) {
  padding-bottom: 12px;
}

.registration--password .registration__form {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.registration--password .registration__label {
  width: 100%;
}

.change-password-btn {
  margin-top: 24px;
}

.privacy-policy__container {
  margin-top: 40px;
  margin-bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.privacy-policy h1 {
  margin-bottom: 24px;
}

.privacy-policy h3 {
  padding-bottom: 24px;
}

.privacy-policy h4 {
  padding-bottom: 12px;
}

.privacy-policy p {
  font-size: 16px;
  line-height: 130%;
}

.privacy-policy article:not(:last-child) {
  padding-bottom: 24px;
}

.delivery__container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 260px 1fr;
  grid-template-columns: 260px 1fr;
  margin-top: 40px;
  margin-bottom: 80px;
}

.delivery__sidebar {
  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;
  padding-right: 20px;
  position: sticky;
  bottom: 0;
}

.delivery__info {
  padding-left: 40px;
  border-left: 1px solid rgb(233, 233, 233);
}

.delivery h3,
.delivery h4 {
  padding-bottom: 12px;
}

.delivery article {
  font-size: 16px;
  line-height: 21px;
}

.delivery article:not(:last-child) {
  padding-bottom: 24px;
}

.delivery__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

.delivery__link:hover {
  color: rgb(69, 110, 155);
}

.delivery__link::before {
  color: #000;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.delivery__link:hover::before {
  color: rgb(69, 110, 155);
}

.delivery__link.active {
  color: rgb(69, 110, 155);
}

.delivery__link.active::before {
  color: rgb(69, 110, 155);
}

.product__container {
  margin-top: 24px;
}

.product__title {
  margin-bottom: 0;
}

.product__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid rgb(233, 233, 233);
}

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

.product__activities {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  width: 206px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.product__activities button {
  color: rgba(39, 39, 44, 0.7);
}

.product__activities button::before {
  font-size: 18px;
}

.product__main-info {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 500px 1fr 206px;
  grid-template-columns: 500px 1fr 206px;
  padding-top: 26px;
}

.product__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-right: 40px;
  gap: 20px;
}

.product__media iframe {
  width: 100%;
  height: 100%;
}

.product__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-right: 24px;
}

.product__codes {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid rgb(233, 233, 233);
  padding-bottom: 13px;
}

.product__codes label {
  color: rgba(39, 39, 44, 0.7);
}

.product__code {
  color: #000;
}

.product__code--tooltip::after {
  content: "скопировано";
  position: absolute;
  right: 0;
  bottom: 0;
  color: rgb(32, 67, 113);
  font-size: 10px;
}

.product__availability {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  color: rgb(39, 174, 96);
}

.product__availability::before {
  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;
  content: url("../img/icons/tick-white.svg");
  background: rgb(39, 174, 96);
  width: 14px;
  height: 14px;
  border-radius: 50%;
}

.product__availability--without {
  color: rgb(207, 45, 72);
}

.product__availability--without::before {
  content: url("../img/icons/close-white.svg");
  background: rgb(207, 45, 72);
}

.product__price-block {
  position: relative;
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}

.product__price-block p {
  font-size: 12px;
  color: rgba(39, 39, 44, 0.7);
}

.product__price {
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 0.5rem;
}

.product__price--cart {
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
}

.product__price--total-sum {
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
  text-align: right;
}

.product__char {
  margin-top: 16px;
  margin-bottom: 12px;
}

.product__char--label {
  position: relative;
  line-height: 17px;
  padding: 8px 16px;
  border-radius: 10px;
  border: 1px solid rgb(213, 217, 226);
  background-color: #fff;
  cursor: pointer;
  white-space: nowrap;
}

.product__char--label.checked {
  border: 1px solid rgb(69, 110, 155);
  background-color: rgb(244, 246, 251);
  color: rgb(32, 67, 113);
}

.product__char-name {
  font-weight: 700;
  line-height: 17px;
}

.product__char-labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  margin-top: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.product__char-labels input {
  position: absolute;
  left: 0;
  opacity: 0;
}

.product__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 24px;
  border-top: 1px solid rgb(233, 233, 233);
}

.product__addCart {
  max-height: 44px;
  gap: 8px;
}

.product__addCart::before {
  color: #fff;
}

.product__contacts {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  margin-top: 24px;
}

.product__contact-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}

.product__contact-block p {
  font-size: 12px;
  line-height: 14px;
  color: rgba(39, 39, 44, 0.7);
}

.product__contact-links {
  white-space: nowrap;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product__order-oneClick {
  margin-top: 12px;
  margin-bottom: 12px;
}

.product__info-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 24px;
  border-top: 1px solid rgb(233, 233, 233);
}

.product__info-block p {
  font-weight: 700;
  line-height: 17px;
  padding-bottom: 8px;
}

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

.product__info-block ul li {
  line-height: 17px;
  list-style: disc;
  list-style-position: inside;
}

.product__add-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid rgb(237, 237, 237);
  padding: 16px 20px;
  gap: 20px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

.product__advantage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}

.product__advantage img {
  display: block;
  width: 26px;
  height: 26px;
  -o-object-fit: contain;
     object-fit: contain;
}

.product__advantage p {
  font-size: 12px;
  line-height: 15px;
  color: rgba(39, 39, 44, 0.7);
}

.product__advantage-title {
  font-size: 13px;
  font-weight: 700;
  line-height: 16px;
}

.product__seo {
  background: rgb(244, 246, 251);
  padding: 40px 0;
  margin-top: 80px;
}

.product__seo-container h2 {
  padding-bottom: 24px;
}

.product__seo-block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 362px;
  grid-template-columns: 1fr 362px;
  gap: 60px;
}

.product__seo-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  width: 100%;
  overflow-y: auto;
}

.product__seo-info p {
  line-height: 18px;
}

.product__seo-advantages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  width: 362px;
  padding: 24px 20px 24px 20px;
  background-color: #fff;
}

.product__seo-advantage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.product__seo-advantage:not(:last-child) {
  border-bottom: 1px solid rgb(233, 233, 233);
}

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

.product__seo-advantage-block div {
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  padding-bottom: 8px;
}

.product__seo-advantage-block p {
  line-height: 17px;
  color: rgba(39, 39, 44, 0.7);
}

.contact_tel {
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
}

.order-oneClick {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  background: rgb(244, 246, 251);
  padding: 13px 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.order-oneClick__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

.order-oneClick__block::before {
  content: url("../img/icons/telephone.svg");
}

.order-oneClick__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 44px;
  width: 208px;
  border-bottom: 1px solid rgb(69, 110, 155);
}

.order-oneClick__label {
  height: 100%;
  width: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: rgb(32, 67, 113);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  cursor: pointer;
}

.order-oneClick__input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 12px 14px;
}

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

.order-oneClick__title {
  font-weight: 700;
  line-height: 17px;
  text-transform: uppercase;
  color: rgb(32, 67, 113);
}

.tabs-body {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow-y: auto;
}

.tabs-body__title {
  padding-bottom: 8px;
}

.tabs-body__subtitle {
  padding-bottom: 24px;
}

.tabs-body h3 {
  padding-top: 32px;
}

.tabs-body picture {
  overflow-x: auto;
}

.tabs-body ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-height: 279px;
  gap: 8px;
  font-size: 16px;
  margin-top: 24px;
  counter-reset: my-awesome-counter;
}

.tabs-body ol li {
  counter-increment: my-awesome-counter;
  list-style: none;
}

.scheme-list span {
    color: rgb(32, 67, 113);
}

.tabs-body__decoding {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  margin-top: 24px;
}

.tabs-body__decoding button {
  padding: 8px 16px !important;
  font-size: 22px;
  cursor: inherit;
}

.tabs-body__decoding-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  margin-top: 24px;
}

.tabs-body__decoding-info {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 44px 1fr;
  grid-template-columns: 44px 1fr;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.tabs-body__decoding-info span {
  color: rgb(32, 67, 113);
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  text-align: center;
}

.tabs-body__decoding-info p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  font-size: 16px;
  line-height: 19px;
}

.tabs-body__decoding-info p::before {
  content: "-";
}

.tabs-body__documents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 16px;
}

.tabs-body__document {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 32px;
  background: rgb(244, 246, 251);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 207px;
  width: 299px;
  gap: 12px;
}

.tabs-body__document:hover {
  -webkit-box-shadow: 0px 4px 16px 0px rgba(17, 31, 48, 0.12);
          box-shadow: 0px 4px 16px 0px rgba(17, 31, 48, 0.12);
}

.product__customer-reviews {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 336px 1fr;
  grid-template-columns: 336px 1fr;
  padding-top: 16px;
  gap: 64px;
}

.product__customer-reviews--without {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}

.product__customer-reviews--without:not(:last-child) {
  margin-bottom: 80px;
}

.product__customer-reviews--without button {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-top: 18px;
}

.product__customer-reviews-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  padding: 24px 40px;
  background: rgb(244, 246, 251);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.product__customer-reviews-rating h3 {
  padding-bottom: 8px;
}

.product__customer-reviews-rating p {
  font-size: 16px;
  line-height: 21px;
  padding-bottom: 24px;
}

.tabs-document img {
  display: block;
  width: 52px;
  height: 52px;
  -o-object-fit: contain;
     object-fit: contain;
}

.tabs-document__download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  line-height: 17px;
  letter-spacing: 0.05em;
  color: rgb(32, 67, 113);
  text-transform: uppercase;
}

.tabs-document__download::before {
  content: url("../img/icons/download.svg");
}

.product .button-balance,
.product .button-favorite {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  white-space: nowrap;
  z-index: 1;
}

.order__container {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 80px;
}

.order__block {
  margin-top: 24px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 640px 1fr;
  grid-template-columns: 640px 1fr;
  gap: 60px;
}

.order__form {
  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;
}

.order__data-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 32px 40px;
  background: rgb(244, 246, 251);
}

.order__data-title {
  padding-bottom: 24px;
}

.order__tabs-form {
  margin-top: 24px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  row-gap: 24px;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}

.order__input {
  border: 1px solid rgb(213, 217, 226);
  padding: 13px 16px;
  outline: none;
}

.order__label {
  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;
  gap: 4px;
  cursor: pointer;
}

.order__label--delivery {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 12px;
  padding-bottom: 12px;
}

.order textarea {
  padding: 16px;
  border: 1px solid rgb(213, 217, 226);
  margin-top: 24px;
  resize: vertical;
}

.order .select__title {
  width: 100%;
  padding: 7px 16px;
  border: 1px solid rgb(213, 217, 226);
  border-radius: 0;
}

.order .select__input {
  outline: none;
}

.order-info {
  position: relative;
  border: 1px solid rgb(233, 233, 233);
  padding: 32px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
}

.order-info__top {
  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;
}

.promo {
  margin-top: 20px;
}

.promo__title {
  font-weight: 600;
  line-height: 17px;
}

.promo__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgb(233, 233, 233);
}

.promo__input {
  background: rgb(244, 246, 251);
  padding: 12px 16px;
  width: 100%;
  outline: none;
}

.order input[type=checkbox],
.order input[type=radio] {
  opacity: 0;
  position: absolute;
  left: 0;
}

input[type=checkbox] + .checkbox__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: rgba(39, 39, 44, 0.7);
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 24px;
}

input[type=checkbox] + .checkbox__label a {
  border-bottom: 1px solid rgba(39, 39, 44, 0.7);
}

input[type=checkbox] + .checkbox__label::before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  border: 1px solid rgb(198, 198, 198);
  background: #fff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

input[type=checkbox]:checked + .checkbox__label::before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  content: "✓";
  color: #fff;
  background: rgb(32, 67, 113);
  font-size: 16px;
  line-height: 16px;
}

input[type=radio] + .order__label::before {
  content: "";
  display: block;
  width: 23px;
  height: 23px;
  border: 1px solid rgb(198, 198, 198);
  border-radius: 100%;
  background: #fff;
}

input[type=radio]:checked + .order__label::before {
  position: relative;
  content: "";
  display: block;
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
  border-radius: 100%;
  background: #fff;
  border-color: rgb(32, 67, 113);
}

input[type=radio]:checked + .order__label::after {
  content: "";
  width: 13px;
  height: 13px;
  background: rgb(32, 67, 113);
  position: absolute;
  top: 0;
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
  left: 5.5px;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.order__data-form--delivery {
  display: none;
}

input[type=radio]:checked ~ .order__data-form--delivery {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  margin-bottom: 24px;
}

.continue-shopping {
  color: rgb(32, 67, 113);
  font-weight: 600;
  line-height: 17px;
  text-decoration: underline;
}

.cart__sum-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin-top: 20px;
}

.cart__sum,
.cart__sum-discount,
.cart__sum-delivery,
.cart__result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cart__sum-value,
.cart__discount-value,
.cart__delivery-value,
.cart__result-value {
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  text-align: right;
}

.cart__result {
  margin-top: 10px;
  font-weight: 600;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cart__result-value {
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
  text-align: right;
}

.order .product-card__price-block {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
}

.order-succesfully {
  margin-top: 80px;
  margin-bottom: 150px;
  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;
}

.order-succesfully img {
  display: block;
  width: 100px;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 24px;
}

.order-succesfully p {
  font-size: 16px;
}

.order-succesfully button {
  margin-top: 16px;
}

.user-name {
  color: rgb(32, 67, 113);
  margin-bottom: 8px;
}

.order-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  color: rgb(32, 67, 113);
  margin-bottom: 24px;
}

.order-number::before {
  content: "№";
}

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

.account__container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 250px 1fr;
  grid-template-columns: 250px 1fr;
  gap: 50px;
  width: 100%;
  height: 100%;
}

.account__sidebar {
  width: 100%;
  -webkit-box-shadow: 16px 0 16px -16px rgba(0, 0, 0, 0.08);
          box-shadow: 16px 0 16px -16px rgba(0, 0, 0, 0.08);
  padding-top: 40px;
  padding-bottom: 80px;
}

.account__title {
  padding-bottom: 20px;
}

.account__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 14px 22px;
  font-weight: 600;
  line-height: 17px;
  cursor: pointer;
}

.account__link::before {
  font-size: 16px !important;
  color: #000 !important;
}

.account__link.active {
  color: rgb(32, 67, 113);
  background: rgb(244, 246, 251);
}

.account__link.active::before {
  color: rgb(32, 67, 113) !important;
}

.account__info {
  margin-top: 40px;
  margin-bottom: 40px;
}

.account__form {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  width: 100%;
  margin-bottom: 40px;
}

.account__save-btn {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.account input[type=radio] {
  opacity: 0;
  position: absolute;
  left: 0;
}

.subscribe__form {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.subscribe__form span {
  font-size: 16px;
  line-height: 21px;
  color: rgba(39, 39, 44, 0.7);
  margin-bottom: 12px;
}

.subscribe__button {
  margin-top: 12px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.reviewPage__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 24px;
  margin-bottom: 20px;
}

.reviewPage__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}

.reviewPage__left p {
  color: rgba(39, 39, 44, 0.7);
  line-height: 18px;
}

.reviewPage__value {
  height: 136px;
  width: 217px;
  padding: 24px 32px 24px 32px;
  background: rgb(32, 67, 113);
}

.reviewPage__value h4 {
  color: #fff;
  padding-bottom: 12px;
}

.reviewPage__reviews {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.reviewPage__reviews .review {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 190px 1fr;
  grid-template-columns: 190px 1fr;
}

.reviewPage__reviews .review:first-child {
  border-top: 1px solid rgb(233, 233, 233);
  padding-top: 24px;
}

.reviewPage__reviews .review__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.reviewPage__reviews .review__user {
  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;
  height: 52px;
  width: 52px;
  border-radius: 50%;
  background: rgb(244, 246, 251);
}

.reviewPage__reviews .review__user::before {
  font-size: 24px;
}

.reviewPage__reviews .review__text {
  padding-top: 0;
}

.reviewPage__reviews .review__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}

.reviewPage__reviews .review__fotos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.reviewPage__reviews .review__fotos img,
.reviewPage__reviews .review__fotos picture {
  display: block;
  height: 80px;
  width: 106px;
  -o-object-fit: contain;
     object-fit: contain;
  cursor: pointer;
}

.reviewPage__average-rating {
  color: #fff;
  font-size: 44px;
  font-weight: 700;
  line-height: 120%;
}

.reviewPage__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.reviewPage__right .product__ratings {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 8px;
}

.reviewPage__right .product-rating__value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 34px;
  width: 41px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  font-weight: 600;
  line-height: 18px;
  text-align: center;
  color: rgb(32, 67, 113);
  background: rgb(244, 246, 251);
}

.reviewPage__right .product-rating__name {
  font-weight: 600;
}

.services__img,
.services picture {
  display: block;
  height: 320px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.services__form {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 375px 320px;
  grid-template-columns: 375px 320px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: rgb(244, 246, 251) url("../img/catalog/services-decor.svg") no-repeat left bottom;
  padding: 40px 60px;
  margin-top: 40px;
  gap: 10px;
}

.services__form p {
  font-size: 18px;
  font-weight: 600;
  line-height: 23px;
}

.services__block {
  margin-top: 24px;
}

.services__block h4 {
  margin-top: 24px;
}

.services__block p {
  font-size: 16px;
  line-height: 21px;
}

.services__label {
  width: 100%;
}

.services__input {
  width: 100%;
  padding: 13px 16px;
}

.services-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}

.services__checkbox p {
  font-size: 12px;
  line-height: 16px;
  color: rgba(39, 39, 44, 0.7);
}

.services input[type=checkbox] {
  opacity: 0;
  position: absolute;
  left: 0;
}

.favorite,
.view,
.history-orders {
  margin-top: 18px;
  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;
}

.btn-removeFavorite,
.btn-removeViewed {
  font-size: 13px;
  font-weight: 600;
  line-height: 16px;
  color: rgb(32, 67, 113);
  text-decoration: underline;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-top: 16px;
  text-align: start;
  cursor: pointer;
}

.btn-removeFavorite:hover,
.btn-removeViewed:hover {
  -webkit-text-decoration: dotted;
          text-decoration: dotted;
}

.history-orders {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}

.history-order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid rgb(233, 233, 233);
}

.history-order__main-info {
  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;
  padding: 19px 32px;
}

.history-order__additional-info,
.history-order__addReview {
  display: none;
}

.history-order__status-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.history-order__order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  line-height: 17px;
  color: rgba(39, 39, 44, 0.7);
}

.history-order__status {
  font-weight: 600;
}

.history-order__sum {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.history-order__sum-title {
  color: rgba(39, 39, 44, 0.7);
}

.history-order__value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  font-weight: 600;
}

.history-order__products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  max-width: 196px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.history-order__product {
  width: 60px;
  height: 60px;
}

.history-order__price,
.history-order__product-sum {
  white-space: nowrap;
}

.history-order__product img,
.history-order__product picture {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.history-order__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 100px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.history-order__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 10px;
}

.history-order__more-info {
  cursor: pointer;
}

.history-order__more-info::before {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.history-order__delivery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}

.history-order__delivery-title {
  color: rgba(39, 39, 44, 0.7);
}

.history-order__delivery-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
  line-height: 17px;
}

.history-order__product-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.history-order__reviewBlock {
  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;
}

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

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

.history-order__cart-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  border-bottom: 1px solid rgb(233, 233, 233);
  padding-bottom: 6px;
}

.history-order__cart-product img,
.history-order__cart-product picture {
  display: block;
  width: 60px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
}

.history-order__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 600;
}

.history-order__col div {
  line-height: 17px;
  color: rgba(39, 39, 44, 0.7);
  font-weight: 400;
}

.history-order__col--name {
  width: 50%;
}

.history-order__product-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.history-order.done .history-order__main-info {
  border-left: 4px solid rgb(67, 176, 29);
}

.history-order.pending .history-order__main-info {
  border-left: 4px solid rgb(255, 153, 0);
}

.history-order.pending .history-order__status {
  color: rgb(255, 153, 0);
}

.history-order.not-done .history-order__main-info {
  border-left: 4px solid rgb(207, 45, 72);
}

.history-order.not-done .history-order__status {
  color: rgb(207, 45, 72);
}

.history-order.open .history-order__more-info {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.history-order.open .history-order__additional-info {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 192px 1fr;
  grid-template-columns: 192px 1fr;
  gap: 24px;
  padding: 0 19px 32px;
}

.history-order.open .history-order__addReview {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 192px 1fr;
  grid-template-columns: 192px 1fr;
  background: rgb(244, 246, 251);
  padding: 12px 24px;
}

.history-order.open .history-order__products {
  display: none;
}

.history__sum-value {
  font-size: 16px;
  font-weight: 700;
  line-height: 120%;
  text-align: right;
}

.history__result-value {
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
  text-align: right;
}

.history-orders .cart__result {
  margin-top: 0;
}

.aboutUs__banner-block {
  background-attachment: fixed;
  background-position: center 30%;
  background-repeat: no-repeat;
}

.aboutUs__banner-block::after {
  content: "";
  background: rgba(0, 0, 0, 0.4);
  display: block;
  height: 100%;
  width: 100%;
}

.aboutUs__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 80px;
  margin-top: 80px;
  margin-bottom: 80px;
}

.aboutUs .banner__container {
  width: 100%;
}

.aboutUs .banner__text-block {
  max-width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.aboutUs .banner__text-block h1,
.aboutUs .banner__text-block span {
  text-align: center;
}

@media screen and (max-width:768px) {
  .aboutUs .banner__text {
    margin-top: 20px;
  }
}

.aboutUs__about {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 530px 570px;
  grid-template-columns: 530px 570px;
  gap: 70px;
}

.aboutUs__about--reverse {
  -ms-grid-columns: 570px 530px;
  grid-template-columns: 570px 530px;
}

.aboutUs__about h2 {
  margin-bottom: 16px;
}

.aboutUs__about-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  font-size: 16px;
  line-height: 21px;
}

.aboutUs__img-block {
  position: relative;
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

.aboutUs__img-block::after {
  content: "";
  background: rgb(244, 246, 251);
  height: 289px;
  width: 349px;
  display: block;
  position: absolute;
  bottom: -40px;
  right: 0;
  z-index: 0;
}

.aboutUs__about picture {
  width: 511px;
  height: 100%;
}

.aboutUs__img {
  position: relative;
  display: block;
  width: 511px;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 1;
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}

.aboutUs__advantages {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.aboutUs .advantages__card {
  border: none;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  padding: 0;
}

.aboutUs__info-block h2 {
  padding-bottom: 16px;
}

.aboutUs__info-block ul li {
  list-style: disc;
  list-style-position: inside;
}

.aboutUs__info {
  font-size: 16px;
  line-height: 21px;
}

.aboutUs__awards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.aboutUs__award-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 298px;
  width: 200px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}

.aboutUs__card-block {
  -webkit-box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.12);
  background: rgb(255, 255, 255);
  height: 248px;
  width: 178px;
  padding: 16px 12px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

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

.aboutUs__card-name {
  font-weight: 600;
  line-height: 17px;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.aboutUs__award-card:hover .aboutUs__card-block {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.aboutUs__award-card:hover .aboutUs__card-name {
  color: rgb(32, 67, 113);
}

.documents .aboutUs__awards {
  gap: 20px;
}

.catalogs-page__block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 40px;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}

.catalogs-page__catalog {
  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;
  min-height: 257px;
  width: 200px;
}

.catalogs-page__prev {
  display: block;
  height: 182px;
  width: 172px;
  -o-object-fit: contain;
     object-fit: contain;
}

.catalogs-page__name {
  font-weight: 600;
  line-height: 17px;
  text-align: center;
  padding-top: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 60px;
}

.catalogs-page__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  width: min-content;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.catalogs-page__button::before {
  content: url("../img/icons/download.svg");
}

.compare {
  margin-top: 40px;
  margin-bottom: 90px;
}

.compare__empty-list.visible {
  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;
  gap: 20px;
}

.compare__empty-list .alert:not(:last-child) {
  margin-bottom: 16px;
}

.compare__empty-list h2:not(:last-child) {
  margin-bottom: 16px;
}

.compare__wrapper {
  overflow: hidden;
  background: #fff;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.compare__wrapper.hidden {
  display: none;
}

.compare__nav-wrapper {
  width: 260px;
  border: 1px solid rgb(233, 233, 233);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.compare__nav-top {
  padding: 30px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 376px;
}

.compare__nav-links {
  row-gap: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
}

.compare__nav-links a,
.compare__nav-links button {
  color: rgb(32, 67, 113);
  line-height: 17px;
  text-decoration: none;
  border-bottom: 1px dashed rgb(32, 67, 113);
}

.compare__nav-sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  gap: 17px;
}

.compare__nav-sort-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
}

.compare__nav-sort-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  line-height: 17px;
}

.btn-compare {
  position: relative;
  min-height: 24px;
  min-width: 40px;
  border-radius: 12px;
  background: rgb(231, 231, 231);
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  cursor: pointer;
}

.btn-compare::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: calc(50% - 10px);
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

input:checked ~ .btn-compare {
  background: rgb(32, 67, 113);
}

input:checked ~ .btn-compare::after {
  left: calc(100% - 20.8px);
}

.compare__nav-bottom {
  width: 100%;
}

.compare__nav-bottom .compare__nav-option {
  white-space: nowrap;
  padding: 13px 16px;
  text-overflow: ellipsis;
  overflow: hidden;
}

.compare__nav-bottom .compare__nav-option:nth-child(odd) {
  background: rgb(244, 246, 251);
}

.compare__content-wrapper {
  overflow-x: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.compare__product-wrapper {
  border-right: 1px solid #EAEDF1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  min-width: 260px;
  max-width: 260px;
  border: 1px solid rgb(233, 233, 233);
}

.compare__product-wrapper .compare__nav-bottom .compare__nav-option {
  font-weight: 400;
}

.compare__product {
  position: relative;
  padding: 32px 16px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 376px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.compare__product ._icon-cart::before {
  color: #fff;
}

.compare__product-close {
  position: absolute;
  right: 20px;
  top: 20px;
  height: 18px;
  width: 18px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  outline: none;
  cursor: pointer;
  z-index: 10;
}

.compare__product-close::before,
.compare__product-close::after {
  content: "";
  display: block;
  width: 1.5px;
  height: 18px;
  background: #222;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  position: absolute;
  left: calc(50% - 1px);
  top: calc(50% - 10px);
}

.compare__product-close::before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.compare__product-close::after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.compare__product-close:hover::before,
.compare__product-close:hover::after {
  background: rgb(32, 67, 113);
}

.compare__product-close:hover::before {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.compare__product-close:hover::after {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.compare__product-img {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 188px;
  height: 188px;
  margin: 0 auto 16px;
}

.compare__product-img img {
  display: block;
  width: 188px;
  height: 188px;
  -o-object-fit: contain;
     object-fit: contain;
  /* -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1); */
}

.compare__product-title {
  /* display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; */
  height: max-content;
  max-height: 54px;
  /* -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; */
  margin-top: 6px;
  font-weight: 700;
  line-height: 19px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.compare__product-bottom {
  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;
}

.compare .product__addCart {
  width: 44px;
  height: 44px;
  padding: 12px;
}

.compare__bucket-card-price {
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
}

.compare__nav-wrapper .compare__nav-option {
  color: rgba(39, 39, 44, 0.7);
}

.compare__content-wrapper::-webkit-scrollbar {
  width: 6px;
}

.compare__content-wrapper::-webkit-scrollbar-track {
  background-color: rgb(245, 246, 245);
}

.compare__content-wrapper::-webkit-scrollbar-thumb {
  background: rgb(205, 206, 205);
  border-radius: 3px;
}

.swiper {
  overflow: hidden;
}

.swiper-wrapper {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.swiper-vertical .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.swiper-initialized .swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.swiper-android .swiper-slide,
.swiper-android .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

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

.swiper-button {
  background-color: transparent;
  border: 1px solid rgb(255, 255, 255);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  z-index: 5;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.swiper-button::before {
  color: #fff;
}

.swiper-button:hover {
  background: rgb(255, 255, 255);
}

.swiper-button:hover::before {
  color: #000;
}

.swiper-button-prev::before {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.swiper-big {
  height: 100%;
  width: 100%;
}

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

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

.swiper-slide.img.swiper-slide-thumb-active {
  opacity: 0.7;
}

.swiper-slide.img img {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  height: 82px;
  width: 82px;
  cursor: pointer;
}

.serias__prev,
.serias__next,
.viewed__prev,
.viewed__next {
  position: absolute;
  top: 50%;
}

.serias__prev,
.viewed__prev {
  left: -30px;
}

.serias__next,
.viewed__next {
  right: -30px;
}

.serias__prev::before,
.serias__next::before,
.viewed__prev::before,
.viewed__next::before {
  color: #000;
}

@media (min-width: 47.99875em) {
  .icon-cart:hover ~ .cart,
  .cart:hover {
    position: absolute;
    right: calc((100% - 1320px) / 2);
    top: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    width: 470px;
    -webkit-box-shadow: 0px 4px 16px 0px rgba(17, 31, 48, 0.12);
            box-shadow: 0px 4px 16px 0px rgba(17, 31, 48, 0.12);
    z-index: 5;
    background-color: #fff;
    padding: 24px;
  }
}

@media (max-width: 1380px) {
  .registration__content {
    width: 100%;
    padding: 0 20px;
    gap: 40px;
  }
}

@media (max-width: 1360px) {
  .header__bottom .bottom {
    width: 100%;
    padding: 0 20px;
  }

  .top {
    width: 100%;
    padding: 0 20px;
  }
}

@media (max-width: 1360px) and (max-width: 1220px) {
  .top {
    padding: 0 16px;
  }
}

@media (max-width: 1300px) {
  .nav ul {
    gap: 20px;
  }

  .nav__open-catalog {
    width: 160px;
  }

  .home-page__about-block {
    padding: 40px 40px 50px;
  }

  .advantages__main-block img {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .clients__prev {
    left: -20px;
  }

  .clients__next {
    right: -20px;
  }

  .aboutUs__about {
    gap: 40px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 1244px) {
  .header__logo {
    width: 110px;
    height: 46px;
  }
}

@media (max-width: 1220px) {
  .cart__product-name {
    max-width: 90%;
  }

  .header__bottom .bottom {
    height: 64px;
    padding: 0 16px;
  }

  .nav__link {
    letter-spacing: 0.03em;
    gap: 2px;
  }

  .order__block {
    -ms-grid-columns: 600px 1fr;
    grid-template-columns: 600px 1fr;
    gap: 20px;
  }

  .order__data-form {
    padding: 32px 20px;
  }

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

@media (max-width: 1200px) {
  .advantages__card {
    width: 100%;
    height: auto;
  }

  .advantages__card--onImage {
    width: 50%;
    height: 50%;
  }
}

@media (max-width: 1150px) {
  .top__right {
    gap: 20px;
  }

  .top__nav {
    gap: 20px;
  }

  .advantages__block {
    height: 520px;
  }

  .clients__prev {
    left: 0;
  }

  .clients__next {
    right: 0;
  }

  .services__form {
    -ms-grid-columns: 0.9fr 1.1fr;
    grid-template-columns: 0.9fr 1.1fr;
    padding: 30px 40px;
  }
}

@media (max-width: 1110px) {
  .filter__button-block {
    width: 240px;
  }

  .catalog__content {
    -ms-grid-columns: 240px 1fr;
    grid-template-columns: 240px 1fr;
    gap: 20px;
  }

  .history-order__left {
    gap: 30px;
  }
}

@media (max-width: 1170px) {
  .nav__open-catalog {
    width: 130px;
  }
  .header__bottom .bottom {
    height: 56px;
  }
}

@media (max-width: 1100px) {
  .contacts-form {
    padding: 30px 40px;
  }

  .nav__open-catalog {
    width: 120px;
    gap: 8px;
  }

  .product-card {
    -ms-grid-columns: 170px 1fr 240px;
    grid-template-columns: 170px 1fr 240px;
  }

  .product-card__prev {
    width: 170px;
    height: 170px;
  }

  .product-card__inCart {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 1080px) {
  .contacts__block {
    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;
  }
}

@media (max-width: 1130px) {
  .nav ul {
    gap: 14px;
  }
}

@media (max-width: 990px) {
  .serias__prev,
  .viewed__prev {
    left: 0;
  }

  .serias__next,
  .viewed__next {
    right: 0;
  }
}

@media (max-width: 768px) {
  .banner__product-card {
    min-height: 100px;
    height: max-content;
    width: 100%;
    padding: 12px;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.12);
            box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.12);
  }

  .serias__prev,
  .serias__next,
  .viewed__prev,
  .viewed__next {
    display: none;
  }
}

@media (max-width: 650px) {
  .product-card__price-block {
    -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;
  }

  .product-card__buttons {
    -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;
  }

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

@media (max-width: 600px) {
  .news__content {
    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;
  }

  .projects__content {
    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;
  }

  .account__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
}

@media (max-width: 340px) {
  .banner__product-card {
    width: 140px !important;
    padding: 12px !important;
  }
}

@media (max-width: 330px) {
  .cart__product {
    gap: 5px;
  }

  .cart__product img {
    height: 70px;
    width: 70px;
  }

  .product-card__quantity {
    width: 30px;
  }
}

@media screen and (max-width:1100px) {
  .banner__text {
    font-size: 38px;
  }
}

@media (max-width: 61.99875em) {
  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 26px;
  }

  h3,
  .h3 {
    font-size: 21px;
  }

  h4,
  .h4 {
    font-size: 17px;
  }

  .icon-favourite input,
  .icon-favourite span,
  .icon-comparison span {
    top: -6px;
  }

  .toTop {
    display: none;
  }

  .filter__button-block {
    width: 100%;
  }

  .filter-catalog__item .select__options {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 10px;
  }

  .search__label {
    height: 30px;
    padding: 0 13px;
    max-width: 70vw;
    width: 100%;
  }

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

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

  .storage {
    padding: 20px;
  }

  .contacts-form {
    padding: 20px;
  }

  .contacts__label {
    width: 100%;
  }

  .contacts__textarea {
    width: 100%;
  }

  .header__login {
    display: none;
  }

  .header__bottom .bottom__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
  }

  .header__activities {
    gap: 16px;
  }

  .top {
    height: 40px;
  }

  .top__languages-block {
    padding: 20px;
  }

  .top__search {
    width: 56px;
    border: none;
    margin-left: 5px;
  }

  .top__menu {
    display: block;
  }

  .nav__link--contacts {
    display: none;
  }

  .nav__open-catalog {
    display: none;
  }

  .nav__li--contacts,
  .nav__li--catalog {
    display: none !important;
  }

  .footer {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }

  .footer__logo {
    width: 110px;
    height: 48px;
  }

  .footer__list {
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }

  .footer__bottom {
    margin-bottom: 56px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 18px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    padding: 22px 0;
  }

  .footer-fixed {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    background-color: #fff;
    padding: 8px 6px;
    border-top: 1px solid rgb(233, 233, 233);
    z-index: 5;
    width: 100%;
    box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.12);
  }

  .product-card__info-block {
    padding-left: 16px;
    padding-right: 16px;
    border-right: none;
  }

  .product-card__activity {
    width: 100%;
  }

  .product-card__price-block {
    -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;
    gap: 3px;
  }

  .product-card__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6px;
  }

  .home-page__container {
    margin-top: 70px;
    gap: 70px;
  }

  .home-page__about {
    gap: 25px;
  }

  .home-page__about-block {
    padding: 30px 20px;
  }

  .banner {
    height: 560px;
  }

  .banner__block {
    height: 560px;
    background-position: 30%;
  }

  .banner__text {
    font-size: 32px;
  }

  .banner__product-card {
    padding: 16px;
  }

  .banner__product-card img {
    right: -10px;
    bottom: -40px;
  }

  .banner__product-card::before {
    left: 10px;
  }

  .advantages__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .advantages__main-block img {
    display: none;
  }

  .advantages__advantage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .advantages__card--onImage {
    width: 100%;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    position: relative;
  }

  .clients__prev,
  .clients__next {
    height: 30px;
    width: 30px;
  }

  .home-page__projects {
    padding: 0 40px;
  }

  .home-page__projects img {
    display: block;
    width: 90%;
    height: auto;
    -ms-grid-column-align: end;
        justify-self: end;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    position: relative;
    z-index: 2;
  }

  .catalog__header {
    height: 112px;
  }

  .catalog__content {
    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;
  }

  .news__content {
    row-gap: 50px;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    margin-bottom: 30px;
  }

  .news__prev img {
    height: 220px;
  }

  .news__prev {
    margin-bottom: 20px;
  }

  .projects__content {
    row-gap: 50px;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    margin-bottom: 30px;
  }

  .registration::after {
    width: 330px;
  }

  .registration__content {
    -ms-grid-columns: 1fr 300px;
    grid-template-columns: 1fr 300px;
  }

  .autorization-block {
    margin-top: 60px;
  }

  .autorization .registration__content {
    -ms-grid-columns: 300px 1fr;
    grid-template-columns: 300px 1fr;
  }

  .autorization.registration::after {
    right: unset;
    left: 0;
  }

  .product__main-info {
    -ms-grid-columns: 350px 1fr;
    grid-template-columns: 350px 1fr;
  }

  .product__col {
    padding-right: 20px;
  }

  .product__add-info {
    margin-top: 24px;
  }

  .product__seo-block {
    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;
  }

  .product__seo-advantages {
    width: 100%;
    margin-top: 24px;
  }

  .order__block {
    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;
  }

  .order-succesfully {
    margin-top: 60px;
    margin-bottom: 100px;
  }

  .account__container {
    gap: 30px;
  }

  .account__form {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .services__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }

  .services-form {
    gap: 18px;
  }

  .history-order__main-info {
    padding: 19px 20px;
  }

  .history-order__order {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 120px;
  }

  .history-order__product {
    width: 48px;
    height: 48px;
  }

  .history-order.open .history-order__additional-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .history-order.open .history-order__addReview {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .history__result-value {
    font-size: 20px;
  }

  .history-order__empty {
    display: none;
  }

  .aboutUs__banner-block {
    background-position: center top;
    background-size: cover;
    background-attachment: unset;
  }

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

  .aboutUs__about--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .aboutUs__about picture {
    width: 90%;
  }

  .aboutUs__img {
    width: 90%;
  }

  .aboutUs__advantages {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .aboutUs__awards {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
  }

  .aboutUs__award-card {
    max-height: 298px;
    max-width: 200px;
    width: 100%;
    height: auto;
  }

  .aboutUs__card-block {
    max-height: 248px;
    max-width: 178px;
    width: 100%;
    height: auto;
  }

  .catalogs-page__block {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .catalogs-page__catalog {
    width: 100%;
    height: auto;
  }

  .catalogs-page__prev {
    width: 100%;
    height: auto;
    max-height: 182px;
    max-width: 172px;
  }
}

@media (max-width: 47.99875em) {
  .button--inCart {
    width: 100%;
  }

  .popup__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .popup__content {
    max-width: 100%;
    padding: 16px;
  }

  .popup__text {
    max-width: 90%;
  }

  .popup__close {
    top: 20px;
  }

  .tabs__content {
    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;
    gap: 4px;
  }

  .product .tabs__navigation {
    background: transparent;
    -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;
  }

  .product .tabs__title {
    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;
    text-align: left;
    text-transform: uppercase;
    padding: 20px 16px;
    background: rgb(244, 246, 251);
    border-bottom: none;
  }

  .product .tabs__title::after {
    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;
    content: url("../img/icons/down-white.svg");
    height: 28px;
    width: 28px;
    border-radius: 50%;
    background: rgb(32, 67, 113);
  }

  .product ._tab-active {
    border-bottom: none;
  }

  .product ._tab-active::after {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }

  h1 {
    font-size: 24px;
    margin-bottom: 24px;
  }

  h2 {
    font-size: 22px;
  }

  h3,
  .h3 {
    font-size: 20px;
  }

  h4,
  .h4 {
    font-size: 16px;
  }

  .icon-cart input,
  .icon-cart span {
    top: 10px;
  }

  .icon-location::before {
    content: url("../img/icons/location.svg");
  }

  .breadcrumb-item {
    font-size: 12px;
  }

  .pagination__container {
    margin-bottom: 40px;
  }

  .filter {
    margin-top: 12px;
  }

  .filter__button-block {
    bottom: 60px;
  }

  .filter-catalog__item .select__options {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .mini-header {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .cookies__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 16px;
    gap: 12px;
  }

  .cookies p {
    width: 100%;
  }

  .working-time {
    padding-bottom: 12px;
  }

  .captcha {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }

  .reviews-block {
    gap: 16px;
  }

  .review {
    padding-bottom: 16px;
  }

  .faq__tab {
    padding: 16px 12px;
  }

  .faq__question::after {
    height: 28px;
    width: 28px;
    font-size: 20px;
  }

  .faq__tab.open .faq__answer {
    max-width: 100%;
  }

  .cart__close {
    position: absolute;
    display: block;
    right: 20px;
    top: 20px;
    height: 18px;
    width: 18px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    outline: none;
  }

  .cart__close::before,
  .cart__close::after {
    content: "";
    display: block;
    width: 1.5px;
    height: 18px;
    background: #222;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    position: absolute;
    left: calc(50% - 1px);
    top: calc(50% - 10px);
  }

  .cart__close::before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .cart__close::after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .cart__close:hover::before,
  .cart__close:hover::after {
    background: rgb(32, 67, 113);
  }

  .cart__close:hover::before {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }

  .cart__close:hover::after {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  .contacts__card {
    -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;
    padding: 12px;
  }

  .contacts__name {
    text-align: center;
  }

  .contacts__position {
    text-align: center;
  }

  .contacts__link {
    text-align: center;
  }

  .header__top {
    display: none;
  }

  .header__logo {
    display: block;
    height: 36px;
    width: 88px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }

  .header__bottom .bottom {
    height: 56px;
    padding: 0;
    width: calc(100% - 40px);
  }

  .header__nav {
    display: none;
  }

  .header__activities {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 8px;
  }

  .top {
    display: none;
  }

  .top__right {
    display: none;
  }

  .top__nav {
    display: none;
  }

  .top__cart-block a {
    display: none;
  }

  .top__cart-block .cart-name {
    display: none;
  }

  .top__feedback {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 16px 20px;
  }

  .top__feedback-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .top__feedback a {
    font-size: 20px;
    padding-bottom: 8px;
  }

  .top__feedback button {
    background: rgb(32, 67, 113);
    color: #fff;
    border: 1px solid rgb(32, 67, 113);
    padding: 11px 20px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    line-height: 14px;
    letter-spacing: 0.05em;
  }

  .nav {
    display: none;
  }

  .icon-menu {
    display: block;
    position: relative;
    width: 1.5rem;
    height: 0.875rem;
    z-index: 5;
  }

  .icon-menu span,
  .icon-menu::before,
  .icon-menu::after {
    content: "";
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    right: 0;
    position: absolute;
    width: 100%;
    height: 0.14375rem;
    background-color: rgb(32, 67, 113);
  }

  .icon-menu::before {
    top: 0;
  }

  .icon-menu::after {
    bottom: 0;
  }

  .icon-menu span {
    top: calc(50% - 0.0625rem);
  }

  .menu-open .icon-menu span {
    width: 0;
  }

  .menu-open .icon-menu::before,
  .menu-open .icon-menu::after {
    background-color: rgb(32, 67, 113);
    width: 24px;
    height: 2px;
  }

  .menu-open .icon-menu::before {
    top: 21px;
    right: 10px;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }

  .menu-open .icon-menu::after {
    bottom: 21px;
    left: 10px;
    -webkit-transform: rotate(45deg) translateY(-50%);
        -ms-transform: rotate(45deg) translateY(-50%);
            transform: rotate(45deg) translateY(-50%);
  }

  .footer {
    padding-top: 32px;
    margin-bottom: 56px;
  }

  .footer__top {
    padding-bottom: 24px;
  }

  .footer__top {
    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;
  }

  .footer__col {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
  }

  .footer__col a {
    text-align: center;
  }

  .footer__social-networks {
    gap: 12px;
    margin-top: 4px;
  }

  .footer__social-network {
    width: 40px;
    height: 40px;
  }

  .footer__nav {
    padding: 20px 0;
  }

  .footer__list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }

  .footer__info-link {
    font-size: 12px;
  }

  .footer__bottom-right {
    font-size: 12px;
  }

  .product-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 16px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .product-card__info-block {
    padding: 0;
    width: 100%;
  }

  .product-card__reviews {
    margin-top: 6px;
  }

  .product-card__additional-info {
    margin-top: 8px;
    gap: 6px;
  }

  .product-card__activity {
    padding-left: 0;
  }

  .product-card__quantity-block--product {
    width: 80px;
  }

  .catalog .product-card__inCart {
    -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;
  }

  .catalog .product-card__inCart .button--inCart {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .home-page__container {
    /* margin-top: 60px; */
    margin-top: 0;
    gap: 60px;
  }

  .home-page__about {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
  }

  .home-page__about-block {
    padding: 30px 16px;
  }

  .home-page__about-block h2 {
    font-size: 20px;
    padding-bottom: 12px;
  }

  .home-page__about-block p {
    font-size: 14px;
  }

  .home-page__about-block p:not(:last-child) {
    padding-bottom: 12px;
  }

  .banner {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }

  .banner__mobile {
    background-size: 100% 80%;
    background-repeat: no-repeat;
    padding-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 20px;
  }

  .banner__slider {
    display: none;
  }

  .banner__block {
    background-attachment: local;
    height: 100%;
    background-repeat: no-repeat;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .banner__text-block span {
    font-size: 16px;
  }

  .banner__text-block {
    max-width: 100%;
    width: 100%;
    gap: 8px;
    padding: 0 16px;
    z-index: 2;
    margin-bottom: 44px;
  }

  .banner__text-contact {
    font-size: 14px;
  }

  .banner__text {
    font-size: 22px;
    margin-bottom: 0;
  }

  .banner__product-block {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 8px;
    width: 100%;
    margin: 0 auto;
    z-index: 2;
    padding: 0 16px;
  }

  .banner__product-card h4 {
    font-size: 12px;
  }

  .banner__product-card img {
    width: 130px;
    height: 130px;
  }

.banner__product-card span {
   
    font-size: 13px;

}
  .banner__product-card::before {
    left: 16px;
    bottom: 12px;
    font-size: 14px;
    opacity: 1;
  }

  .banner__swiper-buttons {
    display: none;
  }

  .advantages__card {
    width: 100%;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    max-width: 100%;
  }

  .advantages__card-name {
    padding-top: 14px;
  }

  .clients__slide {
    height: 90px;
  }

  .clients__slide img {
    display: block;
    height: 51px;
    width: 127px;
    -o-object-fit: contain;
       object-fit: contain;
  }

  .clients__prev,
  .clients__next {
    display: none;
  }

  .home-page__projects::before {
    display: none;
  }

  .home-page__projects {
    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;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    padding: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    padding: 40px 16px 24px;
  }

  .home-page__projects img {
    width: 100%;
    height: auto;
  }

  .home-page__projects-info h1 {
    margin-bottom: 0rem;
    text-align: center;
  }

  .home-page__projects-info p {
    text-align: center;
  }

  .home-page__projects-actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
    margin-top: 16px;
  }

  .catalog__header {
    height: 100px;
  }

  .catalog__menu {
    gap: 18px;
  }

  .catalog__categories:first-child::after {
    top: 18px;
  }

  .catalog__categories {
    padding-bottom: 18px;
  }

  .catalog__main {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .catalog-header__container {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .sidebar__name {
    padding-bottom: 12px;
  }

  .catalog .product-card__activity {
    padding-top: 0;
  }

  .catalog .product-card__price-block {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }

  .new-page__prev {
    width: 100%;
    margin-bottom: 20px;
  }

  .new-page__content {
    gap: 16px;
    margin-bottom: 40px;
  }

  .new-page__text p:not(:last-child) {
    padding-bottom: 12px;
  }

  .registration::after {
    display: none;
  }

  .registration__content {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0;
    padding: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .registration__form {
    width: 100%;
    gap: 16px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .registration__label {
    width: 48%;
  }

  .registration__password-content {
    padding: 16px;
  }

  .autorization-block {
    margin-top: 30px;
    margin-bottom: 40px;
    max-width: 100%;
  }

  .autorization-block:last-child {
    background: rgb(244, 246, 251);
    padding: 16px;
  }

  .registration--password {
    width: 100%;
    background-color: rgb(244, 246, 251);
  }

  .delivery__container {
    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;
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .delivery__sidebar {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    padding-right: 0;
  }

  .delivery__info {
    padding-left: 0;
    border-left: none;
    padding-top: 20px;
    border-top: 1px solid rgb(233, 233, 233);
  }

  .delivery__link {
    padding: 5px;
    border: 1px solid rgb(213, 217, 226);
    height: 50px;
  }

  .delivery__link.active {
    background: rgb(244, 246, 251);
  }

  .product__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
  }

  .product__activities {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .product__main-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 16px;
  }

  .product__col {
    padding-right: 0;
  }

  .product__content {
    padding-top: 76px;
    padding-right: 0;
  }

  .product__char {
    margin-top: 0;
  }

  .product__report-availability {
    padding: 13px;
  }

  .product__contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
  }

  .product__seo-block {
    gap: 0;
  }

  .order-oneClick {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 10px;
  }

  .order-oneClick__form {
    width: 100%;
  }

  .order-oneClick__label {
    width: 124px;
  }

  .order-oneClick__label::before {
    content: "ОТПРАВИТЬ";
    color: #fff;
  }

  .order-oneClick__label img {
    display: none;
  }

  .tabs-body ol {
    max-height: 400px;
    overflow-y: auto;
  }

  .tabs-body__decoding-text {
    width: 100%;
  }

  .tabs-body__document {
    padding: 16px;
    height: 180px;
    width: 260px;
  }

  .tabs-body {
    margin-bottom: 40px;
  }

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

  .order__container {
    margin-top: 24px;
    margin-bottom: 60px;
  }

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

  .order__button {
    width: 100%;
  }

  .order-info {
    padding: 20px 16px;
  }

  .promo__block {
    gap: 8px;
    padding-bottom: 16px;
  }

  .promo__button {
    max-width: 140px;
  }

  .order-succesfully {
    margin-top: 40px;
    margin-bottom: 60px;
  }

  .order-succesfully img {
    width: 80px;
    height: 80px;
  }

  .account__container {
    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;
  }

  .account__sidebar {
    padding-top: 0;
    padding-bottom: 40px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .account__title {
    padding-bottom: 0;
    margin: 30px auto 0;
  }

  .account__link {
    padding: 12px;
  }

  .account__info {
    margin: 0;
  }

  .account__save-btn {
    margin: 0 auto;
  }

  .reviewPage__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
  }

  .reviewPage__value {
    height: 112px;
    padding: 16px 20px;
  }

  .reviewPage__reviews .review:first-child {
    padding-top: 16px;
  }

  .reviewPage__reviews .review {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
  }

  .reviewPage__reviews .review__content {
    gap: 12px;
  }

  .reviewPage__reviews .review__fotos {
    gap: 8px;
  }

  .services__form {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 320px;
    grid-template-columns: 1fr 320px;
    padding: 16px;
  }

  .history-order__col {
    font-size: 12px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .history-order__product-info {
    gap: 16px;
  }

  .history__sum-value {
    font-size: 14px;
  }

  .history__result-value {
    font-size: 18px;
  }

  .aboutUs__container {
    margin-top: 40px;
    margin-bottom: 40px;
    gap: 40px;
  }

  .aboutUs__img-block::after {
    display: none;
  }

  .aboutUs__about picture {
    width: 100%;
  }

  .aboutUs__img {
    width: 100%;
  }

  .aboutUs__advantages {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .aboutUs__awards {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .compare__product-close {
    top: 20px;
  }
}

@media (max-width: 620px) {
  .services__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 598px) {
  .banner__mobile::after {
    height: 43%;
  }

  .banner__mobile {
    background-size: 100% 43%;
    background-position: top left;
  }
}

@media (max-width: 47.99875em) and (any-hover: none) {
  .icon-menu {
    cursor: default;
  }
}

@media (max-width: 29.99875em) {
  .filter-catalog__item .select__options {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .top__search.open .search__block {
    padding: 10px;
    left: 0;
    right: unset;
    width: 260px;
  }

  .search__result-btn a {
    padding: 13px;
  }

  .search-product {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 6px;
  }

  .search-product__img {
    width: 40px;
    height: 40px;
    padding-right: 0;
  }

  .search-product__name {
    font-size: 12px;
    line-height: 110%;
    width: 60%;
  }

  .search-product__price {
    font-size: 12px;
    line-height: 110%;
  }

  .banner__product-block {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    padding: 0 16px;
  }

  .home-page__projects {
    background-size: 300%;
  }

  .catalog__content {
    margin-top: 30px;
  }

  .news__content {
    margin-top: 30px;
    margin-bottom: 40px;
  }

  .projects__content {
    margin-top: 30px;
    margin-bottom: 40px;
  }

  .registration__form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .registration__label {
    width: 100%;
  }

  .tabs-body ol {
    max-height: 100%;
  }

  .tabs-body__decoding {
    gap: 2px;
  }

  .tabs-body__decoding button {
    font-size: 18px;
    padding: 6px 12px !important;
  }

  .promo__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .promo__button {
    max-width: 100%;
  }

  .history-order__main-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 12px;
  }

  .history-order__products {
    max-width: 90%;
  }

  .history-order__left {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .history-order__right {
    width: 100%;
    padding-left: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .history-order__cart-product img,
  .history-order__cart-product picture {
    width: 48px;
    height: 48px;
  }

  .history-order__product-info {
    flex-wrap: wrap;
    gap: 8px;
  }

  .history-order.open .history-order__additional-info {
    padding: 12px;
  }

  .history-order.open .history-order__addReview {
    padding: 12px;
  }

  .history-order__repeat {
    padding: 13px 16px;
  }

  .aboutUs__awards {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .aboutUs__award-card {
    margin: 0 auto;
  }

  .catalogs-page__block {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    row-gap: 20px;
  }

  .compare__nav-wrapper {
    width: 180px;
  }

  .compare__nav-top {
    padding: 10px;
    height: 250px;
  }

  .compare__nav-links a,
  .compare__nav-links button {
    font-size: 12px;
    line-height: 110%;
  }

  .compare__nav-bottom .compare__nav-option {
    padding: 10px;
  }

  .compare__product-wrapper {
    min-width: 200px;
    max-width: 200px;
  }

  .compare__product {
    padding: 10px;
    height: 250px;
  }

  .compare__product-img {
    width: 130px;
    height: 130px;
  }

  .compare__product .compare__product-img img {
    width: 100%;
    height: 100%;
  }

  .compare__bucket-card-price {
    font-size: 16px;
  }
}

@media (max-width: 47.99875em) and (min-width: 29.99875em) {
  .top__search.open .search__block {
    padding: 20px;
    right: unset;
    left: 0;
    width: 320px;
  }

  .compare__product-img img {
    width: 130px;
    height: 130px;
  }
}

@media (max-width: 1220px) and (min-width: 768px) {
  .top__select-lang {
    padding: 0 4px;
  }

  .top__search {
    width: 60px;
  }
}

@media (min-width: 47.99875em) and (max-width: 1400px) {
  .icon-cart:hover ~ .cart,
  .cart:hover {
    right: 16px;
  }
}

@media (max-width: 61.99875em) and (min-width: 47.99875em) {
  .top__feedback {
    display: none;
  }

  .favorite .product-card,
  .view .product-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .favorite .product-card__inCart,
  .view .product-card__inCart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media (max-width: 1160px) and (min-width: 992px) {
  .nav__link {
    letter-spacing: 0.01em;
    text-align: center;
    font-size: 13px;
  }
  .top__search {
    width: 46px;
  }
  .icon-cart, .icon-favourite, .icon-comparison {
    width: 40px;
  }
  .nav__link {
    white-space: nowrap;
  }
}

@media (max-width: 1090px) {
  .header__logo {
    width: 90px;
    height: auto;
  }
}

@media (max-width: 61.99875em) and (min-width: 768px) {
  .product__customer-reviews {
    -ms-grid-columns: 220px 1fr;
    grid-template-columns: 220px 1fr;
    gap: 32px;
    padding-top: 0;
  }

  .product__customer-reviews-rating {
    padding: 20px;
  }
}

@media (any-hover: hover) {
  .select__option:hover {
    background: transparent;
  }

  .quantity__button:hover::before,
  .quantity__button:hover::after {
    background-color: rgba(0, 0, 0, 0.5);
  }
}

.webp .catalog__header::after{ background: url(../img/catalog/decor.webp) no-repeat top right; }

#simplecheckout_button_confirm {
    display: block;
    width: max-content;
    margin: 0 auto;
}

.cart__actions .quantity {
    height: auto;
    border: none;
}

.alert-danger {
    color: #f00;
}

.alert {
    margin-top: 20px;
}

#simpleregister_button_confirm {
    margin-bottom: 24px;
}

.registration__checkbox-label a {
    display: contents;
}

.registration__checkbox-label b {
    display: contents;
}

.simplecheckout-error-text {
    color: #f00;
}

.account-success-text p {
    margin-bottom: 20px;
}

.account-success-text {
    padding-top: 50px;
}

.account-success-text .button {
  display: block;
  width: max-content;
  margin: 0 auto;
}

.alert-success {
    color: #109b00;
}

.text-danger {
    color: #f00;
}

.account-simple-edit label {
    width: calc(33.3333% - 16px);
    padding: 0 12px;
    margin-bottom: 24px;
}

@media screen and (max-width: 768px) {
  .account-simple-edit label {
    width: 100%;
  }
}

.account-simple-edit {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px;
    margin-bottom: 24px;
}

.account-simple-edit h3 {
    width: 100%;
    padding: 0 12px;
    margin-bottom: 24px;
}

.account-simple-edit label:nth-child(3n+1) {
    margin-right: 0;
}

.registration__label .ico-eye {
    bottom: auto;
    top: 32px;
}

.form-error {
    color: #f00;
    font-size: 12px;
    display: none;
}

.form-error-recaptcha {
    width: 100%;
    color: #f00;
    font-size: 12px;
}

.callback-error-recaptcha {
    color: #f00;
    font-size: 12px;
    margin-top: 10px;
}

#callback_captcha {
    margin-top: 10px;
}

.service-error-recaptcha {
    color: #f00;
    font-size: 12px;
}

.simple-label-register_newsletter {
    display: none;
}

.sitemap__container {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 80px;
}

.sitemap__list {
  display: flex;
  flex-direction: column;
  gap: 22px;
  margin-left: 20px;
  font-weight: 600;
}

.sitemap__li {
  font-size: 18px;
  line-height: 1.2;
  list-style: unset;
}

.sitemap__li a {
  transition: all 0.3s ease;
  text-decoration: underline dotted;
}

.sitemap__li a:hover{
  color: rgb(69, 110, 155);
}

.sitemap__li ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
  list-style-type: circle;
  font-size: 16px;
  padding-top: 18px;
  font-weight: 400;
}

.sitemap__li ul li {
  list-style-type: square;
  margin-left: 20px;
}

.sitemap__li ul li ul li {
  list-style-type: circle;
}

@media screen and (max-width:767.9px) {
  .sitemap__container {
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .sitemap__li {
    font-size: 16px;
  }
  .sitemap__li ul {
    gap: 12px;
    font-size: 14px;
    padding-top: 16px;
  }
  .top__languages-block {
    border-bottom: 1px solid rgb(233, 233, 233);
  }
}

.vacancies__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 80px;
}

.vacancies__vacancy-block {
  display: flex;
  flex-direction: column;
  width: 100%;
  transition: all 0.3s ease;
  border: 1px solid rgba(231, 231, 231, 1);
  height: max-content;
  padding: 20px 30px;
  position: relative;
  gap: 12px;
}

.vacancies__vacancy-block::before {
  content: '';
  width: 3px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: rgba(32, 67, 113, 1);
}

.vacancies__vacancy__more {
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  transition: all 0.4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(32, 67, 113, 1);
}

.vacancies__vacancy-block:hover .vacancies__vacancy__more {
  width: 40px;
}

.vacancies__vacancy__more::before {
  color: #fff;
}

.vacancies__vacancy-location {
  font-size: 16px;
  line-height: 1.3;
  color: rgba(32, 67, 113, 1);
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
}

.vacancies__vacancy-location::before {
  content: url('../img/icons/pin.svg');
}

.vacancies__vacancy-name {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
}

.vacancies__vacancy-date {
  font-size: 16px;
  line-height: 1.3;
  color: rgba(119, 119, 119, 1);
}

@media (max-width:767.9px){
  .vacancies__vacancy-date {
    font-size: 12px;
  }
  .vacancies__vacancy-name {
    font-size: 18px;
  }
  .vacancies__vacancy-location { 
    font-size: 14px;
  }

  .vacancies__vacancy-block {
    display: flex;
    flex-direction: column;
    width: 100%;
    transition: all 0.3s ease;
    border: 1px solid rgba(231, 231, 231, 1);
    height: max-content;
    padding: 12px 16px;
    position: relative;
    gap: 10px;
  }
  .vacancies__vacancy-block:hover .vacancies__vacancy__more {
    width: 30px;
  } 
  .vacancies__content {
    margin-bottom: 60px;
  }
}

.vacancy {
  display: flex;
  flex-direction: column;
  margin-top: 40px;
  margin-bottom: 80px;
  justify-content: center;
}

.vacancy .vacancies__vacancy-location {
  justify-content: center;
  margin-bottom: 12px;
  width: 100%;
}

.vacancy .vacancies__vacancy-name {
  text-align: center;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  max-width: 964px;
  margin: 0 auto 12px;
}

.vacancy .vacancies__vacancy-date {
  text-align: center;
  color: rgba(39, 39, 44, 0.7);
}

.vacancy__content {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 700px;
  margin: 0 auto;
  margin-top: 26px;
  font-size: 16px;
  line-height: 1.3;
}

.vacancy__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.vacancy__list p {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
}

.vacancies ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.vacancies ul li {
  display: flex;
  align-items: center;
  gap: 12px;
}

.vacancies ul li::before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  background: rgba(32, 67, 113, 1);
  flex-shrink: 0;
}

.vacancy__content button {
  width: max-content;
}

@media (max-width:767.9px){
  .vacancy .vacancies__vacancy-name {
    font-size: 24px;
    max-width: 100%;
  }

  .vacancy {
    margin-top: 30px;
    margin-bottom: 60px;
  }

  .vacancy__content {
    gap: 20px;
    max-width: 700px;
    margin: 0 auto;
    margin-top: 16px;
    font-size: 16px;
    line-height: 1.3;
  }

  .vacancy__list {
    gap: 10px;
  }

  .vacancy__content button {
    margin: 0 auto;
  }
}

.employee-development__banner.banner {
  max-height: 480px;
}
.employee-development__banner-block.banner__block {
  height: 100%;
  background-position: center;
}

.employee-development__banner-block::after {
  display: none;
}

.employee-development__banner-block .banner__text {
  color: #fff;
  text-align: center;
}

.aboutUs__img-block img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.employee-development__banner-block .banner__text-block {
  max-width: 100%;
}

.employee-development__banner-block .banner__container {
  justify-content: center;
}

.employee-development__container {
  display: flex;
  flex-direction: column;
  gap: 80px;
  margin-top: 80px;
  margin-bottom: 80px;
}

.employee-development__about .aboutUs__img-block::after {
  display: none;
}

.employee-development__about {
  display: flex;
  justify-content: space-between;
  gap: 70px;
}

.employee-development__about-block {
  max-width: 530px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
}

.employee-development__tabs .tabs__navigation {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 3px;
  background: #fff;
  margin-top: 0;
}

.employee-development__tabs .tabs__title {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  color: rgba(32, 67, 113, 1);
  background: rgba(244, 246, 251, 1);
}

.employee-development__tabs .tabs__title::before {
  content: "";
  display: block;
  width: 44px;
  height: 44px;
}

.employee-development__tabs .tabs__title.tabs__title--1::before {
  background: url('../img/icons/employee_tab1.svg');
  background-size: contain;
}

.employee-development__tabs .tabs__title._tab-active.tabs__title--1::before {
  background: url('../img/icons/white/employee_tab1.svg');
  background-size: contain;
}

.employee-development__tabs .tabs__title._tab-active.tabs__title--2::before {
  background: url('../img/icons/white/employee_tab2.svg');
  background-size: contain;
}

.employee-development__tabs .tabs__title.tabs__title--2::before {
  background: url('../img/icons/employee_tab2.svg');
  background-size: contain;
}

.employee-development__tabs .tabs__title._tab-active.tabs__title--3::before {
  background: url('../img/icons/white/employee_tab3.svg');
  background-size: contain;
}

.employee-development__tabs .tabs__title.tabs__title--3::before {
  background: url('../img/icons/employee_tab3.svg');
  background-size: contain;
}

.employee-development__tabs .tabs__title._tab-active {
  background: #204371;
  color: #fff;
}

.employee-development__tabs-content {
  margin-top: 60px;
  display: flex;
  gap: 80px;
  justify-content: space-between;
  width: 100%;
}

.employee-development__tabs-img {
  display: block;
  max-width: 420px;
  height: auto;
  object-fit: contain;
}

.employee-development__tabs-content .employee-development__about-block {
  max-width: 100%;
}

.employee-development__about-block ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.employee-development__about-block ul li {
  display: flex;
  gap: 12px;
  align-items: center;
}

.employee-development__about-block ul li::before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  flex-shrink: 0;
  background: rgba(32, 67, 113, 1);
}

.employee-development__about-block h2 {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.2;
}

.subscribe__container {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
}

.subscribe.catalog__header {
  height: 180px;
}

.subscribe.catalog__header::after {
  background: url(../img/catalog/decor2.webp) no-repeat top left;
  padding-left: 40px;
  z-index: -1;
}

.subscribe__label {
  display: flex;
  border: 1px solid rgba(213, 217, 226, 1);
  width: max-content;
}

.subscribe__label input {
  padding: 20px 13px;
  max-width: 352px;
  width: 352px;
  height: 100%;
}

.subscribe__label input:hover,
.subscribe__label input:active {
  outline: none;
}

.subscribe input[type=checkbox], .subscribe input[type=radio] {
  opacity: 0;
  position: absolute;
  left: 0;
}

.subscribe__form-main {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.subscribe__form input[type=checkbox] + .checkbox__label a {
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease;
}

.subscribe__form input[type=checkbox] + .checkbox__label a:hover {
  border-bottom: 1px solid rgba(39, 39, 44, 0.7);
}

@media screen and (max-width:1100px){
  .employee-development__tabs-content {
    gap: 30px;
  }

  .employee-development__tabs-img {
    max-width: 380px;
  }
}

@media screen and (max-width: 900px) {
  .subscribe__container {
    flex-direction: column;
  }

  .employee-development__banner.banner {
    height: 220px;
  }

  .employee-development__container {
    margin-top: 60px;
    margin-bottom: 60px;
    gap: 40px;
  }

  .employee-development__about-block {
    max-width: 60%;
  }

  .employee-development__about {
    gap: 20px;
  }

  .subscribe__container h1 {
    margin-bottom: 0;
    text-align: center;
  }

  .subscribe.catalog__header {
    height: max-content;
  }

  .subscribe input[type=checkbox] + .checkbox__label {
    margin-bottom: 0;
  }

  .subscribe.catalog__header::after {
    display: none;
  }
}

@media screen and (max-width: 820.1px) {
  .employee-development__tabs .tabs__title {
    width: 100%;
  }

  .employee-development__tabs-img {
    max-width: 40%;
  }

  .employee-development__tabs .tabs__title {
    padding: 16px 0;
  }

  .employee-development__tabs .tabs__title::after {
    content: url('../img/icons/ic_chevron_down.svg');
  }

  .employee-development__tabs .tabs__title._tab-active::after {
    content: url('../img/icons/down-white.svg');
  }

  .employee-development__tabs-content {
    gap: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767.9px) {
  .employee-development__about {
    flex-direction: column;
  }

  .employee-development__tabs-content {
    flex-direction: column-reverse;
  }

  .subscribe__container {
    flex-direction: column;
  }

  .subscribe__label {
    flex-direction: column;
    gap: 8px;
    border: none;
    width: 100%;
    align-items: center;
  }

  .subscribe__btn {
    width: max-content;
  }

  .subscribe__label input {
    width: 100%;
    border: 1px solid rgba(213, 217, 226, 1);
  }

  .employee-development__banner.banner {
    height: 160px;
  }

  .employee-development__banner-block {
    background-position: center;
  }

  .employee-development__container {
    margin-top: 40px;
    margin-bottom: 40px;
    gap: 40px;
  }

  .employee-development__about-block h2 {
    font-size: 22px;
  }

  .employee-development__about {
    gap: 20px;
  }

  .employee-development__tabs-content {
    margin-top: 20px;
    gap: 20px;
    margin-bottom: 30px;
  }

  .subscribe__container {
    padding-top: 20px;
    padding-bottom: 20px;
    gap: 16px;
  }

  .subscribe__container h1 {
    margin-bottom: 0;
    text-align: center;
  }

  .subscribe__label input {
    width: 100%;
    padding: 16px;
  }

  .employee-development__tabs-img {
    width: 80%;
    margin: 0 auto;
  }

  .employee-development__about-block {
    max-width: 100%;
  }

  .aboutUs__img-block {
    display: flex;
    justify-content: center;
  }

  .aboutUs__img-block img {
    width: 60%;
    margin: 0 auto;
  }

  .employee-development__tabs .tabs__title::before {
    height: 38px;
    width: 38px;
  }

  .banner__product-card:hover::before {
    left: 16px;
    bottom: 12px;
  }
}

@media screen and (max-width: 400px) {
  .aboutUs__img-block img {
    width: 100%;
  }

  .catalog__sort-name {
    display: none;
  }

  .catalog__sort-label .select__title {
    width: 100%;
  }

  .catalog__sort-label {
    width: 100%;
    justify-content: space-between;
  }
}

.banner__contact-us {
  width: max-content;
}

.banner__text-contact {
  font-size: 18px;
  line-height: 1.2;
  color: #fff;
}

.button--catalog {
  padding: 8px 16px !important;
  text-transform: none;
}

.button--catalog .nav__link {
  padding: 0 !important;
}

.button--catalog .nav__link:hover {
  color: #fff;
}

.header__social-links {
  display: flex;
  gap: 8px;
  align-items: center;
}

.header__social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid rgba(233, 233, 233, 1);
}

.header__social-link img {
  display: block;
  width: 16px;
  height: 16px;
  object-fit: contain;
}

@media (max-width: 1120px) {
  .header__social-links {
    display: none;
  }
}

.menu__nav-link--spoler {
  display: flex;
  flex-direction: column;
}

.menu__nav-link--spoler .nav__link-open {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 8px;
  width: max-content;
  transition: all 0.3s ease;
}

.menu__nav-link--spoler ul {
  display: none;
}

.menu__nav-link--spoler.open ul {
  display: flex;
  border-bottom: none;
  padding: 20px 20px 10px;
  gap: 14px;
}

.menu__nav-link--spoler.open .nav__link-open::before {
  transform: rotate(180deg);
}

.menu__nav-link--spoler .menu__nav-link {
  font-weight: 400;
}

.home-page__send-request {
  position: relative;
  display: flex;
  flex-direction: column;
  background: url('../img/catalog/decor3.jpg') rgb(244, 246, 251) no-repeat right;
  background-size: contain;
  height: max-content;
  width: 100%;
  padding: 24px;
  gap: 16px;
  align-items: center;
}

.send-request__title {
  position: relative;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  z-index: 2;
}

@media (max-width:992px){
  .send-request__title {
    font-size: 26px;
  }
}

@media (max-width:768px){
  .send-request__title {
    font-size: 22px;
  }

  .home-page__send-request {
    display: none;
  }

  .home-page__advantages.advantages {
    display: none;
  }
}

.send-request__button {
  width: max-content;
}

.home-page__news-block {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}

@media (max-width:950px){
  .home-page__news-block {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width:520px){
  .home-page__news-block {
    display: flex;
    flex-direction: column;
  }
}

.home-page__subscribe-block {
  position: relative;
  background: url('../img/catalog/decor2.webp') rgb(244, 246, 251) no-repeat top left 3%;
  background-size: contain;
  height: max-content;
  width: 100%;
  align-items: center;
  gap: 16px;
}

.subscribe-block__container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 40px 16px 30px;
  gap: 16px;
}

.subscribe-block__form {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 50%;
}

.subscribe-block__input {
  padding: 13px 20px;
  border: 1px solid rgba(213, 217, 226, 1);
  max-width: 352px;
  width: 100%;
}

.subscribe-block__form input[type=checkbox] {
  opacity: 0;
  position: absolute;
  left: 0;
}

.subscribe-block__form-top {
  display: flex;
  width: 100%;
}

@media screen and (max-width:990px) {
  .subscribe-block__form {
    width: 57%;
  }
}

@media screen and (max-width:768px) {
  .subscribe-block__form-top {
    flex-direction: column;
    gap: 8px;
  }
  .subscribe-block__input {
    max-width: 100%;
  }
}

@media screen and (max-width:550px) {
  .subscribe-block__container {
    flex-direction: column;
    gap: 0;
    padding: 16px;
  }
  .subscribe-block__form {
    width: 100%;
  }
}

.text-success {
    color: #02a700;
}

.subscribe-agree-error {
    color: #f00;
    margin-top: -30px;
}

.notify-error-recaptcha {
    color: #f00;
    font-size: 12px;
    margin-top: 10px;
}

#notify_captcha {
    margin-top: 5px;
}

.skrit.hidis {
    display: none;
}

.displ {
    color: #204371;
    cursor: pointer;
}

.displ svg {
    margin-left: 5px;
}

.skrit.hidis .select__option {
    margin-bottom: 8px;
}

.preorder-error-recaptcha {
    margin-top: 10px;
    color: #f00;
    font-size: 12px;
}

#preorder_captcha {
    margin-top: 10px;
}

@media screen and (max-width: 990px) {
  #filter_vier {
    display: none;
  }
}

.product-view {
    display: flex;
    margin-right: 16px;
    border-radius: 20px;
    background: rgb(244, 246, 251);
    padding: 3px;
}

.product-view .active {
  background: #FFF;
}

.product-view div {
  padding: 4px 13px;
  border-radius: 18px;
  transition: all 0.3s ease;
}

.product-view div svg {
  display: block;
  width: 20px;
  height: 20px;
}

.catalog__main.grid-catalog {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.catalog__main.grid-catalog .product-card {
  display: flex;
  flex-direction: column;
  padding: 16px;
  overflow: hidden;
}

.catalog__main .product-card {
  transition: all 0.3s ease;
}

.catalog__main .product-card:hover {
  box-shadow: 0px 8px 12px 0px rgba(47, 31, 54, 0.25);
}

.catalog__main.grid-catalog .product-card__info-block {
  padding: 0;
  border-right: none;
  margin-bottom: 16px;
  /* display: none; */
}

.catalog__main.grid-catalog .product-card__prev {
  margin: 0 auto 16px;
  width: 90%;
  height: auto;
  max-height: 200px;
}

.catalog__main.grid-catalog .product-card__inCart {
  width: 100%;
  justify-content: space-between;
}

.catalog__main.grid-catalog .product-card__activity {
  padding-left: 0;
}

.catalog__main.grid-catalog .product-card__activity:not(:first-child) {
  margin-top: auto;
}

.catalog__main.grid-catalog .product-card__name {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

@media (max-width: 47.99875em) {
  .catalog__main.grid-catalog {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .catalog__main.grid-catalog .product-card {
    padding: 10px;
  }

  .catalog__main.grid-catalog .product-card__inCart {
    flex-direction: column;
  }

  .catalog__main.grid-catalog .product-card__quantity-block {
    width: 100%;
  }

  .catalog__main.grid-catalog .button--inCart {
    width: 100%;
  }

  .catalog__main.grid-catalog .product-card__price-block {
    flex-direction: column;
  }

  .banner__text-contact {
    display: none;
  }

  .banner__contact-us {
    display: none;
  }
}

.image-wrap {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: contain;
}


.catalog__categories-block {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 40px;
}

.category-block {
  display: flex;
  flex-direction: column;
  padding: 20px;
  border: 1px solid rgb(233, 233, 233);
  transition: all 0.3s ease;
  min-height: max-content;
  width: 100%;
  overflow: hidden;
}

.category-block:hover {
  box-shadow: 0px 8px 12px 0px rgba(47, 31, 54, 0.25);
}

.category-block__img {
  display: flex;
  max-width: 250px;
  max-height: 250px;
  width: 100%;
  height: auto;
  object-fit: contain;
  margin: 0 auto 16px;
}

.category-block__name {
  font-size: 18px;
  font-weight: 700;
  line-height: 130%;
  transition: all 0.3s ease;
  text-overflow: ellipsis;
  overflow: hidden;
}

.category-block__name:hover {
  color: rgb(32, 67, 113);
}

.category-block ul {
  display: flex;
  flex-direction: column;
  margin-bottom: 12px;
  overflow: hidden;
}

.category-block ul:not(:first-child) {
  margin-top: 16px;
}

.category-block ul li {
  padding: 8px 0px;
  font-size: 16px;
  width: 100%;
}

.category-block ul li a {
  transition: all 0.3s ease;
  display: inline-block;
  width: 100%;
  height: 100%;
  text-overflow: clip;
}

.category-block ul li a:hover {
  color: rgb(32, 67, 113);
}

.catalog__categories-block .button--color {
  transition: all 0.3s ease;
  margin: auto 0 0;
}

.catalog__categories-block .button--color:hover {
  text-decoration: underline;
}

#common-maintenance {
  flex: 1 1 auto;
  padding-top: 20px;
}

@media screen and (max-width: 1200px) {
  .catalog__categories-block {
    column-gap: 16px;
    row-gap: 20px;
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 640px) {
  .catalog__categories-block {
    column-gap: 12px;
    row-gap: 20px;
    grid-template-columns: repeat(2, 1fr);
  }

  .category-block {
    padding: 16px 12px;
  }

  .category-block__img {
    width: 110px;
    height: 110px;
    margin: 0 auto 16px;
  }

  .catalog__product-card.grid-product .product-card__prev {
    width: 140px;
    height: auto;
    max-height: 140px;
  }

  .catalog__product-card.grid-product .product-card__name {
    font-size: 16px;
    font-weight: 600;
  }

  .pagination {
    gap: 0;
    overflow-x: auto;
  }

  .pagination__btn {
    flex-shrink: 0;
  }
}

@media screen and (min-width: 1200px) {
  .catalog__product-card.list-product .product-card__prev {
    width: 190px;
    height: 190px;
  }
  
  .catalog__product-card.list-product .product-card {
    grid-template-columns: 190px 1fr 250px;
  }
}

.home-page__experience + p {
  display: none;
}

.compare__product-bottom .button {
  padding: 8px 16px;
}

@media screen and (max-width: 360px) {
  .catalog__categories-block {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768.1px) and (min-width: 767.9px) {
  .top__search {
    display: none;
  }
}

@media screen and (min-width: 992px) {
  .catalog__sidebar {
    position: sticky;
    top: 10px;
    height: min-content;
    /* padding-right: 5px; */
    max-height: 100vh;
    overflow-y: auto;
  }

  .catalog__sidebar::-webkit-scrollbar {
    display: none;
  }
}

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

input[type='number'],
input[type="number"]:hover,
input[type="number"]:focus {
    appearance: none;
    -moz-appearance: textfield;
}

.order__data-form--delivery .select__options {
  max-height: 300px;
  overflow-y: auto;
}