

/* Start:/local/templates/nord/src/styles/reset.css?17434257481695*/
*, *::after, *::before{
    box-sizing: border-box;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  text-decoration: none;
}
.clear {
  clear: both;
}
strong {
  font-weight: bold;
}

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}
main {
  flex: 1 0 auto; /* тянется на всё оставшееся место */
}

footer {
  flex-shrink: 0;
  background: #4d86f7;
  padding: 20px;
  color: #fff;
  margin-top: 60px;
  text-align: center;
}
/* Убираем стрелки в Chrome, Safari, Edge */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Убираем стрелки в Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}
/* End */


/* Start:/local/templates/nord/src/styles/main_nord.css?175127035387633*/
:root {
  --default-color: #4d86f7;
  --default-color-opacity: #4d86f7dd;
  --default-color-white: #ffffff;
  --default-color-gray: #f1f3f8;
  --default-color-gray-opacity: #f1f3f8dd;
  --default-color-light: #b3caf9;
  --default-color-dark: #071227;
  --default-font: "SourceSansPro", "Open Sans", Helvetica, Arial;
  --default-font: "Onest", "SourceSansPro", "Open Sans", Helvetica, Arial;
  --ui-font-family-open-sans: "SourceSansPro", "Open Sans", Helvetica, Arial;
}

@font-face {
  font-family: "SourceSansPro";
  font-weight: normal;
  font-display: swap;
  src: url("/local/templates/nord/src/styles/../fonts/SourceSansPro-Regular.woff2") format("woff2"),
    url("/local/templates/nord/src/styles/../fonts/SourceSansPro-Regular.woff") format("woff");
}

@font-face {
  font-family: "SourceSansPro";
  font-weight: bold;
  font-display: swap;
  src: url("/local/templates/nord/src/styles/../fonts/SourceSansPro-Bold.woff2") format("woff2"),
    url("/local/templates/nord/src/styles/../fonts/SourceSansPro-Bold.woff") format("woff");
}

@font-face {
  font-family: "SourceSansPro";
  font-weight: 500;
  font-display: swap;
  src: url("/local/templates/nord/src/styles/../fonts/SourceSansPro-SemiBold.woff2") format("woff2"),
    url("/local/templates/nord/src/styles/../fonts/SourceSansPro-SemiBold.woff") format("woff");
}

@font-face {
  font-family: "Onest";
  font-weight: normal;
  src: url("/local/templates/nord/src/styles/../fonts/Onest-Regular.woff2") format("woff2"),
    url("/local/templates/nord/src/styles/../fonts/Onest-Regular.woff") format("woff");
}

@font-face {
  font-family: "Onest";
  font-weight: 500;
  src: url("/local/templates/nord/src/styles/../fonts/Onest-Medium.woff2") format("woff2"),
    url("/local/templates/nord/src/styles/../fonts/Onest-Medium.woff") format("woff");
}

@font-face {
  font-family: "Onest";
  font-weight: 600;
  src: url("/local/templates/nord/src/styles/../fonts/Onest-SemiBold.woff2") format("woff2"),
    url("/local/templates/nord/src/styles/../fonts/Onest-SemiBold.woff") format("woff");
}

@font-face {
  font-family: "Onest";
  font-weight: bold;
  src: url("/local/templates/nord/src/styles/../fonts/Onest-Bold.woff2") format("woff2"),
    url("/local/templates/nord/src/styles/../fonts/Onest-Bold.woff") format("woff");
}

*,
*::before,
*::after {
  box-sizing: border-box;
}
.container::before,
.container::after {
  content: none !important;
}

html,
body {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin: 0;
}
#app-auth {
  z-index: 9;
}
.flex {
  max-width: 1540px;
  min-width: auto;
  width: 100%;
}
main {
  flex: 1;
  margin-top: 120px;
}
body {
  background-color: #ffffff;
  color: #222222;
  font-family: var(--default-font);
  margin: 0;
  padding: 0;
}
body,
a,
h3 {
  font-weight: 400;
}
a,
h3 {
  color: var(--default-color);
  font-family: var(--default-font);
}

.news-list-date {
  font-size: 14px;
  margin: 10px 0 0;
}

.link-default {
  color: #222;
  text-decoration: none;
}

.main-wrap {
  background: #4d86f7;
  background-color: #4d86f7;
  min-height: 100vh;
  position: relative;
}

.container {
  margin: 0 auto;
  max-width: 1400px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}

/*START HEADER*/
.wrap-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 10px 20px;
}

header a img {
  width: 105px;
}
header a {
  color: var(--default-color);
  display: flex;
  font-weight: 500;
  text-decoration: none;
}

header {
  background: #d6d7d9;
  background: linear-gradient(45deg, #ebeef5, #c9cbd0);
  box-shadow: 0px 1px 6px 1px #00000060;
  display: flex;
  flex-direction: column;
  height: 120px;
  justify-content: center;
  left: 0;
  margin-bottom: -6px;
  padding: 20px 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 200;
}
.link-logo {
  width: 190px;
}
.link-logo svg {
  display: block;
  min-width: 190px;
  width: 100%;
}
.search-btn-mob {
  display: none;
}

/*END HEADER*/
.b24-widget-button-crmform {
  background-image: url("/local/templates/nord/src/images/icons/call-back.svg") !important;
  background-size: 24px 24px !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
.b24-form-field-agreement .b24-form-control-container {
  display: flex !important;
  gap: 4px !important;
}
.b24-form-field-agreement .b24-form-field-agreement-link {
  font-size: 13px !important;
}

/*region Хлебный крошки*/

.breadcrumbs {
  color: #777;
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  padding-top: 20px;
  padding-bottom: 20px;

  /* margin-bottom: 20px; */
}

.breadcrumbs .ib-item {
  font-size: 14px;
}

.breadcrumbs a {
  color: #222;
  text-decoration: underline;
  text-decoration: none;
}

.breadcrumb-mob {
  display: none;
}

.breadcrumbs .st {
  border: 3px solid;
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent;
  height: 0;
  margin-top: -1px;
  overflow: hidden;
  position: absolute;
  right: -10px;
  top: 50%;
  width: 0;
}
.breadcrumbs a,
.breadcrumbs .breadcrumbs-sep {
  float: left;
}
.span-breadcrumb {
  color: #777;
}
.breadcrumbs .breadcrumbs-sep {
  margin: 0 3px;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.collaps {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  transition: all 0.2s linear;
}
.collaps.open {
  grid-template-rows: 1fr;
}
.bc-dd-wrap {
  float: left;
  position: relative;
}
.bc-dd {
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  display: none;
  font-size: 16px;
  left: -12px;
  min-width: 140px;
  border-radius: 6px;
  padding: 12px 16px;
  position: absolute;
  top: 14px;
  flex-direction: column;
  gap: 6px;
  white-space: nowrap;
  z-index: 1000;
}
.bc-dd-wrap:hover .bc-dd {
  display: flex;
}
.bc-dd-wrap:hover > a,
.bc-dd a {
  text-decoration: none;
}
.bc-dd a {
  color: var(--default-color);
  display: block;
  float: none;
}
.bc-dd a:hover,
.bc-dd a.active {
  text-decoration: underline;
}
.bc-dd a.active {
  color: #6a6a6a;
  font-size: 14px;
}
.bc-dd a.active:hover {
  text-decoration: none;
}
/*Конец хлебныйх крошек*/

/*Start COOKIE*/
.cookie-notification-modal {
  background: #fafafa;
  border-radius: 6px 6px 0 0;
  bottom: 0;
  box-shadow: 0px 0px 35px -20px #000000;
  color: #21262f;
  font-size: 18px;
  left: calc(50% - 35%);
  line-height: 1.5;
  opacity: 0.99;
  padding: 10px;
  position: fixed;
  width: 70%;
  z-index: 1060;
}
.cookie-agree {
  align-items: center;
  -webkit-box-pack: justify;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.cookie-agree__text a {
  color: var(--default-color);
  text-decoration: underline;
}
.cookie-agree__button.btn-green {
  background: var(--default-color);
  border: 1px solid var(--default-color);
  margin: 0 auto;
  width: 150px;
}
.cookie-agree__text {
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
  padding: 0 20px;
}
.cookie-agree__button {
  align-items: center;
  border-radius: 4px;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  color: #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  font-size: 14px;
  height: 35px;
  justify-content: center;
  -webkit-transition: color 0.3s ease-out, background 0.3s ease-out;
  transition: color 0.3s ease-out, background 0.3s ease-out;
}
.callback-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  position: fixed;
  bottom: 122px;
  z-index: 9;
  right: 65px;
  border: 2px solid var(--default-color);
  border-radius: 50%;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.3s ease;
  color: var(--default-color);
  background: #ffffff90;
  font-family: var(--default-font);
  font-size: 16px;
  white-space: nowrap;
  padding: 0 10px;
}
.wrap-favorite-items {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  padding-bottom: 50px;
  padding-top: 10px;
}
.callback-button svg {
  width: 35px;
  height: 35px;
  flex-shrink: 0;
  transition: all 0.4s ease;
}

.callback-button span {
  margin: 0 10px;
  display: none;
  transition: all 0.4s ease;
}

.callback-button:hover {
  width: 180px;
  background: #ffffff;
  border-radius: 20px;
}
.callback-button:hover svg {
  margin-right: 10px;
}

.callback-button:hover span {
  display: block;
}
/*End COOKIE*/
.text-inner-basket,
.text-inner-favorite,
.text-inner-compare {
  display: none;
}
.product-item-small-card .link-add-cart {
  /* max-width: 240px !important; */
  margin: 20px auto 0;
}
.product-item-small-card .link-add-cart {
  transition: all 0.2s linear;
}
.product-item-small-card:hover .link-add-cart {
  border: 1px solid #6b99f3;
  background: #6b99f3;
}
.link-add-cart.active .text-inner-basket {
  display: block;
}

.link-add-cart.active button {
  color: var(--default-color);
  background: #fff;
  border: 1px solid var(--default-color);
}

.link-add-cart.active .text-add-basket {
  display: none;
}
.btn-view-compare,
.btn-view-favorite {
  display: flex;
  align-items: center;
  transition: all 0.2s linear;
}

.product-item .btn-view-compare svg rect {
  width: 2.5px;
  fill: #d9d9d9;
}
.product-item .btn-view-compare.active rect {
  fill: var(--default-color);
}
.product-item .btn-view-compare:hover rect {
  fill: var(--default-color);
}
.product-item .btn-view-favorite.active path,
.product-item .btn-view-favorite:hover path {
  fill: var(--default-color);
  stroke: var(--default-color);
}

.product-item .btn-view-favorite svg path {
  fill: #d9d9d9;
  stroke-width: 0.25;
}

.btn-view-compare.active .text-inner-compare {
  display: block;
}

.btn-view-compare.active .text-add-compare {
  display: none;
}
.btn-view-favorite.active .text-inner-favorite {
  display: block;
}

.btn-view-favorite.active .text-add-favorite {
  display: none;
}
.btn-view-favorite .svg-favorite-n,
.btn-view-favorite.active .svg-favorite-y {
  display: flex;
}
.btn-view-favorite.active .svg-favorite-n,
.btn-view-favorite .svg-favorite-y {
  display: none;
}

.catalog-product-main-slider {
  display: block;
  height: auto;
  margin-bottom: 45px;
  max-height: 300px;
  max-width: 225px;
  width: 100%;
}

/*START SMART FILTER*/

.smart-filter-input-group-number-items {
  display: flex;
  justify-content: space-between;
}
.smart-filter-input-container input {
  border: 1px solid #1b1c204d;
  border-radius: 5px;
  display: block;
  font-size: 16px;
  padding: 4px;
  text-indent: 6px;
  width: 100%;
}

.smart-filter-input-container input:hover {
  border: 1px solid #4d86f7cc;
}

.smart-filter-input-container input:focus-visible {
  border: 1px solid var(--default-color);
  outline: none;
}

.form-group {
  width: 48%;
}
.form-check {
  align-items: center;
  display: flex;
  font-size: 16px;
  gap: 4px;
  margin-bottom: 6px;
  position: relative;
  width: 100%;
}
.form-check.disabled {
  color: #a1a1a1;
}
.form-check label {
  cursor: pointer;
  display: block;
  font-size: 16px;
  width: 100%;
  color: #00000090;
}
.form-check input {
  display: block;
  height: 16px;
  width: 16px;
}
.smart-filter-parameters-box-title {
  cursor: pointer;
}
.smart-filter-parameters-box-title-text {
  color: #00000090;
  font-size: 16px;
  font-weight: 500;
  width: 85%;
}

.smart-filter-input-group-checkbox-list:hover label:after {
  outline: 1px solid #4d86f7cc;
}

.smart-filter-angles {
  opacity: 0.7;
}
span.smart-filter-angle {
  width: 12px;
  height: 12px;
  min-width: 12px;
  min-height: 12px;
}
.wrap-sort-filter {
  display: none;
  justify-content: flex-end;
  align-items: center;
  color: #222;
  font-size: 16px;
}
.filter-btn_mob {
  padding: 5px;
  display: flex;
  justify-content: center;
  width: 100px;
  margin: 10px 0;
  align-items: center;
  cursor: pointer;
  gap: 5px;
}
.sticky-block {
  /* border: 1px solid #4d86f7cc; */
  /* box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15); */
  border-radius: 6px;
  max-height: calc(94vh - 150px);
  min-width: 300px;
  overflow-x: hidden;
  overflow-y: scroll;
  padding: 14px;
  padding-right: 30px;
  padding-bottom: 0;
  scrollbar-color: hsl(0 0% 50%);
  scrollbar-track-color: #d3d3d3;
  scrollbar-width: none;
  top: 130px;
  margin-bottom: 2px;
}
.sticky-block,
.cleare-filter {
  position: sticky;
  width: 100%;
}
.cleare-filter {
  align-items: center;
  /* background: #fff !important; */
  border-top: 1px solid #e3e3e3;
  bottom: -1px;
  display: flex;
  flex-direction: column;
  padding: 16px 0;
  z-index: 190;
  background: #eaecf2;
}
.cleare-filter a {
  border: 1px solid var(--default-color);
  border-radius: 6px;
  font-weight: 500;
  padding: 10px 20px;
  transition: all 0.2s linear;
}
.cleare-filter a:hover {
  background: var(--default-color);
  color: #fff;
}
.smartfilter-count-items sup {
  color: #555;
  display: inline-block;
  font-size: 0.75em;
  line-height: 1;
  overflow: hidden;
  position: relative;
  top: -0.4em;
  vertical-align: top;
  white-space: nowrap;
}
.filter-color-hex {
  border: 1px solid #a1a1a1;
  border-radius: 5px;
  height: 16px;
  left: -23px;
  position: absolute;
  width: 16px;
}
.form-check-label::first-letter {
  text-transform: uppercase;
}
/*END SMART FILTER*/
/**/

/* START CATALOG*/
.smart-filter-parameters-box-container {
  padding-top: 3px;
}
.no-items-message {
margin: auto;
flex-direction: column;
    align-items: center;
    gap: 50px;
}

#noSaleItemsMessage .sale-title{ 
  font-size: 28px;
  color: var(--default-color);
  text-align: center;
}

.sale-img {
  max-width: 100%;
}
.catalog-section {
  flex-grow: 1;
  min-width: 50%;
}

.wrap-catalog-inner {
  min-width: 300px;
}
.wrap-banner-category {
  margin: 0px auto 0px;
}
.wrap-banner-category img {
  display: block;
  width: 100%;
}
.product-item {
  position: relative;
}
.wrap-catalog-inner {
  margin-right: 30px;
  background-color: #e9ecf3;
  width: 300px;
  padding-bottom: 30px;
}
.catalog-section {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  padding-bottom: 50px;
  padding-top: 20px;
  padding-left: 40px;
  background-color: #fff;
  min-height: 66.5vh;
}
.product-item-small-card {
  /* margin: 0 auto 30px; */
}
.product-item-container {
  /* border: 1px solid #ccc; */
  border-radius: 5px;
  box-sizing: border-box;
  display: block;
  padding: 10px;
  width: 300px;
  min-height: 670px;
}
.product-item .pl-picture {
  align-items: center;
  display: flex;
  position: relative;
  justify-content: center;
  margin-bottom: 40px;
}
.product-item .pl-picture a {
  display: block;
  margin-bottom: 60px;
  margin-top: 20px;
  max-height: 300px;
  max-width: 225px;
  width: 100%;
  height: auto;
  text-align: center;
}
.product-item .pl-picture a img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.swiper-card-category {
  overflow: hidden;
  width: 100%;
}
.product-item .pl-in .ib-item {
  color: #222;
  display: flex;
  /* text-transform: uppercase; */
  font-size: 18px;
  font-weight: 700;
  justify-content: center;
  text-align: center;
}

.pl-name {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.pl-name br {
  display: none;
}

.pl-name span {
  font-weight: 400;
}
.product-item .text-price {
  align-items: center;
  display: flex;
  flex-direction: row;
  font-family: var(--default-font);
  font-weight: 700;
  /* height: 46px; */
  justify-content: center;
}

.product-item .text-price.old-text-price {
  justify-content: end;
  /* flex-direction: column; */
}

.product-item .text-price .old_price-section {
  color: #999;
  height: 16px;
  /* margin: 0 0 0 auto; */
  position: relative;
  font-size: 15px;
  text-decoration: line-through;
  margin-left: 10px;
}
.product-item .text-price .old-price-line {
  background: #00000090;
  display: none;
  height: 1px;
  left: -3px;
  position: absolute;
  top: 8px;
  transform: rotate(-12deg);
  width: 106%;
}
.product-item .text-price .base-price {
  color: var(--default-color);
  font-size: 28px;
}
.product-item .text-price .base-price.not-available {
  font-size: 22px;
}
.product-item .percent-sale {
  background: #ff7200e0;
  border-radius: 6px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 4px;
  margin-right: 5px;
  /* position: absolute; */
}
.catalog_section_el-desk ul {
  color: #222;
  font-size: 14px;
  margin: 10px 0;
  padding: 0 16px;
}
.catalog_section_el-desk .cart-buy-block {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 40px;
}

.catalog_section_el-desk ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6px;
}

.wrap-catalog-section-filter .product-item .cart-buy-block .text-price {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  /* min-width: 160px; */
}

.catalog_section_el-desk ul li:last-child {
  /* min-height: 32px; */
}
.catalog_section_el-desk ul li span:first-child {
  /* width: 55%; */
  /* white-space: normal; */
}
.catalog_section_el-desk ul li span:last-child {
  min-width: 63px;
  text-align: right;
  /* width: 51%; */
}
.smart-filter-input-group-checkbox-list input[type="checkbox"],
.smart-filter-input-group-checkbox-list input[type="radio"] {
  display: none;
}
.smart-filter-input-group-checkbox-list {
  padding-left: 25px;
  position: relative;
}
.smart-filter-input-group-checkbox-list label:after {
  left: -22px;
  outline: 1px solid #939598;
  top: 0;
}
.smart-filter-input-group-checkbox-list label:after,
.filter-color-block-hex-label:after {
  border-radius: 3px;
  content: "";
  display: block;
  height: 14px;
  position: absolute;
  width: 14px;
}
.filter-color-block-hex-label:after {
  left: -23px;
  outline: none;
  top: 0;
}
.smart-filter-input-group-checkbox-list input[type="checkbox"]:checked + label:after {
  background-color: var(--default-color);
  border: 2px solid #fff;
  height: 14px;
  outline: 1px solid #939598;
  width: 14px;
}
.smart-filter-input-group-checkbox-list
  input[type="checkbox"]:checked
  + .filter-color-block-hex-label:after {
  background-color: transparent;
  border: 2px solid var(--default-color);
  height: 16px;
  left: -23px;
  outline: none;
  top: 0;
  width: 16px;
}
.smart-filter-input-group-checkbox-list input[type="radio"]:checked + label:after {
  background-color: var(--default-color);
  border: 2px solid #fff;
  height: 14px;
  outline: 1px solid #939598;
  width: 14px;
}

.available-filter,
.sale-filter {
  color: #00000090;
  font-size: 16px;
  font-weight: 500;
}

.sale-filter {
  margin-bottom: 10px;
}

.section-card-compare {
  position: absolute;
  top: 0px;
  right: 0;
  z-index: 30;
  cursor: pointer;
}
.section-card-favorite {
  position: absolute;
  top: 40px;
  right: 0;
  z-index: 30;
  cursor: pointer;
}
.section-card-compare rect {
  fill: #c0c0c0;
}
.section-card-compare.active rect {
  fill: var(--default-color);
}
.catalog-section-filter-close {
  display: none;
}
.catalog_section_el-desk .link-add-cart.mob {
  display: none;
  max-width: 160px;
  margin: 10px auto 0;
  height: 36px;
}

.section-wrap-crumbs-bgc {
  background-color: #e9ecf3;
}

.section-wrap-crumbs {
  padding-top: 20px;
  padding-bottom: 20px;
}

.section-wrap-crumbs .breadcrumbs {
  padding: 0;
}

.section-wrap-bgc {
  background: linear-gradient(to right, #e9ecf3 0%, #e9ecf3 50%, white 50%, white 100%);
}

.wrap-img-bgc {
  background-color: #e9ecf3;
}

.horizontal-section .favorite-compare-icons {
  display: flex;
  gap: 15px;
  height: 46px;
  /* margin-top: auto; */
  /* align-self: end; */
}

@media (max-width: 880px) {
  .wrap-banner-category {
    margin: -20px auto 0px;
  }
  .filter-btn_mob {
    margin: 0;
    /* margin-top: -10px; */
  }
  .section-wrap-crumbs-bgc {
    background-color: white;
  }

  .catalog_section_el-desk .cart-buy-block {
    justify-content: start;
  }

  .section-wrap-crumbs {
    padding-bottom: 0;
  }

  .section-wrap-bgc {
    background: white;
  }
  .icons-header-item.icon-sign {
    display: none;
  }
  .icons-header-item.icon-basket {
    display: none;
  }
  .b24-widget-button-wrapper {
    bottom: 80px !important;
    right: 10px !important;
  }
  .callback-button {
    width: 60px;
    height: 60px;
    right: 10px;
  }

  .callback-button svg {
    width: 25px;
    height: 25px;
  }

  .breadcrumbs {
    display: none;
  }

  .breadcrumb-mob {
    display: flex;
    align-items: center;
    color: #000;
    gap: 7px;
    margin-bottom: 15px;
    /* margin-top: 10px; */
  }
  .wrap-panel-cart-compare {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
    gap: 10px;
    /* margin-top: 7px; */
    /* padding-right: 5px; */
    margin-top: auto;
  }

  .favorite-compare-icons {
    display: flex;
    gap: 10px;
    height: 36px;
    align-items: center;
  }

  .wrap-catalog-section-filter .product-item .text-price .old_price-section {
    font-size: 16px;
    margin: 0;
    padding-top: 3px;
  }

  .old_price-section {
    font-size: 15px;
  }
  .wrap-catalog-section-filter .product-item .text-price {
    flex-direction: row;
    gap: 7px;
    height: auto;
    justify-content: start;
  }

  .wrap-catalog-section-filter .section-card-compare {
    display: none;
    position: static;
    top: 0px;
    right: -12px;
  }
  .wrap-catalog-section-filter .section-card-favorite {
    display: none;
    position: static;
    top: 30px;
    right: -12px;
  }

  .wrap-catalog-section-filter .section-card-compare.mob,
  .wrap-catalog-section-filter .section-card-favorite.mob {
    display: block;
    /* margin-left: auto; */
  }

  .swiper .section-card-compare.mob,
  .swiper .section-card-favorite.mob {
    /* display: none; */
  }

  .swiper .section-card-compare,
  .swiper .section-card-favorite {
    right: -15px;
  }

  .wrap-catalog-section-filter .section-card-compare svg,
  .wrap-catalog-section-filter .section-card-favorite svg {
    width: 20px;
    height: 20px;
  }
  .wrap-banner-category {
    /* display: none; */
  }

  .wrap-banner-category img {
    height: 200px;
    object-fit: cover;
  }
  .product-item-container .catalog_section_el-desk .link-add-cart button {
    font-size: 16px;
  }

  .btn-view-compare span {
    display: none;
  }
  .catalog_section_el-desk .ib-item {
    margin-top: 0 !important;
  }
  .product-item-small-card .link-add-cart {
    display: none;
  }
  .catalog_section_el-desk .link-add-cart.mob {
    display: flex;
    margin: 0;
  }
  .wrap-catalog-section-filter {
    display: flex;
    flex-direction: column;
    position: relative;
  }
  .wrap-sort-filter {
    display: flex;
  }
  .catalog-filters {
    height: calc(100vh - 100px);
    overflow: auto;
  }

  .product-item-container {
    height: 100%;
    min-height: 0;
  }
  .wrap-catalog-inner {
    margin-right: 0px;
    width: 100%;
    height: 100vh;
    position: fixed;
    background: #fff;
    z-index: 999;
    top: 0px;
    left: 0;
    display: none;
  }
  .sticky-block {
    position: static;
    max-height: 100%;
    min-width: 270px;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 20px;
    padding-bottom: 0;
    border: none;
    border-radius: 0;
    display: flex;
    flex-direction: column-reverse;
  }

  .cleare-filter {
    align-items: center;
    background: #fff !important;
    border-top: none;
    border-bottom: 1px solid #e3e3e3;
    bottom: 0px;
    display: flex;
    flex-direction: row;
    padding: 0 0 16px 0;
    margin-bottom: 20px;
    justify-content: flex-end;
    gap: 20px;
  }
  .catalog-section-filter-close {
    display: block;
  }

  .catalog-section {
    padding: 0;
    padding-bottom: 15px;
  }
  .wrap-catalog-inner.active {
    display: block;
  }
  .product-item .percent-sale {
    background: #ff7200b5;
    z-index: 9;
    margin-right: 0;
  }

  .product-item .catalog_section_el-desk .percent-sale {
    margin-left: 0;
    padding: 3px;
    font-size: 14px;
    position: absolute;
    top: -25px;
    left: 17%;
    display: block;
  }

  .catalog-sale {
    position: relative;
  }

  .wrap-catalog-section-filter .product-item .text-price {
  }

  .product-item .pl-in .ib-item {
    color: #222;
    display: flex;
    font-size: 16px;
    font-weight: 500;
    /* justify-content: flex-start; */
    text-align: left;
  }
  .catalog_section_el-desk ul {
    color: #222;
    font-size: 14px;
    margin: 10px 0;
    padding: 0;
  }
  .product-item-small-card {
    margin: 0;
  }
  .product-item .text-price .base-price {
    font-size: 22px;
    /* padding-left: 9px; */
    /* padding-right: 9px; */
  }
  .product-item .text-price .base-price.not-available {
    font-size: 18px;
  }
  .catalog_section_el-desk ul li {
    align-items: center;
  }
  .product-item .pl-picture a {
    margin-bottom: 0;
  }
  .cookie-agree {
    flex-direction: column;
    font-size: 13px;
  }
  .cookie-agree__text {
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
  }

  .catalog-img-in-slider {
    display: block;
    margin: auto;
    max-width: 300px;
    max-width: 90%;
    max-height: 450px;
    /* max-height: 90%; */
    margin-bottom: 25px;
    width: auto;
    height: auto;
  }

  .catalog-product-main-slider {
    margin-bottom: 0;
  }

  .footer-topmargin.display_none {
    display: block;
  }
  .product-item .pl-picture a img {
    max-width: 90%;
  }

  .wrap-img-bgc {
    margin-top: 6px;
  }

  .catalog_section_el-desk .text-price {
flex-direction: column;
}
}

@media (max-width: 740px) {
  .section-swiper-slide .product-item-container {
    min-height: 560px;
  }
}

@media (max-width: 610px) {
  .section-card-compare, .section-card-favorite {
    position: static;
  }

      

  .catalog-section {
    flex-direction: column;
  }
  .product-item-small-card {
    width: 100%;
  }
  .product-item-container {
    width: 100%;
    height: auto;
  }
  .product-item .pl-in .ib-item {
    justify-content: flex-start;
  }

  .catalog-section .product-item .div-item .pl-in {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    gap: 8px;
  }
  .catalog-section .product-item .div-item .pl-in .pl-picture {
    width: 44%;
  }
  .product-item .catalog_section_el-desk {
    width: 54%;
  }

  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-swiper-slide div.product-item-container {
    min-height: 500px;
  }
}
@media (max-width: 500px) {
  .made-in-russia {
    width: 40px;
  }

  .product-item .made-in-russia {
    left: -17px;
  }
  .product-item-container {
    padding: 7px;
    padding-left: 2px;
  }

  /* .section-swiper-slide div.product-item-container {
    min-height: 480px;
  } */
}

@media (max-width: 400px) {
  /* .section-swiper-slide div.product-item-container {
    min-height: 430px;
  } */
  .wrap-catalog-section-filter .product-item .text-price .old_price-section {
    font-size: 11px;
  }
  .product-item .catalog_section_el-desk .percent-sale {
    font-size: 11px;
  }

  .old_price-section {
    font-size: 12px;
  }
}

@media (max-width: 364px) {
  .product-item-container .catalog_section_el-desk .link-add-cart button {
    font-size: 15px;
  }
  .wrap-panel-cart-compare {
    gap: 8px;
  }

  .old_price-section {
    font-size: 12px;
  }

  .cart-buy-block .link-add-cart button {
    min-width: 100px;
  }
}

@media (max-width: 355px) {
  .product-item .text-price .base-price {
    font-size: 18px;
  }

  .old_price-section {
    /* font-size: 13px; */
  }
}

@media (max-width: 340px) {
  .old_price-section {
    font-size: 11px;
  }
}

@media (max-width: 340px) {
  .cart-buy-block .link-add-cart button {
    min-width: 90px;
  }
}

/* END CATALOG*/

.catalog-block {
  /* margin-bottom: 50px; */
  /* padding-top: 90px; */
  padding-top: 0px;
}

.catalog-list-items {
  display: flex;
  flex-wrap: wrap;
  gap: 3%;
  justify-content: space-between;
  justify-content: center;
}
.catalog-section_title {
  color: var(--default-color);
  font-size: 28px;
  font-weight: 500;
  line-height: 32px;
  margin-bottom: 25px;
  margin-bottom: 40px;
  margin-top: 30px;
  margin-top: 40px;
  text-align: center;
}
.catalog-list-item {
  border-radius: 10px;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  height: auto;
  margin: 0 0 30px;
  margin-bottom: 40px;
  overflow: hidden;
  padding: 15px 0;
  position: relative;
  transition: background-position 1s ease-in-out;
  width: 22%;
}

.catalog-list-item::after {
  transition: all 0.5s ease-in-out;
}

.catalog-list-item_link {
  align-items: center;
  border-bottom: none !important;
  box-sizing: border-box;
  display: flex;
  height: 450px;
  height: auto;
  justify-content: center;
  max-height: 450px;
  position: relative;
  transition: color 0.3s ease-in-out;
  width: 100%;
}

.catalog-list-item::before {
  background: radial-gradient(circle at 50% 35%, #fff, #4d86f736);
  border-radius: 10px;
  content: "";
  inset: 0;
  opacity: 0;
  position: absolute;
  transition: opacity 0.5s ease-in-out;
}

.catalog-list-item:hover::before {
  opacity: 1;
}

.catalog-list-item:hover .catalog-list-item_title {
  bottom: -40px;
}
.catalog-list-item_title {
  align-items: center;
  bottom: -150px;
  box-sizing: border-box;
  color: #000;
  display: flex;
  font-size: 18px;
  font-weight: 400;
  height: 80px;
  justify-content: center;
  line-height: 20px;
  margin-bottom: 15px;
  max-width: none;
  padding: 0 10px;
  position: absolute;
  text-align: center;
  transition: all 0.5s ease-in-out;
  width: 100%;
}

.catalog-list-item_title.active {
  bottom: -40px;
}
.catalog-list-item:hover {
  background-color: transparent;
}

.catalog-list-item_img {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  height: 100%;
  padding: 15px;
  width: 100%;
  padding-bottom: 46px;
}
.catalog-list-item_img img {
  border-radius: 6px;
  display: block;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
}

.in {
  margin: 40px 20px;
  margin: 20px 80px;
  padding: 0;
  padding-top: 150px;
}

/* header */

/* * * Header * * */

#header {
  background-color: #108a81ee;
  box-shadow: 0px 0px 3px 0px #00000060;
  color: var(--default-color);
  margin-bottom: -6px;
  padding: 20px 0;
  position: relative;
  position: fixed;
  top: 0;
  z-index: 200;
}

#header,
#header .teeth {
  left: 0;
  width: 100%;
}

#header .teeth {
  bottom: -6px;
  position: absolute;
}
/* animation burger */
.header-burger_mob {
  display: none;
  /* height: 32px; */
  height: 100%;
  /* width: 32px; */
  width: 25px;
}

.header-nav {
  align-items: center;
  display: flex;
  gap: 20px;
}
.header-link-catalog {
  background: var(--default-color);
  border-radius: 6px;
  color: #fff;
  padding: 12px 20px;
}
.header-nav li a {
  font-size: 18px;
  font-weight: 400;
}
#header-right {
  display: none;
  width: 100%;
}

.cart-list-items .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
#motto {
  color: var(--default-color);
  font-size: 15px;
  font-style: italic;
  line-height: 1.05;
  opacity: 0.75;
  padding-left: 116px;
}
#header-phone-label {
  font-size: 12px;
  opacity: 0.38;
}

.wrap-logo-top {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

#header-phone {
  font-size: 20px;
  line-height: 1;
}
.header-container {
  display: flex;
  justify-content: space-between;
}

#header-social {
  margin-top: 20px;
}
#header-social .ib-item + .ib-item {
  margin-left: 9px;
}
#header-social a {
  background-image: url(/local/templates/nord/src/styles/../images/icons-social4.png);
  background-repeat: no-repeat;
  display: block;
  height: 28px;
  text-decoration: none;
  width: 28px;
}

#header-social a:hover {
  text-decoration: none !important;
}

.main-nav_list li,
.main-nav_list-desc li {
  font-size: 16px;
}
.wrap-icons-header {
  user-select: none;
}
.header-search-form.desctop {
  display: block;
  height: 42px;
  max-width: 400px;
  width: 100%;
  margin-right: 15px;
}

.header-search-form.desctop form {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  padding-left: 5px;
  padding-right: -5px;
  position: relative;
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
}

.header-search-form.desctop input:focus {
  outline: var(--default-color) 2px solid;
}

.header-search-form.desctop input::placeholder {
  color: #bdbdbd;
}
.header-search-form.desctop input {
  background-color: #eceff6;
  border: none;
  border-radius: 5px;
  color: #bdbdbd;
  font-size: 16px;
  height: 42px;
  text-indent: 10px;
  width: 100%;
}

.submit-form-search {
  height: 22px;
  background: transparent;
  border: none;
  cursor: pointer;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 10px;
}

.submit-form-search:hover svg path {
  /* fill: var(--default-color); */
}

.submit-form-search svg {
  height: 22px;
  width: 22px;
}
.submit-form-search svg path {
  /* fill: var(--default-color); */
}

.header-search-form.mobile {
  display: none;
}
.main-nav_list a,
.main-nav_list-desc li a {
  text-decoration: none;
}

.main-nav_list .active a,
.main-nav_list-desc .active a {
  border-bottom: none;
  color: var(--default-color);
}

.wrap-icons-header .search-btn-mob svg {
  height: 100%;
  width: 100%;
}

#sign-in {
  cursor: pointer;
}

.main-nav_list {
  display: none;
}
.main-nav_list-desc {
  margin: 0 auto 0 60px;
}

.main-nav_list .header-nav-wrap .header-nav {
  display: flex;
}
.wrap-modal-auth {
  display: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
}
.wrap-modal-auth.active {
  display: block;
}

.icons-header-item {
  align-items: center;
  color: var(--default-color);
  display: flex;
  height: 34px;
  justify-content: center;
  position: relative;
  width: 34px;
}
.wrap-icons-header {
  align-items: center;
  display: flex;
  gap: 9px;
  cursor: pointer;
  justify-content: flex-end;
  /* margin-left: 26px; */
  max-width: 170px;
  width: 100%;
}
.wrap-icons-header svg path {
  /* fill: var(--default-color); */
}
.header-position {
  margin: 0 auto;
  max-width: 1400px;
}
.circle-notice {
  align-items: center;
  background: #fff;
  border-radius: 53px;
  box-shadow: 1px 1px 2px 1px #00000030;
  color: var(--default-color);
  display: flex;
  font-size: 13px;
  height: 20px;
  justify-content: center;
  opacity: 1;
  position: absolute;
  right: 22px;
  top: -7px;
  transition: opacity 0.2s linear;
  width: 20px;
}
.circle-notice.hide {
  display: none;
}
.wrap-list-personal-link .circle-notice {
  position: static;
}
.icon-basket svg path {
  fill: transparent;
}
.icon-basket svg,
.icon-sign svg {
  height: 22px;
  width: 22px;
}

.icon-basket svg path,
.icon-sign svg path,
.submit-form-search svg path {
  stroke-width: 2px;
}

.icon-compare svg rect {
  width: 2px;
}

.icon-compare svg {
  height: 22px;
  width: 22px;
}

.icon-favorite svg {
  width: 26px;
  height: 26px;
}

.title-subscripe-news {
  font-size: 20px;
  margin-bottom: 20px;
}

.flex {
  flex: 1;
}
#main.fixed {
  margin-top: 0px;
}

#header .flex {
  padding: 0 20px;
  width: 100%;
}

.header-nav li {
  color: #000;
  cursor: pointer;
  position: relative;
}

.header-nav li,
.header-logo {
  align-items: center;
  display: flex;
}

.header-nav li:hover .wrap-catalog-section_title-header {
  border-radius: 6px;
  opacity: 1;
  top: 99%;
  visibility: visible;
  z-index: 99;
}

.header-nav li .wrap-catalog-section_title-header.active {
  border: 1px solid #ccc;
  border-radius: 6px;
  opacity: 1;
  visibility: visible;
}

.header-nav li .wrap-catalog-section_title-header {
  background: #f2f2f2;
  box-shadow: -5px 0px 5px 1px #00000010;
  left: 0px;
  line-height: 30px;
  min-height: 108px;
  opacity: 0;
  padding: 15px 0 5px 15px;
  position: absolute;
  top: 99%;
  transition: opacity 0.2s linear;
  visibility: hidden;
  width: 260px;
  z-index: -1;
}

#for_clients + .wrap-catalog-section_title-header {
  left: 0;
}

.wrap-search-socials {
  width: 210px;
}

#header
  .main-nav_list-desc
  .wrap-index-catalog-category.header:hover
  .catalog-section_title-header {
  color: var(--default-color);
}

.wrap-index-catalog-category.header {
  height: auto;
  margin-bottom: 5px;
}

.catalog-section_title-header img {
  height: 22px;
  width: 22px;
}

.main-nav_list-desc .wrap-catalog-section_title-header li {
  display: block;
  margin: 0;
  margin-bottom: 5px;
  width: 100%;
}
.wrap-index-catalog-sup-category {
  background: #f2f2f2;
  left: -10px;
  line-height: 30px;
  opacity: 0;
  padding: 5px 20px 5px 34px;
  position: absolute;
  top: 65%;
  transition: all 0.2s linear;
  visibility: hidden;
  width: 142%;
  z-index: -1;
}
.wrap-index-catalog-sup-category-img {
  align-items: center;
  background: #fff;
  border: 1px solid #ccc;
  border: none;
  border-radius: 0 6px 6px 0;
  box-shadow: 6px 4px 6px -2px #00000010;
  display: flex;
  height: 310px;
  justify-content: center;
  left: 279px;
  opacity: 0;
  padding: 30px;
  position: absolute;
  top: 0px;
  transition: opacity 0.2s linear;
  width: 280px;
}
.wrap-index-catalog-sup-category-img img {
  margin: auto;
  max-height: 100%;
  max-width: 100%;
}

.wrap-index-catalog-sup-category-img a img {
  width: 100%;
}

#header .main-nav_list-desc .wrap-catalog-section_title-header li a,
#header .main-nav_list-desc .wrap-catalog-subsection_title-header li a {
  color: #606060;
}

#header .main-nav_list-desc .wrap-catalog-section_title-header li a:hover,
#header .main-nav_list-desc .wrap-index-catalog-sup-category.header a:hover {
  color: var(--default-color);
  text-decoration: none;
}

#header .main-nav_list-desc .wrap-catalog-section_title-header li a,
#header .main-nav_list-desc .catalog-section_title-header {
  align-items: center;
  color: #606060;
  display: flex;
  font-size: 16px;
  gap: 10px;
  line-height: 24px;
  position: relative;
  width: 100%;
}
.wrap-index-catalog-category.header a:hover::after,
#header .main-nav_list-desc .wrap-index-catalog-sup-category.header a:hover:after {
  opacity: 1;
}
.wrap-index-catalog-category:hover .wrap-index-catalog-sup-category {
  border: 1px solid #ccc;
  border-radius: 0 0 6px 6px;
  border-top: none;
  opacity: 1;
  top: 99%;
  visibility: visible;
  z-index: 99;
}
#header .main-nav_list-desc .wrap-index-catalog-sup-category {
  background-color: #eeeeee;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 1px #00000010;
  min-height: 108px;
  /* padding: 15px; */
  padding: 19px 0 15px 30px;
  width: 280px;
}

.main-nav_list-desc a img {
  margin: 0;
}

.wrap-index-catalog-sup-category.header {
  left: 244px;
  position: absolute;
  top: -15px;
}

.wrap-index-catalog-sup-category.header a {
  font-size: 16px;
}

.wrap-index-catalog-category.header:hover .wrap-index-catalog-sup-category.header {
  left: 244px;
  top: 0px;
}
#header .main-nav_list-desc .wrap-index-catalog-sup-category.header a {
  align-items: center;
  color: #606060;
  display: flex;
  line-height: 18px;
  position: relative;
  width: 100%;
  max-width: 240px;
}

.wrap-index-catalog-sup-category.header
  .wrap-index-catalog-sup-category-img-wrapper:not(:last-of-type) {
  margin-bottom: 10px;
}

.wrap-index-catalog-category.header > a::after,
.wrap-index-catalog-sup-category.header a::after {
  background: url(/local/templates/nord/src/images/arrow-icon.svg);
  background-repeat: no-repeat;
  background-size: 10px 10px;
  content: "";
  height: 15px;
  object-fit: contain;
  opacity: 0;
  position: absolute;
  right: 3px;
  top: 5px;
  width: 15px;
}

.wrap-index-catalog-category.header > .catalog-section_title-header::after {
right: 22px;
top: 7px;
}

.wrap-index-catalog-category.header a::after {
  right: 5px;
}

.wrap-index-catalog-sup-category-img a::after {
  display: none;
}
#header .main-nav_list-desc .wrap-index-catalog-sup-category.header a:not(:last-child) {
  margin-bottom: 5px;
}

.text::placeholder {
  color: #fff;
}
#homepage-slider .swiper-button-next,
#homepage-slider .swiper-button-prev {
  top: var(--swiper-navigation-top-offset, 49%) !important;
}

.social-list-footer li svg {
  transition: all 0.3s linear;
}

.social-list-footer li:hover svg {
  transform: rotate(360deg);
}

/* ----------------------------------------------------*/
.index-news-wrap {
  margin-top: 40px;
}

.index-news-wrap h2 {
  font-size: 24px;
  font-weight: 500;
}

#main h2.nom {
  font-weight: 500;
}
/* FOOTER */
.footer-topmargin {
  min-height: 50px;
  width: 100%;
  background-color: #fff;
}
#footer-phone-label {
  font-size: 16px;
  max-width: 280px;
  opacity: 1;
  text-align: left;
  width: 16%;
  width: 30%;
}

#footer-phone {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 0;
}

#footer {
  background: linear-gradient(45deg, #ebeef5, #c9cbd0);
  box-shadow: 0px 0px 3px 0px #00000060;
  box-sizing: border-box;
  height: auto;
  margin-top: 0px;
  padding: 30px 20px 20px;
  position: static;
  width: 100%;
}
#footer,
#footer a {
  color: #666;
}
#footer-middle {
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.footer-wrap-menu {
  max-width: 220px;
  text-align: left;
  width: 10%;
}

.footer-wrap-menu ul li:not(:last-child) {
  margin-bottom: 10px;
}

.display_none {
  display: none;
}

.footer-info-block {
  align-items: center;
  display: flex;
  display: block;
  flex-direction: column;
  font-size: 16px;
  text-align: left;
  text-wrap: balance;
  width: 18%;
  line-height: 20px;
}
p.footer-info-block {
  align-items: flex-start;
}
.social-list-footer {
  display: flex;
  gap: 9px;
}
.social-list-footer li a svg {
  height: 50px;
  width: 50px;
}
.footer-desktop {
  align-items: center;
  gap: 16px;
  justify-content: space-between;
  margin: 0 auto;
}

.footer-desktop,
.footer-wrap-form-news {
  display: flex;
  flex-direction: column;
}

.footer-wrap-form-news {
  align-items: flex-start;
  font-size: 16px;
  max-width: 620px;
  min-width: 300px;
  width: 37%;
}
.footer-middle {
  flex-wrap: wrap;
  width: 100%;
}
.footer-middle,
.footer-form-wrap-field {
  align-items: center;
  display: flex;
  gap: 30px;
  justify-content: space-between;
}
.footer-form-wrap-field {
  height: 50px;
  position: relative;
  margin-bottom: 15px;
}
.footer-form-wrap-field input {
  background: #eceff6;
  border: none;
  border-radius: 6px;
  color: var(--default-color);
  font-size: 16px;
  height: 100%;
  margin: 0;
  padding: 0;
  text-indent: 10px;
  width: 100%;
}
.footer-form-wrap-field input:focus {
  outline: 2px solid var(--default-color);
}
.footer-form-wrap-field input::placeholder {
  color: #6a6a6a;
}
.news-form-success {
  font-size: 20px;
}
.footer-form-submit {
  align-items: center;
  background: var(--default-color);
  border: none;
  border-radius: 6px;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-family: var(--default-font);
  font-size: 14px;
  height: 50px;
  justify-content: center;
  padding: 12px;
  max-width: 50px;
}

.footer-form-submit svg {
  height: 50px;
  width: 100%;
}
.footer-wrap-form-news form {
  width: 100%;
}
.footer-wrap-form-news .footer-form-wrap-field {
  gap: 10px;
}
#footer .politics-registration a {
  /* color: var(--default-color); */
  text-decoration: underline;
}
#footer .politics-registration {
  font-size: 13px;
  margin-top: 4px;
  text-align: left;
}
.bold {
  font-weight: 600;
}
#footer a:hover {
  border-bottom: none;
  color: var(--default-color);
  text-decoration: none;
}
#footer-nav-1 li {
  font-size: 18px;
}

#footer .br-mob-hidden {
  display: none;
}
#copyright {
  font-size: 12px;
}

#copyright,
.footer-warning-change {
  text-align: center;
  width: 100%;
}

.footer-warning-change {
  margin-top: 20px;
  opacity: 0.86;
}

.asidebar-social {
  background-color: #108a8190;
  border-radius: 0 25px 25px 0;
  left: 0;
  padding: 6px;
  position: fixed;
  top: calc(50% - 250px);
  z-index: 100;
}

.asidebar-social .social-list-footer {
  flex-direction: column;
}

.swiper-baner-home .swiper-wrapper {
  z-index: 150;
}

.swiper-baner-home .swiper-button-prev,
.swiper-baner-home .swiper-button-next {
  z-index: 160;
}

.asidebar-social .social-list-footer li a svg {
  height: 35px;
  width: 35px;
}

.akcii-title {
  text-align: center;
  margin: 30px 0;
  font-size: 36px;
  font-weight: 700;
  color: var(--default-color);
}

@media (max-width: 1920px) {
  .banner__wrap {
    padding: 80px 0 50px;
  }

  .banner__second-third-wrap p {
    font-size: 18px;
  }
}

@media (max-width: 1280px) {
  .banner__second-third-wrap {
    flex-direction: column;
  }

  .banner__second-third-wrap div,
  .banner__wrap {
    width: 100%;
  }

  .banner__wrap {
    background: linear-gradient(0deg, #4d86f7 84%, #4d86f7cc 89%, transparent);
    bottom: auto;
    padding: 80px 0 20px;
    position: relative;
    top: -90px;
    z-index: 10;
  }
  .banner__img-container {
    height: 100%;
  }
  .catalog-list-item_link {
    max-height: 400px;
  }
  .wrap-search-socials {
    min-width: 210px;
  }

  .header-nav li a {
    /* font-size: 20px; */
  }

  .header-logo svg {
    width: 275px;
  }
}

@media (max-width: 1240px) {
  .title-subscripe-news {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .footer-info-block,
  .footer-wrap-menu {
    font-size: 14px;
  }
  #footer-phone {
    font-size: 18px;
  }
  #footer-phone-label {
    width: 18%;
  }
  #footer-phone-label,
  .footer-warning-change {
    font-size: 14px;
  }

  .main-nav_list-desc {
    margin-left: 20px;
  }
}
@media (max-width: 1140px) {
  .catalog-list-item_title {
    font-size: 20px;
  }
}

@media (max-width: 1024px) {
  .banner__text-wrap {
    flex-direction: column;
  }

  .banner__timer {
    padding-bottom: 40px;
  }

  .catalog-list-item_title {
    height: 100px;
  }
}

@media (max-width: 950px) {
  .main-wrap {
    min-height: 1140px;
    position: relative;
  }

  .bx-soa-section img {
    width: auto;
  }

  img {
    width: 100%;
  }

  .banner__wrap {
    position: absolute;
    top: 28vh;
  }

  .banner__subtitle {
    font-size: 40px;
    width: 50%;
  }

  .banner__text-second,
  .banner__text-third {
    color: #ece3de;
    font-size: 16px;
  }
}

@media (max-width: 900px) {
  .catalog-list-item {
    width: 32%;
    padding-bottom: 25px;
  }

  .catalog-list-item:hover .catalog-list-item_title {
    color: #000;
  }

  .catalog-list-item:hover:before {
    opacity: 0;
  }

  .catalog-list-item:active:before {
    opacity: 1;
  }

  .catalog-list-item_title {
    background-image: none;
    color: black;
    font-size: 20px;
    margin-bottom: 0;
    position: static;
    height: 80px;
  }

  .catalog-list-item_title.active {
    color: #000;
  }

  .catalog-list-item_link {
    display: flex;
    flex-direction: column-reverse;
  }

  .catalog-block {
    margin-bottom: 0px;
    padding-top: 0px;
  }
}

@media (max-width: 880px) {
  main {
    margin-top: 80px;
  }
  .cookie-notification-modal {
    left: 0;
    padding: 10px 0;
    text-align: center;
    width: 100%;
  }
  .cookie-agree__buttons {
    width: 90%;
  }
  #main.fixed {
    margin-top: 0;
  }
  #header {
    height: 60px;
  }
  .link-logo svg {
    min-width: auto;
    height: auto;
  }
  .link-logo {
    width: 130px;
  }
  .header-nav-wrap {
    display: none;
  }
  .main-nav_list-desc {
    display: none;
  }

  .header-burger_mob {
    cursor: pointer;
    display: block;
    height: 100%;
    /* height: 30px; */
    /* margin-right: 30px;
    margin-right: 22px; */
    width: 25px;
  }
  .header-burger_mob > span {
    width: 25px;
    height: 2px;
    background: var(--default-color);
    display: block;
    margin: 5px 0;
    /* margin-right: 10px; */
    transition: all 0.3s;
  }
  .header-burger_mob.active .header-burger_mob-first {
    transform: translate(5px, -2px) rotate(45deg);
    transform-origin: left top;
  }

  .header-burger_mob.active .header-burger_mob-middle {
    transform: translate(-3px, -9px) rotate(-45deg);
    transform-origin: right bottom;
  }
  .header-burger_mob.active .header-social-mob-end {
    opacity: 0;
    visibility: hidden;
  }

  .main-nav_list {
    background-color: #f1f3f8;
    box-shadow: 0px 3px 4px 0px #00000030;
    display: none;
    flex-direction: column-reverse;
    left: 0;
    padding: 20px;
    position: absolute;
    top: 60px;
    width: 100%;
  }
  .main-nav_list.on_flex {
    display: flex;
  }
  .main-nav_list .header-nav {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  .logo-item-mob {
    align-items: center;
  }

  .header-logo svg {
    width: 230px;
  }

  #header .flex {
    padding: 0 20px;
    width: 100%;
  }

  .main-nav_list #header-right {
    display: block;
    margin: 0;
  }

  #header-right-in {
    padding: 0;
  }

  .header-search-form.mobile {
    border: 2px solid #fff;
    border-radius: 4px;
    color: #fff;
    display: block;
    font-size: 16px;
    height: 45px;
    margin-top: 20px;
    overflow: hidden;
    position: relative;
  }
  .header-search-form.mobile form {
    height: 100%;
    width: 100%;
  }

  #header-search-form .search-input-mob {
    border: none;
    font-size: 16px;
    height: 100%;
    text-indent: 14px;
    width: 100%;
  }
  #header-search-form .search-input-mob::placeholder {
    color: #4d86f79e;
  }
  .search-input-mob:focus {
    outline: var(--default-color);
  }
  .search-btn-mob {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .submit-form-search-mob {
    background: transparent;
    border: 2px solid transparent;
    border-left: 2px solid #fff;
    height: 44px;
    right: 0;
    top: -1px;
  }

  .wrap-logo-top {
    margin: 0;
    width: 100%;
  }

  .submit-form-search-mob svg {
    height: 100%;
    width: 100%;
  }

  .header-search-form.desctop {
    display: none;
  }

  .wrap-logo-top .wrap-search-socials {
    margin-top: 0;
  }

  .wrap-icons-header .search-btn-mob {
    height: 34px;
    width: 34px;
  }

  #main-nav .header-nav li {
    margin: 0;
  }

  .header-nav {
    gap: 15px;
  }

  .wrap-icons-header {
    margin-bottom: 0;
  }
  .asidebar-social {
    display: none;
  }

  .in {
    margin: 20px 20px;
  }
  /*start nwes */
  .news-item-tl a {
    max-height: none !important;
    height: auto;
  }
  .index-news-wrap h2 {
    margin-bottom: 30px;
  }
  /*stop nwes */
  /*footer */
  #footer-middle {
    flex-direction: column-reverse;
    gap: 20px;
  }
  .footer-wrap-menu,
  .footer-info-block {
    font-size: 16px;
    text-align: center;
  }
  .footer-info-block {
    max-width: 320px;
    max-width: none;
    width: 100%;
  }
  p.footer-info-block {
    align-items: center;
    text-align: center;
  }
  #footer-nav-1 > ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
  }
  .title-subscripe-news {
    text-align: center;
  }
  .footer-wrap-form-news {
    align-items: center;
  }
  #footer .politics-registration,
  #footer-phone-label {
    text-align: center;
  }
  #footer-phone-label {
    font-size: 16px;
    opacity: 1;
    width: 100%;
  }
}

@media (max-width: 680px) {
  .catalog-list-item_img {
    padding-bottom: 25px;
  }
  .main-wrap {
    min-height: 1140px;
  }
  .banner__timer-title {
    text-align: center;
  }

  .news-item,
  .news-item img {
    width: 100%;
  }

  .news-item img {
    border-radius: 6px;
    max-height: 300px;
    object-fit: cover;
  }

  .banner__timer {
    align-items: center;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    padding-bottom: 40px;
  }

  .timer {
    margin: 0;
  }

  .catalog-list-item_title {
    line-height: 18px;
  }
}

@media (max-width: 580px) {
  #header {
    height: 65px;
  }
  .link-logo {
    width: 115px;
  }
  #header .wrap-logo-top {
    margin: 0;
    width: 100%;
  }

  .icons-header-item,
  .wrap-icons-header .search-btn-mob {
    height: 26px;
    width: 26px;
  }

  .catalog-list-item_img {
    padding: 10px;
  }

  .catalog-list-item_title {
    font-size: 17px;
  }

  .wrap-search-socials {
    min-width: 130px;
    width: auto;
  }

  .header-logo svg {
    width: 150px;
  }

  .header-burger_mob {
    margin-right: 13px;
    width: 30px;
  }

  .main-nav_list {
    top: 62px;
  }
  .social-list-footer li a svg {
    height: 36px;
    width: 36px;
  }
  .social-list-footer {
    flex-wrap: wrap;
    gap: 9px;
    justify-content: center;
  }
}

@media (max-width: 560px) {
  .catalog-list-item {
    margin-bottom: 15px;
    padding: 0;
    width: 47.5%;
  }

  .catalog-list-item_link {
    max-height: 360px;
  }
}

@media (max-width: 500px) {
  .banner__wrap {
    background: linear-gradient(0deg, #4d86f7 97%, transparent);
    padding: 40px 0 20px;
    position: absolute;
    top: 254px;
  }
}

@media (max-width: 490px) {
  #header .wrap-logo-top {
    margin: 0;
    width: 100%;
  }
}

@media (max-width: 440px) {
  .social-list-footer li a svg {
    height: 30px;
    width: 30px;
  }
  .footer-form-wrap-field {
    /* flex-direction: column; */
    gap: 10px;
    height: auto;
  }
  .footer-form-wrap-field input {
    padding: 16px;
  }
}

@media (max-width: 410px) {
  .main-wrap {
    min-height: 1240px;
  }
}

@media (max-width: 400px) {
  .catalog-list-item_title {
    font-size: 16px;
  }

  .catalog_section_el-desk ul li span:first-child {
    hyphens: manual;
    -webkit-hyphens: manual;
    -ms-hyphens: manual;
    white-space: normal;
    width: 57%;
    /* language: ru; */
    /* word-wrap: break-word; */
  }

  .catalog_section_el-desk ul li span:last-child {
    width: 51%;
    hyphens: auto;
  }
}

@media (max-width: 370px) {
  .link-logo {
    /* width: 100px; */
  }
}

@media (max-width: 360px) {
  .catalog-list-item_link {
    max-height: 270px;
  }
}

/*start SLIDER*/

.slide-image img {
  max-width: none;
  max-height: none;
  margin: 0;
  display: block;
}

.bx-slider-desk {
  height: calc(100vh - 120px);
  /* margin-top: -20px; */
}

#homepage-slider {
  overflow: hidden;
  background-image: none;
  width: 100%;
  height: 100%;
}

#homepage-slide-1 {
  height: 100%;
}

#homepage-slider .slide-image {
  position: static;
  width: 100%;
  height: 100%;
}

#homepage-slider .slide-image a {
  height: 100%;
}

#homepage-slider .slide-image a img {
  object-fit: cover;
  object-position: 50% 65%;
  display: block;
  width: 100%;
  height: 100%;
}

.swiper-baner-home .swiper-button-next,
.swiper-baner-home .swiper-button-prev {
  width: 75px;
  height: 75px;
  transition: all 0.3 linear;
}

#homepage-slider .swiper-button-next,
#homepage-slider .swiper-button-prev {
  top: var(--swiper-navigation-top-offset, 37%);
}

.swiper-baner-home .swiper-button-prev {
  rotate: 180deg;
  left: 0;
  border-radius: 5px 0 0 5px;
}

.swiper-baner-home .swiper-button-prev::after,
.swiper-baner-home .swiper-button-next::after {
  display: none;
}

.swiper-baner-btn {
  position: absolute;
  top: calc(50% - 30px);
  width: 60px;
  height: 60px;
  background: #21212152;
  z-index: 100;
  cursor: pointer;
  transition: all 0.2s linear;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.6;
}

.swiper-baner-home .swiper-button-next {
  right: 0;
  border-radius: 5px 0 0 5px;
}

.swiper-baner-home .swiper-button-prev:hover {
  opacity: 0.8;
}

.swiper-baner-home .swiper-button-next:hover {
  opacity: 0.8;
}

@media (max-width: 880px) {
  .bx-slider-desk {
    height: calc(100vh - 170px);
  }
  .bx-slider-desk .swiper-button-prev,
  .bx-slider-desk .swiper-button-next {
    display: none;
  }
}

/*STOP MAIN SLIDER*/

/*START SERVICE CENTERS*/
.select-cont {
  /*background-image: none;*/
  margin-right: 30px;
}

.asc-filters {
  display: flex;
  margin-bottom: 50px;
}
.asc-select-filters {
  background-color: #fff;
  margin: 10px 30px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 3px;
  font-size: 16px;
  color: #222;
  border: 1px solid #222;
  padding: 8px 20px;
  border-radius: 4px;
  width: 214px;
}

.asc-item {
  margin: 20px;
  padding: 25px;
  box-shadow: 0px 0px 59px -51px #3c3c3c9a;
  background-color: #e9ecf3;
}
.asc-item h2 {
  font-size: 1.3em !important;
  color: var(--default-color);
  margin-bottom: 20px;
}
.asc-content {
  margin: 10px 0;
  color: #222;
}
/*END SERVICE CENTERS*/

/*START LK*/
.top-title-page {
  font-size: 22px;
  margin-bottom: 20px;
  font-weight: 500;
}
.wrap-page-personal {
  margin: 25px auto 20px;
  /* padding: 20px; */
  display: flex;
  gap: 20px;
}

.old_price-section {
  text-decoration: line-through;
  color: #c0c0c0;
}

.sale-order-list-container {
  margin: 0 0 20px 0;
  border: 1px solid #b3b3b3;
  padding: 20px;
  border-radius: 6px;
  background-color: #ffffff;
}
.sale-order-list-title-container {
  margin-bottom: 20px;
}
.wrap-order-pay-delivery {
  display: flex;
  justify-content: flex-start;
  gap: 50px;
  flex-wrap: wrap;
}
.sale-order-list-status-restricted,
.sale-order-list-status-alert,
.sale-order-list-status-success {
  background: none;
  border: none;
  color: #222;

  font-size: 18px;
  padding: 0;
  font-weight: 700;
  color: #d0021b;
}
.sale-order-detail-order-item-table {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 30px;
}
.link-in-detail-order {
  border-radius: 5px;
  border: 1px solid #b3b3b3;
  background: #fff;
  padding: 20px 10px;
  display: block;
  width: 100%;
}
.sub-foto-title-order {
  width: 100%;
  padding-top: 10px;
}
.sale-order-detail-order-item-imgcontainer {
  padding-top: 70%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.sale-order-detail-order-item-img-block {
  width: 100%;
  min-width: 210px;
  margin: 0;
  padding-right: 0;
}
.sale-order-detail-order-item-td {
  display: table-cell;
  vertical-align: top;
  width: 100%;
}
.sale-order-detail-order-item-table
  .sale-order-detail-order-item-tr:first-child
  .sale-order-detail-order-item-td {
  border-top: none;
}
.sale-order-list-top-border {
  margin: 24px 0;
}
.sale-order-detail-order-item-tr {
  display: table-row;
  width: 30%;
}
.sale-order-detail-order-section {
  -webkit-transition: border-color 0.3s ease;
  -moz-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
.sale-order-list-shipment-element,
.sale-order-list-shipment-status-item,
.sale-order-list-shipment-item {
  font-size: 16px;
  font-weight: 600;
  color: #222;
}
.sale-order-detail-payment-options-order-content {
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #b3b3b3;
}
.more-order-btn {
  color: #108a81;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 15px;
}
.sale-order-list-shipment-element-price,
.sale-order-list-shipment-item-element {
  color: #222;
  font-size: 16px;
  font-weight: 400;
}
.history-order-ticket {
  color: #222;

  font-weight: 400;
  font-size: 16px;
}
.sale-order-list-status-success {
  color: #222;
}
.sale-order-list-payment-check,
.sale-order-list-payment-price {
  color: #898989;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 22px;
}
.sale-order-list-inner-row-template {
  display: none;
}
.sale-order-list-inner-row {
  padding: 0;
  position: relative;
}

.col-auto.pl-0 {
  margin-bottom: 10px;
}

.widget-payment-checkout-info {
  margin-bottom: 10px;
}

.d-flex.align-items-center.mb-3 {
  margin-bottom: 10px;
}

.history-title-order {
  display: flex;
  justify-content: space-between;
  color: #222;

  font-size: 20px;
  font-weight: 700;
}
.history-order-date {
  color: #444;

  font-size: 18px;
}
.wrap-page-personal.orders-page {
  flex-direction: column;
  padding: 20px;
}
.title-page-profile {
  font-size: 22px;
  font-weight: 500;
}
.wrap-personal-index {
  max-width: 280px;
  padding: 10px;
  border-radius: 6px;
  border: 1px solid #b3b3b3;
}
.inner-setting-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.inner-setting-logo {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #d9d9d9;
  border-radius: 50px;
  color: #898989;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
}
.bx-auth-profile div {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}
.profile-table-item {
  width: 31%;
}
div.bx-auth-profile input.bx-auth-input {
  vertical-align: middle;
}
.personal-link-item-left {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 6px;
}
#send-profile-change {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 220px;
  height: 44px;
  color: #fff;
  font-size: 18px;
  margin: 30px auto 0;
  text-align: center;
  font-weight: 700;
  border-radius: 6px;
  border: 1px solid var(--default-color);
  background: var(--default-color);
  padding: 0;
  cursor: pointer;
}
.bx-auth-profile span {
  color: #898989;

  font-size: 14px;
  position: absolute;
  top: 4px;
  left: 10px;
  z-index: 3;
}
.change-password-text {
  color: #222;
  font-size: 18px;
}

.wrap-personal-profile {
  display: block;
  width: calc(100% - 220px);
}
.bx-auth-profile input {
  width: 100%;
  min-height: 48px;
  border-radius: 4px;
  border: 1px solid #898989;
  background: #fff;
  color: #222;

  padding: 20px 10px 5px 10px;
  font-size: 18px;
  box-shadow: none;
}

textarea {
  padding: 20px 10px 5px 10px;
}
.wrap-personal-profile .bx-auth-profile {
  background: #f8f8f8;
  padding: 40px 15px;
}
.wrap-change-password {
  display: flex;
  align-items: center;
  justify-content: flex-start !important;
  gap: 35px !important;
  width: 100%;
}
.personal-logout {
  width: 100px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  border: 1px solid var(--default-color);
  margin: 30px auto;
  color: var(--default-color);
  font-size: 16px;
  font-weight: 700;
  transition: background 0.2s linear, color 0.2s linear;
}
.personal-logout:hover {
  background: var(--default-color);
  color: #fff;
}
.wrap-section-in-personal {
  display: flex;
  margin: 0 auto;
}
.order-status {
  border-radius: 6px;
  border: 1px solid #b3b3b3;
  background: #fff;
  width: 80%;
  height: 44px;
  padding: 0 20px;
  color: #222;
  font-size: 18px;
  display: block;
  max-width: 200px;
  margin: 7px auto 0 20px;
}
.personal-link-item {
  padding: 10px 0 15px;
  border-bottom: 1px solid #898989;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #222;
}
.personal-link-item:first-child {
  border-top: 1px solid #898989;
  padding-top: 15px;
  margin-top: 15px;
}
.inner-setting-pic {
  display: none;
}
.inner-setting-name {
  color: #444;
  width: 90%;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  margin-top: 10px;
}
/*START CART*/
#basket-root {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 25px;
}
.cart-list-items {
  width: 70%;
  border-radius: 6px;
  border: 1px solid #898989;
}
.basket-items-list-item-container {
  max-width: none;
  margin-top: 10px;
  border-bottom: 1px solid #222;
}
.basket-items-list-item-container:last-child {
  border-bottom: none;
}

.basket-item-block-image {
  width: 22%;
}
.basket-item-block-image a img {
  margin-bottom: 0;
  object-fit: contain;
}
.basket-item-info-name a {
  font-size: 16px;
}
.basket-item-block-info {
  width: 80%;
  display: flex;
  justify-content: space-between;
  padding-top: 15px;
}
.basket-item-block-price {
  margin: 0;
  font-size: 20px;
}
.wrap-cart-price-amouth {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  width: 50%;
}
.basket-item-block-amount {
  align-items: center;
  max-height: 34px;
  position: static;
}
h2.basket-item-info-name {
  width: 50%;
}
.basket-items-list-item-descriptions {
  padding: 20px 0;
}
.basket-item-actions-remove {
  height: 44px;
  width: 44px;
  bottom: 0;
  right: 0;
}
.basket-item-actions-remove svg {
  height: 44px;
  width: 44px;
}
.compare_item,
.like-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  cursor: pointer;
}
.wrap-favorite-cart .basket-item-block-info .basket-item-actions-remove {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.card-promokod {
  width: 30%;
  background: #fff;
}
.card-promokod .col-xs-12 {
  border-radius: 6px;
  border: 1px solid #898989;
}
.basket-coupon-section {
  padding: 25px 20px 0;
  border-radius: 6px;
  border: none;
}
.basket-checkout-section {
  margin: 25px 0 25px;
}

/*STOP CART*/
/*START ORDER*/
.main-make {
  margin: 0 auto;
}
.wrap-top-oform {
  flex-direction: column-reverse;
  align-items: flex-start;
  gap: 20px;
  padding: 0;
  margin: 10px 0 20px;
}
.bx-sls .dropdown-block {
  font-size: 16px;
  padding: 3px 27px 0 40px;
  height: 40px;
}
/*STOP ORDER*/
/*START PROFILE*/

.wrap-personal {
  width: calc(100% - 252px);
  border-radius: 6px;
}
.col-block-profile {
  display: block;
  width: 22%;
}
/*STOP PROFILE*/
/*START FAVORITE*/
.wrap-favorite-cart {
  display: flex;
  margin: 0 auto;
  margin-bottom: 60px;
}
.wrap-favorite-cart .row {
  margin: 0;
}
.wrap-favorite-cart #basket-root {
  margin-top: 0;
  padding: 0 20px;
}
.wrap-favorite-cart .wrap-favorite-items {
  width: calc(100% - 252px);
  /* background: #f8f8f8; */
  max-width: 1030px;
  margin: 0 auto;
  border-radius: 6px;
  overflow: hidden;
}
.wrap-favorite-cart .wrap-personal-index {
  max-width: 231px;
}
.wrap-favorite-cart .basket-item-block-info {
  padding: 0;
  width: 100%;
}
.wrap-favorite-cart h2.basket-item-info-name {
  width: 100%;
}

.basket-item-block-info .basket-item-actions-remove:hover {
  background: red;
}
.wrap-favorite-cart .basket-items-list-item-warning-container svg {
  width: 18px;
  height: 18px;
}
.wrap-favorite-cart .basket-items-list-item-remove {
  display: none;
}
.wrap-favorite-cart .basket-items-list-item-descriptions {
  padding-bottom: 0;
}
.wrap-favorite-cart .new-products-other-page .new-products-slider .ib-item {
  min-width: 25%;
  margin: 0px 73px 0 0;
}
.wrap-favorite-cart .swiper-button-next-new-product {
  top: var(--swiper-navigation-top-offset, 36%);
}
.wrap-favorite-cart .btn-in-cart {
  width: 120px;
  height: 44px;
  font-size: 18px;
}
.wrap-favorite-cart .basket-item-price-current-text {
  font-size: 20px;
  display: block;
  margin-bottom: 12px;
  font-family: var(--default-font);
}
.basket-item-image-link {
  min-height: 166px;
}
h2.favorit-page {
  padding: 0;
}
.breadcrumbs.personal {
  padding: 20px 0;
}
.wrap-favorite-cart .basket-items-list-wrapper {
  width: 100%;
}
.wrap-favorite-cart .basket-item-block-info .basket-item-actions-remove {
  width: 44px;
  height: 44px;
}
.wrap-personal {
  background: #f8f8f8;
  margin: 0 -20px;
  padding: 20px 0px;
  margin: 0 auto;
}
.wrap-favorite-cart #basket-root .basket-items-list-item-container {
  margin-top: 0;
  border-bottom: none;
  width: 26%;
  min-width: 240px;
}
.wrap-favorite-cart #basket-root .basket-items-list-table tbody {
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 30px;
  flex-wrap: wrap;
}
.wrap-favorite-cart #basket-root .basket-items-list-item-descriptions-inner {
  flex-direction: column;
  height: auto;
}
.wrap-favorite-cart #basket-root .basket-item-block-image {
  max-width: 260px;
  width: 100%;
  margin: 0 auto;
}

/*STOP FAVORITE*/
.wrap-compare-category-select {
  display: none;
}
/*STOP LK*/
/*START CART*/
.sale_order_full_table {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
  text-align: center;
}
.main-user-consent-request-popup-button-acc {
  background: var(--default-color);
}
/*STOP CART*/
/**/
/**/
/*region PAGE COMPARE*/
.wrap-compare-category {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  color: #222;
  font-size: 18px;
  min-height: 44px;
  gap: 5px;
  border-bottom: 1px solid #898989;
  margin-bottom: 25px;
  cursor: pointer;
}

.compare-category {
  margin-left: 30px;
  padding: 4px 8px;
  transition: all 0.2s linear;
}
.compare-category.active,
.compare-category:hover {
  background: var(--default-color);
  color: #fff;
  border-radius: 6px;
}
.compare-category:first-child {
  margin-left: 0;
}
.wrap-controls {
  display: flex;
  flex-direction: column;
  width: 22%;
}
.btn-control-compare {
  height: 426px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.wrap-controls-photos {
  display: flex;
  justify-content: space-between;
}
.wrap-photos {
  width: 75%;
}
.div-item-compare-photo {
  /* max-width: 250px; */
  width: 100%;
  /* margin-right: 72px; */
}
.product-picture-big .swiper-slide {
  overflow: hidden;
}
.wrap-compare-category-foto {
  width: calc(100% - 250px);
  position: relative;
  overflow: hidden;
  display: none;
  padding: 0 26px 0 32px;
}
.wrap-compare-category-foto.active {
  display: block;
}
.swiper-button-prev-compare,
.swiper-button-next-compare {
  position: absolute;
  top: 100px;
  left: -2px;
  z-index: 1;
  cursor: pointer;
}
.swiper-button-next-compare {
  left: auto;
  right: -2px;
}
.swiper-button-prev-compare.swiper-button-disabled path,
.swiper-button-next-compare.swiper-button-disabled path {
  fill: #ddd;
}
.wrap-table-character {
  margin-top: 10px;
}
.compare-prop-item {
  display: flex;
  align-items: center;
  height: auto;
  min-height: 65px;
  border-bottom: 1px solid #222;
  margin: 0 -23px;
  padding: 1px 23px;
}
.wrap-compare-props-name .compare-prop-item {
  margin: 0 -23px 0 0;
  padding: 1px 6px;
  font-weight: 600;
}
.compare-prop-item-top {
  display: none;
}
.wrap-controls .compare-prop-item-top {
  display: block;
}
.compare-item-fotoblock {
  height: 406px;
  position: relative;
}
.compare-item-fotoblock .link-add-cart.active .link-go-cart {
  font-size: 14px;
}
.wrap-favorite-items .link-add-cart {
  margin: 20px auto;
}
.compare-prop-items {
  display: none;
}
.compare-prop-items.active {
  display: block;
}
.not-repeat.active {
  display: none;
}
.font-compare-small {
  /* font-size: 12px; */
  display: flex;
  align-items: center;
  line-height: 16px;
  height: 100px;
}
.compare-progs {
  height: 150px;
}
.wrap-checkbox {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.swiper-button-prev-compare.mob,
.swiper-button-next-compare.mob {
  display: none;
}
.page-compare-del-item {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  z-index: 99;
}

.page-compare-del-item svg path {
  transition: all 0.2s linear;
}
.page-compare-del-item:hover svg path {
  fill: #222;
}
.compare-prop-item-bottom::first-letter {
  text-transform: uppercase;
}
span.compare_action_active {
  font-size: 0.85em;
  color: #fff;
  border: 1px solid var(--default-color);
  padding: 6px 11px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: var(--default-color);
}
input.compare_button_delete,
input:before.compare_button_delete,
input.compare_button_delete:after {
  -webkit-user-select: initial;
  -khtml-user-select: initial;
  -moz-user-select: initial;
  -ms-user-select: initial;
  user-select: initial;
}
input.compare_button_delete,
div.compare_delele_all {
  font-size: 0.85em;

  -webkit-appearance: none;
  border: 1px solid #c4d4d9;
  background-color: #fff;
  padding: 6px 11px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  line-height: 14px;
}
input.compare_button_delete:hover,
div.compare_delele_all:hover {
  background: var(--default-color);
  -webkit-appearance: none;
  color: #fff;
}
div.compare_button_delete {
  font-size: 0.85em;
  -webkit-appearance: none;
  border: 1px solid #c4d4d9;
  background-color: #fff;
  padding: 5px 11px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width: 125px;
  cursor: pointer;
}
div.compare_button_delete:hover {
  background: var(--default-color);
}

.compare_delele_all_mob {
  display: none;
}
div.compare_delele_all {
  width: 163px;
  height: 44px;
  border-radius: 6px;
  border: 1px solid var(--default-color);
  text-align: center;
  color: var(--default-color);
  font-size: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.compare_button_delete-mob {
  display: none;
}
.compare_prop_title-mob {
  display: none;
}
/*endregion PAGE COMPARE*/

.akcii-container .product-item-small-card {
  margin: 0;
}

.akcii-container .product-item .text-price.old-text-price {
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 0;
}

.akcii-container .product-item .text-price .old_price-section {
  margin: 0;
  margin-left: 10px;
}

.akcii-container .catalog-section {
  padding-left: 0;
}

@media (max-width: 880px) {
  .akcii-container .product-item .text-price .old_price-section {
    font-size: 13px;
    margin: 0;
    margin-left: 10px;
  }
  .wrap-favorite-cart #basket-root .basket-items-list-item-container {
    width: 100%;
    min-width: 215px;
  }
  tbody .basket-items-list-item-container {
    max-width: 350px;
  }
  .wrap-favorite-items .link-add-cart {
    display: none;
  }
  .wrap-favorite-cart .wrap-favorite-items {
    width: calc(100% - 100px);
    padding: 10px 20px;
  }

  .favorite-item .product-item .pl-picture a {
    /* max-width: 44%; */
  }

  .favorite-item .pl-in {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .favorite-item .section-card-compare,
  .favorite-item .section-card-favorite,
  .akcii-container .section-card-compare,
  .akcii-container .section-card-favorite {
    position: static;
  }
  .favorite-item .pl-picture .section-card-compare,
  .akcii-container .pl-picture .section-card-compare {
    display: none;
  }
  .asc-filters {
    flex-direction: column;
  }

  .icon-compare svg {
    height: 20px;
    width: 20px;
  }
  .circle-notice {
    font-size: 12px;
    height: 16px;
    right: 14px;
    top: -7px;
    width: 16px;
  }
  .wrap-icons-header {
    max-width: 100px;
    gap: 8px;
  }

  .wrap-header {
    padding: 10px;
  }

  .akcii-container .product-item .text-price .old_price-section {
    margin: 0;
  }

  .akcii-container .filter-btn_mob {
    display: none;
  }
}

@media (max-width: 400px) {
  .wrap-favorite-cart {
    margin: 0 -20px;
  }
}

/* menu footer */

.footer-mob-menu {
  display: none;
}

@media (max-width: 880px) {
  #footer {
    padding-bottom: 126px;
  }
  .footer-mob-menu {
    height: 75px;
    background-color: #fff;
    position: fixed;
    bottom: 0;
    display: block;
    width: 100%;
    z-index: 200;
    padding: 15px;
    box-shadow: 0px 0px 3px 0px #00000030;
  }

  .footer-mob-menu-list {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
  }

  .footer-mob-menu-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .footer-mob-menu-link.icon-basket {
    position: relative;
  }

  .footer-mob-menu-link .circle-notice {
    border-radius: 2px;
    height: 14px;
    right: 2px;
    top: -4px;
    width: 17px;
    background-color: var(--default-color);
    color: #fff;
  }
  .footer-mob-menu-link svg {
    height: 28px;
    width: 28px;
  }

  .footer-mob-menu-link[href="/catalog/"] svg {
    width: 34px;
  }
}

@media (max-width: 500px) {
  .wrap-favorite-cart .wrap-favorite-items {
    width: 100%;
  }
}

@media (max-width: 360px) {
  .footer-mob-menu-link {
    font-size: 14px;
  }
}

#loader {
  position: fixed;
  margin: auto;

  z-index: 10;
  width: 48px;
  height: 48px;
  border: 5px solid var(--default-color-light);
  border-bottom-color: var(--default-color);
  border-radius: 50%;
  display: none;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  inset: 0;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/** catalog horizontal **/
.catalog-sort-view-wrap {
  display: flex;
  align-items: center;
  justify-content: end;
  width: 100%;
  gap: 50px;
}

.catalog-view-toggler {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: end;
  color: #222;
  font-size: 17px;
}

.wrap-sort-filter {
  display: block;
}

.filter-btn_mob {
  display: none;
}

.wrap-sort {
  color: #bdbdbd;
  font-size: 18px;
}

#sort-select {
  cursor: pointer;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #222;
  padding: 5px;
  background: #fff;
  font-size: 18px;
  font-family: var(--default-font);
  position: relative;
  transition: all 0.3s ease-in-out;
  border: 1px transparent solid;
}

#sort-select:focus-visible {
  outline: none;
}

#sort-select:hover {
  color: var(--default-color);
}

.sort-select-wrap {
  position: relative;
}

.sort-icon {
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}

.dropdown.is-open .sort-icon {
  rotate: 180deg;
}

.wrap-sort-subtitle {
  font-size: 17px;
  margin-right: 5px;
  color: #bdbdbd;
}

.catalog-view-toggler button {
  padding: 0;
  margin: 0;
  background: transparent;
  border: none;
  height: 24px;
  width: 24px;
  cursor: pointer;
}

.catalog-view-toggler button svg {
  height: 24px;
  width: 24px;
}

.horizontal-section .product-item-small-card {
  width: 100%;
}

.horizontal-section .product-item-container {
  width: 100%;
  padding-bottom: 10px;
  padding-left: 25px;
  min-height: 400px;
}

.horizontal-section .pl-in {
  display: flex;
}

.horizontal-section .pl-name br {
  display: none;
}

.horizontal-section .catalog_section_el-desk {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 20px;
  width: 80%;
  padding-left: 20px;
}

.horizontal-section .catalog_section_el-desk ul {
  width: 49%;
  padding: 0;
  margin: 0;
}

.horizontal-section .product-item .pl-in .ib-item {
  width: 100%;
  justify-content: start;
  font-size: 20px;
}

.horizontal-section .cart-buy-block {
  width: 38%;
  display: flex;
  /* justify-content: start; */
  /* flex-direction: column; */
  /* align-items: start; */
  align-items: center;
  justify-content: center;
  gap: 15px;
  min-width: 280px;
  /* margin-top: -50px; */
}

.catalog-section-swiper-wrapper .cart-buy-block {
  /* width: 38%; */
  display: flex;
  /* justify-content: start; */
  /* flex-direction: column; */
  /* align-items: start; */
  align-items: center;
  justify-content: center;
  /* gap: 15px; */
  /* min-width: 280px; */
  margin-top: 0px;
  width: 100%;
}

.catalog-section-swiper-wrapper .product-item .text-price {
  height: auto;
  margin-top: 0;
  gap: 10px;
  flex-direction: column;
}

.horizontal-section .cart-buy-wrapper {
  width: 38%;
  display: flex;
  justify-content: start;
  flex-direction: column;
  align-items: start;
  /* align-items: center; */
  /* justify-content: center; */
  gap: 15px;
  min-width: 280px;
  margin-top: -80px;
  /* align-self: flex-end; */
  /* min-height: 350px; */
}

.catalog-section-swiper-wrapper .cart-buy-wrapper {
  display: flex;
  justify-content: start;
  flex-direction: column;
  align-items: start;
  /* align-items: center; */
  /* justify-content: center; */
  gap: 15px;
  margin-top: 35px;
}

.catalog-section-swiper-wrapper .text-price.old-text-price {
  flex-direction: column;
  margin-top: 0;
  gap: 10px;
}
.horizontal-section .wrap-panel-cart-compare {
  display: flex;
  gap: 15px;
  justify-content: end;
  flex-direction: column;
  width: 100%;
  /* padding-right: 50px; */
  min-height: 46px;
  height: 100%;
}

.horizontal-section .catalog_section_el-desk ul li {
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 18px;
}

.horizontal-section .btn-view-compare {
  position: static;
}

.horizontal-section .btn-view-compare svg rect {
  width: 2px;
}

.horizontal-section .link-add-cart {
  display: none;
}

.horizontal-section .catalog_section_el-desk .link-add-cart.mob {
  display: block;
  margin: 0;
  height: 46px;
}

.horizontal-section .product-item-container .link-add-cart button {
  min-width: 140px;
  font-size: 16px;
  max-width: 160px;
}

.pl-picture .section-card-compare {
  display: none;
}

.section-card-favorite {
  /* display: none; */
}
.horizontal-section .section-card-favorite {
  display: flex;
  align-items: center;
  position: static;
}

.catalog_section_el-desk ul .extra-item {
  display: none;
}

.horizontal-section .catalog_section_el-desk ul .extra-item {
  display: flex;
}

.horizontal-section .catalog_section_el-desk ul li span:first-child {
  width: auto;
}

.horizontal-section .wrap-panel-cart-compare svg {
  width: 24px;
  height: 24px;
}

.horizontal-section .wrap-panel-cart-compare svg path {
  stroke-width: 0.25px;
}

.horizontal-section #horizontal-btn svg path {
  fill: var(--default-color);
  stroke: var(--default-color);
}

#horizontal-btn svg path {
  fill: #d9d9d9;
  stroke: #d9d9d9;
}

#tile-btn svg path {
  stroke: var(--default-color);
}
.horizontal-section #tile-btn svg path {
  stroke: #d9d9d9;
}

.horizontal-section .product-item .text-price {
  width: 100%;
  flex-direction: column-reverse;
  height: auto;
  gap: 15px;
}

.horizontal-section .product-item .text-price .base-price {
  /* align-self: flex-start; */
  /* padding-left: 26px; */
}

.horizontal-section .product-item .text-price .base-price.not-available {
  padding-left: 0;
  width: auto;
}

.product-item .text-price .base-price.not-available {
  text-align: center;
  width: 100%;
}

.no-items-message {
  font-size: 26px;
  color: var(--default-color);
  margin: auto;
}

.catalog-section {
  min-width: 50%;
  padding-bottom: 30px;
}

.wrap-catalog-inner {
  min-width: 300px;
}

.text-price .percent-sale {
  display: inline-block;
}

.catalog-section .guarantee-delivery-wrap {
  display: none;
}

.horizontal-section .guarantee-delivery-wrap {
  display: flex;
}

.horizontal-section .catalog-sale {
  /* align-self: flex-end; */
  position: relative;
  /* top: -35px; */
}

.horizontal-section .guarantee-delivery-wrap .guarantee {
  margin: 0;
  margin-bottom: 10px;
  background-color: #f8f8f8;
}

.horizontal-section .guarantee-delivery-wrap div,
.horizontal-section .guarantee-delivery-wrap a {
  height: 60px;
  box-shadow: none;
  line-height: 14px;
  width: 100%;
  padding: 4px 0;
  box-shadow: 0px 1px 5px 1px #0000000f;
  max-width: 160px;
  font-size: 14px;
  border-radius: 6px;
}

.catalog__sort {
  display: flex;
  align-items: center;
}

.dropdown__wrapper {
  display: none;
}

.dropdown.is-open .dropdown__wrapper {
  display: block;
  opacity: 1;
  transform: translateZ(0);
  z-index: 200;
}

.dropdown__wrapper {
  position: absolute;
  display: none;
  z-index: 2;
  left: 0;
  top: calc(100% + 15px);
  width: 220px;
  background-color: #fff;
  box-shadow: 1px 4px 20px rgba(9, 97, 172, 0.17);
  opacity: 0;
  transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out;
  transform: translate3d(0, -10px, 0);
  border-radius: 6px;
}

.dropdown.is-opened .dropdown__wrapper {
  display: block;
}

.dropdown__content {
  z-index: 200;
  position: relative;
  background-color: #fff;
  display: flex;
  flex-flow: column;
  padding: 6px 0;
  border-radius: 6px;
  overflow: hidden;
}

.dropdown__item.is-active {
  font-weight: 600;
}

.dropdown__item {
  font-family: var(--default-font);
  font-size: 16px;
  line-height: 1.3;
  text-align: left;
  padding: 9px 23px 11px;
  cursor: pointer;
  color: #212121;
  transition: background-color 0.25s ease-in-out;
  background-color: transparent;
  border: 0;
}

.button {
  position: relative;
  display: inline-block;
  vertical-align: baseline;
  text-align: center;
  padding: 0 10px;
  margin: 0;
  font-weight: 700;
  border: 1px solid transparent;
  border-radius: 4px;
  background: transparent;
  text-decoration: none;
  cursor: pointer;
  transition-property: border-color, color, background-color, box-shadow;
  transition-duration: 0.25s;
  transition-timing-function: ease-in-out;
  -webkit-appearance: none;
  z-index: 1;
  opacity: 1;
}

.dropdown__btn {
  font-size: 18px;
  font-weight: 400;
  height: auto;
  padding: 0;
  transition: color 0.25s ease-in-out;
  font-family: var(--default-font);
}

.dropdown__btn:hover {
  color: var(--default-color);
}

.dropdown__item:hover {
  background-color: #f1f3f8;
}

.catalog__sort .dropdown__title {
  margin-left: 0;
  margin-right: 4px;
}

.horizontal-section .product-item .pl-picture a img {
  max-width: 90%;
}

.horizontal-section .product-item .pl-picture {
  margin-right: 20px;
}

.horizontal-section .product-item .percent-sale {
  position: absolute;
  top: -35px;
}

.cart-buy-block .text-price .percent-sale {
  display: inline-block;
}

.horizontal-section .pl-name {
  display: block;
}

.horizontal-section .old_price-section {
  font-size: 18px;
}

.horizontal-section .product-item .cart-buy-block .text-price {
  min-width: 160px;
  min-height: 85px;
  justify-content: end;
}

.pl-name .catalog-item-title {
  font-weight: 600;
}

.section-swiper-container .catalog-section {
  min-height: 0;
}

@media (max-width: 1280px) {
  .horizontal-section .cart-buy-wrapper {
    margin-top: 0;
    width: 100%;
    margin: 0 auto;
  }

  .horizontal-section .catalog_section_el-desk ul {
    width: 75%;
    margin-top: 15px;
  }

  .horizontal-section .guarantee-delivery-wrap {
    flex-wrap: nowrap;
    gap: 15px;
  }

  .horizontal-section .guarantee-delivery-wrap .guarantee {
    margin: 0;
  }
}

@media (max-width: 880px) {
  .wrap-sort-subtitle {
    display: none;
  }

  .catalog-view-toggler {
    display: none;
  }

  .filter-btn_mob {
    display: flex;
  }

  .wrap-sort-filter {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }
  .catalog-section-swiper-wrapper .product-item-container {
    padding-left: 7px;
  }
}
/** catalog horizontal end **/

.btn-up {
  position: fixed;
  background-color: var(--default-color);
  right: 58px;
  bottom: 0;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 40px;
}

.btn-up::before {
  content: "";
  width: 40px;
  height: 30px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708l6-6z'/%3E%3C/svg%3E");
}

.btn-up_hide {
  display: none;
}

@media (hover: hover) and (pointer: fine) {
  .btn-up:hover {
    background-color: var(--default-color-dark);
  }
}

@media (max-width: 880px) {
  .btn-up {
    right: 20px;
    bottom: 0;
    width: 40px;
    height: 35px;
  }

  .btn-up::before {
    width: 30px;
    height: 30px;
  }
}


/* летящие иконки */
	.link-add-cart svg {
		display: none;
	}

	.fly {
		position: absolute;
		display: block;
		z-index: 9999;
		pointer-events: none;
		transition: transform 1.2s ease, opacity 1.2s ease;
	}

	.fly path {
		stroke: #4D86F7;
		fill: #4D86F7"

	}
  /* конец иконок */


@media (min-width: 600px) {
  
  .b24-window .b24-window-panel {
      max-height: 420px;
      top: auto;
      bottom: 20px;
      right: 20px;
    }
  
    .b24-window .b24-form-wrapper.b24-form-border-bottom {
      border: none;
  
    }
  
    .b24-window .b24-window-panel>div>.b24-window-scrollable {
      position: static;
    }
}

.b24-form .b24-window .b24-window-scrollable {
  padding-bottom: 0;
}

.news-tovars-slider {
  position: relative;
}

.news-tovars-slider .swiper-btn-section{
  top: calc(50% - 90px);
}

@media (max-width:500px) {
  .news-tovars-slider .swiper-btn-section {
  top: 25%;
}
}
/* End */


/* Start:/local/templates/nord/src/styles/catalog.element.css?175102428136169*/
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

b {
  font-weight: bold;
}

.product-details-wrap {
  margin-top: 10px;
  margin-bottom: 60px;
}

.h1-catalog {
  color: #000;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 50px;
}

.product-details {
  width: 100%;
  display: flex;
  justify-content: space-between;
  color: #222;
  gap: 20px;
}

.product-details-pictures {
  position: relative;
  width: 44%;
  display: flex;
  /* flex-direction: row-reverse; */
}

.gallery-thumbs .swiper-slide {
  width: 100%;
  /* height: 100px !important; */
}

.product-details-in {
  width: 29%;
  display: flex;
  /* justify-content: space-around; */
  /* align-items: center; */
  flex-direction: column;
  position: sticky;
  scrollbar-width: none;
  top: 130px;
  max-height: calc(94vh - 160px);
  height: 100%;
}

.product-details-title {
  font-weight: 700;
  font-size: 30px;
  line-height: 32px;
  margin-bottom: 10px;
}

.product-details-title span {
  font-weight: 500;
}

#subpage-wrap {
  margin-bottom: 50px;
  min-width: 1220px;
}

#subpage-wrap .swiper-container.gallery-thumbs {
  /* margin-top: 0; */
  max-height: 680px;
  padding-right: 5px;
  min-width: 75px;
  overflow: hidden;
  margin: 25px 0;
  /* margin-bottom: 30px; */
}

.swiper-slide.swiper-slide-thumb-active {
  border: 2px solid var(--default-color-dark);
}

.product-details-pictures {
  position: relative;
}

.product-details-pictures .swiper-button-next::after,
.product-details-pictures .swiper-button-prev::after {
  display: none;
}
.product-details-pictures .swiper-button-prev {
  top: 20px;
  left: 20px;
  rotate: 90deg;
  height: 26px;
}

.product-details-pictures .swiper-button-next {
  bottom: -3px;
  top: auto;
  left: 20px;
  rotate: 90deg;
  height: 26px;
}

.link-partpay {
  text-align: center;
  display: none;
}

.link-partpay button {
  border-radius: 10px;
  text-transform: uppercase;
  background-color: yellow;
  padding: 8px;
  font-size: 18px;
  width: 62%;
}

.guarantee-delivery-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 14px;
}

.guarantee-delivery-wrap div,
.guarantee-delivery-wrap a {
  position: relative;
  padding: 4px 0;
  font-size: 14px;
  line-height: 16px;
  color: var(--default-color);
  font-weight: 500;
  min-width: 145px;
  height: 90px;
  display: flex;
  gap: 3px;
  flex-direction: column;
  align-items: center;
  width: 48%;
  justify-content: center;
}

.guarantee-delivery-wrap div::before,
.guarantee-delivery-wrap a::before {
  top: 3px;
  left: 3px;
  width: 32px;
  height: 40px;
  content: "";
  display: block;
}

.guarantee-delivery-wrap .guarantee {
  margin: 0 auto;
  margin-bottom: 15px;
  width: 100%;
  border-radius: 10px;
  background-color: #f8f8f8;
  /* border: 1px solid var(--default-color); */
  box-shadow: 2px 3px 7px 3px #0000000f;
  border: 1px solid #00000008;
  height: 70px;
}

.guarantee-delivery-wrap .delivery-link::before {
  width: 54px;
  height: 34px;
  margin-top: 5px;
}
.guarantee::before {
  background: url(/local/templates/nord/src/images/icons/guarantee-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.guarantee-plus-link::before {
  background: url(/local/templates/nord/src/images/icons/guarantee-plus-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.pd-pdf-links a {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 48%;
  /* max-width: 300px; */
  /* text-decoration: underline; */
  position: relative;
  gap: 5px;
  text-align: center;
  /* padding-left: 35px; */
  /* height: 30px; */
  box-shadow: 7px 5px 4px 0px #00000040;
  border-radius: 10px;
  box-shadow: 2px 3px 7px 3px #0000000f;
  border: 1px solid #00000008;
  background-color: #f8f8f8;
  height: 90px;
  font-size: 14px;
  padding: 0 10px;
  font-weight: 500;
}

.link-pdf-mob::before {
  /* position: absolute; */
  content: "";
  left: 0;
  width: 40px;
  height: 40px;
  top: 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.link-pdf-um::before {
  background-image: url(/local/templates/nord/src/images/icons/instruction-icon.svg);
}

.link-pdf-cert::before {
  background-image: url(/local/templates/nord/src/images/icons/certificate-icon.svg);
}

.delivery-link::before {
  background: url(/local/templates/nord/src/images/icons/delivery-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.guarantee-delivery-wrap a {
  box-shadow: 3px 3px 4px 0px #00000040;
  border-radius: 10px;
  background-color: #f8f8f8;
  box-shadow: 2px 3px 7px 3px #0000000f;
  border: 1px solid #00000008;
  min-width: 125px;
  padding: 0 20px;
  text-align: center;
}

.gallery-thumbs .swiper-wrapper {
  gap: 0;
}

.catalog-img-in-slider-thumb {
  max-height: 80px;
  max-width: 60px;
}

.gallery-thumbs .swiper-slide {
  border: 2px solid transparent;
  width: 100%;
  /* height: 52px; */
  /* padding: 14px 12px; */
  /* padding: 8px; */

  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s linear;
}

.product-picture-big .swiper-slide {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 630px;
  vertical-align: middle;
  /* max-height: 630px; */
  max-height: 660px;
}

.gallery-thumbs .swiper-slide:hover {
  border: 2px solid var(--default-color);
}

.swiper-slide.swiper-slide-thumb-active {
  border: 2px solid #1247b2;
}

.gallery-top .swiper-wrapper {
  max-height: 670px;
  max-width: 500px;
  /* overflow: hidden; */
}

.product-details-pictures .swiper-container.gallery-top {
  border: none;
  border-radius: 6px;
  padding: 10px;
}

.gallery-top .one-props-icon {
  position: absolute;
  bottom: 14px;
  z-index: 10;
  left: 85px;
  max-width: 140px;
  width: 100%;
}

.catalog-img-in-slider {
  max-width: 500px;
  max-height: 660px;
  width: 100%;
  height: 100%;
  margin: 0;
}

.product-details-pictures .swiper-product-btn-block {
  display: none;
}

.swiper-product-btn-block {
  display: none;
}

.promocod-icon-catalog-item {
  z-index: 10;
}

#home-new-products-in {
  padding: 10px;
}

.not-index-page#main.fixed {
  margin-top: 120px;
}

.video-in-slider-galery {
  max-height: 660px;
}

.product-picture-big .swiper-slide {
  max-height: 660px;
}

.product-details-pictures .swiper-container.gallery-top {
  min-height: 700px;
  width: 87%;
}

.catalog-element-slider-btns {
  display: flex;
  /* flex-direction: column; */
  justify-content: flex-end;
  gap: 15px;
  margin-bottom: 15px;
}

.catalog-element-slider-btns.mob {
  display: none;
}

.catalog-element-slider-btns button {
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  background: no-repeat;
  cursor: pointer;
  z-index: 1;
  display: flex;
  /* align-items: center; */
  color: #898989;
  font-size: 13px;
  font-weight: 600;
  word-break: keep-all;
  white-space: nowrap;
  overflow-wrap: normal;
}

.catalog-element-slider-btns button:hover,
.catalog-element-slider-btns button.active {
  color: var(--default-color);
}

button.btn-view-share:hover svg path,
button.btn-view-share:active svg path {
  fill: #4d86f7;
}

.catalog-element-slider-btns svg {
  position: absolute;
  top: -3px;
  /* margin-right: 3px; */
}

button.btn-view-compare svg {
  /* top: -7px; */
}

.catalog-element-slider-btns span {
  padding-left: 25px;
}

button.btn-view-share {
  display: flex;
  /* margin-left: auto; */
  justify-self: flex-end;
  align-self: flex-end;
  color: var(--default-color);
}

.btn-view-share svg {
  /* stroke: var(--default-color); */
}

.flex-center {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.panel-sub-image-star.mob {
  display: none;
}
.panel-sub-image-star.desk {
  display: flex;
}

.panel-sub-image-star {
  align-items: center;
  color: #00000080;
  align-items: center;
  gap: 6px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
}

.sp-star-on {
  display: inline-block;
  min-width: 20px;
  min-height: 20px;
  background-size: 20px 20px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIGZpdD0nJyBoZWlnaHQ9JzEwMCUnIHdpZHRoPScxMDAlJyBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSd4TWlkWU1pZCBtZWV0JyB2aWV3Qm94PScwIDAgMjQgMjQnPjxwYXRoIGZpbGw9JyNmZmRkMmQnIGQ9J00xMy4xNiAxLjI3M2wyLjcwNiA1LjQ4NWMuMTg4LjM4MS41NTIuNjQ2Ljk3My43MDdsNi4wNTQuODhjMS4wNi4xNTQgMS40ODMgMS40NTYuNzE2IDIuMjA0bC00LjM4IDQuMjY5YTEuMjkyIDEuMjkyIDAgMDAtLjM3MiAxLjE0NGwxLjAzNCA2LjAyOWMuMTgxIDEuMDU1LS45MjcgMS44Ni0xLjg3NSAxLjM2MmwtNS40MTQtMi44NDZhMS4yOTQgMS4yOTQgMCAwMC0xLjIwMyAwbC01LjQxNCAyLjg0NmMtLjk0OC40OTktMi4wNTYtLjMwNy0xLjg3NS0xLjM2MmwxLjAzNC02LjAyOWExLjI5MyAxLjI5MyAwIDAwLS4zNzItMS4xNDRsLTQuMzgtNC4yN2MtLjc2Ny0uNzQ3LS4zNDQtMi4wNS43MTctMi4yMDRsNi4wNTMtLjg4Yy40Mi0uMDYuNzg1LS4zMjUuOTczLS43MDZsMi43MDctNS40ODVjLjQ3My0uOTYgMS44NDMtLjk2IDIuMzE3IDB6Jy8+PC9zdmc+);
}

ul.leaders {
  max-width: 40em;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

.leaders-item {
  font-size: 17px;
  color: #000;
  line-height: 24px;
  height: auto;
  min-height: 25px;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.leaders-name {
  text-wrap: balance;
  line-height: 18px;
  width: 70%;
}

.leaders-value {
  flex-shrink: 0;
  min-width: 40px;
  text-align: right;
  width: 36%;
}

.all-charakters {
  color: var(--default-color);
  font-size: 18px;
  line-height: 28px;
  cursor: pointer;
  margin-bottom: 25px;
  font-weight: 500;
}

.colors-title {
  color: #222;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}

.catalog-element-buyblock {
  width: 22%;
  position: sticky;
  scrollbar-width: none;
  min-width: 350px;
  top: 130px;
  max-height: calc(94vh - 160px);
  height: 100%;
}

.buyblock-shops {
  display: flex;
  justify-content: center;
  display: block;
  width: 100%;
}

.wrap-price-and-akcia {
  width: 100%;
  padding: 24px;
  padding-top: 30px;
  margin-bottom: 28px;
  /* min-height: 380px; */
  box-shadow: 2px 3px 7px 3px #0000000f;
  border-radius: 10px;
  background-color: #d9d9d92b;
  border: 1px solid #00000008;
}

.catalog-item-text-price {
  text-align: center;
  font-size: 36px;
  line-height: 36px;
  font-weight: 700;
  color: var(--default-color);
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.catalog-item-text-price .catalog-element-baseprice {
  min-width: 172px;
}

.catalog-element-old-price {
  display: inline-block;
  min-width: 98px;
  position: relative;
  color: #9e9ea0;
  font-size: 24px;
  font-weight: 600;
  text-decoration: line-through;
}

.catalog-element-discount {
  position: absolute;
  top: -28px;
  /* right: -5px; */
  left: 5px;
  left: 0;
  color: #000;
  background: #ff7200e0;
  padding: 5px;
  border-radius: 6px;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  /* margin-left: 15px; */
}

.buy-block-fixed .catalog-element-discount {
  position: static;
  font-size: 14px;
  padding: 2px 5px;
  /* margin-left: 4px; */
  /* max-width: 880px; */
}
.catalog-price-element {
  position: relative;
  /* width: ; */
}

.catalog-price-element .old-price-line {
  width: 106%;
  height: 1px;
  background: #9e9ea090;
  display: none;
  position: absolute;
  transform: rotate(-12deg);
  top: 18px;
  left: -3px;
}

.no-balance {
  font-size: 30px;
}

.list-color {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  gap: 10px;
  margin-bottom: 10px;
}

.list-color-item {
  width: 30px;
  /* width: 45px; */
  height: 40px;
  /* height: 60px; */
  border-radius: 3px;
  border: 1px solid #d9d9d9;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}

.wrap-element-price {
  flex-direction: column;
  gap: 10px;
}

.link-add-cart {
  max-width: 140px;
  border-radius: 6px;
  /* border: 1px solid var(--default-color); */
  /* background: var(--default-color); */
  display: flex;
  width: 100%;
  height: 42px;
  justify-content: center;
  align-items: center;
  transition: background 0.2s linear;
}

.link-go-cart {
  display: none;
}

.buyblock-shops .link-add-cart {
  max-width: 100%;
}

.link-add-cart button {
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  background: var(--default-color);
  border-radius: 6px;
  border: none;
  cursor: pointer;
  width: 100%;
  height: 100%;
  max-width: 140px;
  min-width: 110px;
  border: 2px solid transparent;
}
.product-item .link-add-cart.active button {
  color: var(--default-color);
  background-color: #fff;
  border: 2px solid var(--default-color);
}

.product-item-container .link-add-cart button {
  font-size: 20px;
}

.link-add-cart .btn_favorite_page {
  font-size: 15px;
}

.buyblock-shops .link-add-cart button {
  max-width: 100%;
  font-size: 22px;
}

.pd-buy-online {
  margin-top: 10px;
  /* margin-bottom: 10px; */
}

.buy-online-title {
  margin-bottom: 15px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  color: var(--default-color);
}

.buy-online-container {
  display: flex;
  justify-content: center;
  gap: 15px;
}

.buy-online-link {
  margin: 2px 0;
  border-radius: 6px;
  transition: opacity 0.2s linear;
}

.buy-online-link img {
  /* width: 44px; */
  height: 35px;
}

.buy-online-link:hover {
  opacity: 0.7;
}

.made-in-russia-inner {
  position: absolute;
  /* right: 13px; */
  top: 0;
  left: 75px;
  /* bottom: 13px; */
  width: 66px;
  user-select: none;
  z-index: 100;
}

.made-in-russia {
  position: absolute;
  /* right: -27px; */
  left: -25px;
  top: -20px;
  width: 50px;
  /* z-index: 100; */
}

.wrap-information {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 24px;
}

.pd-toggles {
  margin-bottom: 10px;
}

.pd-toggles a {
  float: left;
  font-size: 20px;
  text-decoration: none !important;
  border-bottom: none !important;
  padding: 9px;
  border-radius: 3px;
  color: #898989;
  font-weight: 700;
}

.pd-toggles a:not(:last-child) {
  margin-right: 15px;
}
.pd-toggles a.active {
  background: #fff;
  font-size: 20px;
  font-weight: 700;
  color: var(--default-color);
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
  width: 100%;
}

#pd-specifications {
  width: 100%;
}

.wrap-table-charakter {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.charakters-item {
  width: 48%;
  gap: 10px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  border-bottom: 1px solid #dadada;
}

.charakters-item span {
  display: flex;
  height: 100%;
  min-height: 40px;
  align-items: center;
  text-wrap: balance;
}

.charakters-item-name {
  width: 60%;
  font-size: 16px;
  line-height: 24px;
}

.charakters-item-value {
  margin: 0;
  padding: 0;
  width: 40%;
  line-height: 14px;
  font-size: 16px;
  line-height: 24px;
  justify-content: flex-end;
  justify-content: center;
  text-align: right;
  text-align: center;
  font-weight: 600;
}
#tab-description {
  text-align: left;
  color: #222;
  font-size: 18px;
}

#tab-description h3 {
  color: #000;
  font-weight: 600;
  margin-bottom: 16px;
}

#tab-description p {
  margin-bottom: 6px;
  margin-top: 10px;
  /* text-indent: 24px; */
}

#tab-description i {
  font-style: italic;
}

#tab-description ul {
  list-style: square;
  padding-left: 24px;
}

.row.mb-5 {
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.product-item-list-col-4 {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}

.product-item-container {
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
  padding-bottom: 20px;
}

.section-swiper-container {
  position: relative;
  margin-bottom: 50px;
}

.category-container {
  padding-left: 0;
  padding-right: 0;
  max-width: 1920px;
}

.catalog-section-swiper.swiper {
  margin: 0 40px;
  padding: 2px;
}

.section-swiper-slide .product-item-container {
  width: 100%;
  border: none;
  min-height: 664px;
  /* margin: 2px 0; */
}

.section-swiper-slide .made-in-russia {
  display: none;
}

.section-swiper-slide {
  min-width: 280px;
  margin: 0;
}

.section-swiper-slide .section-card-compare {
  top: 0;
}

.swiper-btn-section {
  position: absolute;
  top: calc(50% - 10px);
  cursor: pointer;
  width: 35px;
  height: 35px;
  background: #3a3a3a;
  color: #fff;
  border-radius: 50px;
  opacity: 0.3;
  -webkit-transition: all 0.2s;
  transition: all 0.2s linear;
  opacity: 0.4;
  z-index: 10;
}

.swiper-button-section-next {
  right: 0;
}

.swiper-button-section-prev::after,
.swiper-button-section-next::after {
  opacity: 0.4;
  font-family: swiper-icons;
  font-size: 20px;
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}

.swiper-button-section-next::after {
  content: "next";
}

.swiper-button-section-prev::after {
  content: "prev";
}

.section-swiper-slide img {
  width: 100%;
  height: 100%;
}

.product-item-title {
  font-size: 16px;
  margin-bottom: 5px;
}

.product-item-price-container span {
  min-height: 20px;
  font-size: 16px;
}

.swiper-pagination {
  display: none;
}

.one-props-icon {
  position: absolute;
  bottom: 6px;
  left: 0;
  max-width: 120px;
}

.product-item .one-props-icon {
  margin: auto auto 0;
  inset: 0;
}

.one-props-icon.split-icon {
  top: 4%;
  margin: 0 auto auto;
}

.one-props-icon.split-icon-card {
  top: 5%;
  max-width: 150px;
}

#tab-description ul li {
  margin-bottom: 10px;
}

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

.t {
  text-decoration: none;
  opacity: 0.65;
  border-bottom: 1px solid #cfcfcf;
  font-size: 20px;
  line-height: 28px;
}

#tab-programms {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#tab-programms.tab-content {
  display: none;
}

#tab-programms.active {
  display: flex;
}

#tab-programms .features {
  width: 100%;
  max-width: 400px;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* новости */
.news-container {
  margin-top: 20px;
}
.news-links-list {
  display: flex;
  gap: 20px;
}

div.news-list {
  word-wrap: break-word;
}

.news-list {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0;
  display: flex;
}

.news-link {
  font-size: 24px;
  color: #21262f;
  margin-bottom: 20px;
  line-height: 1.1;
}

.news-link-title {
  border-bottom: 4px solid var(--default-color);
}

.news-list .ib-item {
  width: 47%;

  margin-top: 40px;
  color: #747474;

  font-size: 13px;
  line-height: 1.5;
  display: inline-block;
  vertical-align: top;
}

.news-item-top {
  flex-direction: column;
  width: 100%;
  margin-bottom: 12px;
  display: flex;
  flex-wrap: wrap;
}

.news-item-tl {
  width: 100%;
  margin-bottom: 10px;
}

.news-item-tl a {
  display: block;
  height: 480px;
  object-fit: cover;
}
.news-item-tl .block {
  max-width: 504px;
  max-height: 330px;
  object-fit: cover;
}

.news-item-tl > a > img {
  width: 100%;
}

.news-item-tl > a > img {
  display: flex;
  /* width: 95%; */
  height: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
  border-radius: 6px;
}

.news-item-tr-in {
  position: relative;
  display: block;
  color: #222;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  text-transform: uppercase;
}

.news-item-title {
  height: 55px;
  font-size: 18px;
  color: #000;
  padding-right: 20px;
}

.news-item-title span {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.wrap-news-info {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 20px;
  color: #777;
  font-size: 14px;
  font-weight: 400;
}

.wrap-news-info-item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.go-link-news {
  position: absolute;
  top: 4px;
  right: 4px;
}

.news-item-text {
  margin-top: -9px;
  /* text-align: justify; */
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;

  font-size: 16px;
  color: #222;
}

.news-item-text p {
  margin-top: 21px;
}

.title-news-detail {
  font-size: 24px;
  color: #21262f;
  line-height: 1.1;
  color: #444;
  font-weight: 700;
  margin: 20px 0;
  line-height: 26px;
  text-align: center;
}

div.news-detail {
  font-size: 18px;
  line-height: 22px;
}

.news-detail ul {
  list-style-type: disc;
}

.wrap-news-info {
  align-items: center;
  justify-content: start;
  gap: 20px;
  color: #777;
  font-size: 14px;
  font-weight: 400;
}

.wrap-news-info.mob {
  display: none;
}

.wrap-news-info.desc {
  display: flex;
  justify-content: center;
}

.wrap-news-info-item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.news-info-item-count {
  font-family: var(--default-font);
}

.wrap-news-info {
  font-family: var(--default-font);
}

.news-item-title span {
  font-weight: 500;
}

.news-item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px auto;

  border-radius: 6px;
  /* height: 450px; */
  /* object-fit: cover; */
  width: 100%;
}

.news-item-img img {
  border-radius: 8px;
  max-width: 800px;
  width: 100%;
  height: auto;
}

.news-item-preview-text {
  max-width: 780px;
  font-weight: 500;
  text-align: center;
  margin: 0 auto;
  color: #464646;
}

.news-item-detail-text {
  margin-top: 20px;
  margin-bottom: 20px;
}

.news-item-detail-text h3 {
  margin: 1em 0;
  font-size: 1.17em;
  font-weight: bold;
  color: #000;
}

.news-item-detail-text b {
  font-size: 1.1em;
  font-weight: bold;
}

.news-item-detail-text img {
  max-width: 100%;
}

.wrap-other-news {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #898989;
  font-size: 16px;
  font-weight: 700;
  margin-top: 30px;
}

.wrap-other-news a {
  display: block;
}

.ib-list .more,
.load_more {
  width: 100%;
  font-size: 16px;
  line-height: 1.5;
  margin: 1em 0;
  margin: 1em auto;
  text-align: center;
}

.ib-list .more a,
.load_more span {
  display: inline-block;
  text-decoration: none;
  border-radius: 6px;
  border: 1px solid var(--default-color);
  padding: 6px 20px;
  color: var(--default-color);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  background: #fff;
  cursor: pointer;
  transition: background 0.2s linear, color 0.2s linear;
}

.buy-block-fixed {
  display: none;
}

.catalog-block-header {
  color: #898989;
  font-size: 18px;
  margin-bottom: 30px;
  border: none;
  font-weight: 400;
}

.section-swiper-slide .one-props-icon {
  display: none;
}

/* способ оплаты */
.container-page.sposob-oplaty-page {
  max-width: 1120px;
  margin: 0 auto;
  font-size: 16px;
  color: #222;
}

.sposob-oplaty-page {
  line-height: 24px;
}

.title-page-sposob {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.1;
  color: #21262f;
  margin: 20px 0;
  margin-bottom: 10px;
}

.subtitle-page-sposob {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}

.wrap-block-delivery,
.wrap-self-delivery {
  display: flex;
  gap: 30px;
  margin: 25px 0;
}

.wrap-block-delivery img,
.wrap-self-delivery img {
  width: 29%;
  display: block;
}

.inner-block-delivery,
.inner-block-self-dellivery {
  width: 70%;
}

.inner-block-delivery div {
  background: #d9d9d9;
  padding: 12px 28px;
  margin: 20px 0;
  border-radius: 6px;
}

.wrap-ico {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  margin: 20px 0;
}

.wrap-ico.delivery {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 40px;
  margin: 20px 0 30px;
}

.wrap-ico.delivery li {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 15px;
}

.circle-order {
  width: 80px;
  height: 80px;
  border-radius: 50px;
  background: #e9e9e9;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wrap-ico.delivery li span {
  color: var(--default-color);
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.inner-block-self-dellivery {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.wrap-get-order {
  width: calc(80% - 60px);
  margin: 10px auto 30px;
  padding: 30px;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: #f2f2f2;
  display: none;
}

.wrap-get-order h3 {
  font-size: 18px;
  font-weight: 600;
  color: #000;
}

.wrap-get-order a {
  color: var(--default-color);
  text-decoration: underline;
}

.subtitle-page-sposob {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}

.wrap-block-sposob-pay {
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 30px;
}

.pl-2 {
  padding-left: 30px;
}

.block-inner-sposob-pay {
  padding: 30px;
  background: #d9d9d9;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.check-tovar .inner-block-delivery {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.mar-chack {
  margin: 30px 0;
}

.circle-order.dark {
  background: #c9cbd0;
}

.wrap-ico.vozvrat {
  display: flex;
  align-items: baseline;
  justify-content: space-around;
  gap: 40px;
  margin: 10px 0 40px;
}

.wrap-ico.vozvrat li {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 15px;
  align-items: center;
}

.wrap-ico.vozvrat li span {
  color: var(--default-color);
  text-align: center;
  font-size: 20px;
  font-size: 18px;
  font-weight: 700;
}

.garant-block_pic {
  position: relative;
  display: flex;
  gap: 120px;
  align-items: center;
  border: 5px solid var(--default-color);
  padding: 6px 20px;
  margin: 20px 0;
}

.contacts-wrap_page {
  font-size: 18px;
  text-align: center;
  margin-bottom: 40px;
}

.bold {
  font-weight: 700;
}

.contacts_tel-num {
  font-size: 24px;
}

.footer-tel-link {
  /* margin-left: 34px; */
}

.pd-pdf-links {
  display: flex;
  justify-content: space-between;
  width: 100%;
  /* margin-top: 30px; */
}

.text-price .percent-sale {
  display: block;
  margin-left: 10px;
}

.wrap-3d-zarbo {
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wrap-3d-zarbo iframe {
  width: 100%;
  height: 100%;
}

@media (max-width: 1400px) {
  .catalog-element-discount {
    top: 3px;
    left: -55px;
  }

  .catalog-element-baseprice {
    display: block;
  }
}

@media (max-width: 1200px) {
  .product-details-pictures .swiper-container.gallery-top {
    width: 84%;
  }

  .section-swiper-slide {
    min-width: auto;
  }
}

@media (max-width: 880px) {
  .news-item-tl a {
    max-height: none !important;
    height: auto;
  }

  #subpage-wrap {
    min-width: auto;
  }

  .catalog-element-baseprice {
    display: inline;
  }

  .made-in-russia-inner {
    left: -5px;
  }

  .product-item .percent-sale {
    display: none;
  }

  .text-price .percent-sale {
    display: block;
    top: -30px;
    left: 0;
    font-size: 15px;
  }

  .made-in-russia {
    right: auto;
    left: -23px;
    top: -15px;
    z-index: 100;
  }
  .flex .in {
    margin: 20px 20px;
  }

  .asidebar-social {
    display: none;
  }

  .catalog-element-slider-btns {
    display: none;
  }

  .catalog-element-slider-btns.mob {
    display: flex;
  }

  .catalog-element-slider-btns span {
    display: none;
  }

  .btn-view-compare svg {
    left: 0;
  }

  .catalog-element-slider-btns.mob svg {
    position: static;
  }

  .product-details-pictures {
    display: block;
    width: 100%;
  }

  .catalog-img-in-slider {
    display: block;
    margin: auto;
    max-width: 300px;
    max-width: 90%;
    max-height: 450px;
    /* max-height: 90%; */
    margin-bottom: 25px;
    width: auto;
    height: auto;
  }

  .product-details-pictures .swiper-button-prev {
    rotate: 0deg;
  }

  .product-details-pictures .swiper-button-next {
    left: auto;
    rotate: 0deg;
  }

  ul.leaders {
    margin: 0 auto;
  }

  .wrap-news-info.mob {
    display: flex;
  }

  .wrap-min-charakter {
    order: 2;
  }

  .catalog-element-discount {
    top: -25px;
    right: auto;
    left: 4px;
  }

  .product-details {
    flex-direction: column;
  }

  .gallery-thumbs {
    display: none;
  }

  .product-details-pictures .swiper-container.gallery-top {
    min-height: 500px;
  }

  .gallery-top .one-props-icon {
    left: 0px;
  }

  .product-picture-big .swiper-slide {
    min-height: 450px;
  }

  .swiper-pagination {
    display: block;
  }

  .product-details-pictures .swiper-button-prev,
  .product-details-pictures .swiper-button-next {
    display: none;
  }

  .product-details-pictures .swiper-container.gallery-top {
    border: none;
    width: 100%;
  }

  .panel-sub-image-star.desk {
    display: none;
  }

  .panel-sub-image-star.mob {
    display: flex;
  }

  .product-details-in {
    width: 100%;
    position: static;
    max-height: none;
  }

  .product-details-title {
    text-align: center;
  }

  .color-block {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .catalog-element-buyblock {
    width: 100%;
    min-width: 200px;
    position: static;
    max-height: max-content;
  }

  .news-list {
    flex-direction: column;
  }

  .news-list .ib-item {
    width: 100%;
    margin-top: 0;
  }

  .news-item-tl > a > img {
    height: auto;
  }

  .buy-block-fixed {
    margin: 0 10px;
    border-radius: 5px;
    bottom: 78px;
    display: block;
    position: fixed;
    background-color: var(--default-color);
    z-index: 100;
    left: 5px;
    right: 5px;
    /* width: 100%; */
  }

  .buy-block-fixed .link-add-cart {
    display: block;
    width: 100%;
    max-width: 100%;
    font-size: 20px;
    padding: 10px;
    padding-left: 25px;
    box-shadow: 0px 4px 4px 0px #00000021;
  }

  .buy-block-fixed .link-add-cart button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 100%;
    font-size: 18px;
    font-weight: 700;
    padding: 0;
  }

  .buy-block-fixed .catalog-price-element {
    display: flex;
    align-items: center;
    gap: 5px;
  }

  .buy-block-fixed .catalog-element-old-price {
    font-size: 14px;
    min-width: auto;
    color: #9dbdfb;
  }

  .buy-block-fixed .catalog-element-baseprice {
    min-width: auto;
    font-weight: 700;
  }

  .buy-block-fixed .catalog-price-element .old-price-line {
    top: 7px;
    background-color: #9dbdfb;
    transform: rotate(-9deg);
  }

  .buy-block-fixed .catalog-section-swiper.swiper {
    margin: 0;
  }

  .catalog-section-swiper.swiper {
    margin: 0 25px;
  }
  .pd-pdf-links {
    display: flex;
    /* gap: 20px; */
    /* margin-top: 45px; */
  }

  .pd-pdf-links a {
    text-align: center;
  }

  .wrap-block-delivery img,
  .wrap-self-delivery img {
    display: none;
  }

  .inner-block-delivery,
  .inner-block-self-dellivery {
    width: 100%;
  }

  .wrap-ico.delivery {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .wrap-ico.delivery li {
    width: 26%;
    align-items: center;
  }

  .wrap-ico.vozvrat li {
    width: 40%;
  }

  .wrap-ico.vozvrat li span {
    font-size: 16px;
    width: 120px;
  }

  .wrap-ico.vozvrat li.mob-hid_svg {
    width: 10%;
  }

  .wrap-ico.vozvrat {
    gap: 0;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .garant-block_pic img {
    position: absolute;
    /* top: 0; */
    width: auto;
    max-height: 126px;
    right: 10px;
    bottom: 5px;
    opacity: 0.6;
    z-index: 0;
  }

  .footer-wrap-menu {
    width: 100%;
  }

  .swiper .product-item .text-price .old_price-section {
    margin: 0;
    align-self: self-start;
  }

  .swiper .text-price .percent-sale {
    display: block;
    top: -5px;
    left: auto;
    right: -50px;
    font-size: 15px;
  }

  .section-swiper-slide .product-item-container {
    min-height: 545px;
  }

  .wrap-3d-zarbo {
    height: 500px;
  }
  .catalog-section-swiper-wrapper .swiper-pagination {
    display: none !important;
  }

  .catalog-section-swiper-wrapper .product-item-small-card {
    min-width: 200px;
  }

  .catalog-section-swiper-wrapper .wrap-panel-cart-compare {
    justify-content: center;
  }
}

@media (max-width: 610px) {
  .charakters-item {
    width: 100%;
  }

  .swiper-btn-section {
    width: 20px;
    height: 20px;
    top: calc(55% - 10px);
  }

  .section-swiper-slide .product-item .div-item .pl-in {
    display: block;
  }

  .section-swiper-slide .product-item .div-item .pl-in .pl-picture {
    width: 70%;
    margin: 0 auto;
  }

  .section-swiper-slide .catalog_section_el-desk {
    width: 100%;
  }

  .section-swiper-slide .pl-name {
    text-align: center;
    text-wrap: balance;
    text-wrap: pretty;
    min-height: 70px;
  }

  .section-swiper-slide .catalog_section_el-desk ul li span {
    width: auto;
    min-width: auto;
    hyphens: auto;
    word-break: break-word;
    overflow-wrap: break-word;
    white-space: normal;
    -webkit-hyphens: auto;
  }

  .section-swiper-slide .text-price .base-price.not-available {
    text-align: center;
  }

  .section-swiper-slide .pl-in .ib-item {
    justify-content: center;
  }

  .section-swiper-slide {
    min-width: 130px;
  }

  .swiper-button-section-prev::after,
  .swiper-button-section-next::after {
    font-size: 10px;
  }
}

@media (max-width: 500px) {
  .one-props-icon {
    max-width: 84px;
    bottom: -10px;
  }

  .wrap-ico.delivery {
    gap: 15px;
  }

  .wrap-get-order,
  .wrap-block-sposob-pay {
    width: 100%;
  }

  .news-link {
    font-size: 18px;
  }

  .news-link-title {
    border-bottom: 2px solid var(--default-color);
  }

  .section-swiper-slide {
    min-width: 0;
  }

  .row.mb-5 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .catalog-section-swiper.swiper {
    margin: 0;
  }

  .section-swiper-slide .catalog_section_el-desk ul li span {
    width: auto;
    min-width: 21px;
  }

  .catalog-section-swiper-wrapper .text-price .old_price-section {
    padding-top: 1px;
    font-size: 14px;
  }

  .catalog-section-swiper-wrapper .text-price.old-text-price {
    justify-content: center;
  }
  .catalog-section-swiper-wrapper .text-price .base-price {
    font-size: 18px;
  }

  .catalog-section-swiper-wrapper .text-price {
    height: auto;
    /* flex-direction: row-reverse; */
    margin-top: 30px;
    gap: 0;
    justify-content: center;
  }

  .catalog-section-swiper-wrapper .text-price .percent-sale {
    left: 0;
    right: auto;
    top: -22px;
    font-size: 13px;
    padding: 4px;
  }
}

@media (max-width: 400px) {
  .pd-pdf-links a {
    /* width: 40%; */
  }

  .leaders-item {
    font-size: 16px;
  }
}

@media (max-width: 360px) {
  .one-props-icon {
    max-width: 60px;
  }

  .footer-wrap-form-news {
    min-width: auto;
  }

  .buy-block-fixed .link-add-cart {
    padding-left: 10px;
  }

  .catalog-item-text-price {
    font-size: 30px;
  }

  .catalog-element-old-price {
    font-size: 20px;
  }

  .catalog-element-discount {
    font-size: 16px;
    padding: 3px;
  }
}

@media (max-width: 340px) {
  .catalog-element-baseprice {
    display: block;
  }

  .catalog-element-discount {
    top: 2px;
    right: auto;
    left: -42px;
  }
}

.charakter-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 40px;
  row-gap: 10px;
}

.charakter-cell {
  display: flex;
  /* flex-direction: column; */
  align-items: center;
  justify-content: space-between;
  /* padding: 12px; */
  /* border: 1px solid #eee; */
  box-sizing: border-box;
  /* background-color: #f9f9f9; */
  border-bottom: 1px solid #777;
}

.charakters-item-name {
  /* font-weight: bold; */
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .charakter-grid {
    grid-template-columns: 1fr;
  }
}

/* End */


/* Start:/local/templates/nord/src/styles/basket.css?175005620225942*/
#basket-root {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 20px;
  max-width: 1400px;
  margin: 0 auto;
  margin-top: 25px;
  width: 100%;
}

.cart-list-items {
  width: 69%;
  border-radius: 6px;
  border: 1px solid #898989;
  background: #fff;
  display: flex;
  flex-direction: column;
}

.card-promokod {
  width: 29%;
  background: #fff;
}

#basket-root .row {
  margin: 0;
}

.basket-items-list-table {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-collapse: collapse;
  border-spacing: 0;
}

.basket-items-list-table tbody {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.basket-items-list-item-container {
  margin-top: 10px;
  border-bottom: 1px solid #222;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
}

.basket-items-list-item-descriptions {
  padding: 20px 0;
  width: 100%;
  padding: 10px 0;
}

.basket-items-list-item-descriptions-inner {
  display: flex;
  gap: 20px;
}

.basket-items-list-item-removed-block {
  margin: 15px 0;
}

.basket-item-block-image {
  width: 22%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.basket-item-block-info {
  width: 80%;
  display: flex;
  justify-content: space-between;
  padding-top: 15px;
  position: relative;
}

.basket-item-image-link {
  min-height: 166px;
}

.basket-item-block-image a img {
  margin-bottom: 0;
  border: none;
  max-width: 180px;
  max-height: 180px;
}

h2.basket-item-info-name {
  font-size: 24px;
  color: #21262f;
  margin-bottom: 20px;
  line-height: 1.1;
  width: 50%;
  margin: 0 0 7px 0;
  line-height: 16px;
}

.basket-item-info-name a {
  font-size: 16px;
  color: #222;
  font-style: normal;
  font-weight: 700;
}

.wrap-cart-price-amouth {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  width: 50%;
}

.basket-item-block-price {
  margin: 0;
  font-size: 20px;
  color: #222;
  font-weight: 700;
}

.basket-item-block-amount {
  align-items: center;
  max-height: 34px;
  position: static;
  display: flex;
  gap: 10px;
}

.basket-item-amount-btn-plus,
.basket-item-amount-btn-minus {
  cursor: pointer;
}

.basket-item-amount-filed {
  width: 46px;
  height: 36px;
  border-radius: 6px;
  border: 1px solid #898989;
  text-align: center;
  font-weight: 700;
}

.basket-item-actions-remove {
  background: #d9d9d9;
  border-radius: 5px;
  position: absolute;
  bottom: 0;
  right: 0;
  cursor: pointer;
  height: 44px;
  width: 44px;
  bottom: 0;
  right: 0;
}

.basket-item-block-info .basket-item-actions-remove:hover {
  background: red;
}

.basket-item-actions-remove:hover svg rect {
  fill: red;
}
.basket-item-actions-remove:hover svg path {
  fill: #fff;
}

.card-promokod .col-xs-12 {
  border-radius: 6px;
  border: 1px solid #898989;
}

.basket-coupon-section {
  padding: 25px 20px 0;
  border-radius: 6px;
  border: none;
}

.basket-coupon-block-field {
  margin-top: 10px;
}

.basket-coupon-block-field-description {
  color: #222;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
}

.basket-coupon-block-field .form-group {
  width: 100%;
  margin-bottom: 15px;
}

.input-promocode {
  color: #898989;
  font-size: 14px;
  font-weight: 400;
  border-radius: 4px;
  border: 1px solid #898989;
  background: #fff;
  height: 52px;
  width: 100%;
  padding-left: 12px;
  max-width: 262px;
  margin: 0 auto;
  display: block;
}

.basket-coupon-block-coupon-btn {
  display: flex;
  padding: 10px 30px;
  font-size: 14px;
  line-height: 21px;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  border: 1px solid #898989;
  margin: 20px auto 0;
  max-width: 212px;
  cursor: pointer;
  transition: background 0.2s linear;
}

.basket-coupon-block-coupon-btn:hover {
  background: #e5e5e5;
}

.basket-checkout-section {
  margin: 25px 0 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.basket-checkout-section-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  color: #000;
  font-size: 20px;
  margin-bottom: 20px;
}

.basket-coupon-block-total-price-current {
  color: #222;
  font-size: 20px;
  font-weight: 700;
}

.wrap-price-rating {
  margin-top: 15px;
}

.basket-btn-checkout {
  display: flex;
  padding: 10px 30px;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  border: 1px solid var(--default-color);
  background: var(--default-color);
  color: #fff;
  line-height: 26px;
  font-size: 18px;
  font-weight: 700;
  transition: background 0.2s linear;
}

.pay-as-company-link {
  margin-top: 20px;
  text-decoration: underline;
}

.pay-as-company-link a {
  color: #00000090;
}

.back-in-buy {
  display: flex;
  align-items: center;
  color: #898989;
  font-size: 14px;
  font-weight: 700;
  max-width: 1400px;
  margin: 15px auto 0;
  margin-bottom: 20px;
}

.feedback-form-text {
  line-height: 21px;
  margin-bottom: 15px;
}

.feedback-form-text_mob {
  display: none;
}

#feedback-form-wrap .form-row {
  margin-top: 17px;
}

#feedback-form-wrap label {
  width: 210px;
  float: left;
  line-height: 27px;
  font-size: 13px;
}

#feedback-form-wrap select.text {
  width: 248px;
  height: 35px;
}

#feedback-form-wrap .text {
  font-size: 16px;
}
.text {
  background-color: #f4f4f4;
  border-radius: 3px;
  border: none;
  font-size: 13px;
  color: #000;
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.25);
  line-height: 15px;
  padding: 6px 9px;
}

.text::placeholder {
  color: #000;
}

#feedback-form-wrap textarea {
  width: 450px;
  margin-bottom: 15px;
}

#feedback-form-wrap .submit-wrap {
  padding-left: 185px;
}

button.submit {
  background-color: var(--default-color);
  padding: 0;
  border: none;
  overflow: visible;
  cursor: pointer;

  font-size: 18px;
  color: #fff;
  border-radius: 3px;
  display: inline-block;
  padding: 10px 20px;
}

@media (max-width: 880px) {
  #basket-root {
    display: block;
    padding: 0;
  }

  .basket-items-list-item-container {
    max-width: 450px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .cart-list-items {
    width: 100%;
    border: none;
  }

  .basket-item-block-image {
    width: 40%;
  }
  .basket-item-block-info {
    width: 60%;
    display: block;
  }

  .basket-item-block-price {
    margin: 22px 0 14px;
  }

  h2.basket-item-info-name {
    width: 100%;
    margin-bottom: 7px;
  }
  .wrap-cart-price-amouth {
    width: 100%;
    flex-direction: column;
  }

  .basket-item-actions-remove {
    height: 36px;
    width: 36px;
    bottom: 0;
    right: 0;
  }

  .basket-item-block-amount {
    position: relative;
  }

  .basket-item-actions-remove svg {
    height: 36px;
    width: 36px;
  }

  .card-promokod {
    width: 100%;
  }

  .basket-coupon-section {
    border: 1px solid #d9d9d9;
  }

  .card-promokod .col-xs-12 {
    border: none;
  }

  #basket-root .col-xs-12 {
    padding: 0;
  }

  .feedback-form-text {
    display: none;
  }

  .feedback-form-text_mob {
    display: block;
    margin: 15px 0;
    text-align: center;
    color: black;
  }

  .feedback-form-text_mob > h1 {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .form-row > label {
    display: none;
  }

  #feedback-form-wrap .form-field {
    float: none;
  }

  #feedback-form-wrap input.text,
  #feedback-form-wrap select.text,
  #feedback-form-wrap textarea {
    width: 100%;
    outline: none;
    height: auto;
    background: white;
    border: 2px solid #b2bbbb;
    box-shadow: none;
    padding: 10px 0;
    text-indent: 10px;
    line-height: 1.4;
    font-size: 16px;
  }

  #feedback-form-wrap .submit-wrap {
    padding: 0;
  }

  #feedback-form-wrap .submit-wrap button {
    width: 100%;
  }
}

/* оформление */
.main-make {
  max-width: 1130px;
  margin: 0 auto;
}

.wrap-top-oform {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
  gap: 20px;
  padding: 0;
  margin: 10px 0 20px;
}

.oform-link-back {
  gap: 10px;
  color: #333;
}

.oform-link-back span {
  color: #898989;
  font-size: 14px;
  font-weight: 700;
}

.oform-title {
  color: #444;
  font-size: 22px;
  font-weight: 700;
}

.bx-soa-section * {
  font-family: var(--default-font);
}

.bx-soa-section.bx-selected,
.bx-soa-section.bx-step-completed {
  border-radius: 6px;
  border: 1px solid #898989;
  overflow: hidden;
}

.bx-soa-section.bx-selected .bx-soa-section-title-container {
  padding: 15px 0;
}

.bx-soa-section-title {
  border-radius: 2px;
  margin: 0;
  min-height: 20px;
  vertical-align: middle;
  font-size: 16px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-top: 3px;
  color: #444;
  font-size: 20px;
  font-weight: 700;
  color: #21262f;
  margin-bottom: 20px;
  line-height: 1.1;
}

.bx-soa-section.bx-selected .bx-soa-editstep {
  /* display: none; */
}

.bx-soa-editstep {
  display: inline;
  font-size: 12px;
  vertical-align: middle;
  line-height: 22px;
  border-radius: 6px;
  border: 1px solid #108a81;
  padding: 6px 5px;
  font-weight: 700;
}

.bx-soa-section-content {
  padding: 10px 15px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: #f8f8f8;
}

.bx-soa-table-fade {
  position: relative;
}
.bx-soa-table-fade:before,
.bx-soa-table-fade:after {
  content: "";
  width: 0;
  position: absolute;
  bottom: 10px;
  top: 0;
  height: 100%;
  display: block;
  -webkit-transition: width 300ms ease;
  -moz-transition: width 300ms ease;
  -ms-transition: width 300ms ease;
  -o-transition: width 300ms ease;
  transition: width 300ms ease;
}

.bx-soa-table-fade:before {
  left: 0;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
}

.bx-soa-item-table {
  margin-bottom: 10px;
  min-width: 100%;
  display: table;
}
.bx-soa-item-tr {
  display: table-row;
}
.bx-soa-item-td {
  display: table-cell;
  vertical-align: top;
  padding-top: 10px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-top: 1px dotted #e5e5e5;
}
#bx-soa-order-form .bx-soa-item-td {
  padding-left: 7px;
  padding-right: 7px;
  padding-bottom: 10px;
  min-width: 300px;
  display: flex;
}
.bx-soa-item-table .bx-soa-item-tr:first-child .bx-soa-item-td {
  border-top: none;
}

.bx-soa-item-block {
  display: flex;
  align-items: center;
  gap: 10px;
}

#bx-soa-order-form .bx-soa-item-img-block {
  width: 85px;
  margin: 0;
  float: left;
  padding-right: 15px;
}

.bx-step-completed div .bx-soa-item-img-block {
  width: 85px;
  padding-bottom: 10px;
  padding-right: 10px;
}
#bx-soa-order-form .bx-soa-item-imgcontainer {
  border-radius: 4px;
  border: none;
  padding-top: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 76px;
  height: 80px;
}

.bx-soa-item-title {
  font-weight: 700;
  padding-bottom: 5px;
}

.bx-soa-item-title a {
  color: #000;
  font-weight: 700;
}

.bx-soa-item-td-text .bx-price {
  font-family: var(--default-font);
}

.bx-soa-sidebar {
  position: relative;
  height: 100%;
}

#bx-soa-order-form .bx-soa-cart-total {
  border: 1px solid #898989;
  border-radius: 6px;
  padding: 20px;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.bx-soa-cart-total .bx-soa-cart-total-line:first-child {
  border-top: none;
}
#bx-soa-order-form .bx-soa-cart-total-line {
  padding: 5px 7px;
  font-size: 16px;
  border-top: 1px solid #e5e5e5;
  line-height: 25px;
  overflow: hidden;
}

.bx-soa-cart-total .bx-soa-cart-total-line:nth-child(2) {
  border-color: #bfbfbf;
}

.bx-soa-cart-total .bx-soa-cart-total-line-total {
  padding-top: 25px;
  border-bottom: none;
}

.bx-soa-order-form .bx-soa-reference {
  color: #222;
  font-size: 14px;
  padding-top: 10px;
  padding-bottom: 20px;
}

.bx-sls .form-control.dropdown-block,
.bx-slst .form-control.dropdown-block {
  background-color: #fff;
  border: 1px solid #898989;
  box-shadow: none;
  border-radius: 6px;
}

.bx-sls .dropdown-block {
  font-size: 16px;
  padding: 3px 27px 0 40px;
  height: 40px;
}

.bx-sls .bx-ui-sls-clear {
  background: url(/bitrix/panel/main/images/bx-admin-sprite-small.png) 6px -3386px no-repeat scroll;
  width: 30px;
  height: 30px;
  cursor: pointer;
  cursor: hand;
  margin-top: 2px;
  position: absolute;
  top: 0px;
  right: 0px;
  display: block;
}

#bx-soa-delivery .bx-soa-pp-item-container {
  display: flex;
  flex-direction: column;
}

.bx-soa-pp .bx-soa-pp-company {
  padding: 7px 0;
  border: 1px solid transparent;
  -webkit-transition: all 100ms ease;
  -moz-transition: all 100ms ease;
  -o-transition: all 100ms ease;
  transition: all 100ms ease;
}

.bx-soa-pp-company {
  padding-bottom: 20px;
  z-index: 100;
  position: relative;
}

.bx-soa-pp-company-graf-container {
  position: relative;
  height: 32px;
  width: 165px;
}

.wrap-make-foter-weight {
  background: #e9e9e9;
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 10px auto 70px;
  max-width: 1130px;
  border-radius: 6px;
}

#bx-soa-order-form .bx-soa-customer-label,
#bx-soa-order-form .bx-soa-custom-label,
#bx-soa-order-form .form-group label {
  position: absolute;
  font-size: 14px;
  font-weight: 500;
  padding-bottom: 2px;
  top: 4px;
  left: 5px;
  color: #898989;
}

#bx-soa-order-form div.form-group {
  position: relative;
  margin-bottom: 15px;
  width: 100%;
}

#bx-soa-order-form input.form-control {
  display: block;
  width: 100%;

  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  background-color: #fff;
  border: 1px solid #898989;
  box-shadow: none;
  height: 46px;
  border-radius: 6px;
  font-size: 16px;
  padding-top: 22px;
  color: #222;
}

#bx-soa-orderSave {
  padding-left: 20px;
}

.main-user-consent-request-announce,
label[data-bx-user-consent] .main-user-consent-request-announce a {
  color: #333;
  font-size: 15px;
  line-height: 15px;
}

.wrap-make-foter-weight svg path {
  fill: var(--default-color);
}
#bx-soa-main-notifications {
  display: none;
}

.sale-order-list-title-container {
  background-color: transparent;
}

.history-title-order {
  display: flex;
  justify-content: space-between;
  color: #222;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.history-order-date {
  color: #444;
  font-size: 18px;
}

.sale-order-list-inner-container {
  border: none;
}

.sale-order-detail-order-item-imgcontainer {
  border: none;
}

.sale-order-detail-general {
  border: none;
}

.sale-order-list-top-border {
  background: transparent;
}

.sale-order-detail-order-section {
  border: none;
}

.more-order-btn {
  color: var(--default-color);
  font-family: var(--default-font);
  margin-bottom: 15px;
}

.more-order-btn svg {
  transform: rotate(-90deg);
  transition: transform 0.2s linear;
}

.more-order-btn svg path {
  fill: #4d86f7;
}

.more-order-btn.active svg {
  transform: rotate(-240deg);
}

.sale-order-detail-order-item-title a {
  font-weight: 700;
  color: #000;
  font-size: 14px;
}

.sale-order-detail-order-item-price {
  width: 70%;
}

.sale-order-detail-order-item-pcs {
  width: 30%;
}

.list-orders-pcs {
  color: #b3b3b3;
  margin-top: 0 !important;
}

.row .sale-order-detail-total-payment-list-right-item {
  line-height: 20px;
  font-weight: 700;
  color: #2f3435;
  text-align: right;
  font-size: 20px;
  font-family: var(--default-font);
}

.del-order-payed,
.del-order-in-list {
  margin-bottom: 20px;
  font-weight: 700;
  color: #d0021b;
  cursor: pointer;
}

.form-cancel-order > div {
  width: 100%;
  max-width: 500px;
  margin-bottom: 20px;
}

.form-cancel-order .form-field,
.form-cancel-order textarea {
  width: 100%;
}

.form-cancel-order .submit-wrap {
  max-width: none;
}

.sale-order-list-repeat-link {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #898989;
  font-size: 16px;
  font-weight: 400;
  /* padding: 0 15px; */
  margin-top: 10px;
  text-decoration: none;
}

.sale-order-list-repeat-link:before {
  display: none;
}

.sale-order-list-button {
  background-color: var(--default-color);
  max-width: 115px;
}

.sale-order-detail-order-item-td {
  border: none;
}

.order-item-hide {
  display: none;
}

.wrap-personal-profile div {
  margin: 0 auto;
}

.btn-control-compare {
  height: 426px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.wrap-checkbox {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.wrap-controls {
  display: flex;
  flex-direction: column;
  width: 22%;
}

.wrap-compare-category-foto.active {
  display: block;
}

.compare-item-fotoblock {
  height: 406px;
  position: relative;
}

.div-item-compare-photo .pl-picture .ib-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px auto;
  min-height: 180px;
}

.div-item-compare-photo .pl-picture .ib-item img {
  margin-bottom: 0 !important;
  /* border-radius: 10px; */
  max-height: 200px;
  width: auto;
}

.ib-item {
  display: inline-block;
  line-height: 1.5;
}

.wrap-controls-photos .catalog_section_el-desk .ib-item {
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  height: 38px;
  margin-top: 30px;
  color: #000;
}

.catalog_section_el-desk .not-aviable,
.catalog_section_el-desk .text-price {
  color: var(--default-color);

  text-align: center;
  font-size: 22px;
}

.compare-item-fotoblock .not-aviable,
.compare-item-fotoblock .text-price {
  font-weight: 500;
}

#main h2,
#can-buy h2,
.page-title {
  font-family: var(--default-font);
  font-size: 24px;
  color: #21262f;
  margin-bottom: 20px;
  line-height: 1.1;
  font-weight: 700;
}

.header-nav li {
  min-width: 85px;
}

#orderDescription {
  font-size: 16px;
  padding-top: 20px;
}

.bx-blue .btn.btn-default {
  border-color: var(--default-color);
  background-color: var(--default-color);
}

#bx-soa-order-form .row {
  margin: 0;
}

div.wrap-top-oform {
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 880px) {
  label[data-bx-user-consent] .main-user-consent-request-announce a {
    font-size: 13px;
  }

  .header-nav li {
    min-width: 0;
  }

  .wrap-make-foter-weight {
    font-size: 14px;
    line-height: 20px;
  }

  .wrap-page-personal {
    margin: 25px auto 20px;
    max-width: 1120px;
    display: flex;
    gap: 20px;
  }

  .wrap-personal-profile {
    display: none;
  }

  .wrap-page-personal .row {
    width: 100%;
  }

  .wrap-personal-index {
    max-width: 500px;
    margin: 0 auto;
    border: none;
  }

  .inner-setting-block {
    padding-bottom: 10px;
    border-bottom: 1px solid #898989;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .wrap-inner-setting-logo {
    display: flex;
    align-items: center;
    gap: 20px;
  }

  .inner-setting-logo {
    width: 52px;
    height: 52px;
    min-width: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #d9d9d9;
    border-radius: 50px;
    color: #898989;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
  }

  .inner-setting-pic {
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: end;
    cursor: pointer;
  }

  .inner-setting-name {
    margin: 0;
  }

  .inner-setting-fullname {
    color: #444;
    font-size: 20px;
    font-weight: 700;
  }

  .personal-link-item:first-child {
    border-top: none;
    padding-top: 15px;
    margin-top: 0;
  }

  .col-block-profile {
    display: none;
  }

  .col-block-profile.page {
    display: block;
  }

  .wrap-personal-profile.mob {
    display: block;
    width: 100%;
  }

  .bx-auth-profile div {
    width: 100%;
    max-width: 300px;
  }

  .wrap-personal {
    width: 100%;
  }

  .sale-order-detail-order-item-table {
    display: block;
  }

  .sale-order-detail-general {
    border: none;
  }

  .link-in-detail-order {
    border-radius: 5px;
    border: 1px solid #b3b3b3;
    background: #fff;
    padding: 20px 10px;
    display: block;
    min-height: 128px;
    width: 80%;
  }

  .sale-order-detail-order-item-imgcontainer {
    min-height: 90px;
  }

  .sale-order-detail-order-item-img-block {
    float: none;
    max-width: 135px;
    margin: 0 auto;
    padding-right: 0;
    min-width: 0;
  }

  .sale-order-detail-order-section {
    border: none;
  }

  .sale-order-detail-order-item-tr.sale-order-detail-order-item-tr-first {
    display: flex;
    border: none;
    margin-bottom: 20px;
    width: 100%;
    padding: 0;
  }

  .sale-order-list-inner-container {
    border: none;
    padding-left: 0;
    padding-right: 0;
  }

  .sale-order-detail-order-item-imgcontainer {
    border: none;
  }

  .sub-foto-title-order {
    width: 50%;
    padding-top: 10px;
  }
  .sale-order-detail-order-item-title {
    padding-bottom: 5px;
    text-align: left;
    text-wrap: balance;
    text-wrap: pretty;
  }

  .sale-order-detail-order-item-td {
    width: 50%;
  }

  .personal-container {
    padding-left: 0;
    padding-right: 0;
  }
  .personal-container .breadcrumbs,
  .personal-container .top-title-page,
  .title-page-profile {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sale-order-detail-order-item-price,
  .sale-order-detail-order-item-pcs {
    display: block;
  }

  .wrap-controls {
    width: 100%;
  }

  .wrap-compare-props-name {
    display: none;
  }

  .btn-control-compare {
    height: 150px;
  }

  .wrap-checkbox {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }

  .wrap-controls .checkbox {
    font-size: 16px;
    margin: 5px 0 !important;
    width: 45%;
  }

  .wrap-controls .checkbox label {
    /* width: 100%; */
    display: inline-block;
  }

  .wrap-compare-category-foto.active {
    display: block;
  }

  .wrap-controls-photos {
    flex-direction: column;
  }

  .wrap-compare-category-foto {
    width: 100%;
    padding: 0;
  }

  .wrap-cleare-all {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .swiper-button-prev-compare.mob,
  .swiper-button-next-compare.mob {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    position: relative;
    z-index: 100;
    top: 0;
    left: 0;
  }

  .swiper-button-prev-compare,
  .swiper-button-next-compare {
    display: none;
  }

  .pl-name {
    font-size: 15px;
    font-weight: bold;
    max-width: 94%;
    text-align: left;
  }

  .text-price {
    display: flex;
    gap: 10px;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: baseline;
  }

  .catalog_section_el-desk .not-aviable,
  .catalog_section_el-desk .text-price {
    font-size: 18px;
  }

  .wrap-catalog-section-filter.catalog_section_el-desk .not-aviable,
  .wrap-catalog-section-filter .catalog_section_el-desk .text-price {
    margin-top: 40px;
  }

  .wrap-table-character {
    margin-top: 100px;
    font-size: 14px;
    line-height: 17px;
  }

  .compare-prop-item {
    margin: 0;
    /* min-height: 50px; */
    /* margin-bottom: 5px; */
    border-bottom: 1px solid #ebebeb;
    height: auto;
    padding: 10px 0;
    justify-content: center;
    flex-direction: column;
  }

  .compare-prop-item-top {
    display: block;
    color: #898989;
    margin-bottom: 15px;
    padding-left: 0px;
    text-align: center;
  }

  .compare-prop-item-bottom {
    color: #222;
    /* padding-left: 6px; */
    text-align: center;
  }

  .compare-item-fotoblock {
    height: 230px;
  }

  .compare-item-fotoblock .pl-picture {
    width: 60%;
    display: flex;
    justify-content: center;
    align-self: center;
  }

  .catalog_section_el-desk {
    width: 100%;
  }

  .wrap-controls-photos .catalog_section_el-desk .ib-item {
    width: 100%;
    text-align: center;
  }

  .wrap-controls-photos .pl-name {
    min-height: 45px;
    display: block;
    text-align: center;
    margin-bottom: 10px;
  }

  .div-item-compare-photo .pl-in {
    display: flex;
    flex-direction: column;
    gap: 14px;
  }

  .text-price {
    justify-content: center;
  }

  .wrap-compare-category {
    display: none;
  }

  .wrap-compare-category-select {
    display: block;
  }

  .wrap-compare-category-select select {
    width: 100%;
    max-width: 293px;
    height: 42px;
    border-radius: 4px;
    border: 1px solid #898989;
    color: #222;
    font-size: 18px;
    margin-bottom: 15px;
  }
}

@media (max-width: 580px) {
  .bx-soa-item-block .bx-soa-item-img-block {
    min-width: 85px;
  }

  #bx-soa-order-form .bx-soa-item-td {
    padding-left: 0;
  }

  #bx-soa-order-form .bx-soa-item-td {
    min-width: 0;
  }

  .bx-ui-sls-container .bx-sls .bx-ui-sls-fake,
  .bx-sls .bx-ui-sls-route {
    font-size: 16px;
  }
}

/* End */
/* /local/templates/nord/src/styles/reset.css?17434257481695 */
/* /local/templates/nord/src/styles/main_nord.css?175127035387633 */
/* /local/templates/nord/src/styles/catalog.element.css?175102428136169 */
/* /local/templates/nord/src/styles/basket.css?175005620225942 */
